@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');
/* 要素 フォントサイズ・マージン・パディングをリセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 行の高=フォントサイズ */
body {
  line-height: 1.5;
  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: Jost;
}

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 {
  font-size: 62.5%;
  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: #5B4B4B;
}
@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 {
  position: relative;
  margin: 0 auto;
  padding-inline: 24px;
  width: 100%;
}
@media(max-width: 1024px) {
  .common-wrap {
    padding-inline: 5%;
  }
}
.common-wrap02 {
  position: relative;
  margin: 0 auto;
  padding-inline: 32px;
  width: 100%;
}
@media(max-width: 1024px) {
  .common-wrap02 {
    padding-inline: 5%;
  }
}
.common-wrap03 {
  position: relative;
  margin: 0 auto;
  padding-inline: 48px;
  width: 100%;
}
@media(max-width: 1024px) {
  .common-wrap03 {
    padding-inline: 5%;
  }
}
.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: #F1F1F1;
  pointer-events: none;
}








.pagetop {
  padding-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .pagetop {
    padding-bottom: 80px;
  }
}
.pagetop-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto 16px;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.4s;
}
.pagetop-link span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  color: #333;
  transition: 0.4s;
}
.pagetop-link span::after {
  content: "";
  display: block;
  height: 10px;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #333;
  transition: 0.4s;
}
.pagetop-link:hover {
  background: #333;
}
.pagetop-link:hover span {
  color: #fff;
}
.pagetop-link:hover span::after {
  background: #fff;
}

.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: 8px;
  }
}

.content {
  position: relative;
  width: 480px;
  overflow: clip;
  background: #FFF;
}
@media(min-width: 1025px) {
  .content {
    margin-top: 32px;
    border-radius: 60px 60px 0 0;
  }
}
@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;
}
.main-cta-ph {
  margin-bottom: 32px;
  width: 100%;
}
@media(max-width: 1024px) {
  .main-cta-ph {
    margin-bottom: 3%;
  }
}
.main-cta-scroll {
  background: #FFF;
  height: 150px;
  overflow-y: scroll;
  padding: 16px;
  margin-bottom: 38px;
}
@media(max-width: 1024px) {
  .main-cta-scroll {
    padding: 4%;
    margin-bottom: 4%;
  }
}
.main-cta-scroll p {
  color: #2B2B2B;
  font-size: 14px;
  font-style: 400;
  font-weight: 400;
  line-height: 1.71; /* 171.429% */
}
@media(max-width: 1024px) {
  .main-cta-scroll p {
    font-size: 12px;
  }
}







/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* フォーム部分 */
.wpcf7-list-item {
  margin: 0 0 1em 0;
}

form {
  overflow: hidden;
}
form ul {
  display: block;
  margin-bottom: 32px;
  margin-top: 40px;
}

.item-notice {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 13px;
  line-height: 1.5;
  font-size: 14px !important;
}
.item-notice strong {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.item-notice p {
  font-size: 14px;
}

form ul li:last-of-type {
  width: 100%;
}
form ul .item-name {
  color: #2C2928;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 20px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}
@media(max-width: 1024px) {
  form ul .item-name {
    font-size: 14px;
  }
}
form ul .item-name span.item-req {
}
form ul .item-name span.item-noreq {
}
form ul li:last-of-type .item-form {
  width: 100%;
  display: block;
}
form ul li:last-of-type .item-form span {
  width: 100%;
  display: block;
}
form ul li:last-of-type input {
  width: 100%;
  display: block;
}
form ul li:last-of-type textarea {
  width: 100%;
  display: block;
  resize: vertical;
  height: 240px;
}
form ul li:last-of-type input, form ul li:last-of-type textarea, form ul li:last-of-type select {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  background: #F2F2F2;
}

.section-form__check1 {
  text-align: center;
  font-size: 14px;
}

.contact__form ul.form-tab button.active {
  color: #186a68;
  border-top: 1px solid #186a68;
  border-bottom: 1px solid #186a68;
}

.submit_btn {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  border-radius: 100px;
  border: none;
  margin: auto;
  /* border: 1px solid #216724; */
  position: relative;
}
.submit_btn:hover {
  /* border: 1px solid rgba(108, 142, 120, 0.5); */
}

.section-form__check {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 48px;
}
.section-form__check span {
  background: none;
}



.submit_btn:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 6px;
  top: 50%;
  transform: translateY(-48%);
  right: 24px;
  size: cover !important;
  position: center center !important;
}

.wpcf7-spinner {
  display: none !important;
}

li.item-form.itemform_add_search {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
li.item-form.itemform_add_search span {
  width: calc(100% - 140px);
}


.form-caption {
  margin-bottom: 120px;
}
.form-caption p {
  font-size: 16px;
  text-align: center;
}

.section-form-privacy__cnt {
  height: 180px;
  overflow-y: scroll;
  padding: 18px;
  margin-bottom: 32px;
}
.section-form-privacy__cnt h3 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-top: 32px;
}
.section-form-privacy__cnt h3:first-of-type {
  margin-top: 0;
}
.section-form-privacy__cnt p {
  font-size: 14px;
}

.formError {
  z-index: 20 !important;
}

.xdsoft_datetimepicker {
  z-index: 21 !important;
}

@media screen and (max-width: 640px) {
  form ul {
    /* margin-bottom:32px; */
    margin-top: 5%;
    margin-bottom: 3%;
    flex-wrap: wrap;
  }
  form ul li:first-of-type, form ul li:last-of-type {
    width: 100%;
  }
  form ul li:first-of-type {
    margin-bottom: 16px;
  }
  form ul li:last-of-type input, form ul li:last-of-type textarea {
    padding: 16px;
    font-size: 14px;
  }
  form [type=submit] {
    font-size: 18px;
  }
  .form-caption {
    margin-bottom: 32px;
  }
  .form-caption p {
    font-size: 14px;
    text-align: left;
  }
  .contact__form ul.form-tab {
    margin-bottom: 40px;
  }
  .item-notice, li.item-form.itemform_add_search span {
    width: 100%;
  }
  .section-form__check {
    margin-bottom: 5%;
  }
}
.wpcf7-form-control {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 100%;
}
.wpcf7-form-control.wpcf7-radio label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-radio label input {
  width: 24px;
  height: 24px;
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: calc(100% - 36px);
/* line-height:1.3; */
}

.form-caption p, form * {
  font-family: "Zen Kaku Gothic New";
}

.wpcf7-not-valid-tip {
  /*   display: none !important; */
}

.form__notice {
  font-size: 14px;
  margin-top: 16px;
}

.privacy-policy-scroll {
  background: #FFF;
  padding: 20px 16px;
  max-height: 200px;
  height: 100%;
  margin-top: 24px;
  overflow: hidden scroll;
}
.privacy-policy-scroll::-webkit-scrollbar {
  width: 8px;
}
.privacy-policy-scroll::-webkit-scrollbar-thumb {
  background: #A7A7A7;
  border-radius: 10px;
}
.privacy-policy-scroll::-webkit-scrollbar-track {
  background: #FFF;
}
.privacy-policy-scroll .simplebar-track {
  width: 0.3rem;
}
.privacy-policy-scroll .simplebar-scrollbar {
  width: 0.3rem;
}
.privacy-policy-scroll .simplebar-scrollbar::before {
  width: 0.3rem;
  color: #fff;
  opacity: 1;
}
.privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
}

@media (max-width: 640px) {
  .form__notice {
    font-size: 12px;
    margin-top: 2%;
  }
}
.item-form.itemform_add_search {
  display: flex !important;
  gap: 16px;
}
.item-form.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}
span.wpcf7-form-control.wpcf7-radio {
  background: unset;
}


.section-form__check1, .section-form__check2 {
  padding: 24px;
  text-align: center;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  background: none;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.5;
}
span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpcf7-form-control-wrap[data-name=radio-plan] span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio] {
  width: 18px;
  height: 18px;
	margin:0;
}
.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
  color: #000000 !important;
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: 100%;
	line-height:1;
}

/* チェック時のスタイル */
.wpcf7-list-item {
  margin: 0;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.wpcf7-list-item input[type=radio] {
  width: auto !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.section-form__check1 .wpcf7-list-item, .section-form__check2 .wpcf7-list-item {
  justify-content: center;
}



/* 250130 common */
.br-lg {

}
.br-md {

}
.br-sm {

}

/* 250130 info */
.info {
  position: relative;
  padding-block: 56px;
  /* background: #fafafa; */
  /* background: linear-gradient(to bottom, #fff 220px, #fafafa 220px); */
}
@media(max-width: 1024px) {
  .info {
    padding-block: 6%;
  }
}
.info-head {
  margin-bottom: 64px;
  margin-inline: auto 0;
  max-width: 400px;
}
.info-ttl {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.66;
  letter-spacing: 0.1em;
}
@media(max-width: 1024px) {
  .info-ttl {
    font-size: 26px;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 640px) {
  .info-ttl {
    font-size: 20px;
  }
}
.info-sub-ttl {
  margin-bottom: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 1.4px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media(max-width: 1024px) {
  .info-sub-ttl {
    margin-bottom: 5%;
  }
}
@media(max-width: 640px) {
  .info-sub-ttl { 
    font-size: 12px;
  }
}
.info-sub-ttl::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(./img/icon-title.svg) no-repeat center center/cover;
}
.info-txt {
  margin-bottom: 40px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #3a3a3a;
}
@media(max-width: 1024px) {
  .info-txt {
    margin-bottom: 4%;
  }
}
.info-data {
  padding: 24px;
  background: #F8F5F3;
}
.info-data__item {
}
.info-data__item:first-of-type {
  padding-bottom: 56px;
}
.info-data__ttl {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  letter-spacing: 0.8px;
}
.info-data__ttl::before {
  content: "◉";
}
.info-data__txt {
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #3a3a3a;
}
.info-ph {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
}
.info-ph img {
  width: 427px;
}
@media screen and (max-width: 640px) {
}
.info-point {
  margin-top: 56px;
}
@media(max-width: 1024px) {
  .info-point {
    margin-top: 6%;
  }
}

.info-txt {
  margin-bottom: 32px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #3a3a3a;
}
.info-slide {
  position: relative;
  margin-bottom: 67px;
}
.info-slide__thumbs {
  margin-top: min(1.5625vw, 0.75rem);
  padding: 0;
  width: 100%;
  overflow: auto;
}
.info-slide__thumbs .swiper-slide {
  height: 80px;
  text-align: center;
  overflow: hidden;
  opacity: 0.5;
}
.info-slide__thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}
.info .swiper-slide-thumb-active {
  opacity: 1;
}
.info .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e2e2e2;
  opacity: 1;
}
.info .swiper-pagination-bullet-active {
  background: #4b3928;
}
.info .swiper-pagination-bullets {
  bottom: -35px;
}
.info .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.info .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.info .swiper-button-next, .info .swiper-button-prev {
  position: absolute;
  top: 39%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: url(./img/icon-arrow.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .info .swiper-button-next, .info .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.info .swiper-button-next::after, .info .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: ) {
  .info .swiper-button-next:hover, .info .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.info .swiper-button-prev {
  left: 8px;
  right: auto;
  transform: scale(-1, 1);
}
.info-tab__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.info-tab__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 16px) / 3);
}
.info-tab__btn {
  width: 100%;
  height: 58px;
  background: #E1D5D5;
  border: none;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 640px) {
  .info-tab__btn {
    padding: 5%;
  }
}
.info-tab__btn.active {
  transform-origin: bottom;
  background: #5B4B4B;
}
.info-tab__btn.active .info-tab__ttl {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .info-tab__btn:hover {
    transform-origin: bottom;
    background: #5B4B4B;
  }
  .info-tab__btn:hover .info-tab__ttl {
    color: #fff;
  }
}
.info-tab__ttl {
  font-weight: 500;
  line-height: 1.66;
  text-align: center;
  letter-spacing: 0.1em;
  color: #5B4B4B;
  transition: 0.4s;
}
.info-detail {
  background: #5B4B4B;

}
.info-cnt__box {
  padding-block: 22px 32px;
}
.info-cnt__info {
  width: 100%;
}
.info-cnt__ph {
  margin-bottom: 24px;
  width: 100%;
}
.info-cnt__ttl {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 2; /* 200% */
  letter-spacing: 1px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .info-cnt__ttl {
    font-size: 18px;
    margin-bottom: 5%;
  }
}
.info-cnt__txt {
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}


/* hover */
@media(min-width: 1024px) {
  /* hover1 */
  .main-cta-txt.hover-btn01:hover {
    background: #FFF;
    transition: 0.3s;
  }
  .main-cta-txt.hover-btn01:hover span {
    color: #166760;
    transition: 0.3s;
  }
  .main-cta-txt.hover-btn01:hover svg path {
    fill: #166760;
    transition: 0.3s;
  }
  
  /* hover2 */
  .main-cta-txt.hover-btn02:hover {
    background: #5B4B4B;
    transition: 0.3s;
  }
  .main-cta-txt.hover-btn02:hover span {
    color: #FFF;
    transition: 0.3s;
  }
  .main-cta-txt.hover-btn02:hover svg path {
    fill: #FFF;
    transition: 0.3s;
  }
}


/* info */
.info-info {
  z-index: 1;
}
.info-bg {
  position: relative;
  z-index: 0;
}
.info-bg::after {
  content: '';
  display: block;
  width: 480px;
  height: 440px;
  background: url(./img/info-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -10vw;
  z-index: -2;
}




/* 250203 anchor */
#message-anchor,
#info-anchor,
#plan-anchor,
#access-anchor,
#works-anchor,
#contact-anchor,
#company-profile-anchor {
  margin-top: -80px;
  padding-top: 80px;
}


/* SP banner */
@media(min-width: 1024px) {
  .banner {
    display: none; /* JavaScriptで制御するためCSSでは非表示 */
    position: fixed;
    bottom: 20px;
    right: 20px;
/*     background: rgba(0, 0, 0, 0.8); */
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
  }
}






/* 250311 */

/* common */
.kanal-home-modelhouse-common__ttl {

}
.kanal-home-modelhouse-common__ttl-sub {
  display: block;
  color: #64A26B;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.8px;
  margin-bottom: 16px;
  position: relative;
}
.kanal-home-modelhouse-common__ttl-sub::before{
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #64A26B;
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media(max-width: 1024px) {
  .kanal-home-modelhouse-common__ttl-sub {
    font-size: 1.4rem;
  }
}
.kanal-home-modelhouse-common__ttl-main {
  color: #3E2F22;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 1.2px;
}
@media(max-width: 1024px) {
  .kanal-home-modelhouse-common__ttl-main {
    font-size: 2rem;
  }
}

.hd {
  width: calc(100% - 480px);
  max-width: 600px;
}
@media(min-width: 1025px) {
  .hd-cnt {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 520px);
    max-width: 600px;
    height: 100vh;
    gap: 56px;
  }
}
@media(max-width: 1200px) {
  .hd-cnt {
    width: 520px;
  }
}
@media(max-width: 1100px) {
  .hd-cnt {
    width: 480px;
  }
}

.hd-menu {
  width: 100%;
  background: #FFF;
  border-radius: 0 0 30px 30px;
}
.hd-nav {

}
.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;
}
@media(min-width: 1024px) {
.hd-nav__link:hover span{
  color: #BFA06B;
}
}
.hd-nav__link-jp {
  position: relative;
  display: block;
  padding: 0;
  font-weight: 500;
  /* font-size: 1rem; */
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.875;
  color: #5B4B4B;
  transition: 0.4s;
}
@media(max-width: 640px) {
  .hd-nav__link-jp {
    color: #5B4B4B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
    letter-spacing: 0.8px;
  }
}
.hd-nav__link-jp::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 16px);
  transform: translateY(-50%);
  width: 18px;
  height: 1px;
  background: #BFA06B;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    color: #BFA06B;
  }
}
@media screen and (max-width: 1024px) {
  .hd {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    height: 86px;
    background: transparent;
    /* background: #fff; */
    /* border-bottom: 1px solid #333; */
    line-height: 1.5;
    transition: all 0.4s;
    z-index: 1000;
  }
  .hd-cnt {
    display: none;
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-block: 0;
    padding-inline: 32px;
    width: 100%;
    height: 100%;
  }
  .hd-menu {
    margin-inline: auto 0;
    width: auto;
    max-width: none;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 56px;
    left: 0;
    padding-bottom: 70px;
    width: 100%;
    height: calc(100svh - 56px);
    background: #FFFFFF;
    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%;
	  
        max-width: 143px;
        display: block;
        margin: 0 auto;
        transform: translateX(36px);
  }
  .hd-nav__item {
    width: 100%;
    padding: 0;
    border: none;
/*     text-align: center; */
	  text-align:left;
  }
  .hd-nav__item:first-child {
    border: none;
  }
  .hd-nav__link {
    display: block;
/*     padding-block: 16px; */
    padding-block: 0px;
    padding-inline: 0;
	  padding-bottom:4.4vh;
  }
  .hd-nav__link-jp {
    color: #5B4B4B;
    line-height: 1.56;
	  text-align:left;
  }
  .hd .main-cta {
    display: none;
  }
  .hd-toggle {
    position: relative;
    width: 105px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle__txt {
    position: relative;
  }
  .hd-toggle div {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 28px;
  }
  .hd-toggle span {
    display: block;
    position: absolute;
    left: 0;
    transition: 0.35s ease-in-out;
    width: 100%;
    background: #FFF;
    color: #333;
  }
  .hd-toggle__line {
    height: 1px;
  }
  .hd-toggle__line:nth-child(1) {
    top: 0;
  }
  .hd-toggle__line:nth-child(2) {
    top: 14px;
  }
  .hd-toggle__line:nth-child(3) {
    position: relative;
    top: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .hd.fixed {
    background: rgba(242, 242, 242, 0.9);
  }
	
}
.hd.open {
  background: #FFF;
}
.hd.open .hd-nav {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
}
.hd.open .hd-toggle span {
  background: #3e3b31;
  color: #3e3b31;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 12px;
  transform: rotate(320deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 12px;
  transform: rotate(-320deg);
}

.hd-wrap {
  width: 100%;
  background: #FFF;
  border-radius: 0 0 60px 60px;
  padding-block: 80px;
}
.hd-cta {
  max-width: 600px;
  width: 100%;
  background: #FFF;
  border-radius: 60px;
}
@media(max-width: 1024px) {
  .hd-cta {
    display: none;
  }
}
.hd-cta h2 {
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 1.2px;
  border-radius: 60px 60px 0px 0px;
  background: var(--4, #BFA06B);
  padding-block: 28px 20px;
}
@media(max-width: 1200px) {
  .hd-cta h2 {
    font-size: 2rem;
}
}
.hd-cta .hd-cta__inner {
  padding: 32px;
}
.hd-cta .hd-cta__inner img {
  width: 100%;
}
.hd-cta .main-cta-text {

}
.hd-cta .cta-btn {
  width: 395px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 40px;
  background: #BFA06B;
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #BFA06B;
  box-sizing: border-box;
  transition: 0.3s;
}
.hd-cta .cta-btn span {
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 1.44px;
  transition: 0.3s;
}
.hd-cta .cta-btn svg {
  position: absolute;
  right: 28px;
}
@media(min-width: 1025px) {
  .hd-cta .main-cta-link:hover .cta-btn {
    background: transparent;
    border: 2px solid #BFA06B;
    transition: 0.3s;
  }
  .hd-cta .main-cta-link:hover .cta-btn span {
    color: #BFA06B;
    transition: 0.3s;
  }
  .hd-cta .main-cta-link:hover .cta-btn svg path {
    fill: #BFA06B;
    transition: 0.3s;
  }
}

/* 250311 FV */
@media(min-width: 1025px) {
  #section-fv {

  }
}
.section-fv {
  position: relative;
  z-index: 1;
}
.section-fv .common-wrap {
  padding-top: 0;
}

.section-fv__slide-item {
}
.section-fv__slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-fv__slide-cnt {
  position: relative;
}
.section-fv__catch {
  max-width: 420px;
  width: 100%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media(max-width: 1024px) {
  .section-fv__catch {
    top: 15%;
    padding-inline: 2%;
  }
}
.section-fv__catch-ttl {
  display: block;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 0px 0px 15px #92B6D5;
  font-family: Jost;
  font-size: 8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 100% */
  letter-spacing: 8px;
  padding-bottom: 40px;
}
@media(max-width: 1024px) {
  .section-fv__catch-ttl {
    font-size: 6rem;
    padding-bottom: 4%;
  }
}
.section-fv__catch-subttl {
  display: block;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 5px #92B6D5;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.45; /* 145.833% */
}
@media(max-width: 1024px) {
  .section-fv__catch-subttl {
    font-size: 2rem;
  }
}
.section-fv-catch span.location::before {
  content: '';
  display: block;
  width: 12px;
  height: 16px;
  background: url(./img/icon-location.svg) no-repeat center center/cover;
}

.section-fv__info {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}
.section-fv__info-top {
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.2; /* 222.222% */
  letter-spacing: 1.98px;
  height: 37px;
  flex-shrink: 0;
  background: #64A26B;
  border-radius: 20px;
  padding: 12px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width: 1024px) {
  .section-fv__info-top {
    font-size: 1.6rem;
  }
}
@media(max-width: 640px) {
  .section-fv__info-top {
    width: 90%;
  }
}
.section-fv__info-bottom {
  color: #64A26B;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 2.64px;
  /* height: 67px; */
  background: rgba(251, 248, 243, 0.9);
  /* display: flex;
  align-items: center;
  justify-content: center; */
  text-align: center;
  padding: 25px 18px 18px 18px;
}
@media(max-width: 1024px) {
  .section-fv__info-bottom {
    font-size: 2rem;
  }
}


/* 250311 concept */
.section-concept {
  padding-block: 48px;
}
@media(max-width: 1024px) {
  .section-concept {
    padding-block: 5%;
  }
}
.section-concept__description {
  color: #3B2B23;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.87; /* 187.5% */
  letter-spacing: 0.384px;
  padding-top: 24px;
}

/* 250311 design */
.section-design {
  padding-block: 64px 48px;
}
@media(max-width: 1024px) {
  .section-design {
    padding-block: 6% 5%;
  }
}
.section-design__slide-ttl{
  color: #64A26B;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1; /* 111.111% */
  letter-spacing: 0.9px;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 24px;
}

.section-design__slide-ttl::after {
  content: '';
  display: block;
  background: url(./img/icon-line01.svg) no-repeat center center/cover;
  width: 158px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section-design__slide-item-ttl {
  display: flex;
  flex-direction: column;
  gap: 24px;
}


.section-design__slide-item-ttl h3 {
  color: #3B2B23;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 0.96px;
  padding-bottom: 16px;
}

.section-design__slide-item-txt {
  color: #3B2B23;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7; /* 171.429% */
  letter-spacing: 0.14px;
  padding-top: 16px;
}

.section-design__slide-wrap {
  background: #F2F2F2;
  border-radius: 30px;
  padding: 24px 56px 32px;
  position: relative;
}
@media(max-width: 1024px) {
  .section-design__slide-wrap {
    padding: 6%;
  }
}

.section-design .swiper-pagination {
  position: unset;
  padding-top: 40px;
}
@media(max-width: 1024px) {
  .section-design .swiper-pagination {
    padding-top: 4%;
  }
}

.section-design .swiper-pagination-bullet {
  background: #ccc;
}

.section-design .swiper-pagination-bullet-active {
  background: #8C8C8C;
}

.section-design__slide-prev {
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: 1;
}

.section-design__slide-next {
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 1;

}

@media(max-width: 1024px) {
.section-design__slide-prev {
  left: -8px;
}

.section-design__slide-next {
  right: -8px;
}
}

.section-design__subttl {
  display: block;
  width: 100%;
  text-align: center;
  color: #F2F2F2;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 0.8px;
}

/* 250311 section-modelhouse */
#section-modelhouse {
  padding-top: 48px;
}
@media(max-width: 1024px) {
  #section-modelhouse {
    padding-top: 5%;
  }
}
.section-modelhouse__description {
  color: #3B2B23;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.87; /* 187.5% */
  letter-spacing: 0.384px;
  padding-top: 24px;
}
.section-modelhouse__map {
  background: url(./img/modelhouse-map.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 400px;
  width: 100%;
  height: 408px;
  margin: 48px auto 0;
  position: relative;
}
.section-modelhouse__map-icon {
  cursor: pointer;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
.section-modelhouse__map-icon.--icon01 {
  position: absolute;
  top: 2%;
  left: 4%;
}
.section-modelhouse__map-icon.--icon02 {
  position: absolute;
  top: 39%;
  left: 10%;
}
.section-modelhouse__map-icon.--icon03 {
  position: absolute;
  top: 30%;
  left: 43%;
}
.section-modelhouse__map-icon.--icon04 {
  position: absolute;
  top: 35%;
  left: 65%;
}
.section-modelhouse__area {
  border-radius: 20px;
  border: 3px solid #64A26B;
  background: #FFF;
  padding: 12px;
  margin-top: 24px;
  width: 100%;
  height: 140px;
  overflow-y: scroll;
}
.section-modelhouse__area-list {
  color: #595959;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-modelhouse__area-list-green {
  display: block;
  color: #64A26B;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* 250311 property */
.section-property {
  padding-top: 32px;
}

.section-property__heading {
  margin-block: 16px;
  max-width: 432px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #64A26B;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 1.2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media(max-width: 1024px) {
  .section-property__heading {
    font-size: 2rem;
  }
}
.section-property__heading::after {
  content: '';
  display: block;
  background: url(./img/icon-arrow01.svg);
  width: 22px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 24px;
  transition: 0.5s;
}
.section-property__heading.active::after {
  transform: rotate(180deg);
  transition: 0.5s;
}



/* 初期状態で非表示 */
.js-property {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

/* 開いた時に表示される */
.js-property.open {
  max-height: 5000px; /* 必要に応じて調整 */
}




.section-property__item {
  background: #F2F2F2;
  border-radius: 30px;
}
.section-property__item:not(:last-of-type) {
  margin-bottom: 32px;
}
.section-property__item-wrap {
  padding: 32px 24px 36px;
}
.section-property__item-status {
  display: inline-flex;
  padding: 3px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: #BFA06B;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 2.8px;
  margin-bottom: 20px;
}
.section-property__item-ttl {
  color: #595959;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 1.2px;
  padding-bottom: 24px;
}
@media(max-width: 1024px) {
  .section-property__item-ttl {
    font-size: 2rem;
  }
}
.section-property__item-img {
  padding-bottom: 24px;
}
.section-property__item-catch {
  color: #BFA06B;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6; /* 160% */
  letter-spacing: 1px;
  padding-bottom: 16px;
}
@media(max-width: 1024px) {
  .section-property__item-catch {
    font-size: 1.6rem;
  }
}
.section-property__item-address {
  color: #595959;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 100% */
  letter-spacing: 0.8px;
}
@media(max-width: 1024px) {
  .section-property__item-address {
    font-size: 1.4rem;
  }
}

.section-property__rec {
  padding-block: 48px 32px;
}
.section-property__rec-ttl {
  color: #64A26B;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.11; /* 111.111% */
  letter-spacing: 0.9px;
  padding-bottom: 12px;
}
@media(max-width: 1024px) {
  .section-property__rec-ttl {
    font-size: 1.6rem;
  }
}
.section-property__rec-text {
  color: #595959;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.14px;
  padding-block: 24px;
  position: relative;
}
.section-property__rec-text::before {
  content: '';
  display: block;
  background: url(./img/icon-line03.svg);
  width: 100%;
  height: 1px;
  background-size: cover;
  position: absolute;
  top: 0;
}
.section-property__rec-text::after {
  content: '';
  display: block;
  background: url(./img/icon-line03.svg);
  width: 100%;
  height: 1px;
  background-size: cover;
  position: absolute;
  bottom: 0;
}

.section-property-open {
  cursor: pointer;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8C8C8C;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 100% */
  letter-spacing: 0.9px;
  padding-inline: 24px;
  transition: 0.3s;
}
@media(max-width: 1024px) {
  .section-property-open {
    font-size: 1.6rem;
  }
}
@media(min-width: 1025px) {
  .section-property-open:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
}
.section-property-open::before {
  content: '';
  display: block;
  width: 17px;
  height: 13px;
}
.section-property-open::after {
  content: '';
  display: block;
  background: url(./img/icon-arrow02.svg);
  width: 17px;
  height: 13px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-property__block {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.section-property__block.open {
  max-height: 10000px; /* 適切な高さを設定 */
}

.section-property__heading.active {
}




/* 250311 modal */

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.3);
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  width: 100%;
  height: 100%;
  z-index: 1010;
}
.modal.active {
  display: block;
}
.modal__block {
  max-width: 430px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* max-height: 90vh; */
  /* overflow-y: auto; */
  border-radius: 30px;
}
.modal__block::after {
  content: '';
  display: block;
  background: url(./img/icon-modal-close_w.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 8px;
  right: -32px;
  pointer-events: none;
}
@media(max-width: 640px) {
  .modal__block::after {
    top: -24px;
    right: 0px;
  }
}
@media(max-width: 640px) {
  .modal__block {
    width: 90%;
  }
}
.modal__heading::after {
  content: '';
  display: block;
  background: url(./img/icon-arrow01.svg);
  width: 22px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 24px;
}
.modal__item {
  background: #F2F2F2;
  border-radius: 30px;
  max-height: 90vh;
  overflow-y: auto;
}
@media(max-width: 640px) {
  .modal__item {
    max-height: 84vh;
  }
}
.modal__item-wrap {
  padding: 32px 24px 0;
}
.modal__item-status {
  display: inline-flex;
  padding: 3px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: #BFA06B;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 2.8px;
  margin-bottom: 20px;
}
.modal__item-ttl {
  color: #595959;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 1.2px;
  padding-bottom: 24px;
}
@media(max-width: 1024px) {
  .modal__item-ttl {
    font-size: 2rem;
  }
}
.modal__item--slide {
  padding-bottom: 24px;
}
.modal__item-catch {
  color: #BFA06B;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6; /* 160% */
  letter-spacing: 1px;
  padding-bottom: 16px;
}
@media(max-width: 1024px) {
  .modal__item-catch {
    font-size: 1.6rem;
  }
}
.modal__item--address {
  color: #595959;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 100% */
  letter-spacing: 0.8px;
}
@media(max-width: 1024px) {
  .modal__item--address {
    font-size: 1.4rem;
  }
}

.modal__rec {
  padding-block: 48px 32px;
}
@media(max-width: 1024px) {
  .modal__rec {
    padding-block: 5% 3%;
  }
}
.modal__rec-ttl {
  color: #64A26B;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.11; /* 111.111% */
  letter-spacing: 0.9px;
  padding-bottom: 12px;
}
@media(max-width: 1024px) {
  .modal__rec-ttl {
    font-size: 1.6rem;
  }
}
.modal__rec-text {
  color: #595959;
  text-align: justify;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.14px;
  padding-block: 24px;
  position: relative;
}
.modal__rec-text::before {
  content: '';
  display: block;
  background: url(./img/icon-line03.svg);
  width: 100%;
  height: 1px;
  background-size: cover;
  position: absolute;
  top: 0;
}
.modal__rec-text::after {
  content: '';
  display: block;
  background: url(./img/icon-line03.svg);
  width: 100%;
  height: 1px;
  background-size: cover;
  position: absolute;
  bottom: 0;
}

.modal-open {
  cursor: pointer;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8C8C8C;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 100% */
  letter-spacing: 0.9px;
  padding-inline: 24px;
}
@media(max-width: 1024px) {
  .modal-open {
    font-size: 1.6rem;
  }
}
.modal-open::before {
  content: '';
  display: block;
  width: 17px;
  height: 13px;
}
.modal-open::after {
  content: '';
  display: block;
  background: url(./img/icon-arrow02.svg);
  width: 17px;
  height: 13px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* 250312 modal slide */
.modal__slider {
  padding-bottom: 20px;
}
.modal__main,
.modal__thumbs {
  width: 100%;
}

.modal__slide img,
.modal__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.modal__thumbs {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.modal__thumb {
  width: 20%;
  cursor: pointer;
  opacity: 0.6;
}

.modal__thumb--active {
  opacity: 1;
}
.js-modal-thumbs .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 8px;
}

.js-modal-thumbs .swiper-slide {
  flex: 0 0 auto; /* スライドが折り返さないように */
  width: auto; /* 幅を自動調整 */
}

/* 250312 modal floor */
.modal__floor-item {
  display: flex; /* 横並びにする */
  gap: 16px; /* 画像間の間隔 */
  position: relative;
  padding-top: 24px;
}
.modal__floor-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 68px;
  height: 68px;
  background: url(./img/icon-zoom.svg) no-repeat center center/cover;
  pointer-events: none;
}

.modal__floor--img {
  max-width: 48%;
  height: auto; /* アスペクト比を保ったままサイズを調整 */
}
#modal-img-content {
  width: 100%;
  height: auto;
  display: block;
  max-height: 80vh;
  object-fit: contain;
}


/* 画像拡大モーダル用 */
.modal__img {
  display: none; /* 初期状態では非表示 */
}

.modal__img-block {
  max-width: 90vw;
  max-height: 80vh;
  overflow: hidden;
  text-align: center;
}

.modal__img-item {
  position: relative;
}

.modal__img-content {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.modal__img-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

/* モーダルを表示する */
.modal.is-open {
  display: block;
}
/* モーダル内で拡大画像を上下中央に配置 */
.js-modal-img {
  display: none; /* 初期状態では非表示 */
  position: fixed; /* 画面全体に固定 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 親要素の中央に配置 */
  background-color: rgba(0, 0, 0, 0.8); /* 背景を暗く */
  width: 100%;
  height: 100%;
  z-index: 9999; /* 最前面に表示 */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 拡大画像のスタイル */
.modal__img-item {
  max-width: 90%; /* 画像の最大幅を設定 */
  max-height: 90%; /* 画像の最大高さを設定 */
  object-fit: contain; /* アスペクト比を保ったまま画像を収める */
}

/* 閉じるボタンのスタイル */
.js--floor-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  z-index: 10000; /* 最前面に表示 */
}





/* modal内の */
.modal__floor-ttl {
  color: #BFA06B;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.11; /* 111.111% */
  letter-spacing: 0.9px;
  padding-bottom: 12px;
  position: relative;
}
@media(max-width: 1024px) {
  .modal__floor-ttl {
    font-size: 1.6rem;
  }
}
.modal__floor-ttl::after {
  content: '';
  display: block;
  width: 158px;
  height: 1px;
  background: url(./img/icon-line02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.modal__point {
  padding-top: 50px;
}
@media(max-width: 1024px) {
  .modal__point {
    padding-top: 5%;
  }
}
.modal__point-ttl {
  color: #BFA06B;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.11; /* 111.111% */
  letter-spacing: 0.9px;
  padding-bottom: 12px;
  position: relative;
}
@media(max-width: 1024px) {
  .modal__point-ttl {
    font-size: 1.6rem;
  }
}
.modal__point-ttl::after {
  content: '';
  display: block;
  width: 158px;
  height: 1px;
  background: url(./img/icon-line02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.modal__point-list {
  padding-top: 40px;
}
@media(max-width: 1024px) {
  .modal__point-list {
    padding-top: 4%;
  }
}
.modal__point-text {
  color: var(--, #3B2B23);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 150% */
  letter-spacing: 0.9px;
}
@media(max-width: 1024px) {
  .modal__point-text {
    font-size: 1.6rem;
  } 
}
.modal__point-text:not(:last-of-type) {
  padding-bottom: 24px;
}
@media(max-width: 1024px) {
  .modal__point-text:not(:last-of-type) {
    padding-bottom: 5%;
  }
}
.modal__access {
  padding-top: 64px;
}
@media(max-width: 1024px) {
  .modal__access {
    padding-top: 6%;
  }
}
.modal__access-ttl {
  color: #BFA06B;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.11; /* 111.111% */
  letter-spacing: 0.9px;
  padding-bottom: 12px;
  position: relative;
}
@media(max-width: 1024px) {
  .modal__access-ttl {
    font-size: 1.6rem;
  }
}
.modal__access-ttl::after {
  content: '';
  display: block;
  width: 158px;
  height: 1px;
  background: url(./img/icon-line02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.modal__access-map {
  padding-block: 24px;
  width: 100%;
  height: 244px;
}
@media(max-width: 1024px) {
  .modal__access-map {
    padding-block: 5%;
  } 
}
.modal__access-map iframe {
	width: 100%;
	height: 100%;
}
.modal__access-name {
  color: #BFA06B;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 1px;
  padding-bottom: 20px;
}
@media(max-width: 1024px) {
  .modal__access-name {
    font-size: 1.6rem;
  }
}
.modal__access-info {
  color: #3B2B23;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.62; /* 162.5% */
  letter-spacing: 0.8px;
  padding-bottom: 24px;
}

.modal__reserve {
  max-width: 384px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 40px;
  background: #BFA06B;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 28px;
}
.modal__reserve::before {
  content: '';
  display: block;
  width: 17px;
  height: 13px;  
}
.modal__reserve::after {
  content: '';
  display: block;
  background: url(./img/icon-arrow03.svg);
  width: 17px;
  height: 13px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.modal__reserve-text {
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 1.44px;
}
@media(max-width: 1024px) {
  .modal__reserve-text {
    font-size: 1.6rem;
  } 
}

.modal__spec {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media(max-width: 1024px) {
  .modal__spec {
    padding-top: 5%;
  }   
}
@media(max-width: 640px) {
  .modal__spec {
    flex-direction: column;
  }
}
.modal__spec-text {
  color: #3B2B23;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 100% */
  letter-spacing: 0.7px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.modal__spec-line {

}
.modal__spec-line::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: #ECDFC8;
}
.modal__close {
  color: #BFA06B;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 1px;
  height: 80px;
  background: #FFF;
  border-radius: 0 0 30px 30px;
  display: block;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width: 1024px) {
  .modal__close {
    font-size: 1.6rem;
  }
}


/* 250311 promise */
.section-promise {
  padding-block: 64px;
}
@media(max-width: 1024px) {
  .section-promise {
    padding-block: 6%;
  } 
}
.section-promise__description {
  color: #3B2B23;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.87; /* 187.5% */
  letter-spacing: 0.384px;
  padding-top: 24px;
}
.section-promise__slide-item {
  position: relative;  /* 親要素は基準位置を指定 */
  height: auto;        /* 親要素の高さを自動調整 */
}
.section-promise__slide-num {
  color: #F2F2F2;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
  display: block;
  margin: 0 auto;
  padding-top: 32px;
}
@media(max-width: 1024px) {
  .section-promise__slide-num {
    font-size: 1.6rem;
  }
}
.section-promise__slide-item-ttl {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-promise__slide-item-ttl span {
  color: #64A26B;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1; /* 111.111% */
  letter-spacing: 0.9px;
  padding-bottom: 12px;
  position: relative;
}
@media(max-width: 1024px) {
  .section-promise__slide-item-ttl span {
    font-size: 1.6rem;
  } 
}
.section-promise__slide-item-ttl span::after {
  content: '';
  display: block;
  background: url(./img/icon-line01.svg) no-repeat center center/cover;
  width: 158px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section-promise__slide-item-ttl h3 {
  color: #64A26B;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 133.333% */
  letter-spacing: 0.96px;
  padding-bottom: 16px;
  position: relative;
}
@media(max-width: 1024px) {
  .section-promise__slide-item-ttl h3 {
    font-size: 2rem;
  }
}
.section-promise__slide-item-ttl h3::after {
  content: '';
  display: block;
  background: url(./img/icon-line01.svg) no-repeat center center/cover;
  width: 315px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-promise__slide-item-txt {
  color: #3B2B23;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7; /* 171.429% */
  letter-spacing: 0.14px;
  padding-top: 16px;
}

.section-promise__slide-wrap {
  position: relative;
  background: #F2F2F2;
  border-radius: 30px;
  padding: 32px 56px;
}
@media(max-width: 1024px) {
  .section-promise__slide-wrap {
    padding: 6%;
  }
}

.section-promise .swiper-pagination {
  position: unset;
  padding-top: 40px;
}
@media(max-width: 1024px) {
  .section-promise .swiper-pagination {
    padding-top: 4%;
  }
}

.section-promise .swiper-pagination-bullet {
  background: #ccc;
}

.section-promise .swiper-pagination-bullet-active {
  background: #8C8C8C;
}

.section-promise__slide-prev {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  z-index: 2;
}

.section-promise__slide-next {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  z-index: 2;
}
@media(max-width: 1024px) {
  .section-promise__slide-next {
    right: -8px;
  }
  .section-promise__slide-prev{
    left: -8px;
  }
}

.section-promise__subttl {
  display: block;
  width: 100%;
  text-align: center;
  color: #F2F2F2;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 0.8px;
}
@media(max-width: 1024px) {
  .section-promise__subttl {
    font-size: 1.6rem;
  }
}

/* 250311 section-phone */
.section-phone {
  padding-top: 64px;
}
@media(max-width: 1024px) {
  .section-phone {
    padding-top: 6%;
  }
}
.section-phone__link {
  display: block;
  border-radius: 20px;
  background:#ECDFC8;
  padding-block: 32px;
  text-align: center;
}
@media(max-width: 1024px) {
  .section-phone__link {
    padding-block: 3%;
  }
}
.section-phone__link-ttl {
  color: #3B2B23;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 1px;
  padding-bottom: 24px;
}
@media(max-width: 1024px) {
  .section-phone__link-ttl {
    font-size: 1.6rem;
    padding-bottom: 5%;
  }
}
.section-phone__link-num {
  color: #3E2F22;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.6px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media(max-width: 1024px) {
  .section-phone__link-num {
    font-size: 2.6rem;
    padding-bottom: 5%;
  }
}
.section-phone__link-num::before {
  content: '';
  display: block;
  background: url(./img/icon-phone.svg) no-repeat center center/cover;
  width: 29px;
  height: 29px; 
}
.section-phone__link-time {
  display: block;
  color: #3B2B23;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 100% */
  letter-spacing: 0.8px;
}


/* 250311 Form */
/* 250314 contact */
.section-contact {
  padding-top: 64px;
}
@media(max-width: 1024px) {
  .section-contact {
    padding-top: 6%;
  } 
}

.item-req {
  background: #64A26B;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 6px 12px;
  font-size: 14px;
  width: 72px;
  flex-shrink: 0;
}
.item-noreq {
  background: #8C8C8C;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 6px 12px;
  font-size: 14px;
  width: 72px;
  flex-shrink: 0;
}
.wpcf7-form-control,
input#your-name-02,
input#furigana,
input#your-email-02,
input#zip-02,
input#your-tel-02,
textarea#your-txt-01,
select#kaizyo {
  background: #F2F2F2;
  border-radius: 10px;
}
.wpcf7c-elm-step1 {
  background: #64A26B;
  border-radius: 10px;
  width: 80px;
  font-size: 12px;
  text-align: center;
  border: none;
  color: #FFF;
}
.reserve-notice {
  color: #3B2B23;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.7px;
  margin-top: 16px;
}
form [type=submit] {
  background: #64A26B;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 16px;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 18px;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
}
form [type=submit]:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.privacy-box {
  color: #3B2B23;
  background: #F2F2F2;
  border-radius: 10px;
  border: none;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
}


/* 250312 Nav */
.hd.fixed .hd-toggle span {
  background: #333;
}
@media(min-width: 1025px) {
  .hd-nav {
    max-width: 352px;
    margin: 0 auto;
    padding-block: 80px;
  }
  .hd-nav-img {
    padding-bottom: 80px;
  }
}
@media(max-width: 1024px) {
  .hd-nav-img {
    display: none;
  }
}
.hd-nav__wrap {
  display: flex;
  justify-content: space-between;
}
@media(max-width: 1024px) {
  .hd-nav__wrap {
    flex-direction: column;
  }
}

/* 250312 about */
.section-about {
  padding-top: 64px;
}
@media(max-width: 1024px) {
  .section-about {
    padding-top: 6%;
  }
}
.section-about__item {
  position: relative;
}
.section-about__item::after {
  content: '';
  display: block;
  background: url(./img/icon-line01.svg);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
}
.section-about__items-wrap {
  padding-top: 32px;
  display: flex;
  flex-direction: column; /* 縦並びにする場合 */
}
@media(max-width: 1024px) {
  .section-about__items-wrap {
    padding-top: 3%;
  }
}
.section-about__items-wrap::after {
  content: '';
  display: block;
  background: url(./img/icon-line01.svg);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.section-about__content {
  overflow: hidden;
  max-height: 0;
  padding-bottom: 0;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}

.section-about__btn.active + .section-about__content {
  max-height: 1000px; /* ここは適当な大きさに調整 */
  padding-bottom: 24px;
}
@media(max-width: 1024px) {
  .section-about__btn.active + .section-about__content {
    padding-bottom: 5%;
  } 
}

.section-about__btn {
  cursor: pointer;
  padding: 24px 20px 24px 0;
}
@media(max-width: 1024px) {
  .section-about__btn {
    padding: 5% 5% 5% 0;
  }
}

.section-about__btn-ttl {
  color: #64A26B;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.96px;
  position: relative;
  padding-right: 24px;
}
@media(max-width: 1024px) {
  .section-about__btn-ttl {
    font-size: 2rem;
    padding-right: 5%;
  }
}
.section-about__btn-ttl::before,
.section-about__btn-ttl::after {
  content: '';
  position: absolute;
  background: #8C8C8C;
  right: 0;
  transition: opacity 0.3s ease;
}
.section-about__btn-ttl::before {
  width: 24px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.section-about__btn-ttl::after {
  width: 24px;
  height: 1px;
  top: 50%;
  transform: rotate(90deg);
  transition: 0.3s;
}
.section-about__btn-ttl.active::after {
  transform: rotate(180deg);
  transition: 0.3s;
}

.section-about__description {
  padding-block: 16px 24px;
  color: #3B2B23;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.14px;
}
@media(max-width: 1024px) {
  .section-about__description {
    padding-block: 5%;
  }
}

.section-about__item-wrap.active .section-about__btn {
  /* 初期状態でアクティブ */
}
.section-about__item-wrap.active .section-about__btn-ttl {
  /* タイトルのデザイン調整 */
}
.section-about__item-wrap.active .section-about__content {
  max-height: 1000px; /* 適当な大きさに調整 */
  padding-bottom: 24px;
}



/* 250312 company */
.section-company {
  padding-block: 80px 56px;
}
@media(max-width: 1024px) {
  .section-company {
    padding-block: 8% 6%;
  } 
}
.section-company__description {
  padding-top: 24px;
  color: #3B2B23;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 100% */ 
}
@media(max-width: 1024px) {
  .section-company__description {
    padding-top: 5%;
  } 
}
.section-company__item {
  padding-top: 16px;
}
@media(max-width: 1024px) {
  .section-company__item {
    padding-top: 5%;
  }
}
.section-company__item-list {
  display: flex;
  justify-content: space-between;
  padding-block: 16px;
  border-bottom: 1px solid #E6DCCC;
}
@media(max-width: 1024px) {
  .section-company__item-list {
    padding-block: 3%;
  }
}
.section-company__item-list-item {
  width: 111px;
  color: #3B2B23;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 100% */
  letter-spacing: 0.7px;
  border-right: 1px solid #E6DCCC;
}
.section-company__item-list-value {
  width: calc(100% - 131px);
  color: #3B2B23;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  line-height: 1.4em;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.7px;
}


/* 250313 footer */
.footer {
  background: #8C8C8C;
  color: #FFF;
  margin-top: 32px;
  padding-block: 22px 48px;
}
@media(max-width: 1024px) {
  .footer {
    margin-top: 3%;
    padding-block: 5% 30%;
  }
}
.footer__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.footer__item-copy {
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.8; /* 80% */
  letter-spacing: 0.5px;
}
.footer__item-logo-img {
  width: 62px;
  height: 62px;
  flex-shrink: 0;
}
@media(max-width: 1024px) {
  .footer__items-nav {
    color: #FFF;
    padding-block: 4%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: flex!important;
    justify-content: space-between;
  }
}
.footer__items-nav-list {
  width: 48%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 0.384px;
  text-transform: uppercase;
  padding-block: 12px;
}
.footer__items-nav-list:before {
 content: '';
 display: block;
 width: 18px;
 height: 1px;
 background: #BFA06B; 
}

/* 250312 CTA */
.main-cta {
  background: #E6DCCC;
  margin-right: 24px;
  border-radius: 0 40px 40px 0;
}
@media(max-width: 1024px) {
  .main-cta {
    margin-right: 5%;
  }
}
.main-cta__item {
  padding: 24px;
}
@media(max-width: 1024px) {
  .main-cta__item {
    padding: 5%;
  } 
}
.main-cta__item-btn {
  margin-top: 24px;
  max-width: 395px;
  height: 50px;
  flex-shrink: 0;
  display: block;
  border-radius: 40px;
  border: 2px solid #BFA06B;
  box-sizing: border-box;
  background: #BFA06B;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 100% */
  letter-spacing: 1.44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media(max-width: 1024px) {
  .main-cta__item-btn {
    margin-top: 5%;
    font-size: 1.6rem;
  }
}
.main-cta__item-btn-icon {
  position: absolute;
  right: 28px;
}
.main-cta__item--img-flow {
  padding-top: 32px;
}
@media(max-width: 1024px) {
  .main-cta__item--img-flow {
    padding-top: 3%;
  }  
}
.main-cta__item--term {
  background: #FFF;
  border-radius: 15px;
  margin-top: 24px;
  width: 100%;
  height: 149px;
  flex-shrink: 0;
  overflow-y: scroll;
  padding: 16px;
}
@media(max-width: 1024px) {
  .main-cta__item--term {
    margin-top: 5%;
    padding: 5%;
  }
}
.main-cta__item--term-text {
  color: #3A3A3A;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57; /* 157.143% */
  letter-spacing: 0.7px;
}
@media(min-width: 1025px) {
  .main-cta__link:hover .main-cta__item-btn {
    background: #FFF;
    border: 2px solid #BFA06B;
    transition: 0.3s;
  }
  .main-cta__link:hover .main-cta__item-btn-text {
    color: #BFA06B;
    transition: 0.3s;
  }
  .main-cta__link:hover .main-cta__item-btn-icon path {
    fill: #BFA06B;
    transition: 0.3s;
  }
}

/* hd-sp */
.hd__sp {
  display: none;
  position: relative;
  overflow: visible;
}
@media(max-width: 1024px) {
  .hd__sp {
    display: block;
  }
  .hd__sp-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 480px;
    height: 86px;
    flex-shrink: 0;
  }
  .hd__sp-toggle {
    position: relative;
    z-index: 9999;
    border-radius: 50%;
    border: solid 4px #fff;
    width: 40px;
    height: 40px;
  }
  .hd__sp-toggle span{
    display: block;
    width: 20px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .hd__sp-toggle span:nth-of-type(1){
    top: 8px;
  }
  .hd__sp-toggle span:nth-of-type(2){
    top: 14px;
  }
  .hd__sp-toggle span:nth-of-type(3){
    top: 20px;
  }
  .fixed .hd__sp-toggle {
    border: solid 4px #BFA06B;
  }
  .fixed .hd__sp-toggle span{
    background: #BFA06B;
  }
  .open.hd__sp-toggle {
    border: solid 4px #BFA06B;
  }
  .open.hd__sp-toggle span:nth-of-type(1){
    top: 14px;
    transform: rotate(45deg);
    background: #BFA06B;
  }
  .open.hd__sp-toggle span:nth-of-type(2){
    opacity: 0;
  }
  .open.hd__sp-toggle span:nth-of-type(3){
    top: 14px;
    transform: rotate(-45deg);
    background: #BFA06B;
  }
  .hd__sp-logo {
    width: 181px;
  }
  .hd.fixed .hd__sp-logo svg path{
    fill: #5C5B5C;
  }
  .hd__sp-item {
    position: absolute;
	  top:0;
	  left:-2px;
    width: calc(100% + 4px);
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
/*     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
	  display:block;
	  padding: 12.25vh 2px 0 2px;
  }
  .hd__sp-item-logo {
    width: 300px;
        padding-bottom: 13.4vh;
        margin: 0 auto;
  }
  
  .hd__sp-item.is-open {
    opacity: 1;
    visibility: visible;
  }
  
  .hd__sp-toggle-img {
    display: block;
  }
  .hd__sp--close-img {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999; /* 一番上に表示 */
  }
  
  .hd__sp-item.is-open .hd__sp-toggle-img {
    display: none;
  }
  
  .hd__sp-item.is-open .hd__sp--close-img {
    display: block;
  }
  
  
}

/* 250314 アコーディオン */
.js-property {
  display: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.js-property.is-open {
  display: block;
  opacity: 1;
  max-height: 10000px;
  transition: 0.3s;
}
.js-property-heading {
  cursor: pointer;
  user-select: none;
}

@media(max-width: 1024px) {

.anchor-blank{
  padding-top: 80px;
  margin-top: -80px;
}
}

#section-concept,#section-contact,#section-modelhouse,#about,#promise,#company{
scroll-margin-top: 80px;
}

/* 250319 */
.privacy-box h3{
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1.2rem;
}
.privacy-box h3:first-of-type{
  margin-bottom: 16px;
}
.privacy-box p{
  margin-bottom: 12px;
  font-size: 1rem;
}

/* 250404 */
.section-company__item-list-value-child:not(:last-of-type) {
    display: block;
    margin-bottom: 8px;
}
span.wpcf7-form-control.wpcf7-checkbox {
    background: none;
}

/* 250404 form */
.wpcf7-list-item {
    margin: 0 0 1em 0;
  }
  
  form {
    overflow: hidden;
  }
  
  form ul {
    display: block;
    margin-bottom: 32px;
  }
  
  .item-notice {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 13px;
    line-height: 1.5;
    font-size: 14px !important;
  }
  
  .item-notice strong {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
  }
  
  .item-notice p {
    font-size: 14px;
  }
  
  form ul li:last-of-type {
    width: 100%;
  }
  
  form ul .item-name {
    color: #3B2B23;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 20px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
  }
  
  @media(max-width: 1024px) {
    form ul .item-name {
      font-size: 14px;
    }
  }
  
  form ul .item-name span.item-req {}
  
  form ul .item-name span.item-noreq {}
  
  form ul li:last-of-type .item-form {
    width: 100%;
    display: block;
  }
  
  form ul li:last-of-type .item-form span {
    width: 100%;
    display: block;
    color: #3B2B23;
  }
  
  form ul li:last-of-type input {
    width: 100%;
    display: block;
  }
  
  form ul li:last-of-type textarea {
    width: 100%;
    display: block;
    resize: vertical;
    height: 240px;
  }
  
  form ul li:last-of-type input,
  form ul li:last-of-type textarea,
  form ul li:last-of-type select {
    border: none;
    padding: 8px;
    font-size: 16px;
    letter-spacing: normal;
    box-sizing: border-box;
  }
  
  .wpcf7c-elm-step1{
    background: #64A26B;
    color: #fff;
    border: unset;
  }
  .section-form__check1 {
    text-align: center;
    font-size: 14px;
  }
  
  .contact__form ul.form-tab button.active {
    color: #186a68;
    border-top: 1px solid #186a68;
    border-bottom: 1px solid #186a68;
  }
  
  .submit_btn {
    display: block;
    width: 100%;
    color: #000;
    text-align: center;
    border-radius: 100px;
    border: none;
    margin: auto;
    /* border: 1px solid #216724; */
    position: relative;
  }
  
  .submit_btn:hover {
    /* border: 1px solid rgba(108, 142, 120, 0.5); */
  }
  
  .section-form__check {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 48px;
  }
  
  .section-form__check span {
    background: none;
  }
  
  
  
  .submit_btn:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 6px;
    top: 50%;
    transform: translateY(-48%);
    right: 24px;
    size: cover !important;
    position: center center !important;
  }
  
  .wpcf7-spinner {
    display: none !important;
  }
  
  li.item-form.itemform_add_search {
    display: flex;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
  }
  
  li.item-form.itemform_add_search span {
    width: calc(100% - 140px);
  }
  
  
  .form-caption {
    margin-bottom: 120px;
  }
  
  .form-caption p {
    font-size: 16px;
    text-align: center;
  }
  
  .section-form-privacy__cnt {
    height: 180px;
    overflow-y: scroll;
    padding: 18px;
    margin-bottom: 32px;
  }
  
  .section-form-privacy__cnt h3 {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-bottom: 12px;
    margin-top: 32px;
  }
  
  .section-form-privacy__cnt h3:first-of-type {
    margin-top: 0;
  }
  
  .section-form-privacy__cnt p {
    font-size: 14px;
  }
  
  .formError {
    z-index: 20 !important;
  }
  
  .xdsoft_datetimepicker {
    z-index: 21 !important;
  }
  
  @media screen and (max-width: 640px) {
    form ul {
      /* margin-bottom:32px; */
      margin-top: 5%;
      margin-bottom: 3%;
      flex-wrap: wrap;
    }
  
    form ul li:first-of-type,
    form ul li:last-of-type {
      width: 100%;
    }
  
    form ul li:first-of-type {
      margin-bottom: 16px;
    }
  
    form ul li:last-of-type input,
    form ul li:last-of-type textarea {
      padding: 16px;
      font-size: 14px;
    }
  
    form [type=submit] {
      font-size: 18px;
    }
  
    .form-caption {
      margin-bottom: 32px;
    }
  
    .form-caption p {
      font-size: 14px;
      text-align: left;
    }
  
    .contact__form ul.form-tab {
      margin-bottom: 40px;
    }
  
    .item-notice,
    li.item-form.itemform_add_search span {
      width: 100%;
    }
  
    .section-form__check {
      margin-bottom: 5%;
    }
  }
  
  .wpcf7-form-control {
    border: none;
    padding: 8px;
    font-size: 16px;
    letter-spacing: normal;
    box-sizing: border-box;
    width: 100%;
  }
  
  .wpcf7-form-control.wpcf7-radio label {
    display: flex;
    gap: 12px;
    cursor: pointer;
	  align-items: center;
  }
  .wpcf7-form-control.wpcf7-checkbox label{
    display: flex;
    gap: 12px;
    cursor: pointer;
	  align-items: center;
  }
  
  .wpcf7-form-control.wpcf7-radio label input {
    width: 24px;
    height: 24px;
  }
  
  .wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
    width: calc(100% - 36px);
  }
  
  .form-caption p,
  form * {
    font-family: "Zen Kaku Gothic New";
  }
  
  .wpcf7-not-valid-tip {
    /*   display: none !important; */
  }
  
  .form__notice {
    font-size: 14px;
    margin-top: 16px;
  }
  
  .privacy-policy-scroll {
    background: #FFF;
    padding: 20px 16px;
    max-height: 200px;
    height: 100%;
    margin-top: 24px;
    overflow: hidden scroll;
  }
  
  .privacy-policy-scroll::-webkit-scrollbar {
    width: 8px;
  }
  
  .privacy-policy-scroll::-webkit-scrollbar-thumb {
    background: #A7A7A7;
    border-radius: 10px;
  }
  
  .privacy-policy-scroll::-webkit-scrollbar-track {
    background: #FFF;
  }
  
  .privacy-policy-scroll .simplebar-track {
    width: 0.3rem;
  }
  
  .privacy-policy-scroll .simplebar-scrollbar {
    width: 0.3rem;
  }
  
  .privacy-policy-scroll .simplebar-scrollbar::before {
    width: 0.3rem;
    color: #fff;
    opacity: 1;
  }
  
  .privacy-policy-scroll p {
    font-size: 14px;
    line-height: 1.71;
  }
  
  @media (max-width: 640px) {
    .form__notice {
      font-size: 12px;
      margin-top: 2%;
    }
  }
  
  .item-form.itemform_add_search {
    display: flex !important;
    gap: 16px;
  }
  
  .item-form.itemform_add_search .wpcf7-form-control-wrap {
    width: calc(100% - 96px);
  }
  
  span.wpcf7-form-control.wpcf7-radio {
    background: unset;
  }
  
  
  .section-form__check1,
  .section-form__check2 {
    text-align: center;
  }
  
  span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    background: none;
  }
  
  span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.5;
    color: #3B2B23;
  }
  
  span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .wpcf7-form-control-wrap[data-name=radio-plan] span.wpcf7-list-item {
    margin: 0;
  }
  
  
  .wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
    width: auto;
  }
  
  .wpcf7-checkbox .wpcf7-list-item input{
    display: inline-block;
    vertical-align: bottom;
  }
  .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{
    display: inline-block;
    width: auto;
	  line-height: 1.3;
  }
  /* チェック時のスタイル */
  .wpcf7-list-item {
    margin: 0;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
	  margin-bottom: 1em !important;
  }
  
  .wpcf7-list-item input[type=radio] {
    width: 20px !important;
    height: 20px !important;
  }
  
  .wpcf7-not-valid-tip {
    display: none !important;
  }
  
  .section-form__check1 .wpcf7-list-item,
  .section-form__check2 .wpcf7-list-item {
    justify-content: center;
  }
  
  @media(max-width: 640px) {
  .contact-tab__wrap {
    padding: 0 ;
    gap: 16px;
    margin: 4% 0;
  }
  }

  .an-wrap input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  form [type=submit] {
    background: #64A26B;
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    padding: 16px;
    margin: auto;
    margin-top: 0px;
    position: relative;
    font-size: 18px;
    opacity: 1;
    transition: 0.3s;
    color: #fff;
  }
  
  form [type=submit]:hover {
    opacity: 0.5;
    transition: 0.3s;
  }


  /* 250404 an-wrap */
  .an-wrap ul {
    margin-top: 0;
  }
  .an-wrap .wpcf7-list-item {
/*     background: #F2F2F2; */
    border-radius: 10px;
    padding: 4px;
margin-bottom: 0em !important;
    padding: 4px;
  }
  .an-wrap span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .an-wrap span.wpcf7-form-control.wpcf7-radio.questionnaire {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .an-wrap span.wpcf7-form-control.wpcf7-radio.tochi {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .an-wrap span.wpcf7-form-control.wpcf7-radio {
    display: flex!important;
    flex-direction: column;
    gap: 16px; 
  }
  .an-wrap span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
    font-size: 16px;
  }