@charset "UTF-8";
body.body main {
  overflow: hidden;
}
body.body.housing-category-page .common-housing-title {
  position: relative;
  text-align: center;
}
body.body.housing-category-page .common-housing-title .jp, body.body.housing-category-page .common-housing-title .en {
  display: block;
}
body.body.housing-category-page .common-housing-title .jp {
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.2em;
  color: #1e277e;
}
body.body.housing-category-page .common-housing-title .en {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #afafaf;
  font-weight: normal;
  margin-top: 0.3333333333em;
  display: block;
}
body.body.housing-category-page .common-housing-title.line {
  border-bottom: 1px solid #1e277e;
  padding-bottom: 1.6666666667vh;
}
body.body.housing-category-page .common-housing-title.yoko .jp, body.body.housing-category-page .common-housing-title.yoko .en {
  display: inline-block;
}
body.body.housing-category-page .common-housing-title.in-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
}
body.body.housing-category-page .common-housing-title.in-icon .icon {
  display: block;
  margin-right: 12px;
}
body.body.housing-category-page .common-housing-title.in-icon .title-text .en {
  text-align: left;
}
body.body.housing-category-page .common-housing-catch {
  font-size: 1.5rem;
  font-weight: 500;
  color: #00afec;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  text-align: center;
}
body.body.housing-category-page .common-housing-catch-2026 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  text-align: center;
}
body.body.housing-category-page .common-housing-catch-2026-2 {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}
body.body.housing-category-page .common-works-slide-box {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap {
  width: 296px;
  min-width: 21.1428571429vw;
  margin: 0 auto;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a {
  position: relative;
  display: block;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a .thum-box {
  position: relative;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a .thum-box [class^=works-slide-thum] {
  padding-top: 114.8648648649%;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a .thum-box:before {
  content: "MORE";
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1e277e;
  background: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a .text-box {
  margin-top: 1.3333333333vh;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a .text-box .category {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #00afec;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a .text-box .title {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 3px;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a:hover .thum-box:before {
  opacity: 1;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a:hover .text-box .title {
  color: #00afec;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide {
  position: static;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-stage-outer {
  overflow: visible;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-next, body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-prev {
  display: block;
  width: 56px;
  height: 56px;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 10.1428571429vw;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  background-color: #1e277e;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1400px) {
  body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-next, body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-prev {
    top: 142px;
  }
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-next:hover, body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-prev:hover {
  background-color: #00afec;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-prev {
  background-image: url(../image/common/housing/prev.png);
  left: 0;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-next {
  background-image: url(../image/common/housing/next.png);
  right: 0;
}
body.body.housing-category-page .common-works-slide-box .common-link {
  margin: 5.5555555556vh auto 0;
}
body.body.housing-category-page .common-works-slide-box2 {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap {
  width: 296px;
  min-width: 21.1428571429vw;
  margin: 0 auto;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a {
  position: relative;
  display: block;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a .thum-box {
  position: relative;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a .thum-box [class^=works-slide-thum] {
  padding-top: 70.2702702703%;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a .thum-box:before {
  content: "MORE";
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1e277e;
  background: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a .text-box {
  margin-top: 1.3333333333vh;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a .text-box .category {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #00afec;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a .text-box .title {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 3px;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a:hover .thum-box:before {
  opacity: 1;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a:hover .text-box .title {
  color: #00afec;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide {
  position: static;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-stage-outer {
  overflow: visible;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-next, body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-prev {
  display: block;
  width: 56px;
  height: 56px;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 73px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  background-color: #1e277e;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-next:hover, body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-prev:hover {
  background-color: #00afec;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-prev {
  background-image: url(../image/common/housing/prev.png);
  left: 0;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-next {
  background-image: url(../image/common/housing/next.png);
  right: 0;
}
body.body.housing-category-page .common-works-slide-box2 .common-link {
  margin: 5.5555555556vh auto 0;
}
body.body.housing-category-page .common-housing-contact dl {
  width: 420px;
  max-width: 80%;
  margin: 38px auto 0;
}
body.body.housing-category-page .common-housing-contact dl dt {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #1e277e;
}
body.body.housing-category-page .common-housing-contact dl dt:before {
  content: "■";
  color: #00afec;
}
body.body.housing-category-page .common-housing-contact dl dd {
  margin-top: 8px;
}
body.body.housing-category-page .common-housing-contact dl dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5555555556vh;
  border: 1px solid #1e277e;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  width: 100%;
  height: 114px;
  padding: 0 68px 0 10.2380952381%;
  position: relative;
}
body.body.housing-category-page .common-housing-contact dl dd a .icon {
  position: relative;
}
body.body.housing-category-page .common-housing-contact dl dd a .icon img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.body.housing-category-page .common-housing-contact dl dd a .icon img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
body.body.housing-category-page .common-housing-contact dl dd a .link-text {
  margin-left: 3.5714285714%;
  color: #1e277e;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
body.body.housing-category-page .common-housing-contact dl dd a .link-text .jp {
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.1725em;
}
body.body.housing-category-page .common-housing-contact dl dd a .link-text .en {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 8px;
}
body.body.housing-category-page .common-housing-contact dl dd a .arrow {
  position: absolute;
  left: calc(100% - 40px);
  width: 20px;
  height: 2px;
  background: #1e277e;
  border-radius: 1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body.body.housing-category-page .common-housing-contact dl dd a .arrow:before {
  content: "";
  display: block;
  width: 8px;
  border-radius: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #1e277e;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
body.body.housing-category-page .common-housing-contact dl dd a:hover {
  border-color: #00afec;
}
body.body.housing-category-page .common-housing-contact dl dd a:hover .icon img {
  opacity: 0;
}
body.body.housing-category-page .common-housing-contact dl dd a:hover .icon img:nth-of-type(2) {
  opacity: 1;
}
body.body.housing-category-page .common-housing-contact dl dd a:hover .link-text {
  color: #00afec;
}
body.body.housing-category-page .common-housing-contact dl dd a:hover .arrow {
  background: #00afec;
  width: 27px;
}
body.body.housing-category-page .common-housing-contact dl dd a:hover .arrow:before {
  background: #00afec;
}
body.body.housing-category-page .common-housing-contact dl dd a.contact {
  background: #1e277e;
  border-color: #1e277e;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
}
body.body.housing-category-page .common-housing-contact dl dd a.contact .link-text {
  color: #fff;
}
body.body.housing-category-page .common-housing-contact dl dd a.contact .icon img {
  opacity: 1;
}
body.body.housing-category-page .common-housing-contact dl dd a.contact .arrow {
  background: #fff;
}
body.body.housing-category-page .common-housing-contact dl dd a.contact .arrow:before {
  background: #fff;
}
body.body.housing-category-page .common-housing-contact dl dd a.contact:hover {
  background: #00afec;
  border-color: #00afec;
}

@media (max-width: 768px) {
  body.body.housing-category-page .common-housing-title .jp {
    font-size: 1.25rem;
  }
  body.body.housing-category-page .common-housing-title .en {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
  body.body.housing-category-page .common-housing-catch {
    font-size: 1.375rem;
  }
  body.body.housing-category-page .common-housing-catch-2026 {
    font-size: 1.125rem;
  }
  body.body.housing-category-page .common-housing-catch-2026-2 {
    font-size: 1rem;
  }
  body.body.housing-category-page .common-works-slide-box {
    width: 100%;
  }
  body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-next, body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-prev {
    position: static;
    width: 40px;
    height: 40px;
  }
  body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-prev {
    -webkit-transform: translate(-12px, 0);
            transform: translate(-12px, 0);
  }
  body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-next {
    -webkit-transform: translate(12px, 0);
            transform: translate(12px, 0);
  }
  body.body.housing-category-page .common-works-slide-box .common-link {
    margin: -39px auto 0;
    z-index: 1;
  }
  body.body.housing-category-page .common-works-slide-box2 {
    width: 100%;
  }
  body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-next, body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-prev {
    position: static;
    width: 40px;
    height: 40px;
  }
  body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-prev {
    -webkit-transform: translate(-12px, 0);
            transform: translate(-12px, 0);
  }
  body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-next {
    -webkit-transform: translate(12px, 0);
            transform: translate(12px, 0);
  }
  body.body.housing-category-page .common-works-slide-box2 .common-link {
    margin: -39px auto 0;
    z-index: 1;
  }
  body.body.housing-category-page .common-housing-contact dl dd a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.5555555556vh;
    border: 1px solid #1e277e;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
    width: 100%;
    height: 114px;
    padding: 0 46px 0 4.6875%;
    position: relative;
  }
  body.body.housing-category-page .common-housing-contact dl dd a .link-text .jp {
    font-size: 1.25rem;
  }
  body.body.housing-category-page .common-housing-contact dl dd a .link-text .en {
    font-size: 0.875rem;
  }
}
body.body main {
  overflow: hidden;
}
body.body.housing-category-page .common-housing-title {
  position: relative;
  text-align: center;
}
body.body.housing-category-page .common-housing-title .jp, body.body.housing-category-page .common-housing-title .en {
  display: block;
}
body.body.housing-category-page .common-housing-title .jp {
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.2em;
  color: #1e277e;
}
body.body.housing-category-page .common-housing-title .en {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #afafaf;
  font-weight: normal;
  margin-top: 0.3333333333em;
  display: block;
}
body.body.housing-category-page .common-housing-title.line {
  border-bottom: 1px solid #1e277e;
  padding-bottom: 1.6666666667vh;
}
body.body.housing-category-page .common-housing-title.yoko .jp, body.body.housing-category-page .common-housing-title.yoko .en {
  display: inline-block;
}
body.body.housing-category-page .common-housing-title.in-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
}
body.body.housing-category-page .common-housing-title.in-icon .icon {
  display: block;
  margin-right: 12px;
}
body.body.housing-category-page .common-housing-title.in-icon .title-text .en {
  text-align: left;
}
body.body.housing-category-page .common-housing-catch {
  font-size: 1.5rem;
  font-weight: 500;
  color: #00afec;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  text-align: center;
}
body.body.housing-category-page .common-housing-catch-2026 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  text-align: center;
}
body.body.housing-category-page .common-housing-catch-2026-2 {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}
body.body.housing-category-page .common-works-slide-box {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap {
  width: 296px;
  min-width: 21.1428571429vw;
  margin: 0 auto;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a {
  position: relative;
  display: block;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a .thum-box {
  position: relative;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a .thum-box [class^=works-slide-thum] {
  padding-top: 114.8648648649%;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a .thum-box:before {
  content: "MORE";
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1e277e;
  background: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a .text-box {
  margin-top: 1.3333333333vh;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a .text-box .category {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #00afec;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a .text-box .title {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 3px;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a:hover .thum-box:before {
  opacity: 1;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .slide-item a:hover .text-box .title {
  color: #00afec;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide {
  position: static;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-stage-outer {
  overflow: visible;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-next, body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-prev {
  display: block;
  width: 56px;
  height: 56px;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 10.1428571429vw;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  background-color: #1e277e;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1400px) {
  body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-next, body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-prev {
    top: 142px;
  }
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-next:hover, body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-prev:hover {
  background-color: #00afec;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-prev {
  background-image: url(../image/common/housing/prev.png);
  left: 0;
}
body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-next {
  background-image: url(../image/common/housing/next.png);
  right: 0;
}
body.body.housing-category-page .common-works-slide-box .common-link {
  margin: 5.5555555556vh auto 0;
}
body.body.housing-category-page .common-works-slide-box2 {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap {
  width: 296px;
  min-width: 21.1428571429vw;
  margin: 0 auto;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a {
  position: relative;
  display: block;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a .thum-box {
  position: relative;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a .thum-box [class^=works-slide-thum] {
  padding-top: 70.2702702703%;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a .thum-box:before {
  content: "MORE";
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1e277e;
  background: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a .text-box {
  margin-top: 1.3333333333vh;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a .text-box .category {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #00afec;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a .text-box .title {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 3px;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a:hover .thum-box:before {
  opacity: 1;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .slide-item a:hover .text-box .title {
  color: #00afec;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide {
  position: static;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-stage-outer {
  overflow: visible;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-next, body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-prev {
  display: block;
  width: 56px;
  height: 56px;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 73px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  background-color: #1e277e;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-next:hover, body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-prev:hover {
  background-color: #00afec;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-prev {
  background-image: url(../image/common/housing/prev.png);
  left: 0;
}
body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-next {
  background-image: url(../image/common/housing/next.png);
  right: 0;
}
body.body.housing-category-page .common-works-slide-box2 .common-link {
  margin: 5.5555555556vh auto 0;
}
body.body.housing-category-page .common-housing-contact dl {
  width: 420px;
  max-width: 80%;
  margin: 38px auto 0;
}
body.body.housing-category-page .common-housing-contact dl dt {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #1e277e;
}
body.body.housing-category-page .common-housing-contact dl dt:before {
  content: "■";
  color: #00afec;
}
body.body.housing-category-page .common-housing-contact dl dd {
  margin-top: 8px;
}
body.body.housing-category-page .common-housing-contact dl dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5555555556vh;
  border: 1px solid #1e277e;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  width: 100%;
  height: 114px;
  padding: 0 68px 0 10.2380952381%;
  position: relative;
}
body.body.housing-category-page .common-housing-contact dl dd a .icon {
  position: relative;
}
body.body.housing-category-page .common-housing-contact dl dd a .icon img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.body.housing-category-page .common-housing-contact dl dd a .icon img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
body.body.housing-category-page .common-housing-contact dl dd a .link-text {
  margin-left: 3.5714285714%;
  color: #1e277e;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
body.body.housing-category-page .common-housing-contact dl dd a .link-text .jp {
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.1725em;
}
body.body.housing-category-page .common-housing-contact dl dd a .link-text .en {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 8px;
}
body.body.housing-category-page .common-housing-contact dl dd a .arrow {
  position: absolute;
  left: calc(100% - 40px);
  width: 20px;
  height: 2px;
  background: #1e277e;
  border-radius: 1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body.body.housing-category-page .common-housing-contact dl dd a .arrow:before {
  content: "";
  display: block;
  width: 8px;
  border-radius: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #1e277e;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
body.body.housing-category-page .common-housing-contact dl dd a:hover {
  border-color: #00afec;
}
body.body.housing-category-page .common-housing-contact dl dd a:hover .icon img {
  opacity: 0;
}
body.body.housing-category-page .common-housing-contact dl dd a:hover .icon img:nth-of-type(2) {
  opacity: 1;
}
body.body.housing-category-page .common-housing-contact dl dd a:hover .link-text {
  color: #00afec;
}
body.body.housing-category-page .common-housing-contact dl dd a:hover .arrow {
  background: #00afec;
  width: 27px;
}
body.body.housing-category-page .common-housing-contact dl dd a:hover .arrow:before {
  background: #00afec;
}
body.body.housing-category-page .common-housing-contact dl dd a.contact {
  background: #1e277e;
  border-color: #1e277e;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
}
body.body.housing-category-page .common-housing-contact dl dd a.contact .link-text {
  color: #fff;
}
body.body.housing-category-page .common-housing-contact dl dd a.contact .icon img {
  opacity: 1;
}
body.body.housing-category-page .common-housing-contact dl dd a.contact .arrow {
  background: #fff;
}
body.body.housing-category-page .common-housing-contact dl dd a.contact .arrow:before {
  background: #fff;
}
body.body.housing-category-page .common-housing-contact dl dd a.contact:hover {
  background: #00afec;
  border-color: #00afec;
}

@media (max-width: 768px) {
  body.body.housing-category-page .common-housing-title .jp {
    font-size: 1.25rem;
  }
  body.body.housing-category-page .common-housing-title .en {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
  body.body.housing-category-page .common-housing-catch {
    font-size: 1.375rem;
  }
  body.body.housing-category-page .common-housing-catch-2026 {
    font-size: 1.125rem;
  }
  body.body.housing-category-page .common-housing-catch-2026-2 {
    font-size: 1rem;
  }
  body.body.housing-category-page .common-works-slide-box {
    width: 100%;
  }
  body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-next, body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-prev {
    position: static;
    width: 40px;
    height: 40px;
  }
  body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-prev {
    -webkit-transform: translate(-12px, 0);
            transform: translate(-12px, 0);
  }
  body.body.housing-category-page .common-works-slide-box .slide-wrap .works-slide .owl-nav .owl-next {
    -webkit-transform: translate(12px, 0);
            transform: translate(12px, 0);
  }
  body.body.housing-category-page .common-works-slide-box .common-link {
    margin: -39px auto 0;
    z-index: 1;
  }
  body.body.housing-category-page .common-works-slide-box2 {
    width: 100%;
  }
  body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-next, body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-prev {
    position: static;
    width: 40px;
    height: 40px;
  }
  body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-prev {
    -webkit-transform: translate(-12px, 0);
            transform: translate(-12px, 0);
  }
  body.body.housing-category-page .common-works-slide-box2 .slide-wrap .works-slide .owl-nav .owl-next {
    -webkit-transform: translate(12px, 0);
            transform: translate(12px, 0);
  }
  body.body.housing-category-page .common-works-slide-box2 .common-link {
    margin: -39px auto 0;
    z-index: 1;
  }
  body.body.housing-category-page .common-housing-contact dl dd a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.5555555556vh;
    border: 1px solid #1e277e;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
    width: 100%;
    height: 114px;
    padding: 0 46px 0 4.6875%;
    position: relative;
  }
  body.body.housing-category-page .common-housing-contact dl dd a .link-text .jp {
    font-size: 1.25rem;
  }
  body.body.housing-category-page .common-housing-contact dl dd a .link-text .en {
    font-size: 0.875rem;
  }
}
.staff-area {
  padding-top: 8.8888888889vh;
  margin-top: 12.7777777778vh;
  position: relative;
}
.staff-area:before, .staff-area:after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  width: 28.0714285714%;
  height: 979px;
}
.staff-area:before {
  background: rgba(0, 175, 236, 0.12);
  top: 0;
  left: 0;
}
.staff-area:after {
  background: #f0f5f5;
  right: 0;
  top: 427px;
}
.staff-area .inner {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
}
.staff-area .inner .staff-top-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.staff-area .inner .staff-top-box:before {
  content: "";
  display: block;
  padding-top: 32.0408163265%;
}
.staff-area .inner .staff-top-box .text-box {
  width: 48.6734693878%;
}
.staff-area .inner .staff-top-box .text-box .common-housing-title {
  text-align: left;
}
.staff-area .inner .staff-top-box .text-box .common-housing-title .jp {
  display: inline-block;
}
.staff-area .inner .staff-top-box .text-box .common-housing-title .en {
  display: inline-block;
}
.staff-area .inner .staff-top-box .text-box .image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 45.1020408163%;
}
.staff-area .inner .staff-top-box .text-box .image-box img {
  display: block;
  width: 100%;
}
.staff-area .inner .staff-top-box .text-box .text-inner {
  margin-top: 4.4444444444vh;
}
.staff-area .inner .staff-top-box .text-box .text-inner .common-text {
  margin-top: 2.2222222222vh;
}
.staff-area .inner .staff-list-box {
  margin-top: 5.5555555556vh;
}
.staff-area .inner .staff-list-box .staff-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.staff-area .inner .staff-list-box .staff-content ul li {
  width: 45.4081632653%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.3333333333vh;
}
.staff-area .inner .staff-list-box .staff-content ul li .image-box {
  width: 43.595505618%;
}
.staff-area .inner .staff-list-box .staff-content ul li .image-box [class^=staff] {
  padding-top: 115.4639175258%;
}
.staff-area .inner .staff-list-box .staff-content ul li .text-box {
  width: 49.4382022472%;
  -ms-flex-item-align: center;
      align-self: center;
}
.staff-area .inner .staff-list-box .staff-content ul li .text-box .katagaki {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  margin-top: 1vh;
}
.staff-area .inner .staff-list-box .staff-content ul li .text-box .katagaki .t {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.staff-area .inner .staff-list-box .staff-content ul li .text-box .name {
  color: #1e277e;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-top: 2px;
}
.staff-area .inner .staff-list-box .staff-content ul li .text-box .text {
  font-size: 0.875rem;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.05em;
  line-height: 1.7857142857em;
  margin-top: 1.3333333333vh;
}
.staff-area .inner .staff-list-box .staff-content + .staff-content {
  margin-top: 5.5555555556vh;
  padding-top: 5.5555555556vh;
  border-top: 2px dotted #00afec;
}

@media (max-width: 768px) {
  .staff-area {
    margin-top: 0;
  }
  .staff-area:before, .staff-area:after {
    width: 42.5%;
  }
  .staff-area:before {
    top: 765px;
  }
  .staff-area:after {
    display: none;
  }
  .staff-area .inner .staff-top-box:before {
    display: none;
  }
  .staff-area .inner .staff-top-box .text-box {
    width: 100%;
  }
  .staff-area .inner .staff-top-box .text-box .image-box {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
  .staff-area .inner .staff-list-box .staff-content ul {
    display: block;
  }
  .staff-area .inner .staff-list-box .staff-content ul li {
    width: 100%;
    display: block;
  }
  .staff-area .inner .staff-list-box .staff-content ul li .image-box {
    width: 194px;
    margin: 0 auto;
  }
  .staff-area .inner .staff-list-box .staff-content ul li .text-box {
    width: 100%;
    margin-top: 2.5555555556vh;
  }
  .staff-area .inner .staff-list-box .staff-content ul li .text-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .staff-area .inner .staff-list-box .staff-content ul li .text-box .info-box .katagaki {
    margin-right: 5px;
    margin-top: 5px;
  }
  .staff-area .inner .staff-list-box .staff-content ul li .text-box .info-box .name {
    margin-top: 3px;
  }
}
body.body .housing-page .common-main-page-box .inner .left-box .text-box .icon-box {
  background: #ff94b6;
  color: #fff;
}
body.body .housing-page .news-area {
  margin-top: 12.2222222222vh;
}
body.body .housing-page .news-area .inner {
  width: 980px;
  margin: 0 auto;
  max-width: 80%;
}
body.body .housing-page .news-area .inner ul {
  width: 840px;
  max-width: 100%;
  margin: 2.8888888889vh auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.body .housing-page .news-area .inner ul li {
  width: 29.5238095238%;
  position: relative;
}
body.body .housing-page .news-area .inner ul li a {
  display: block;
}
body.body .housing-page .news-area .inner ul li a .image-box {
  overflow: hidden;
}
body.body .housing-page .news-area .inner ul li a .image-box [class^=news-thum] {
  padding-top: 64.5161290323%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
body.body .housing-page .news-area .inner ul li a .text-box {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.body .housing-page .news-area .inner ul li a .text-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.2222222222vh;
}
body.body .housing-page .news-area .inner ul li a .text-box .info-box time {
  color: #1e277e;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-family: "Roboto Slab", serif;
  margin-right: 9px;
  line-height: 20px;
}
body.body .housing-page .news-area .inner ul li a .text-box .info-box .category {
  color: #fff;
  background: #1e277e;
  white-space: nowrap;
  line-height: 20px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  padding: 0 9px;
  border-radius: 4px;
}
body.body .housing-page .news-area .inner ul li a .text-box .title-box {
  margin-top: 1.1111111111vh;
}
body.body .housing-page .news-area .inner ul li a .text-box .title-box .title {
  font-size: 0.9375rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5333333333em;
  letter-spacing: 0.0233333333em;
}
body.body .housing-page .news-area .inner ul li a:hover .image-box [class^=news-thum] {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
body.body .housing-page .news-area .inner ul li:not(:first-of-type):after {
  content: "";
  display: block;
  background: #cfcfcf;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: -9.6774193548%;
}
body.body .housing-page .news-area .inner ul:after {
  content: "";
  display: block;
  width: 29.5238095238%;
}
body.body .housing-page .news-area .inner .common-link {
  margin: 5.3333333333vh auto 0;
}
body.body .housing-page .concept-area {
  margin-top: 15vh;
}
body.body .housing-page .concept-area .inner {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.body .housing-page .concept-area .inner:before, body.body .housing-page .concept-area .inner:after {
  content: "";
  display: block;
  padding-top: 40.1639344262%;
}
body.body .housing-page .concept-area .inner:before {
  margin-top: 9.0163934426%;
}
body.body .housing-page .concept-area .inner .text-box {
  width: 300px;
  max-width: 30.737704918%;
  -ms-flex-item-align: center;
      align-self: center;
}
body.body .housing-page .concept-area .inner .text-box .image-box .image {
  position: absolute;
  width: 31.9672131148%;
}
body.body .housing-page .concept-area .inner .text-box .image-box .image img {
  display: block;
  width: 100%;
}
body.body .housing-page .concept-area .inner .text-box .image-box .image:nth-of-type(1) {
  left: 0;
  bottom: 0;
}
body.body .housing-page .concept-area .inner .text-box .image-box .image:nth-of-type(2) {
  right: 0;
  top: 0;
}
body.body .housing-page .concept-area .inner .text-box .text-inner {
  margin-top: 3.8888888889vh;
}
body.body .housing-page .concept-area .inner .text-box .text-inner .common-text {
  margin-top: 2.2222222222vh;
}
body.body .housing-page .concept-area .inner .text-box .text-inner .common-link {
  margin: 3.3333333333vh auto 0;
}
body.body .housing-page .new-house-area {
  margin-top: 9.4444444444vh;
}
body.body .housing-page .new-house-area .inner {
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 80%;
}
body.body .housing-page .new-house-area .inner:after {
  content: "";
  display: block;
  padding-top: 59.1836734694%;
}
body.body .housing-page .new-house-area .inner .text-box {
  width: 34.7959183673%;
  margin-top: 11.2244897959%;
}
body.body .housing-page .new-house-area .inner .text-box .logo {
  margin-bottom: 3.2222222222vh;
}
body.body .housing-page .new-house-area .inner .text-box .image-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 78.7755102041%;
}
body.body .housing-page .new-house-area .inner .text-box .image-box img {
  display: block;
  width: 100%;
}
body.body .housing-page .new-house-area .inner .text-box .common-housing-title {
  text-align: left;
}
body.body .housing-page .new-house-area .inner .text-box .common-housing-catch {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 3vh;
}
body.body .housing-page .new-house-area .inner .text-box .common-text {
  margin-top: 1.7777777778vh;
}
body.body .housing-page .new-house-area .inner .text-box .common-link {
  margin-top: 2.7777777778vh;
}
body.body .housing-page .remodeling-area {
  margin-top: 19.1111111111vh;
}
body.body .housing-page .remodeling-area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
body.body .housing-page .remodeling-area .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(53.5714285714% + 185px);
  height: 100%;
  width: 282px;
  max-width: 20.1428571429%;
  background: #f0f5f5;
  z-index: -1;
}
@media (max-width: 1400px) {
  body.body .housing-page .remodeling-area .inner:after {
    left: 66.7857142857%;
  }
}
body.body .housing-page .remodeling-area .inner:before {
  content: "";
  display: block;
  width: 53.5714285714%;
  padding-top: 37.7142857143%;
}
body.body .housing-page .remodeling-area .inner .text-box {
  margin-left: 55px;
  width: 341px;
  max-width: 24.3571428571%;
}
@media (min-width: 769px) {
  body.body .housing-page .remodeling-area .inner .text-box {
    padding: 30px 0;
  }
}
@media (max-width: 1400px) {
  body.body .housing-page .remodeling-area .inner .text-box {
    margin-left: 3.9285714286%;
  }
}
body.body .housing-page .remodeling-area .inner .text-box .common-housing-title {
  text-align: left;
}
body.body .housing-page .remodeling-area .inner .text-box .image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 53.5714285714%;
}
body.body .housing-page .remodeling-area .inner .text-box .image-box img {
  display: block;
  width: 100%;
}
body.body .housing-page .remodeling-area .inner .text-box .text-inner {
  margin-top: 3.3333333333vh;
}
body.body .housing-page .remodeling-area .inner .text-box .text-inner .common-housing-catch {
  text-align: justify;
  text-justify: inter-ideograph;
}
body.body .housing-page .remodeling-area .inner .text-box .text-inner .common-text {
  margin-top: 1.6666666667vh;
}
body.body .housing-page .remodeling-area .inner .text-box .text-inner .common-link {
  margin-top: 3.1111111111vh;
}
body.body .housing-page .old-house-renovation-area {
  margin-top: 10.5555555556vh;
}
body.body .housing-page .old-house-renovation-area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.body .housing-page .old-house-renovation-area .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(53.5714285714% + 185px);
  height: 100%;
  width: 282px;
  max-width: 20.1428571429%;
  background: rgba(0, 175, 236, 0.12);
  z-index: -1;
}
@media (max-width: 1400px) {
  body.body .housing-page .old-house-renovation-area .inner:before {
    right: 66.7857142857%;
  }
}
body.body .housing-page .old-house-renovation-area .inner:after {
  content: "";
  display: block;
  width: 53.5714285714%;
  padding-top: 37.7142857143%;
}
body.body .housing-page .old-house-renovation-area .inner .text-box {
  margin-right: 55px;
  width: 341px;
  max-width: 24.3571428571%;
}
@media (min-width: 769px) {
  body.body .housing-page .old-house-renovation-area .inner .text-box {
    padding: 30px 0;
  }
}
@media (max-width: 1400px) {
  body.body .housing-page .old-house-renovation-area .inner .text-box {
    margin-right: 3.9285714286%;
  }
}
body.body .housing-page .old-house-renovation-area .inner .text-box .common-housing-title {
  text-align: left;
}
body.body .housing-page .old-house-renovation-area .inner .text-box .image-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 53.5714285714%;
}
body.body .housing-page .old-house-renovation-area .inner .text-box .image-box img {
  display: block;
  width: 100%;
}
body.body .housing-page .old-house-renovation-area .inner .text-box .text-inner {
  margin-top: 3.3333333333vh;
}
body.body .housing-page .old-house-renovation-area .inner .text-box .text-inner .common-housing-catch {
  text-align: justify;
  text-justify: inter-ideograph;
}
body.body .housing-page .old-house-renovation-area .inner .text-box .text-inner .common-text {
  margin-top: 1.6666666667vh;
}
body.body .housing-page .old-house-renovation-area .inner .text-box .text-inner .common-link {
  margin-top: 3.1111111111vh;
}
body.body .housing-page .plus-one-area {
  margin-top: 18.3333333333vh;
}
body.body .housing-page .plus-one-area .inner {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 6.4444444444vh 0 8.2222222222vh;
}
body.body .housing-page .plus-one-area .inner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  height: 100%;
  width: 808px;
  max-width: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #f0f5f5;
  top: 0;
}
body.body .housing-page .plus-one-area .inner .common-housing-title {
  width: 668px;
  max-width: 80vw;
  margin: 0 auto;
}
body.body .housing-page .plus-one-area .inner .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.8888888889vh;
}
body.body .housing-page .plus-one-area .inner .images li {
  width: 31.8367346939%;
}
body.body .housing-page .plus-one-area .inner .images li img {
  display: block;
  width: 100%;
}
body.body .housing-page .plus-one-area .inner .text-box {
  width: 668px;
  max-width: 80vw;
  margin: 3.3333333333vh auto 0;
}
body.body .housing-page .plus-one-area .inner .text-box .common-text {
  text-align: center;
  margin-top: 2vh;
}
body.body .housing-page .plus-one-area .inner .text-box .common-link {
  margin: 2.8888888889vh auto 0;
}
body.body .housing-page .works-area {
  margin-top: 16.3333333333vh;
}
body.body .housing-page .works-area .inner .common-housing-title {
  width: 321px;
  max-width: 80%;
  margin: 0 auto;
}
body.body .housing-page .works-area .inner .common-works-slide-box {
  margin-top: 4.8888888889vh;
}
body.body .housing-page .works-area .inner .common-works-slide-box2 {
  margin-top: 4.8888888889vh;
}
body.body .housing-page .system-area {
  margin-top: 15.5555555556vh;
  padding-top: 70px;
}
body.body .housing-page .system-area .inner {
  width: 980px;
  margin: 0 auto;
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
body.body .housing-page .system-area .inner:after {
  content: "";
  display: block;
  width: 65.9183673469%;
  position: absolute;
  top: -70px;
  right: -5.5102040816%;
  height: 279px;
  z-index: -1;
  background: rgba(0, 175, 236, 0.12);
}
body.body .housing-page .system-area .inner:before {
  content: "";
  display: block;
  padding-top: 40.1020408163%;
}
body.body .housing-page .system-area .inner .text-box {
  width: 38.7755102041%;
  margin-top: 2.4489795918%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.body .housing-page .system-area .inner .text-box .image-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 57.4489795918%;
}
body.body .housing-page .system-area .inner .text-box .image-box img {
  display: block;
  width: 100%;
}
body.body .housing-page .system-area .inner .text-box .common-housing-title {
  text-align: left;
}
body.body .housing-page .system-area .inner .text-box .text-inner {
  margin-top: 2.7777777778vh;
}
body.body .housing-page .system-area .inner .text-box .text-inner .common-housing-catch {
  text-align: justify;
  text-justify: inter-ideograph;
}
body.body .housing-page .system-area .inner .text-box .text-inner .common-text {
  margin-top: 1.6666666667vh;
}
body.body .housing-page .system-area .inner .text-box .text-inner .common-link {
  margin-top: 2.7777777778vh;
}
body.body .housing-page .big-link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14.1111111111vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(13.5555555556vh - 38px);
}
body.body .housing-page .big-link-button dl {
  width: 420px;
  max-width: 80%;
  margin: 38px 27px 0;
}
body.body .housing-page .big-link-button dl dt {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #1e277e;
}
body.body .housing-page .big-link-button dl dt:before {
  content: "■";
  color: #00afec;
}
body.body .housing-page .big-link-button dl dd {
  margin-top: 8px;
}
body.body .housing-page .big-link-button dl dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5555555556vh;
  border: 1px solid #1e277e;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  width: 100%;
  height: 114px;
  padding: 0 68px 0 10.2380952381%;
  position: relative;
}
body.body .housing-page .big-link-button dl dd a .icon {
  position: relative;
}
body.body .housing-page .big-link-button dl dd a .icon img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.body .housing-page .big-link-button dl dd a .icon img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
body.body .housing-page .big-link-button dl dd a .link-text {
  margin-left: 3.5714285714%;
  color: #1e277e;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
body.body .housing-page .big-link-button dl dd a .link-text .jp {
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.1725em;
}
body.body .housing-page .big-link-button dl dd a .link-text .en {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 8px;
}
body.body .housing-page .big-link-button dl dd a .arrow {
  position: absolute;
  left: calc(100% - 40px);
  width: 20px;
  height: 2px;
  background: #1e277e;
  border-radius: 1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
body.body .housing-page .big-link-button dl dd a .arrow:before {
  content: "";
  display: block;
  width: 8px;
  border-radius: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #1e277e;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
body.body .housing-page .big-link-button dl dd a:hover {
  border-color: #00afec;
}
body.body .housing-page .big-link-button dl dd a:hover .icon img {
  opacity: 0;
}
body.body .housing-page .big-link-button dl dd a:hover .icon img:nth-of-type(2) {
  opacity: 1;
}
body.body .housing-page .big-link-button dl dd a:hover .link-text {
  color: #00afec;
}
body.body .housing-page .big-link-button dl dd a:hover .arrow {
  background: #00afec;
  width: 27px;
}
body.body .housing-page .big-link-button dl dd a:hover .arrow:before {
  background: #00afec;
}
body.body .housing-page .big-link-button dl dd a.contact {
  background: #1e277e;
  border-color: #1e277e;
  -webkit-transition: background 0.2s, border-color 0.2s;
  transition: background 0.2s, border-color 0.2s;
}
body.body .housing-page .big-link-button dl dd a.contact .link-text {
  color: #fff;
}
body.body .housing-page .big-link-button dl dd a.contact .icon img {
  opacity: 1;
}
body.body .housing-page .big-link-button dl dd a.contact .arrow {
  background: #fff;
}
body.body .housing-page .big-link-button dl dd a.contact .arrow:before {
  background: #fff;
}
body.body .housing-page .big-link-button dl dd a.contact:hover {
  background: #00afec;
  border-color: #00afec;
}
body.body .housing-page .outer-link-contents {
  background: rgba(0, 175, 236, 0.12);
  margin-top: 18.3333333333vh;
  padding: 6.6666666667vh 0 7.2222222222vh;
}
body.body .housing-page .outer-link-contents .inner {
  width: 764px;
  max-width: 80%;
  margin: 0 auto;
}
body.body .housing-page .outer-link-contents .inner .double-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.7777777778vh;
}
body.body .housing-page .outer-link-contents .inner .double-box .item-box {
  width: 44.502617801%;
}
body.body .housing-page .outer-link-contents .inner .double-box .item-box .image img {
  display: block;
  width: 100%;
}
body.body .housing-page .outer-link-contents .inner .double-box .item-box .name {
  text-align: center;
  margin-top: 8px;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.075em;
  color: #1e277e;
}
body.body .housing-page .outer-link-contents .inner .double-box .item-box .common-text {
  margin-top: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0.9375rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
body.body .housing-page .outer-link-contents .inner .double-box .item-box .common-link {
  margin: 1.6666666667vh auto 0;
}
body.body .housing-page .insta-area {
  margin-top: 13.5555555556vh;
  background: #f0f5f5;
}
body.body .housing-page .insta-area .sb_instagram_header {
  display: none;
}
body.body .housing-page .insta-area .inner {
  padding: 5.5555555556vh 0 5.2222222222vh;
}
body.body .housing-page .insta-area .inner h3 {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.1em;
  color: #1e277e;
}
body.body .housing-page .insta-area .inner h3:before {
  content: "＼ ";
}
body.body .housing-page .insta-area .inner h3:after {
  content: " ／";
}
body.body .housing-page .insta-area .inner .insta-list-wrap {
  width: 860px;
  max-width: 80%;
  margin: 2.5555555556vh auto 0;
}
body.body .housing-page .insta-area .inner .common-link {
  margin: 3.3333333333vh auto 0;
}
@media (min-width: 769px) {
  body.body.page-housing {
    padding-top: 0;
  }
  body.body.page-housing .main-header {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  body.body.on-scroll.page-housing .main-header {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (max-width: 768px) {
  body.body .housing-page .news-area .inner ul {
    display: block;
  }
  body.body .housing-page .news-area .inner ul li {
    width: 100%;
  }
  body.body .housing-page .news-area .inner ul li:after {
    display: none !important;
  }
  body.body .housing-page .news-area .inner ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.body .housing-page .news-area .inner ul li a .image-box {
    width: 45%;
  }
  body.body .housing-page .news-area .inner ul li a .image-box [class^=news-thum] {
    padding-top: 64.5833333333%;
    height: 100%;
  }
  body.body .housing-page .news-area .inner ul li a .text-box {
    width: 50%;
  }
  body.body .housing-page .news-area .inner ul li a .text-box .info-box {
    display: block;
  }
  body.body .housing-page .news-area .inner ul li a .text-box .info-box .category {
    margin-top: 0.6666666667vh;
    display: inline-block;
  }
  body.body .housing-page .news-area .inner ul li a .text-box .title-box .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  body.body .housing-page .news-area .inner ul li + li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #cfcfcf;
  }
  body.body .housing-page .concept-area .inner {
    display: block;
  }
  body.body .housing-page .concept-area .inner:before, body.body .housing-page .concept-area .inner:after {
    display: none;
  }
  body.body .housing-page .concept-area .inner .text-box {
    width: 100%;
    max-width: 100%;
  }
  body.body .housing-page .concept-area .inner .text-box .common-housing-title {
    width: 80%;
    margin: 0 auto;
  }
  body.body .housing-page .concept-area .inner .text-box .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  body.body .housing-page .concept-area .inner .text-box .image-box .image {
    width: 49.25%;
    position: static;
  }
  body.body .housing-page .concept-area .inner .text-box .image-box .image:nth-of-type(1) {
    margin-top: 10%;
  }
  body.body .housing-page .concept-area .inner .text-box .text-inner {
    width: 80%;
    margin: 30px auto 0;
  }
  body.body .housing-page .new-house-area .inner .text-box {
    width: 100%;
  }
  body.body .housing-page .new-house-area .inner .text-box .image-box {
    position: static;
    margin-top: 35px;
    width: 100%;
  }
  body.body .housing-page .new-house-area .inner .common-link {
    margin-left: auto;
    margin-right: auto;
  }
  body.body .housing-page .remodeling-area {
    margin-top: 85px;
  }
  body.body .housing-page .remodeling-area .inner {
    display: block;
    padding: 50px 0 60px;
  }
  body.body .housing-page .remodeling-area .inner:before {
    display: none;
  }
  body.body .housing-page .remodeling-area .inner:after {
    width: 50%;
    max-width: none;
    left: auto;
    right: 0;
  }
  body.body .housing-page .remodeling-area .inner .text-box {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  body.body .housing-page .remodeling-area .inner .text-box .image-box {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
  body.body .housing-page .remodeling-area .inner .text-box .common-housing-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  body.body .housing-page .remodeling-area .inner .text-box .text-inner {
    width: 80%;
    margin: 40px auto 0;
  }
  body.body .housing-page .remodeling-area .inner .text-box .text-inner .common-link {
    margin-left: auto;
    margin-right: auto;
  }
  body.body .housing-page .old-house-renovation-area {
    margin-top: 0;
  }
  body.body .housing-page .old-house-renovation-area .inner {
    display: block;
    padding: 50px 0 60px;
  }
  body.body .housing-page .old-house-renovation-area .inner:after {
    display: none;
  }
  body.body .housing-page .old-house-renovation-area .inner:before {
    width: 50%;
    max-width: none;
    right: auto;
    left: 0;
  }
  body.body .housing-page .old-house-renovation-area .inner .text-box {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  body.body .housing-page .old-house-renovation-area .inner .text-box .image-box {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
  body.body .housing-page .old-house-renovation-area .inner .text-box .common-housing-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  body.body .housing-page .old-house-renovation-area .inner .text-box .text-inner {
    width: 80%;
    margin: 40px auto 0;
  }
  body.body .housing-page .old-house-renovation-area .inner .text-box .text-inner .common-link {
    margin-left: auto;
    margin-right: auto;
  }
  body.body .housing-page .plus-one-area {
    margin-top: 65px;
  }
  body.body .housing-page .plus-one-area .inner .text-box .common-text {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  body.body .housing-page .system-area {
    margin-top: 85px;
    padding-top: 48px;
  }
  body.body .housing-page .system-area .inner {
    width: 100%;
    max-width: 100%;
  }
  body.body .housing-page .system-area .inner:before {
    display: none;
  }
  body.body .housing-page .system-area .inner:after {
    width: 58%;
    height: 531px;
  }
  body.body .housing-page .system-area .inner .text-box {
    width: 100%;
  }
  body.body .housing-page .system-area .inner .text-box .common-housing-title {
    width: 84%;
    margin: 0 auto;
  }
  body.body .housing-page .system-area .inner .text-box .image-box {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
  body.body .housing-page .system-area .inner .text-box .text-inner {
    width: 80%;
    margin: 40px auto 0;
  }
  body.body .housing-page .big-link-button dl dd a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.5555555556vh;
    border: 1px solid #1e277e;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
    width: 100%;
    height: 114px;
    padding: 0 46px 0 4.6875%;
    position: relative;
  }
  body.body .housing-page .big-link-button dl dd a .link-text .jp {
    font-size: 1.25rem;
  }
  body.body .housing-page .big-link-button dl dd a .link-text .en {
    font-size: 0.875rem;
  }
  body.body .housing-page .outer-link-contents .inner .double-box {
    display: block;
  }
  body.body .housing-page .outer-link-contents .inner .double-box .item-box {
    width: 100%;
  }
  body.body .housing-page .outer-link-contents .inner .double-box .item-box + .item-box {
    margin-top: 60px;
  }
}