@charset "UTF-8";
@import url("/hebel/common/css/mod-reset.css");
@import url("/hebel/common/css/mod-base-s.css");
@import url("/hebel/common/css/mod-structure-s_2013.css");
@import url("/hebel/common/css/d-base.css");
@import url("/hebel/common/css/mod-base-p.css") print;

/* -----------------------------------------------------------
  Modules for Contact Top
----------------------------------------------------------- */

/* Layout
----------------------------------------------------------- */
body {
  background-image: none;
  font-size: 100.01%;
}

.hebel-logo {
  display: block;
  width: 100%;
  height: 26px !important;
}

#contents #case .case__tab__area ul.header {
  display: flex !important;
}

/* sp/pc表示  */
.sp-visible {
  display: none !important;
}

.pc-visible {
  display: block !important;
}

#breadcrumbs {
  text-align: left;
}

#footNavAbox {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#footNavA {
  box-shadow: none;
}

#footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #header {
    height: 80px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #f7f7f7;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
  }

  #tkj-container,
  .btn-humbg,
  #drawer {
    display: none;
  }

  .subNavArea {
    text-align: left;
  }

  #gNavAreaContainer,
  #dev-footer-pc {
    /* PC用ヘッダーとフッター表示 */
    display: block;
  }

  #dev-footer-smp {
    /* smp用フッター非表示 */
    display: none;
  }

  #footNavAbox {
    z-index: 999999999;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  #tkj-container {
    position: relative;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    background: url(/hebel/topics/towncompo/images/bg-pat.png);
  }

  #tkj-container * {
    font-size: 1.4rem;
    line-height: 1.6;
    font-family: Meiryo, メイリオ, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", Osaka,
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    outline: none;
  }

  .tkj-smp-header {
    position: fixed;
    display: block;
    width: 100%;
    min-width: 320px;
    height: auto;
    padding: 8px 0;
    background: #f7f7f7;
    transition: 0.2s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 100;
  }

  .tkj-smp-header a:link,
  a:visited {
    color: #698296;
    text-decoration: underline;
  }

  .tkj-smp-logo-hebel {
    display: block;
    width: 100px;
    height: 26px;
    margin: 0 auto;
  }

  /* btn-humbg */
  .btn-humbg {
    position: fixed;
    display: block;
    width: 42px;
    height: 42px;
    top: 0px;
    right: 9px;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    cursor: pointer;
    z-index: 101;
  }

  .menu-switch,
  .menu-switch span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .menu-switch {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 3;
  }

  .menu-switch span {
    position: absolute;
    left: 10px;
    width: 50%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    transition: 0.3s;
  }

  .menu-switch span:nth-of-type(1) {
    top: 13px;
  }

  .menu-switch span:nth-of-type(2) {
    top: 19px;
  }

  .menu-switch span:nth-of-type(3) {
    bottom: 13px;
  }

  .btn-humbg.active {
    -webkit-transform: translate(9px, 0);
    transform: translate(9px, 0);
    z-index: 1000000;
  }

  .menu-switch.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }

  .menu-switch.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-switch.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }

  /* drawer */
  /*// .side-nav-wrapper*/
  .side-nav-wrapper {
    position: fixed;
    width: 100%;
    min-height: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    right: 0;
    z-index: 103;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .side-nav-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: opacity 0.1s ease 0.25s;
  }

  /*.side-nav-wrapper.is-open*/
  .side-nav-wrapper.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .side-nav-wrapper.is-open::before {
    opacity: 1;
  }

  /*.side-nav-content*/
  .side-nav-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 73.6%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
  }

  .smp-logo-hebel {
    display: block;
    margin: 12px auto 12px;
    width: 30%;
  }

  .smp-logo-hebel>img {
    display: block;
    width: 100%;
  }

  .smp-logo-tkj {
    display: block;
    height: auto;
    width: 76%;
    margin: 32px auto;
  }

  .side-nav-content .hr-line {
    display: block;
    width: 90%;
    height: 2px;
    border: 0;
    margin: 24px 0;
    height: 1px;
    margin: 0 auto;
    background: rgba(109, 133, 153, 0.3);
  }

  .side-nav ul {
    list-style: none;
    padding: 0;
    margin: 24px auto 0;
    box-sizing: border-box;
    width: 90%;
    overflow: hidden;
  }

  .side-nav li {
    display: block;
    position: relative;
    transition: 0.2s;
    cursor: pointer;
  }

  .side-nav li a,
  .side-nav li a:active {
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    color: #7d92a3;
  }

  .side-nav li a:hover {
    background: rgba(100, 100, 100, 0.1);
  }

  .side-nav li a {
    padding: 8px 0 8px 24px;
  }

  .side-nav ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .side-nav ul li:nth-child(1) a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .side-nav ul li a {
    padding: 8px 0 8px 10px;
    text-decoration: none;
    transition: 0.2s;
  }

  .side-nav ul ul li a:hover {
    text-decoration: underline;
    color: #28e6ff;
  }

  .side-nav ul li a span {
    display: inline-block;
    font-size: 9px !important;
  }

  .side-nav>ul>li>a[href="#"]:after {
    content: "+";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 20px;
    line-height: 20px;
    color: #7d92a3;
    transition: 0.2s;
  }

  .side-nav li.active>a[href="#"]:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  .side-nav ul ul li>a:not([href="#"]):after {
    content: "›";
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.2);
    transition: 0.2s;
    text-align: center;
  }

  .side-nav>ul>li>ul {
    display: none;
  }

  .tkj-cta {
    width: 100%;
    background: url(/hebel/topics/towncompo/images/bg-cta-info-sp.jpg) top center no-repeat;
    background-size: 150%;
  }

  .tkj-cta.on-drm {
    width: 90%;
    margin: 24px auto;
    min-width: initial;
  }

  .tkj-cta.on-drm .tkj-img-catalog {
    display: block;
    height: auto;
    margin: 0 auto;
    padding-bottom: 24px;
    width: 70%;
  }

  .tkj-info-box {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    padding: 24px 0;
    position: relative;
    text-align: center;
    width: 90%;
  }

  .tkj-info-box .ssCtaPrg {
    position: relative;
    top: 0;
    left: 50%;
    text-align: center;
    color: #fff;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 2rem !important;
    width: 100%;
    z-index: 2;
  }

  .tkj-info-box .tkj-img-catalog {
    display: block;
    /*width: 70%;*/
    width: 280px;
    margin: 8px auto;
  }

  .tkj-cta.on-drm .tkj-info-box .ssCtaPrg {
    font-size: 15px !important;
    color: #fff;
    text-shadow: #007993 0 0 10px, #007993 -1px 0 10px, #007993 0px -1px 10px, #007993 -1px -1px 10px;
  }

  .tkj-cta.on-drm .btn-cta {
    font-size: 12px !important;
    text-shadow: #007993 0 0 10px, #007993 -1px 0 10px, #007993 0px -1px 10px, #007993 -1px -1px 10px;
  }

  .tkj-info-box .tkj-btn.btn-cta {
    background: transparent;
    margin-top: 16px;
  }

  .btn-cta {
    border: 2px solid #fff;
    color: #fff !important;
  }

  .tkj-btn {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    transition: 0.2s;
    text-decoration: none !important;
    padding: 10px 16px 8px;
    cursor: pointer;
  }

  .tkj-btn p::after {
    content: "";
    background-image: url(/hebel/topics/towncompo/images/ico_anchor_arrow.png);
    display: inline-block;
    width: 20px;
    /*画像の幅*/
    height: 10px;
    /*画像の高さ*/
    background-position: center;
    background-size: 20px 10px;
    margin-left: 8px;
  }

  nav {
    display: block;
  }

  .about__top,
  .point__top,
  .case__top,
  .column__top {
    margin-top: -30px;
    padding-top: 30px;
  }

  #tkj-container * {
    font-size: 1.6rem;
    /* base size 16px */
    line-height: 1.8;
  }

  /* スマホ用ヘッダー */
  .tkj-smp-header {
    display: none;
  }

  /* PCのヘッダーテンプレートにシャドウ */
  #gNavAreaContainer {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
    z-index: 1001;
  }

  /* sp/pc表示  */
  .sp-visible {
    display: block !important;
  }

  .pc-visible {
    display: none !important;
  }

  #tkj-container {
    position: relative;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    background: url(/hebel/topics/towncompo/images/bg-pat.png);
  }

  #tkj-container * {
    font-size: 1.4rem;
    line-height: 1.6;
    font-family: Meiryo, メイリオ, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", Osaka,
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    outline: none;
  }

  .tkj-smp-header {
    position: fixed;
    display: block;
    width: 100%;
    min-width: 320px;
    height: auto;
    padding: 8px 0;
    background: #f7f7f7;
    transition: 0.2s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 100;
  }

  .tkj-smp-header a:link,
  a:visited {
    color: #698296;
    text-decoration: underline;
  }

  .tkj-smp-logo-hebel {
    display: block;
    width: 100px;
    height: 26px;
    margin: 0 auto;
  }

  /* btn-humbg */
  .btn-humbg {
    position: fixed;
    display: block;
    width: 42px;
    height: 42px;
    top: 0px;
    right: 9px;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    cursor: pointer;
    z-index: 101;
  }

  .menu-switch,
  .menu-switch span {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .menu-switch {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 3;
  }

  .menu-switch span {
    position: absolute;
    left: 10px;
    width: 50%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    transition: 0.3s;
  }

  .menu-switch span:nth-of-type(1) {
    top: 13px;
  }

  .menu-switch span:nth-of-type(2) {
    top: 19px;
  }

  .menu-switch span:nth-of-type(3) {
    bottom: 13px;
  }

  .btn-humbg.active {
    -webkit-transform: translate(9px, 0);
    transform: translate(9px, 0);
    z-index: 1000000;
  }

  .menu-switch.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }

  .menu-switch.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-switch.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }

  #dev-footer-smp {
    font-size: 12px;
  }

  div#footerIn {
    padding: 16px 0 40px;
  }

  div#footNavBox {
    margin: 0 !important;
  }
}

.infomationBlock {
  padding: 0;
  background: none;
}

.line {
  background: none !important;
}

.line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eee !important;
  padding: 0 !important;
  margin: 40px auto 30px auto;
}

.wrapper {
  clear: both;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
}

.wrapper * {
  box-sizing: border-box;
}

.wrapper a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {

  .wrapper a:hover,
  .wrapper button:hover {
    opacity: .6;
  }
}

.wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrapper img.of-contain {
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain;";
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  #container {
    overflow: hidden;
    min-width: 980px;
  }
}

@media screen and (max-width: 767px) {

  #gNavAreaContainer,
  #dev-footer-pc {
    display: none;
  }

  #breadcrumbs {
    display: none;
  }

  #footNavAbox {
    display: none;
  }

  #pageTop {
    padding-right: 16px;
    border-bottom: 11px solid #eee;
  }

  #pageTop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    background: #eee;
  }
}

.wrapper button,
.mhr-modal button {
  outline: none;
}

.wrapper button:disabled,
.mhr-modal button:disabled {
  background-color: #aaa;
  cursor: not-allowed;
}

.bg--gray {
  position: relative;
  width: 100%;
  background-color: #f3f3f3;
}

/* Hero */
.hero {
  background: url(/image.jsp?id=776697) no-repeat center center/cover;
  height: 320px;
  margin-bottom: 100px;
  overflow: hidden;
  width: 100%;
}

.hero_inn {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.hero h1 {
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-align: center;
}

.hero h1 span {
  display: block;
}

.hero h1 span:nth-of-type(1) {
  font-size: 40px;
}

.hero h1 span:nth-of-type(2) {
  font-size: 16px;
  letter-spacing: .04em;
}

@media screen and (max-width: 767px) {
  .hero {
    background-image: url(/image.jsp?id=776700);
    height: 160px;
    margin-bottom: 45px;
  }

  .hero h1 span:nth-of-type(1) {
    font-size: 24px;
    line-height: calc(30/24);
  }

  .hero h1 span:nth-of-type(2) {
    font-size: 12px;
  }
}

/* Banner Area
----------------------------------------------------------- */
.banner-area {
  background-color: #F8F8F8;
  padding: 80px 0;
}

*+.banner-area {
  margin-top: 100px;
}

.bnr-area__inn {
  margin: 0 auto;
  max-width: 900px;
}

.bnr__feature__image+.bnr__feature__image {
  margin-top: 28px;
}

.bnr__feature__image picture {
  display: block;
}

.bnr__feature__image img {
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
}

.bnr__feat--list li+li {
  margin-top: 25px;
}

.bnr__feat--list li .feat__title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 24px;
  background: no-repeat left top/60px 24px;
  top: 0;
  left: 0;
}

.bnr__feat--list li[data-index="1"] .feat__title::before {
  background-image: url(../images/icon_features1.png);
}

.bnr__feat--list li[data-index="2"] .feat__title::before {
  background-image: url(../images/icon_features2.png);
}

.bnr__feat--list li .feat__title {
  position: relative;
  padding-left: 68px;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}

.bnr__feat--list li .feat__text {
  padding-left: 8px;
  margin-top: 1em;
  color: #000;
  font-size: 0.875rem;
  line-height: calc(24 / 14);
}

@media screen and (max-width: 767px) {
  .banner-area {
    padding: 48px 24px;
  }

  .bnr__feature__image+.bnr__feature__image {
    margin-top: 12px;
  }

  .bnr__feat--list li+li {
    margin-top: calc(2.29vw + 7.4122px);
  }

  .bnr__feat--list li .feat__text {
    line-height: 1.5;
  }
}

/* Bottom Link Area
----------------------------------------------------------- */
*+.mhr-bottom {
  margin-top: 80px;
}

.mhr-bottom-inner {
  align-items: flex-start;
  column-gap: calc((1080 - 328*3)/2/1080*100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1080px;
}

.mhr-bottom-block {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  width: calc(328/1080*100%);
}

.mhr-bottom-block h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .02em;
  line-height: calc(25/20);
  margin-bottom: 30px;
  padding-left: 13px;
  position: relative;
  width: 100%;
}

.mhr-bottom-block h2:before {
  background-color: #F94616;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: calc(3em/20);
  width: 2px;
}

.mhr-bottom-block p {
  font-size: 12px;
  letter-spacing: .02em;
  line-height: calc(22/12);
  width: 100%;
}

.mhr-bottom-button {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #DDD;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: .02em;
  line-height: calc(17/14);
  padding: 21px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

a.mhr-bottom-button:link,
a.mhr-bottom-button:visited,
a.mhr-bottom-button:hover,
a.mhr-bottom-button:active {
  color: #000;
}

*+.mhr-bottom-button {
  margin-top: 24px;
}

.mhr-bottom-button:after {
  background: url(/hebel/model/common/images/arrow_mhr_bottom.svg) left center/contain no-repeat;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.mhr-bottom-link {
  color: #F84616;
  display: inline-block;
  font-size: 12px;
  letter-spacing: .04em;
}

a.mhr-bottom-link:link,
a.mhr-bottom-link:visited,
a.mhr-bottom-link:hover,
a.mhr-bottom-link:active {
  color: #F84616;
}

*+.mhr-bottom-link {
  margin-top: 10px;
}

.mfp-bg {
  background: rgba(0, 0, 0, .3);
  opacity: 1;
}

.mhr-bottom-modal {
  background-color: #FFF;
  margin: 0 auto;
  max-width: 1080px;
  padding: 45px 60px;
  position: relative;
}

.mhr-bottom-modal .mfp-close {
  background: #FFF url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cg%20transform%3D%22translate(-334%20-19.808)%22%3E%3Crect%20width%3D%2223.498%22%20height%3D%221.958%22%20rx%3D%220.979%22%20transform%3D%22translate(335.385%2019.808)%20rotate(45)%22%20fill%3D%22%23666%22%2F%3E%3Crect%20width%3D%2223.498%22%20height%3D%221.958%22%20rx%3D%220.979%22%20transform%3D%22translate(352%2021.192)%20rotate(135)%22%20fill%3D%22%23666%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center/18px auto no-repeat;
  border: none;
  cursor: pointer;
  height: 60px;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 60px;
  z-index: 1;
}

.mhr-bottom-modal .mfp-close:active {
  top: 0;
}

@media (min-width: 768px) {
  .mhr-bottom-button {
    transition: opacity .2s ease-in-out;
  }
}

@media screen and (max-width: 767px) {
  *+.mhr-bottom {
    margin-top: 60px;
  }

  .mhr-bottom {
    padding: 0 24px;
  }

  .mhr-bottom-inner {
    display: block;
  }

  .mhr-bottom-block {
    width: 100%;
  }

  .mhr-bottom-block+.mhr-bottom-block {
    margin-top: 60px;
  }

  .mhr-bottom-block h2 {
    margin-bottom: 20px;
  }

  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }

  .mhr-bottom-modal {
    padding: 60px 24px;
  }
}

/* ModelHouse Result
----------------------------------------------------------- */
.mhr-section {
  padding-bottom: 80px;
}

.mhr-section__inn {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

/* heading */
.mhr-section__header {
  width: 100%;
  margin-bottom: 37px;
}

.mhr-section__header div.searchlist {
  font-weight: bold;
}

.mhr-section__header h2,
.mhr-section__header div.searchlist {
  position: relative;
  display: block;
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.mhr-section__header h2::before,
.mhr-section__header div::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #000;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.mhr-section__header h2 span,
.mhr-section__header div.searchlist span {
  position: relative;
  display: inline-block;
  height: 100%;
  padding-bottom: 8px;
  border-bottom: 2px solid #e94a23;
  z-index: 2;
}

/* filter button */
#model-wrap>.mhr__filter-btn {
  align-items: center;
  background: #FFF;
  border: 1px solid #DDD;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: .02em;
  line-height: calc(17/14);
  margin: 0 auto;
  max-width: 327px;
  padding: 21px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

#model-wrap>*+.mhr__filter-btn {
  margin-top: 48px;
}

#model-wrap>.mhr__filter-btn:after {
  background: url(/file.jsp?id=776711) center/contain no-repeat;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

@media (min-width: 768px) {
  #model-wrap>.mhr__filter-btn {
    transition: opacity .2s ease-in-out;
  }

  #model-wrap>.mhr__filter-btn:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 767px) {
  #model-wrap>.mhr__filter-btn {
    max-width: calc(100% - 48px);
  }

  #button2.mhr__filter-btn::before {
    margin-top: -20px;
  }

  .mhr-section__header h2,
  .mhr-section__header div.searchlist {
    margin-bottom: calc(4.07vw + 8.7328px);
    font-size: 1.125rem;
  }
}

/* result message */
.mhr__msg {
  width: 100%;
  padding: 16px;
  background-color: #f3f3f3;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
  justify-content: center;
  align-items: center;
}

.mhr__msg::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #f3f3f3;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: none;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

/* model house item */
.modelhouse__list-wrap {
  margin-top: 45px;
}

.modelhouse__header {
  height: 37px;
}

.mhr__more-btn+.modelhouse__header {
  margin-top: 45px;
}

/*#model-wrap .modelhouse__list li {
  display: none;
}*/

.modelhouse__item--features {
  width: 100%;
  padding: 16px;
  background-color: #f3f3f3;
  margin-top: 20px;
  font-size: 12px;
}

.mhr__more-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 48px;
  padding: 0;
  margin: 23px auto 0;
  background-color: #000;
  border: none;
  color: #fff;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  transition: 0.2s;
  outline: none;
  cursor: pointer;
}

.mhr__more-btn::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url(/hebel/model/common/images/arrow_down_white.svg) no-repeat center center/100% 100%;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}

.mhr__more-btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .mhr-section {
    padding: 0 4.2666666667vw calc(8.14vw + 17.466px);
  }

  #model-wrap>.mhr__filter-btn {
    max-width: none;
    width: calc(100% - 48px);
  }

  .mhr-section__header h2 {
    margin-bottom: calc(4.07vw + 8.7328px);
    font-size: 1.125rem;
  }

  .modelhouse__list-wrap {
    margin-top: calc(1.78vw + 23.321px);
  }

  .mhr__more-btn+.modelhouse__header {
    margin-top: calc(1.78vw + 23.321px);
  }

  .mhr__more-btn {
    width: 256px;
    height: 44px;
    margin-top: 16px;
    font-size: 0.875rem;
  }
}

/* ModelHouse by Region
----------------------------------------------------------- */
/*.mhbr-section__inn {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}*/

/* heading */
/*.mhbr-section__header h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .02em;
  line-height: calc(25/20);
  margin-bottom: 30px;
  padding-left: 13px;
  position: relative;
}

.mhbr-section__header h2:before {
  background-color: #F94616;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: calc(3em/20);
  width: 2px;
}*/

/* contents */
/*.mbhr__area {
  border: solid #DDD;
  border-width: 1px 0;
  padding: 32px 60px;
}

.mbhr-region__item {
  align-items: flex-start;
  display: flex;
}

.mbhr-region__item+.mbhr-region__item {
  border-top: 1px solid #F5F5F5;
  margin-top: 20px;
  padding-top: 20px;
}

.mbhr-region__item input {
  display: none;
}

.mbhr-region__name {
  cursor: default;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: calc(22/16);
  padding: 16px 0;
  width: 80px;
}*/

/*@media screen and (max-width: 767px) {
  .mbhr__area {
    padding: 0;
  }

  .mbhr-region__item {
    display: block;
  }

  .mbhr-region__item+.mbhr-region__item {
    border-top-color: #DDD;
    margin-top: 0;
    padding-top: 0;
  }

  .mbhr-region__name {
    display: block;
    margin-bottom: 0;
    padding: 26px 0;
    position: relative;
    width: 100%;
  }
}*/

/*.mbhr-prefecture__list {
  align-items: center;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.mbhr-prefecture__item {
  font-size: 14px;
  letter-spacing: .04em;
  line-height: calc(22/14);
  position: relative;
  width: 176px;
}

.mbhr-prefecture__item a {
  align-items: center;
  color: inherit;
  display: flex;
  justify-content: flex-start;
  padding: 16px 32px 16px 24px;
  position: relative;
}

.mbhr-prefecture__item a:after {
  background: url(/hebel/model/common/images/arrow_right_orange.svg) no-repeat right center / 100% 100%;
  content: "";
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 12px;
}*/

/*@media screen and (max-width: 767px) {
  .mbhr-prefecture__list {
    display: none;
    padding: 0 0 0 14px;
    width: 100%;
  }

  .mbhr-prefecture__item {
    width: 100%;
  }

  .mbhr-prefecture__item+.mbhr-prefecture__item {
    border-top: 1px solid #F5F5F5;
  }

  .mbhr-prefecture__item a {
    padding: 20px 32px 20px 0;
  }
}*/

/* button group */
.mhbr__btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.mhbr__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 40px;
  background-color: #fff;
}

.mhbr__btn+.mhbr__btn {
  margin-left: 40px;
}

.mhbr__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  color: inherit;
  font-weight: bold;
  text-align: center;
}

.mhbr__btn.search--land a {
  color: #0b51a7;
}

.mhbr__btn.search--event a {
  color: #009966;
}

@media screen and (max-width: 767px) {
  /*.mhbr-section {
    padding: 0 24px;
  }

  .mhbr-section__header h2 {
    font-size: 20px;
    letter-spacing: .02em;
    margin-bottom: 20px;
  }

  .mbhr-region__item+.mbhr-region__item {
    margin-top: 2px;
  }*/

  /* -- accrdion */
  /*.mbhr-region__item input {
    display: none;
  }

  .mbhr-region__item input+.mbhr-region__name::after {
    background: url(/hebel/model/common/images/icon_accordion_plus.svg) center/contain no-repeat;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
  }

  .mbhr-region__item input:checked+.mbhr-region__name::after {
    background-image: url(hebel/model/common/images/icon_accordion_minus.svg);
  }

  .mbhr-region__item input:checked+.mbhr-region__name+.mbhr-prefecture__list {
    display: block;
  }*/

  /* Button */
  .mhbr__btn-group {
    display: block;
    padding: 0 4.2666666667vw;
    margin-top: 48px;
  }

  .mhbr__btn {
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
  }

  .mhbr__btn+.mhbr__btn {
    margin: calc(6.11vw - 6.9px) auto 0 auto;
  }
}

/* Modal: ModelHouse Result
----------------------------------------------------------- */
.mhr-modal {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all ease-in-out 0.4s;
  z-index: 9999999999;
  -webkit-overflow-scrolling: touch;
}

.mhr-modal[data-hidden="false"] {
  visibility: visible;
  opacity: 1;
}

.mhr-modal * {
  box-sizing: border-box;
}

.mhr-modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
}

.mhr-modal__inn {
  background-color: #FFF;
  height: calc(100% - 100px);
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
  top: 50px;
  width: 100%;
  z-index: 2;
}

.mhr-modal__contents {
  height: 100%;
  overflow: auto;
  padding: 45px 60px 320px;
  width: 100%;
}

.mhr-modal__contents--header {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .04em;
  margin-bottom: 40px;
}

.mhr-modal__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.mhr-modal__header--hading {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: calc(23/18);
  padding-left: 10px;
  position: relative;
}

.mhr-modal__header--hading:before {
  background-color: #F94616;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: calc((23em - 18em)/2/18);
  width: 2px;
}

.mhr-modal__header--note {
  color: #7C7C7C;
  font-size: 12px;
  letter-spacing: .02em;
}

/* -- 都道府県 */
.mhr-modal__filter--prefecture .mhr-modal__body {
  width: 100%;
  height: 0;
  padding-top: 33.63%;
  background: url(/hebel/model/common/images/filter_prefecture_bg.jpg) no-repeat center center/100% 100%;
  position: relative;
}

.area-city__list {
  position: absolute;
}

.area-city__list .city__list {
  display: grid;
  grid-template-columns: repeat(2, 92px);
  gap: 10px 12px;
}

.kanto-area {
  right: 20px;
  top: 22px;
}

.tokai-area {
  bottom: 24px;
  right: 208px;
}

.kansai-area {
  left: 180px;
  top: 22px;
}

.area-city__list.kansai-area .city__list {
  grid-template-columns: repeat(3, 92px);
}

.nishinihon-area {
  bottom: 57px;
  left: 26px;
}

.area-city__list .mhr-modal_acc {
  display: none;
}

.area-city__list fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.area-city__list .city__list .city__list--region label {
  pointer-events: none;
}

.city__list--region .area-chk {
  display: none;
}

.city__list--region .name {
  font-weight: bold;
}

.city__list .name {
  font-weight: normal;
}

.area-city__list input,
.conditions__item--body li input {
  display: none;
}

.area-city__list input+.name,
.conditions__item--body li input+.name {
  display: block;
  font-size: 14px;
  line-height: calc(16/14);
  padding-left: 28px;
  position: relative;
}

.area-city__list input+.name::before,
.conditions__item--body li input+.name::before {
  background-color: #FFF;
  border: 1px solid #A5A5A5;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 18px;
}

.area-city__list input+.name::after,
.conditions__item--body li input+.name::after {
  border: 2px solid #FFF;
  border-right: none;
  border-top: none;
  content: "";
  display: block;
  height: 5px;
  left: 3px;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 9px;
}

.area-city__list input:checked+.name::before,
.conditions__item--body li input:checked+.name::before {
  background-color: #e94a23;
  border-color: #e94a23;
}

.area-city__list .city__list li.city__list--region {
  display: flex;
  grid-column: 1/3;
  margin-bottom: 5px;
}

.area-city__list.kansai-area .city__list li.city__list--region {
  grid-column: 1/4;
}

.area-city__list .city__list li.city__list--region .name {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: calc(17/14);
  padding-left: 0;
}

.area-city__list .city__list li.city__list--region .name::before,
.area-city__list .city__list li.city__list--region .name::after {
  display: none;
}

/* -- 条件で絞り込む */
.mhr-modal__filter--conditions {
  position: relative;
  margin-top: 40px;
}

/* Segmented Control */
.mhr-modal__segmented {
  border-bottom: 1px solid #DDD;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

.mhr-modal__segmented label {
  display: block;
  margin-bottom: -1px;
  position: relative;
  width: 220px;
}

.mhr-modal__segmented label:before,
.mhr-modal__segmented label:last-of-type:after {
  background-color: #E5E5E5;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.mhr-modal__segmented label:before {
  left: 0;
}

.mhr-modal__segmented label:last-of-type:after {
  right: 0;
}

.mhr-modal__segmented input {
  display: none;
}

.mhr-modal__segmented .segmented__title {
  align-items: center;
  border-bottom: 3px solid transparent;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: .04em;
  line-height: calc(17/14);
  height: 100%;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.mhr-modal__segmented input:checked+.segmented__title {
  border-bottom-color: #F84515;
}

/* checkbox */
.mhr-modal-conditions__item+.mhr-modal-conditions__item {
  margin-top: 42px;
}

.mhr-modal-conditions__item input {
  display: none;
}

.conditions__item--header {
  background-color: #F8F8F8;
  border-top: 1px solid #DDD;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: calc(17/14);
  margin-bottom: 32px;
  padding: 15px 24px;
  pointer-events: none;
}

.conditions__item--body {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
}

.conditions__item--body li {
  width: calc(25% - 40px);
  text-align: left;
}

/* 街角ヘーベルハウス で disabled */
.mhr-modal-conditions__inn {
  position: relative;
}

.mhr-modal-conditions__inn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background-color: #fff;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 1;
}

.mhr-modal-conditions__inn[data-disabled="true"]::before {
  height: 105%;
}

/* -- Footer */
.mhr-modal__footer {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  padding-bottom: 48px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.mhr-modal__footer .point {
  color: #7C7C7C;
  font-size: 12px;
  letter-spacing: .02em;
  line-height: calc(14/12);
  margin-bottom: 27px;
  text-align: center;
}

.mhr-modal__footer .point.hide {
  visibility: hidden;
}

.mhr-modal__footer--hit {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: calc(20/16);
  margin-bottom: 30px;
  text-align: center;
}

.mhr-modal__footer--hit .num {
  color: #F84515;
  font-size: 20px;
}

.mhr-modal__footer-submit {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #DDD;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: .02em;
  line-height: calc(17/14);
  margin: 0 auto;
  max-width: 327px;
  padding: 21px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.mhr-modal__footer-submit:after {
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20transform%3D%22translate(-122%20-1238)%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(122%201238)%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M1.916-7.536a6.584%2C6.584%2C0%2C0%2C0%2C.519%2C2.608A6.728%2C6.728%2C0%2C0%2C0%2C3.877-2.787%2C6.741%2C6.741%2C0%2C0%2C0%2C6.015-1.344a6.552%2C6.552%2C0%2C0%2C0%2C2.6.519%2C6.409%2C6.409%2C0%2C0%2C0%2C2.023-.317%2C6.826%2C6.826%2C0%2C0%2C0%2C1.768-.88l3.949%2C3.967a1.059%2C1.059%2C0%2C0%2C0%2C.378.233%2C1.282%2C1.282%2C0%2C0%2C0%2C.431.075%2C1.088%2C1.088%2C0%2C0%2C0%2C.563-.145%2C1.045%2C1.045%2C0%2C0%2C0%2C.387-.4%2C1.157%2C1.157%2C0%2C0%2C0%2C.141-.576%2C1.125%2C1.125%2C0%2C0%2C0-.079-.413A1.214%2C1.214%2C0%2C0%2C0%2C17.95.353l-3.932-3.94a6.5%2C6.5%2C0%2C0%2C0%2C.967-1.834%2C6.515%2C6.515%2C0%2C0%2C0%2C.343-2.115%2C6.584%2C6.584%2C0%2C0%2C0-.519-2.608%2C6.676%2C6.676%2C0%2C0%2C0-1.442-2.137%2C6.839%2C6.839%2C0%2C0%2C0-2.137-1.442%2C6.527%2C6.527%2C0%2C0%2C0-2.612-.523%2C6.5%2C6.5%2C0%2C0%2C0-2.6.523%2C6.839%2C6.839%2C0%2C0%2C0-2.137%2C1.442%2C6.676%2C6.676%2C0%2C0%2C0-1.442%2C2.137A6.584%2C6.584%2C0%2C0%2C0%2C1.916-7.536Zm1.6%2C0a5%2C5%2C0%2C0%2C1%2C.4-1.983%2C5.081%2C5.081%2C0%2C0%2C1%2C1.1-1.627%2C5.182%2C5.182%2C0%2C0%2C1%2C1.627-1.1%2C4.97%2C4.97%2C0%2C0%2C1%2C1.979-.4%2C4.992%2C4.992%2C0%2C0%2C1%2C1.988.4%2C5.13%2C5.13%2C0%2C0%2C1%2C1.623%2C1.1%2C5.116%2C5.116%2C0%2C0%2C1%2C1.1%2C1.627%2C5%2C5%2C0%2C0%2C1%2C.4%2C1.983%2C5%2C5%2C0%2C0%2C1-.4%2C1.983%2C5.116%2C5.116%2C0%2C0%2C1-1.1%2C1.627%2C5.13%2C5.13%2C0%2C0%2C1-1.623%2C1.1%2C4.992%2C4.992%2C0%2C0%2C1-1.988.4%2C4.97%2C4.97%2C0%2C0%2C1-1.979-.4%2C5.182%2C5.182%2C0%2C0%2C1-1.627-1.1%2C5.081%2C5.081%2C0%2C0%2C1-1.1-1.627A5%2C5%2C0%2C0%2C1%2C3.517-7.536Z%22%20transform%3D%22translate(122.084%201254.247)%22%20fill%3D%22%23f84515%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center/contain no-repeat;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.mhr-modal__footer-submit:disabled,
.wrapper button:disabled,
.mhr-modal button:disabled {
  background-color: #FFF;
  color: #000;
  opacity: 0.6;
}

.mhr-modal__footer-submit:hover {
  opacity: 0.6;
}

/* Close Button */
.mhr-modal-close {
  background: #FFF url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cg%20transform%3D%22translate(-334%20-19.808)%22%3E%3Crect%20width%3D%2223.498%22%20height%3D%221.958%22%20rx%3D%220.979%22%20transform%3D%22translate(335.385%2019.808)%20rotate(45)%22%20fill%3D%22%23666%22%2F%3E%3Crect%20width%3D%2223.498%22%20height%3D%221.958%22%20rx%3D%220.979%22%20transform%3D%22translate(352%2021.192)%20rotate(135)%22%20fill%3D%22%23666%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center/18px auto no-repeat;
  border: none;
  cursor: pointer;
  height: 60px;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 60px;
  z-index: 1;
}

@media (min-width: 768px) {

  .mhr-modal__footer-submit,
  .mhr-modal-close,
  .mhr-modal__segmented label {
    transition: opacity .2s ease-in-out;
  }

  .mhr-modal__segmented label:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 767px) {
  .mhr-modal {
    transform: translate(0, 200%);
  }

  .mhr-modal[data-hidden="false"] {
    transform: translate(0, 0);
  }

  .mhr-modal-overlay {
    display: none;
  }

  .mhr-modal__inn {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    transform: translate(0, 0);
  }

  /* Contents */
  .mhr-modal__contents {
    border: none;
    padding: 55px 24px 160px;
  }

  .mhr-modal__contents--inn {}

  .mhr-modal__contents--header {
    margin-bottom: 60px;
  }

  .mhr-modal__header {
    margin-bottom: 14px;
  }

  .mhr-modal__header--hading {
    font-size: 18px;
  }

  .mhr-modal__body,
  .mhr-modal__filter--prefecture .mhr-modal__body {
    background: none;
    height: auto;
    margin-left: -24px;
    padding-top: 0;
    width: calc(100% + 48px);
  }

  .area-city__list {
    position: static;
    width: 100%;
  }

  .area-city__list,
  .mhr-modal-conditions__item {
    border-bottom: 1px solid #DDD;
  }

  .area-city__list+.area-city__list,
  .mhr-modal-conditions__item+.mhr-modal-conditions__item {
    margin-top: 0;
  }

  .area-city__list .mhr-modal_acc,
  .conditions__item--header {
    background-color: #F8F8F8;
    border: none;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .04em;
    line-height: calc(21/14);
    margin-bottom: 0;
    padding: 18px 24px;
    pointer-events: auto;
    position: relative;
    width: 100%;
  }

  .area-city__list .mhr-modal_acc::after,
  .conditions__item--header::after {
    background: url(/hebel/model/common/images/icon_accordion_plus.svg) center/contain no-repeat;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
  }

  .area-city__list fieldset {
    display: none;
  }

  .area-city__list input:checked~.mhr-modal_acc::after,
  .mhr-modal-conditions__item input:checked+.conditions__item--header::after {
    background-image: url(hebel/model/common/images/icon_accordion_minus.svg);
  }

  .area-city__list input:checked~fieldset {
    display: block;
  }

  .area-city__list .city__list li,
  .conditions__item--body li {
    border-bottom: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    margin: 0;
    width: 50%;
  }

  .area-city__list .city__list li:nth-of-type(2n+1),
  .conditions__item--body li:nth-of-type(2n) {
    border-right: none;
  }

  .area-city__list .city__list li:last-of-type,
  .area-city__list .city__list li:nth-last-of-type(2):nth-of-type(2n),
  .conditions__item--body li:last-of-type,
  .conditions__item--body li:nth-last-of-type(2):nth-of-type(2n+1) {
    border-bottom: none;
  }

  .area-city__list .city__list li.city__list--region {
    display: none;
  }

  .area-city__list .city__list label,
  .conditions__item--body li label {
    display: block;
    padding: 18px 24px;
  }

  .area-city__list input+.name,
  .conditions__item--body li input+.name {
    font-size: 13px;
    line-height: calc(16/13);
  }

  .area-city__list .city__list li.city__list--region .name {
    border: none;
    border-radius: 0;
    color: #333;
    height: auto;
    padding: 0;
    text-align: left;
  }

  .area-city__list .city__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  /* Segmented Control */
  .mhr-modal__segmented {
    margin: 0 0 50px -24px;
    width: calc(100% + 48px);
  }

  .mhr-modal__segmented label {
    max-width: none;
    width: 50%;
  }

  .mhr-modal__segmented label:first-of-type:before,
  .mhr-modal__segmented label:last-of-type:after {
    display: none;
  }

  .mhr-modal__segmented .segmented__title {
    padding: 12px 0;
  }

  /* Conditions */
  .mhr-modal-conditions__item input+label+.conditions__item--body {
    display: none;
  }

  .mhr-modal-conditions__item input:checked+label+.conditions__item--body {
    display: flex;
    gap: 0;
  }

  /* Footer */
  .mhr-modal__footer {
    align-items: center;
    background-color: #F8F8F8;
    border-top: 1px solid #DDD;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6px 24px 24px;
    row-gap: 8px;
  }

  .mhr-modal__footer .point {
    margin: 0;
    order: 2;
    text-align: right;
  }

  .mhr-modal__footer--hit {
    font-size: 12px;
    line-height: calc(14/12);
    margin: 0;
    order: 1;
  }

  .mhr-modal__footer--hit .num {
    font-size: 14px;
  }

  .mhr-modal__footer-submit {
    margin: 0;
    max-width: none;
    order: 3;
  }
}

.smp-logo-hebel {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
  height: 44px;
  margin: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.smp-logo-hebel img {
  width: 100px !important;
}

/* -----------------------------------------------------------
  来場予約追加分_210108
----------------------------------------------------------- */
.bnr-area__inn {
  padding-bottom: 10px;
}

.bnr__feature__title {
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto 30px;
  text-align: center;
  letter-spacing: 0.04em;
  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;
}

.bnr__feature__title h3 {
  font-size: 28px;
  font-weight: bold;
}

.bnr__feature__title span {
  color: #e94a23;
}

.bnr__feature__title::before {
  content: "";
  height: 64px;
  width: 3px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #000000;
  margin-right: 20px;
}

.bnr__feature__title::after {
  content: "";
  height: 64px;
  width: 3px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #000000;
  margin-left: 20px;
}

.bnr__feature--list .bnr__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bnr__feature--list .bnr__feature .bnr__feature__l {
  width: 90px;
  height: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: #e94a23 2px solid;
  border-bottom: #e94a23 2px solid;
}

.bnr__feature--list .bnr__feature .bnr__feature__l p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}

.bnr__feature--list .bnr__feature .bnr__feature__l p span,
.bnr__feature--list .bnr__feature .bnr__feature__l h3 span {
  font-size: 34px;
  color: #e94a23;
  line-height: 1;
  display: block;
}

.bnr__feature--list .bnr__feature .bnr__feature__r {
  width: 864px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 864px;
  flex: 0 0 864px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: #DDD 2px solid;
  border-bottom: #DDD 2px solid;
}

.bnr__feature--list .bnr__feature .bnr__feature__r .feature__title {
  font-size: 21px;
  font-weight: bold;
  color: #e94a23;
  margin-bottom: 15px;
  display: block;
}

.bnr__feature--list .bnr__feature .bnr__feature__r .feature__text {
  font-size: 16px;
  line-height: 1.5;
  display: block;
}

.bnr__feature--list .bnr__feature:nth-child(2) {
  margin-bottom: 40px;
}

.bnr__feature--list .bnr__feature:nth-child(2) .bnr__feature__l,
.bnr__feature--list .bnr__feature:nth-child(2) .bnr__feature__r {
  border-top: none;
}

.machikadohh .feature__text {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-bottom: 20px;
}

.machikadohh .feature__text span {
  font-size: 21px;
  font-weight: bold;
  color: #e94a23;
  display: block;
}

.bnr__feature--list .bnr__feature:nth-child(2) {
  margin-bottom: 40px;
}

.bnr__feature--list .bnr__feature:nth-child(2) .bnr__feature__l,
.bnr__feature--list .bnr__feature:nth-child(2) .bnr__feature__r {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .bnr-area__inn {
    padding-bottom: 15px;
  }

  .bnr__feature__title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.4;
    display: block;
    position: relative;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 295px;
  }

  .bnr__feature__title span {
    color: #e94a23;
  }

  .bnr__feature__title::before {
    content: "";
    height: 64px;
    width: 3px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #000000;
    margin-right: 0px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .bnr__feature__title::after {
    content: "";
    height: 64px;
    width: 3px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #000000;
    margin-left: 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .bnr__feature--list .bnr__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bnr__feature--list .bnr__feature .bnr__feature__l {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: #e94a23 2px solid;
    border-bottom: #e94a23 2px solid;
  }

  .bnr__feature--list .bnr__feature .bnr__feature__l p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
  }

  .bnr__feature--list .bnr__feature .bnr__feature__l p span,
  .bnr__feature--list .bnr__feature .bnr__feature__l h3 span {
    font-size: 16px;
    color: #e94a23;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .bnr__feature--list .bnr__feature .bnr__feature__r {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
  }

  .bnr__feature--list .bnr__feature .bnr__feature__r .feature__title {
    font-size: 18px;
    font-weight: bold;
    color: #e94a23;
    margin-bottom: 10px;
    display: block;
  }

  .bnr__feature--list .bnr__feature .bnr__feature__r .feature__text {
    font-size: 14px;
    line-height: 1.5;
    display: block;
  }

  .machikadohh .feature__text {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-bottom: 30px;
  }

  .bnr__feature--list .bnr__feature:nth-child(2) {
    margin-bottom: 0px;
  }

  .bnr__feature--list .bnr__feature:nth-child(2) .bnr__feature__l {
    border-top: #e94a23 2px solid;
  }

  .machikadohh .feature__text span {
    font-size: 18px;
  }
}

/*住宅取得支援策*/
#model-wrap .merit {
  background-color: #fff;
  padding: 40px 0;
}

@media only screen and (max-width: 768px) {
  #model-wrap .merit {
    padding: 12vw 0 7vw;
  }
}

#model-wrap .merit h2 {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}

#model-wrap .merit h2::after {
  position: relative;
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  margin: 10px auto 0;
  background: #e94a23;
}

@media only screen and (max-width: 768px) {
  #model-wrap .merit h2 {
    letter-spacing: 0.02em;
    font-size: 20px;
    margin-bottom: 32px;
  }

  #model-wrap .merit h2::after {
    height: 4px;
    margin-top: 6px;
    width: 26px;
  }
}


#model-wrap .merit ul {
  max-width: 100%;
  width: 910px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  #model-wrap .merit ul {
    width: 90%;
    padding-top: 0;
  }
}

#model-wrap .merit ul li {
  width: 23.2%;
}

@media only screen and (max-width: 768px) {
  #model-wrap .merit ul li {
    width: 48%;
  }
}

#model-wrap .merit ul li.zeh {
  width: 100%;
}

#model-wrap .merit ul li h3 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  margin: 24px 0 6px;
  color: #47a67f;
  font-weight: bold;
}

#model-wrap .merit ul li h3.line2 {
  line-height: 24px;
  margin: 0 0 6px;
}

@media only screen and (max-width: 768px) {
  #model-wrap .merit ul li h3 {
    font-size: 18px;
    line-height: 4.68vw;
    margin: 4.68vw 0 0.83vw;
  }

  #model-wrap .merit ul li h3.line2 {
    line-height: 4.68vw;
    margin: 0 0 0.83vw;
  }
}

#model-wrap .merit ul li img {
  width: 100%;
  height: auto;
}

#model-wrap .merit .note {
  font-size: 80%;
  color: #666;
  max-width: 100%;
  width: 910px;
  margin: 10px auto 0;
}

@media only screen and (max-width: 768px) {
  #model-wrap .merit .note {
    width: 90%;
  }
}

.bnr__feature--list .bnr__feature .bnr__feature__r,
.bnr__feature--list .bnr__feature .bnr__feature__l {
  height: auto;
}

@media screen and (min-width: 768px) {

  .bnr__feature--list .bnr__feature .bnr__feature__r,
  .bnr__feature--list .bnr__feature .bnr__feature__l {
    height: 100px !important;
  }
}

@media (min-width: 768px) {
  #model-wrap .model-section {
    padding: 0 0;
  }

  .banner-area_mb {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #model-wrap .model-section {
    padding: 0 4.2666666667vw;
  }

  .banner-area_mb {
    margin-bottom: 32px;
  }
}

.feature__textarea {
  width: 100%;
  margin: 0 auto 40px;
  max-width: 980px;
}

.feature__text {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .feature__text {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper {
    padding-bottom: 0;
  }

  .f__pagetopBtn.-show {
    transform: translateY(-64px);
  }

  #sub-area {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 2;
  }

  #sub-area__nav {
    background-color: #FFF;
    border-top: 1px solid #DDD;
    display: flex;
  }

  #sub-area__nav a {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    height: 64px;
    justify-content: center;
    letter-spacing: .04em;
    line-height: calc(17/14);
    position: relative;
    text-align: center;
  }

  #sub-area__nav a:after {
    background: center/contain no-repeat;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
  }

  #sub-area__nav a.sub-area__nav--area {
    background-color: #FFF;
    color: #000;
    width: calc(160/375*100%);
  }

  #sub-area__nav a.sub-area__nav--area:after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2210%22%20height%3D%2210%22%20transform%3D%22translate(13839%20727)%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-13839%20-727)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M5.79%2C5a.734.734%2C0%2C0%2C0-.059-.3.811.811%2C0%2C0%2C0-.189-.261L1.208.2A.669.669%2C0%2C0%2C0%2C.716%2C0%2C.729.729%2C0%2C0%2C0%2C.352.092.685.685%2C0%2C0%2C0%2C.095.343.7.7%2C0%2C0%2C0%2C0%2C.7a.718.718%2C0%2C0%2C0%2C.219.515L4.1%2C5%2C.219%2C8.774A.718.718%2C0%2C0%2C0%2C0%2C9.29a.705.705%2C0%2C0%2C0%2C.352.616A.711.711%2C0%2C0%2C0%2C.716%2C10a.669.669%2C0%2C0%2C0%2C.491-.2L5.542%2C5.554a.742.742%2C0%2C0%2C0%2C.192-.261A.768.768%2C0%2C0%2C0%2C5.79%2C5Z%22%20transform%3D%22translate(13841%20727)%22%20fill%3D%22%23f84515%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  }

  #sub-area__nav a.sub-area__nav--here {
    background-color: #F84515;
    color: #FFF;
    flex: 1;
  }

  #sub-area__nav a.sub-area__nav--here:after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2210%22%20height%3D%2210%22%20transform%3D%22translate(14084%20598)%22%20fill%3D%22%23fff%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-14084%20-598)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M5.79%2C5a.734.734%2C0%2C0%2C0-.059-.3.811.811%2C0%2C0%2C0-.189-.261L1.208.2A.669.669%2C0%2C0%2C0%2C.716%2C0%2C.729.729%2C0%2C0%2C0%2C.352.092.685.685%2C0%2C0%2C0%2C.095.343.7.7%2C0%2C0%2C0%2C0%2C.7a.718.718%2C0%2C0%2C0%2C.219.515L4.1%2C5%2C.219%2C8.774A.718.718%2C0%2C0%2C0%2C0%2C9.29a.705.705%2C0%2C0%2C0%2C.352.616A.711.711%2C0%2C0%2C0%2C.716%2C10a.669.669%2C0%2C0%2C0%2C.491-.2L5.542%2C5.554a.742.742%2C0%2C0%2C0%2C.192-.261A.768.768%2C0%2C0%2C0%2C5.79%2C5Z%22%20transform%3D%22translate(14086%20598)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  }
}

@media screen and (max-width: 767px) {
  .g__footer .inner {
    padding-bottom: calc(9.33333% + 65px);
  }
}