@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;
  }
}
.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-category-page .spec-area {
  margin-top: 22.88vh;
}
body.body.housing-category-page .spec-area .inner {
  margin: 0 auto;
  width: 600px;
  max-width: 80%;
}
body.body.housing-category-page .spec-area .common-housing-title {
  text-align: left;
}
body.body.housing-category-page .spec-area .common-housing-title .en, body.body.housing-category-page .spec-area .common-housing-title .jp {
  display: inline-block;
}
body.body.housing-category-page .concept-page .history-area {
  margin-top: 22.8888888889vh;
}
body.body.housing-category-page .concept-page .history-area .inner {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
}
body.body.housing-category-page .concept-page .history-area .inner .history-top-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body.housing-category-page .concept-page .history-area .inner .history-top-double .text-box {
  width: 490px;
  max-width: 100%;
}
body.body.housing-category-page .concept-page .history-area .inner .history-top-double .text-box .common-housing-title {
  text-align: left;
}
body.body.housing-category-page .concept-page .history-area .inner .history-top-double .text-box .common-housing-title .jp, body.body.housing-category-page .concept-page .history-area .inner .history-top-double .text-box .common-housing-title .en {
  display: inline-block;
}
body.body.housing-category-page .concept-page .history-area .inner .history-top-double .text-box .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 58.4693877551%;
}
body.body.housing-category-page .concept-page .history-area .inner .history-top-double .text-box .image img {
  width: 100%;
}
body.body.housing-category-page .concept-page .history-area .inner .history-top-double .text-box .text-inner {
  margin-top: 5.3333333333vh;
}
body.body.housing-category-page .concept-page .history-area .inner .history-top-double .text-box .text-inner .common-text {
  margin-top: 1.6666666667vh;
}
body.body.housing-category-page .concept-page .history-area .inner .history-item-list {
  margin-top: 7.2222222222vh;
}
body.body.housing-category-page .concept-page .history-area .inner .history-item-list li {
  position: relative;
  padding: 3.6666666667vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 884px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.body.housing-category-page .concept-page .history-area .inner .history-item-list li .image-box {
  width: 43.4389140271%;
}
body.body.housing-category-page .concept-page .history-area .inner .history-item-list li .image-box:before {
  content: "";
  display: block;
  height: 100%;
  width: 87.1040723982%;
  position: absolute;
  z-index: -10;
  top: 0;
  right: 0;
  background: rgba(0, 175, 236, 0.12);
}
body.body.housing-category-page .concept-page .history-area .inner .history-item-list li .image-box img {
  width: 100%;
}
body.body.housing-category-page .concept-page .history-area .inner .history-item-list li .text-box {
  width: 44.6832579186%;
  margin: 0 auto;
  position: relative;
}
body.body.housing-category-page .concept-page .history-area .inner .history-item-list li .text-box .common-text {
  margin-top: 1.7777777778vh;
  padding-left: 1.1em;
}
body.body.housing-category-page .concept-page .history-area .inner .history-item-list li .text-box .nth {
  position: absolute;
  z-index: -1;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 4.75rem;
  position: absolute;
  letter-spacing: 0.05em;
  top: -50px;
  right: -35px;
}
body.body.housing-category-page .concept-page .history-area .inner .history-item-list li + li {
  margin-top: 3.6666666667vh;
}
body.body.housing-category-page .concept-page .history-area .inner .history-item-list li:nth-of-type(even) .image-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.body.housing-category-page .concept-page .history-area .inner .history-item-list li:nth-of-type(even) .image-box:before {
  background: #f0f5f5;
  right: auto;
  left: 0;
}

@media (max-width: 768px) {
  body.body .concept-page .history-area {
    margin-top: 98px;
  }
  body.body .concept-page .history-area .inner .history-top-double .text-box {
    width: 100%;
  }
  body.body .concept-page .history-area .inner .history-top-double .text-box .image {
    width: 100%;
    position: static;
    margin-top: 30px;
  }
  body.body .concept-page .history-area .inner .history-top-double:after {
    display: none;
  }
  body.body .concept-page .history-area .inner .history-item-list li {
    display: block;
    padding: 38px 0;
  }
  body.body .concept-page .history-area .inner .history-item-list li:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(0, 175, 236, 0.12);
    height: 100%;
    width: 100vw;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: -10;
  }
  body.body .concept-page .history-area .inner .history-item-list li + li {
    margin-top: 20px;
  }
  body.body .concept-page .history-area .inner .history-item-list li .image-box {
    width: 100%;
  }
  body.body .concept-page .history-area .inner .history-item-list li .image-box:before {
    display: none;
  }
  body.body .concept-page .history-area .inner .history-item-list li .text-box {
    width: 100%;
    margin-top: 23px;
  }
  body.body .concept-page .history-area .inner .history-item-list li .text-box .nth {
    top: auto;
    bottom: -15px;
    right: -20px;
  }
  body.body .concept-page .history-area .inner .history-item-list li:nth-of-type(even):before {
    background: #f0f5f5;
  }
}
.spec-section {
  margin-top: 60px;
}
.spec-section__description {
  margin-top: 10px;
  white-space: pre-line;
  padding-left: 1.1em;
  font-size: 0.9375rem;
  text-align: justify;
  line-height: 1.93em;
  letter-spacing: 0.06em;
}