@charset "UTF-8";
/* Author: 株式会社エージェントゲート */
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("assets/common/css/hero/stylesheet.css");
@import url("assets/common/css/souzoku.css?v=1.0.1");
@import url("assets/common/css/css.css");

.grecaptcha-badge {
  z-index: 9999 !important;
}
html #wpadminbar:not(.is-expanded) {
  max-width: 34px;
  min-width: auto;
  overflow: hidden;
}
html #wpadminbar.is-expanded {
  max-width: none;
  min-width: auto;
  overflow: visible;
}
html #wpadminbar li#wp-admin-bar-wp-logo {
  display: block;
}
html #wpadminbar li#wp-admin-bar-wp-logo > .ab-sub-wrapper {
  display: none;
}
:where(*) {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:where(*)::before, :where(*)::after {
  box-sizing: border-box;
}
:where(body) {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #000000;
}
:where(body)._scrollup {
  --scroll-dir: 0;
}
:where(body)._scrolldown {
  --scroll-dir: 1;
}
:where(input, textarea, select, button) {
  font: inherit;
  outline: none;
  resize: none;
}
:where(img, svg) {
  max-width: 100%;
  border: none;
  height: auto;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
}
:where(a, button) {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  transition: ease all 0.5s;
}
:where(summary) {
  display: block;
  position: relative;
  background: none;
  padding-right: 40px;
  cursor: pointer;
}
:where(summary)::marker, :where(summary)::-webkit-details-marker {
  content: "";
  display: none;
}
.grid-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.anchor_fixtops {
  display: block;
  position: relative;
  top: -150px;
  width: 100%;
  visibility: hidden;
}
.wrap-relo-head {
  border-top: 10px solid #0C5BAC;
  background-color: #ffffff;
  position: sticky;
  width: 100%;
  left: 0;
  top: calc(-160px * (var(--scroll-dir, 1) - 1) * -1);
  z-index: 999;
  transition-duration: 500ms;
  transition-property: top;
}
.wrap-relo-head .relo-head {
  width: 100%;
  padding: 16.5px 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 72px;
  column-gap: 72px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.wrap-relo-head .relo-head img {
  vertical-align: bottom;
}
.wrap-menu {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.wrap-menu .item-menu > .btn-button {
  margin-bottom: 10px;
  box-shadow: 2px 2px 0 1px #0C5BAC;
  border: 1px solid #0C5BAC;
  border-radius: 4px;
}
.wrap-menu .item-menu .item-menu-buttons {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.wrap-menu .item-menu .item-menu-buttons + .item-menu-buttons {
  margin-top: 10px;
}
.wrap-menu .item-menu .item-menu-buttons .btn-button {
  flex: 1;
  min-width: 96px;
  box-shadow: 2px 2px 0 1px #F39800;
  border: 1px solid #0C5BAC;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-block: 10px;
}
.wrap-menu .item-menu .item-menu-buttons .btn-button:not(.wrap-menu .item-menu .item-menu-buttons .btn-button.bg-blue) {
  box-shadow: 2px 2px 0 1px #0C5BAC;
}
.btn-button {
  min-height: 44px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn-button.bg-white {
  color: #0C5BAC;
  background-color: #ffffff;
  border: 2px solid #0C5BAC;
}
.btn-button.bg-orange {
  color: #ffffff;
  background-color: #F39800;
}
.btn-button.bg-blue {
  color: #ffffff;
  background-color: #0c5bac;
}
.btn-button.bg-cream {
  color: #0c5bac;
  background-color: #fff8d8;
}
.item-menu .item-menu__title {
  font-size: 14px;
  font-weight: 700;
}
.item-menu .item-menu__service {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  color: #0d5bac;
  margin-block: 10px 30px;
}
.item-menu .item-menu__service li {
  width: 50%;
  height: 60px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.item-menu .item-menu__service li:last-child {
  background: #fff8d8;
}
.item-menu .item-menu__service li > a {
  width: 140px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.item-menu .item-menu__service li > a img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.item-menu .item-menu__service li > a p {
  flex: 1;
}
.item-menu .item-menu__category {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.item-menu .item-menu__category > li {
  padding-bottom: 13px;
  background-image: url(assets/common/image/icon_chevron_bb.svg);
  background-position: bottom, center;
  background-repeat: no-repeat;
  background-size: 11px;
}
.item-menu .item-menu__category > li.hide {
  background-image: inherit;
}
.item-menu .item-menu__category > li > a {
  display: block;
  position: relative;
}
.item-menu .item-menu__category > li:hover .wrap-submenu {
  opacity: 1;
  z-index: 20;
  pointer-events: all;
}
.item-menu .item-menu__category > li:hover .openSmart::before {
  background-color: #0C5BAC;
}
.item-menu .item-menu__category > li > a > span {
  display: block;
  text-align: center;
}
.item-menu .item-menu__category > li > a > span:first-child {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.item-menu .item-menu__category > li > a > span:last-child {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  margin-top: 2px;
}
.item-menu .item-menu__subs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 20px;
}
.item-menu .item-menu__subs .item-menu__subs-item {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.item-menu .item-menu__subs .item-menu__subs-item .relo-menu-top {
  font-size: 13px;
  padding-left: 12px;
  background-image: url(assets/common/image/icon_arrow.svg);
  background-position: left, center;
  background-repeat: no-repeat;
  background-size: 8px;
}
.item-menu .item-menu__subs .item-menu__subs-item .relo-menu-top span {
  line-height: 1;
  display: inline-block;
}
.item-menu .item-menu__subs .item-menu__subs-item .relo-menu-event {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  font-size: 13px;
  line-height: 1;
  padding: 6px 10px;
  border: 1px solid #0c5bac;
  border-radius: 9999px;
}
.logo {
  font-size: 0;
  line-height: 1;
}
.logo a {
  display: inline-block;
  font-size: 0;
}
.wrap-relo-01 {
  width: 100%;
  height: 48.25vw;
  padding-bottom: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.wrap-relo-01 .movie-wrap {
  position: absolute;
  width: 177.77777778vh;
  min-width: 100vw;
  height: 56.25vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrap-relo-01 .movie-wrap video {
  width: 100%;
  height: 100%;
}
.fwb {
  font-weight: bold;
}
.wrap-submenu {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  width: 100%;
  position: absolute;
  left: 0;
  padding-top: 24px;
}
.wrap-submenu .wp-bg-menu {
  width: 100%;
  padding-top: 44px;
  padding-bottom: 66px;
  background-color: #ffffff;
  border-top: 1px solid #ECF1F6;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.sub-menu {
  margin-top: 37px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.sub-menu > li {
  margin-right: 30px;
  background-color: #ECF1F6;
  border-bottom: 2px solid #0C5BAC;
  margin-bottom: 20px;
  width: calc((100% - 90.5px) / 4);
}
.sub-menu > li:nth-child(4n),
.sub-menu > li:last-child {
  margin-right: 0px;
}
.sub-menu > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-menu > li a span {
  display: inline-block;
  width: calc(100% - 53px);
}
.sub-menu > li a span:first-child {
  width: 53px;
  font-size: 0;
  line-height: 1;
  display: inline-block;
}
.sub-menu > li a span:last-child {
  padding-left: 15px;
  font-size: 14px;
  letter-spacing: 0.5px;
  letter-spacing: 0;
  color: #0C5BAC;
  font-weight: 500;
  position: relative;
  top: 1px;
}
.title-menu-one {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.title-menu-one.center {
  align-items: center;
}
.title-menu-one.center .item-menu-one:last-child {
  padding-top: 15px;
}
.title-menu-one .item-menu-one {
  width: calc(100% - 95px - 10px);
}
.title-menu-one .item-menu-one:first-child {
  width: 95px;
  font-size: 0;
  line-height: 1;
  display: inline-block;
}
.title-menu-one .item-menu-one:last-child {
  padding-top: 6px;
  margin-left: 10px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0C5BAC;
  border-bottom: 2px solid #0C5BAC;
}
.title-menu-one .item-menu-one:last-child span {
  line-height: 1;
  padding-bottom: 9px;
  display: inline-block;
}
#tabs :is(input[name=tabs], .tabs) {
  display: none;
}
#tabs:has(input[name=tabs]:nth-of-type(1):checked) .tabs:nth-of-type(1),
#tabs:has(input[name=tabs]:nth-of-type(2):checked) .tabs:nth-of-type(2),
#tabs:has(input[name=tabs]:nth-of-type(3):checked) .tabs:nth-of-type(3) {
  display: block;
}
#group-tab {
  display: flex;
  gap: 4px;
  border-bottom: 2px solid #0C5BAC;
  padding-left: 4px;
}
#group-tab li {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: ease all 0.35s;
}
#tabs:has(input[name=tabs]:nth-of-type(1):checked) #group-tab li:nth-of-type(1),
#tabs:has(input[name=tabs]:nth-of-type(2):checked) #group-tab li:nth-of-type(2),
#tabs:has(input[name=tabs]:nth-of-type(3):checked) #group-tab li:nth-of-type(3),
#group-tab li:hover {
  background-color: #FEDB1A;
}
#group-tab li label {
  overflow: hidden;
  height: 60px;
  padding-left: 27px;
  padding-right: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0C5BAC;
  border-bottom: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0C5BAC;
  line-height: 1.2;
  cursor: pointer;
}
.title-menu-2 {
  display: flex;
  align-items: flex-end;
  font-size: 25px;
  color: #0C5BAC;
  font-weight: 500;
  letter-spacing: 1px;
}
.title-menu-2 .item-title-menu:first-child {
  font-size: 0;
  line-height: 1;
  display: inline-block;
}
.title-menu-2 .item-title-menu:last-child {
  padding-left: 10px;
}
.title-menu-2 .item-title-menu:last-child span {
  line-height: 1;
  display: inline-block;
}
.wrap-menu-tab-2:first-child {
  margin-top: 37px;
}
.wrap-menu-tab-2:not(:last-child) {
  margin-bottom: 72px;
}
.wrap-menu-tab-2 .sub-menu {
  margin-top: 26px;
}
.openSmart {
  position: relative;
  display: block;
}
.openSmart::before {
  content: "";
  width: 72px;
  height: 5px;
  background-color: transparent;
  position: absolute;
  top: 25px;
  left: calc(50% - 36px);
  z-index: 90;
  transition: ease all 0.35s;
}
.wp-btn-humbager {
  display: none;
}
.scroll-Top {
  display: none;
}
.relo-news {
  color: #ffffff;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.37);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.item-news {
  width: 85px;
  position: relative;
}
.item-news:first-child {
  text-align: right;
  padding-right: 21px;
  letter-spacing: 1px;
}
.item-news:first-child h2 {
  padding-top: 3px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.item-news:first-child .link-news-icon {
  position: absolute;
  right: 21px;
  bottom: 11px;
  z-index: 8;
  font-size: 0;
  line-height: 1;
  display: inline-block;
}
.item-news:first-child .link-news-icon:hover {
  opacity: 0.7;
}
.item-news:last-child {
  width: calc(100% - 85px);
  border-left: 1px solid #ffffff;
  padding-left: 22px;
  padding-top: 6px;
  padding-bottom: 4px;
}
.relo-new-list li {
  width: 100%;
  letter-spacing: 1px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.relo-new-list li:not(:last-child) {
  margin-bottom: 2px;
}
.wrap-cat-date {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-cat-date > * {
  font-weight: 400;
}
.wrap-cate {
  font-size: 10px;
}
.wrap-cate a {
  width: 55px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ffffff;
}
.wrap-title-news {
  width: calc(100% - 160px);
  padding-left: 15px;
  position: relative;
  top: -1px;
}
.gp-feature {
  width: 100%;
  padding-top: 95px;
  padding-bottom: 112px;
  background-image: url(assets/common/image/feature--1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gp-feature .gb-busi-span-top {
  border-bottom: 2px solid #ffffff !important;
}
.gp-feature .gb-busi-span-bottom {
  color: #ffffff !important;
}
.col-default {
  display: flex;
}
.col-default .item-default {
  width: 50%;
}
.btn-default a {
  max-width: 480px;
  width: 100%;
  padding-top: 25.5px;
  padding-bottom: 25.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0C5BAC;
}
.btn-default a span {
  color: #0C5BAC;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  padding-right: 48px;
  background-image: url(assets/common/image/top-102.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.gb-mana {
  overflow: hidden;
  background-image: url(assets/common/image/top-100.png);
  background-repeat: no-repeat;
  background-position: top right -123px;
  padding-top: 99px;
  padding-bottom: 56px;
  width: 100%;
  text-align: center;
}
.gb-mana h1 {
  color: #0C5BAC;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}
.gb-mana-span {
  width: 1.2em;
  height: 1.2em;
  line-height: 1;
  vertical-align: bottom;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F39800;
  color: #ffffff;
  margin-right: 0.1em;
}
.h2-defaut .gb-mana-span {
  font-size: 0.85em;
}
.gb-mana-item {
  margin-top: 60px;
  margin-bottom: 26px;
}
.gb-mana-item:first-child {
  width: 760px;
  padding-left: 50px;
  padding-right: 45px;
}
.gb-mana-item:first-child .gb-man-item-desc {
  text-align: justify;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
.gb-mana-item:first-child .gb-man-item-desc:nth-child(2) {
  margin-top: 29px;
  margin-bottom: 29px;
}
.gb-mana-item:last-child {
  width: calc(100% - 760px);
  padding-right: 40px;
}
.gb-mana-item:last-child img {
  position: relative;
  top: -9px;
}
.gb-mana-item .gb-mana-btn {
  margin-top: 28px;
}
.gb-mana-item .gb-mana-btn a {
  margin-left: 0;
}
.gb-mana-btn a {
  margin: 0 auto;
}
.gb-busi-item:first-child {
  width: 510px;
  padding-top: 52px;
}
.gb-busi-item.vs1:first-child {
  padding-top: 0;
}
.gb-busi-item:last-child {
  width: calc(100% - 510px);
  padding-left: 60px;
}
.gb-busi-item:last-child p {
  color: #0C5BAC;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: justify;
}
.h2-defaut .gb-busi-span-top {
  color: #F39800;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
  display: block;
  padding-bottom: 14px;
  margin-bottom: 30px;
  border-bottom: 2px solid #0C5BAC;
}
.h2-defaut .gb-busi-span-bottom {
  display: block;
  color: #0C5BAC;
  font-size: 47px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
}
.gb-busi-pur {
  background-color: #ECF1F6;
  margin-top: 95px;
  padding-top: 110px;
  padding-bottom: 55px;
  position: relative;
}
.gb-busi-pur .gb-busi-pos {
  width: 280px;
  height: 120px;
  background-color: #0C5BAC;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: -15px;
}
.gb-busi-pur .gb-busi-pur-ul {
  padding-left: 49px;
  padding-right: 49px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -65px;
}
.gb-busi-pur .gb-busi-pur-ul li {
  width: calc((100% - 45.5px) / 2);
  margin-right: 45px;
  margin-bottom: 65px;
}
.gb-busi-pur .gb-busi-pur-ul li:last-child,
.gb-busi-pur .gb-busi-pur-ul li:nth-child(2n) {
  margin-right: 0 !important;
}
.h3-defaut-pos {
  text-align: center;
}
.h3-defaut-pos .h3-defaut-pos-top {
  color: #FFDB1A;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.4px;
  display: block;
  margin-bottom: 12px;
}
.h3-defaut-pos .h3-defaut-pos-bottom {
  color: #ffffff;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  display: block;
}
.gb-busi-pur-dig {
  position: relative;
  padding-left: 138px;
}
.gb-busi-pur-dig .gb-busi-pur-dig--pos {
  position: absolute;
  top: 0;
  left: 0;
}
.gb-busi-pur-dig .gb-busi-pur-dig--no-pos {
  padding-top: 27px;
}
.gb-busi-pur-dig .gb-busi-pur-dig--no-pos .gb-busi-pur-dig--h4 {
  color: #0C5BAC;
  font-size: 25px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 1px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid #0C5BAC;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.gb-busi-pur-dig .gb-busi-pur-dig--no-pos .gb-busi-pur-dig--desc {
  color: #0C5BAC;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: justify;
  padding-left: 30px;
  padding-right: 10px;
  margin-bottom: 12px;
}
.gb-busi-pur-dig .gb-busi-pur-dig--no-pos .gb-busi-pur-dig--btn a {
  border: none;
  height: auto;
  justify-content: flex-end;
  max-width: 100%;
}
.gb-prob-pur-dig {
  padding-left: 98px;
}
.gb-prob-pur-dig .gb-busi-pur-dig--no-pos .gb-busi-pur-dig--h4 {
  padding-left: 18px;
}
.gb-prob-pur-dig .gb-busi-prob-ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -17px;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 40px;
}
.gb-prob-pur-dig .gb-busi-prob-ul li {
  width: calc((100% - 46.5px) / 3);
  margin-bottom: 17px;
  margin-right: 23px;
  display: flex;
}
.gb-prob-pur-dig .gb-busi-prob-ul li:nth-child(3n),
.gb-prob-pur-dig .gb-busi-prob-ul li:last-child {
  margin-right: 0 !important;
}
.gb-prob-pur-dig .gb-busi-prob-ul li .gb-busi-prob-ul-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
}
.gb-prob-pur-dig .gb-busi-prob-ul li .gb-busi-prob-ul-bg-cont {
  width: calc(100% - 70px);
  padding-left: 20px;
  background-color: #ffffff;
  color: #0C5BAC;
  font-size: 18px;
  font-weight: 500;
  line-height: 127%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gb-busi-prob-no-pos {
  padding-left: 49px;
  padding-right: 49px;
}
.gb-busi-prob-no-pos-2 {
  margin-top: 30px;
}
.gb-busi {
  padding-top: 95px;
  padding-bottom: 100px;
}
.gb-futu {
  background-image: url(assets/common/image/top-125.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 68px;
}
.gb-futu img {
  width: auto;
}
.gb-futu .gb-futu-dig {
  background-color: #ffffff;
  padding-top: 96px;
  padding-bottom: 90px;
  width: 100%;
  height: 100%;
}
.gb-futu .gb-futu-dig .gb-futu-item:last-child {
  width: 689px;
  padding-left: 180px;
  padding-top: 30px;
}
.gb-futu .gb-futu-dig .gb-futu-item:first-child {
  width: calc(100% - 689px);
}
.gb-futu .gb-futu-dig .gb-futu-item:first-child .h2-defaut .gb-busi-span-top,
.gb-futu .gb-futu-dig .gb-futu-item:first-child .h2-defaut .gb-busi-span-bottom {
  padding-left: 49px;
}
.gb-futu .gb-futu-map {
  position: relative;
  margin-top: -12px;
  margin-bottom: -10px;
}
.gb-futu .gb-futu-map .gb-futu-map-cen {
  text-align: right;
  padding-right: 49px;
}
.gb-futu .gb-futu-map .gb-futu-map-pos {
  position: absolute;
  top: 102px;
  left: 0;
  padding-left: 109px;
  padding-right: 49px;
  width: 100%;
}
.gb-futu .gb-futu-map .gb-futu-map-pos .gb-futu-map-pos-rigth {
  text-align: right;
  margin-top: 15px;
}
.gb-futu .gb-futu-end {
  text-align: center;
  padding-left: 49px;
  padding-right: 49px;
}
.gb-futu .gb-futu-end .gb-futu-end-text {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  color: #0C5BAC;
}
/*

======================

=    STYLE FOOTER    =

======================

*/
.relo-fo-1 {
  padding: 97px 0 94px;
  border-top: 20px solid #0C5BAC;
  background-image: url(assets/common/image/relo-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.title-fo-1 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
}
.relo-fo-banner {
  width: 100%;
  margin-top: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.relo-fo-banner a:not(:last-child) {
  margin-right: 60px;
}
.relo-fo-2 {
  color: #ffffff;
  background-color: #0C5BAC;
}
.wrap-coppyright {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 7px 0 15px 0;
}
.wrap-fo-2 {
  padding-top: 56px;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.item-fo-2 {
  width: 305px;
}
.item-fo-2:first-child {
  padding-top: 20px;
}
.item-fo-2:last-child {
  width: calc(100% - 305px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.item-fo-2:last-child .sub-item-fo-2:last-child .menufo:last-child {
  display: none;
}
.logo-fo a {
  font-size: 0;
  line-height: 1;
  display: inline-block;
}
.relo-fo-banner-2 {
  margin-top: 40px;
}
.relo-fo-banner-2 a {
  font-size: 0;
  line-height: 1;
  display: inline-block;
}
.relo-fo-banner-2 a:not(:last-child) {
  margin-bottom: 15px;
}
.sns_icons--footer {
  margin-top: 40px;
}
.sns_icons a:not(:first-child) {
  margin-left: 10px;
}
.menufo {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.menufo > li {
  padding-left: 15px;
  position: relative;
}
.menufo > li:not(:last-child) {
  margin-bottom: 22px;
}
.menufo > li::before {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #ffffff;
}
.menufo > li > a {
  font-weight: 500;
}
.menufo .befo > li {
  position: relative;
}
.menufo .befo > li::before {
  content: "・";
  position: absolute;
  left: -15px;
  top: 1px;
  font-size: 15px;
  color: #ffffff;
}
.menufo .lv1 {
  margin-top: 14px;
  padding-bottom: 2px;
}
.menufo .lv1 > li:not(:last-child) {
  margin-bottom: 10px;
}
.menufo .lv2 {
  font-size: 13px;
  font-weight: 400;
  margin-top: 14px;
  padding-bottom: 2px;
  padding-right: 18px;
}
.menufo .lv2 > li:not(:last-child) {
  margin-bottom: 10px;
}
.lv1,
.lv2 {
  padding-left: 1em;
}
.sub-item-fo-2:not(:last-child) {
  margin-right: 65px;
}
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 9;
}
.item-menu-default {
  width: 100%;
  display: flex;
}
.coming_soon {
  padding: 100px 50px;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin: 50px 0;
}
/* お知らせ | NEWS */
.g-flex {
  display: flex;
}
.bg-color-1 {
  background-color: #ecf1f6;
}
.wp-page-news {
  margin-top: 100px;
  margin-bottom: 120px;
  position: relative;
  align-items: flex-start;
}
.item-news-col:first-child {
  margin-right: 60px;
}
.item-news-col:last-child {
  width: 300px;
  padding: 20px;
}
.title-archives-yearly {
  font-size: 24px;
  color: #0c5bac;
  letter-spacing: 1px;
  font-weight: 700;
  padding-bottom: 17px;
  border-bottom: 2px solid #0c5bac;
}
.wp_archives_yearly {
  margin-top: 23px;
}
.wp_archives_yearly li:not(:last-child) {
  margin-bottom: 12px;
}
.wp_archives_yearly li a {
  display: block;
  padding-left: 20px;
  transition: ease all 0.35s;
  background-image: url(assets/common/image/icon_chevron.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 9px;
}
.wp_archives_yearly li a::after {
  content: "年";
  display: inline-block;
}
.wp_archives_yearly li a:hover {
  opacity: 0.7;
}
.title-news-01 {
  font-size: 36px;
  color: #0c5bac;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0c5bac;
  position: relative;
}
.title-news-01 span {
  position: relative;
  left: 20px;
}
.title-news-01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 225px;
  height: 2px;
  background-color: #f39800;
}
ul.wrap-news-list {
  margin-top: 27px;
  margin-bottom: 50px;
}
.wrap-news-list li {
  display: flex;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid #ecf1f6;
}
.gp-date-cate {
  width: 250px;
}
.title-news {
  width: calc(100% - 250px);
  padding-right: 70px;
  color: #333;
}
.text-fault {
  letter-spacing: 1px;
  font-weight: 400;
}
.gp-date-cate {
  color: #2450a6;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.gp-date-cate a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  width: 90px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  padding: 5px 0;
  margin-left: 30px;
  border: 2px solid #2450a6;
}
a.no-under::before {
  content: none !important;
}
.group-single-post {
  margin-top: 2px;
  margin-bottom: 120px;
}
.wrap-header-single .gp-date-cate {
  position: relative;
  padding-left: 35px;
}
.wrap-header-single .gp-date-cate::before {
  content: "";
  width: 20px;
  height: 5px;
  background-color: #0c5bac;
  left: 0;
  top: 11px;
  position: absolute;
}
.wrap-header-single .gp-date-cate > span {
  color: #f39800;
  font-weight: bold;
  position: relative;
  top: 1px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}
.wrap-header-single .gp-date-cate a {
  margin-left: 20px;
}
.wrap-title-single {
  color: #0c5bac;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 130%;
  margin-top: 28px;
}
/* CSS SINGLE DEFAULT */
#wrap-content-single {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 105px;
}
#wrap-content-single .btn-default {
  margin-top: 110px;
}
#wrap-content-single .btn-default a {
  text-decoration: none;
  padding-left: 0;
  max-width: 480px;
  height: 80px;
}
#wrap-content-single .btn-default a span {
  display: inline-block;
  padding-right: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 1 !important;
  background-position: right 0px bottom 3px;
}
#wrap-content-single p {
  color: #333333;
  letter-spacing: 0.2px;
  text-align: justify;
  margin: 24px 0;
}
#wrap-content-single p:first-child,
#wrap-content-single p:first-child img {
  margin-top: 0;
}
#wrap-content-single h1 {
  font-size: 24px;
  color: #ffffff;
  border-radius: 4px;
  padding: 10.205px 40px 12.205px 40px;
  margin: 53px 0 32px 0;
  letter-spacing: 1px;
  background-color: #0c5bac;
  background-image: url(assets/common/image/workplace-office-2.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: 1000px;
}
#wrap-content-single h2 {
  font-size: 20px;
  color: #0c5bac;
  padding: 13.205px 40px 15.205px 40px;
  margin: 53px 0 32px 0;
  background-color: #ffffff;
  background-size: 1000px;
  border-top: 3px solid #0c5bac;
  border-bottom: 1px solid #0c5bac;
  box-sizing: border-box;
}
#wrap-content-single h3 {
  font-size: 18px;
  color: #0c5bac;
  padding: 13.205px 40px 15.205px 40px;
  margin: 53px 0 32px 0;
  background-color: #eee;
  background-size: 1000px;
  border-top: 3px solid #0c5bac;
  border-bottom: 1px solid #0c5bac;
  box-sizing: border-box;
}
#wrap-content-single h4,
#wrap-content-single h5,
#wrap-content-single h6 {
  font-size: 16px;
  color: #0c5bac;
  padding: 16.205px 40px 18.205px 40px;
  margin: 53px 0 32px 0;
  background-color: #eee;
  background-size: 1000px;
  border-top: 3px solid #0c5bac;
  border-bottom: 1px solid #0c5bac;
  box-sizing: border-box;
}
#wrap-content-single a {
  color: #0c5bac;
  text-decoration: underline;
  transition: ease all 0.35s;
}
#wrap-content-single a:hover {
  opacity: 0.8;
}
#wrap-content-single ul,
#wrap-content-single ul li {
  list-style: disc;
  margin-left: 10px;
}
#wrap-content-single ol,
#wrap-content-single ol li {
  list-style: decimal;
  margin-left: 10px;
}
#wrap-content-single ul,
#wrap-content-single ol {
  margin: 26px 0;
  margin-left: 10px;
}
#wrap-content-single blockquote {
  background-color: #eee;
  padding: 20px;
  margin: 32px 0;
}
#wrap-content-single blockquote p {
  margin: 0;
}
/* END CSS SINGLE DEFAULT */
.rent-2-2-ul > li {
  height: auto !important;
  min-height: 380px;
}
.leasing-3-1:nth-child(2n+1) .leasing-3-1-pos {
  text-align: right;
}
.leasing-3-1:nth-child(2n+1) .leasing-3-1-pos::before {
  right: 0;
  left: auto;
}
.leasing-2-2-ul .rent-2-2-item:last-child {
  letter-spacing: 0.5px;
}
.col-default.rent-2-2-col {
  align-items: flex-start;
}
.col-default.rent-2-2-col .rent-2-2-item:first-child:not(:last-child) {
  padding-top: 15px;
  line-height: 0;
}
.rent-2-2-h3 span:last-child {
  padding-top: 3px;
}
.plan .rent-2-2-h3,
.leasing .rent-2-2 li:nth-child(2) .rent-2-2-h3 {
  text-align: center;
}
.plan .rent-2-2-h3 span {
  display: inline-block;
  padding-top: 0;
}
.leasing-3-ul--text > p span.fz14 {
  font-size: 14px;
}
.purchase .rent-features-ul li:first-child h3 span:first-child {
  font-size: 24px;
}
.purchase .rent-features-ul li:first-child h3 span:last-child {
  font-size: 30px;
}
.purchase .cont-rent-1-3 .rent-features-ul li {
  min-height: 436px;
}
.rent-cm .rent-1-2--btn a span {
  padding-right: 40px;
}
/* END お知らせ | NEWS */
/* 貸したい | Rent */
.ds-flex {
  display: flex;
}
.bredcrum {
  font-size: 12px;
  color: #333;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 85px;
}
.breadcrum-mb {
  margin-bottom: 0;
}
.bredcrum a {
  position: relative;
  padding-bottom: 5px;
  line-height: 2;
}
.bredcrum span {
  line-height: 2;
}
.bredcrum a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #999;
  bottom: 0;
  left: 0;
}
.bredcrum-arrow {
  margin-left: 5px;
  margin-right: 5px;
}
.child-title-h2 {
  text-align: center;
  letter-spacing: 1px;
  font-weight: 700;
}
.child-title-h2 span {
  display: block;
  line-height: 1.2;
}
.child-title-ja {
  font-size: 60px;
  color: #0c5bac;
  padding-bottom: 20px;
  margin-bottom: 18px;
  position: relative;
}
.child-title-ja::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #0c5bac;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.child-title-ja-small {
  font-size: 48px;
  display: inline-block !important;
}
.child-title-en {
  font-size: 14px;
  color: #f39800;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.rent-1-desc {
  max-width: 1040px;
  width: 100%;
  background-color: #ecf1f6;
  text-align: center;
  margin: 57px auto;
  padding-top: 55px;
  padding-bottom: 55px;
}
.rent-1-desc p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
}
.rent-1-desc p:not(:first-child) {
  margin-top: 27px;
}
.child-title-h3 {
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #0c5bac;
  display: flex;
  justify-content: center;
}
.rent-1-2 > p {
  font-size: 16px;
  text-align: center;
  color: #333;
  margin-top: 30px;
  margin-bottom: 35px;
}
.rent-1-2-item h4,
.rent-1-2-item h5 {
  color: #0c5bac;
  letter-spacing: 1px;
  font-weight: 700;
}
.rent-1-2-item h4 {
  font-size: 18px;
}
.rent-1-2-item h5 {
  font-size: 16px;
}
.flow .rent-1-2-item h5 {
  font-size: 18px;
}
.flow .manual-1-ul li span:last-child {
  text-align: center;
}
.flow .manual-1-ul li span.ctum {
  font-size: 18px;
  letter-spacing: -2px;
  width: calc(100% + 30px);
  position: relative;
  left: -26px;
  display: inline-block;
}
.manual-1-ul li a br.pc {
  display: block;
}
.rent-1-2-item p {
  font-size: 14px;
  color: #333;
  letter-spacing: 1px;
  text-align: justify;
}
.rent-1-2-item li {
  margin-top: 30px;
}
.rent-1-2-item li .line {
  font-weight: 400;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgb(255, 219, 26) 71%, rgb(255, 219, 26) 100%);
}
.rent-1-2-item:last-child {
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 80px;
}
.rent-1-2--btn a {
  margin: 0 auto;
  padding-left: 24px;
}
.rent-1-2--btn a span {
  background-image: url(assets/common/image/icon_arrow_bh.png);
  padding-right: 30px;
}
.rent-1-2-col {
  margin-bottom: 55px;
}
.rent-1 {
  margin-bottom: 120px;
}
.rent-2-1-ul h3 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: #0c5bac;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
}
.rent-2-1-ul h3 span {
  padding-bottom: 6px;
  line-height: 2;
  border-bottom: 1px solid #0c5bac;
}
.rent-2-1 {
  background-image: url(assets/common/image/rent-11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.rent-2-h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  color: #0c5bac;
  text-align: center;
}
.rent-2-h2 span {
  display: block;
  line-height: 125%;
}
.rent-2-h2-en {
  font-size: 16px;
  margin-top: 24px;
  letter-spacing: 1px;
}
.rent-2-1-ul li {
  width: 197px;
}
.rent-2-1-ul li a {
  display: block;
  line-height: 1;
  text-align: center;
}
.rent-2-1-ul li:not(:last-child) {
  margin-right: 3.5px;
}
.rent-2-1-ul-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 120px;
}
.rent-2-2 {
  background-image: url(assets/common/image/rent-20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 105px;
  padding-bottom: 120px;
}
.rent-2-2 h2 {
  color: #fff;
}
.rent-2-2-ul {
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 65px;
}
.rent-2-2-ul > li {
  width: calc((100% - 60.5px) / 2);
  margin-right: 60px;
  margin-bottom: 60px;
  border: 4px solid #ffdb1a;
  position: relative;
  background-color: #fff;
  padding: 36px 26px;
}
.purchase .cont-rent-1-5 .rent-2-2-ul > li {
  width: calc((100% - 20.5px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}
.purchase .cont-rent-1-5 .rent-2-2-ul {
  margin-bottom: -20px;
}
.purchase .cont-rent-1-5 .rent-2-2-ul > li:nth-child(2n),
.purchase .cont-rent-1-5 .rent-2-2-ul > li:last-child {
  margin-right: 0;
}
.purchase .cont-rent-1-5 .rent-2-2-ul ~ .rent-menu--btn a {
  height: 80px;
  max-width: 480px;
}
.purchase .cont-rent-1-5 .rent-2-2-ul ~ .rent-menu--btn a span {
  font-size: 20px;
}
.purchase .cont-rent-1-5 .rent-2-2-ul ~ .rent-menu--btn {
  margin-top: 60px;
}
.rent-2-2-ul > li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 38px solid #ffdb1a;
  border-right: 38px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.rent-2-2-ul > li:nth-child(2n),
.rent-2-2-ul > li:last-child {
  margin-right: 0;
}
.rent-2-2-h3 span {
  display: block;
  line-height: 115%;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-align: center;
}
.rent-2-2-h3 {
  margin-bottom: 30px;
}
.rent-2-2-h3 span:first-child {
  font-size: 24px;
  color: #0c5bac;
}
.rent-2-2-h3 span:last-child {
  font-size: 30px;
  color: #f39800;
}
.rent-2-2-h3 span:last-child span.fz24 {
  font-size: 24px;
  color: #0c5bac;
  display: inline-block;
  padding-top: 0;
}
.rent-2-2-item:first-child:not(:last-child) {
  width: calc(100% - 370px);
  padding-top: 40px;
}
.rent-2-2-item:last-child {
  width: 370px;
  padding-left: 33px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
  text-align: justify;
}
.rent-2-2--btn a {
  background: #F39800;
  border-color: #F39800;
}
.rent-2-2--btn a span {
  color: #fff;
  background-image: url(assets/common/image/icon_arrow_wh.png);
}
.rent-2-1-ul {
  margin-top: 30px;
  justify-content: center;
}
.rent-features-ul {
  margin-top: 56px;
  flex-wrap: wrap;
  margin-bottom: -25px;
}
.rent-features-ul li {
  width: calc((100% - 100.5px) / 5);
  margin-right: 25px;
  border: 2px solid #0c5bac;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 30px;
  padding-bottom: 28px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.rent-features-ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rent-features-ul li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.rent-features-ul--img {
  text-align: center;
}
.rent-features-ul li:last-child,
.rent-features-ul li:nth-child(5n) {
  margin-right: 0 !important;
}
.rent-features-ul h3 {
  margin-top: 18px;
}
.rent-features-ul h3 span {
  display: block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #0c5bac;
  text-align: center;
}
.rent-features-ul h3 span:last-child {
  font-size: 18px;
  color: #f39800;
  letter-spacing: 0;
}
.rent-features-ul-desc {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.7px;
  margin-top: 12px;
  padding-left: 14px;
  padding-right: 14px;
  text-align: justify;
}
.rent-features {
  background-color: #ecf1f6;
  padding-top: 115px;
  padding-bottom: 120px;
}
.cont-rent-1-5 .rent-features {
  background-color: #fff;
}
.cont-rent-1-5 .rent-features > div {
  background-color: #ecf1f6;
  background-image: url(assets/common/image/asset-2.jpg);
  background-position: center;
  background-repeat: repeat;
  padding: 60px 20px;
}
.rent-menu-ul {
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 40px;
}
.rent-menu-ul li {
  width: 16.6666666667%;
}
.rent-menu-ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
.rent-menu-ul li a {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c5bac;
}
.rent-menu-ul li.active a {
  background-color: #709ece;
}
.rent-menu-ul li a span {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.rent-menu--btn a {
  background: #fff;
  margin: 0 auto;
  padding-left: 33px;
}
.rent-menu--btn a span {
  padding-right: 45px;
}
.rent-menu {
  margin-top: 55px;
  margin-bottom: 60px;
}
/* End 貸したい | Rent */
/* リーシング | Leasing */
.leasing-1-2-col {
  position: relative;
  padding-left: 120px;
}
.leasing-1-2-item:first-child {
  max-width: 723px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
.building .leasing-1-2-item:first-child,
.resident .leasing-1-2-item:first-child {
  padding-top: 92px;
}
.management .leasing-1-2-item:first-child {
  padding-top: 7px;
}
.leasing-1-2-item:last-child {
  max-width: 720px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.leasing-1-2-item-desc {
  background-color: rgba(255, 255, 255, 0.9);
}
.leasing-1-2-item h3 {
  font-size: 36px;
  color: #0c5bac;
  letter-spacing: 1px;
  font-weight: 700;
}
.leasing-1-2-item-desc {
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
  padding-left: 0px !important;
  padding-right: 85px;
  text-align: justify;
  margin-top: 14px;
  padding-top: 45px;
  padding-bottom: 15px;
  min-height: 347px;
}
.building .leasing-1-2-item-desc {
  min-height: 242px;
}
.leasing-1-2-item-desc p:not(:first-child) {
  margin-top: 25px;
}
.leasing-1-2-col {
  margin-bottom: 60px;
}
.leasing-1-2--btn a {
  max-width: 340px;
  padding-left: 28px;
}
.leasing-1-2--btn a span {
  letter-spacing: 0.5px;
}
.leasing-2-2-ul .rent-2-2-item:last-child {
  font-size: 14px;
}
.leasing-2-2-ul {
  margin-bottom: 0;
}
.leasing-3-1-pos {
  margin-left: 0;
  width: 100%;
  position: relative;
  height: 380px;
  padding-top: 65px;
}
.leasing-3-1-pos::before {
  content: "";
  display: block;
  background-color: #ecf1f6;
  width: 1420px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.leasing-3-1-pos h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  color: #0c5bac;
  max-width: 1010px;
  width: 100%;
  position: relative;
  padding-bottom: 21px;
  padding-left: 10px;
  border-bottom: 4px solid #0c5bac;
}
.leasing-3-1:nth-child(2n+1) .leasing-3-1-pos h3 {
  padding-right: 10px;
  margin-left: auto;
  margin-right: 0;
}
.leasing-3-1-pos h3::before,
.leasing-3-1-pos h3::after {
  content: "";
  position: absolute;
  background-color: #f39800;
}
.leasing-3-1-pos h3::before {
  width: 300px;
  height: 4px;
  left: -31px;
  bottom: -4px;
}
.leasing-3-1:nth-child(2n+1) .leasing-3-1-pos h3::before {
  right: -31px;
  left: inherit;
}
.leasing-3-1-pos h3::after {
  width: 4px;
  height: 80px;
  left: -14px;
  top: 0;
}
.leasing-3-1:nth-child(2n+1) .leasing-3-1-pos h3::after {
  right: -14px;
  left: inherit;
}
.leasing-3-ul {
  margin-top: -215px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.leasing-3-ul > li {
  width: calc((100% - 30.5px) / 3);
  margin-right: 15px;
  margin-bottom: 55px;
}
.leasing-3-ul > li:last-child,
.leasing-3-ul > li:nth-child(3n) {
  margin-right: 0 !important;
}
.leasing-3-ul-dig {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
}
.leasing-3-ul-dig img {
  position: absolute;
  right: 10px;
  bottom: -22px;
}
.leasing-3-ul--text {
  margin-top: 33px;
}
.leasing-3-ul--text h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0c5bac;
  margin-bottom: -4px;
}
.leasing-3-ul--text > p {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #333;
  margin-top: 25px;
}
.leasing-3-2-pos::before {
  right: 0;
  left: auto;
}
.leasing-3-2-pos {
  text-align: right;
}
a.no-under::before {
  display: none !important;
}
.leasing-3-3-ul {
  margin-bottom: 50px;
}
.leasing-3 {
  padding-top: 115px;
  padding-bottom: 120px;
}
.leasing-3 .rent-2-h2 {
  margin-bottom: 59px;
}
.grid-1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.br-480 {
  display: none;
}
.leasing-3-ul--text-desc {
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
  margin-top: 25px;
}
/* End リーシング | Leasing  */
/* 入居者管理 | RESIDENT  */
.resident-link {
  margin-top: 25px;
  flex-wrap: wrap;
}
.resident-link li {
  margin-bottom: 10px;
  display: inline-block;
}
.resident-link a {
  padding: 9px 15px;
  border: 1px solid #0c5bac;
  font-size: 14px;
  color: #0c5bac;
  letter-spacing: 0.5px;
  line-height: 1;
  border-radius: 17px;
  display: inline-block;
}
.resident-link a span {
  position: relative;
  top: -1px;
}
.resident-link-1 a {
  font-size: 16px;
  margin-right: 0;
}
.resident-link li {
  margin-right: 15px;
}
.resident-link li:last-child {
  margin-right: 0 !important;
}
.resident-1 .leasing-1-2-item-desc p:last-child {
  font-size: 16px;
}
.resident .leasing-3-1:nth-child(3) .resident-link li {
  display: block;
  width: 100%;
}
.resident .leasing-3-1:nth-child(3) .resident-link li:not(:last-child) {
  margin-bottom: 22px;
}
/* End 入居者管理 | RESIDENT  */
/* 建物管理 | Building */
.building .leasing-3-ul {
  margin-top: 0;
}
.ul-has-h5 {
  margin-top: 31px;
}
.ul-has-h5 h5 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #0c5bac;
}
.ul-has-h5 p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #333333;
}
/* End 建物管理 | Building */
/* 賃貸経営管理 | Management */
.management .resident-link li {
  margin-right: 0;
}
.management .resident-link li:first-child {
  margin-right: 15px;
}
.management .resident-link li a {
  letter-spacing: -0.5px;
}
.resident-link li a.txt_sut {
  border-radius: 33px;
}
/* End 賃貸経営管理 | Management */
/* 賃貸経営の流れ | Flow */
.flow .rent-1-2 .video-wrapper,
.borrow .rent-1-2 .video-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 55px;
}
.flow .rent-1-2 .video-wrapper > button,
.borrow .rent-1-2 .video-wrapper > button {
  max-width: 650px;
  width: 100%;
  cursor: pointer;
}
.flow .child-title-h3 {
  text-align: center;
}
.flow-1-2-dig {
  font-size: 14px;
  letter-spacing: 1px;
  color: #333;
}
.flow-link a {
  margin-bottom: 120px;
}
.flow-link-no--margin a {
  margin-bottom: 0 !important;
}
.flow-3 {
  background-image: url(assets/common/image/flow-27.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
.flow-3 .rent-1-desc {
  background-color: #fff;
}
.flow-3-1 h2 {
  color: #fff;
}
.flow-3-1 ul li {
  max-width: 820px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 53px;
  border: 4px solid #ffdb1a;
  height: 160px;
  position: relative;
  background-color: #fff;
}
.flow-3-1 ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-3-1 ul li:last-child {
  margin-bottom: 120px;
}
.flow-3-1 ul li:last-child::before {
  display: none !important;
}
.flow-3-1-dig {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 45px;
  align-items: center;
  justify-content: center;
}
.flow-3-1-dig::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 27px solid #ffdb1a;
  border-right: 27px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.flow-3-1-dig::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 27px solid #ffdb1a;
  border-left: 27px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.flow-3-1-dig-cen h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #0c5bac;
}
.flow-3-1-dig-cen p {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 2;
  color: #333;
}
.flow-3-1-dig-cen {
  text-align: center;
}
.flow-3-1-dig-post {
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
}
.flow-btn-2 a {
  max-width: 400px;
  margin: 0 auto;
}
.flow-btn-2 a span {
  padding-right: 60px;
  padding-left: 15px;
}
.flow .rent-1-2-item:last-child {
  padding-top: 45px;
}
.flow .rent-2-h2 span.fz-30 {
  font-size: 30px;
}
/* End 賃貸経営の流れ | Flow */
/* 賃貸管理プラン | Plan */
.rent-1-desc h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
  margin-bottom: -7px;
}
.plan-dig-h3 {
  background-image: url(assets/common/image/plan-6.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 410px;
  width: 100%;
  padding-top: 110px;
}
.plan-dig-h3 h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 130%;
  color: #fff;
  text-align: center;
}
.plan-dig-h3 h3 span {
  font-size: 30px;
  display: block;
}
.plan-dig-ul {
  margin-bottom: 98px;
  margin-top: -150px;
}
.plan-dig-ul ul {
  flex-wrap: wrap;
  justify-content: center;
}
.plan-dig-ul .ds-flex > li {
  width: calc((100% - 30.5px) / 3);
  margin-right: 15px;
  margin-bottom: 15px;
  border-top: 4px solid #ffdb1a;
  background-color: #fff;
  position: relative;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.plan-dig-ul .ds-flex > li::before,
.plan-dig-ul .ds-flex > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 146px;
  top: 0;
  background-color: #ffdb1a;
}
.plan-dig-ul .ds-flex > li::before {
  left: 0;
}
.plan-dig-ul .ds-flex > li::after {
  right: 0;
}
.plan-dig-ul .ds-flex > li:nth-child(3n),
.plan-dig-ul .ds-flex > li:last-child {
  margin-right: 0 !important;
}
.plan-dig-ul h4,
.plan-dig-ul h5 {
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
}
.plan-dig-ul h4 {
  color: #0c5bac;
}
.plan-dig-ul h5 {
  font-size: 24px;
  color: #f39800;
  margin-top: 12px;
  margin-bottom: 20px;
}
.plan-dig-ul h5 span,
.plan-dig-ul p,
.plan-dig-ul h4 {
  font-size: 16px;
  letter-spacing: 1px;
}
.plan-dig-ul p {
  color: #333333;
}
.plan-dig-ul-img {
  text-align: center;
  margin-bottom: 52px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 135px;
}
.plan-dig-cont-cen {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #0c5bac;
  letter-spacing: 1px;
  position: relative;
  top: 5px;
}
.plan-dig-cont-cen h3 {
  text-align: left;
  letter-spacing: 0.2px;
}
.plan-dig-cont-cen h3 span {
  font-size: 14px;
  margin-left: 10px;
}
.plan-dig-cont-cen h4 {
  font-size: 36px;
  display: block;
  color: #f39800;
  text-align: left;
}
.plan-dig-cont-cen h4 span {
  font-size: 24px;
}
.plan-dig-cont-heading {
  margin-bottom: 40px;
  width: 100%;
  height: 130px;
  background-color: #ecf1f6;
  position: relative;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 165px;
}
.plan-dig-cont-post {
  position: absolute;
  width: 90px;
  height: 108px;
  background-color: #0c5bac;
  top: -40px;
  left: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  display: flex;
  justify-content: flex-end;
  padding: 12px 6px;
  flex-direction: column;
  text-align: center;
}
.plan-dig-cont-post span:first-child {
  padding-left: 7px;
}
.plan-dig-cont-post span:last-child {
  font-size: 60px;
  font-family: "Roboto", sans-serif;
  display: block;
  line-height: 1;
  margin-top: -2px;
  letter-spacing: 0;
  color: #ffdb1a;
}
.plan-dig-cont-text {
  margin-top: 16px;
  text-align: center;
}
.plan-dig-cont-end {
  margin-top: -4px;
}
.plan-dig-cont-end h5 {
  font-size: 18px;
  color: #0c5bac;
  font-weight: bold;
  letter-spacing: 1px;
}
.plan-dig-cont-end p {
  font-size: 16px;
  color: #333333;
  padding-left: 20px;
  letter-spacing: 1px;
}
.plan-dig-cont-1 {
  margin-bottom: 125px;
}
.plan-dig-cont {
  margin-bottom: 113px;
}
.br-650 {
  display: none;
}
/* End 賃貸管理プラン | Plan */
/* 資産活用・土地活用 | ASSET */
.asset-1--btn a {
  max-width: 485px;
  padding-left: 34px;
}
.asset-1--btn a span {
  padding-right: 50px;
  letter-spacing: 1px;
}
.asset-features-h2 {
  font-size: 24px;
  color: #f39800;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 11px;
}
.asset-features {
  background-image: url(assets/common/image/asset-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
.asset-features-ul ul {
  flex-wrap: wrap;
}
.asset-features-ul li {
  display: flex;
  width: calc((100% - 20.5px) / 2);
  margin-right: 20px;
  margin-bottom: 40px;
}
.asset-features-ul li:nth-child(2n),
.asset-features-ul li:last-child {
  margin-right: 0;
}
.asset-features-left {
  width: 125px;
}
.asset-features-rigth {
  width: calc(100% - 125px);
  padding-left: 40px;
}
.asset-features-rigth h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0c5bac;
  line-height: 130%;
  letter-spacing: 1px;
}
.asset-features-rigth p {
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  margin-top: 4px;
}
.asset-features-desc p {
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  margin-top: 22px;
}
.asset-features-ul {
  background-color: #fff;
  padding: 50px;
  padding-bottom: 45px;
  margin-top: 60px;
}
.asset-features-ul ul {
  margin-bottom: -12px;
}
.asset-service-dig-slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.asset-service-dig-thumb {
  background-repeat: no-repeat;
  background-size: cover;
}
.asset-service-dig-slider {
  height: 380px !important;
  margin-bottom: 38px;
}
.asset-service-dig-thumb {
  height: 82px !important;
  width: auto;
  margin-right: 5px;
  cursor: pointer;
  transition: ease all 0.35s;
  background-color: #ecf1f6;
}
.asset-service-dig-thumb:hover {
  opacity: 0.8;
}
.slick-slide:last-child .asset-service-dig-thumb {
  margin-right: 0 !important;
}
.asset-service-num span {
  font-size: 60px;
  font-family: "Roboto", sans-serif;
  display: block;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
  left: 5px;
}
.asset-service-num {
  width: 114px;
  height: 114px;
  background-color: #0c5bac;
  padding-top: 7px;
  text-align: center;
}
.asset-dig-mt45 {
  margin-top: -45px;
  position: relative;
  padding-left: 40px;
}
.asset-service-item:last-child h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 120%;
  color: #f39800;
}
.asset-service-item:last-child p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 30px;
}
.asset-service-item:last-child {
  width: calc(100% - 610px);
  padding-left: 40px;
  padding-top: 120px;
}
.asset-service-item:first-child {
  width: 610px;
}
.asset-service-dig:nth-child(2n+1) .asset-service-item:first-child {
  order: 1;
  width: calc(100% - 610px);
  padding-left: 0 !important;
}
.asset-service-dig:nth-child(2n+1) .asset-service-item:last-child {
  order: 0;
  width: 610px;
}
.asset-service-dig:nth-child(2n+1) .asset-service-num {
  position: relative;
  left: -20px;
}
.asset-service-dig:nth-child(2n+1) .asset-dig-mt45 {
  padding-left: 20px;
}
.asset-service-dig {
  margin-top: 30px;
  padding-top: 30px;
}
.asset-2-btn a {
  margin-top: 35px;
  margin-left: 0;
}
.asset-3-btn a {
  margin-top: 120px;
}
.asset-service {
  padding-top: 115px;
  padding-bottom: 120px;
}
.iSLideAfterThumbai {
  width: calc(100% + 5px);
}
.asset .leasing-1-2 .btn-default-vs2 a {
  padding-top: 9px;
  padding-bottom: 9px;
}
/* End 資産活用・土地活用 | ASSET*/
/* Remodeling */
.child-cont {
  overflow-x: hidden;
}
.remodeling .child-title-h2 span {
  line-height: 115%;
}
.remodeling .rent-1-2-item li,
.purchase .rent-1-2-item li {
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 400;
}
.remodeling .child-title-ja {
  padding-bottom: 15px;
}
.remod-1--btn a {
  max-width: 535px;
}
.remod-1--btn a span {
  letter-spacing: 1px;
  padding-right: 45px;
}
.rent-2-h2 span.fz-24 {
  font-size: 24px;
  display: inline-block;
}
.remodeling .asset-features {
  background-image: none;
  padding-bottom: 0;
}
.remodeling .asset-features-ul {
  background-color: #ecf1f6;
  position: relative;
  margin-top: 85px;
}
.remodeling .asset-features-ul li {
  align-items: center;
}
.remodeling .asset-features-rigth h3 {
  letter-spacing: 0;
}
.remod-h3-pos {
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0c5bac;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  width: 100%;
  color: #fff;
  padding: 13px 15px;
}
.remod-case-img {
  text-align: center;
}
.remod-2--btn {
  margin-top: 55px;
}
.remodeling .rent-2-2 {
  padding-bottom: 0;
}
.remodeling .rent-2-2-ul > li::before {
  left: -1px;
}
.remod-case-img {
  margin-top: 55px;
}
.remodeling .rent-1-2-item:last-child {
  padding-top: 4px;
}
.remodeling .rent-1-2-col {
  margin-top: 90px;
}
.remodeling .asset-features-2 .asset-features-desc {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.asset-features-2 .asset-features-ul {
  padding-bottom: 120px;
}
/* End Remodeling */
.reform-1,
.reform-1 .leasing-1-2-item-desc {
  background-color: #ecf1f6;
}
.reform-1-2 .grid-1200 {
  background-color: #fff;
  padding: 60px 40px;
  padding-bottom: 40px;
}
.reform-1-2 .asset-features-h2 {
  color: #0c5bac;
}
.reform-1-2 .leasing-3-ul {
  margin-top: 60px;
  margin-bottom: 0;
}
.reform-1-2 .leasing-3-ul > li {
  width: calc((100% - 100.5px) / 3);
  margin-right: 50px;
  margin-bottom: 30px;
}
.reform-1-2 .leasing-3-ul > li:last-child,
.reform-1-2 .leasing-3-ul > li:nth-child(3n) {
  margin-right: 0;
}
.reform-1-2 .leasing-3-ul-dig {
  height: 260px;
}
.reform-1-2 .leasing-3-ul--text {
  margin-top: 20px;
}
.reform-1-2 .leasing-3-ul--text > p {
  margin-top: 14px;
}
.reform-1-2-desc {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #333;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-top: 1px solid #ecf1f6;
  border-bottom: 1px solid #ecf1f6;
}
.reform-1-3 {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #333;
  margin-top: 14px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.reform-1 {
  padding-top: 120px;
  padding-bottom: 115px;
}
.reform-2 .plan-dig-cont-cen {
  text-align: justify;
}
.reform-2 .plan-dig-cont-heading {
  justify-content: flex-start;
  padding-left: 150px;
  padding-right: 25px;
}
.reform-2 .plan-dig-cont-cen {
  font-size: 16px;
}
.reform-2 .plan-dig-cont-post span:first-child {
  padding-left: 0;
}
.reform-2-item {
  width: calc((100% - 60.5px) / 2) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 380px;
}
.reform-2-item:first-child {
  margin-right: 60px;
}
.reform-2-col {
  position: relative;
  margin-top: 60px;
}
.reform-2-col::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(assets/common/image/reform/reform-8.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 49.9%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 55px;
}
.reform-2 .plan-dig-cont-1 {
  margin-bottom: 120px;
}
.reform-2-ul ul {
  margin-bottom: -45px;
  flex-wrap: wrap;
}
.reform-2-ul li {
  width: calc((100% - 120.5px) / 4);
  margin-right: 40px;
  margin-bottom: 40px;
}
.reform-2-ul li:last-child,
.reform-2-ul li:nth-child(4n) {
  margin-right: 0;
}
.reform-2-ul-dig {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.reform-2-ul li h5 {
  font-size: 18px;
  color: #0c5bac;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
}
.reform-2-ul {
  margin-top: 60px;
}
.reform-2 {
  padding-top: 120px;
}
.reform-2 .rent-2-h2 {
  margin-bottom: 100px;
}
/* End reform */
/* Renovation */
.renovation .reform-2-item {
  height: auto !important;
  background-image: none !important;
}
.renovation .asset-service-dig-slider {
  position: relative;
}
.reform-2-item-ul ul li {
  font-size: 16px;
  color: #0c5bac;
  letter-spacing: 0;
  font-weight: bold;
  margin-right: 21px;
  display: inline-block;
}
.reform-2-item-ul span.fw-nor {
  font-weight: normal;
}
.reform-2-item-ul span.fz-24 {
  font-size: 24px;
  font-weight: bold;
}
.reform-2-item-ul ul li:nth-child(2),
.reform-2-item-ul ul li:last-child {
  margin-right: 0;
}
.reform-2-item-ul ul {
  background-color: #ecf1f6;
  padding: 10px 15px;
  width: calc(100% + 30px);
  margin-left: -30px;
  letter-spacing: 0;
  font-size: 0;
  padding-right: 0;
  line-height: 0;
}
.renovation .reform-2-item:last-child {
  position: relative;
}
.renovation .reform-2-item:last-child .asset-service-dig-slider {
  margin-top: 40px;
  margin-bottom: 0;
}
.asset-thumbnail.vs--2 {
  width: calc(100% - 40px);
  max-width: 345px;
  top: -135px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.asset-thumbnail.vs--2 .slick-slide {
  margin-right: 20px;
}
.renovation .reform-2-item:last-child .slider-nav-thumbnails-2 .asset-service-dig-thumb {
  width: 100% !important;
  height: 115px !important;
  margin: 0 !important;
  border: 2px solid #fff;
}
.reform-2-item-pos-img {
  position: relative !important;
}
.reform-2-item-pos-img img {
  position: absolute !important;
  right: 10px;
}
.renovation .reform-2-item:last-child .reform-2-item-pos-img img {
  top: 28px;
}
.renovation .reform-2-item:first-child .reform-2-item-pos-img img {
  bottom: 28px;
}
.renovation-h5 {
  font-size: 16px;
  letter-spacing: 0;
  margin-top: -90px;
  margin-bottom: -5px;
}
.renovation-h5 h5 {
  font-weight: bold;
  color: #0c5bac;
}
.renovation-h5 p {
  color: #333333;
}
.renovation .rent-2-2-h3 span:last-child,
.reform .rent-2-2-h3 span:last-child,
.repair .rent-2-2-h3 span:last-child {
  font-size: 36px;
}
.renovation .leasing-1-2-item-desc {
  padding-right: 35px;
  letter-spacing: 0.5px;
}
/* End Renovation */
/* Repair */
.link-flex {
  justify-content: center;
  display: flex;
}
.link-flex .btn-default:first-child {
  margin-right: 60px;
}
.repair .reform-1 ul li {
  width: calc((100% - 120.5px) / 3);
  margin-right: 60px;
  margin-bottom: 15px;
}
.repair .reform-1 ul li:last-child,
.repair .reform-1 ul li:nth-child(3n) {
  margin-right: 0;
}
.repair-ul-dig {
  width: 100%;
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.repair .reform-1 ul {
  flex-wrap: wrap;
  margin-top: 55px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;
}
.repair .reform-1 .leasing-1-2-item-desc {
  min-height: 385px;
}
.link-flex-2 {
  margin-top: 60px;
}
.link-flex-2 .btn-default a {
  border: 1px solid #fff;
}
.link-flex-2 .btn-default a span {
  color: #fff;
  background-image: url(assets/common/image/repair/repair-10.png);
}
/* End Repair */
/* Rent 1 */
.cont-rent-1 .child-title-ja-small {
  display: block !important;
  margin-top: 4px;
}
.cont-rent-1 .rent-1-2-item:last-child {
  padding-top: 0;
}
.cont-rent-1 .rent-1-2-item:first-child {
  padding-top: 60px;
}
.cont-rent-1 .rent-1-2-col {
  margin-top: 50px;
}
.cont-rent-1 .rent-1-desc {
  margin-bottom: 50px;
}
.con-rent-1-1 {
  background-image: url(assets/common/image/rent-1/cont-rent-8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 170px;
}
.con-rent-1-1 h2 {
  color: #fff;
}
.con-rent-1-1 .child-title-en {
  color: #fff !important;
}
.con-rent-1-1-img {
  margin-top: 60px;
}
.cont-rent-1 .rent-1-2 .child-title-h3 {
  text-align: center;
}
.cont-rent-1-2 .child-title-ja::before,
.cont-rent-1-4 .child-title-ja::before {
  display: none;
}
.cont-rent-1-2 .child-title-ja,
.cont-rent-1-4 .child-title-ja {
  padding-bottom: 0;
}
.cont-rent-1-2 .leasing-1-2-col {
  margin-top: 60px;
}
.cont-rent-1-2 {
  padding-top: 50px;
  padding-bottom: 60px;
}
.purchase .cont-rent-1-2 {
  padding-bottom: 6px;
}
.cont-rent-1-2 .leasing-1-2-item-desc {
  font-size: 14px;
  letter-spacing: 0;
  padding-right: 40px;
}
.cont-rent-1-3 .asset-features-h2 {
  color: #0c5bac;
}
.cont-rent-1-3 .rent-features-ul {
  padding-left: 110px;
  padding-right: 110px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.cont-rent-1-3 .rent-features-ul li {
  width: calc((100% - 80.5px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 20px;
  border: 4px solid #709ece;
}
.cont-rent-1-3 .rent-features-ul li:nth-child(5n) {
  margin-right: 40px !important;
}
.cont-rent-1-3 .rent-features-ul li:nth-child(3n),
.cont-rent-1-3 .rent-features-ul li:last-child {
  margin-right: 0 !important;
}
.cont-rent-1-3 .rent-features-ul li:first-child h3 span:first-child,
.cont-rent-1-3 .rent-features-ul li:first-child h3 span:last-child {
  letter-spacing: 0.5px !important;
}
.cont-rent-1-3 .rent-features-ul h3 span {
  font-size: 24px;
}
.cont-rent-1-3 .rent-features-ul h3 span:last-child {
  font-size: 30px;
}
.cont-rent-1-3 .rent-features-ul-desc {
  padding-left: 0;
  padding-right: 0;
  margin-top: 9px;
}
.cont-rent-1-3 .rent-features-ul h3 {
  margin-top: 8px;
}
.cont-rent-1-4 {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/common/image/rent-1/cont-rent-22.jpg);
}
.cont-rent-1-4 .leasing-1-2-item-desc {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/common/image/rent-1/cont-rent-22.jpg);
  padding-right: 35px;
  font-size: 14px;
}
.cont-rent-1-5 .rent-features {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/common/image/rent-1/cont-rent-24.jpg);
  padding-bottom: 125px;
  padding-top: 60px;
}
.cont-rent-1-4 {
  padding-bottom: 60px;
  padding-top: 60px;
}
.cont-rent-1-4 .leasing-1-2-col {
  margin-bottom: 0;
  overflow: hidden;
  margin-top: 60px;
}
.cont-rent-1-5 .asset-features-h2 {
  color: #0c5bac;
}
.child-title-ja-small-36 {
  font-size: 36px;
  display: inline-block !important;
}
.purchase .child-title-ja-small-36 {
  display: block !important;
  margin-top: 6px;
}
.rent-2 .rent-2-h2 .asset-features-h2 {
  color: #fff;
}
.cont-rent-1-5 .btn-default-vs2 {
  margin-top: 120px;
}
.cont-rent-1-5 .rent-menu--btn span {
  color: #0c5bac;
  background-image: url(assets/common/image/icon_arrow_bh.png);
}
.cont-rent-1 .rent-2-1-ul h3 {
  padding-left: 5px;
  padding-right: 5px;
}
.mt-35 {
  margin-top: 35px;
}
.fz-18 {
  font-size: 18px;
}
/* End Rent 1 */
/* Borrow */
.borrow .reform-1,
.borrow .reform-1 .leasing-1-2-item-desc {
  background-color: rgba(255, 255, 255, 0.9);
}
.borrow .reform-1-2 .grid-1200 {
  padding-top: 117px;
  padding-bottom: 120px;
  background-color: #edf2f6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.borrow .reform-1-2 .leasing-3-ul--text {
  padding-left: 10px;
  padding-right: 10px;
}
.borrow .reform-1-2-desc h3 {
  font-size: 24px;
  letter-spacing: 1px;
  color: #0c5bac;
  font-weight: normal;
  margin-bottom: 31px;
}
.borrow .reform-1-2-desc-ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
}
.borrow .reform-1-2-desc {
  padding-top: 32px;
  padding-bottom: 54px;
  border: 1px solid #0c5bac;
}
.borow-1-cont:first-child {
  border-top: 10px solid #0c5bac;
}
.borow-1-cont {
  background-color: #eef3f6;
  padding-bottom: 60px;
}
.borow-1-cont + .btn-default-vs2 {
  margin-top: 60px;
}
.borow-1-bg-h2 {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.borow-1 .rent-1-desc {
  background-color: #fff;
  margin-top: 0;
}
.borow-1-cont-item:first-child {
  width: calc(100% - 340px);
  padding-right: 40px;
}
.borow-1-cont-item:last-child {
  width: 340px;
}
.borow-1-cont-item .btn-button {
  width: auto;
  display: inline-flex;
  padding: 16px 40px;
  font-size: 14px;
  border-width: 1px;
}
.borow-1-cont-col {
  align-items: center;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.borow-1-cont-col h3,
.borow-1-cont-video h3 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #0c5bac;
  margin-bottom: -10px;
}
.borow-1-cont-col .borow-1-cont-item > *,
.borow-1-cont-video p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 30px;
}
.wrap-if {
  width: 100%;
  max-width: 816px;
  margin-left: auto;
  margin-right: auto;
  height: 382px;
}
.borow-1-cont-video iframe {
  width: 100%;
  height: 100%;
}
.borow-1-cont-col:nth-child(2n) .borow-1-cont-item:first-child {
  padding-right: 0;
  padding-left: 40px;
  order: 1;
}
.borow-1-cont-col:not(:last-child) {
  margin-bottom: 52px;
}
.borow-1-cont-video {
  text-align: center;
  margin-bottom: 55px;
}
.borow-1-cont-video p {
  max-width: 767px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
.borow-1-cont-video h3 {
  margin-top: 25px;
}
.borow-1-cont-col-h4 {
  letter-spacing: 1px;
  color: #333333;
  margin-top: 30px;
}
.borow-1-cont-col-h4 h4 {
  font-size: 16px;
}
.borow-1-cont-col-h4 p {
  font-size: 14px;
}
.borow-1-cont:nth-child(3) .borow-1-cont-col {
  align-items: flex-start;
  margin-top: 60px;
}
.borow-1-cont:nth-child(2) .borow-1-cont-col .borow-1-cont-item:first-child {
  order: 1;
  padding-left: 40px;
  padding-right: 0;
}
.borow-1-cont:nth-of-type(3) .borow-1-cont-col .borow-1-cont-item > *:first-child {
  margin-top: 0;
}
.borow-1-cont:nth-child(4) .borow-1-cont-col .borow-1-cont-item:first-child {
  order: 1;
  padding-left: 40px;
  padding-right: 0;
  margin-top: -8px;
}
.borow-1-cont:nth-child(4) .borow-1-cont-col:last-child .borow-1-cont-item:first-child {
  order: -1;
  padding-left: 0 !important;
  padding-right: 40px;
}
.borow-1-cont:nth-child(4) .borow-1-cont-col {
  align-items: flex-start;
}
.borow-1-bg {
  margin-top: 60px;
  margin-bottom: 111px;
}
.borow-1-bg > * + * {
  display: inline-block;
  margin-top: 40px;
}
.asset-features-h2.fz-18 {
  font-size: 18px;
}
span.fz-14 {
  font-size: 14px !important;
  border-bottom: none !important;
  letter-spacing: 0;
}
.borrow .leasing-1-2-item-desc {
  padding-right: 65px;
}
/* End Borrow */
/* RWD CUSTOM  */
.leasing-1-2-col {
  overflow: hidden;
}
.leasing-1-2--btn a {
  max-width: inherit;
}
.wrap-text {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-top: 45px;
  font-weight: 400;
}
.asset-service-item:last-child {
  padding-right: 40px;
}
.asset-service-num span {
  font-weight: 400;
  display: inline-block;
}
.asset-service-num {
  padding-top: 9px;
}
.resident-link li a {
  transition: ease all 0.35s;
}
.resident-link li:hover a {
  opacity: 0.75;
}
.leasing-3-1:last-child .flow-link a {
  margin-bottom: 0;
}
.btn-default-vs2 {
  text-align: center;
}
.btn-default-vs2 a {
  display: inline-block;
  border: 1px solid #0C5BAC;
  padding-top: 25.5px;
  padding-bottom: 25.5px;
  background-color: #fff;
  min-width: 480px;
}
.btn-default-vs2 a[href*="/contact/"] {
  background-color: #F39800;
  border: 1px solid #F39800;
}
.btn-default-vs2 a.custom__btn_01 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-default-vs2.btn-default-gradient a {
  background: linear-gradient(to bottom, #ffa817 60%, #d06800);
  border: none;
}
.btn-default-vs2.btn-default-gradient a span {
  color: #ffffff;
  filter: brightness(10);
}
.btn-default-white a {
  border: 1px solid #ffffff;
  background-color: transparent;
}
.btn-default-vs2 a span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  padding-right: 45px;
  padding-left: 45px;
  display: inline-block;
  color: #0C5BAC;
  background-image: url(assets/common/image/top-102.png);
  background-repeat: no-repeat;
  background-position: right 0 center;
}
.btn-default-vs2 a[href*="/contact/"] span {
  color: #fff;
  padding-right: 34px;
  padding-left: 34px;
  background-image: url(assets/common/image/icon_arrow_wh.png);
}
.flow .leasing-3-1 .btn-default-vs2 {
  display: flex;
  justify-content: center;
}
.flow .leasing-3-1 .btn-default-vs2 a {
  padding-left: 5px;
  padding-right: 20px;
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rent-2-2 .btn-default-vs2 a:nth-child(n+2),
.rent-1 .btn-default-vs2 a:nth-child(n+2),
.buysell .leasing-3-1 .btn-default-vs2 a:nth-child(n+2),
.flow .leasing-3-1 .btn-default-vs2 a:nth-child(n+2) {
  margin-left: 30px;
}
.flow .leasing-3-1 .btn-default-vs2 a.btn_txt {
  padding-top: 9px;
  padding-bottom: 11px;
}
.asset-service .btn-default-vs2 {
  margin-top: 120px;
}
.asset-service .asset-service-dig .btn-default-vs2 {
  margin-top: 35px;
  text-align: justify;
}
.rent-2-h2 em {
  font-style: inherit;
}
.leasing-3-1:not(:last-child) {
  margin-bottom: 60px;
}
.reform-1-3 {
  padding-left: 12px;
}
.rent-2-h2 .fz30 {
  display: inline-block;
  font-size: 30px;
}
.wrap-button-vs2 {
  display: flex;
  justify-content: center;
}
.wrap-button-vs2 .btn-default-vs2:not(:last-child) {
  margin-right: 60px;
}
.plan-dig-cont-cen.vs--2 h4 {
  font-size: 30px;
  line-height: 120%;
}
br.pc {
  display: none;
}
.plan-05 br.pc {
  display: block;
}
/* サイトポリシー */
.content-page-default {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 175%;
  color: #333;
  font-weight: 400;
  padding-top: 25px;
  padding-bottom: 95px;
}
.content-page-sitepolicy h2 {
  font-size: 36px;
  padding: 15px 0;
}
.content-page-sitepolicy h3 {
  font-size: 24px;
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0c5bac;
}
.content-page-sitepolicy h2,
.content-page-sitepolicy h3,
.content-page-sitepolicy h4,
.content-page-sitepolicy h5,
.content-page-sitepolicy h6 {
  color: #0c5bac;
  line-height: 175%;
}
.content-page-sitepolicy p {
  margin: 20px 0;
  letter-spacing: 0.5px;
}
.content-page-sitepolicy a {
  transition: ease all 0.35s;
}
.content-page-sitepolicy a:hover {
  opacity: 0.7;
}
/* END サイトポリシー */
/* Manual */
.manual-1-ul li span:first-child {
  width: 135px;
  font-size: 0;
  line-height: 1;
  display: inline-block;
}
.manual-1-ul > li span:last-child {
  width: calc(100% - 135px);
  font-size: 17px;
  font-weight: bold;
  color: #0c5bac;
  padding-left: 15px;
  padding-right: 36px;
}
.manual-1-ul > li span:last-child span {
  padding: 0;
  font-size: 15px;
  font-feature-settings: "palt";
}
.manual-1-ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #0c5bac;
  background-image: url(assets/common/image/manual/manual-2.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-color: #fff;
}
.manual-1-ul li {
  width: calc((100% - 60.5px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.manual-1-ul li:nth-child(3n),
.manual-1-ul li:last-child {
  margin-right: 0;
}
.manual-1-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: -30px;
}
.manual .leasing-3-ul {
  margin-top: 40px;
  margin-bottom: -60px;
}
.leasing-3-ul ~ .gp-banner {
  margin-top: 60px;
}
.manaul-dig-btn,
.manaul-dig-btn-pdf a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  padding: 11px 30px;
  border-radius: 5px;
  background-image: url(assets/common/image/manual/manual-11.jpg);
  background-repeat: repeat;
  background-position: center;
  position: relative;
  display: block;
  transition: ease all 0.35s;
}
.manual-cont-video h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0c5bac;
  letter-spacing: 1px;
}
.manual-cont-video-text p,
.manaul-bg-dbc-white p,
.manual-cont-video-text li {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
}
.manual-cont-video-text > p,
.manaul-bg-dbc-white p {
  margin-top: 20px;
}
.manual-cont-video--h4 {
  font-size: 18px;
  font-weight: bold;
  color: #0c5bac;
  letter-spacing: 1px;
  padding-left: 30px;
  background-image: url(assets/common/image/manual/manual-29.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.manaul-dig-btn::before {
  content: "";
  display: block;
  background-image: url(assets/common/image/manual/manual-12.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 16px;
  height: 10px;
}
.manaul-dig-btn-pdf a::before {
  content: "";
  display: block;
  background-image: url(assets/common/image/manual/manual-13.png);
  width: 36px;
  height: 41px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.manual-cont {
  margin-top: 60px;
}
.manual-cont-video > ul {
  margin-bottom: -15px !important;
  margin-top: 22px !important;
}
.manual-cont-video > ul > li {
  margin-bottom: 15px;
}
.manual-cont-video {
  padding: 55px 60px;
  background-color: #eef2f6;
  margin-top: 10px;
}
.manual-cont-video-ifr {
  font-size: 0;
  line-height: 1;
  margin-bottom: 5px;
}
.cl-f39800 {
  color: #f39800;
}
.cl-0c5bac {
  color: #0c5bac;
}
.manaul-bg-btn .rent-2-h2 span {
  display: inline-block !important;
}
.leasing-3 .manaul-bg-btn .rent-2-h2 p span {
  display: inline-block;
}
.manaul-bg-btn-1 a {
  background-color: #ffdb1a;
}
.manaul-bg-btn > p {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  color: #333333;
  margin-top: 25px;
}
.manaul-bg-btn {
  border: 4px solid #0c5bac;
  padding-top: 30px;
  padding-bottom: 35px;
}
.leasing-3 .manaul-bg-btn .rent-2-h2 {
  margin-bottom: 25px;
}
.manual-cont-video-white {
  background-color: #fff;
  padding: 45px;
  text-align: center;
  margin-top: 45px;
}
.manual-cont-video-white h4 {
  font-size: 26px;
  font-weight: bold;
  color: #0c5bac;
  letter-spacing: 1px;
}
.manual-cont-video-white p {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
  margin-top: 20px;
}
.manual-cont-video-text ul {
  display: flex;
  flex-wrap: wrap;
}
.manual-cont-video-text ul li {
  width: calc(100% / 3);
}
.manaul-bg-dbc {
  background-color: #3e7dbc;
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url(assets/common/image/manual/bg.jpg);
}
.manaul-bg-dbc .rent-2-h2 {
  color: #fff;
}
.manaul-bg-dbc-right {
  text-align: right;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 26px;
  margin-top: 15px;
}
.manaul-bg-dbc-white {
  background-color: #fff;
  padding: 50px 60px;
  margin-bottom: 60px;
}
.ul-first {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.ul-first li {
  width: calc(100% / 3);
  margin-bottom: 15px;
}
.ul-first h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0c5bac;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
}
.manaul-bg-dbc-white-item:first-child {
  padding-right: 42px;
}
.manaul-bg-dbc-white-item:last-child {
  padding-left: 42px;
}
.manaul-bg-dbc-white-item .rent-2-h2 span {
  display: inline-block !important;
}
.manaul-bg-dbc-white-h2 {
  font-size: 24px;
  font-weight: bold;
  color: #0c5bac;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 10px;
}
.ul-tow {
  display: flex;
  flex-wrap: wrap;
}
.ul-tow li {
  width: calc((100% - 60.5px) / 4);
  margin-right: 20px;
  margin-top: 45px;
  background-color: #edf2f6;
}
.ul-tow li:nth-child(4n),
.ul-tow li:last-child {
  margin-right: 0;
}
.manaul-bg-dbc-white-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 180px;
}
.manaul-bg-dbc-white-bg p {
  padding: 8px 16px;
  color: #fff;
  background-color: #0c5bac;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-top: 0 !important;
}
.manaul-bg-dbc-white-color {
  background-color: #edf2f6;
  padding: 33px 10px;
}
.manaul-bg-dbc-white-color h3 {
  text-align: center;
}
.manaul-bg-dbc-white-color h3 span {
  font-weight: bold;
  letter-spacing: 1px;
}
.manaul-bg-dbc-white-color h3 span.cl-0c5bac {
  font-size: 13.28px;
  letter-spacing: -0.1px;
  display: inline-block;
}
.manaul-bg-dbc-white-color h3 span.cl-f39800 {
  font-size: 20px;
  letter-spacing: 0.5px;
}
.manual-cont-no-pa {
  padding-top: 0;
  margin-top: -60px;
}
.manaul-bg-dbc-white-img {
  text-align: center;
}
.manaul-bg-dbc-white-img-sp {
  display: none;
}
.manaul-bg-dbc-white-col {
  align-items: center;
}
/* End Manual */
.manual-cont-video-ifr {
  width: 100%;
}
.manual-cont-video-ifr iframe {
  width: 100%;
  height: 100%;
}
.manual-cont-video-dig ~ .gp-banner {
  margin: 60px 0;
}
.gp-manual-05 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.gp-manual-03 .leasing-3-ul--text h4 {
  letter-spacing: 0.2px;
}
/* 13-01-2022 コーポレートTOP */
.wrap-header-corporate {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.gp-corporate-header {
  align-items: center;
  justify-content: space-between;
}
.reset_img {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.corporate-btn {
  margin-right: 10px;
}
.corporate-btn a {
  width: 183px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  color: #fff;
}
.gp-header-corporate .corporate-btn a {
  background-color: #006CFF;
  border: 1px solid transparent;
}
.corporate-btn a span {
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 1px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
}
.item-corporate:last-child {
  display: flex;
  align-items: center;
}
.corporate-humbarger {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.corporate-humbarger span {
  height: 2px;
  width: 30px;
  display: block;
  background-color: #fff;
}
.gp-header-corporate .corporate-humbarger span {
  background-color: #006CFF;
}
.corporate-humbarger span:nth-child(2n) {
  margin: 6px 0;
}
.corporate-humbarger span:not(:first-child) {
  width: 15px;
}
.wrap-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.wp-op-banner {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 230px;
  color: #fff;
  z-index: 5;
}
.wp-op-banner > div {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.wp-op-banner p {
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 500;
  margin-top: 40px;
}
.wrap-banner .movie-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap-banner .movie-wrap video {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  min-height: 100%;
  min-width: 1920px;
  width: 115%;
  transform: translateX(-50%);
}
.title-corporate-banner strong {
  display: block;
  font-size: 120px;
  line-height: 101%;
}
.title-corporate-banner strong span {
  color: #006CFF;
  display: inline-block;
  line-height: 101%;
  position: relative;
  top: -2px;
}
.title-corporate-banner strong span::before {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 5px;
  width: calc(100% - 12px);
  height: 3px;
  background-color: #006CFF;
}
.grid-1300 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.navi {
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
.navi .navi-wrapper {
  width: clamp(100%, 100vw - 786px, 80vw);
  height: 100vh;
  position: absolute;
  top: 0;
  right: -100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(assets/common/image/corporate-3.png) right center/cover no-repeat;
  transition: ease all 0.35s;
  z-index: 999;
  opacity: 0;
}
.navi.active {
  pointer-events: auto;
}
.navi.active .navi-wrapper {
  right: calc(clamp(0px, 100vw - 1482px, 20vw) * -1);
  opacity: 1;
}
.navi .navi-wrapper .close {
  position: fixed;
  right: 40px;
  top: 40px;
  padding: 5px;
  line-height: 0;
  cursor: pointer;
  z-index: 1;
}
.navi .navi-wrapper .menu-corporate {
  height: 100vh;
  max-height: 800px;
  padding: 40px;
  color: #fff;
  font-family: "Hero New", "Roboto", "Noto Sans JP", sans-serif;
  overflow-y: auto;
  scrollbar-width: none;
}
.navi .navi-wrapper .menu-corporate > li {
  --dist: 49.5px;
}
.navi .navi-wrapper .menu-corporate > li:nth-child(1) {
  padding-left: clamp(0px, 100vw - 768px, var(--dist) * 5.75);
}
.navi .navi-wrapper .menu-corporate > li:nth-child(2) {
  padding-left: clamp(0px, 100vw - 768px, var(--dist) * 5);
}
.navi .navi-wrapper .menu-corporate > li:nth-child(3) {
  padding-left: clamp(0px, 100vw - 768px, var(--dist) * 4);
}
.navi .navi-wrapper .menu-corporate > li:nth-child(4) {
  padding-left: clamp(0px, 100vw - 768px, var(--dist) * 2.25);
}
.navi .navi-wrapper .menu-corporate > li:nth-child(5) {
  padding-left: clamp(0px, 100vw - 768px, var(--dist) * 1.5);
}
.navi .navi-wrapper .menu-corporate > li:nth-child(6) {
  padding-left: clamp(0px, 100vw - 768px, var(--dist) * 0.75);
}
.navi .navi-wrapper .menu-corporate > li:nth-child(7) {
  padding-left: clamp(0px, 100vw - 768px, var(--dist) * 0);
}
.navi .navi-wrapper .menu-corporate > li > a {
  font-size: 36px;
}
.navi .navi-wrapper .menu-corporate > li + li {
  margin-top: 3vh;
}
.navi .navi-wrapper .menu-corporate > li > a > span:last-child {
  font-size: 16px;
  padding-left: 70px;
  margin-left: 20px;
  top: -2px;
  letter-spacing: 1.2px;
  position: relative;
}
.navi .navi-wrapper .menu-corporate > li > a > span:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
}
.navi .navi-wrapper .menu-corporate .sub-menu-corporate > li {
  margin-top: 10px;
  padding-left: 25px;
}
.navi .navi-wrapper .menu-corporate .sub-menu-corporate > li > a > span {
  position: relative;
  padding-left: 50px;
  letter-spacing: 1.2px;
}
.navi .navi-wrapper .menu-corporate .sub-menu-corporate > li > a > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
}
.pore {
  position: sticky;
  top: 0;
  z-index: 999;
}
#body-style footer {
  position: relative;
  z-index: 2;
}
/* Corporate-top */
.hero_new {
  font-family: "Hero New";
}
.corporate-title h1,
.corporate-title h2 {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
  font-weight: bold;
  position: relative;
  top: -40px;
  z-index: 2;
}
.corporate-title h1::first-letter,
.corporate-title h2::first-letter {
  color: #006CFF;
}
.corporate-title h1 > span,
.corporate-title h2 > span {
  display: block;
  line-height: 1;
}
.corporate-title span:first-child {
  padding-bottom: 14px;
  margin-bottom: 20px;
  position: relative;
  font-family: "Hero New";
}
.corporate-title span:first-child::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.corporate-title h1 span:last-child,
.corporate-title h2 span:last-child {
  font-size: 24px;
}
.corp-company {
  margin-left: 0;
  width: 100%;
  position: relative;
  height: 354px;
  margin-top: 198px;
  margin-bottom: 315px;
}
.corp-company::before {
  content: "";
  display: block;
  background-color: rgba(217, 233, 255, 0.7);
  width: 1287px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.corp-company-after {
  display: block;
  color: #FFFFFF;
  position: absolute;
  left: -30px;
  bottom: -35px;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 200px;
  line-height: 1;
  font-family: "Hero New";
  opacity: 0.3;
}
.corp-company .corp-company-left p {
  max-width: 450px;
  width: 100%;
}
.corp-company-left p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  color: #000000;
  position: relative;
  z-index: 2;
}
.grid-1300 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.corp-company-pos {
  position: absolute;
  width: 653px;
  right: 0;
  top: 50px;
  z-index: 10;
}
.corporate-top {
  overflow-x: hidden;
}
.corp-company-pos-above {
  background-image: url(assets/common/image/corporate/cor-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 70px;
  display: flex;
  justify-content: center;
  height: 200px;
  flex-direction: column;
  transition: ease all 0.35s;
}
.corp-company-pos-above:hover {
  opacity: 0.7;
}
.corp-company-pos-above:last-child {
  background-image: url(assets/common/image/corporate/cor-2.jpg);
}
.corporate-title-white h2 {
  top: 0;
  font-family: "Hero New";
  margin-bottom: 8px;
  padding-bottom: 0 !important;
}
.corporate-title-white h2 span {
  margin-left: 10px;
}
.corporate-title-white h2::first-letter {
  color: #006CFF !important;
}
.corporate-title-white {
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
.cl-006CFF {
  color: #006CFF !important;
  display: inline-block;
}
.corp-company-pos {
  color: #fff;
}
.corp-company-pos p {
  font-size: 13px;
}
.corp-ser .corporate-title h2 {
  text-align: center;
  top: 0;
  margin-bottom: 65px;
}
.corp-ser .corporate-title span:first-child::before {
  left: 50%;
  transform: translateX(-50%);
}
.corp-ser ul {
  display: flex;
  flex-wrap: wrap;
}
.corp-ser ul li {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 40px;
  background-color: #D9E9FF;
  display: flex;
  padding: 60px 50px;
  align-items: center;
}
.corp-ser ul li:nth-child(2n),
.corp-ser ul li:last-child {
  margin-right: 0;
}
.corp-ser-img {
  width: 157px;
}
.corp-ser-text {
  width: calc(100% - 157px);
  padding-left: 10px;
  color: #0C5BAC;
}
.corp-ser-text h3 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
}
.corp-ser-text p {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 22px;
}
.corp-shop {
  height: 338px;
  margin-left: 0;
  width: 100%;
  position: relative;
  margin-top: 224px;
  margin-bottom: 240px;
}
.corp-shop::before {
  right: 0;
  width: 1430px;
  left: auto;
}
.corp-shop .corp-company-after {
  content: "SHOP";
  right: 0;
  left: auto;
}
.corp-shop .corp-company-left {
  text-align: right;
}
.corp-shop .corp-company-left p {
  text-align: left;
  display: flex;
  justify-content: flex-end;
  max-width: 100% !important;
}
.corp-shop .corp-company-left::before {
  left: auto;
  right: 0;
}
.corp-shop .corp-company-pos {
  left: 0;
  right: auto;
}
.corp-shop .corp-company-pos-above {
  background-image: url(assets/common/image/corporate/cor-7.jpg);
}
.corp-shop .corp-company-pos {
  top: 60px;
}
.corp-shop .corporate-title span:first-child::before {
  right: 0;
  left: auto;
}
.corp-company-pos-map {
  position: absolute;
  left: 158px;
  top: 40px;
  z-index: 20;
}
.corp-shop .corp-company-pos:hover .corp-company-pos-above {
  opacity: 0.7;
}
.abc-shop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  z-index: 21;
  cursor: pointer;
}
.corp-group {
  margin-top: 0 !important;
  margin-bottom: 265px;
}
.corp-group .corporate-title h2 {
  text-align: center;
}
.corp-group::before {
  width: 100% !important;
}
.corp-group .corporate-title span:first-child::before {
  left: 50%;
  transform: translateX(-50%);
}
.corp-group .corp-company-left {
  text-align: center;
}
.corp-group .corp-company-pos {
  position: relative;
  width: 100%;
  justify-content: center;
}
.corp-group .corp-company-pos-above {
  width: 50%;
}
.corp-group .corp-company-after {
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.corp-group .corp-company-pos-above {
  align-items: center;
}
.no-margin {
  margin-left: 0 !important;
}
.corp-group .corp-company-left p {
  max-width: 100% !important;
}
/* End corporate-top */
.corporate-title-s1 h2 {
  color: #000;
  position: relative;
  top: -40px;
  margin-bottom: -5px;
}
.corporate-title-s1.center {
  text-align: center;
}
.corporate-title-s1 h2 > p {
  font-size: 80px;
  padding-bottom: 14px;
  margin-bottom: 20px;
  position: relative;
  font-family: "Hero New";
  line-height: 1;
  position: relative;
}
.corporate-title-s1.center h2 > p {
  font-size: 60px;
  padding-bottom: 10px;
  margin-bottom: 13px;
}
.corporate-title-s1 h2 > p::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.corporate-title-s1.center h2 > p::before {
  left: 50%;
  transform: translateX(-50%);
}
.corporate-title-s1.right h2 > p::before {
  left: inherit;
  right: 0;
}
.corporate-title-s1 h2 > span {
  font-size: 24px;
}
.corporate-title-s1.center h2 > span {
  font-size: 16px;
}
/* Corporate-message */
.corp-banner {
  background-image: url(assets/common/image/corporate/cor-11.png);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.corp-banner.corp-banner--company {
  background-image: url(assets/common/image/corporate/cor-20.jpg);
}
.corp-banner.corp-banner--message {
  background-image: url(assets/common/image/corporate/cor-11.png);
}
.corp-banner.corp-banner--shop-list {
  background-image: url(assets/common/image/corporate/cor-42.jpg);
}
.corp-banner.corp-banner--shop-single {
  background-image: url(assets/common/image/corporate/cor-49.jpg);
}
.corp-banner .corporate-title h1,
.corp-banner .corporate-title h2 {
  color: #fff;
  top: 0;
}
.corp-banner .corporate-title h1 span,
.corp-banner .corporate-title h2 span:last-child {
  text-align: center;
}
.corp-banner .corporate-title span:first-child::before {
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
}
.messa-1-title h3 {
  color: #000000;
  font-size: 60px;
  line-height: 120%;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  align-items: flex-end;
}
.messa-1-title h3 > span {
  display: inline-block;
  line-height: 1;
  padding-left: 130px;
  position: relative;
  top: -14px;
  margin-left: 35px;
}
.messa-1-title h3 > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 100px;
  height: 1px;
  background-color: #000;
}
.messa-1-title h3::first-letter {
  color: #006CFF;
}
.fz-16 {
  font-size: 16px;
}
.h3-line {
  position: relative;
  bottom: 13px;
  margin-right: 30px;
  margin-left: 30px;
}
.ml-20 {
  margin-left: 13px;
}
.messa-1-item h4 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  position: relative;
  top: -20px;
}
.messa-1-col {
  align-items: center;
  margin-top: 40px;
}
.messa-2 .messa-1-col {
  margin-top: 0;
}
.messa-1-item:last-child {
  text-align: right;
  line-height: 0;
}
.messa-1-item-right {
  font-size: 16px;
  letter-spacing: 0;
  color: #000000;
  margin-top: 35px;
  padding-right: 45px;
  padding-bottom: 20px;
}
.messa-1-item-right span {
  font-size: 33px;
  margin-left: 20px;
}
.messa-1-item-right span.ceo-name-image img {
  max-width: 178px;
  vertical-align: middle;
}
.messa-1-desc p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  color: #000000;
  margin-top: 32px;
}
.messa-2 .corporate-title-s1 h2 {
  text-align: center;
  top: 0;
}
.corp-ser .corp-shop::before {
  width: 100%;
}
.corp-btn-default a {
  max-width: 300px;
  width: 100%;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #000000;
  display: inline-block;
  background-color: #fff;
  position: relative;
  color: #000000;
}
.corp-btn-default a span {
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -1px;
}
.corp-btn-default a::before {
  content: "";
  display: block;
  background-image: url(assets/common/image/corporate/cor-15.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 84px;
  height: 4px;
  position: absolute;
  right: -47px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 84px;
}
.messa-2-item:first-child img {
  position: absolute;
  top: -120px;
}
.messa-2-item:last-child {
  padding-left: 40px;
}
.messa-2-item:last-child p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 30px;
}
.messa-2-item:last-child button {
  cursor: pointer;
}
.messa-2 .corp-shop {
  height: auto;
  padding: 60px 0;
}
.messa-3 {
  background-color: #D6D6D6;
  padding-top: 70px;
  padding-bottom: 60px;
}
.messa-3 h3 {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
  color: #707070;
  font-weight: bold;
  text-align: center;
}
.link-flex .corp-btn-default a::before {
  display: none;
}
.link-flex .corp-btn-default a {
  border-radius: 5px;
  border-color: #707070;
  color: #707070;
}
.link-flex .corp-btn-default:first-child a {
  margin-left: 20px;
}
.messa-1 {
  padding-top: 170px;
}
.messa-2 .corp-shop {
  margin-top: 100px;
  margin-bottom: 275px;
}
.messa-2 {
  margin-top: 209px;
}
/* End Corporate-message */
.gp-header-corporate {
  background-color: #fff;
}
.gp-header-corporate .wrap-header-corporate {
  position: relative;
}
/* Corporate-company */
.td-left {
  width: 138px;
}
.company-table {
  width: calc(100% + 60px);
  border-collapse: separate;
  border-spacing: 30px 0;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 32px;
}
.company-table ul li strong {
  width: 140px;
  display: inline-block;
  font-weight: 400;
}
.company-table td {
  border-top: 1px solid #000000;
  font-size: 16px;
  line-height: 2;
  color: #000000;
  padding-top: 26px;
  padding-bottom: 26px;
  vertical-align: top;
}
.company-table tr:last-child td {
  border-bottom: 1px solid #000000;
}
.company-table td:first-child {
  width: 300px;
  text-align: center;
}
.company-table td .company-logo {
  display: block;
  text-align: center;
}
.company-1 input.toggle {
  display: none;
}
.company-1 .company-table td a {
  color: #006CFF;
  transition: ease all 0.35s;
}
.company-1 .company-table td a:hover {
  opacity: 0.8;
}
.google-maps a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0.5em;
  background-image: url(assets/common/image/corporate/cor-41.png);
  background-repeat: no-repeat;
}
.company-table td:last-child {
  width: calc(100% - 300px);
  padding-left: 20px;
}
.td-dsflex-cen {
  align-items: center;
}
.td-left-big {
  width: calc(100% - 205px);
  padding-right: 15px;
}
.td-right-big {
  width: 205px;
  display: flex;
  align-items: center;
  position: relative;
  top: 5px;
}
.td-right-big a {
  margin-right: 30px;
}
.company-cont {
  padding-top: 172px;
  padding-bottom: 100px;
}
.company-cont .company-1:first-child {
  margin-bottom: 103px;
}
.messa-1-title ~ p {
  font-size: 16px;
  letter-spacing: 0;
  color: #000000;
  margin-top: 41px;
  padding-bottom: 20px;
}
.company-1.vs-2 .company-table td {
  vertical-align: middle;
}
/* end Corporate-company  */
/* Corporate-shoplist */
.shoplist-tile h4 {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.3;
  padding-left: 20px;
  font-weight: 400;
  padding-bottom: 2px;
  border-left: 2px solid #006CFF;
}
.shoplist-1-flex {
  justify-content: space-between;
  margin-top: 35px;
  align-items: center;
}
.searchform-submit {
  background-color: #000000;
  outline: none;
  cursor: pointer;
  border: none;
  width: 60px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.searchform-input {
  outline: none;
  border-radius: 0;
  border: 1px solid #707070;
  width: 362px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.searchform-input[type=text] {
  padding: 0 20px;
}
.searchform-input[type=text]::-moz-placeholder {
  font-size: 16px;
  color: #707070;
  letter-spacing: 0;
}
.searchform-input[type=text]::placeholder {
  font-size: 16px;
  color: #707070;
  letter-spacing: 0;
}
#searchform {
  display: flex;
  height: 60px;
}
.shoplist-map {
  margin-top: 20px;
}
.shoplist-2-child {
  display: flex;
}
.shoplist-2-parent > li {
  font-size: 15px;
  letter-spacing: 0;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  display: flex;
}
.shoplist-2-child li {
  width: calc((100% - 40px) / 8);
  margin-right: 5px;
}
.shoplist-2-table table {
  width: calc(100% + 10px);
  border-collapse: separate;
  border-spacing: 5px 0;
  margin-left: -5px;
  margin-top: 30px;
}
.shoplist-2-table table td {
  width: calc((100% - 182px) / 8);
  text-align: center;
  text-decoration: underline;
}
.shoplist-2-table table th {
  width: 182px;
  font-weight: normal;
  text-align: left;
  padding-left: 10px;
}
.shoplist-2-table table tr:first-child th,
.shoplist-2-table table tr:first-child td {
  border-top: 1px solid #000000;
}
.shoplist-2-table table th,
.shoplist-2-table table td {
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 15px;
  letter-spacing: 0;
  color: #000000;
  border-bottom: 1px solid #000000;
}
.shoplist-tile-h5 h5 {
  font-size: 30px;
  letter-spacing: 0;
  color: #000000;
  font-weight: normal;
  margin-bottom: 16px;
}
.shoplist-tile-ul-item-hash6 {
  display: flex;
  align-items: center;
}
.shoplist-tile-ul-item-hash6 h6 {
  font-size: 30px;
  letter-spacing: 0;
  font-weight: normal;
  margin-right: 30px;
}
.shoplist-tile-ul-item .btn-wrap {
  width: -moz-fit-content;
  width: fit-content;
}
.shoplist-tile-ul-item .btn-wrap .shop-category,
.shoplist-tile-ul-item .btn-wrap .shop-event {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.shoplist-tile-ul-item .btn-wrap .shop-review {
  margin-left: auto;
}
.shoplist-tile-ul-item .btn-wrap .shop-review .wp-gr {
  padding-bottom: 0 !important;
}
.shoplist-tile-ul-item .btn-wrap a,
.shoplist-tile-ul-item .btn-wrap .cat {
  display: inline-block;
  background-color: #006CFF;
  border-radius: 5px;
  padding: 5px 16px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
.shoplist-tile-ul-item .btn-wrap .cat {
  background: #fff;
  color: #006CFF;
  border: 1px solid #006CFF;
}
.shoplist-tile-ul-item ul {
  flex-wrap: wrap;
  align-items: center;
}
.shoplist-tile-ul-item li {
  margin-right: 20px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: 0;
  color: #000000;
}
.shoplist-tile-ul-item li:last-child {
  margin-right: 0;
}
.shoplist-tile-ul-item li.shoplist-tile-ul-item-spacer {
  width: 100%;
  margin: 0;
}
.shoplist-tile-ul-item-icon {
  display: flex;
  align-items: center;
}
.shoplist-tile-ul-item-icon a {
  text-decoration: underline;
}
.shoplist-tile-ul-item-icon img {
  margin-right: 10px;
}
.shoplist-tile-ul-item:last-child {
  width: 250px;
}
.shoplist-tile-ul-item:first-child {
  width: calc(100% - 250px);
  padding-right: 15px;
}
.shoplist-tile-ul-item .wp-google-content-inner {
  display: none !important;
}
.shoplist-tile-ul-item .wp-gr .wp-google-right {
  width: auto !important;
}
.shoplist-tile-ul-item .wp-gr .wp-google-place {
  margin-bottom: 0 !important;
}
.shoplist-tile-ul-item .wp-gr .wp-google-place .wp-google-rating {
  font-size: 18px !important;
}
.shoplist-tile-ul > ul > li {
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid #707070;
  padding-top: 30px;
  padding-bottom: 22px;
}
.shoplist-tile-ul > ul > li:last-child {
  border-bottom: 1px solid #707070;
}
.shoplist-tile-ul-item-dig.ds-flex {
  font-size: 0;
  line-height: 0;
}
.shoplist-tile-ul-all {
  padding-top: 95px;
  padding-bottom: 160px;
}
.shop-list-01 {
  margin-top: 147px;
  margin-bottom: 95px;
}
.shoplist-tile-ul:not(:last-child) {
  margin-bottom: 55px;
}
.shoplist-2 {
  margin-top: 90px;
}
.shoplist-1-all {
  padding-top: 165px;
}
.shoplist-tile-ul-item-left,
.shoplist-tile-ul-item-right {
  width: 100%;
}
.shoplist-tile-ul-item-left {
  height: 165px;
  overflow: hidden;
}
.shoplist-tile-ul-item-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shoplist-tile-ul-item-right iframe {
  width: 100%;
  height: 100%;
}
/* End Corporate-shoplist */
/*  */
.shop-infor-1-item img {
  display: block;
  margin: 0 auto;
}
.shop-infor-1-item .company-table {
  border-spacing: 10px 0;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: 0;
}
.shop-infor-1-item .company-table td:first-child {
  width: 150px;
  text-align: center;
  padding-left: 0;
}
.shop-infor-1-item .company-table td:last-child {
  width: calc(100% - 150px);
  text-align: justify;
  padding-left: 30px;
}
.shop-infor-1-item .company-table td:last-child a {
  text-decoration: underline;
}
.shop-infor-1-item .corp-btn-default {
  text-align: center;
  margin-top: 40px;
}
.shop-infor-1-item:first-child {
  padding-right: 36px;
}
.shop-infor-2 .messa-1-title {
  text-align: right;
}
.shop-infor-2-map-right {
  text-align: right;
  margin-top: 7px;
}
.shop-infor-3-review {
  text-align: center;
  margin-top: 30px;
  font-size: 0;
  line-height: 0;
}
.shop-infor-cont {
  margin-top: 168px;
  margin-bottom: 100px;
}
.shop-infor-1-col {
  margin-top: 50px;
}
.shop-infor-1 {
  margin-bottom: 110px;
}
.shop-infor-2-map {
  margin-top: 40px;
}
.shop-infor-3 {
  margin-top: 151px;
}
.shop-infor-1-item img {
  width: 100%;
}
.single-store .corporate-title span:first-child {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 20px;
}
.gp-store-01 {
  margin-bottom: 112px;
}
.gp-store-02 {
  margin-bottom: 152px;
}
.maps-iframe {
  height: 600px;
  margin-top: 55px;
}
.maps-iframe iframe {
  width: 100%;
  height: 100%;
}
.gp-store-02 .messa-1-title h3 {
  justify-content: flex-end;
}
/*  */
footer {
  position: relative;
  z-index: 1;
}
.single-store .corporate-title h2::first-letter {
  color: #fff;
}
#google-reviews {
  overflow: hidden;
  padding-top: 55px;
  text-align: center;
}
.gp-prefecture {
  margin-top: 35px;
}
.wrap-prefecture {
  display: flex;
}
.item-prefecture:first-child {
  width: 185px;
  margin-right: 10px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 10px;
  font-size: 15px;
  letter-spacing: 0;
  color: #000000;
  border-bottom: 1px solid #000000;
  position: relative;
  top: 1px;
}
.item-prefecture:last-child {
  width: calc(100% - 195px);
}
.wrap-prefecture:first-child .item-prefecture:first-child {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.item-prefecture ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1px;
}
.wrap-prefecture:first-child .item-prefecture ul {
  margin-top: 1px;
}
.item-prefecture ul li {
  width: calc((100% - 35.5px) / 8);
  margin-right: 5px;
}
.item-prefecture ul li:nth-child(8n),
.item-prefecture ul li:last-child {
  margin-right: 0;
}
.item-prefecture ul li a {
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 15px;
  letter-spacing: 0;
  color: #000000;
  display: block;
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.item-prefecture.item-category ul li a {
  padding: 0.8em 0;
}
.item-prefecture ul li a span {
  text-decoration: underline;
}
.searchform-input[type=text] {
  padding-top: 3px;
}
/* Contact */
.contact-form form {
  padding-left: 140px;
  padding-right: 50px;
  background-color: #ecf1f6;
  padding-top: 77px;
  padding-bottom: 77px;
}
.contact-form form table tr + tr td {
  padding-top: 20px;
}
.contact-form form table tr th {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #ff5722;
  padding-block: 30px;
}
.contact-form form table tr:first-of-type th {
  padding-top: 0;
}
.contact-form form table tr th .item-section {
  -webkit-text-decoration: underline 4px;
  text-decoration: underline 4px;
  text-underline-position: under;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.25em;
}
.contact-form form table td:first-child:not(:last-child) {
  width: 240px;
  padding-right: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.contact-form form table td:first-child > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.contact-form form .taC {
  margin-top: 50px;
}
.item-contact-btn {
  padding: 3px 7px 4px;
  background-color: #f39800;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.mw_wp_form_input .item-contact-method {
  background: #ffffff;
  padding: 6px 10px 4px;
  border: 1px solid #999999;
  border-radius: 4px;
}
.mw_wp_form_input .item-contact-method textarea {
  margin-top: 8px;
}
.mwform-checkbox-field {
  margin-bottom: 8px;
  display: inline-block;
  line-height: 1;
}
.mwform-checkbox-field span {
  text-indent: -1.5em;
  padding-left: 2em;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.mwform-checkbox-field-text a {
  text-decoration: underline;
}
.mwform-radio-field {
  display: inline-block;
  margin-right: 30px;
}
.mwform-radio-field input {
  border: 1px solid #999999;
}
.mwform-checkbox-field input,
.mwform-radio-field input {
  width: 24px;
  height: 24px;
}
.contact-form form table tr.isNoReq .item-contact-btn {
  display: none;
}
.contact-form form table tr.isNoReq .mwform-radio-field-text {
  pointer-events: none;
  opacity: 0.5;
}
.contact-form form table tr.isNoReq select {
  pointer-events: none;
  opacity: 0.7;
  background: #999;
}
.contact-form form table tr.isNoReq input {
  pointer-events: none;
  opacity: 0.7;
  background: #999;
}
.contact-form form table td:last-child {
  width: calc(100% - 220px);
  color: #333;
  font-size: 18px;
}
.grid-1100 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.td-radio-block .mwform-radio-field {
  display: block;
  margin-bottom: 10px;
}
.td-radio-block .mwform-radio-field:last-child {
  margin-bottom: 0;
}
.contact-form form input {
  padding: 13.5px 20px;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 18px;
}
.contact-form form input::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
  color: #999999;
  font-size: 18px;
  letter-spacing: 0;
  position: relative;
  top: 2px;
  font-weight: 400;
}
.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: #999999;
  font-size: 18px;
  letter-spacing: 0;
  position: relative;
  top: 2px;
  font-weight: 400;
}
.contact-form form textarea {
  overflow-y: auto;
  font-size: 18px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  max-width: 600px;
  border: 1px solid #999999;
  width: 100%;
  border-radius: 2px;
  padding: 12px 20px;
  font-weight: 400;
}
.contact-form form .red {
  color: #d5103e;
}
.input-600 {
  width: 600px;
}
.input-300 {
  width: 300px;
}
.input-200 {
  width: 200px;
}
.input-180 {
  width: 180px;
}
.input-200 + .input-200,
.error-200 span + span {
  margin-left: 1.5rem;
}
.error-200 {
  display: block;
}
.error-200 span.error {
  display: inline-block;
  width: 200px;
}
/*  */
.contact-form [type=radio] {
  position: absolute;
  left: -9999px;
}
.contact-form [type=radio] + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.contact-form [type=radio] + span::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  background-image: url(assets/common/image/icon_radio_off.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.contact-form [type=radio]:checked + span::before {
  background-image: url(assets/common/image/icon_radio_on.svg);
}
/*  */
.contact-form [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.contact-form [type=checkbox] + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.contact-form [type=checkbox] + span::before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  background-image: url(assets/common/image/icon_check_off.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact-form [type=checkbox]:checked + span::before {
  background-image: url(assets/common/image/icon_check_on.svg);
}
.contact-form table {
  border-collapse: separate;
}
.ckeck-block span:nth-child(4),
.ckeck-block span:nth-child(3) {
  display: block;
}
/*  */
.mb25 {
  padding-bottom: 25px !important;
}
/*  */
.contact-form select {
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  transition: ease-in all 0.35s;
  outline: 0;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
  background-image: url(assets/common/image/contact/contact-1.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999999;
  font-size: 18px;
  letter-spacing: 0;
  background-color: #fff;
}
.contact-form tr.alC td {
  vertical-align: top;
}
.mw_wp_form_confirm .input_only {
  display: none !important;
}
.btn-send,
.btn-back {
  max-width: 300px;
  width: 100%;
  outline: none;
  border: none !important;
  background-color: #0C5BAC;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  left: -59px;
  cursor: pointer;
  transition: ease all 0.35s;
  padding: 15.5px !important;
}
.btn-back {
  background: #999999;
}
.btn-send:hover {
  opacity: 0.7;
}
.contact-form table ~ p,
.contact-form table p {
  font-size: 18px;
  letter-spacing: 0;
  color: #333;
}
.contact-form table ~ p.small,
.contact-form table p.small {
  margin-bottom: 30px;
  font-size: 16px;
}
.contact-form table span.small {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
td.mb25 span:nth-child(3) {
  margin-right: 75px;
}
.contact-has-title h1 {
  text-align: center;
}
.contact-has-title h1 span {
  text-align: center;
  text-align: center;
  display: block;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  color: #f39800;
}
.contact-has-title h1 span:first-child {
  font-size: 60px;
  color: #0c5bac;
  padding-bottom: 20px;
  margin-bottom: 18px;
  position: relative;
}
.contact-has-title h1 span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #0c5bac;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact-has-title span:last-child {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}
.contact-col {
  margin-top: 80px;
}
.contact-bg-des,
.contact-item {
  background-color: #ecf1f6;
  font-size: 16px;
  letter-spacing: 0;
  color: #333;
  border-radius: 5px;
}
.contact-bg-des {
  padding: 58px 140px;
  margin-bottom: 30px;
  margin-top: 70px;
}
.contact-item {
  padding: 25px 40px;
}
.contact-item:first-child {
  margin-right: 40px;
}
.contact-item h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  line-height: 130%;
}
.contact-item p {
  margin-top: 20px;
  margin-bottom: 19px;
}
.contact-item a {
  padding: 2px 16px 4px;
  border: 1px solid #707070;
  border-radius: 16px;
  background-color: #fff;
  font-size: 16px;
}
.contact-item select {
  padding: 13px 20px;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 18px;
}
.contact-has-title {
  padding-top: 15px;
  padding-bottom: 70px;
}
/* End Contact */
.ulfeature {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: -52px;
}
.ulfeature li {
  width: calc((100% - 157.5px) / 4);
  margin-right: 52px;
  margin-bottom: 52px;
  overflow: hidden;
  position: relative;
}
.ulfeature li:nth-child(4n),
.ulfeature li:last-child {
  margin-right: 0;
}
.ulfeature li .hv-o {
  line-height: 0;
}
.ulfeature li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ulfeature li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.scroll-Top {
  position: absolute;
  right: 32px;
  bottom: -40px;
  z-index: 5;
}
#map {
  height: 677px;
}
.ul.manual-1-ul.vs---1 {
  margin-top: 27px;
}
.manual-1-ul li span.img-thumb {
  width: 135px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-page-purchase .manual-1-ul li span.img-thumb.vs--2 {
  width: 135px;
  height: 100px;
}
.wrap-year-sp,
.hide_pc_img {
  display: none;
}
.wrap-text-le {
  font-size: 20px;
  color: #0c5bac;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 18px;
}
.wrap-text-re {
  display: none;
}
.resident_suton {
  margin-top: -212px;
  margin-bottom: 21px;
}
.resident_suton > li {
  width: 100%;
  display: flex;
}
.resident_suton .leasing-3-ul-dig {
  width: 380px;
}
.resident_suton .leasing-3-ul--text {
  width: calc(100% - 380px);
  padding-left: 40px;
}
.resident_suton .leasing-3-ul-dig img {
  display: none;
}
.sp_shows {
  display: none !important;
}
.btn-default.rent-menu--btn.flow-btn-2 a {
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  padding-left: 0;
}
.btn-default.rent-menu--btn.flow-btn-2 a span {
  font-size: 20px;
}
/* building */
#building_flow_custom .leasing-3-ul > li {
  width: 100%;
  margin-right: 0;
  display: flex;
}
/* end building */
.title__borrow_s1 {
  display: flex;
  align-items: center;
}
.title__borrow_s1 span:first-child {
  display: inline-block;
  margin-right: 30px;
}
.borow-1-cont {
  position: relative;
}
.borow-1-cont::before {
  content: "";
  width: 100%;
  max-width: 1040px;
  height: 2px;
  background-color: #0c5bac;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.gp-manual-02 {
  margin-top: 6.25vw;
}
.manaul-bg-btn-1 a {
  max-width: 430px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.manaul-bg-btn-1 a span {
  display: block;
  text-align: center;
  padding-left: 38px;
  width: 100%;
}
/* custom__repair__01 */
#custom__repair__01 .leasing-1-2-col {
  padding-left: 0;
}
.custom__repair__01:first-child {
  padding: 0;
  max-width: 720px;
}
.custom__repair__01:last-child {
  max-width: 840px;
  width: 100%;
  z-index: 1;
  padding-top: 168px;
  padding-right: 200px;
}
.custom__repair__01:last-child .leasing-1-2-item-desc {
  padding-left: 22px !important;
  padding-right: 0;
  background-color: rgba(236, 241, 246, 0.9);
  margin-top: 0;
}
.custom__repair__01 h3 {
  text-align: right;
  letter-spacing: 0;
}
.custom__repair__02:last-child {
  padding-top: 120px;
  padding-right: 120px;
  max-width: 804px;
}
.custom__repair__02:last-child .leasing-1-2-item-desc {
  padding-top: 112px;
  position: relative;
  top: -62px;
  min-height: 400px;
  padding-left: 50px !important;
}
.custom__repair__02:last-child h3 {
  position: relative;
  z-index: 1;
}
/* custom__repair__01 */
.hide__bg {
  padding-top: 0;
  background-image: inherit !important;
}
.hide__bg.cont-rent-1-4 .leasing-1-2-item-desc {
  background-image: inherit !important;
  background-color: rgba(255, 255, 255, 0.9);
}
/* remodeling */
.asset-features-ul-edit-2 {
  padding-top: 82px;
  padding-bottom: 60px !important;
}
.remodling-edit-1 {
  margin-top: 120px;
  padding-bottom: 80px !important;
}
.remod-h3-pos-edit {
  max-width: 620px;
  padding: 23px 15px;
}
.asset-features-desc-edit {
  max-width: 1000px;
}
.asset-features-desc p {
  font-size: 16px;
}
.rent-menu-edit {
  background-image: url(assets/common/image/remodeling/remodeling-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rent-menu-edit {
  margin-top: 120px !important;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
  padding-top: 55px;
}
.btn-default-vs3 a {
  background-color: #ecf1f6;
  border: 1px solid #0c5bac;
  min-width: 500px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn-default-vs3 a span {
  color: #0c5bac;
  background-image: url(assets/common/image/icon_arrow_bh.png);
  letter-spacing: -0.2px;
}
.table-edit {
  width: 100%;
}
.table-edit td {
  font-size: 16px;
  color: #0c5bac;
  letter-spacing: 0;
  font-weight: bold;
  border: 1px solid #0c5bac;
  text-align: center;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
  vertical-align: middle;
}
.table-edit tr:first-child td:first-child img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(0) !important;
}
.table-edit td:first-child img {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.table-edit tr:first-child td:first-child {
  border-bottom: none;
  padding-bottom: 0;
}
.table-edit tr:nth-child(2) td:first-child {
  border-top: none;
  padding-top: 0;
}
.table-edit td:first-child {
  width: 240px;
  position: relative;
  padding-left: 62px;
}
.table-edit td:last-child {
  width: calc(100% - 240px);
}
/*** add ***/
.contact-top-section {
  padding-bottom: 30px;
}
.contact-list {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-list h2 {
  margin-bottom: 25px;
  font-size: 24px;
  text-align: center;
}
.contact-list table th {
  width: 220px;
  padding-right: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.contact-list table td {
  line-height: 3;
}
.manual-cont .manaul-dig-btn:hover {
  cursor: pointer;
}
.manual-cont[open] > .manaul-dig-btn::before {
  transform-origin: center;
  transform: rotate(180deg);
}
.plan-dig-cont .btn-default-vs2 {
  margin-top: 60px;
}
.rent2-2-cap {
  color: #fff;
  padding-top: 1rem;
}
.borrow .reform-1-2 .wrap-button-vs2 {
  margin-top: 60px;
}
.asset-service-item:last-child .resident-link p {
  display: none;
}
.corp-ser ul li {
  position: relative;
}
.corp-ser ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease all 0.35s;
}
.corp-ser ul li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.remodeling-add,
.remodeling-add2 {
  display: block !important;
  position: static !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 30px;
  padding: 0 !important;
  color: #0c5bac;
  text-align: center;
  background-color: transparent;
  transform: none;
}
.remodeling-add::before {
  content: "|";
  display: inline-block;
  margin-right: 20px;
  color: #0c5bac;
  transform: rotate(-30deg);
}
.remodeling-add::after {
  content: "|";
  display: inline-block;
  margin-left: 20px;
  color: #0c5bac;
  transform: rotate(30deg);
}
.remodeling-add2 {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0 0 20px !important;
}
.remodeling-add2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 1px;
  margin: auto;
  background-color: #0c5bac;
}
#video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#video-wrapper .video-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
#video-wrapper .video-contents {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video-wrapper #close-btn {
  position: absolute;
  top: 0;
  right: -60px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#video-wrapper #close-btn::before,
#video-wrapper #close-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #fff;
  transform: rotate(45deg);
}
#video-wrapper #close-btn::after {
  transform: rotate(-45deg);
}
.store-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.store-btn-wrap .corp-btn-default {
  width: 48.5%;
}
.item-default .info-notes {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.corp-btn-default .custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  max-width: none;
  padding: 0;
}
.corp-btn-default .custom-btn::before {
  content: none;
}
.corp-btn-default .custom-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
.store-line-btn img {
  display: block;
  width: 30px;
  height: auto;
  margin: 0 8px 0 0;
}
.lend-point-notes {
  margin-bottom: 30px;
  transform: translateY(-50px);
}
.lend-point-notes small {
  font-size: 14px;
  color: #fff;
}
.lend-point-notes small.default-col {
  color: #333;
}
#unquete-block {
  display: inline-block;
  position: absolute;
  top: -120px;
}
.manual-cv-sec {
  padding: 66px 0;
}
.manaul-bg-btn {
  display: flex;
  align-items: center;
  padding: 0;
}
.manaul-bg-btn .cv-left {
  flex: 1;
  width: calc(100% - 447px);
}
.manaul-bg-btn .cv-left > p {
  margin-top: 28px;
  text-align: center;
}
.manaul-bg-btn .cv-right {
  width: 447px;
  padding: 24px 0 30px;
  background-color: #105ead;
}
.manaul-bg-btn .cv-right .cv-text {
  margin-bottom: 8px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.manaul-bg-btn .cv-right .cv-text strong {
  color: #ffdb1a;
}
.manaul-bg-btn .cv-right .cv-image-box {
  text-align: center;
}
.manaul-bg-btn .cv-right .cv-image-box img {
  width: 100%;
  max-width: 366px;
}
.manual-top-sec .leasing-3 {
  padding: 0;
}
.manual-top-sec .leasing-3 .manual-cont {
  margin-top: 0;
}
.wrap-reviews {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 1px solid #d9e9ff;
  padding: 50px;
  padding-bottom: 0;
}
.wp-gr .wp-google-place :is(.wp-google-left, .wp-google-name, .wp-google-based, .wp-google-powered, .wp-google-wr) {
  display: none !important;
}
.wp-gr .wp-google-place {
  text-align: left !important;
  margin-bottom: 40px !important;
}
.wp-gr .wp-google-place .wp-google-right {
  display: flex !important;
}
.wp-gr .wp-google-place .wp-google-rating {
  color: #70757a !important;
  font-size: 35px !important;
}
.wp-gr .wp-google-stars path {
  --star-color: rgb(248, 184, 5);
}
body .wp-gr .wp-google-stars svg {
  width: 23px !important;
  height: 23px !important;
}
.wp-gr .wp-google-review {
  text-align: left !important;
}
.wp-gr .wp-google-review .wp-google-right {
  padding-left: 20px !important;
}
.wp-gr .wp-google-review .wp-google-text {
  display: block;
  padding-top: 10px !important;
  padding-bottom: 20px !important;
  font-size: 14px !important;
  line-height: 170% !important;
  letter-spacing: 1px !important;
  color: #000 !important;
}
body .wp-gr.wpac a.wp-google-name {
  color: #000000 !important;
}
.banner-add-cnt {
  text-align: center;
}
.banner-add-cnt a {
  display: inline-block;
  max-width: 720px;
}
.banner-add-cnt2 a {
  display: inline-block;
  padding: 0;
  max-width: 457px;
}
.btn-default-vs2-banner {
  line-height: 0;
}
.btn-default-vs2-banner a {
  background: none;
  padding: 0;
  border: none;
}
.btn-default-vs2-banner a img {
  width: 100%;
  max-width: 480px;
}
.wrap-button-vs2 + .wrap-button-vs2 {
  margin-top: 30px;
}
.banner-add-cnt-plan,
.banner-add-cnt-reform {
  margin: -60px 0 98px;
}
.shop-infor-1-item .mainSlider .item img {
  background: #efefef;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
  object-fit: contain;
}
.shop-infor-1-item .subSlider {
  margin: 1vw -5px 0;
}
.shop-infor-1-item .subSlider .item {
  padding: 0 5px;
}
.shop-infor-1-item .subSlider .item img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
}
.shop-infor-1-item .subSlider .slick-prev,
.shop-infor-1-item .subSlider .slick-next {
  background: url(assets/common/image/icon_chevron.svg) center no-repeat;
  background-size: 100%;
  width: 18px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: transparent;
  transform-origin: center;
  cursor: pointer;
}
.shop-infor-1-item .subSlider .slick-prev {
  left: -20px;
  transform: rotate(180deg);
}
.shop-infor-1-item .subSlider .slick-next {
  right: -20px;
}
.corp-banner .corporate-title .catWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
}
.corp-banner .corporate-title .catWrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #00417a;
  color: #00417a;
  border-radius: 5px;
  padding: 3px 17px 5px;
  margin: 3px 5px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}
.corp-banner .corporate-title .catWrap span::before {
  display: none;
}
.add-flow-banner {
  display: flex;
  justify-content: space-between;
  margin: 4.8vw -0.7vw 0;
}
.add-flow-banner .item {
  margin: 0 0.7vw;
}
.add-flow-banner .item img {
  width: 100%;
}
.rent-1-desc {
  position: relative;
}
.rent-1-desc .icon {
  margin: 0 0 1em;
}
.rent-1-desc .icon img {
  max-height: 90px;
  width: auto;
}
.rent-desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: 57px auto;
  padding: 0 50px;
}
.rent-desc-wrap .rent-1-desc {
  background: none;
  width: 52%;
  margin: 0;
  padding-right: 50px;
  text-align: left;
  position: relative;
  z-index: 2;
}
.rent-desc-wrap .rent-1-desc::after {
  content: "";
  display: block;
  background: #ecf1f6;
  width: 52vw;
  min-width: calc(100% + 50px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.rent-desc-wrap .rent-1-desc .icon {
  left: 0;
  right: auto;
}
.rent-desc-wrap .rent-1-desc .icon + * {
  margin-top: 0;
}
.rent-desc-wrap .image {
  width: 45.6%;
}
.corp-ser2,
.corp-ser3 {
  margin-top: 80px;
}
.corp-ser2 h2 {
  margin: 0 0 50px;
  text-align: center;
  font-size: 30px;
}
.corp-ser2 .corp-company-service,
.corp-ser3 .corp-company-banner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.corp-ser2 .corp-company-service .item {
  width: calc((100% - 40px * 3) / 4);
  margin-right: 40px;
}
.corp-ser2 .corp-company-service .item:nth-child(4n) {
  margin-right: 0;
}
.corp-ser2 .corp-company-service .item:nth-child(n+5) {
  margin-top: 40px;
}
.corp-ser3 .corp-company-banner {
  padding: 0 70px;
}
.corp-ser3 .corp-company-banner .item {
  width: calc((100% - 40px * 2) / 3);
  margin-right: 40px;
}
.corp-ser3 .corp-company-banner .item:nth-child(3n) {
  margin-right: 0;
}
.corp-ser3 .corp-company-banner .item:nth-child(n+4) {
  margin-top: 40px;
}
.corp-group .corp-company-pos {
  padding: 0 30px;
  justify-content: space-between;
}
.corp-group .corp-company-pos-above {
  width: calc((100% - 40px) / 2);
  height: 180px;
}
.gb-busi .corp-ser2 {
  margin: 80px 0 120px;
}
.child-cont .corp-ser2 {
  margin-bottom: 120px;
}
.asset-service .wrap-text-le {
  margin-top: 100px;
}
.asset-service .wrap-text-le + .wrap-button-vs2 .btn-default-vs2 {
  margin-top: 0;
}
.shop-infor-1-item .company-table td:last-child .future-icon {
  display: inline-block;
  font-size: 92%;
  line-height: 1.25;
  margin: 4px 5px 2px 0;
  border-radius: 6px;
}
.corp-banner .corporate-title small {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.shop-infor-1-item .company-table .cat {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 10px;
  border: 1px solid #00417a;
  color: #00417a;
  border-radius: 6px;
}
.company-1.vs-2.type02 .company-table.column {
  table-layout: fixed;
}
.company-1.vs-2.type02 .company-table.column td {
  width: 50% !important;
  vertical-align: top;
}
.company-1.vs-2.type02 .company-table td {
  min-width: 50%;
  padding: 40px 0 0;
  border: none;
}
.company-1.vs-2.type02 .company-table td .ds-flex.td-dsflex-cen .td-right-big {
  width: 115px;
}
.company-1.vs-2.type02 .company-table td .ds-flex.td-dsflex-cen .td-left-big {
  width: calc(100% - 115px);
  text-align: left;
}
.company-1.vs-2.type02 .toggleTtl {
  margin: 20px 0 0;
}
.company-1.vs-2.type02 .toggleTtl label {
  display: block;
  padding: 10px 60px 10px 0;
  font-size: 28px;
  font-weight: 500;
  position: relative;
  border-bottom: 3px solid #0C5BAC;
  cursor: pointer;
  position: relative;
}
.company-1.vs-2.type02 .toggleTtl label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  transform-origin: center;
  transform: rotate(0);
  border-style: solid;
  border-width: 20px 11px 0 11px;
  border-color: #0C5BAC transparent transparent transparent;
}
.company-1.vs-2.type02 input.toggle:checked + .toggleTtl label::after {
  transform: rotate(180deg);
}
.company-1.vs-2.type02 input.toggle + .toggleTtl + .toggleCnt {
  height: 0;
  overflow: hidden;
}
.company-1.vs-2.type02 input.toggle:checked + .toggleTtl + .toggleCnt {
  height: auto;
  padding-bottom: 40px;
  overflow: unset;
}
.company-1.vs-2.type02 .company-table {
  margin-top: 0;
}
.company-1.vs-2.type02 .company-table td .groupTtl {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 500;
}
.company-1.vs-2.type02 .company-table td .groupTtl .cat {
  display: inline-block;
  background: #0C5BAC;
  margin: 0 15px 0 0;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  border-radius: 6px;
}
.company-1.vs-2.type02 .company-table td .td-right-big {
  flex-direction: row-reverse;
}
.page-template-page-company .company-cont {
  padding-top: 0;
}
.page-template-page-company .company-cont .company-1 {
  padding-top: 13vw;
}
.page-template-page-company .company-cont .company-3 {
  text-align: center;
}
.page-template-page-company .company-cont .company-3 .wrap {
  margin-top: 5vw;
}
.page-template-page-company .company-cont .company-3 .wrap * {
  margin: 0;
  padding: 0;
}
.page-template-page-company .company-cont .company-3 .wrap .read {
  margin: 0 0 1vw;
  font-size: 24px;
  font-weight: 500;
}
.page-template-page-company .company-cont .company-3 .wrap .bigTtl {
  margin: 0 0 1.5vw;
  color: #0C5BAC;
  font-size: 66px;
  font-weight: bold;
}
.page-template-page-company .company-cont .company-3 .wrap .small {
  margin: 0 0 2.5vw;
  font-size: 18px;
}
.page-template-page-company .company-cont .company-3 .wrap .img {
  margin: 0 0 4.5vw;
  padding: 0 2.5vw;
}
.page-template-page-company .company-cont .company-3 .wrap .bigTxt {
  margin: 0 0 1.5vw;
  color: #006CFF;
  font-size: 36px;
  font-weight: 500;
}
.page-template-page-company .company-cont .company-3 .wrap .txt {
  font-size: 20px;
}
.page-template-page-company .company-cont .company-3 .wrap .img2 {
  margin: 5vw 0 0;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements {
  width: 100%;
  max-width: 1200px;
  background: #f5f3ef;
  margin-inline: auto;
  display: inline-flex;
  gap: clamp(10px, -0.625rem + 2.6vw, 40px);
  padding: clamp(10px, -0.208rem + 1.74vw, 30px);
  margin: 0 0 4.5vw;
  border-radius: 20px;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements :is(.info1, .info2) {
  font-size: clamp(14px, 0.583rem + 0.35vw, 16px);
  text-align: left;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements :is(.info1, .info2) table {
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements :is(.info1, .info2) th {
  font-weight: 700;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements :is(.info1, .info2) th i {
  font-style: normal;
  color: #0C5BAC;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info1 {
  flex: 1;
  padding: clamp(10px, 0.208rem + 0.87vw, 20px) clamp(20px, 0.417rem + 1.74vw, 40px);
  background: #fff;
  border-radius: 4px;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info1 tbody tr:not(:first-child) :is(th, td) {
  border-top: 1px dashed #696969;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info1 tbody :is(th, td) {
  padding: 8px 4px;
  vertical-align: middle;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info1 tbody td > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 160px;
  margin-left: auto;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info1 tfoot {
  font-size: clamp(12px, 0.583rem + 0.35vw, 16px);
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info2 {
  flex: 1;
  text-align: center;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info2 .label {
  font-size: clamp(16px, 0.833rem + 0.35vw, 20px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info2 .label i {
  font-style: normal;
  color: #0C5BAC;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info2 .label small {
  font-size: 14px;
  font-weight: 400;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info2 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info2 .list .list-row {
  padding: clamp(8px, -0.083rem + 0.69vw, 12px);
  border-radius: 4px;
  place-content: center;
  white-space: nowrap;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info2 .list > :is(*:nth-child(2), *:nth-child(3), *:nth-child(4)) {
  font-weight: 700;
  color: #FFF;
  background: #0C5BAC;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info2 .list > :is(*:nth-child(5), *:nth-child(7)) {
  background: #EBE8DF;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info2 .list > :is(*:nth-child(6), *:nth-child(8)) {
  background: #DCDAD1;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info2 .list > :is(*:nth-child(9), *:nth-child(11)) {
  background: #fff;
}
.page-template-page-company .company-cont .company-3 .wrap .achievements .info2 .list > :is(*:nth-child(10), *:nth-child(12)) {
  background: transparent;
}
.page-template-page-company .company-cont .group-banner {
  text-align: center;
}
.page-template-page-company .company-cont .group-banner img {
  width: 100%;
  max-width: 732px;
}
.shop-list-02 .gp-prefecture + .shoplist-tile {
  margin-top: 5vw;
}
.shop-list-02 .gp-prefecture.shop-category ul li a {
  background: #ffffff;
  color: #006CFF;
  border: 1px solid #006CFF;
  border-radius: 6px;
}
.shop-list-02 .gp-prefecture.shop-category ul li a.is-active {
  background: #006CFF;
  color: #ffffff;
}
.shop-list-02 .gp-prefecture.shop-category ul li a span {
  text-decoration: none;
}
/* パスワード保護中 */
.post-password-form {
  margin-block: 150px;
}
.contact-form .post-password-form {
  margin-top: 0;
}
.post-password-form p + p {
  padding-block: 20px;
}
.post-password-form input[type=password] {
  padding: 10px 20px;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 18px;
  margin-left: 10px;
}
.post-password-form input[type=submit] {
  border: 1px solid #0C5BAC;
  background-color: #0C5BAC;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  margin-left: 20px;
}
.disabled {
  pointer-events: none;
  cursor: initial;
  opacity: 0.5;
}
/* Responsive
----------------------------------------- */
.pc_hide {
  display: none !important;
}
.pc-ib {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
.sp-ib {
  display: none !important;
}
.hv-o {
  transition: ease all 0.35s;
}
.hv-o:hover {
  opacity: 0.6;
}
.relo-footer-nav {
  width: 100%;
  height: 72px;
  background: #FFFFFF;
  position: sticky;
  bottom: calc(-80px * (var(--scroll-dir, 0)));
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: clamp(12px, -3rem + 6.25vw, 16px);
  font-weight: 700;
  color: #0C5BAC;
  box-shadow: 0 -3px 6px 0 rgba(12, 91, 172, 0.16);
  transition-duration: 500ms;
  transition-property: bottom;
}
.relo-footer-nav .footer-nav__btn {
  position: relative;
  text-align: center;
  line-height: 1.2;
  box-shadow: 1px 1px 0 1px #0C5BAC;
  border: 1px solid #0C5BAC;
  border-radius: 5px;
  padding: 12px;
  padding-inline: 46px 32px;
}
.relo-footer-nav .footer-nav__btn::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.relo-footer-nav .footer-nav__btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  bottom: 50%;
  right: 14px;
  transform: translate(0, 50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(assets/common/image/icon_chevron.svg);
}
.relo-footer-nav .footer-nav__btn.icon_home {
  color: #0C5BAC;
  background: #FFF8D8;
}
.relo-footer-nav .footer-nav__btn.icon_home::before {
  background-image: url(assets/common/image/icon_home.svg);
}
.relo-footer-nav .footer-nav__btn.icon_search {
  color: #FFFFFF;
  background: #F39800;
}
.relo-footer-nav .footer-nav__btn.icon_search::before {
  background-image: url(assets/common/image/icon_search.svg);
}
.relo-footer-nav .footer-nav__btn.icon_search::after {
  filter: brightness(0) invert(1);
}
.relo-footer-nav .footer-nav__btn.icon_line {
  color: #FFFFFF;
  background: #0C5BAC;
}
.relo-footer-nav .footer-nav__btn.icon_line::before {
  background-image: url(assets/common/image/icon_line.svg);
}
.relo-footer-nav .footer-nav__btn.icon_line::after {
  filter: brightness(0) invert(1);
}
.webcas {
  padding-block: clamp(1.875rem, -5.903rem + 16.204vw, 6.25rem);
}
.webcas .webcas__conrainer {
  width: 100%;
  max-width: clamp(37.5rem, 4.167rem + 69.444vw, 56.25rem);
  padding: clamp(1.25rem, -3.19425rem + 9.259vw, 3.75rem);
  margin-inline: auto;
}
.webcas .webcas__conrainer .webcas-title {
  text-align: center;
  margin-bottom: clamp(2.5rem, 0.2775rem + 4.63vw, 3.75rem);
}
.webcas .webcas__conrainer .webcas-title strong {
  font-size: clamp(1.4375rem, -0.00675rem + 3.009vw, 2.25rem);
  font-weight: 700;
}
.webcas .webcas__conrainer .webcas-title p {
  font-size: clamp(0.875rem, 0.65275rem + 0.463vw, 1rem);
  font-weight: 400;
  margin-top: clamp(1.25rem, 0.13875rem + 2.315vw, 1.875rem);
}
.webcas .webcas__conrainer .webcas-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.375rem, -3.4025rem + 7.87vw, 2.5rem);
  line-height: 1;
}
.webcas .webcas__conrainer .webcas-btns .webcas-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: clamp(18.4375rem, 3.4375rem + 31.25vw, 26.875rem);
  height: clamp(4.375rem, 1.48575rem + 6.019vw, 6rem);
  font-size: clamp(1.5rem, 0.38875rem + 2.315vw, 2.125rem);
  font-weight: 700;
  color: #0d5bac;
  border: 1px solid #0d5bac;
}
.webcas .webcas__conrainer .webcas-btns .webcas-tel .webcas-tel_no {
  position: relative;
  left: clamp(0.75rem, 0.3055rem + 0.926vw, 1rem);
}
.webcas .webcas__conrainer .webcas-btns .webcas-tel .webcas-tel_no::before {
  content: "";
  position: absolute;
  left: calc(clamp(1.125rem, 0.45825rem + 1.389vw, 1.5rem) * -1.25);
  top: 0.2em;
  width: clamp(1.125rem, 0.45825rem + 1.389vw, 1.5rem);
  height: clamp(1.125rem, 0.45825rem + 1.389vw, 1.5rem);
  background: url(assets/common/image/icon_phone.svg) center/contain no-repeat;
}
.webcas .webcas__conrainer .webcas-btns .webcas-tel small {
  font-size: clamp(0.625rem, 0.40275rem + 0.463vw, 0.75rem);
  font-weight: 500;
  margin-top: 8px;
}
.webcas .webcas__conrainer .webcas-btns .webcas-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(18.4375rem, 3.4375rem + 31.25vw, 26.875rem);
  height: clamp(4.375rem, 1.48575rem + 6.019vw, 6rem);
  font-size: clamp(1rem, 0.5555rem + 0.926vw, 1.25rem);
  font-weight: 700;
  background: #f39800;
  color: #fff;
  border: 1px solid #f39800;
}
.webcas .webcas__conrainer .webcas-btns .webcas-contact .webcas-contact_txt {
  position: relative;
  left: clamp(0.625rem, -0.93075rem + 3.241vw, 1.5rem);
}
.webcas .webcas__conrainer .webcas-btns .webcas-contact .webcas-contact_txt::before {
  content: "";
  position: absolute;
  left: calc(clamp(1.25rem, -0.528rem + 3.704vw, 2.25rem) * -1.5);
  top: -0.1em;
  width: clamp(1.25rem, -0.528rem + 3.704vw, 2.25rem);
  height: clamp(0.9375rem, -0.2845rem + 2.546vw, 1.625rem);
  background: url(assets/common/image/icon_mail.svg) center/contain no-repeat;
}
.u-dn:has([name="管理会社"],[name="ご連絡方法のご希望"],[name="サイトを知ったきっかけ"]) {
  display: none !important;
}
.alignright {
  margin: 26px 0px 19px auto;
  display: block;
}
.aligncenter {
  margin: 26px auto 19px auto;
  display: block;
}
@media (min-width: 100px) and (max-width: 1000px){
  .wp-page-news {
    flex-wrap: wrap;
    margin-top: 10vw;
    margin-bottom: 12vw;
  }
  .item-news-col:first-child {
    width: 100%;
    margin-right: 0;
  }
  .item-news-col:last-child {
    width: 100%;
  }
  .title-news-01 {
    font-size: 3.6vw;
  }
}
@media (min-width: 768px){
  .menufo > li ul.submenu > li .sp {
    display: none !important;
  }
  .rent-2-2-item:last-child:first-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .flow .leasing-3-1 .btn-default-vs2 a {
    min-width: auto;
    max-width: 480px;
    width: 100%;
  }
  .contact-form form table td br.pc {
    display: block;
  }
  .relo-footer-nav .footer-nav__btn.icon_line {
    box-shadow: 1px 1px 0 1px #F39800;
  }
  .u-dn-pc {
    display: none !important;
  }
}
@media (min-width: 1251px){
  .page-template-page-company .company-cont .company-3 {
    margin-top: 6.8vw;
  }
}
@media (max-width: 1800px){
  .leasing-3-1-pos::before {
    width: 78.889vw;
  }
  .leasing-1-2-item:last-child {
    max-width: 40vw;
  }
  .leasing-1-2-col {
    padding-right: 25px;
  }
  .leasing-1-2-item:last-child {
    right: 25px;
  }
  .leasing-1-2-item:first-child {
    padding-top: 2.778vw;
  }
  .building .leasing-1-2-item:first-child,
  .resident .leasing-1-2-item:first-child {
    padding-top: 5.111vw;
  }
  .management .leasing-1-2-item:first-child {
    padding-top: 0.389vw;
  }
  .corp-company-pos-map {
    left: 8.778vw;
    top: 5.556vw;
  }
  .corp-company::before,
  .corp-shop::before {
    width: 85.296vw;
  }
  .custom__repair__01:last-child {
    padding-top: 9.3vw;
    padding-right: 11.11vw;
    right: 0;
  }
  .custom__repair__02:last-child {
    padding-top: 6.6vw;
    padding-right: 6.6vw;
    max-width: 47.6vw;
  }
}
@media (max-width: 1600px){
  .leasing-1-2-item:last-child {
    max-width: 44vw;
  }
  .leasing-1-2-item-desc {
    padding-left: 2.5vw;
    padding-right: 5.313vw;
  }
  .leasing-1-2-item h3 {
    font-size: 32px;
  }
  .cont-rent-1-3 .rent-features-ul {
    padding-left: 6.875vw;
    padding-right: 6.875vw;
  }
  .wp-op-banner {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
  .contact-form form {
    padding-left: 8.75vw;
  }
  .contact-bg-des {
    padding: 3.625vw 8.75vw;
  }
  .custom__repair__02:last-child {
    max-width: 52.6vw;
  }
}
@media (max-width: 1500px){
  .leasing-3-1-pos h3 {
    max-width: 67.333vw;
  }
}
@media (max-width: 1450px){
  .leasing-1-2-item:last-child {
    max-width: 48vw;
  }
  .custom__repair__01:first-child {
    max-width: 48vw;
  }
  #custom__repair__01 .leasing-1-2-col {
    padding-right: 0 !important;
    padding-left: 25px;
  }
  .custom__repair__01:last-child {
    padding-top: 9.3vw;
    padding-right: 5.11vw;
    max-width: 57.93vw;
  }
}
@media (max-width: 1400px){
  .grid-1440 {
    max-width: 1200px;
    width: 100%;
  }
  .leasing-1-2-col {
    padding-left: 0;
  }
  .leasing-1-2-item:first-child {
    max-width: 620px;
  }
  .renovation .rent-2-2-h3 span:last-child,
  .reform .rent-2-2-h3 span:last-child,
  .repair .rent-2-2-h3 span:last-child {
    font-size: 33px;
  }
  .br-1400 {
    display: none;
  }
  .br-1400 {
    display: none !important;
  }
  .custom__repair__01:last-child {
    padding-right: 0;
  }
  #custom__repair__01 .leasing-1-2-col {
    padding-left: 0;
  }
  .custom__repair__01:last-child {
    max-width: 50.93vw;
  }
}
@media (max-width: 1350px){
  .grid-1300 {
    width: 82.7%;
  }
  .wp-op-banner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-corporate-banner strong {
    font-size: 8.889vw;
  }
  .wp-op-banner p {
    margin-top: 2.963vw;
  }
  .corp-ser-text h3 {
    font-size: 24px;
  }
  .grid-1300 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .corp-company,
  .corp-group,
  .corp-shop {
    margin-top: 15.556vw;
    margin-bottom: 15.556vw;
    height: auto;
    padding-bottom: 100px;
  }
  .corp-group {
    padding-bottom: 0 !important;
  }
  .corp-company-after {
    font-size: 14.815vw;
    left: 0;
    bottom: -15px;
  }
  .corp-shop .corp-company-after {
    bottom: -15px;
  }
  .corp-company-pos {
    width: 48.37vw;
  }
  .corp-company-pos-above {
    padding: 3.704vw 2.222vw;
    height: auto;
  }
  .corporate-title h1,
  .corporate-title h2 {
    font-size: 5.926vw;
    top: -2.963vw;
  }
  .corp-company-pos-map {
    width: 29.407vw;
    left: 13.778vw;
    top: 20px;
  }
  .corporate-title-white {
    font-size: 2.963vw;
  }
  .corporate-title h1 span:last-child .corporate-title h2 span:last-child {
    font-size: 1.778vw;
  }
  .corporate-title span:first-child {
    padding-bottom: 1.8vw;
    margin-bottom: 2vw;
  }
  .corp-ser ul li {
    padding: 4vw;
  }
  .abc-shop {
    height: 160px;
  }
  .messa-1 {
    padding-top: 12.593vw;
  }
  .messa-2 {
    margin-top: 15.481vw;
  }
  .messa-2 .corp-shop {
    margin-bottom: 20.37vw;
    margin-top: 7.407vw;
  }
  .messa-2-item:first-child img {
    position: absolute;
    top: -94px;
  }
  .company-table {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-spacing: 15px 0;
  }
  .shoplist-1-all {
    padding-top: 12.222vw;
  }
  .shoplist-2 {
    margin-top: 6.667vw;
  }
  .shoplist-tile-ul-all {
    padding-top: 6.667vw;
    padding-bottom: 11.852vw;
  }
  .shop-infor-cont {
    padding-top: 12.444vw;
  }
  .shop-infor-3 {
    margin-top: 12.444vw;
  }
  .corp-ser2 h2 {
    font-size: 20px;
  }
  .corp-ser2 .corp-company-service .item {
    width: calc((100% - 20px * 3) / 4);
    margin-right: 20px;
  }
  .corp-ser2 .corp-company-service .item:nth-child(4n) {
    margin-right: 0;
  }
  .corp-ser2 .corp-company-service .item:nth-child(n+5) {
    margin-top: 20px;
  }
  .corp-ser3 .corp-company-banner {
    padding: 0;
  }
  .corp-ser3 .corp-company-banner .item {
    width: calc((100% - 20px * 2) / 3);
    margin-right: 20px;
  }
  .corp-ser3 .corp-company-banner .item:nth-child(n+4) {
    margin-top: 20px;
  }
  .corp-group .corp-company-pos {
    padding: 0;
  }
  .corp-group .corp-company-pos-above {
    height: auto;
  }
}
@media (max-width: 1280px){
  .flow .manual-1-ul li span.ctum {
    font-size: 1.328vw;
    letter-spacing: -0.156vw;
    width: calc(100% + 2.344vw);
    left: -2.031vw;
  }
  .manual-1-ul li span:last-child {
    font-size: 1.328vw;
  }
  .leasing-3-1-pos h3 {
    max-width: 72.333vw;
  }
}
@media (max-width: 1250px){
  .grid-1200 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrap-relo-head .relo-head {
    -moz-column-gap: 2vw;
    column-gap: 2vw;
  }
  .wrap-relo-head .relo-head .item-relo-head:first-child {
    padding-left: 15px;
  }
  .wrap-relo-head .relo-head .item-relo-head:last-child {
    padding-right: 15px;
  }
  .wrap-menu .item-menu .item-menu-buttons .btn-button {
    font-size: 14px;
    min-width: 80px;
  }
  .logo img {
    width: clamp(100px, 12vw, 150px);
  }
  .wrap-relo-01 {
    padding-bottom: 0;
  }
  .wrap-relo-01 .grid-1200 {
    padding-left: 0;
    padding-right: 0;
  }
  .relo-news {
    padding: 25px 15px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .wrap-cat-date {
    font-size: 14px;
  }
  .wrap-title-news {
    font-size: 14px;
  }
  .gp-feature {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .gb-mana {
    padding-top: 8vw;
    padding-bottom: 5vw;
    background-position: top center;
  }
  .gb-mana h1 {
    font-size: 2.64vw;
  }
  .gb-mana-item {
    margin-top: 4.8vw;
  }
  .gb-mana-item:first-child {
    padding-left: 0;
    padding-right: 4vw;
    width: 60.8vw;
  }
  .gb-mana-item:first-child .gb-man-item-desc:nth-child(2) {
    margin-top: 2.32vw;
    margin-bottom: 2.32vw;
  }
  .gb-mana-item:last-child {
    width: calc(100% - 60.8vw);
    padding-right: 0;
  }
  .gb-busi-item:first-child {
    width: 40.8vw;
    padding-top: 4.16vw;
  }
  .gb-busi-item:last-child {
    width: calc(100% - 40.8vw);
    padding-left: 4.16vw;
  }
  .h2-defaut .gb-busi-span-top {
    font-size: 2.88vw;
    margin-bottom: 2.4vw;
    border-width: 1px;
  }
  .h2-defaut .gb-busi-span-bottom {
    font-size: 3.76vw;
  }
  .gb-busi-pur .gb-busi-pur-ul {
    padding-left: 3.92vw;
    padding-right: 3.92vw;
  }
  .gb-busi-pur .gb-busi-pur-ul li {
    width: calc((100% - 25.5px) / 2);
    margin-right: 25px;
  }
  .gb-busi-pur .gb-busi-pur-ul li .gb-busi-pur-dig--pos {
    width: 12.56vw;
  }
  .gb-busi-pur-dig {
    padding-left: 11.04vw;
  }
  .gb-busi-pur-dig .gb-busi-pur-dig--no-pos {
    padding-top: 2.16vw;
  }
  .gb-busi-pur-dig .gb-busi-pur-dig--no-pos .gb-busi-pur-dig--h4 {
    font-size: 2vw;
    padding-left: 15px;
  }
  .gb-busi-pur-dig .gb-busi-pur-dig--no-pos .gb-busi-pur-dig--desc {
    padding-left: 15px;
    padding-right: 0;
  }
  .gb-prob-pur-dig .gb-busi-prob-ul li {
    width: calc((100% - 30.5px) / 3);
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .gb-prob-pur-dig .gb-busi-prob-ul li .gb-busi-prob-ul-bg-cont {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }
  .gb-busi-prob-no-pos {
    padding-left: 3.92vw;
    padding-right: 3.92vw;
  }
  .gb-busi {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .gb-futu {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .gb-futu .gb-futu-dig {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .gb-futu .gb-futu-dig .gb-futu-item:last-child {
    width: 55.12vw;
    padding-left: 14.4vw;
  }
  .gb-futu .gb-futu-dig .gb-futu-item:first-child {
    width: calc(100% - 55.12vw);
  }
  .gb-futu .gb-futu-dig .gb-futu-item:first-child .h2-defaut .gb-busi-span-top,
  .gb-futu .gb-futu-dig .gb-futu-item:first-child .h2-defaut .gb-busi-span-bottom {
    padding-left: 3.92vw;
  }
  .gb-futu .gb-futu-map .gb-futu-map-cen {
    padding-right: 3.92vw;
  }
  .gb-futu .gb-futu-map .gb-futu-map-pos {
    padding-right: 3.92vw;
    padding-left: 8.73vw;
  }
  .gb-futu .gb-futu-end {
    padding-right: 3.92vw;
    padding-left: 3.92vw;
  }
  .gb-futu .gb-futu-end .gb-futu-end-text {
    font-size: 12px;
  }
  .relo-fo-banner-2 {
    margin-top: 20px;
  }
  .sub-item-fo-2:not(:last-child) {
    margin-right: 4.57vw;
  }
  .child-title-ja {
    font-size: 4.8vw;
    padding-bottom: 1.6vw;
    margin-bottom: 1.6vw;
  }
  .child-title-ja-small,
  .rent-2-h2-big {
    font-size: 3.84vw;
  }
  .bredcrum {
    margin-bottom: 6.8vw;
  }
  .rent-1-desc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .child-title-h3 {
    font-size: 2.88vw;
  }
  .rent-1-2-item li {
    margin-top: 2.4vw;
  }
  .rent-1-2-item:last-child {
    padding-right: 0;
    padding-top: 6.4vw;
  }
  .rent-1 {
    margin-bottom: 9.6vw;
  }
  .rent-2-1-ul h3 {
    font-size: 16px;
    margin-top: 1.2vw;
    padding-bottom: 0.8vw;
  }
  .rent-2-1-ul-bg {
    height: 9.6vw;
  }
  .rent-2-h2-en {
    margin-top: 2vw;
  }
  .rent-2-2,
  .rent-features {
    padding-top: 8.8vw;
    padding-bottom: 8.8vw;
  }
  .rent-2-2-ul > li {
    width: calc((100% - 4.84vw) / 2);
    margin-right: 4.8vw;
    margin-bottom: 4.8vw;
    padding: 2.88vw 2.24vw;
    height: auto;
  }
  .rent-2-2-h3 span:first-child,
  .rent-2-2-h3 span:last-child span.fz24 {
    font-size: 1.92vw;
  }
  .rent-2-2-h3 span:last-child {
    font-size: 2.4vw;
  }
  .rent-2-2-item:first-child:not(:last-child) {
    width: calc(100% - 29.6vw);
    padding-top: 3.2vw;
  }
  .rent-2-2-item:last-child {
    width: 29.6vw;
    padding-left: 2.4vw;
  }
  .rent-features-ul {
    margin-bottom: -10px;
  }
  .rent-features-ul li {
    width: calc((100% - 40.5px) / 5);
    margin-right: 10px;
    border: 1px solid #0c5bac;
    background-color: #fff;
    padding-top: 3.2vw;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .rent-features-ul h3 span:last-child {
    font-size: 16px;
  }
  .rent-features-ul-desc {
    padding-left: 0;
    padding-right: 0;
  }
  .rent-features-ul h3 {
    margin-top: 3.2vw;
  }
  .grid-1440 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .leasing-3-1-pos h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .leasing-1-2-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .leasing-1-2-item h3 {
    font-size: 2.88vw;
  }
  .leasing-1-2-item:last-child {
    position: relative;
    top: 0;
    right: 0;
    max-width: 50%;
    width: 100%;
  }
  .leasing-1-2-item:first-child {
    width: 50%;
    padding-right: 25px;
    padding-top: 15px;
  }
  .leasing-1-2-item-desc {
    padding-left: 15px;
    padding-right: 0;
    padding-top: 3.2vw;
    margin-top: 0;
    padding-bottom: 0;
  }
  .leasing-3-1-pos h3 {
    font-size: 3.2vw;
  }
  .leasing-3-1-pos {
    height: 30.4vw;
    padding-top: 5.2vw;
  }
  .leasing-3-ul {
    margin-top: -17.2vw;
  }
  .leasing-3-ul-dig {
    height: 24vw;
  }
  .leasing-3-ul-dig img {
    width: 6.56vw;
    height: 5.6vw;
  }
  .leasing-3-ul {
    margin-bottom: 4.8vw;
  }
  .leasing-3-ul--text h4 {
    font-size: 1.92vw;
  }
  .leasing-3 {
    padding-top: 9.6vw;
    padding-bottom: 9.6vw;
  }
  .leasing-1-2-item-desc {
    min-height: auto !important;
  }
  .leasing-3-ul > li {
    margin-bottom: 4.4vw;
  }
  .leasing-3-1-pos h3::before {
    left: -15px;
  }
  .leasing-3-1:nth-child(2n+1) .leasing-3-1-pos h3::before {
    right: -15px;
  }
  .leasing-3-1-pos h3::after {
    left: 0px;
  }
  .leasing-3-1:nth-child(2n+1) .leasing-3-1-pos h3::after {
    right: 0px;
  }
  .leasing-3 .grid-1200 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .flow-link a {
    margin-bottom: 9.6vw;
  }
  .flow-3 {
    padding-top: 9.6vw;
    padding-bottom: 9.6vw;
  }
  .flow-3-1 ul li:last-child {
    margin-bottom: 9.6vw;
  }
  .plan-dig-ul .ds-flex > li {
    padding-top: 4.4vw;
  }
  .plan-dig-h3 {
    padding-top: 8.8vw;
    height: 32.8vw;
  }
  .plan-dig-ul {
    margin-top: -12vw;
    margin-bottom: 8vw;
  }
  .plan-dig-ul .ds-flex > li::before,
  .plan-dig-ul .ds-flex > li::after {
    height: 11.68vw;
  }
  .br-1250 {
    display: none;
  }
  .plan-dig-cont-cen h4 {
    font-size: 3.2vw;
  }
  .plan-dig-cont-post span:last-child {
    font-size: 4.8vw;
  }
  .asset-features,
  .asset-service {
    padding-top: 9.6vw;
    padding-bottom: 9.6vw;
  }
  .asset-features-ul {
    background-color: #fff;
    padding: 4vw;
  }
  .asset-features-rigth {
    padding-left: 3.2vw;
  }
  .asset-features-rigth h3 {
    font-size: 1.92vw;
  }
  .asset-service-dig:nth-child(2n+1) .asset-service-item:last-child,
  .asset-service-item:first-child {
    width: 48.8vw;
  }
  .asset-service-dig:nth-child(2n+1) .asset-service-item:first-child,
  .asset-service-item:last-child {
    width: calc(100% - 48.8vw);
  }
  .asset-service-item:last-child {
    padding-top: 10.4vw;
    padding-left: 3.2vw;
  }
  .asset-dig-mt45 {
    padding-left: 3.2vw;
  }
  .asset-service-dig-slider {
    height: 30.4vw !important;
    margin-bottom: 3.4vw;
  }
  .asset-service-item:last-child p {
    margin-top: 2.4vw;
  }
  .asset-service-item:last-child h3 {
    letter-spacing: 0;
  }
  .asset-service-dig-thumb {
    height: 6.56vw !important;
  }
  .asset-3-btn a {
    margin-top: 9.6vw;
  }
  .remodeling .rent-1-2-col {
    margin-top: 7.2vw;
  }
  .asset-features-2 .asset-features-ul {
    padding-bottom: 9.6vw;
  }
  .reform-1 {
    padding-top: 9.6vw;
    padding-bottom: 9.6vw;
  }
  .reform-1-2 .grid-1200 {
    background-color: #fff;
    padding: 4.8vw 3.2vw;
    padding-bottom: 3.2vw;
  }
  .reform-1-2 .leasing-3-ul > li {
    width: calc((100% - 8.04vw) / 3);
    margin-right: 4vw;
    margin-bottom: 30px;
  }
  .reform-1-2 .leasing-3-ul-dig {
    height: 20.8vw;
  }
  .reform-2 {
    padding-top: 9.6vw;
  }
  .reform-2-item {
    height: 30.4vw;
  }
  .reform-2 .plan-dig-cont-1,
  .reform-2 .rent-2-h2 {
    margin-bottom: 9.6vw;
  }
  .reform-2-ul li {
    width: calc((100% - 45.5px) / 4);
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .reform-2-ul ul {
    margin-bottom: -35px;
  }
  .reform-2-ul-dig {
    height: 16vw;
  }
  .renovation .leasing-1-2-item-desc {
    padding-right: 0;
  }
  .renovation .reform-2-item:last-child .slider-nav-thumbnails-2 .asset-service-dig-thumb {
    height: 9.2vw !important;
    margin-right: 1.2vw !important;
  }
  .asset-thumbnail.vs--2 {
    width: calc(100% - 40px);
    max-width: 27.6vw;
    top: -10.8vw;
  }
  .renovation .reform-2-item:first-child .reform-2-item-pos-img img {
    bottom: 2.24vw;
  }
  .reform-2-item-pos-img img {
    height: 2.88vw;
  }
  .renovation .reform-2-item:last-child .asset-service-dig-slider {
    margin-top: 3.4vw;
  }
  .renovation .reform-2-item:last-child .reform-2-item-pos-img img {
    top: 2.24vw;
  }
  .renovation-h5 {
    margin-top: -5.2vw;
    margin-bottom: 0;
  }
  .repair .reform-1 .leasing-1-2-item-desc {
    min-height: auto;
  }
  .repair .reform-1 ul li {
    width: calc((100% - 9.64vw) / 3);
    margin-right: 4.8vw;
  }
  .repair-ul-dig {
    height: 21.6vw;
  }
  .cont-rent-1 .rent-1-2-item:first-child {
    padding-top: 0;
  }
  .con-rent-1-1 {
    padding-top: 12vw;
    padding-bottom: 13.6vw;
  }
  .cont-rent-1-5 .rent-features {
    padding-bottom: 9.6vw;
  }
  .cont-rent-1-5 .btn-default-vs2 {
    margin-top: 9.6vw;
  }
  .cont-rent-1-3 .rent-features-ul {
    padding-left: 0;
    padding-right: 0;
  }
  .cont-rent-1 .rent-2-1-ul h3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cont-rent-1-2 .leasing-1-2-item-desc {
    padding-right: 0;
  }
  .cont-rent-1-4 .leasing-1-2-item-desc {
    padding-right: 0;
  }
  .borrow .reform-1-2 .grid-1200 {
    padding-top: 9.6vw;
    padding-bottom: 9.6vw;
  }
  .grid-1440 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .borrow .reform-1-2-desc {
    padding: 3.2vw 15px;
  }
  .borow-1-cont {
    padding-left: 15px;
    padding-right: 15px;
  }
  .borow-1-cont-col {
    align-items: flex-start;
  }
  .borow-1-cont-item:first-child {
    padding-right: 3.2vw;
    width: calc(100% - 27.2vw);
  }
  .borow-1-cont-col:nth-child(2n) .borow-1-cont-item:first-child {
    padding-left: 3.2vw;
  }
  .borow-1-cont:nth-child(3) .borow-1-cont-col:nth-child(2n) .borow-1-cont-item:first-child {
    padding-right: 3.2vw;
  }
  .borow-1-cont:nth-child(4) .borow-1-cont-col .borow-1-cont-item:first-child {
    padding-left: 3.2vw;
  }
  .borow-1-cont:nth-child(4) .borow-1-cont-col:last-child .borow-1-cont-item:first-child {
    padding-right: 3.2vw;
  }
  .borow-1-cont {
    padding-bottom: 9.6vw;
  }
  .borow-1-cont-item:last-child {
    width: 27.2vw;
  }
  .borow-1-bg {
    margin-bottom: 9.6vw;
    padding-left: 15px;
    padding-right: 15px;
  }
  .borow-1-bg > * + * {
    margin-top: 20px;
  }
  .manual-1-ul li span:last-child {
    width: calc(100% - 10.8vw);
    padding-left: 1vw;
    padding-right: 2.734vw;
  }
  .manual-1-ul li span:first-child {
    width: 10.8vw;
  }
  .manual-1-ul li {
    width: calc((100% - 4.84vw) / 3);
    margin-right: 2.4vw;
    margin-bottom: 2.4vw;
  }
  .manual-1-ul {
    margin-bottom: -2.4vw;
  }
  .manual-1-ul li a {
    background-position: right 1.6vw center;
  }
  .manaul-bg-dbc {
    padding-top: 9.6vw;
    padding-bottom: 3.8vw;
  }
  .manaul-bg-dbc-white {
    padding: 3.8vw 3vw;
    margin-bottom: 3.8vw;
  }
  .manual-cont-video,
  .manual-cont-video-white {
    padding: 3.8vw 3vw;
  }
  .manaul-bg-dbc-white-item:first-child {
    padding-right: 2vw;
  }
  .manaul-bg-dbc-white-item:last-child {
    padding-left: 0;
  }
  .corp-ser ul li {
    padding: 4.444vw 2.2vw;
    width: calc((100% - 3.2vw) / 2);
    margin-right: 3.2vw;
    margin-bottom: 3.2vw;
  }
  .corp-ser-text {
    padding-left: 15px;
    width: calc(100% - 12.56vw);
  }
  .corp-ser-img {
    width: 12.56vw;
  }
  .messa-2-item:first-child img {
    position: relative;
    top: 0;
  }
  .messa-1-item:last-child {
    padding-left: 15px;
  }
  .messa-1-item h4 {
    font-size: 2.88vw;
  }
  .messa-1-item-right {
    padding-right: 3.6vw;
  }
  .messa-1-item-right span {
    font-size: 2.64vw;
    margin-left: 1.6vw;
  }
  .messa-2-item:last-child {
    padding-left: 3.2vw;
  }
  .messa-3 h3 {
    font-size: 2.88vw;
  }
  .messa-1-title h3 {
    font-size: 4.8vw;
  }
  .h3-line {
    margin-left: 2.4vw;
    margin-right: 2.4vw;
  }
  .corp-banner {
    height: 32vw;
  }
  .company-cont {
    padding-top: 13.76vw;
    padding-bottom: 13.76vw;
  }
  .company-cont .company-1:first-child {
    margin-bottom: 8vw;
  }
  .company-table td:last-child {
    width: calc(100% - 24vw);
  }
  .company-table td:first-child {
    width: 24vw;
  }
  .td-right-big {
    width: 160px;
  }
  .td-left-big {
    width: calc(100% - 160px);
  }
  .td-right-big a {
    margin-right: 15px;
  }
  .shoplist-tile h4 {
    font-size: 2.88vw;
  }
  .searchform-input {
    width: 28.88vw;
  }
  #searchform {
    height: 4.8vw;
  }
  .shoplist-tile-h5 h5,
  .shoplist-tile-ul-item-hash6 h6 {
    font-size: 2.4vw;
  }
  .searchform-submit img {
    width: 3.04vw;
  }
  .shoplist-tile-ul-item:last-child {
    width: 40.96vw;
  }
  .shoplist-tile-ul-item:first-child {
    width: calc(100% - 40.96vw);
  }
  .shoplist-tile-ul-item-left,
  .shoplist-tile-ul-item li {
    margin-right: 2.4vw;
  }
  .shoplist-tile-ul > ul > li {
    padding: 30px 15px;
  }
  .shoplist-tile-ul-item-left {
    height: 290px;
  }
  .shop-infor-cont {
    padding-bottom: 10.444vw;
  }
  .shop-infor-1 {
    margin-bottom: 8.8vw;
  }
  .input-600,
  .contact-form form textarea {
    width: 100%;
    max-width: 100%;
  }
  .contact-has-title h1 span:first-child {
    font-size: 4.8vw;
  }
  .grid-1100 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-page-purchase .manual-1-ul li span.img-thumb.vs--2 {
    width: 10.8vw;
    height: 8vw;
  }
  .page-template-page-purchase .manual-1-ul > li span:last-child {
    font-size: 1.44vw;
  }
  .resident_suton {
    margin-top: -14.6vw;
  }
  .resident_suton .leasing-3-ul-dig {
    width: 30.4vw;
  }
  .resident_suton .leasing-3-ul--text {
    width: calc(100% - 30.4vw);
    padding-left: 3.2vw;
  }
  .custom__repair__01:last-child,
  .custom__repair__01:first-child {
    max-width: 50%;
  }
  .custom__repair__01:last-child {
    padding-top: 4.3vw;
  }
  .custom__repair__02:last-child .leasing-1-2-item-desc {
    top: 0;
    padding-top: 3.2vw;
    padding-left: 20px !important;
  }
  .custom__repair__01:last-child {
    padding-top: 2.3vw;
  }
  .remodling-edit-1 {
    margin-top: 9.6vw;
    padding-bottom: 9.6vw !important;
  }
  .rent-menu-edit {
    margin-top: 9.6vw !important;
  }
  .banner-add-cnt-plan,
  .banner-add-cnt-reform {
    margin: -8vw 0 8vw;
  }
}
@media (max-width: 1200px){
  .group-single-post {
    padding-bottom: 10vw;
  }
  .wrap-title-single {
    font-size: 4vw;
  }
  #wrap-content-single {
    margin-top: 8.333vw;
  }
  #wrap-content-single .btn-default {
    margin-top: 9.167vw;
  }
  .title-news {
    padding-right: 20px;
  }
  .post-password-form {
    margin-block: 0;
  }
  .post-password-form input[type=submit] {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 1100px){
  .relo-fo-1 {
    padding: 8.64vw 0 8.19vw 0;
  }
  .title-fo-1 {
    font-size: 2.73vw;
  }
  .relo-fo-banner a:not(:last-child) {
    margin-right: 5.46vw;
  }
  .relo-fo-banner a img {
    width: 23.1vw;
  }
  .wrap-fo-2 {
    flex-wrap: wrap;
    padding-top: 5.46vw;
    padding-bottom: 5.46vw;
  }
  .item-fo-2 {
    width: 100%;
  }
  .item-fo-2:first-child {
    padding-top: 0;
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .item-fo-2:first-child .logo-fo {
    width: 100%;
  }
  .item-fo-2:first-child .relo-fo-banner-2 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .relo-fo-banner-2 a:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 0 !important;
  }
  .item-fo-2:last-child {
    width: 100%;
    justify-content: center;
  }
  .rent-features-ul h3 span:last-child {
    font-size: 14px;
  }
  .rent-features-ul h3 span:first-child {
    font-size: 12px;
  }
  .rent-2-h2 span > span.vs50 {
    font-size: 1.953vw !important;
  }
  .leasing-3-1-pos h3::after {
    height: 7.273vw;
  }
  .leasing-3-ul {
    margin-top: -15.2vw;
  }
  .leasing-3-1-pos h3::after {
    height: 8.28vw;
  }
  .plan-dig-cont-cen h3 span {
    display: block;
    margin-left: 0;
  }
  .page-template-page-company .company-cont .company-3 .wrap .achievements {
    flex-direction: column-reverse;
    border-radius: 10px;
    margin-inline: calc(50% - 50vw);
  }
  .page-template-page-company .company-cont .company-3 .wrap .achievements .info1 table {
    border-spacing: 2px;
  }
}
@media (max-width: 1080px){
  .manaul-bg-btn .cv-left .rent-2-h2 {
    font-size: 28px;
  }
  .manaul-bg-btn .cv-left > p {
    font-size: 14px;
  }
}
@media (max-width: 1023px){
  .wrap-relo-head {
    border-top: 5px solid #0C5BAC;
    top: calc(-80px * (var(--scroll-dir, 1) - 1) * -1);
  }
  .wrap-relo-head .relo-head {
    padding: 0 0;
    flex-wrap: wrap;
  }
  .wrap-relo-head .relo-head .item-relo-head:first-child {
    width: 100%;
    height: 65px;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .wrap-relo-head .relo-head .item-relo-head:last-child {
    display: none;
    overflow-y: auto;
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
    height: calc(100vh - 60px);
    position: absolute;
    left: 0;
    top: 64px;
    z-index: 99;
    background-color: #ffffff;
  }
  .modal-open .wrap-relo-head .relo-head .item-relo-head:last-child {
    display: block;
  }
  .wrap-menu {
    flex-wrap: wrap;
    padding: 20px;
  }
  .wrap-menu .wrap-submenu {
    display: none;
  }
  .wrap-menu .item-menu {
    width: 100% !important;
  }
  .wrap-menu .item-menu:last-child {
    order: -1;
  }
  .wrap-menu .item-menu .item-menu__category {
    width: 100%;
    flex-wrap: wrap;
  }
  .wrap-menu .item-menu .item-menu__category > li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #0C5BAC;
    background-image: inherit;
    position: relative;
  }
  .wrap-menu .item-menu .item-menu__category > li > a {
    width: 100%;
    display: block;
  }
  .wrap-menu .item-menu .item-menu__category > li > a > span {
    text-align: left;
  }
  .wrap-menu .item-menu .item-menu__category > li > a > span.fwb br {
    display: none;
  }
  .wrap-menu .item-menu .btn-button {
    font-size: 16px;
  }
  .btn-button {
    width: 84px;
    font-size: 12px;
  }
  .sub-menu > li {
    margin-right: 15px;
    width: calc((100% - 15.5px) / 2);
  }
  .sub-menu > li:nth-child(4n) {
    margin-right: 15px;
  }
  .sub-menu > li:nth-child(2n),
  .sub-menu > li:last-child {
    margin-right: 0px;
  }
  .wp-btn-humbager {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .wrap-menu .item-menu:last-child .btn-button:not(:last-child) {
    width: 100%;
    display: flex;
  }
  /* MENU HUMBARGER */
  /*toggle menu */
  .chane-x {
    display: block;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 40px;
    height: 4px;
    margin: 10px auto;
    background-color: #0c5bac;
    transition: 0.4s;
  }
  .bar1 {
    margin-top: 0;
  }
  .bar3 {
    margin-bottom: 0;
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    transform: rotate(45deg) translate(-11px, -9px);
  }
  .change .bar1 {
    transform: rotate(-45deg) translate(-10px, 9px);
  }
  .openSmart {
    width: 100px;
    height: 69px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #000000;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
  }
  .openSmart::before {
    content: "+" !important;
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    left: 0 !important;
    right: 0 !important;
    font-weight: 300;
  }
  span.openSmart.active::before {
    content: "-" !important;
    padding-bottom: 6px;
  }
  .item-menu .item-menu__category > li:hover::before {
    content: none;
  }
  .item-menu .item-menu__category > li:hover .openSmart::before {
    background-color: transparent;
  }
  .wrap-submenu {
    position: relative;
    top: 0;
    opacity: 1;
    z-index: 5;
    padding-top: 10px;
    pointer-events: all;
  }
  .wrap-menu-tab-2:not(:last-child) {
    margin-bottom: 7.04vw;
  }
  .title-menu-2 {
    font-size: 18px;
  }
  .wrap-menu-tab-2 .sub-menu {
    margin-top: 2.54vw;
  }
  #group-tab {
    padding-left: 0;
  }
  .title-menu-one .item-menu-one:last-child {
    font-size: 18px;
    letter-spacing: 0.5px;
    padding-top: 0 !important;
  }
  .title-menu-one .item-menu-one:last-child span {
    padding-bottom: 5px;
    display: inline-block;
  }
  .title-menu-one {
    align-items: center !important;
  }
  .item-menu:first-child {
    display: flex;
    flex-wrap: wrap;
  }
  .item-menu .item-menu__subs {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .item-menu .item-menu__subs .item-menu__subs-item:has(.relo-menu-top) {
    width: 100%;
    justify-content: space-between;
  }
  .item-menu .item-menu__subs .item-menu__subs-item:has(.relo-menu-event) {
    width: 100%;
    order: -1;
  }
  .item-menu .item-menu__subs .item-menu__subs-item .relo-menu-event {
    flex: 1;
    height: 48px;
    font-size: 16px;
  }
  .item-menu .item-menu__subs .item-menu__subs-item .relo-menu-event img {
    width: 24px;
  }
  .shop-infor-1-col {
    flex-wrap: wrap;
  }
  .shop-infor-1-item {
    width: 100% !important;
  }
  .shop-infor-1-item:first-child {
    padding-right: 0 !important;
    margin-bottom: 20px;
  }
  .shop-list-01 {
    margin-top: 9.766vw;
    margin-bottom: 9.766vw;
  }
  .content-page-default {
    padding-bottom: 9.277vw;
  }
  .wrap-prefecture {
    flex-wrap: wrap;
  }
  .item-prefecture:first-child {
    width: 100%;
    background-color: #e2e2e2;
    border: 0;
    margin-right: 0;
  }
  .item-prefecture:last-child {
    width: 100%;
  }
  .item-prefecture ul {
    margin-bottom: 25px;
    margin-top: 10px !important;
  }
  .wrap-prefecture:first-child .item-prefecture:first-child {
    border: 0;
  }
  .item-prefecture ul li a {
    border: 0;
    background-color: #eee;
  }
  .add-flow-banner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .add-flow-banner .item {
    width: calc((100% - 0.7vw * 6) / 3);
  }
  .add-flow-banner .item:nth-child(n+4) {
    margin-top: 0.8vw;
  }
}
@media (max-width: 1000px){
  .rent-features-ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -15px;
  }
  .rent-features-ul li {
    width: calc((100% - 30.5px) / 3);
    margin-right: 15px;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .rent-features-ul li:nth-child(5n) {
    margin-right: 15px !important;
  }
  .rent-features-ul h3 span:last-child {
    font-size: 16px;
  }
  .rent-features-ul h3 span:first-child {
    font-size: 14px;
  }
  .rent-features-ul li:nth-child(3n) {
    margin-right: 0;
  }
  .col-default.rent-2-2-col {
    align-items: flex-start;
  }
  .asset-service-item:last-child {
    padding-right: 0;
  }
  .wrap-button-vs2 {
    flex-wrap: wrap;
  }
  .wrap-button-vs2 .btn-default-vs2:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 42px;
  }
  .resident-link a {
    display: inline-block;
  }
  .asset-service .btn-default-vs2 {
    margin-top: 10vw;
  }
  .leasing-3-1:not(:last-child) {
    margin-bottom: 7.8vw;
  }
  .btn-default-vs2 {
    width: 100%;
  }
  .asset-service .asset-service-dig .btn-default-vs2 a {
    padding-left: 45px;
  }
  .asset-service .asset-service-dig .btn-default-vs2 a span {
    padding-right: 45px;
  }
  .plan-dig-cont-cen.vs--2 h4 {
    font-size: 2.9vw;
    letter-spacing: 0;
  }
  .content-page-sitepolicy h2 {
    font-size: 3.6vw;
  }
  .content-page-sitepolicy h3 {
    font-size: 2.4vw;
  }
  .title-corporate-banner strong {
    line-height: 130%;
  }
  .title-corporate-banner strong span {
    line-height: 130%;
  }
  .navi .navi-wrapper .menu-corporate > li > a {
    font-size: 25px;
  }
  .navi .navi-wrapper .menu-corporate > li > a > span:last-child {
    padding-left: 50px;
  }
  .navi .navi-wrapper .menu-corporate > li > a > span:last-child::before {
    width: 30px;
  }
  .contact-form form {
    padding: 8vw 15px;
  }
  .contact-form form table td:last-child {
    font-size: 16px;
  }
  .btn-send,
  .btn-back,
  .contact-form table ~ p {
    left: auto;
  }
  .contact-item {
    padding: 25px 15px;
  }
  .contact-item:first-child {
    margin-right: 25px;
  }
  td.mb25 span:nth-child(3) {
    margin-right: 0 !important;
  }
  .btn-send,
  .btn-back {
    font-size: 16px;
  }
  .ulfeature {
    margin-top: 6vw;
    margin-bottom: -5.2vw;
  }
  .ulfeature li {
    width: calc((100% - 15.75vw) / 4);
    margin-right: 5.2vw;
    margin-bottom: 5.2vw;
    font-size: 0;
    line-height: 1;
  }
  .ulfeature li:nth-child(4n),
  .ulfeature li:last-child {
    margin-right: 0;
  }
  .title__borrow_s1 {
    text-align: left;
    font-size: 3.6vw;
  }
  .title__borrow_s1 span.fz-24 {
    font-size: 2.4vw;
  }
  .borow-1-cont:nth-child(3) .borow-1-cont-col {
    margin-top: 0;
  }
  .wrap-button-vs2 + .wrap-button-vs2 {
    margin-top: 42px;
  }
  .asset-service .wrap-text-le {
    margin-top: 10vw;
  }
}
@media (max-width: 970px){
  .manaul-bg-btn {
    display: flex;
    flex-direction: column;
  }
  .manaul-bg-btn .cv-left {
    width: 100%;
    padding: 30px;
  }
  .manaul-bg-btn .cv-right {
    width: 100%;
  }
}
@media (max-width: 950px){
  .gb-man-item-desc br {
    display: none;
  }
  .gb-busi-pur .gb-busi-pur-ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gb-busi-pur-dig .gb-busi-pur-dig--no-pos .gb-busi-pur-dig--h4 {
    font-size: 17px;
  }
  .gb-prob-pur-dig .gb-busi-prob-ul {
    margin-top: 0;
  }
  .gb-prob-pur-dig .gb-busi-prob-ul li {
    width: calc((100% - 15.5px) / 2);
    margin-right: 15px;
  }
  .gb-prob-pur-dig .gb-busi-prob-ul li:nth-child(3n) {
    margin-right: 15px !important;
  }
  .gb-prob-pur-dig .gb-busi-prob-ul li:nth-child(2n),
  .gb-prob-pur-dig .gb-busi-prob-ul li:last-child {
    margin-right: 0 !important;
  }
  .gb-prob-pur-dig .gb-busi-prob-ul li .gb-busi-prob-ul-bg-cont {
    padding: 15px;
    font-size: 14px;
  }
  .gb-busi-prob-no-pos {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gb-futu .gb-futu-dig .gb-futu-item:last-child {
    padding-left: 25px;
    padding-top: 0;
  }
  .gb-futu .gb-futu-dig .gb-futu-item:first-child .h2-defaut .gb-busi-span-top,
  .gb-futu .gb-futu-dig .gb-futu-item:first-child .h2-defaut .gb-busi-span-bottom {
    padding-left: 15px;
  }
  .gb-futu .gb-futu-map .gb-futu-map-cen {
    padding-right: 15px;
  }
  .gb-futu .gb-futu-map .gb-futu-map-pos {
    top: 9.48vw;
    padding-right: 15px;
    padding-left: 15px;
  }
  .gb-futu .gb-futu-map .gb-futu-map-pos .gb-futu-map-pos-left img {
    width: 36.85vw;
  }
  .gb-futu .gb-futu-map .gb-futu-map-pos .gb-futu-map-pos-rigth img {
    width: 35.79vw;
  }
  .gb-futu .gb-futu-end {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gb-futu .gb-futu-end .gb-futu-end-text {
    font-size: 10px;
  }
  .child-title-h3 {
    max-width: 100%;
  }
  .rent-2-1-ul h3 {
    font-size: 14px;
  }
  .rent-2-2-item:last-child {
    font-size: 14px;
    line-height: 180%;
  }
  .rent-2-2-ul > li {
    width: calc((100% - 15.5px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .rent-2-2-h3 span:first-child,
  .rent-2-2-h3 span:last-child span.fz24 {
    font-size: 16px;
  }
  .rent-menu-ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .rent-menu-ul li a span {
    font-size: 14px;
    letter-spacing: 0;
  }
  .rent-menu-ul li a span span {
    font-size: 12px;
  }
  .leasing-1-2-item:first-child {
    padding-right: 15px;
    padding-top: 0;
  }
  .leasing-1-2-item-desc {
    padding-left: 0;
    font-size: 14px;
  }
  .leasing-1-2-item-desc p:not(:first-child) {
    margin-top: 2.632vw;
  }
  .leasing-1-2-col {
    margin-bottom: 6.316vw;
  }
  .leasing-3-ul--text h4 {
    margin-bottom: 0;
    font-size: 2vw;
    letter-spacing: 0;
  }
  .leasing-3-ul--text p,
  .leasing-3-ul--text-desc {
    font-size: 14px;
    line-height: 180%;
  }
  .leasing-3-ul--text > p {
    margin-top: 15px;
  }
  .leasing-3-ul--text-desc {
    margin-top: 15px;
  }
  .leasing-3-ul {
    margin-bottom: 0;
  }
  .resident .leasing-1-2-item:first-child {
    padding-top: 2.111vw;
  }
  .resident-1 .leasing-1-2-item-desc p:last-child {
    font-size: 14px !important;
  }
  .flow-3-1-dig {
    padding-left: 15px;
    padding-right: 15px;
  }
  .flow-3-1-dig-post {
    left: 15px;
  }
  .rent-2-1-ul h3 {
    letter-spacing: 0 !important;
  }
  .flow .rent-2-h2 span.fz-30 {
    font-size: 2.5vw;
  }
  .plan-dig-h3 {
    height: 40vw;
  }
  .plan-dig-ul .ds-flex > li {
    width: calc((100% - 15.5px) / 2);
    margin-right: 15px;
    border: 2px solid #ffdb1a;
    padding-bottom: 4.4vw;
  }
  .plan-dig-ul .ds-flex > li:nth-child(3n) {
    margin-right: 15px !important;
  }
  .plan-dig-ul .ds-flex > li:nth-child(2n),
  .plan-dig-ul .ds-flex > li:last-child {
    margin-right: 0 !important;
  }
  .br-1250 {
    display: block;
  }
  .plan-dig-ul-img {
    margin-bottom: 5.263vw;
  }
  .plan-dig-ul h5 span,
  .plan-dig-ul p,
  .plan-dig-ul h4 {
    letter-spacing: 0;
  }
  .plan-dig-cont-post {
    width: 70px;
    left: 15px;
  }
  .plan-dig-cont-cen,
  .plan-dig-cont-cen h4 span {
    font-size: 18px;
  }
  .plan-dig-ul .ds-flex > li::before,
  .plan-dig-ul .ds-flex > li::after {
    display: none;
  }
  .asset-features-rigth {
    padding-left: 15px;
    width: calc(100% - 13.158vw);
  }
  .asset-features-ul {
    padding: 5.867vw 15px;
  }
  .asset-features-rigth h3 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .asset-features-left {
    width: 13.158vw;
  }
  .asset-features-rigth p {
    letter-spacing: 0;
  }
  .asset-service-item:last-child h3 {
    font-size: 2.5vw;
  }
  .asset-service-item:last-child p {
    font-size: 14px;
    line-height: 180%;
  }
  .asset-service-num {
    width: 12vw;
    height: 12vw;
  }
  .asset-service-num span {
    font-size: 6.316vw;
    left: 0.526vw;
  }
  .asset-dig-mt45 {
    margin-top: -4.737vw;
  }
  .asset-service-item:last-child {
    padding-top: 7.4vw;
  }
  .asset-features-h2 {
    letter-spacing: 0;
  }
  .reform-2 .plan-dig-cont-heading {
    padding-left: 99px;
    padding-right: 15px;
  }
  .reform-2-ul li h5 {
    font-size: 16px;
  }
  .reform-2-item-ul ul li {
    font-size: 14px;
    margin-right: 15px;
  }
  .reform-2-item-ul span.fz-24 {
    font-size: 18px;
  }
  .renovation .rent-2-2-h3 span:last-child,
  .reform .rent-2-2-h3 span:last-child,
  .repair .rent-2-2-h3 span:last-child {
    font-size: 2.789vw;
  }
  .link-flex .btn-default:first-child {
    margin-right: 25px;
  }
  .repair .reform-1 ul li {
    width: calc((100% - 30.5px) / 3);
    margin-right: 15px;
  }
  .cont-rent-1-3 .rent-features-ul li {
    width: calc((100% - 30.5px) / 3);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .cont-rent-1-3 .rent-features-ul li:nth-child(5n) {
    margin-right: 15px !important;
  }
  .cont-rent-1-3 .rent-features-ul li:last-child {
    margin-right: 0 !important;
  }
  .cont-rent-1-3 .rent-features-ul {
    margin-bottom: -15px;
  }
  .cont-rent-1-3 .rent-features-ul h3 span {
    font-size: 2.526vw;
  }
  .cont-rent-1-3 .rent-features-ul h3 span:last-child {
    font-size: 3.158vw;
  }
  .br-767-sp {
    display: none;
  }
  .borow-1-cont-item:last-child {
    width: 37.2vw;
  }
  .borow-1-cont-item:first-child {
    width: calc(100% - 37.2vw);
  }
  .borow-1-cont-col .borow-1-cont-item > *,
  .borow-1-cont-video p {
    font-size: 14px;
    line-height: 180%;
  }
  .manual-1-ul li {
    width: calc((100% - 15.5px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .manual-1-ul {
    margin-bottom: -15px;
  }
  .manual-1-ul li:nth-child(3n) {
    margin-right: 15px;
  }
  .manual-1-ul li:nth-child(2n),
  .manual-1-ul li:last-child {
    margin-right: 0;
  }
  .br-950 {
    display: none;
  }
  .manual-1-ul li span:first-child {
    width: 14.211vw;
  }
  .manual-1-ul li span:last-child {
    width: calc(100% - 14.211vw);
    padding-left: 15px;
    font-size: 1.789vw;
  }
  .flow .manual-1-ul li span.ctum {
    font-size: 1.789vw;
  }
  .manual-cont-no-pa {
    margin-top: 0;
  }
  .manual-cont-video-text p,
  .manaul-bg-dbc-white p,
  .manual-cont-video-text li {
    font-size: 14px;
  }
  .ul-first h3 {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .ul-first li {
    margin-right: 10px;
    width: calc((100% - 20.5px) / 3);
  }
  .ul-first li:nth-child(3n),
  .ul-first li:last-child {
    margin-right: 0;
  }
  .ul-tow li {
    width: calc((100% - 30.5px) / 3);
    margin-right: 15px;
  }
  .ul-tow li:nth-child(4n) {
    margin-right: 15px;
  }
  .ul-tow li:nth-child(3n),
  .ul-tow li:last-child {
    margin-right: 0;
  }
  .manaul-bg-dbc-white-color {
    padding: 25px 15px;
  }
  .corp-company .corp-company-left p {
    max-width: 48.368vw;
    font-size: 14px;
    letter-spacing: -0.2px;
  }
  .corp-ser-text h3 {
    font-size: 2.632vw;
  }
  .corp-ser-text p {
    margin-top: 1.316vw;
  }
  .corporate-title-s1 h2 > p {
    font-size: 8.421vw !important;
  }
  .corporate-title-s1 h2 > span {
    font-size: 2.526vw;
  }
  .messa-1-item-right {
    padding-right: 0;
  }
  .messa-1-item-right {
    font-size: 14px;
    margin-top: 3.684vw;
    padding-bottom: 0;
  }
  .messa-1-item-right span {
    font-size: 2.2vw;
  }
  .messa-2-item:last-child p {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 3.158vw;
  }
  .shoplist-2-table table th {
    width: 150px;
  }
  .shoplist-2-table table td {
    width: calc((100% - 150px) / 8);
  }
  .shoplist-tile-ul-item li {
    font-size: 14px;
  }
  .shoplist-tile-ul-item li {
    margin-right: 15px;
    display: inline-block;
  }
  .shoplist-tile-ul-item-icon {
    width: 100%;
    display: inline-flex;
  }
  .shoplist-tile-ul-item-icon a {
    width: 100%;
    word-break: break-all;
  }
  .shoplist-tile-ul-item-left {
    height: 240px;
  }
  .shop-infor-1-item .company-table td:first-child {
    width: 100px;
  }
  .shop-infor-1-item .company-table td:first-child {
    width: calc(100% - 100px);
  }
  .shop-infor-1-item:first-child {
    padding-right: 15px;
  }
  .page-template-page-purchase .manual-1-ul > li span:last-child {
    font-size: 1.895vw;
  }
  .wrap-text-le {
    margin-top: 0;
  }
  .table-edit td {
    font-size: 14px;
    letter-spacing: -0.6px;
  }
  .table-edit td:first-child {
    width: 170px;
    padding-left: 34px;
  }
  .table-edit td:last-child {
    width: calc(100% - 170px);
  }
  .table-edit td:first-child img {
    width: 20px;
  }
  .lend-point-notes {
    transform: translateY(-10px);
  }
  .wrap-reviews {
    padding: 50px 25px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px){
  html #wpadminbar:not(.is-expanded) {
    max-width: 52px;
  }
  :where(body).modal-open {
    overflow: hidden;
  }
  .modal-open .wrap-relo-head {
    top: 0;
  }
  .wrap-relo-01 {
    display: block;
    height: auto;
    background-image: none !important;
    background-color: #ECF1F6;
  }
  .wrap-relo-01 .movie-wrap {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 45.25%;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: none;
  }
  .wrap-relo-01 .movie-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
  }
  .wrap-submenu .wp-bg-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sub-menu {
    margin-top: 20px;
    margin-bottom: -15px;
  }
  .sub-menu > li {
    margin-right: 0px;
    margin-bottom: 15px;
    width: 100%;
  }
  .sub-menu > li:nth-child(4n) {
    margin-right: 0px;
  }
  #group-tab li {
    flex: 1;
    text-wrap-style: pretty;
  }
  #group-tab li label {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    text-align: center;
  }
  .relo-news {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0px;
    background-color: #0C5BAC !important;
  }
  .item-news:first-child {
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .item-news:first-child h2 {
    padding-top: 0;
    font-size: 20px;
  }
  .item-news:first-child .link-news-icon {
    right: 0;
    bottom: 0;
  }
  .item-news:last-child {
    width: 100%;
    border-left: none;
    padding-left: 0;
    padding-top: 1.96vw;
    font-size: 14px;
    padding-bottom: 0;
  }
  .relo-new-list {
    margin-top: 20px;
  }
  .relo-new-list li {
    flex-wrap: wrap;
    letter-spacing: 0x;
  }
  .relo-new-list li:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #eee;
  }
  .wrap-title-news {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
  .col-default {
    flex-wrap: wrap;
  }
  .col-default .item-default {
    width: 100% !important;
  }
  .gb-mana h1 {
    font-size: 3.92vw;
  }
  .relo-fo-1 {
    border-top: 5px solid #0C5BAC !important;
  }
  .gb-mana-item:first-child {
    padding-right: 0;
  }
  .gb-mana-item:first-child .gb-man-item-desc {
    font-size: 14px;
  }
  .gb-mana-item:last-child {
    order: -1;
    margin-bottom: 0;
  }
  .gb-busi-item:first-child {
    padding-top: 0;
    padding-bottom: 5.22vw;
    width: 100%;
  }
  .gb-busi-item:last-child {
    padding-left: 0;
  }
  .h2-defaut .gb-busi-span-top {
    font-size: 3.92vw;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .h2-defaut .gb-busi-span-bottom {
    font-size: 4.57vw;
  }
  .gb-busi-pur {
    padding-top: 7.8vw;
    padding-bottom: 7.8vw;
    margin-top: 7.8vw;
    margin-bottom: 7.8vw;
  }
  .gb-busi-pur .gb-busi-pos {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    margin-bottom: 5.22vw;
    height: 15.65vw;
    width: calc(100% - 30px);
  }
  .gb-busi-pur .gb-busi-pur-ul {
    margin-bottom: -5.21vw;
  }
  .gb-busi-pur .gb-busi-pur-ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.22vw;
    position: relative;
  }
  .gb-busi-pur .gb-busi-pur-ul li .gb-busi-pur-dig--pos {
    width: 108px;
  }
  .gb-busi-pur .gb-busi-pur-ul li .gb-busi-pur-dig a.pc_hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 110px;
  }
  .h3-defaut-pos .h3-defaut-pos-top {
    font-size: 3.92vw;
  }
  .h3-defaut-pos .h3-defaut-pos-bottom {
    font-size: 3vw;
  }
  .gb-busi-pur-dig {
    padding-left: 98px;
  }
  .gb-busi-pur-dig .gb-busi-pur-dig--no-pos .gb-busi-pur-dig--h4 {
    font-size: 20px;
    border-width: 1px;
  }
  .gb-prob-pur-dig .gb-busi-prob-ul li {
    width: 100%;
    margin-right: 0;
  }
  .gb-prob-pur-dig .gb-busi-prob-ul li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .gb-futu .gb-futu-dig .gb-futu-item:last-child {
    padding-left: 0;
    padding-top: 3.6vw;
    margin-bottom: 7.8vw;
    text-align: center;
  }
  .gb-futu .gb-futu-dig .gb-futu-item:last-child img {
    width: 53.46vw;
  }
  .gb-futu .gb-futu-map {
    margin-bottom: 7.8vw;
  }
  .title-fo-1 {
    font-size: 3.92vw;
    letter-spacing: 0;
  }
  .sns_icons--footer {
    margin: 20px 0;
    text-align: center;
  }
  .relo-fo-banner a img {
    width: 150px;
  }
  .relo-fo-banner a:not(:last-child) {
    margin-right: 5px;
  }
  .h2-defaut .gb-busi-span-bottom {
    display: flex;
    align-items: center;
  }
  .wrap-title-single {
    font-size: 6.4vw;
    margin-top: 4.533vw;
  }
  #wrap-content-single p img {
    margin-top: 3.39vw;
    margin-bottom: 2.477vw;
  }
  #wrap-content-single p {
    margin: 3.129vw 0;
  }
  #wrap-content-single h1 {
    font-size: 19px;
    padding: 12.205px 10px 12.205px 10px;
    margin: 6.78vw 0 4.172vw 0;
  }
  #wrap-content-single h2 {
    padding-top: 10.205px;
    padding-bottom: 11.205px;
  }
  #wrap-content-single h2,
  #wrap-content-single h3,
  #wrap-content-single h4,
  #wrap-content-single h5,
  #wrap-content-single h6 {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 6.78vw 0 4.172vw 0;
  }
  #wrap-content-single ul,
  #wrap-content-single ol {
    margin: 3.39vw 0;
    margin-left: 10px;
  }
  #wrap-content-single blockquote {
    margin: 4.172vw 0;
  }
  #wrap-content-single .btn-default a {
    max-width: 80vw;
    height: 13.333vw;
  }
  #wrap-content-single .btn-default a span {
    font-size: 3.467vw;
    display: block;
    width: 100%;
    padding-left: 6.267vw;
    padding-right: 6.267vw;
    background-image: url(assets/common/image/icon_arrow_bh-sp.png);
    background-size: 6.267vw;
  }
  .gp-date-cate a span {
    position: relative;
    top: -1px;
  }
  .wrap-header-single .gp-date-cate::before {
    top: 14px;
  }
  .wrap-header-single .gp-date-cate a {
    margin-left: 2.667vw;
  }
  .title-news-01 {
    font-size: 6.16vw;
    padding-bottom: 3.067vw;
  }
  .item-news-col:last-child {
    display: none;
  }
  ul.wrap-news-list:last-child {
    margin-bottom: 0 !important;
  }
  .wp-page-news {
    margin-top: 3.3vw;
    margin-bottom: 13.333vw;
  }
  .gp-date-cate,
  .title-news {
    font-size: 3.733vw;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 1px;
  }
  .gp-date-cate a {
    font-size: 2.667vw;
    margin-left: 2.667vw;
    width: 17.333vw;
    border: 0.267vw solid #2450a6;
  }
  ul.wrap-news-list {
    margin-top: 4vw;
    margin-bottom: 6.133vw;
  }
  .wrap-news-list li {
    flex-wrap: wrap;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
  }
  .title-news,
  .gp-date-cate {
    width: 100%;
    display: block;
  }
  .text-fault {
    margin-top: 0.933vw;
    display: block;
  }
  .purchase .col-default.rent-2-2-col .rent-2-2-item:first-child:not(:last-child) {
    margin: 0 auto;
    max-width: 120px;
    position: relative;
  }
  .purchase .col-default.rent-2-2-col .rent-2-2-item:first-child:not(:last-child)::before,
  .purchase .col-default.rent-2-2-col .rent-2-2-item:first-child:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 30px;
    background-color: #fff;
  }
  .purchase .col-default.rent-2-2-col .rent-2-2-item:first-child:not(:last-child)::after {
    right: 0;
  }
  .rent-2-2-ul > li {
    padding-left: 2vw;
    padding-right: 2vw;
    margin-bottom: 8vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .rent-features-ul-desc {
    font-size: 3.733vw;
    padding-left: 4.667vw;
    padding-right: 4.667vw;
    margin-top: 4vw;
  }
  .rent-features-ul--img img {
    width: 30.667vw;
  }
  .rent-2-h2-en {
    margin-top: 3.5vw;
  }
  .rent-2-h2 span > span.vs50 {
    font-size: 4vw !important;
  }
  .rent-1-desc {
    margin-top: 7.823vw;
    margin-bottom: 7.823vw;
    padding-top: 7.823vw;
    padding-bottom: 7.823vw;
  }
  .rent-1-desc p {
    font-size: 3.733vw;
    line-height: 180%;
    text-align: left;
  }
  .rent-1-desc p:not(:first-child) {
    margin-top: 3.911vw;
  }
  .child-title-ja {
    font-size: 8.3vw;
    padding-bottom: 2vw;
    margin-bottom: 2.9vw;
    letter-spacing: 0;
  }
  .child-title-ja-small,
  .rent-2-h2-big {
    font-size: 4.84vw;
  }
  .rent-2-h2-big {
    font-size: unset !important;
  }
  .child-title-h3,
  .rent-2-h2 {
    font-size: 6.133vw;
    justify-content: flex-start;
  }
  .rent-2-h2 {
    letter-spacing: -0.3px;
  }
  .rent-1-2 > p {
    font-size: 3.733vw;
    text-align: left;
    margin-top: 3.911vw;
    margin-bottom: 3.911vw;
  }
  .rent-1-2-item h4 {
    font-size: 16px;
  }
  .rent-1-2-item h5 {
    font-size: 15px;
    letter-spacing: 0;
  }
  .flow .rent-1-2-item h5 {
    font-size: 3.733vw;
  }
  .rent-1-2-item li {
    margin-top: 3.4vw;
  }
  .rent-1-2-item:last-child {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 3.911vw;
    text-align: center;
    order: -1;
  }
  .rent-1-2-col {
    margin-bottom: 7.8vw;
  }
  .rent-1-2--btn a {
    padding-left: 0;
  }
  .bredcrum {
    margin-bottom: 11.1vw;
    margin-top: 15px;
  }
  .rent-2-1-ul {
    flex-wrap: wrap;
    margin-bottom: -25px;
  }
  .rent-2-1-ul li {
    width: calc((100% - 30.5px) / 3);
    margin-right: 15px !important;
    margin-bottom: 25px;
  }
  .rent-2-1-ul li:nth-child(3n),
  .rent-2-1-ul li:last-child {
    margin-right: 0 !important;
  }
  .rent-2-1-ul-bg {
    height: 18.6vw;
  }
  .rent-2-1 {
    padding-top: 11.4vw;
    padding-bottom: 14vw;
  }
  .rent-2-1-ul h3 {
    font-size: 16px;
  }
  .rent-2-2-ul {
    margin-top: 7.8vw;
    margin-bottom: 2.667vw;
  }
  .rent-2-2-item:last-child {
    padding-left: 4.667vw;
    padding-top: 3.9vw;
    font-size: 3.467vw;
    padding-right: 4.667vw;
  }
  .rent-2-2-item:first-child:not(:last-child),
  .col-default.rent-2-2-col .rent-2-2-item:first-child:not(:last-child) {
    padding-top: 0;
    text-align: center;
  }
  .rent-2-2-h3 span:last-child {
    font-size: 5.2vw;
    letter-spacing: 0;
  }
  .rent-2-2-h3 span:first-child,
  .rent-2-2-h3 span:last-child span.fz24 {
    font-size: 4.533vw;
  }
  .rent-2-2-h3 {
    margin-bottom: 3.9vw;
  }
  .rent-2-2-ul,
  .rent-menu,
  .rent-features-ul {
    max-width: 692px;
    margin-left: auto;
    margin-right: auto;
  }
  .rent-features-ul li {
    width: 100%;
    margin-right: 0 !important;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 6.667vw;
    border-width: 1.333vw;
    margin-bottom: 8vw;
    padding-bottom: 6vw;
  }
  .rent-features-ul li:nth-child(5n) {
    margin-right: 0 !important;
  }
  .rent-features-ul h3 span {
    letter-spacing: 0.5px !important;
  }
  .rent-features-ul h3 {
    margin-top: 4.933vw;
  }
  .rent-menu {
    margin-top: 13.333vw;
    margin-bottom: 13.333vw;
  }
  .rent-menu-ul {
    flex-wrap: wrap;
    margin-top: 5.6vw;
    margin-bottom: 5.6vw;
  }
  .rent-menu-ul li {
    width: 50%;
  }
  .rent-menu-ul li:nth-child(1),
  .rent-menu-ul li:nth-child(2),
  .rent-menu-ul li:nth-child(3) {
    border-bottom: 1px solid #fff;
  }
  .rent-menu-ul li:nth-child(2n) {
    border-right: none;
  }
  .rent-2-2-ul > li {
    width: 100%;
    margin-right: 0 !important;
    border-width: 1.333vw;
  }
  .rent-2-2-ul > li::before {
    border-top: 8.5vw solid #ffdb1a;
    border-right: 8.5vw solid transparent;
    top: -1px;
    left: -1px;
  }
  .rent-features-ul h3 span:first-child {
    font-size: 4.533vw !important;
  }
  .rent-features-ul h3 span:last-child {
    font-size: 5.333vw !important;
    line-height: 120%;
  }
  .rent-2-h2-en {
    font-size: 3.2vw;
    margin-top: 2.667vw;
  }
  .rent-menu-ul li a {
    height: 12vw;
  }
  .rent-menu-ul li a span {
    font-size: 4vw;
  }
  .rent-menu-ul li a span span {
    font-size: 3vw;
  }
  .rent-menu--btn a {
    max-width: 690px;
    height: 14.667vw;
  }
  .rent-menu--btn a span {
    font-size: 3.467vw;
  }
  .rent-cm .rent-menu-ul {
    margin-bottom: 6.667vw;
  }
  .resident .leasing-1-2-item:first-child {
    padding-top: 0;
  }
  .leasing-1-2-item:last-child {
    max-width: 100%;
  }
  .leasing-1-2-item:first-child {
    padding-right: 0;
    padding-bottom: 3.9vw;
  }
  .leasing-1-2-item h3 {
    font-size: 6.133vw;
  }
  .leasing-1-2--btn a {
    padding-left: 0;
  }
  .leasing-3-ul {
    flex-wrap: wrap;
  }
  .leasing-3-ul > li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 4.8vw;
  }
  .leasing-3-ul > li:nth-child(3n) {
    margin-right: 15px !important;
  }
  .leasing-3-ul > li:nth-child(2n),
  .leasing-3-ul > li:last-child {
    margin-right: 0 !important;
  }
  .leasing-3-ul--text h4,
  .leasing-3-ul--text h4 .fz-18 {
    font-size: 4.533vw;
  }
  .leasing-3-ul--text h4 .fz-18 {
    display: inline-block;
  }
  .leasing-3-ul-dig {
    height: 56vw;
  }
  .leasing-3-ul-dig img {
    width: 8.56vw;
    height: 7.6vw;
  }
  .leasing-3-1-pos h3 {
    font-size: 5.997vw;
    padding-top: 2.216vw;
    padding-bottom: 2.608vw;
    padding-left: 2.868vw;
    max-width: calc(100% - 3.333vw);
  }
  .br-767 {
    display: none;
  }
  .leasing-3-ul--text {
    margin-top: 6.267vw;
  }
  .leasing-3-1-pos {
    height: auto;
    padding-top: 2.8vw;
    padding-bottom: 4.667vw;
    background: #ecf1f6;
    margin-bottom: 8.4vw;
  }
  .leasing-3-ul {
    margin-top: -20.2vw;
  }
  .leasing-3-1-pos::before {
    content: none;
  }
  .leasing-3 .rent-2-h2 {
    margin-bottom: 7.8vw;
  }
  .leasing-1-2-item-desc p:not(:first-child) {
    margin-top: 7.867vw;
  }
  .leasing-3-ul {
    margin-top: 0;
  }
  .leasing-3-1-pos h3::before {
    width: 36.506vw;
  }
  .leasing-3-1-pos h3::after {
    height: calc(100% + 19px);
  }
  .leasing-3 .grid-1200 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .leasing-3-ul--text > p {
    font-size: 3.733vw;
  }
  .ren_br_sp,
  .resident .leasing-3-1:nth-child(2) .leasing-3-ul li:nth-child(3n) .leasing-3-ul--text h4 br:first-child {
    display: none;
  }
  .leasing-1-2-item-desc {
    font-size: 3.733vw;
  }
  .rent-features.hide__bg {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .resident-link a {
    text-align: center;
    width: 100%;
    padding: 3.893vw 3.667vw;
    letter-spacing: 0;
    font-size: 3.78vw;
    border-radius: 0;
  }
  .resident-link {
    display: block;
    margin-top: 15px;
  }
  .resident-link li {
    display: block;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .resident-link li:last-child {
    margin-bottom: 0;
  }
  .flow .leasing-3 .btn-default-vs2 a span {
    padding-right: 8.667vw;
    padding-left: 3.667vw;
  }
  .flow .leasing-3-1 .btn-default-vs2 a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .flow .leasing-3-1-pos h3 {
    letter-spacing: 0.5px;
  }
  .flow .leasing-3-1:nth-child(2n+1) .leasing-3-1-pos h3 {
    padding-left: 0;
  }
  .flow .rent-1-2 .video-wrapper,
  .borrow .rent-1-2 .video-wrapper {
    margin-bottom: 7.8vw;
  }
  .flow-3-1-dig-cen h3 {
    font-size: 4.533vw;
  }
  .flow-3-1-dig-cen p {
    font-size: 3.733vw;
    line-height: 120%;
  }
  .flow-3-1-dig-post {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
    text-align: center;
    padding-bottom: 2.608vw;
  }
  .flow-3-1 ul li {
    height: auto;
  }
  .flow-3-1-dig {
    padding: 3.333vw 0;
  }
  .flow-3-1-dig-post {
    width: 21.333vw;
    padding-bottom: 0;
    line-height: 0;
    font-size: 0;
  }
  .flow-3-1-dig-post img {
    width: 13.333vw;
  }
  .flow-3-1-dig-cen {
    width: calc(100% - 21.333vw);
  }
  .flow-btn-2 a {
    padding-left: 0;
  }
  .flow-btn-2 a span {
    padding-right: 35px;
    padding-left: 0;
  }
  .flow .rent-1-2-item:last-child {
    padding-top: 3.9vw;
  }
  .flow .rent-2-h2 span.fz-30 {
    font-size: 6.133vw;
  }
  .btn-default.rent-menu--btn.flow-btn-2 a {
    max-width: 600px !important;
    height: 13.333vw !important;
  }
  .btn-default.rent-menu--btn.flow-btn-2 a span {
    font-size: 3.467vw !important;
    position: relative;
    top: -2px;
  }
  .plan-dig-ul .ds-flex > li {
    margin-bottom: 8vw;
  }
  .plan-dig-ul h5 {
    font-size: 22px;
  }
  .plan-dig-ul h5 span,
  .plan-dig-ul p,
  .plan-dig-ul h4 {
    font-size: 16px;
    line-height: 180%;
  }
  .br-1250 {
    display: none;
  }
  .plan-dig-ul {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  .plan-dig-h3 {
    height: auto;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7.8vw 15px;
  }
  .plan-dig-h3 h3 {
    font-size: 4.694vw;
  }
  .plan-dig-h3 h3 span {
    font-size: 3.911vw;
  }
  .plan-dig-cont-post {
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .plan-dig-cont-heading {
    margin-bottom: 20px;
    height: auto;
    padding: 25px 15px;
    display: block;
    text-align: center;
  }
  .plan-dig-cont-post span:last-child {
    font-size: 44px;
  }
  .plan-dig-cont-cen h3 span {
    margin-left: 0;
  }
  .plan-dig-cont-cen,
  .plan-dig-cont-cen h4 span {
    font-size: 3.129vw;
  }
  .plan-dig-cont-cen h4 {
    font-size: 5.215vw;
  }
  .plan-dig-ul p {
    font-size: 14px;
  }
  .plan-dig-cont-post span:first-child {
    padding-left: 0;
  }
  .plan-dig-cont {
    margin-bottom: 7.8vw;
  }
  .plan-dig-cont-1:last-child {
    margin-top: 7.8vw;
  }
  .plan-dig-cont-1:first-child,
  .plan-dig-cont-1 {
    margin-bottom: 60px;
  }
  .plan-dig-cont-end p {
    padding-left: 0;
    font-size: 14px;
    line-height: 180%;
  }
  .plan-dig-cont-end p br:nth-child(1),
  .plan-dig-cont-end p br:nth-child(2),
  .plan-dig-cont-end p br:nth-child(4),
  .plan-dig-cont-end p br:nth-child(5) {
    display: none;
  }
  .plan-dig-cont-end {
    margin-top: 10px;
  }
  .plan-dig-cont-cen {
    padding-left: 13.333vw;
  }
  .asset-service-dig {
    padding-top: 0;
  }
  .asset-features-ul {
    margin-top: 7.8vw;
  }
  .asset-features-h2 {
    font-size: 4.533vw;
    line-height: 120%;
    margin-bottom: 1.2vw;
  }
  .asset-features-ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6.8vw;
  }
  .asset-features-left {
    width: 16.667vw;
  }
  .asset-features-rigth {
    width: calc(100% - 16.667vw);
    padding-left: 3.6vw;
    position: relative;
    top: -1.067vw;
  }
  .asset-service-dig-slider {
    height: 61.4vw !important;
  }
  .asset-service-dig-thumb {
    height: 11.2vw !important;
    margin-right: 1.067vw;
  }
  .asset-service-num {
    width: 17vw;
    height: 17vw;
  }
  .asset-service-num span {
    font-size: 9.316vw;
    left: 0.526vw;
  }
  .asset-service-dig:nth-child(2n+1) .asset-service-num {
    left: 0;
  }
  .asset-dig-mt45 {
    margin-top: 15px;
    padding-left: 0;
  }
  .asset-service-item:last-child {
    padding-left: 0;
    padding-top: 5.6vw;
  }
  .asset-service-dig {
    margin-top: 7.8vw;
  }
  .asset-service-dig:nth-child(2n+1) .asset-dig-mt45 {
    padding-left: 0;
  }
  .asset-service-dig:nth-child(2n+1) .asset-service-item:first-child {
    order: -1;
  }
  .asset-service-num {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }
  .asset-service-num span {
    left: 1px;
  }
  .slider-nav-thumbnails .slick-list.draggable {
    margin-right: -15px;
  }
  .asset-service-item:last-child h3 {
    font-size: 5vw;
  }
  .asset-features-desc {
    padding-left: 0;
    margin-top: 0;
    padding-right: 0;
  }
  .asset-features-ul li:last-child {
    margin-bottom: 15px;
  }
  .asset .leasing-1-2 .btn-default-vs2 a {
    padding-top: 1.893vw;
    padding-bottom: 1.893vw;
  }
  .asset-features .rent-2-h2 {
    letter-spacing: -1px;
  }
  .asset-service .rent-2-h2 {
    letter-spacing: 1px;
  }
  .asset-features-rigth p {
    font-size: 3.467vw;
    margin-top: 1.467vw;
  }
  .asset-features-rigth h3 {
    font-size: 4.533vw;
    letter-spacing: 1px;
  }
  .asset-features-ul {
    padding: 8vw 4vw;
  }
  .remod-h3-pos {
    position: relative;
    top: 0;
    font-size: 3.129vw;
    margin-bottom: 5.8vw;
  }
  .remodeling .asset-features-ul,
  .remod-case-img {
    margin-top: 7.8vw;
  }
  .remodeling .rent-1-2-item:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }
  .asset-features-desc p {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
  }
  .remodeling .rent-1-2-item li,
  .purchase .rent-1-2-item li {
    font-size: 14px;
    line-height: 180%;
  }
  .remod-2--btn {
    margin-top: 7.8vw;
  }
  .reform-1-2 .leasing-3-ul {
    margin-top: 4.8vw;
  }
  .reform-1-2 .leasing-3-ul > li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  .reform-1-2 .leasing-3-ul {
    justify-content: center;
  }
  .reform-1-2 .leasing-3-ul--text > p {
    margin-top: 1.2vw;
  }
  .reform-1-2 .leasing-3-ul--text {
    margin-top: 3.2vw;
  }
  .reform-1-2 .leasing-3-ul-dig {
    height: 60.267vw;
  }
  .reform-1-2-desc {
    font-size: 3.467vw;
    text-align: left;
    line-height: 180%;
  }
  .reform-1-2 .grid-1200 {
    background-color: #fff;
    padding: 7.8vw 6vw;
  }
  .reform-1-3 {
    padding-left: 0 !important;
  }
  .reform-2 .plan-dig-cont-heading {
    padding: 25px 15px;
  }
  .reform-2-col .reform-2-item {
    width: 74.316vw !important;
    height: 49.544vw;
  }
  .reform-2-col::before {
    background-image: url(assets/common/image/reform/reform-8-sp.png);
    width: 55px;
    height: 40px;
  }
  .reform-2-item:first-child {
    margin-right: 0;
    margin-top: 60px;
  }
  .reform-2-col,
  .reform-2-ul {
    justify-content: center;
    margin-top: 7.8vw;
  }
  .reform-2-ul li {
    width: calc((100% - 30.5px) / 3);
  }
  .reform-2-ul li:nth-child(4n) {
    margin-right: 15px;
  }
  .reform-2-ul li:nth-child(3n),
  .reform-2-ul li:last-child {
    margin-right: 0;
  }
  .reform-2-ul-dig {
    height: 20vw;
  }
  .renovation .rent-2-2-h3 span:last-child,
  .reform .rent-2-2-h3 span:last-child,
  .repair .rent-2-2-h3 span:last-child {
    font-size: 18px;
  }
  .reform-2-item-ul ul {
    width: 100%;
    margin-left: 0;
  }
  .reform-2-item-pos-img img {
    height: 4.88vw;
  }
  .renovation .reform-2-item:last-child .asset-service-dig-slider {
    margin-top: 5.4vw;
  }
  .renovation .reform-2-item:first-child .asset-service-dig-slider {
    margin-bottom: 5.4vw;
  }
  .renovation .reform-2-item:first-child .reform-2-item-pos-img img {
    bottom: 3.24vw;
  }
  .renovation .reform-2-item:last-child .reform-2-item-pos-img img {
    top: 8.24vw;
  }
  .renovation-h5 {
    margin-top: 5.2vw;
    font-size: 14px;
    line-height: 180%;
  }
  .renovation .reform-2-item:last-child .slider-nav-thumbnails-2 .asset-service-dig-thumb {
    height: 15vw !important;
    margin-right: 15px !important;
  }
  .asset-thumbnail.vs--2 {
    max-width: 44.98vw;
    top: -22.8vw;
  }
  .renovation .reform-2-item:first-child {
    margin-top: 0 !important;
  }
  .renovation .reform-2-col::before {
    top: 49%;
  }
  .link-flex,
  .repair .reform-1 ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .link-flex .btn-default {
    width: 100%;
  }
  .link-flex .btn-default:first-child {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .link-flex-2,
  .repair .reform-1 ul {
    margin-top: 7.8vw;
  }
  .repair .reform-1 ul {
    margin-bottom: -15px;
  }
  .repair .reform-1 ul li {
    width: calc((100% - 15.5px) / 2);
    margin-bottom: 15px;
  }
  .repair .reform-1 ul li:nth-child(3n) {
    margin-right: 15px;
  }
  .repair .reform-1 ul li:last-child,
  .repair .reform-1 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .repair-ul-dig {
    height: 34.6vw;
  }
  .con-rent-1-1 {
    padding-bottom: 30.667vw;
  }
  .cont-rent-1 .rent-1-desc {
    margin-bottom: 7.8vw;
  }
  .con-rent-1-1-img,
  .cont-rent-1-4 .leasing-1-2-col,
  .cont-rent-1 .rent-1-2-col {
    margin-top: 7.8vw;
  }
  .cont-rent-1-2 {
    padding-top: 7.8vw;
    padding-bottom: 7.8vw;
  }
  .cont-rent-1-2 .leasing-1-2-col {
    margin-top: 7.8vw;
    margin-bottom: 0;
  }
  .leasing-1-2-item:first-child {
    max-width: 100%;
  }
  .cont-rent-1-5 .rent-features,
  .cont-rent-1-4 {
    padding-top: 7.8vw;
    padding-bottom: 7.8vw;
  }
  .cont-rent-1-3 .rent-features-ul li {
    width: calc((100% - 15.5px) / 2);
  }
  .cont-rent-1-3 .rent-features-ul li:nth-child(3n) {
    margin-right: 15px !important;
  }
  .cont-rent-1-3 .rent-features-ul li:nth-child(2n),
  .cont-rent-1-3 .rent-features-ul li:last-child {
    margin-right: 0 !important;
  }
  .cont-rent-1-3 .rent-features-ul h3 span {
    font-size: 3.129vw;
  }
  .cont-rent-1-3 .rent-features-ul h3 span:last-child {
    font-size: 3.911vw;
  }
  .cont-rent-1-3 .rent-features-ul-desc {
    line-height: 180%;
  }
  .rent-2-h2 span.fz-24 {
    font-size: 4.533vw;
  }
  .child-title-ja-small-36 {
    font-size: 4.694vw;
  }
  .fz-18 {
    font-size: 14px;
    display: block;
  }
  .borrow .leasing-1-2-item-desc {
    padding-right: 0;
  }
  .borow-1-bg-h2 {
    padding: 30px 15px 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .borow-1-cont-item:last-child {
    text-align: center;
    order: 1;
    margin-top: 3vw;
  }
  .borow-1-cont-item .btn-button {
    width: 100%;
    margin-block: 20px;
  }
  .borow-1-cont + .btn-default-vs2 {
    margin-top: 7.8vw;
    padding: 0 15px;
  }
  .borow-1-cont-col:nth-child(2n) .borow-1-cont-item:last-child {
    order: 1;
  }
  .borow-1-cont-item:first-child {
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: justify;
  }
  .borow-1-cont-col .borow-1-cont-item > *,
  .borow-1-cont-video p {
    margin-top: 2vw;
  }
  .borow-1-cont-col:not(:last-child) {
    margin-bottom: 8.823vw;
  }
  .borow-1-cont:first-child {
    padding-top: 7.8vw;
  }
  .borow-1-cont:nth-child(3) .borow-1-cont-col {
    margin-top: 7.8vw;
  }
  .borow-1-cont-col-h4 {
    margin-top: 3.9vw;
  }
  .borow-1-cont:nth-child(4) .borow-1-cont-col:last-child .borow-1-cont-item:first-child,
  .borow-1-cont:nth-child(3) .borow-1-cont-col .borow-1-cont-item:first-child {
    order: 1;
  }
  .borow-1-cont:nth-child(3) .borow-1-cont-col .borow-1-cont-item:first-child {
    margin-top: 0;
  }
  .borow-1-bg {
    margin-top: 7.8vw;
  }
  .borrow .reform-1 .grid-1440 {
    padding-left: 0;
    padding-right: 0;
  }
  .borrow .reform-1 .rent-1-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .borrow .reform-1-2 .grid-1200 {
    padding-left: 0;
    padding-right: 0;
  }
  .borow-1 .grid-1200 {
    padding-left: 0;
    padding-right: 0;
  }
  .borow-1-cont-col h3,
  .borow-1-cont-video h3 {
    font-size: 3.129vw;
    margin-bottom: 0;
  }
  .borrow .reform-1-2 .leasing-3-ul--text {
    padding-left: 0;
    padding-right: 0;
  }
  .borrow .reform-1-2-desc {
    padding: 5.867vw 15px;
  }
  .borrow .reform-1-2-desc h3 {
    font-size: 3.129vw;
    margin-bottom: 3.9px;
  }
  .borow-1-cont-video {
    margin-bottom: 7.8vw;
  }
  .borrow .reform-1-2 .grid-1200 {
    background-color: #edf2f6;
    background-image: inherit;
  }
  .wrap-text {
    font-size: 3.467vw;
    margin-top: -4.667vw;
    max-width: 692px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap-button-vs2 .btn-default-vs2:not(:last-child) {
    margin-bottom: 5.6vw;
  }
  .asset-service-item:last-child {
    padding-right: 0;
  }
  .asset-service-num {
    top: 59px;
    left: 15px !important;
  }
  .rent-2-1 {
    background-repeat: repeat;
    background-size: auto;
  }
  .relo-fo-banner-2 {
    width: 100%;
    max-width: 610px;
  }
  .relo-fo-banner-2 a img {
    width: 100%;
  }
  .leasing-1-2-item:last-child {
    margin-top: 8.667vw;
    margin-bottom: 0px;
  }
  .leasing-1-2-item:first-child {
    max-width: 100%;
    padding-bottom: 0;
  }
  .leasing-1-2-item:last-child img {
    display: block;
    margin: 0 auto;
  }
  .leasing-1-2-col {
    margin-bottom: 11.067vw;
  }
  .building .leasing-1-2-item:first-child,
  .resident .leasing-1-2-item:first-child {
    padding-top: 0;
  }
  .asset-service .asset-service-dig .btn-default-vs2 a {
    padding-left: 10px !important;
  }
  .rent-1 .btn-default-vs2,
  .flow .leasing-3-1 .btn-default-vs2 {
    flex-wrap: wrap;
  }
  .flow .leasing-3-1 .btn-default-vs2 a {
    max-width: initial;
    max-height: 83px;
    height: 17vw;
  }
  .rent-2-2 .btn-default-vs2 a:nth-child(n+2),
  .rent-1 .btn-default-vs2 a:nth-child(n+2),
  .buysell .leasing-3-1 .btn-default-vs2 a:nth-child(n+2),
  .flow .leasing-3-1 .btn-default-vs2 a:nth-child(n+2) {
    margin-left: 0;
    margin-top: 5.6vw;
  }
  .btn-default-vs2 a {
    padding-left: 40px;
  }
  .btn-default-vs2 a span {
    padding-right: 10.667vw;
    padding-left: 10.667vw;
    background-image: url(assets/common/image/top-102.png);
    background-size: 6.667vw;
  }
  .rent-2-h2 .fz30 {
    display: inline-block;
    font-size: 4.533vw;
  }
  .asset-service .asset-service-dig .btn-default-vs2 {
    text-align: center;
  }
  .plan-dig-cont-cen.vs--2 h4 {
    font-size: 3.5vw;
  }
  .btn-default-vs2 a {
    min-width: 80vw;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3.893vw;
    padding-bottom: 3.893vw;
  }
  .btn-default-vs2 a span {
    font-size: 3.467vw;
  }
  .content-page-sitepolicy h2 {
    font-size: 6.133vw;
  }
  .content-page-sitepolicy h3 {
    font-size: 4.533vw;
  }
  .content-page-default {
    font-size: 3.6vw;
    padding-top: 3.2vw;
    padding-bottom: 10vw;
  }
  .content-page-sitepolicy h3 strong {
    display: block;
    padding-left: 4.694vw;
  }
  .content-page-sitepolicy h3 strong.vs__2 {
    padding-left: 7.5vw;
  }
  .manual-cont-video-text > p,
  .manaul-bg-dbc-white p,
  .manual-cont-video-text li {
    margin-top: 3.9vw;
  }
  .child-title-h2 span.child-title-en {
    font-size: 3.467vw;
    letter-spacing: 1px;
  }
  .child-title-h2 span.child-title-ja-small,
  .child-title-h2 span.child-title-ja-small-36 {
    font-size: 6.4vw;
    display: block !important;
    margin-top: -1vw !important;
    margin-bottom: 2px;
  }
  .manual-1-ul li {
    width: 100%;
    margin-right: 0;
  }
  .manual-1-ul li:nth-child(3n) {
    margin-right: 0;
  }
  .manual-1-ul li span:first-child {
    width: 17.601vw;
  }
  .manual-1-ul li span:last-child {
    width: calc(100% - 17.601vw);
    padding-left: 7.8vw;
    font-size: 3.39vw;
    padding-right: 9.126vw;
  }
  .manual-1__customs li span:last-child {
    padding-left: 8vw;
    line-height: 120%;
  }
  .flow .manual-1-ul li span.ctum {
    font-size: 3.39vw;
  }
  .manual-1-ul li a {
    background-position: right 5.215vw center;
  }
  .manual-1-ul {
    margin-top: 4.5vw;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .manual-cont {
    margin-top: 7.8vw;
  }
  .manual .leasing-3-ul {
    margin-top: 5.215vw;
  }
  .manaul-dig-btn,
  .manaul-dig-btn-pdf a {
    font-size: 4.533vw;
  }
  .manual-cont-video {
    padding: 5.867vw;
    margin-top: 15px;
  }
  .manual-cont-video h3 {
    font-size: 4.433vw;
  }
  .manual-cont-video--h4 {
    font-size: 3.129vw;
  }
  .manaul-bg-btn,
  .manual-cont-video {
    padding: 7.8vw;
  }
  .manual .child-title-h3,
  .manual .rent-2-h2 {
    font-size: 5.306vw;
    letter-spacing: 0;
  }
  .manual-cont-video-text p,
  .manaul-bg-dbc-white p {
    font-size: 3.651vw;
    text-align: justify;
  }
  .manual-cont-video-text ul li {
    width: 100%;
  }
  .ul-first li {
    width: calc((100% - 6.6vw) / 2);
    margin-right: 6.519vw;
  }
  .ul-first li:nth-child(3n) {
    margin-right: 6.519vw;
  }
  .ul-first li:nth-child(2n),
  .ul-first li:last-child {
    margin-right: 0;
  }
  .ul-first h3 {
    font-size: 3.651vw;
    position: relative;
  }
  .manaul-bg-dbc-white-img-sp {
    display: block;
    text-align: center;
  }
  .manaul-bg-dbc-white-img {
    display: none;
  }
  .manaul-bg-dbc-white {
    padding: 7.8vw;
  }
  .ul-tow li {
    width: 100%;
    margin-right: 0;
  }
  .ul-tow li:nth-child(3n) {
    margin-right: 0;
  }
  .manaul-bg-dbc-white-color h3 span.cl-0c5bac {
    font-size: 4.433vw;
  }
  .manaul-bg-dbc-white-color h3 span.cl-f39800 {
    font-size: 5.215vw;
    display: inline-block;
  }
  .manaul-bg-dbc-white-bg p span {
    position: relative;
    top: -1px;
  }
  .manaul-bg-dbc-white-bg p {
    padding: 10px 5.215vw;
  }
  .manual-cont-video,
  .manual-cont-video-white {
    padding: 7.8vw 3vw;
  }
  .manaul-bg-dbc-white-bg {
    height: 52.151vw;
  }
  .manual .rent-1-desc p,
  .manual .rent-1-2 > p {
    font-size: 3.651vw;
  }
  .manual .rent-2-h2-en {
    font-size: 3.129vw;
  }
  .manual .leasing-3-ul > li {
    width: 100%;
    margin-right: 0 !important;
  }
  .manual .leasing-3-ul-dig {
    height: 54.759vw;
  }
  .manual .leasing-3-ul--text h4 {
    font-size: 4.433vw;
  }
  .manual .leasing-3-ul--text > p {
    font-size: 3.651vw;
  }
  .manual-cont-video .leasing-3-ul > li {
    width: calc((100% - 15.5px) / 2);
    margin-bottom: 4.8vw;
    margin-right: 15px !important;
  }
  .manual-cont-video .leasing-3-ul > li:nth-child(2n),
  .manual-cont-video .leasing-3-ul > li:last-child {
    margin-right: 0 !important;
  }
  .manaul-bg-dbc-right {
    font-size: 3.129vw;
    margin-bottom: 3.911vw;
    margin-top: 7.8vw;
  }
  .manaul-bg-dbc-white-item:first-child {
    padding-right: 0;
  }
  .manaul-bg-dbc-white-item:last-child {
    margin-top: 6.519vw;
  }
  .manaul-bg-dbc-white-h2 {
    font-size: 4.433vw;
  }
  .manual-cont-video > ul {
    margin-bottom: -4.8vw !important;
    margin-top: 4.8vw;
  }
  .manual-cont-video > ul > li {
    margin-bottom: -4.8vw;
  }
  .gp-manual-05 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .leasing-3-ul ~ .gp-banner,
  .manual-cont-video-dig ~ .gp-banner {
    margin: 30px 0 !important;
  }
  .manaul-bg-dbc-white-h2 strong {
    display: block;
  }
  .manaul-bg-btn > p {
    text-align: left;
    font-size: 3.733vw;
  }
  .manaul-dig-btn-pdf a::before {
    width: 26px;
    height: 33px;
    right: 10px;
    background-size: contain;
  }
  .manual .leasing-3-ul {
    margin-bottom: -4.8vw;
  }
  .gp-banner .rent-2-h2 {
    font-size: 5.733vw;
  }
  .gp-banner .manaul-bg-btn-1 a {
    max-width: 100%;
    height: 14.267vw;
  }
  .gp-banner .manaul-bg-btn-1 a span {
    display: inline-block;
    width: auto;
  }
  .manual-cont-video-white {
    padding: 7.067vw;
    margin-top: 6.667vw;
  }
  .manual-cont-video-white h4 {
    font-size: 4.533vw;
  }
  .manual-cont-video-white p {
    margin-top: 4.667vw;
  }
  .navi .navi-wrapper .menu-corporate {
    margin-right: auto;
  }
  .navi .navi-wrapper .menu-corporate > li {
    padding-left: 0 !important;
  }
  .navi .navi-wrapper .menu-corporate > li > a {
    font-size: 20px;
  }
  .navi .navi-wrapper .menu-corporate > li > a > span:last-child {
    font-size: 14px;
  }
  .navi .navi-wrapper .close {
    top: 15px;
    right: 15px;
  }
  .navi .navi-wrapper .menu-corporate .sub-menu-corporate > li {
    margin-top: 5px;
  }
  .corporate-btn {
    display: none;
  }
  .logo-custom img {
    width: 220px;
  }
  .wrap-header-corporate {
    height: 60px;
  }
  .wp-op-banner p {
    font-size: 14px;
    font-weight: 500;
  }
  .wp-op-banner p br {
    display: none;
  }
  .title-corporate-banner strong {
    font-size: 14.889vw;
  }
  .corp-company .corp-company-pos {
    position: relative;
    width: 100%;
    display: flex;
    top: 0;
    margin-top: 12.8vw;
    justify-content: center;
    flex-wrap: wrap;
  }
  .corp-company .corp-company-pos-above {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .corp-company-left p {
    max-width: 100%;
  }
  .corp-company::before,
  .corp-shop::before {
    width: 100%;
  }
  .corp-company-after {
    top: 36%;
    transform: translate(-50%, -50%);
    bottom: auto;
    left: 50%;
  }
  .corp-company {
    height: auto;
    padding-bottom: 7.8vw !important;
  }
  .abc-shop {
    display: none;
  }
  .corp-company-pos-map {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 7.8vw;
    width: 100%;
  }
  .corp-company .corporate-title h2 {
    text-align: center;
  }
  .corp-company::before {
    width: 100%;
  }
  .corp-company .corporate-title span:first-child::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .corp-company .corp-company-left {
    text-align: center;
  }
  .corp-shop .corp-company-left p {
    justify-content: center;
  }
  .corp-group .corp-company-after {
    top: 35%;
  }
  .corp-shop .corp-company-after {
    right: 50%;
    transform: translateX(50%);
    bottom: auto;
    top: 21%;
  }
  .corp-company-pos-above {
    padding: 7.8vw 15px;
    height: auto;
  }
  .corporate-title-white h2 {
    font-size: 5.215vw;
    margin-bottom: 15px;
    line-height: 120%;
  }
  .corp-company-pos p {
    font-size: 2.608vw;
    line-height: 180%;
  }
  .corporate-title span:first-child {
    padding-bottom: 3.8vw;
    margin-bottom: 4vw;
  }
  .corporate-title h1,
  .corporate-title h2 {
    font-size: 10.43vw;
    top: -5.215vw;
  }
  .corporate-title h1 span:last-child,
  .corporate-title h2 span:last-child {
    font-size: 3.129vw;
  }
  .corp-company .corp-company-left p {
    font-size: 2.608vw;
    max-width: 100%;
  }
  .corp-company-after {
    font-size: 17.815vw;
  }
  .corporate-title span:first-child::before {
    width: 13.038vw;
  }
  .corp-ser .corporate-title h2 {
    margin-bottom: 7.8vw;
  }
  .corp-ser ul li {
    width: 100%;
    margin-right: 0;
    padding: 7.8vw 15px;
  }
  .corp-ser-text h3 {
    font-size: 4.632vw;
  }
  .corp-ser-text {
    padding-left: 15px;
    width: calc(100% - 20.469vw);
  }
  .corp-ser-img {
    width: 20.469vw;
  }
  .corp-ser-text p {
    font-size: 2.608vw;
    margin-top: 10px;
  }
  .corporate-title-s1 h2 > p::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .corporate-title-s1.right h2 > p::before {
    left: 50%;
    right: inherit;
    transform: translateX(-50%);
  }
  .corporate-title-s1 h2 > p {
    padding-bottom: 1.825vw;
    margin-bottom: 2.608vw;
  }
  .corporate-title-s1 h2 {
    top: -4.215vw;
  }
  .corporate-title-s1.center h2 > p {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .messa-1-item:last-child img {
    width: 100%;
  }
  .messa-2 .corp-shop {
    padding: 7.8vw 0;
  }
  .messa-2-item:first-child {
    text-align: center;
  }
  .messa-2-item:last-child {
    padding-left: 0;
    padding-top: 5.867vw;
  }
  .messa-2-item:last-child p {
    font-size: 3vw;
    margin-bottom: 4.8vw;
    text-align: justify;
  }
  .messa-1-desc p {
    margin-top: 5.215vw;
  }
  .corp-btn-default a,
  .messa-1-item-right,
  .messa-1-desc p {
    font-size: 3vw;
  }
  .messa-1-item h4 {
    font-size: 5.215vw;
    top: 0;
  }
  .messa-3 h3 {
    font-size: 4.2vw;
  }
  .link-flex .corp-btn-default:first-child a {
    margin-left: 0;
    margin-bottom: 3.9vw;
  }
  .messa-3 {
    padding: 7.8vw 0;
  }
  .messa-1-item-right span {
    font-size: 5vw;
  }
  .messa-1-item:last-child {
    padding-left: 0;
    padding-top: 4.9vw;
  }
  .messa-1-title h3 {
    font-size: 6.8vw;
  }
  .fz-16 {
    font-size: 2.608vw;
  }
  .corp-banner .corporate-title span:first-child {
    text-align: center;
  }
  .corp-banner {
    height: 52.151vw;
  }
  .messa-1-title h3 > span {
    padding-left: 0;
    padding-top: 25px;
    margin-top: 15px;
  }
  .messa-1-title h3 > span::before {
    width: 10vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .messa-1-title h3 {
    display: block;
    text-align: center;
  }
  .messa-1-title h3 > span {
    margin-left: 0;
  }
  .messa-1-title ~ p {
    padding-bottom: 0;
    font-size: 3.651vw;
  }
  .company-table td {
    width: 100% !important;
    float: left;
    padding: 15px !important;
    text-align: left !important;
    font-size: 3.651vw;
    line-height: 180%;
  }
  .company-table {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    border-spacing: 0;
  }
  .company-cont .company-1:first-child .company-table td:first-child {
    border: none;
    background-color: #D6D6D6;
  }
  .company-cont .company-1:first-child .company-table td:last-child {
    border: none;
  }
  .td-dsflex-cen {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .td-right-big {
    justify-content: center;
  }
  .td-right-big,
  .td-left-big {
    width: 100%;
  }
  .td-left-big {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .td-left {
    width: 23.468vw;
  }
  .company-table tr:last-child td:last-child {
    border-top: none;
  }
  .company-1:last-child .company-table td {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .company-1:last-child .company-table td:first-child {
    padding-bottom: 0 !important;
    text-align: center !important;
    border-bottom: none;
  }
  .company-1:last-child .company-table td:last-child {
    border-top: none;
  }
  .h3-line img {
    width: 13.038vw;
  }
  .shoplist-2-table table {
    width: 100%;
    border-spacing: 0 20px;
    margin-left: 0;
    margin-top: 1.9vw;
  }
  .shoplist-2-table table th {
    width: 100%;
    float: left;
    background-color: #D6D6D6;
    text-align: center;
    border: none !important;
  }
  .shoplist-2-table table td {
    width: 25%;
    float: left;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
  }
  .shoplist-2-table table tr:first-child th,
  .shoplist-2-table table tr:first-child td {
    border-top: none;
  }
  .shoplist-2-table table th,
  .shoplist-2-table table td {
    font-size: 3.651vw;
  }
  .shoplist-tile h4 {
    font-size: 4.88vw;
    padding-left: 2.608vw;
  }
  .shoplist-1-flex {
    flex-wrap: wrap;
    margin-top: 5.8vw;
  }
  .search-container {
    width: 100%;
    margin-top: 20px;
  }
  .searchform-input {
    width: calc(100% - 7.823vw);
  }
  .searchform-submit img {
    width: 4.954vw;
  }
  #searchform {
    height: 7.823vw;
  }
  .searchform-input[type=text]::-moz-placeholder {
    font-size: 3.651vw;
    position: relative;
    top: 0.652vw;
  }
  .searchform-input[type=text]::placeholder {
    font-size: 3.651vw;
    position: relative;
    top: 0.652vw;
  }
  .searchform-submit {
    width: 7.823vw;
  }
  .shoplist-tile-ul > ul > li {
    padding: 25px 0;
  }
  .shoplist-tile-h5 h5,
  .shoplist-tile-ul-item-hash6 h6 {
    font-size: 4.5vw;
  }
  .shoplist-tile-ul-item-hash6 a,
  .shoplist-tile-ul-item li {
    font-size: 3.651vw;
  }
  .shoplist-tile-ul-item:first-child {
    padding-right: 0;
    padding-bottom: 8.8vw;
  }
  .shoplist-tile-ul-item-dig.ds-flex {
    justify-content: center;
  }
  .shoplist-tile-ul-all {
    padding-top: 7.8vw;
  }
  .shoplist-tile-ul:first-child {
    margin-bottom: 10.8vw;
  }
  .shoplist-tile-h5 h5 {
    margin-bottom: 3.9vw;
  }
  .shoplist-tile-ul-item li:first-child {
    width: 100% !important;
  }
  .shoplist-tile-ul-item-left {
    height: 54vw;
  }
  .shop-infor-1-item .company-table td:first-child {
    background-color: #D6D6D6;
  }
  .shop-infor-1-item:first-child {
    text-align: center;
    padding-right: 0;
    padding-bottom: 7.8vw;
  }
  .shop-infor-1-item .company-table td {
    border: none !important;
  }
  .messa-1-title h3 {
    font-size: 4.8vw;
  }
  .shop-infor-1-col,
  .shop-infor-2-map,
  .shop-infor-3-review {
    margin-top: 7.8vw;
  }
  .shop-infor-1-item .corp-btn-default {
    margin-top: 3.9vw;
  }
  .shop-infor-2-map-right {
    margin-top: 5px;
  }
  .gp-store-01 {
    margin-bottom: 50px;
  }
  .item-prefecture ul li {
    width: calc((100% - 15.5px) / 4);
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .item-prefecture ul li:nth-child(4n),
  .item-prefecture ul li:last-child {
    margin-right: 0;
  }
  .item-prefecture:first-child {
    padding-left: 20px;
    font-weight: bold;
  }
  .shoplist-tile-ul-item-hash6 h6 a,
  .shoplist-tile-h5 h5 {
    font-weight: bold;
  }
  .gp-prefecture {
    margin-top: 15px;
  }
  .maps-iframe {
    height: 300px;
    margin-top: 25px;
  }
  #google-reviews {
    padding-top: 25px;
  }
  .gp-store-02 {
    margin-bottom: 50px;
  }
  .contact-form form textarea {
    font-size: 16px;
  }
  .contact-form form input::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
    top: 0;
  }
  .contact-form form input::placeholder,
  .contact-form form select,
  .contact-form form textarea::placeholder {
    top: 0;
  }
  .contact-item p {
    margin-top: 4.2vw;
    margin-bottom: 4.2vw;
  }
  .contact-item {
    font-size: 14px;
    line-height: 180%;
  }
  .contact-item:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .contact-item h3 {
    font-size: 3.911vw;
  }
  .contact-bg-des {
    padding: 5.8vw 15px;
    font-size: 14px;
    line-height: 180%;
  }
  .contact-has-title h1 span:first-child {
    font-size: 6.8vw;
  }
  .contact-bg-des {
    margin-top: 7.8vw;
  }
  .contact-has-title {
    padding-top: 0;
    padding-bottom: 7.8vw;
  }
  .contact-has-title h1 span:last-child {
    font-size: 14px;
    padding-top: 3.259vw;
    margin-top: 3.259vw;
  }
  .contact-form form table td:first-child:not(:last-child) {
    width: 100%;
    float: left;
    background-color: #0c5bab;
    color: #fff;
  }
  .contact-form form table td:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contact-form form table td:first-child:last-child {
    padding-top: 0 !important;
  }
  .contact-form form table td {
    padding: 10px 15px !important;
    width: 100% !important;
    float: left;
  }
  .input-300 {
    width: 100%;
  }
  .input-200,
  .error-200 span.error {
    width: calc(50% - 0.6rem);
  }
  .input-200 + .input-200,
  .error-200 span + span {
    margin-left: 1rem;
  }
  .input-180,
  .error-180 span.error {
    width: calc(50% - 0.6rem);
  }
  .mwform-tel-field input[type=text],
  .mwform-zip-field input[type=text] {
    max-width: 31%;
  }
  .contact-form table ~ p,
  .contact-form table p {
    margin-top: 15px;
    margin-bottom: 6.519vw;
  }
  .contact-form form input::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
    font-size: 16px;
  }
  .contact-form form input::placeholder,
  .contact-form form select,
  .contact-form form textarea::placeholder {
    font-size: 16px;
  }
  .contact-form form input {
    padding: 15px;
    font-size: 16px;
  }
  .contact-form select {
    height: 55px;
  }
  .contact-form form textarea {
    height: 26.076vw;
    padding: 15px;
  }
  .contact-form form select {
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn-back {
    margin-bottom: 15px;
  }
  .contact-form table span.small {
    font-size: 14px;
  }
  .ulfeature {
    margin-top: 6vw;
    margin-bottom: -5.2vw;
  }
  .ulfeature li {
    width: calc((100% - 6.5vw) / 2);
    margin-right: 6.4vw;
    margin-bottom: 6.4vw;
    font-size: 0;
    line-height: 1;
  }
  .ulfeature li:nth-child(4n) {
    margin-right: 6.4vw;
  }
  .ulfeature li:nth-child(2n),
  .ulfeature li:last-child {
    margin-right: 0;
  }
  .ulfeature li img {
    width: 100%;
  }
  .rent-2-2 {
    padding-top: 11.4vw;
    padding-bottom: 14vw;
    background-image: url(assets/common/image/bg---ren---01.jpg);
  }
  .page-template-page-purchase .manual-1-ul > li span:last-child {
    font-size: 3.467vw;
  }
  .page-template-page-purchase .manual-1-ul li span.img-thumb.vs--2 {
    width: 135px;
    height: 100px;
  }
  .wrap-text-le {
    font-size: 3.467vw;
  }
  .wrap-text-re {
    max-width: 692px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #fff;
    font-size: 3.467vw;
    letter-spacing: 1px;
    margin-bottom: 6.667vw;
    margin-top: -8vw;
  }
  .br-480 {
    display: block;
  }
  .hide_pc_img {
    display: block;
    margin: 0 auto;
  }
  .wrap-year-sp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 6.533vw;
  }
  .wrap-year-sp a {
    width: 24vw;
    height: 8.133vw;
    font-size: 3.2vw;
    color: #333;
    letter-spacing: 1px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.333vw;
    background-color: #ecf1f6;
  }
  .wrap-year-sp a:not(:first-child) {
    margin-left: 5.333vw;
  }
  .wrap-year-sp a span {
    position: relative;
    top: -1px;
    display: inline-block;
    padding-left: 2.933vw;
    background-image: url(assets/common/image/icon_chevron.svg);
    background-position: left -0.667vw center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .resident .leasing-3-1:nth-child(3) .resident-link li {
    display: inline-block;
    width: auto;
  }
  .resident .leasing-3-1:nth-child(3) .resident-link li:not(:last-child) {
    margin-bottom: 10px;
  }
  .resident_suton_sp .leasing-3-ul-dig img {
    display: none;
  }
  .resident_suton_sp {
    margin-bottom: 3vw;
  }
  .sp_shows {
    display: block !important;
  }
  .sp_hide {
    display: none !important;
  }
  .building .leasing-3-ul > li {
    width: 100% !important;
    margin-right: 0% !important;
  }
  .leasing-3-ul-dig {
    height: 56vw;
  }
  span.po__sp_cutom {
    display: block;
    margin-top: 20px;
  }
  .wrap-if {
    height: 50vw;
  }
  .title__borrow_s1 span:first-child {
    width: 20.267vw;
    margin-right: 4vw;
  }
  .title__borrow_s1 span:last-child {
    width: calc(100% - 20.267vw);
    font-size: 6.133vw;
    line-height: 1.2;
  }
  .title__borrow_s1 span:last-child .fz-24 {
    width: 100%;
    font-size: 3.733vw;
    margin-right: 0;
    padding-right: 0;
  }
  .custom__repair__01:last-child,
  .custom__repair__01:first-child {
    max-width: 100%;
  }
  .custom__repair__01:last-child {
    padding-top: 4.3vw;
  }
  .custom__repair__01:last-child {
    order: -1;
    padding-top: 0;
    margin-top: 0;
  }
  .custom__repair__01:last-child .leasing-1-2-item-desc {
    padding-left: 0 !important;
    padding-top: 6.2vw;
    margin-bottom: 8.2vw;
  }
  .custom__repair__01 h3 {
    text-align: left;
  }
  .custom__repair__01:first-child {
    text-align: center;
  }
  .custom__repair__01 h3 {
    letter-spacing: 1px;
  }
  .custom__repair__02:last-child .leasing-1-2-item-desc {
    top: 0;
  }
  .cont-rent-1 .rent-1-2 .child-title-h3 {
    font-size: 6.133vw;
    text-align: left;
  }
  .purchase .rent-1 {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .purchase .rent-1-2 .rent-1-2-item li {
    font-size: 3.733vw;
  }
  span.child-title-ja.vs--50 {
    margin-bottom: -4px;
    font-size: 9.333vw;
  }
  span.child-title-ja.vs--50 ~ .rent-2-h2 {
    font-size: 6.4vw;
  }
  .cont-rent-1-2 .leasing-1-2-item-desc {
    font-size: 3.733vw;
  }
  .leasing-1-2-item-desc {
    padding-top: 7.867vw;
  }
  .purchase .cont-rent-1-3 .rent-features-ul li {
    min-height: auto;
  }
  .cont-rent-1-3 .rent-features-ul li {
    margin-bottom: 8vw;
    margin-right: 0;
    width: 100%;
  }
  .purchase .cont-rent-1-5 .rent-2-2-ul > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .leasing-3.resident-3 .leasing-3-1:nth-child(2) .leasing-3-1-pos h3 {
    max-width: 100%;
    padding-right: 0;
    letter-spacing: 0;
  }
  .leasing-3.resident-3 .leasing-3-1-pos h3 {
    font-size: 5.8vw;
  }
  .leasing-2-2-ul .rent-2-2-item:last-child {
    font-size: 3.467vw;
  }
  .purchase .cont-rent-1-5 .rent-2-2-ul ~ .rent-menu--btn a {
    max-width: 600px;
    height: 13.333vw;
  }
  .purchase .cont-rent-1-5 .rent-2-2-ul ~ .rent-menu--btn a span {
    font-size: 3.467vw;
  }
  .purchase .cont-rent-1-5 .rent-2-2-ul ~ .rent-menu--btn {
    margin-top: 7.667vw;
  }
  .reform .rent-1-2 .resident-link li {
    display: block;
    width: 100%;
  }
  .table-edit td:last-child {
    width: calc(100% - 31.29vw);
  }
  .table-edit td:first-child {
    width: 31.29vw;
    padding-left: 8.8vw;
  }
  .table-edit tr:first-child td:first-child img {
    width: 3.5vw;
    left: 1.3vw;
  }
  .table-edit td {
    font-size: 16px;
    letter-spacing: 0;
  }
  .reform-2-item-ul span.fz-24 {
    font-size: 24px;
  }
  .btn-default-vs3 a span {
    background-image: url(assets/common/image/remodeling/remodeling-2.png);
  }
  .asset-features-ul-edit,
  .asset-features-ul-edit-2 {
    padding-top: 16vw;
    margin-top: 14vw !important;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .asset-features-ul-edit-2 {
    padding-top: 13vw;
    padding-bottom: 10vw !important;
  }
  .remod-h3-pos-edit {
    padding: 15px;
  }
  .rent-menu-edit {
    padding-bottom: 20px;
    padding-top: 7.8vw;
    padding-bottom: 2.6vw;
    max-width: 100%;
  }
  .asset-features-ul-edit .remod-h3-pos,
  .asset-features-ul-edit-2 .remod-h3-pos {
    position: absolute;
    top: -8.08vw;
    max-width: calc(100% - 8vw);
    text-align: center;
    font-size: 4.3vw;
    padding: 18px 15px;
  }
  .child-title-h2 span.child-title-ja-small-inline {
    display: inline-block !important;
  }
  .asset-features-ul-edit .asset-features-desc p {
    font-size: 3.12vw;
  }
  .asset-features-ul-edit-2 .asset-features-desc p {
    font-size: 3.38vw;
  }
  .table-edit {
    margin-bottom: 40px;
  }
  .renovation .reform-2-item:last-child .asset-service-dig-slider {
    margin-top: 10.267vw !important;
    position: relative !important;
  }
  .renovation .renovation-h5 {
    margin-top: -10vw;
    margin-bottom: 17vw;
  }
  .renovation .reform-2-item:last-child::before {
    content: "";
    width: 7.333vw;
    height: 5.2vw;
    background-image: url(assets/common/image/reform________01.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 2.4vw;
    transform: translateX(-50%);
    background-size: cover;
  }
  .contact-top-section {
    padding-bottom: 15px;
  }
  .contact-list {
    margin-top: 50px;
  }
  .contact-list h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .contact-list table,
  .contact-list table tr,
  .contact-list table th,
  .contact-list table td {
    display: block;
  }
  .contact-list table th {
    width: 100%;
    padding: 0 0 20px;
  }
  .contact-list table td {
    line-height: inherit;
  }
  .contact-list table td select {
    width: 100%;
  }
  .plan-dig-cont .btn-default-vs2 {
    margin-top: 40px;
  }
  .borrow .reform-1-2 .wrap-button-vs2 {
    margin-top: 40px;
  }
  .remodeling-add::before,
  .remodeling-add::after {
    content: none;
  }
  #video-wrapper .video-inner {
    padding: 0;
  }
  #video-wrapper #close-btn {
    right: 0;
  }
  .store-btn-wrap {
    display: block;
  }
  .store-btn-wrap .corp-btn-default {
    width: 100%;
  }
  .store-line-btn {
    background-position: left 16px center;
  }
  .item-default .info-notes {
    text-align: left;
  }
  .lend-point-notes {
    transform: translateY(-40px);
  }
  .manual-cv-sec {
    padding: 43px 0 38px;
  }
  .manaul-bg-btn .cv-right .cv-image-box {
    padding: 0 20px;
  }
  #map {
    height: 70vw;
  }
  .shop-infor-2-map-right {
    margin-top: 1.956vw;
  }
  .wrap-reviews {
    padding: 6.519vw 3.259vw;
    padding-bottom: 0;
  }
  .wp-gr .wp-google-review {
    display: flex !important;
    flex-wrap: wrap !important;
    position: relative !important;
  }
  .wp-gr .wp-google-review > div {
    width: 100% !important;
    display: block !important;
  }
  .wp-gr .wp-google-review .wp-google-right {
    padding-left: 0px !important;
    margin-top: 15px !important;
  }
  body .wp-gr.wpac .wp-google-name,
  body .wp-gr.wpac .wp-google-time,
  body .wp-gr.wpac .wp-google-feedback .wp-google-stars {
    padding-left: 60px !important;
  }
  .wp-gr .wp-google-review .wp-google-text {
    margin-top: 15px !important;
    padding-top: 15px !important;
    border-top: 1px dashed #ccc !important;
    font-size: 3.39vw !important;
  }
  .wp-gr .wp-google-place {
    margin-bottom: 5.215vw !important;
  }
  .wp-gr .wp-google-review {
    margin-top: 1.956vw !important;
  }
  .wrap-button-vs2 + .wrap-button-vs2 {
    margin-top: 5.6vw;
  }
  .banner-add-cnt-plan,
  .banner-add-cnt-reform {
    margin: -4vw 0 16vw;
  }
  .add-flow-banner {
    display: block;
    margin: 7.8vw 0 0;
  }
  .add-flow-banner .item {
    width: 100%;
    margin: 0;
  }
  .add-flow-banner .item + .item,
  .add-flow-banner .item:nth-child(n+4) {
    margin-top: 3.8vw;
  }
  .corp-ser2,
  .corp-ser3 {
    margin-top: 50px;
  }
  .corp-ser2 h2 {
    margin-bottom: 30px;
  }
  .corp-ser2 .corp-company-service .item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .corp-ser2 .corp-company-service .item:nth-child(even) {
    margin-right: 0;
  }
  .corp-ser2 .corp-company-service .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .corp-ser3 .corp-company-banner {
    display: block;
  }
  .corp-ser3 .corp-company-banner .item {
    width: 100%;
    margin: 0;
  }
  .corp-ser3 .corp-company-banner .item + .item {
    margin-top: 25px;
  }
  .corp-group .corp-company-pos-above {
    width: 100%;
  }
  .corp-group .corp-company-pos-above + .corp-company-pos-above {
    margin-top: 20px;
  }
  .gb-busi .corp-ser2 {
    margin: 40px 0;
  }
  .child-cont .corp-ser2 {
    margin-bottom: 60px;
  }
  .company-1.vs-2.type02 .company-table td {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .corp-banner .corporate-title small {
    font-size: 16px;
  }
  .company-1.vs-2.type02 .company-table.column td {
    width: 100% !important;
  }
  .company-1.vs-2.type02 .company-table td {
    min-width: 100%;
    padding: 40px 0 0;
  }
  .company-1.vs-2.type02 .company-table td .ds-flex.td-dsflex-cen .td-right-big {
    width: 100%;
  }
  .company-1.vs-2.type02 .company-table td .ds-flex.td-dsflex-cen .td-left-big {
    width: 100%;
  }
  .company-1.vs-2.type02 .toggleTtl label {
    padding: 10px 40px 10px 0;
    font-size: 20px;
  }
  .company-1.vs-2.type02 .toggleTtl label::after {
    right: 10px;
    border-width: 16px 9px 0 9px;
  }
  .company-1.vs-2.type02 .company-table td .groupTtl {
    font-size: 18px;
  }
  .company-1.vs-2.type02 .company-table td .groupTtl .cat {
    margin: 0 10px 0 0;
    padding: 0 10px;
    font-size: 16px;
  }
  .page-template-page-company .company-cont .company-3 .wrap .read {
    font-size: 18px;
  }
  .page-template-page-company .company-cont .company-3 .wrap .bigTtl {
    font-size: 30px;
  }
  .page-template-page-company .company-cont .company-3 .wrap .small {
    font-size: 16px;
  }
  .page-template-page-company .company-cont .company-3 .wrap .bigTxt {
    font-size: 24px;
  }
  .page-template-page-company .company-cont .company-3 .wrap .txt {
    font-size: 18px;
  }
  .page-template-page-company .company-cont .company-3 .wrap .achievements {
    width: calc(100vw - 20px);
  }
  .rent-desc-wrap {
    display: block;
    padding: 0;
  }
  .rent-desc-wrap .rent-1-desc {
    background: #ecf1f6;
    width: auto;
    padding: 7.823vw 15px;
  }
  .rent-desc-wrap .rent-1-desc::after {
    display: none;
  }
  .rent-desc-wrap .rent-1-desc .icon {
    text-align: center;
  }
  .rent-desc-wrap .image {
    margin-top: 8.667vw;
    width: auto;
    text-align: center;
  }
  .pc_hide {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pc-ib {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-ib {
    display: inline-block !important;
  }
  .relo-footer-nav {
    width: auto;
    height: 60px;
    margin-inline: 10px;
    background: transparent;
    bottom: calc(10px - 70px * var(--scroll-dir, 0));
    font-size: 12px;
    gap: 0;
    border: 1px solid #0C5BAC;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 -3px 6px 3px rgba(12, 91, 172, 0.3);
  }
  .relo-footer-nav .footer-nav__btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0;
    padding-bottom: 4px;
  }
  .relo-footer-nav .footer-nav__btn::before {
    content: none;
  }
  .relo-footer-nav .footer-nav__btn::after {
    width: 12px;
    height: 12px;
    bottom: 2px;
    right: 50%;
    transform: translate(50%, 0);
    background-image: url(assets/common/image/icon_chevron_bb.svg);
  }
  .relo-footer-nav .footer-nav__btn.icon_search {
    border-inline: 1px solid #0C5BAC;
  }
  .webcas .webcas__conrainer .webcas-btns {
    flex-direction: column;
  }
  .u-dn-sp {
    display: none !important;
  }
}
@media (max-width: 750px){
  .manual-1-ul li span.img-thumb {
    width: 135px;
    height: 100px;
  }
  .manual-1-ul {
    margin-bottom: -1.6vw;
  }
  .manual-1-ul li {
    margin-bottom: 1.6vw;
  }
  .manaul-dig-btn::before {
    right: 3.6vw;
  }
}
@media (max-width: 700px){
  .item-fo-2:last-child {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .item-fo-2:last-child .sub-item-fo-2 {
    width: 45%;
    margin-bottom: 30px;
  }
  .item-fo-2:last-child .sub-item-fo-2:nth-child(2n),
  .item-fo-2:last-child .sub-item-fo-2:last-child {
    margin-right: 0;
  }
  .item-fo-2:last-child .sub-item-fo-2:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 692px){
  .renovation .reform-2-col::before {
    top: 50%;
  }
}
@media (max-width: 650px){
  .rent-2-2-ul > li {
    width: 100%;
    margin-right: 0 !important;
  }
  .rent-2-h2-en {
    font-size: 3.2vw;
  }
  .rent-features-ul {
    margin-top: 7.8vw;
  }
  .rent-features-ul li {
    width: calc((100% - 15.5px) / 2);
  }
  .rent-features-ul li:nth-child(3n) {
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .rent-features-ul li:nth-child(2n),
  .rent-features-ul li:last-child,
  .rent-features-ul li:nth-child(5n) {
    margin-right: 0 !important;
  }
  .child-title-h3,
  .rent-2-h2 {
    font-size: 6.133vw !important;
  }
  .br-650 {
    display: block;
  }
  .asset .rent-2-h2 {
    font-size: 6vw !important;
  }
  .renovation .reform-2-col::before {
    top: 49.5%;
  }
  .table-edit td:last-child {
    width: calc(100% - 36.29vw);
  }
  .table-edit td:first-child {
    width: 36.29vw;
    padding-left: 6.9vw;
  }
  .table-edit tr:first-child td:first-child img {
    width: 4.5vw;
    left: 1.3vw;
  }
  .table-edit td {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .reform-2-item-ul span.fz-24 {
    font-size: 18px;
  }
}
@media (max-width: 600px){
  .gp-date-cate {
    padding-left: 0;
  }
  .title-news {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .title-news-01::before {
    width: 150px;
  }
  .wp_archives_yearly {
    margin-top: 15px;
  }
  .wp_archives_yearly li:not(:last-child) {
    margin-bottom: 4px;
  }
  .item-news-col:first-child ul:last-child {
    margin-bottom: 12.5vw;
  }
  .plan-dig-ul .ds-flex > li {
    width: 100%;
    margin-right: 0 !important;
    border: 4px solid #ffdb1a;
  }
  .plan-dig-ul .ds-flex > li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .rent-1-desc h3 {
    font-size: 18px;
  }
  .plan-dig-cont-cen,
  .plan-dig-cont-cen h4 span {
    font-size: 15px;
    letter-spacing: 0;
  }
  .plan-dig-cont-cen h4 {
    font-size: 26px;
  }
}
@media (max-width: 550px){
  .item-fo-2:first-child .logo-fo {
    text-align: left;
  }
  .sub-item-fo-2:nth-child(2) {
    padding-top: 41px;
  }
  .item-fo-2:last-child .sub-item-fo-2:not(:last-child) {
    width: 49.9% !important;
  }
  .sub-item-fo-2:not(:last-child) {
    margin-right: 0 !important;
  }
  .item-fo-2:last-child .sub-item-fo-2:last-child {
    width: 100% !important;
    display: flex;
  }
  .item-fo-2:last-child .sub-item-fo-2:last-child > ul {
    width: 50%;
  }
  .item-fo-2:last-child .sub-item-fo-2 ul .h_hide {
    display: none;
  }
  .item-fo-2:last-child .sub-item-fo-2:last-child .menufo:last-child > li:not(:last-child) {
    margin-bottom: 14.5px;
  }
  .item-fo-2:last-child .sub-item-fo-2:last-child .menufo:last-child {
    display: block;
  }
  .rent-2-1-ul li {
    width: calc((100% - 15.5px) / 2);
    margin-right: 15px !important;
  }
  .rent-2-1-ul li:nth-child(3n) {
    margin-right: 15px !important;
  }
  .rent-2-1-ul li:nth-child(2n),
  .rent-2-1-ul li:last-child {
    margin-right: 0 !important;
  }
  .rent-2-1-ul-bg {
    height: 27.6vw;
  }
  .reform-2-ul li h5 {
    font-size: 14px;
  }
  .renovation .reform-2-col::before {
    top: 50%;
  }
  .btn-default-vs3 a {
    min-width: 100%;
  }
}
@media (max-width: 540px){
  .renovation .reform-2-col::before {
    top: 51%;
  }
}
@media (max-width: 491px){
  .renovation .reform-2-col::before {
    top: 51%;
  }
}
@media (max-width: 480px){
  .anchor_fixtops {
    top: -80px;
  }
  .wrap-cat-date {
    width: 150px;
  }
  .gb-mana h1 {
    font-size: 22px;
  }
  .gb-mana h1 .sp {
    display: block;
    margin-top: 10px;
    padding-right: 15px;
  }
  .gb-mana-item:first-child .gb-man-item-desc:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .h2-defaut .gb-busi-span-top {
    font-size: 22px;
  }
  .h2-defaut .gb-busi-span-bottom {
    font-size: 24px;
  }
  .gb-busi-pur .gb-busi-pos {
    height: auto;
    padding: 15px;
  }
  .gb-busi-pur .gb-busi-pur-ul li .gb-busi-pur-dig--pos {
    width: 70px;
  }
  .gb-busi-pur .gb-busi-pur-ul li .gb-busi-pur-dig a.pc_hide {
    height: 80px;
  }
  .h3-defaut-pos .h3-defaut-pos-top {
    font-size: 20px;
  }
  .h3-defaut-pos .h3-defaut-pos-bottom {
    font-size: 16px;
  }
  .gb-busi-pur-dig {
    padding-left: 0;
  }
  .gb-busi-pur-dig .gb-busi-pur-dig--no-pos {
    padding-top: 5px;
  }
  .gb-busi-pur-dig .gb-busi-pur-dig--no-pos .gb-busi-pur-dig--h4 {
    font-size: 18px;
    padding-left: 0;
  }
  .gb-busi-pur-dig .gb-busi-pur-dig--no-pos .gb-busi-pur-dig--desc {
    padding-left: 0;
  }
  .gb-busi-pur-dig .gb-busi-pur-dig--pos {
    position: relative;
  }
  .gb-prob-pur-dig .gb-busi-pur-dig--no-pos .gb-busi-pur-dig--h4 {
    margin-bottom: 30px;
    padding-left: 10px;
    margin-left: 75px;
    width: calc(100% - 75px);
  }
  .gb-prob-pur-dig .gb-busi-pur-dig--pos {
    width: 70px;
    margin-bottom: -56px;
    position: relative;
    z-index: 1;
  }
  .gb-prob-pur-dig .gb-busi-prob-ul {
    padding-left: 0;
    padding-right: 0;
  }
  .gb-prob-pur-dig {
    padding-left: 0;
  }
  .sp-hide {
    display: none !important;
  }
  .gb-busi-pur .gb-busi-pur-ul li {
    margin-bottom: 30px;
  }
  .hv-xt:hover {
    opacity: 0.7;
  }
  .gb-busi-pur-dig--h4 {
    font-size: 17px !important;
    width: calc(100% - 75px);
    margin-left: 75px;
    letter-spacing: normal !important;
    padding-bottom: 15px !important;
    padding-left: 10px !important;
    margin-bottom: 30px !important;
  }
  .gb-busi-pur .gb-busi-pur-ul li .gb-busi-pur-dig--pos {
    margin-bottom: -60px;
  }
  .gb-busi-pur .gb-busi-pur-ul li:nth-child(3) .gb-busi-pur-dig--pos {
    margin-bottom: -75px;
  }
  .gb-busi {
    padding-bottom: 0;
  }
  .relo-fo-banner {
    margin-top: 7.71vw;
  }
  .wrap-fo-2 {
    padding-top: 12.5vw;
  }
  .item-fo-2:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .item-fo-2:first-child {
    margin-bottom: 30px;
  }
  .logo-fo img {
    width: 280px;
  }
  .item-fo-2:last-child .sub-item-fo-2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
  }
  .item-fo-2:last-child .sub-item-fo-2:nth-child(2n),
  .item-fo-2:last-child .sub-item-fo-2:last-child {
    margin-right: 0;
  }
  .gb-busi-pur {
    padding-top: 0;
  }
  .gb-busi-pur .gb-busi-pos {
    width: 100%;
  }
  .pagetop {
    right: 20px;
    bottom: 90px;
  }
  .pagetop img {
    width: 35px;
  }
  .menufo {
    font-size: 12px;
    letter-spacing: 0;
  }
  .lv1, .lv2 {
    padding-left: 0.5em;
  }
  .menufo > li::before {
    top: 8px;
  }
  .sub-item-fo-2:nth-child(2) {
    padding-top: 37px;
  }
  .wrap-header-single .gp-date-cate > span {
    font-size: 14px;
  }
  .wrap-header-single .gp-date-cate {
    padding-left: 20px;
  }
  .wrap-header-single .gp-date-cate::before {
    width: 13px;
    height: 2px;
    top: 12px;
  }
  .bredcrum a {
    position: relative;
    padding-bottom: 3px;
  }
  #wrap-content-single p,
  #wrap-content-single ul,
  #wrap-content-single ol {
    font-size: 14px;
  }
  .gp-date-cate a span {
    top: 0;
  }
  .flow .rent-1-2-item h5 {
    font-size: 4.167vw;
  }
  .rent-2-1-ul h3 {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 5px;
  }
  .rent-features-ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .child-title-h3 {
    justify-content: flex-start;
  }
  .rent-2-1-ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .rent-menu-ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .rent-2-1-ul li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .child-title-ja-small,
  .rent-2-h2-big {
    font-size: 18px;
  }
  .child-title-ja-small {
    display: block !important;
    font-size: 22px;
    margin-top: 2px;
  }
  .child-title-h3,
  .rent-2-h2 {
    font-size: 17.5px;
  }
  .rent-2-h2-en {
    margin-top: 10px;
  }
  .btn-default a {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 3.893vw;
    padding-bottom: 3.893vw;
  }
  .btn-default a span {
    font-size: 3.78vw;
  }
  .rent-1-2 > p {
    font-size: 14px;
  }
  .rent-1-desc p,
  .rent-2-2-item:last-child {
    font-size: 14px;
  }
  .br-480 {
    display: block;
  }
  .leasing-3-ul > li {
    width: 100%;
    margin-right: 0 !important;
  }
  .leasing-3-ul > li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .leasing-3-ul-dig {
    height: 72vw;
  }
  .leasing-3-ul-dig img {
    width: 55px;
    height: 45px;
  }
  .leasing-3-ul--text-desc {
    margin-top: 5px;
  }
  .leasing-3-ul--text > p {
    margin-top: 10px;
  }
  .leasing-3-1-pos h3 {
    margin-bottom: 12px;
    padding-top: 1.8vw;
    padding-bottom: 2.608vw;
    border-bottom: 2px solid #0c5bac;
  }
  .leasing-3-1-pos h3::before {
    height: 2px;
    bottom: -2px;
    left: -10px;
  }
  .leasing-3-1:nth-child(2n+1) .leasing-3-1-pos h3::before {
    right: -10px;
  }
  .leasing-3-1-pos h3::after {
    width: 2px;
    height: calc(100% + 13px);
  }
  .leasing-3-1-pos {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
  }
  .leasing-1-2-item-desc {
    font-size: 14px;
  }
  .flow-3-1-dig-cen h3 {
    letter-spacing: normal;
  }
  .flow-3-1-dig-cen p {
    font-size: 14px;
  }
  .plan-dig-h3 h3 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .plan-dig-h3 h3 span {
    font-size: 16px;
  }
  .plan-dig-ul h5 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .plan-dig-cont-cen h4 span {
    display: block;
  }
  .asset-features-rigth p {
    font-size: 14px;
  }
  .asset-features-ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  .asset-features {
    background-repeat: repeat;
    background-size: auto;
  }
  .asset-1--btn a span {
    padding-right: 30px;
  }
  .asset-service-item:last-child h3 {
    font-size: 18px;
  }
  .remod-h3-pos {
    font-size: 18px;
  }
  .reform-2-ul li h5 {
    font-size: 16px;
  }
  .reform-1-2 .leasing-3-ul > li {
    width: 100%;
  }
  .reform-1-2 .leasing-3-ul-dig {
    height: 62.8vw;
  }
  .reform-2-col .reform-2-item {
    width: 100% !important;
    height: 62.544vw;
  }
  .reform-2-col::before {
    width: 40px;
    height: 25px;
    background-size: contain;
  }
  .reform-2-item:first-child {
    margin-top: 45px;
  }
  .reform-2-ul li {
    width: calc((100% - 15.5px) / 2);
  }
  .reform-2-ul li:nth-child(3n) {
    margin-right: 15px;
  }
  .reform-2-ul li:nth-child(2n),
  .reform-2-ul li:last-child {
    margin-right: 0;
  }
  .reform-2-ul-dig {
    height: 30vw;
  }
  .renovation .reform-2-item:last-child .asset-service-dig-slider {
    margin-top: 0 !important;
  }
  .renovation .reform-2-item:first-child .asset-service-dig-slider {
    margin-bottom: 25px;
  }
  .renovation .reform-2-item:first-child .reform-2-item-pos-img img {
    bottom: 15px;
  }
  .reform-2-item-pos-img img {
    height: 25px;
  }
  .renovation .reform-2-item:last-child .slider-nav-thumbnails-2 .asset-service-dig-thumb {
    height: 15vw !important;
  }
  .renovation .reform-2-col::before {
    top: 50%;
  }
  .renovation .reform-2-item:last-child .asset-service-dig-slider {
    margin-top: 25px !important;
  }
  .asset-thumbnail.vs--2 {
    margin-left: 15px;
    max-width: 40.98vw;
  }
  .link-flex .btn-default:first-child {
    margin-bottom: 15px;
  }
  .child-title-ja-small-36 {
    font-size: 20px;
  }
  .rent-2-1 {
    background-size: auto;
    background-repeat: repeat;
  }
  .cont-rent-1-3 .rent-features-ul li {
    width: 100%;
  }
  .cont-rent-1-3 .rent-features-ul li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .cont-rent-1-3 .rent-features-ul h3 span {
    font-size: 18px;
  }
  .cont-rent-1-3 .rent-features-ul h3 span:last-child {
    font-size: 20px;
  }
  .cont-rent-1-3 .rent-features-ul li {
    border-width: 2px;
  }
  .rent-2-h2 span.fz-24 {
    font-size: 18px;
  }
  .borow-1-cont-col h3,
  .borow-1-cont-video h3 {
    font-size: 18px;
  }
  .borrow .reform-1-2 .grid-1200 {
    background-size: auto;
    background-repeat: repeat;
  }
  .borrow .reform-1-2-desc h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .asset-features-left {
    font-size: 0;
    line-height: 0;
  }
  .asset-service-num span {
    font-size: 11.316vw;
  }
  .asset-features-desc p {
    padding-left: 0;
    padding-right: 0;
  }
  .rent-1-desc h3 {
    font-size: 18px;
  }
  .rent-2-1-ul h3 {
    margin-top: 5px;
  }
  .rent-2-2-ul > li {
    min-height: auto;
  }
  .rent-2-1-ul {
    justify-content: space-between;
  }
  .rent-2-1-ul > li {
    width: 49%;
  }
  .rent-2-1-ul-bg {
    height: 28vw;
  }
  .plan-dig-cont-cen.vs--2 h4 {
    font-size: 18px;
  }
  .asset-service .asset-service-dig .btn-default-vs2 a {
    padding-left: 20px;
  }
  .btn-default-vs2 a {
    width: 100%;
  }
  .btn-default-vs2 a span {
    letter-spacing: 0;
    font-size: 3.78vw;
    padding-right: 8.667vw;
    padding-left: 6.667vw;
  }
  .content-page-default {
    padding-top: 5vw;
  }
  .content-page-sitepolicy h2 {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .content-page-sitepolicy h2 strong {
    display: block;
  }
  .content-page-sitepolicy h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #0c5bac;
  }
  .content-page-sitepolicy h3 strong {
    display: block;
    position: relative;
  }
  .content-page-default p {
    text-align: justify;
    font-size: 14px;
    letter-spacing: normal;
  }
  .manual-cont-video-text li {
    font-size: 14px;
  }
  .manaul-bg-dbc-right {
    font-size: 12px;
  }
  .manual .rent-1-desc p,
  .manual .rent-1-2 > p {
    font-size: 14px;
  }
  .manual .rent-2-h2-en {
    font-size: 12px;
  }
  .manual-1-ul > li span:last-child {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 20px;
    width: calc(100% - 130px);
    letter-spacing: 0;
  }
  .manual-1-ul > li span.fz-14 {
    padding-left: 0;
    padding-right: 0;
  }
  .flow .manual-1-ul li span.ctum {
    font-size: 16px;
  }
  .manual-1-ul li span:first-child {
    width: 90px;
  }
  .manual-1-ul > li span:last-child {
    width: calc(100% - 90px);
  }
  .manual-1-ul li a {
    background-position: right 10px center;
  }
  .manaul-dig-btn,
  .manaul-dig-btn-pdf a {
    font-size: 18px;
    padding: 11px 3.911vw;
  }
  .manaul-dig-btn::before {
    right: 3.911vw;
  }
  .manual-cont-video {
    padding: 25px 15px;
  }
  .manual-cont-video--h4 {
    font-size: 14px;
  }
  .manaul-bg-btn,
  .manual-cont-video {
    padding: 25px 15px;
  }
  .manaul-bg-dbc-white p {
    font-size: 14px;
  }
  .ul-first h3 {
    font-size: 14px;
  }
  .manaul-bg-dbc-white {
    padding: 25px 15px;
  }
  .manual-cont-video,
  .manual-cont-video-white {
    padding: 5.333vw;
  }
  .manaul-bg-btn {
    border-width: 2px;
  }
  .manaul-bg-dbc-white {
    padding: 25px 15px;
  }
  .ul-tow li {
    margin-top: 5.215vw;
  }
  .manual-cont-video .leasing-3-ul > li {
    width: calc((100% - 5.5px) / 2);
    margin-right: 5px !important;
  }
  .manual .leasing-3-ul {
    margin-bottom: -35px;
  }
  .manual-cont-video-ifr {
    height: 25.076vw;
  }
  .manaul-bg-dbc-white-h2 {
    padding-bottom: 0;
  }
  .manaul-dig-btn-pdf a {
    padding-right: 40px;
  }
  .manaul-dig-btn,
  .manaul-dig-btn-pdf a {
    font-size: 16px;
  }
  .rent-2-h2 em {
    display: block;
    font-style: inherit;
  }
  .wrap-banner {
    height: 600px;
  }
  .wp-op-banner {
    bottom: 15vw;
  }
  .title-corporate-banner strong span::before {
    left: 4px;
    width: calc(100% - 5px);
  }
  .navi .navi-wrapper .close img {
    width: 25px;
  }
  .corp-company .corp-company-left p,
  .corp-company-pos p,
  .corp-ser-text p {
    font-size: 14px;
  }
  .corporate-title h1 span:last-child,
  .corporate-title h2 span:last-child {
    font-size: 18px;
  }
  .corporate-title-white h2 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .corp-ser-img {
    width: 100%;
    text-align: center;
  }
  .corp-ser-text {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .corp-ser ul li {
    flex-wrap: wrap;
  }
  .corp-ser-text h3 {
    font-size: 20px;
  }
  .corporate-title-s1 h2 > span {
    font-size: 14px;
    position: relative;
    top: -4px;
  }
  .corp-company-left > p br {
    display: none;
  }
  .corp-btn-default a,
  .messa-1-item-right,
  .messa-1-desc p,
  .messa-2-item:last-child p,
  .fz-16 {
    font-size: 14px;
  }
  .messa-3 h3 {
    font-size: 18px;
  }
  .messa-3 h3 br {
    display: none;
  }
  .messa-1-item h4 {
    font-size: 18px;
  }
  .messa-1-item-right span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    font-size: 22px;
  }
  .corp-btn-default a {
    padding: 15px 25px;
  }
  .corp-btn-default a::before {
    width: 50px;
    height: 4px;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 50px;
  }
  .link-flex {
    margin-top: 25px;
  }
  .messa-1-title h3 {
    font-size: 9.43vw;
    text-align: center;
    line-height: 1;
  }
  .ml-20 {
    margin-left: 5px;
  }
  .h3-line img {
    width: 40px;
  }
  .messa-1-col {
    margin-top: 15px;
  }
  .h3-line {
    display: block;
    margin: 10px 0;
    bottom: -3.125vw;
    font-size: 0;
    line-height: 1;
  }
  .corporate-title h1,
  .corporate-title h2 {
    font-size: 6.43vw;
  }
  .corporate-title h1 span:last-child,
  .corporate-title h2 span:last-child {
    font-size: 15px;
  }
  .messa-2 .corp-shop {
    margin-bottom: 30px;
  }
  .td-right-big a {
    width: 66px;
    margin-right: 30px !important;
  }
  .td-right-big a img {
    width: 100%;
  }
  .td-right-big a:last-child {
    width: 33px;
    margin-right: 0 !important;
  }
  .messa-1-title ~ p,
  .company-table td {
    font-size: 14px;
  }
  .td-left {
    width: 110px;
  }
  .shoplist-2-table table th,
  .shoplist-2-table table td {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .searchform-input {
    width: calc(100% - 45px);
  }
  .searchform-submit img {
    width: 25px;
  }
  #searchform {
    height: 45px;
  }
  .searchform-input[type=text]::-moz-placeholder {
    font-size: 14px;
    position: relative;
    top: 1px;
  }
  .searchform-input[type=text]::placeholder {
    font-size: 14px;
    position: relative;
    top: 1px;
  }
  .searchform-submit {
    width: 45px;
  }
  .shoplist-tile h4 {
    font-size: 22px;
  }
  .shoplist-2-table table th,
  .shoplist-2-table table td {
    font-size: 14px;
  }
  .shoplist-tile-h5 h5,
  .shoplist-tile-ul-item-hash6 h6 {
    font-size: 20px;
  }
  .shoplist-tile-ul-item .btn-wrap a {
    font-size: 14px;
    padding: 5px 15px;
  }
  .shoplist-tile-ul-item .btn-wrap {
    margin: 10px 0;
  }
  .shoplist-tile-ul-item li {
    margin-top: 10px;
    font-size: 14px;
  }
  .shoplist-tile-ul-item-hash6 h6 {
    margin-right: 0;
    width: 100%;
  }
  .shoplist-tile-ul-item-hash6 {
    flex-wrap: wrap;
  }
  .shoplist-tile-ul-item-icon img {
    margin-right: 5px;
    height: 20px;
  }
  .searchform-input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .searchform-submit {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  .shoplist-2-table table td {
    width: calc(100% / 3.05);
  }
  .shop-infor-2-map-right {
    margin-top: 5px;
  }
  .shoplist-tile-ul-item-icon a {
    display: inline-block;
  }
  .messa-1-title h3 p {
    line-height: 1.1;
    text-align: center;
    font-size: 30px;
  }
  .messa-1-title h3 > span {
    top: 0;
  }
  .shoplist-tile-ul-item-left,
  .shoplist-tile-ul-item-right {
    height: 220px;
  }
  .shoplist-tile-ul-item-left {
    margin-right: 5px;
  }
  .shoplist-tile-ul-item-hash6 h6 a {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .searchform-input[type=text] {
    padding-top: 0;
  }
  .item-prefecture ul li {
    width: calc((100% - 10.5px) / 3);
    margin-right: 5px;
  }
  .item-prefecture ul li:nth-child(4n) {
    margin-right: 5px;
  }
  .item-prefecture ul li:nth-child(3n),
  .item-prefecture ul li:last-child {
    margin-right: 0;
  }
  .item-prefecture ul li a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .item-prefecture:first-child {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .contact-form form input {
    font-size: 14px;
  }
  .contact-form form textarea {
    font-size: 14px;
    height: 120px;
  }
  .contact-item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    padding: 15px;
  }
  .contact-item a:last-child {
    margin-top: 10px;
  }
  .contact-item h3 {
    font-size: 20px;
  }
  .contact-form table ~ p,
  .contact-form table p,
  .contact-form form table td {
    font-size: 14px !important;
  }
  .contact-form form input::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
    font-size: 14px;
  }
  .contact-form form input::placeholder,
  .contact-form form select,
  .contact-form form textarea::placeholder {
    font-size: 14px;
  }
  .contact-form [type=radio] + span::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .contact-form [type=checkbox] + span::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .contact-form table ~ p,
  .contact-form table p {
    margin-top: 15px;
    margin-bottom: 5.519vw;
  }
  .contact-form table ~ p.small,
  .contact-form table p.small {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .contact-form select {
    height: 53px;
  }
  .contact-form form [type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    border-radius: 20px;
  }
  .btn-send,
  .btn-back {
    padding: 12px 10px 10px !important;
    font-size: 14px;
  }
  .ulfeature {
    margin-bottom: -15px;
  }
  .ulfeature li {
    width: calc((100% - 15.5px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 0;
    line-height: 1;
  }
  .ulfeature li:nth-child(4n) {
    margin-right: 15px;
  }
  .ulfeature li:nth-child(2n),
  .ulfeature li:last-child {
    margin-right: 0;
  }
  .manual-1-ul li span.img-thumb {
    height: 80px;
  }
  .page-template-page-purchase .manual-1-ul li span.img-thumb.vs--2 {
    height: 80px;
  }
  .page-template-page-purchase .manual-1-ul > li span:last-child {
    font-size: 4.467vw;
  }
  .wrap-year-sp a {
    font-size: 14px;
  }
  .wrap-year-sp a span {
    top: 0;
  }
  .wrap-year-sp a:not(:first-child) {
    margin-left: 15px;
  }
  .wrap-text-le {
    letter-spacing: 0.5px;
  }
  .resident-link a span {
    top: 0;
  }
  .leasing-3-ul--text > p {
    font-size: 14px;
  }
  .purchase .rent-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .cont-rent-1-3 .rent-features-ul li {
    border-width: 4px;
  }
  .rent-2-2-h3 span {
    letter-spacing: 0;
  }
  .purchase .cont-rent-1-5 .rent-2-2-ul ~ .rent-menu--btn a span {
    font-size: 14px;
  }
  .table-edit {
    margin-bottom: 25px;
  }
  .table-edit td:first-child {
    width: 45.29vw;
  }
  .table-edit td:last-child {
    width: calc(100% - 45.29vw);
  }
  .asset-features-ul-edit .remod-h3-pos,
  .asset-features-ul-edit-2 .remod-h3-pos {
    max-width: calc(100% - 30px);
    top: -10.08vw;
  }
  .asset-features-ul-edit {
    padding-top: 18vw;
  }
  .asset-features-ul-edit .asset-features-desc p {
    font-size: 14px;
  }
  .asset-features-ul-edit-2 .asset-features-desc p {
    font-size: 14px;
  }
  .manual-cv-sec {
    padding: 43px 0 38px;
  }
  .manaul-bg-btn .cv-left {
    padding: 22px 30px;
  }
  .manaul-bg-btn .cv-left .rent-2-h2 {
    font-size: 5.6vw !important;
  }
  .manaul-bg-btn .cv-left > p {
    text-align: left;
  }
  .manaul-bg-btn .cv-right {
    padding: 16px 0;
  }
  .wp-gr .wp-google-review .wp-google-text {
    font-size: 14px !important;
  }
  .maps-iframe {
    height: 250px;
  }
  .company-table td:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 460px){
  .renovation .reform-2-col::before {
    top: 50.5%;
  }
}
@media (max-width: 430px){
  .renovation .reform-2-col::before {
    top: 52%;
  }
}
@media (max-width: 395px){
  .renovation .reform-2-col::before {
    top: 53%;
  }
  .asset-thumbnail.vs--2 {
    max-width: 38.98vw;
  }
}
@media (max-width: 375px){
  .lend-point-notes {
    transform: translateY(-20px);
  }
}
@media (max-width: 370px){
  .gb-mana h1 {
    letter-spacing: 1px;
  }
  .menufo {
    font-size: 13px !important;
    letter-spacing: 0 !important;
  }
  .menufo .lv2 {
    font-size: 11px !important;
  }
  .item-fo-2:first-child {
    margin-bottom: 25px;
  }
  .logo-fo img {
    width: 250px;
  }
  .relo-fo-banner-2 {
    margin-top: 10px !important;
  }
  .child-title-h3,
  .rent-2-h2 {
    letter-spacing: -1px;
  }
  .rent-2-h2 {
    letter-spacing: -1.2px;
  }
  .rent-2-2-h3 span:last-child {
    font-size: 17px;
    letter-spacing: -0.5px;
  }
  .rent-menu-ul li {
    width: 50%;
  }
  .rent-menu-ul li:nth-child(2n) {
    border-right: none;
  }
  .rent-menu-ul li:nth-child(3) {
    border-right: 1px solid #fff;
  }
  .reform-2-ul li h5 {
    font-size: 14px;
  }
  .cont-rent-1 .rent-2-h2 .br-480 {
    display: none;
  }
  .manual-1-ul li span:last-child {
    width: calc(100% - 70px);
    font-size: 14px;
  }
  .flow .manual-1-ul li span.ctum {
    font-size: 14px;
    left: -4px;
  }
  .manual-1-ul li span:first-child {
    width: 70px;
  }
  .manual-1-ul li a {
    background-size: 20px;
  }
  .messa-1-item h4 {
    font-size: 18px;
  }
}
@media (max-width: 349px){
  .renovation .reform-2-col::before {
    top: 55%;
  }
}
@media (max-width: 330px){
  .renovation .reform-2-col::before {
    top: 55.5%;
  }
}
@media all and (-ms-high-contrast: none){
  .gp-date-cate a span {
    position: relative;
    top: -1px;
  }
  .shoplist-tile-ul-item-left {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .shoplist-tile-ul-item-left img {
    opacity: 0;
  }
}


/* 住所反映ボタン */
.c-yubinbango-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
       -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-yubinbango-wrap input {
    width: 38.4615384615vw;
  }
}

.contact-form table p.c-yubinbango-text {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.24px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .c-yubinbango-text {
    margin-top: 0;
  }
 .contact-form table p.c-yubinbango-text {
    margin-bottom: 10px;
    font-size: 12px!important;
    line-height: calc(18/12);
  }
}

.p-contact__zip-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0C5BAC;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(34/16);
  letter-spacing: 0;
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 4px;
  -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
          flex-shrink: 0;
  text-box-trim: trim-both;
  display: inline-block;
}
@media (any-hover: hover) {
  .p-contact__zip-button:hover {
    opacity: 0.8;
  }
}
.p-contact__zip-button:focus {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-contact__zip-button {
    font-size: 14px;
    line-height: calc(21/14);
    padding: 9px 14px;
  }
}

.mw_wp_form_confirm .p-contact__zip-button,
.mw_wp_form_confirm .c-yubinbango-text {
  display: none;
}

.contact-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 50%;
  padding: 23px 40px;
  border: 1px solid #004EA2;
  background-color: #fff;
  color: #004EA2;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: .3s;
}
.contact-link-btn:first-child {
  margin-right: 40px;
}

.contact-link-arrow {
  display: inline-block;
  width: 32.355px;
  height: 5.164px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.355' height='5.164' viewBox='0 0 32.355 5.164'%3E%3Cg transform='translate(0 0.352)'%3E%3Cline x2='32' transform='translate(0 4.313)' fill='none' stroke='%230c5bac' stroke-width='1'/%3E%3Cline x2='4.273' y2='4.313' transform='translate(27.727)' fill='none' stroke='%230c5bac' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-top-section {
  padding-bottom: 80px;
}

@media (any-hover: hover) {
  .contact-link-btn:hover{
    opacity: .7;
    transition: .3s;
    color: #004EA2;
  }
}

.contact-form select {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy4xMDYiIGhlaWdodD0iOC41MDUiIHZpZXdCb3g9IjAgMCAxMy4xMDYgOC41MDUiPgogIDxwYXRoIGlkPSLjg5HjgrlfODYyIiBkYXRhLW5hbWU9IuODkeOCuSA4NjIiIGQ9Ik04LjU1MywxMC41MDUsMiwzLjk1MiwzLjk1MiwybDQuNiw0LjYsNC42LTQuNiwxLjk1MiwxLjk1MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yIC0yKSIgZmlsbD0iIzAzMjgzOSIvPgo8L3N2Zz4=');
  background-position: right 12px center;
}

@media screen and (max-width: 768px) {
  .contact-top-section {
    padding-bottom: 40px;
  }

  .contact-link-btn {
    width: 100%;
    font-size: 14px;
    padding: 16px 10px;
    font-weight: 400;
    gap: 8px;
  }

  .contact-link-btn:first-child {
    margin-right: 0;
  }
  .contact-link-arrow {
    width: 16.207px;
    height: 5.414px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.207' height='5.414' viewBox='0 0 16.207 5.414'%3E%3Cg transform='translate(-629 -2698.793)'%3E%3Cline x2='15' transform='translate(629.5 2703.5)' fill='none' stroke='%230c5bac' stroke-linecap='round' stroke-width='1'/%3E%3Cline x2='4' y2='4' transform='translate(640.5 2699.5)' fill='none' stroke='%230c5bac' stroke-linecap='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  }

  .contact-col {
    flex-wrap: revert;
    gap: 9px;
    margin-top: 40px;
  }
}

.contact-form form table td.area-pt:last-child{
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .contact-form form table td.area-pt:last-child {
    padding-top: 5px;
  }
}

.contact-form form table tr + tr td {
  padding-top: 30px;
}

[data-sp-only] {
  display: none !important;
}
@media screen and (max-width: 768px) {
  [data-sp-only] {
    display: block !important;
  }
}

[data-pc-only] {
  display: block !important;
}
@media screen and (max-width: 768px) {
  [data-pc-only] {
    display: none !important;
  }
}

.td-radio-block{
  max-width: 600px;
}

.mwform-checkbox-field{
  margin-bottom: 9px;
}

.mwform-checkbox-field span {
  text-indent: unset;
  padding-left: 0;
}

.mwform-checkbox-field span{
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .contact-form form table td:first-child:not(:last-child) {
    background-color: transparent;
    color: #000;
  }
  .contact-form form table td:first-child > div {
    justify-content: unset;
    gap: 8px;
  }
  .contact-form form {
    padding: 40px 20px;
  }
  .contact-form #mw_wp_form_mw-wp-form-1595 form table td,
  .contact-form #mw_wp_form_mw-wp-form-1828 form table td,
  .contact-form #mw_wp_form_mw-wp-form-1831 form table td,
  .contact-form #mw_wp_form_mw-wp-form-1836 form table td,
  .contact-form #mw_wp_form_mw-wp-form-1839 form table td,
  .contact-form #mw_wp_form_mw-wp-form-1863 form table td,
  .contact-form #mw_wp_form_mw-wp-form-6582 form table td {
    padding: 0!important;
  }
  .contact-form [type=radio] + span::before {
    margin-right: 4px;
  }
  .mwform-radio-field {
    margin-right: 20px;
  }
  .mwform-radio-field:last-of-type {
    margin-right: 0;
  }
  .item-contact-btn {
    font-size: 12px;
    padding: 4px;
  }
  .label-row {
    margin-bottom: 10px;
  }
  .contact-has-title h1 span:first-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: calc(36/26);
  }
  .contact-has-title h1 span:last-child {
    padding-top: 0;
    margin-top: 0;
  }
  .contact-has-title h1 span:first-child::before {
    width: 30px;
  }
  .sp-mt-30 {
    margin-top: 30px;
  }
  .area-pt input {
    margin-top: 5px;
  }
  .sp-mb-4 {
    margin-bottom: 4px;
  }
  .label-row-15 {
    margin-bottom: 15px;
  }
  .mwform-checkbox-field:last-of-type {
    margin-bottom: 0;
  }
  p.s1.checkbox {
    text-align: center;
    margin-bottom: 0;
  }
  .contact-form form textarea {
    height: 160px;
  }
  .contact-form form [type=submit] {
    border-radius: 0;
  }
  .btn-send, .btn-back {
    padding-block: 16px!important;
  }
  .contact-form form .taC {
    margin-top: 40px;
  }
}

.u-position-left {
  position: relative;
  left: -31px;
}
@media screen and (max-width: 768px) {
  .u-position-left {
    position: revert;
    left: -31px;
  }
}
.corp-company-after.--ma {
  width: 100%;
  font-size: clamp(50px, calc(200/1920*100vw), 200px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .corp-company-after.--ma {
    font-size: calc(39/375*100vw);
  }
  .corp-company-after.--ma,
  .corp-company-after.--recruit {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
