@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 .housing-faq-page {
  margin-top: 3.3333333333vh;
}
body.body .housing-faq-page .top-box {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
}
body.body .housing-faq-page .top-box .common-text {
  margin-top: 7vh;
}
body.body .housing-faq-page .faq-list-wrap {
  width: 980px;
  max-width: 80%;
  margin: 7.2222222222vh auto 0;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  font-size: 1.5625rem;
  letter-spacing: 0.1em;
  margin-right: 10px;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl dd {
  margin-top: 2px;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl dd .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl dd .link-box .common-link {
  width: auto;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl dd .link-box .common-link .cl-text:after {
  content: "";
  display: inline-block;
  width: 8px;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl.q dt {
  color: #1e277e;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl.q dd {
  color: #1e277e;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 11px;
  letter-spacing: 0.05em;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl.a {
  margin-top: 1.3333333333vh;
  border-top: 1px solid #1e277e;
  padding-top: 1.3333333333vh;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl.a dt {
  color: #00afec;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl.a dd {
  margin-top: 8px;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl.a dd .red {
  color: #de2a2a;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl.a dd .blue {
  color: #1e277e;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl.a dd .light-blue {
  color: #00afec;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl.a dd > * + ul, body.body .housing-faq-page .faq-list-wrap .faq-content dl.a dd > * + ol {
  text-align: left;
  margin: 8px 0;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl.a dd > * + .common-home-sikaku-text {
  margin-top: 13px;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl.a dd ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl.a dd ol li .nth {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #1e277e;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl.a dd ul li {
  padding-left: 1.1em;
  text-indent: -1.1em;
  text-align: left;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl.a dd ul li:before {
  content: "・";
  color: #1e277e;
}
body.body .housing-faq-page .faq-list-wrap .faq-content dl.a dd ul li * {
  text-indent: 0;
}
body.body .housing-faq-page .faq-list-wrap .faq-content + .faq-content {
  margin-top: 3.5555555556vh;
}
body.body .housing-faq-page .common-housing-contact {
  margin-top: 11.6666666667vh;
}