/* s252_協和建工_モデルlp */

body {
  line-height: 1;
  letter-spacing: 0.1em;
}

/* 新規追加要素をブロック要素化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* ulのマーカー非表示 */
ol,
ul,
li {
  list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #5B4B4B;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  border: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.en {
  font-family: "Poppins", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

sup {
  position: relative;
  top: -1ex;
  vertical-align: baseline;
}

button {
  outline: none;

}


iframe {
  display: block;
}

/*import*/
html {
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: #202020;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1rem;
  color: #434343;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Zen Kaku Gothic New", serif;
  }
}
body.fix {
  position: fixed;
  width: 100%;
}
body.open {
  overflow: hidden;
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td,
div {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  p,
  li,
  dl,
  tr,
  th,
  td,
  div {
    font-size: 0.875rem;
  }
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  line-height: 1.35;
}

a,
a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

.pc-tb {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc-tb {
    display: none !important;
  }
}

.tb-sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb-sp {
    display: block !important;
  }
}

.tb {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .tb {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.common-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}

.cmn-ttl {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
}
.cmn-ttl__sub {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1875;
  letter-spacing: 0.05em;
  color: #b11819;
}
.cmn-ttl__main {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.66;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .cmn-ttl__main {
    font-size: 1.5rem;
  }
}

.wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1240px;
  padding-inline: 20px;
}
@media screen and (max-width: 640px) {
  .wrap {
    padding-inline: 0;
  }
}
.wrap::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../pages/page-modelhouse/page-modelhouse02/img/bg-body.jpg) repeat-x center center/cover;
  pointer-events: none;
}
@media(max-width: 1024px) {
  .wrap::before {
    background: #7D7D7D66;
  }
}

.hd {
  width: calc(100% - 480px);
  max-width: 600px;
}
.hd-cnt {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* justify-content: flex-start; */
  /* padding-top: min(4.8611111111vw, 4.375rem); */
  width: calc(100% - 520px);
  max-width: 600px;
  height: 100vh;
}
@media(max-width: 1024px) {
  .hd-cnt {
    max-width: 480px;
  }
}
.hd-name {
  margin-bottom: min(2.2222222222vw, 2rem);
  width: 217px;
}

.hd-menu {
  margin-inline: auto;
  width: 92%;
  max-width: 466px;
}
.hd-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: min(2.2222222222vw, 2rem);
  margin-bottom: min(2.5vw, 2.25rem);
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}
.hd-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc((100% - min(2.2222222222vw, 2rem)) / 2);
}
.hd-nav__item {
  width: 100%;
  max-width: 240px;
}
.hd-nav__link {
  display: block;
  position: relative;
  padding-block: 6px;
  padding-left: min(1.6666666667vw, 15px);
  width: 100%;
  transition: 0.4s;
}
.hd-nav__link-jp {
  display: inline-block;
  position: relative;
  /* display: block; */
  padding: 0;
  color: #FFF;
  text-align: left;
  font-family: Jost;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  transition: 0.4s;
}
@media(min-width: 1025px) {
  .hd-nav__link-jp {
    border-bottom: 1px solid #FFFFFF00;
  }
}
.hd-nav__link-jp::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 16px);
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #166760;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover span {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    /* color: #166760; */
    border-bottom: 1px solid #FFF;
  }
  .hd-nav__link.active span::before {
    /* opacity: 1; */
    opacity: 0;
  }
}
.hd .cta-link {
  padding: 40px 36px;
}
.hd .cta-ph {
  margin-bottom: 22px;
  max-width: 332px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .hd {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    height: 56px;
    background: transparent;
    /* background: #fff; */
    /* border-bottom: 1px solid #333; */
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  .hd-cnt {
    margin-inline: auto;
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-block: 0;
    padding-inline: 24px;
    width: 100%;
    height: 100%;
  }
  .hd-name {
    margin-bottom: 0;
    width: 130px;
    z-index: 1001;
  }
  .hd-menu {
    margin-inline: auto 0;
    width: auto;
    max-width: none;
  }
  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 56px;
    left: 0;
    padding-bottom: 70px;
    max-width: 100%!important;
    width: 100%;
    height: calc(100svh - 56px);
    background: #F2F2F2;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .hd-nav__name {
    margin-bottom: 16px;
    width: 150px;
  }
  .hd-nav__list {
    align-items: center;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .hd-nav__item {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
  }
  .hd-nav__item:first-child {
    border: none;
  }
  .hd-nav__link {
    display: block;
    padding-inline: 0;
  }
  .hd-nav__link-jp {
    color: #5B4B4B;
    line-height: 1.56;
  }
  .hd .cta {
    display: none;
  }
  .hd-toggle {
    position: relative;
    width: 105px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle__txt {
    position: relative;
  }
  .hd-toggle__txt::after {
    /* content: "MENU";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.56;
    letter-spacing: 0.1em; */
  }
  .hd-toggle-wrap {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: var(--434343, #434343);
  }
  .hd-toggle__line {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.35s ease-in-out;
    width: 20px;
    background: #FFF;
    color: #333;
  }
  .hd-toggle__line {
    height: 1px;
  }
  .hd-toggle__line:nth-child(1) {
    top: 30%;
  }
  .hd-toggle__line:nth-child(2) {
    top: 50%;
  }
  .hd-toggle__line:nth-child(3) {
    position: relative;
    top: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .hd.fixed {
    background: rgba(255, 255, 255, 0.7);
    /* backdrop-filter: blur(10px); */
    /* background: #FFF;
    border-bottom: 1px solid #5B4B4B; */
  }
}
.hd.open {
  /* background: #FFF; */
}
.hd.open .hd-name__logo {
  /* visibility: hidden; */
}
.hd.open .hd-nav {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
}
.hd.open .hd-toggle span {
  background: #FFF;
  color: #FFF;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) rotate(320deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) rotate(-320deg);
}


















/* 250202 */
.hd.fixed .hd-toggle span {
}
.hd-nav {
  max-width: 300px;
}
.hd-nav img {
  padding-bottom: 16px;
}
.pc-none {
  display: none;
}
@media(max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

.br-450 {
  display: none;
}
@media (max-width: 640px) {
  .fv-catch-text {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .br-450 {
    display: block;
  }
  .fv-catch span.location {
    align-items: flex-start;
  }
  .fv-catch span.location::before {
    margin-top: 1vw;
  }
}
@media(max-width: 450px) {
  .fv-catch span.location {
    font-size: 12px;
  }
}


/* 250205 */
@media(max-height: 800px) {
  .hd-cnt {
  }
  .hd-cta h2 {
    font-size: 18px;
    margin-bottom: 2%;
    transition: 0.3s;
  }
  .hd .cta-ph {
    width: 70%;
    transition: 0.3s;
  }
  .hd-cta .cta-link {
    padding: 4%;
  }
  .hd-cta .cta-txt span {
    font-size: 1.4rem;
  }
  .hd-nav {
    margin-bottom: 4%;
    transition: 0.3s;
  }
}

/* SP banner */
@media(min-width: 1024px) {
  .banner {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
  }
}


/* 250916 common */
.common__inner {
  padding-inline: 24px;
}
@media(max-width: 640px) {
  .common__inner {
    padding-inline: 4%;
  }
}
.common__title {
  text-align: center;
}
.common__title-en {
  padding-bottom: 24px;
  color: var(--434343, #434343);
  text-align: center;
  font-family: Jost;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media(max-width: 640px) {
  .common__title-en {
    padding-bottom: 4%;
    font-size: 1.4rem;
  }
}
.common__title-jp {
  color: var(--434343, #434343);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .common__title-jp {
    font-size: 1.6rem;
  }
}

/* 250916 CTA */
.cta {
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 0 10px 0 rgba(65, 65, 65, 0.10);
  margin: 0 auto;
}
.cta-link {
  padding: 32px 48px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .cta-link {
    /* padding: 56px 24px; */
    padding: 6% 4%;
  }
}
@media screen and (min-width: 1025px) {
  .cta-link:hover .cta-txt {
    background: #FFFFFF;
  }
  .cta-link:hover .cta-txt span {
    color: #434343;
  }
  .cta-link:hover .cta-txt svg path {
    fill: #434343;
  }
}
.cta-link h2 {
  margin-bottom: 28px;
  color: var(--434343, #434343);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
.cta-ph {
  margin-bottom: 32px;
  width: 100%;
}
@media(max-width: 1024px) {
  .cta-ph {
    margin-bottom: 3%;
  }
}
.cta-txt {
  width: 100%;
  border-radius: 40px;
  background: var(--434343, #434343);
  border: 1px solid #434343;
  color: var(--4, #F3F2E9);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.05em;
  position: relative;
}
@media(max-width: 640px) {
  .cta-txt {
    font-size: 1.4rem;
  }
}
.cta-txt span {
  color: var(--4, #F3F2E9);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .cta-txt span {
    font-size: 1.4rem;
  }
}
.cta-txt svg {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(-50%, -50%);
}
@media(max-width: 640px) {
  .cta-txt svg {
    right: 5%;
  }
}
.cta-scroll {
  background: #FFF;
  height: 150px;
  overflow-y: scroll;
  padding: 16px;
  margin-bottom: 38px;
}
@media(max-width: 1024px) {
  .cta-scroll {
    padding: 4%;
    margin-bottom: 4%;
  }
}
.cta-scroll p {
  color: #2B2B2B;
  font-size: 14px;
  font-style: 400;
  font-weight: 400;
  line-height: 1.71; /* 171.429% */
}
@media(max-width: 1024px) {
  .cta-scroll p {
    font-size: 12px;
  }
}
.cta__notice {
  margin-bottom: 17px;
}

/* 250916 content */
.content {
  position: relative;
  width: 480px;
  overflow: clip;
}
@media screen and (max-width: 1024px) {
  .content {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
}
.content.open {
  background: transparent;
  box-shadow: none;
}
.content.open .main {
  visibility: hidden;
}
.content.open .ft {
  visibility: hidden;
}

/* 250916 FV */
.fv {
  padding-top: 22px;
  position: relative;
  z-index: 1;
}
@media(max-width: 1024px) {
  .fv {
    /* padding-inline: 24px; */
  }
}
.fv::after {
  content: '';
  display: block;

}
.fv::after {
  content: '';
  display: block;
  background: url(./img/fv-bg.svg);
  width: 539px;
  height: 404px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}
.fv .common-wrap {
  padding-top: 0;
}
.fv-slide {
}
.fv-slide__item {
}
.fv-slide__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv-slide-cnt {
  position: relative;
}

.fv__heading {
  max-width: 260px;
  width: 100%;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media(max-width: 400px) {
  .fv__heading {
    max-width: 240px;
  }
}
.fv__heading-catch {
  padding-bottom: 40px;
}
@media(max-width: 640px) {
  .fv__heading-catch {
    padding-bottom: 6%;
  }
}
.fv__heading-catch-en {
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media(max-width: 640px) {
  .fv__heading-catch-en {
    padding-bottom: 4%;
  }
}
.fv__heading-catch-en-main {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'vert' on;
  font-family: Jost;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
    .fv__heading-catch-en-main {
      font-size: 1.8rem;
    }
}
.fv__heading-catch-en-sub {
  color: #FFF;
  text-align: center;
  font-family: Jost;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.fv__heading-catch-jp {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.fv__heading-catch-jp-text {
  background: #FFF;
  color: var(--434343, #434343);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.08em;
}
@media(max-width: 640px) {
    .fv__heading-catch-jp-text {
      font-size: 1.4rem;
    }
}

.fv__heading-title {
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: 0.08em; 
}
@media(max-width: 640px) {
    .fv__heading-title {
      font-size: 2.4rem;
    }
}
.fv__heading-title-main {
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #FFF;
  line-height: 1.25;
}
@media(max-width: 640px) {
    .fv__heading-title-main {
      margin-bottom: 4%;
      padding-bottom: 4%;
    }
}
.fv__heading-title-sub {
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media(max-width: 640px) {
    .fv__heading-title-sub {
      font-size: 1.4rem;
    }
}



/* 250916 concept */
.concept {
  padding-block: 64px 0;
  background: linear-gradient(180deg, #FFF 0%, #F2F2F2 100%);
}
@media(max-width: 640px) {
    .concept {
      padding-block: 8% 0;
    }
}
.concept__title-en {
  padding-bottom: 40px;
}
@media(max-width: 640px) {
  .concept__title-en {
    padding-bottom: 6%;
  }   
}
.concept__title-jp {
  font-size: 2.4rem;
  font-weight: 600;
}
@media(max-width: 640px) {
  .concept__title-jp {
    font-size: 1.8rem;
  } 
}
.concept__items {
  padding-top: 48px;
}
@media(max-width: 640px) {
  .concept__items {
    padding-top: 7%;
  }  
}
.concept__item {

}
.concept__item-desc {
  padding-inline: 18px;
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media(max-width: 640px) {
  .concept__item-desc {
    padding-inline: 4%;
    font-size: 1.4rem;
  }
}
.concept__item-visual {
  padding-top: 32px;
}
@media(max-width: 640px) {
  .concept__item-visual {
    padding-top: 5%;    
  }
}

/* 250916 point */
.point {
  padding-top: 80px;
  background: linear-gradient(180deg, #F2F2F2 0%, #FFF 100%);
}
@media(max-width: 640px) {
  .point {
    padding-top: 10%;
  }   
}
.point__title-en {
  padding-bottom: 24px;
}
@media(max-width: 640px) {
    .point__title-en {}
}
.point-tabs {
  padding-top: 40px;
  width: 100%;
}
@media(max-width: 640px) {
  .point-tabs {
    padding-top: 6%;
  }
}
.point-tabs__list {
  display: flex;
}
.point-tabs__tab {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3);
  appearance: none;
  color: #333;
  padding: 21px 38px;
  cursor: pointer;
  line-height: 1;
  color: var(--434343, #434343);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.05em;
  opacity: 0.6;
}
@media(max-width: 640px) {
    .point-tabs__tab {
      padding: 4% 7%;
    }
}
.point-tabs__tab-num {
  width: 100%;
  font-size: 1.4rem;
}
@media(max-width: 640px) {
  .point-tabs__tab-num {
    font-size: 1.2rem;
  }   
}
.point-tabs__tab-title {
  width: 100%;
  font-size: 1.6rem;
}
@media(max-width: 640px) {
  .point-tabs__tab-title {
    font-size: 1.4rem;
  }
}
#point-tab-01 {
  background: #E4E4E4;
}
#point-tab-02 {
  background: #D9D9D9;
}
#point-tab-03 {
  background: #CFCFCF;
}
#point-tab-01.point-tabs__tab.is-active,
#point-tab-02.point-tabs__tab.is-active,
#point-tab-03.point-tabs__tab.is-active {
  background: #FFF;
  opacity: 1;
}
.point-tabs__panels {
  background: #FFF;
}
.point-tabs__panel {
  padding: 16px 16px 48px 16px;
}
@media(max-width: 640px) {
  .point-tabs__panel {
    padding: 4% 4% 7% 4%;
  }
}
.point-tabs__panel[hidden] {
  display: none;
}
.point-tabs__panel-visual {
  padding-bottom: 40px;
}
@media(max-width: 640px) {
  .point-tabs__panel-visual {
    padding-bottom: 6%;
  }
}
.point-tabs__panel-title {
  color: var(--434343, #434343);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .point-tabs__panel-title  {
    font-size: 1.6rem;
  }
}
.point-tabs__panel-title span {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.point-tabs__panel-title span::after {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background: #ECECEC;
    position: absolute;
    bottom: 5px;
    z-index: -1;
}
.point-tabs__panel-text {
  padding-top: 40px;
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
@media(max-width: 640px) {
  .point-tabs__panel-text {
    padding-top: 6%;
    font-size: 1.4rem; 
  }
}

/* スライド */
.point-slide {
  margin-top: 64px;
}
@media(max-width: 640px) {
  .point-slide {
    margin-top: 8%;
  }
}
.point-slide__main .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* 右だけブリード：親の padding-right を無視して広げる */
.point-slide__thumbs {
  margin-top: 16px;
  /* JSで入れる --pad-r 分だけ右にブリード */
  margin-right: calc(-1 * var(--pad-r, 0px));
  width: calc(100% + var(--pad-r, 0px));
}
@media (max-width: 640px) {
  .point-slide__thumbs { margin-top: 4%; }
}
.point-slide__thumbs .swiper-wrapper {
  /* overflow-x: scroll; */
}
/* ★サムネは常に 99px 固定幅（“1枚w99px”） */
.point-slide__thumbs .swiper-slide {
  width: 99px;                 /* ← max-width ではなく width で固定 */
  cursor: pointer;
  opacity: .6;
  transition: opacity .2s ease;
}
.point-slide__thumbs .swiper-slide-thumb-active { opacity: 1; }

.point-slide__thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 72px;
  object-fit: cover;
}

/* 余計な行き過ぎを招く wrapper の負マージンは使わない */
 /* .point-slide__thumbs .swiper-wrapper { margin-right: calc(50% - 50vw); }  ←削除 */


@media (max-width: 640px) {
  .point-slide__thumbs .swiper-slide img { height: 56px; }
}


/* 250916 plan */
.plan {
  padding-block: 80px 0;
  background: #FFF;
  background: linear-gradient(180deg, #FFF 0%, #F2F2F2 100%);
}
@media(max-width: 640px) {
  .plan {
    padding-block: 10% 0;
  }
}

/* モーダル */
/* 一覧 */
.plan-list {

}
@media (max-width: 640px) {
  .plan-list { grid-template-columns: 1fr; }
}
.plan-card__thumb {
  padding-block: 48px;
  overflow: hidden;
  cursor: pointer;
}
@media(max-width: 640px) {
  .plan-card__thumb {
    padding-block: 7%;
  }
}
.plan-card__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.plan-card__meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 8px; }
.plan-card__title {
  font-size: 1.6rem;
  font-weight: 600;
}
@media(max-width: 640px) {
  .plan-card__title {
    font-size: 1.4rem;
  }
}
.plan-card__open {
  appearance: none; border: 1px solid #5B4B4B; background: #fff; color: #5B4B4B;
  padding: 6px 12px; border-radius: 6px; cursor: pointer; transition: .2s;
}
.plan-card__open:hover { background: #5B4B4B; color: #fff; }

/* モーダル */
.plan-modal[hidden] { display: none !important; }

.plan-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
}

.plan-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.5);
}

.plan-modal__dialog {
  position: relative;
  z-index: 1;
  margin: 40px auto;
  padding-inline: 24px;
  max-width: 640px;
  max-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}
@media(max-width: 640px) {
  .plan-modal__dialog {
    padding-inline: 4%;
  }
}

.plan-modal__img {
  display: block;
  max-width: 100%;
  max-height: 92vh;
  height: auto;
}

.plan-modal__close {
    position: absolute;
    top: -40px;
    right: 8px;
    appearance: none;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    line-height: 1;
    cursor: pointer;
    font-family: Jost;
    font-size: 2.4rem;
    font-weight: bold;
    color: #FFF;
    background: #333;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 背景スクロール抑止（必要なら） */
.is-modal-open { overflow: hidden; }

.plan-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media(max-width: 640px) {
  .plan-list {
    padding-top: 6%;
  }
}
.plan-card {
  border-top: 1px solid var(--434343, #434343);
  border-bottom: 1px solid var(--434343, #434343);
  background: var(--ffffff, #FFF);
  position: relative;
}
.plan-card::after {
  content: '';
  display: block;
  width: 68px;
  height: 68px;
  background: url(../pages/page-modelhouse/page-modelhouse02/img/plan-modal-zoom.svg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media(max-width: 640px) {
  .plan-card::after {
    width: 48px;
    height: 48px;
  }
}
.plan-card-num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  padding: 4px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--434343, #434343);
  color: var(--ffffff, #FFF);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
    .plan-card-num {
      padding: 2% 4%;
      font-size: 1.4rem;
    }
}
.plan-card__thumb img {
  max-width: 283px;
  width: 100%;
  margin-inline: auto;
}


.plan__info {
  margin-top: 64px;
  border: 1px solid #DBDBDB;
}
@media(max-width: 640px) {
  .plan__info {
    margin-top: 8%;
  }   
}
.plan__info-heading {
  padding: 18px 24px;
  background: #E4E4E4;
}
@media(max-width: 640px) {
  .plan__info-heading {
    padding: 4% 6%;
  }
}
.plan__info-heading-title {
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media(max-width: 640px) {
  .plan__info-heading-title {
    font-size: 1.4rem;
  }
}
.plan__info-body-list-item {
  padding: 18px 24px;
  background: #FFF;
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media(max-width: 640px) {
  .plan__info-body-list-item {
    padding: 4% 6%;
    font-size: 1.4rem;
  }
}
.plan__info-body-list-item:not(:last-of-type) {
  border-bottom: 1px solid #DBDBDB;
}


/* 250917 spec */
.spec {
  padding-block: 64px 28px;
  background: #F2F2F2;
}
@media(max-width: 640px) {
  .spec {
    padding-block: 8% 4%;
  }
}
.plan__spec {
}
.plan__spec-heading {
  margin-bottom: 24px;
  padding-bottom: 16px;
  position: relative;
}
@media(max-width: 640px) {
  .plan__spec-heading {
    margin-bottom: 4%;
    padding-bottom: 4%;
  }
}
.plan__spec-heading::after {
  margin-top: 16px;
  content: '';
  display: block;
  background: #B8B8B8;
  max-width: 260px;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media(max-width: 640px) {
  .plan__spec-heading::after {
    margin-top: 4%;
  }
}
.plan__spec-heading-title {
  color: var(--434343, #434343);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .plan__spec-heading-title {
    font-size: 1.4rem;
  }
}
.plan__spec-body {

}
.plan__spec-body:last-of-type {
  padding-top: 16px;
}
@media(max-width: 640px) {
  .plan__spec-body:last-of-type {
    padding-top: 4%;
  }
}
.plan__spec-body-item {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
.plan__spec-body-item-title {
  width: 115px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #E4E4E4;
}
.plan__spec-body-item-title-en {
  color: #C2C2C2;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
@media(max-width: 640px) {
  .plan__spec-body-item-title-en {
    font-size: 1.2rem;
  }
}
.plan__spec-body-item-title-jp {
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media(max-width: 640px) {
  .plan__spec-body-item-title-jp {
    font-size: 1.4rem;
  }
}
.plan__spec-body-item-info {
  width: 100%;
  padding: 39px 18px;
  background: #FFF;
}
@media(max-width: 640px) {
  .plan__spec-body-item-info {
    padding: 6% 4%;
  }
}
.plan__spec-body-item-info-list {
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  display: flex;
}@media(max-width: 640px) {
  .plan__spec-body-item-info-list {
    font-size: 1.2rem;
  }
}
.plan__spec-body-item-info-list::before {
  content: '・';
  display: block;
  line-height: 1.7;
}


/* 250916 access */
.access {
  padding-block: 52px 104px;
  background: linear-gradient(180deg, #F2F2F2 0%, #FFF 75.48%);
}
@media(max-width: 640px) {
  .access {
    padding-block: 7% 12%;
  }
}
.access__items {
  padding-top: 40px;
}
@media(max-width: 640px) {
  .access__items {
    padding-top: 6%;
  }
}
.access__item {

}
.access__item-map {
  width: 100%;
}

.access__item-map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 400 / 267;
  height: auto;
  border: 0;
}
.access__item-info {
  padding-top: 16px;
}
@media(max-width: 640px) {
  .access__item-info {
    padding-top: 4%;
  }
}
.access__item-info-list {
  padding-block: 16px;
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .access__item-info-list {
    padding-block: 4%;
    font-size: 1.4rem;
  }
}
.access__item-info-list:not(:last-of-type) {
  border-bottom: 1px solid #EEECE4;
}

/* 250917 main-cta */
.main-cta {
  padding: 40px;
  background: url(../pages/page-modelhouse/page-modelhouse02/img/main-cta-bg.jpg) no-repeat center center/cover;
}
@media(max-width: 640px) {
  .main-cta {
    padding: 6%;
  }
}
.main-cta__item-heading {
  padding-bottom: 27px;
}
@media(max-width: 640px) {
  .main-cta__item-heading {
    padding-bottom: 5%;
  }
}
.main-cta__item-heading-title {
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .main-cta__item-heading-title {
    font-size: 1.4rem;
  }
}
.main-cta__item-body {
  margin-inline: auto;
  /* max-width: 330px; */
  max-width: 329px;
}
@media(max-width: 640px) {
  .main-cta__item-body {
    max-width: 80%;
  }
}
.main-cta__item-body-notice {
  padding-block: 20px;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .main-cta__item-body-notice {
    padding-block: 4%;
  }
}
.main-cta .cta-link {
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .main-cta-link:hover .cta-txt {
    background: #FFFFFF;
  }
  .main-cta-link:hover .cta-txt span {
    color: #434343;
  }
  .main-cta-link:hover .cta-txt svg path {
    fill: #434343;
  }
}

/* 250917 contact */
.contact {
  padding-block: 64px;
  background: #F2F2F2;
}
@media(max-width: 640px) {
  .contact {
    padding-block: 8%;
  }
}

/* 250917 voice */
.voice {
  padding-block: 80px;
  background: #FFF;
}
@media(max-width: 640px) {
  .voice {
    padding-block: 10%;
  }
}
.voice__items {
  padding-top: 40px;
}
@media(max-width: 640px) {
  .voice__items {
    padding-top: 6%;
  }
}
.voice__item-visual {
  padding-bottom: 40px;
}
@media(max-width: 640px) {
  .voice__item-visual {
    padding-bottom: 6%;
  }
}
.voice__item-title {
  padding-bottom: 32px;
  color: var(--434343, #434343);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .voice__item-title {
    padding-bottom: 5%;
    font-size: 1.6rem;
  }
}
.voice__item-info {
  margin-inline: auto;
  max-width: 179px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D9D9D9;
}
.voice__item-info-list {
  width: 100%;
  color: var(--434343, #434343);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2;
}
@media(max-width: 640px) {
  .voice__item-info-list {
    font-size: 1.2rem;
  }
}
.voice__item-info-list.--item {
  width: 99px;
  background: #E4E4E4;
  flex-shrink: 0;
}
.voice__item-info-list.--value {
  background: #FFFFFF; 
}
.voice__item-desc {
  padding-top: 32px;
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
@media(max-width: 640px) {
  .voice__item-desc  {
    padding-top: 5%;
    font-size: 1.4rem;
  }
}

/* 250917 event */
.event {
  padding-block: 80px 37px;
  background: linear-gradient(180deg, #FFF 0%, #F2F2F2 90%, #FFF 100%)
}
@media(max-width: 640px) {
  .event {
    padding-block: 10% 5%;
  }
}
.event__items {
  padding-top: 40px;
}
@media(max-width: 640px) {
  .event__items {
    padding-top: 6%;
  }
}
.event__item-visual {
  padding-bottom: 40px;
}
@media(max-width: 640px) {
  .event__item-visual {
    padding-bottom: 6%;
  }
}
.event__item-title {
  color: var(--434343, #434343);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .event__item-title {
    font-size: 1.6rem;
  }
}
.event__item-info {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media(max-width: 640px) {
  .event__item-info {
    padding-top: 6%;
  }
}
.event__item-info-list {
  display: flex;
  border: 1px solid #D9D9D9;
}
.event__item-info-list-item {
  width: 99px;
  flex-shrink: 0;
  background: #E4E4E4;
  color: var(--434343, #434343);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(max-width: 640px) {
  .event__item-info-list-item {
    font-size: 1.2rem;
  }
}
.event__item-info-list-value {
  padding: 16px 14px;
  width: 100%;
  background: #FFFFFF;
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media(max-width: 640px) {
  .event__item-info-list-value {
    padding: 4%;
    font-size: 1.2rem;
  }
}

/* 250917 feature */
.feature__visual {
  padding-top: 80px;
  background: #FFF;
}
@media(max-width: 640px) {
  .feature__visual {
    padding-top: 10%;
  }
}
.feature {
  padding-block: 56px 120px;
  background: #FFF;
}
@media(max-width: 640px) {
  .feature {
    padding-block: 7% 14%;
  }
}
.feature__items {
  padding-top: 40px;
}
@media(max-width: 640px) {
  .feature__items {
    padding-top: 6%;
  }
}
.feature__item {
  padding: 24px 16px;
  border-bottom: 1px solid #434343;
}
@media(max-width: 640px) {
.feature__item {
  padding: 4% 4%;
}
}
.feature__item:first-of-type {
  border-top: 1px solid #434343;
}
.feature__item-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  position: relative;
}
.feature__item-heading::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.feature__item .feature__item-heading::after {
  content: '';
  display: block;
  background: url(../pages/page-modelhouse/page-modelhouse02/img/feature-icon-close.svg) no-repeat center center/cover;
  width: 18px;
  height: 18px;
}
.feature__item.is-open .feature__item-heading::after {
  content: '';
  display: block;
  background: url(../pages/page-modelhouse/page-modelhouse02/img/feature-icon-open.svg) no-repeat center center/cover;
  width: 18px;
  height: 18px;
}

.feature__item-heading-num {
  color: var(--CFCFCF, #CFCFCF);
  font-family: Jost;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .feature__item-heading-num {
    font-size: 1.4rem;
  }
}
.feature__item-heading-title {
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .feature__item-heading-title {
    font-size: 1.4rem;
  }
}
.feature__item-heading:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.feature__item-body-wrap {
  padding-top: 32px;
}
@media(max-width: 640px) {
  .feature__item-body-wrap {
    padding-top: 5%;
  }
}
.feature__item-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s ease;
}
.feature__item-body-desc {
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .feature__item-body-desc {
    font-size: 1.2rem;
  }
}
.feature__item.is-open .feature__item-heading {

}


/* 250917 company */
.company {
  padding-block: 80px 0;
  background: #FFF;
}
@media(max-width: 640px) {
.company {
  padding-block: 10% 0;
}
}
.company__items {
  padding-top: 40px;
}
@media(max-width: 640px) {
  .company__items {
    padding-top: 6%;
  }
}
.company__info {
  border: 1px solid #D9D9D9;
}
.company__info-list {
  display: flex;
}
.company__info-list:not(:last-of-type) {
  border-bottom: 1px solid #D9D9D9;
}
.company__info-list-title {
  padding: 18px 16px;
  width: 130px;
  flex-shrink: 0;
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  background: #E4E4E4;
}
@media(max-width: 640px) {
  .company__info-list-title {
    padding: 4%;
    font-size: 1.4rem;
  }
}
.company__info-list-value {
  padding: 18px 16px;
  width: 100%;
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  background: #FFF;
}
@media(max-width: 640px) {
  .company__info-list-value {
    padding: 4%;
    font-size: 1.2rem;
  }
}



/* 250917 footer */
.ft {
  padding-block: 80px 18px;
  background: linear-gradient(180deg, #FFF 0%, #F2F2F2 60%, #F2F2F2 100%);
  color: #5B4B4B;
}
@media(max-width: 640px) {
  .ft {
    padding: 10% 4% 30%;
  }
}
.ft-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.ft-name {
  margin-bottom: 57px;
  width: 213px;
}
@media(max-width: 640px) {
  .ft-name {
    margin-bottom: 8%;
  }
}
.ft-logo {
  display: block;
  width: 100%;
  height: 100%;
}
.ft-logo img {
  width: 100%;
}
.ft-copy {
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.08em;
}


/* 250917 form */
.contact-form {
  padding-top: 56px;
}
@media(max-width: 640px) {
.contact-form {
  padding-top: 8%;
}
}
.form-common textarea, .form-common input[type="text"], .form-common input[type="email"], .form-common input[type="tel"], .form-common input[type="date"], .form-common select {
  font-size: 1.4rem;
}
@media(max-width: 640px) {
  .form-common textarea, .form-common input[type="text"], .form-common input[type="email"], .form-common input[type="tel"], .form-common input[type="date"], .form-common select {
    font-size: 1.2rem;
  }
}
.form-common__inner--cnt ul li:first-of-type {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2%;
}
.form-common__inner--cnt ul li:last-of-type {
  width: 100%;
}
.form-common__inner--cnt ul li:first-of-type .form-common__inner--cnt--left {
  width: auto;
  flex-direction: row-reverse;
  gap: 20px;
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media(max-width: 640px) {
  .form-common__inner--cnt ul li:first-of-type .form-common__inner--cnt--left {
    font-size: 1.4rem;
  }
}
.form-common__inner--label {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  background: #CFCFCF;
}
@media(max-width: 640px) {
  .form-common__inner--label {
    font-size: 1.2rem;
  }
}
.form-common__inner--label.label-required {
  background: #434343;
}
.form-common button.your-zip {
  font-size: 1.4rem;
  background: #434343;
}
@media(max-width: 640px) {
  .form-common button.your-zip {
    font-size: 1.2rem;
  }
}
.form-common__inner--privacy--check {
  color: var(--434343, #434343);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .form-common__inner--privacy--check {
    font-size: 1.2rem;
  }
}
.form-common input[type="submit"], .form-common input[type="button"] {
  max-width: 432px;
  width: 100%;
  height: 56px;
  background: #434343;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media(max-width: 640px) {
  .form-common input[type="submit"], .form-common input[type="button"]  {
    font-size: 1.6rem;
  }
}
.form-common__inner--privacy--notice {
  border: none;
  margin-bottom: 40px;
}
.form-common__inner--cnt--mail {

}
@media(max-width: 640px) {
  .form-common__inner--cnt--mail {
    margin-bottom: 8%;
    font-size: 1.2rem;
  }
}
.form-common__inner--privacy--notice {

}
@media(max-width: 640px) {
  .form-common__inner--privacy--notice {
    height: 150px;
  }
  .form-common__inner--privacy--cnt p {
    font-size: 1.2rem;
  }
}

/* 250917 修正 */
/* ===== SP: ヘッダーは常に非transform化／ナビは即表示で最前面 ===== */
@media (max-width: 1024px) {
  /* 1) ヘッダーはSPでは常にtransform無しに（開閉でズレなくなる） */
  .hd {
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
  }

  /* 2) ナビは固定オーバーレイ。開いたら即表示（遅延を無くす） */
  .hd nav.hd-nav {
    /* 非表示時 */
    display: none;              /* ← visibility/opacityより確実に消す */
    opacity: 1 !important;      /* 表示時はすぐ見えるように固定 */
    visibility: visible !important;
    transition: none !important; /* “一瞬の間”の原因を断つ */

    /* 表示レイヤー */
    position: fixed !important;
    /* top: var(--hd-h, 56px); */
    left: 0;
    width: 100vw;
    height: calc(100vh - var(--hd-h, 56px));
    height: calc(100dvh - var(--hd-h, 56px));
    z-index: 1;
  }

  /* open時のみ表示 */
  .hd.open nav.hd-nav {
    display: block !important;
    /* width: calc(100% - 48px); */
    margin-inline: auto;
    /* padding-inline: 24px; */
    left: 50%;
    transform: translateX(-50%);
    border-radius: 239px 239px 0 0;
    top: 22px;
    height: 100vh;
    display: flex !important;
    justify-content: center;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .hd.open nav.hd-nav {
    /* width: 432px; */
    width: 480px;
  }
}


@media(max-width: 1024px) {
  .hd.fixed.open {
    background: none;
    transition: 0.4s;
  }
  .hd.fixed .hd-name__logo img {
    filter: invert(1);
    transition: 0.4s;
  }
}

/* 250918 banner */
.banner {
  position: fixed;
  bottom: 0;
  /* left: 0; */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  z-index: 1001;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .banner:hover {
    opacity: 0.8;
  }
}
.banner-contact {
  display: none;
}
@media screen and (max-width: 1024px) {
  .banner-contact {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2px;
  }
}

/* 250925 */
.point-slide__thumbs {
  position: relative;
  padding-right: var(--pad-r); /* 右ブリードはCSS側で保持 */
}

.point-slide__thumbs .swiper-scrollbar {
  height: 4px;
  margin-top: 0px;
  border-radius: 4px;
  background: rgba(0, 0, 0, .12);
  position: unset !important;
}
.point-slide__thumbs .swiper-scrollbar-drag {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
}
