@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 .new-house-page {
  margin-top: 3.3333333333vh;
}
body.body .new-house-page .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
body.body .new-house-page .top-box:after {
  content: "";
  display: block;
  width: 57.8571428571%;
  padding-top: 41.5714285714%;
}
body.body .new-house-page .top-box .text-box {
  width: 22.7142857143%;
  margin-right: 3.8571428571%;
}
body.body .new-house-page .top-box .text-box .logo {
  text-align: center;
}
body.body .new-house-page .top-box .text-box .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 57.8571428571%;
}
body.body .new-house-page .top-box .text-box .main-image img {
  width: 100%;
  display: block;
}
body.body .new-house-page .top-box .text-box .text-inner {
  margin-top: 4vh;
}
body.body .new-house-page .top-box .text-box .text-inner .common-catch2 {
  text-align: center;
}
body.body .new-house-page .top-box .text-box .sub-image {
  position: relative;
  margin-top: 8.8888888889vh;
}
body.body .new-house-page .top-box .text-box .sub-image:before {
  content: "";
  display: block;
  padding-top: 125.1572327044%;
}
body.body .new-house-page .top-box .text-box .sub-image img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
}
body.body .new-house-page .about-area {
  position: relative;
}
body.body .new-house-page .about-area:before {
  content: "";
  display: block;
  width: 28.0714285714%;
  right: 0;
  position: absolute;
  height: 979px;
  top: -105px;
  z-index: -1;
  background: rgba(0, 175, 236, 0.12);
}
body.body .new-house-page .about-area .inner {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
}
body.body .new-house-page .about-area .inner .common-housing-title {
  width: 54.0816326531%;
  margin: -5.4081632653% 0 0 auto;
  text-align: left;
}
body.body .new-house-page .about-area .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: 6.7777777778vh;
}
body.body .new-house-page .about-area .inner .double-box .image-box {
  width: 37.7551020408%;
  margin: 0 auto;
}
body.body .new-house-page .about-area .inner .double-box .image-box img {
  display: block;
  width: 100%;
}
body.body .new-house-page .about-area .inner .double-box .text-box {
  width: 45.5102040816%;
  -ms-flex-item-align: center;
      align-self: center;
}
body.body .new-house-page .about-area .inner .double-box .text-box .common-text {
  margin-top: 1.6666666667vh;
}
body.body .new-house-page .about-area .inner .osusume-box {
  margin-top: 7.7777777778vh;
}
body.body .new-house-page .about-area .inner .osusume-box dd {
  margin-top: 1.4444444444vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.body .new-house-page .about-area .inner .osusume-box dd .item {
  width: 29.7959183673%;
}
body.body .new-house-page .about-area .inner .osusume-box dd .item .image img {
  width: 100%;
}
body.body .new-house-page .about-area .inner .osusume-box dd .item .mini-catch {
  font-weight: 500;
  font-size: 1rem;
  color: #00afec;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin-top: 1.8888888889vh;
}
body.body .new-house-page .about-area .inner .osusume-box dd .item .text {
  font-size: 0.875rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.7857142857em;
  letter-spacing: 0.05em;
  margin-top: 1.3333333333vh;
}
body.body .new-house-page .works-area {
  margin-top: 17.5555555556vh;
  position: relative;
  padding: 8.3333333333vh 0;
}
body.body .new-house-page .works-area:before {
  content: "";
  display: block;
  height: 100%;
  background: #f0f5f5;
  width: 64.2857142857%;
  left: 8.2857142857%;
  z-index: -1;
  top: 0;
  position: absolute;
}
body.body .new-house-page .works-area .inner h3 {
  width: 980px;
  text-align: left;
  max-width: 80%;
  margin: 0 auto;
}
body.body .new-house-page .works-area .inner .common-works-slide-box {
  margin-top: 5vh;
}
body.body .new-house-page .flow-area {
  margin-top: 11.6666666667vh;
}
body.body .new-house-page .flow-area .inner {
  width: 980px;
  max-width: 80%;
  margin: 9.6666666667vh auto 0;
}
body.body .new-house-page .flow-area .inner .common-housing-title {
  text-align: left;
}
body.body .new-house-page .flow-area .inner ol {
  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;
  margin-top: 6.1111111111vh;
  position: relative;
}
body.body .new-house-page .flow-area .inner ol:after {
  display: block;
  height: 100%;
  border-right: 2px dotted #00afec;
  top: 0;
  left: calc(50% - 1px);
  position: absolute;
}
body.body .new-house-page .flow-area .inner ol li {
  width: 45.9183673469%;
  margin-top: 3.8888888889vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.body .new-house-page .flow-area .inner ol li:nth-of-type(1), body.body .new-house-page .flow-area .inner ol li:nth-of-type(2) {
  margin-top: 0;
}
body.body .new-house-page .flow-area .inner ol li .icon {
  width: 28.4444444444%;
}
body.body .new-house-page .flow-area .inner ol li .icon img {
  width: 100%;
}
body.body .new-house-page .flow-area .inner ol li .text-box {
  width: 65.7777777778%;
}
body.body .new-house-page .flow-area .inner ol li .text-box .nth-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.body .new-house-page .flow-area .inner ol li .text-box .nth-box .nth {
  color: #00afec;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.875rem;
  margin-right: 7px;
  letter-spacing: 0.05em;
}
body.body .new-house-page .flow-area .inner ol li .text-box .nth-box .title {
  font-weight: 500;
  font-size: 1.125rem;
  color: #1e277e;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  padding: 1px 4px;
  background: rgba(0, 175, 236, 0.12);
  width: 100%;
}
body.body .new-house-page .flow-area .inner ol li .text-box .text {
  margin-top: 0.7777777778vh;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.7142857143em;
}
body.body .new-house-page .energy-area {
  margin-top: 13.3333333333vh;
}
body.body .new-house-page .energy-area .inner {
  width: 1202px;
  max-width: 100%;
  padding: 5.5555555556vh 0;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
body.body .new-house-page .energy-area .inner:before {
  content: "";
  display: block;
  padding-top: 30.4492512479%;
}
body.body .new-house-page .energy-area .inner:after {
  content: "";
  display: block;
  width: 66.0565723794%;
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 175, 236, 0.12);
}
body.body .new-house-page .energy-area .inner .text-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 38.8519134775%;
  margin-right: 7.4875207987%;
}
body.body .new-house-page .energy-area .inner .text-box .common-housing-title {
  text-align: left;
}
body.body .new-house-page .energy-area .inner .text-box .image {
  position: absolute;
  margin-top: 5.5555555556vh;
  left: 0;
  top: 0;
  width: 45.2579034942%;
}
body.body .new-house-page .energy-area .inner .text-box .image img {
  width: 100%;
  display: block;
}
body.body .new-house-page .energy-area .inner .text-box .text-inner {
  margin-top: 3.3333333333vh;
}
body.body .new-house-page .energy-area .inner .text-box .text-inner .common-text {
  margin-top: 1.7777777778vh;
}
body.body .new-house-page .energy-area .inner .text-box .text-inner .common-link {
  margin-top: 2.7777777778vh;
}
body.body .new-house-page .common-housing-contact {
  margin-top: 11.6666666667vh;
}

@media (max-width: 768px) {
  body.body .new-house-page .top-box {
    display: block;
  }
  body.body .new-house-page .top-box:after {
    display: none;
  }
  body.body .new-house-page .top-box .text-box {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  body.body .new-house-page .top-box .text-box .common-title2 {
    width: 80%;
    margin: 0 auto;
  }
  body.body .new-house-page .top-box .text-box .main-image {
    width: 100%;
    margin-top: 35px;
    position: static;
  }
  body.body .new-house-page .top-box .text-box .main-image img {
    width: 100%;
  }
  body.body .new-house-page .top-box .text-box .text-inner {
    width: 80%;
    margin: 30px auto 0;
  }
  body.body .new-house-page .top-box .text-box .sub-image {
    width: 73.25%;
    margin: 35px 0 0 0;
  }
  body.body .new-house-page .top-box .text-box .sub-image:before {
    display: none;
  }
  body.body .new-house-page .top-box .text-box .sub-image img {
    position: static;
    width: 100%;
    height: auto;
  }
  body.body .new-house-page .about-area {
    margin-top: 56px;
  }
  body.body .new-house-page .about-area:before {
    display: none;
  }
  body.body .new-house-page .about-area .inner .common-housing-title {
    width: 100%;
    margin-top: 0;
  }
  body.body .new-house-page .about-area .inner .common-housing-title .en {
    display: block;
  }
  body.body .new-house-page .about-area .inner .double-box {
    display: block;
  }
  body.body .new-house-page .about-area .inner .double-box .image-box {
    width: 100%;
  }
  body.body .new-house-page .about-area .inner .double-box .text-box {
    width: 100%;
    margin-top: 28px;
  }
  body.body .new-house-page .about-area .inner .osusume-box dd {
    display: block;
    width: 91.25%;
    margin-left: auto;
    margin-right: auto;
  }
  body.body .new-house-page .about-area .inner .osusume-box dd .item {
    width: 100%;
  }
  body.body .new-house-page .about-area .inner .osusume-box dd .item + .item {
    margin-top: 40px;
  }
  body.body .new-house-page .works-area {
    margin-top: 90px;
    padding: 55px 0 65px;
    background: #f0f5f5;
  }
  body.body .new-house-page .works-area:before {
    display: none;
  }
  body.body .new-house-page .works-area .inner .common-housing-title {
    text-align: center;
  }
  body.body .new-house-page .works-area .inner .common-housing-title .en {
    display: block;
  }
  body.body .new-house-page .flow-area .inner .common-housing-title .en {
    display: block;
  }
  body.body .new-house-page .flow-area .inner ol {
    display: block;
  }
  body.body .new-house-page .flow-area .inner ol:after {
    display: none;
  }
  body.body .new-house-page .flow-area .inner ol li {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.body .new-house-page .flow-area .inner ol li + li {
    margin-top: 25px !important;
  }
  body.body .new-house-page .flow-area .inner ol li .icon {
    width: 21.25%;
    position: relative;
  }
  body.body .new-house-page .flow-area .inner ol li .icon:before {
    content: "";
    display: block;
    padding-top: 114.7058823529%;
  }
  body.body .new-house-page .flow-area .inner ol li .icon img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
  body.body .new-house-page .flow-area .inner ol li .text-box {
    width: 76.5625%;
  }
  body.body .new-house-page .energy-area {
    margin-top: 68px;
  }
  body.body .new-house-page .energy-area .inner {
    padding: 50px 0 0;
  }
  body.body .new-house-page .energy-area .inner:before {
    display: none;
  }
  body.body .new-house-page .energy-area .inner:after {
    width: 58%;
    height: 531px;
  }
  body.body .new-house-page .energy-area .inner .text-box {
    width: 100%;
    margin-right: 0;
  }
  body.body .new-house-page .energy-area .inner .text-box .common-housing-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  body.body .new-house-page .energy-area .inner .text-box .common-housing-title .en {
    display: block;
  }
  body.body .new-house-page .energy-area .inner .text-box .image {
    width: 100%;
    position: static;
    margin-top: 38px;
  }
  body.body .new-house-page .energy-area .inner .text-box .text-inner {
    width: 80%;
    margin: 48px auto 0;
  }
  body.body .new-house-page .energy-area .inner .text-box .text-inner .common-link {
    margin: 30px auto 0;
  }
}