@charset "UTF-8";

#lp__Wrapper {
  width: 100%;
}

#lp__Wrapper figure {
  position: relative;
}

small.co2 {
  display: inline-block;
  font-size: 60%;
  vertical-align: baseline;
  padding-right: 2px;
}

.mv__wrap {
  background: url(../img/mv.jpg) no-repeat center center / cover;
  aspect-ratio: 3898/1510;
  position: relative;
  overflow: hidden;
}

.mv__wrap--logo {
  width: 19.39456131%;
  margin: 0 auto;
  padding: 3.3% 0 0;
}

.mv__wrap--head {
  width: 48.28424833%;
  margin: 6.5% auto 0;
}

.mv__wrap--txt {
  position: absolute;
  width: 52.2319138%;
  right: 1%;
  bottom: 2%;
}

/* ========= 基本設定 ========= */
:root {
  --shine-duration: 2.5s;
  /* テキスト/矢印のキラッ速度を揃える */
}

/* 説明文 */
/* ========= 基本 ========= */
.tab__wrap p {
  color: #45584f;
  line-height: 1.6;
  font-size: min(2.5vw, 32px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  margin: 150px auto;
  text-align: center;
}

/* ========= タブボタンレイアウト ========= */
.tab__wrap .tabBtn {
  width: 100%;
}

.tab__wrap .tabBtn li {
  position: relative;
  background: #45584f;
  aspect-ratio: 645/618;
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #bba16f;
  cursor: pointer;
  transition: 0.3s;

  /* 矢印の色（デフォは非アクティブ色） */
  --arrow01-color: #bba16f;
  /* 非アクティブ */
  --arrow01-thickness: 4px;
  --shine-duration: 2.5s;

  --click-y: -17%;
  /* CLICK の配置（既存と同値） */
  --arrow01-gap: 22px;
  /* CLICK のすぐ下までの距離（お好みで調整） */
  --arrow01-color: #bba16f;
  /* 非アクティブの矢印色 */
  --arrow01-thickness: 4px;
  --shine-duration: 2.5s;
}

/* テキスト(見出し/CLICK)は前面に */
.tab__wrap .tabBtn li * {
  position: relative;
  z-index: 3;
  font-size: min(4.7vw, 40px);
  line-height: 1;
  font-family: scotch-display, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* ========= 背景写真(最背面) ========= */
.tab__wrap .tabBtn li::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  transition: 0.3s;
  z-index: 0;
}

.tab__wrap .tabBtn li.tabBtn01::before {
  background: url(../img/tab_02.jpg) no-repeat center/cover;
}

.tab__wrap .tabBtn li.tabBtn02::before {
  background: url(../img/tab_01.jpg) no-repeat center/cover;
}

.tab__wrap .tabBtn li.tabBtn03::before {
  background: url(../img/tab_03.jpg) no-repeat center/cover;
}

/* アクティブ時：矢印色だけ 9c8e8e に */
.tab__wrap .tabBtn li.active {
  --arrow-color: #9c8e8e;
}


/* ========= CLICK テキストの“キラッ” ========= */
.tab__wrap .tabBtn li .click-text {
  color: #bba16f;
  position: absolute;
  top: var(--click-y);
  left: 50%;
  transform: translateX(-50%);
}

.tab__wrap .tabBtn li .click-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0) 100%);
  animation: shine var(--shine-duration) linear infinite;
  z-index: 1;
}

.tab__wrap .tabBtn li .click-text img {
  width: 80px;
  position: relative;
  z-index: -1;
}

/* ========= アニメーション定義 ========= */
@keyframes shine {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}

@keyframes arrow01-glint {
  0% {
    background-position: -150% 0;
  }

  100% {
    background-position: 150% 0;
  }
}

/* ========= 状態（active / hover） ========= */
/* .tab__wrap .tabBtn li.active {
  pointer-events: none;
} */

.tab__wrap .tabBtn li.active,
.tab__wrap .tabBtn li:hover {
  color: #fff;
}

.tab__wrap .tabBtn li.active .click-text,
.tab__wrap .tabBtn li:hover .click-text {
  color: #9c8e8e;
}

.tab__wrap .tabBtn li.active::before,
.tab__wrap .tabBtn li:hover::before {
  opacity: 0.6;
}


/* 下部用css */
.tab__wrap.under-tab {
  background: url(../img/bg.jpg) repeat-y center center / 100% auto;
  padding-bottom: 60px;
}

.tab__wrap.under-tab .tabBtn {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}


.tab__wrap.under-tab .tabBtn:after {
  transform: rotate(45deg);
  right: 7%;
  left: inherit;
}

.tab__wrap.under-tab .tabBtn li {
  width: 50%;
  aspect-ratio: 645 / 128;
  background: transparent;
}

.tab__wrap.under-tab .tabBtn li:hover {
  color: #bba16f;
}

.tab__wrap.under-tab .tabBtn li.tabBtn01::before,
.tab__wrap.under-tab .tabBtn li.tabBtn02::before,
.tab__wrap.under-tab .tabBtn li.tabBtn03::before {
  content: none;
}

.tab__wrap.under-tab .tabBtn li.active {
  display: none;
}

.shine-text {
  width: 280px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #bba16f;
  /* ← あなたの指定の文字色 */
  line-height: 1;
  isolation: isolate;
}

/* 光のレイヤー */
.shine-text .shine-gloss {
  position: absolute !important;
  inset: 0;
  pointer-events: none;
  user-select: none;

  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.75) 45%,
      rgba(255, 255, 255, 0) 55%);
  background-size: 200% 100%;
  background-position: -120% 0;

  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;

  /* ← alternate 削除して常に一方向 */
  animation: shineText 4s linear infinite;
  will-change: background-position;
}

@keyframes shineText {
  0% {
    background-position: 200% 0;
  }

  /* ← 右の外からスタート */
  100% {
    background-position: -200% 0;
  }

  /* ← 左の外まで移動 */
}

.arrowtab,
.arrowtab02 {
  width: 80%;
  max-width: 370px;
  height: 20px;
  position: absolute !important;
  bottom: 20px;
}

.arrowtab {
  right: 11%;
}

.arrowtab02 {
  left: 11%;
}

/*タブ切り替え*/
.tabContents {
  display: none;
  padding: 100px 0 0;
  background: url(../img/bg.jpg) repeat-y center center / 100% auto;
  overflow: hidden;
}

.tabContents.active {
  display: block;
}

.tab_head {
  text-align: center;
  padding: 0 0 70px;
  border-bottom: 2px solid #45584f;
}

.tab_head span {
  color: #896d43;
  font-size: min(2.8vw, 38px);
  font-family: scotch-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 3;
}

.tab_head p {
  width: 64.8%;
  max-width: 518px;
  margin: 0 auto;
}

.sec-ttl {
  width: 90%;
  max-width: 1400px;
  text-align: center;
  margin: 0 auto;
}

.sec-ttl p.en-ttl {
  color: #896d43;
  font-size: min(2.8vw, 38px);
  font-family: scotch-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #45584f;
}

.sec-ttl p.en-ttl .sub {
  font-size: 0.6em;
}

.sec-ttl p.ja-ttl {
  color: #45584f;
  font-size: 28px;
}

.pos_RE {
  position: relative;
}

.pos_RE>*:not(.map02__base, .facade02, .zumen) {
  position: absolute !important;
}

.multiply img {
  mix-blend-mode: multiply;
}

.cap_txt.image-cap {
  bottom: -20px;
}

.cap_txt.image-cap02 {
  bottom: -30px;
}

.map-all {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.map02__area {
  padding: 70px 0 0;
  max-width: 1400px;
  margin: 0 auto;
}

.map02__area .fam_il01 {
  width: 24.78193946%;
  top: 10%;
  left: 0%;
}

.map02__area .fam_il02 {
  width: 17.31606%;
  top: 7%;
  right: 3%;
}

.map02__area .fam_il03 {
  width: 24.83324782%;
  bottom: 4%;
  left: 2%;
}

.map02__area .fam_il01 .cap_txt {
  left: 15%;
  bottom: 10%;
}

.map02__area .fam_il02 .cap_txt {
  right: 10%;
  bottom: 0;
}

.map02__area .fam_il03 .cap_txt {
  left: 10%;
}

.map02__area .fam_ph01 {
  width: 17.266803%;
  top: 34.5%;
  left: 4%;
}

.map02__area .fam_ph02 {
  width: 23.39661365%;
  bottom: 21%;
  right: 9%;
}

.map02__area .fam_ph03 {
  width: 16.628014%;
  bottom: 2%;
  left: 25.5%;
}

.map02__area .fam_ph07 {
  width: 16.628014%;
  top: 27%;
  right: 1.5%;
}

.map02__area .fam_ph08 {
  width: 16.628014%;
  bottom: 18%;
  right: 2%;
}

.map02__area .fam_ph09 {
  width: 14.628014%;
  bottom: 4%;
  right: 4%;
}

.map02__area .fam_fk01 {
  width: 17.85531042%;
  top: 2%;
  left: 2%;
}

.map02__area .fam_fk02 {
  width: 18.213443%;
  top: -1.5%;
  right: 0%;
}

.map02__area .fam_fk03 {
  width: 19.804002%;
  bottom: 32.5%;
  left: 0.5%;
}

.map02__area .fam_fk04 {
  width: 20.293997%;
  bottom: 35.5%;
  right: 0%;
}

.facade-all {
  width: 90%;
  max-width: 1400px;
  margin: 30px auto 0;
}

.facade02__area-bg {
  background-image: url(../img/facade02__area-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 100px 0 0 0;
}

.facade02__area {
  max-width: 1400px;
  padding: 100px 0 0 0;
  margin: 0 auto;
}

.facade02__area .facade02 {
  width: 42.12416624%;
  margin: -4% auto -3%;
}

.facade02__area .fam_ph04 {
  width: 20.36942022%;
  top: 19%;
  right: 3%;
}

.facade02__area .fam_ph05 {
  width: 20.36942022%;
  top: 55%;
  left: 7%;
}

.facade02__area .fam_ph06 {
  width: 20.36942022%;
  bottom: 14%;
  right: 8%;
}

.facade02__area .fam_fk05 {
  width: 20.011288%;
  top: 2%;
  right: 3%;
}

.facade02__area .fam_fk06 {
  width: 26.500257%;
  top: 33%;
  left: 3%;
}

.facade02__area .fam_fk07 {
  width: 19.319138%;
  bottom: 36.5%;
  right: 6%;
}

.facade02__area .fam_ph__name {
  text-align: center;
  /* color: #896d43; */
  color: #45584f;
  font-size: min(1.5vw, 20px);
  width: 100%;
  position: absolute;
  top: calc(100% + 0.5em);
  left: 0;
}

.facade02__area .fam_ph__name small {
  font-size: 0.75em;
  display: block;
  color: #4c4948;
}

.facade02__area .fam_ph05-2 {
  width: 100%;
  position: absolute;
  top: calc(100% + 0.5em);
  left: 0;
}

.plan__wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.plan__wrap--ttl {
  aspect-ratio: 3874/1390;
}

.family .plan__wrap--ttl {
  background: url(../img/fam_ttlbg.jpg) no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.family .plan__wrap--ttl h2 {
  width: 256px;
}

.plan__wrap--head {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 160px 0;
  width: 90%;
  margin: 0 auto;
}

.plan__wrap--head h3 {
  width: 100%;
  font-size: min(2.5vw, 32px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  color: #45584f;
  text-align: center;
  margin: 0 0 70px;
}

.plan__wrap--head figure {
  width: 50.6%;
}

.plan__wrap--head>p {
  width: 44.4%;
  margin: 0 0 0 5%;
  font-size: min(1.7vw, 22px);
  line-height: 1.75;
  letter-spacing: 0.12em;
}

.plan__wrap--detail {}

.plan__wrap--detail h4 {
  font-size: min(2.9vw, 38px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #896d43;
  border-bottom: 1px solid;
  padding: 0 0 0.25em;
  margin: 0 0 0.5em;
}

.plan__wrap--detail .plan_detail {
  width: fit-content;
  margin: 0 auto;
  font-size: min(1.4vw, 18px);
}

.plan__wrap--detail .zumen_box {
  width: 85.58235%;
  margin: 50px auto;
}

.plan__wrap--detail .zumen_box figure {
  /* width: 51.07913669%; */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.family .fam_plan01 {
  width: 34.92206235%;
  top: -1%;
  left: -1.5%;
}

.family .fam_plan02 {
  width: 35.52158273%;
  top: -1%;
  right: -1.5%;
}

.family .fam_plan03 {
  width: 44.2146283%;
  top: 33.5%;
  left: -1.5%;
}

.family .fam_plan04 {
  width: 20.83333333%;
  top: 33.5%;
  right: -1.5%;
}

.family .fam_plan05 {
  width: 41.21702638%;
  top: 51.5%;
  left: -1.5%;
}

.family .fam_plan06 {
  width: 20.83333333%;
  top: 68%;
  right: -1.5%;
}

/* 以下共通部分↓ */
.small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  margin-top: 10px;
}

/* スマート */

/* アコーディオン用CSS */
/* ==============================
   折りたたみ（ティーザー）領域
   ============================== */
.smart_fold {
  --teaser-h: clamp(180px, 24vw, 300px);
  position: relative;
  max-height: var(--teaser-h);
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.smart_fold::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  pointer-events: none;
  background: linear-gradient(to bottom,
      rgba(226, 231, 236, 0) 0%,
      /* 透明から始まる */
      rgba(226, 231, 236, 0.8) 45%,
      /* 中間のぼかし */
      rgba(226, 231, 236, 1) 100%
      /* 完全な #e2e7ec で終わる */
    );
  transition: opacity 0.3s ease;
}

.smart_fold.is-open {
  max-height: 9999px;
}

.smart_fold.is-open::after {
  opacity: 0;
}

.smart_toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  gap: 0.5em;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  background: #708aa1;
  border: 1px solid #708aa1;
  margin: 24px auto 0;
  padding: 12px 0;
  /* box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.05),
    0 6px 20px rgba(20, 30, 60, 0.08); */
  position: relative;
  cursor: pointer;
  transition: transform 0.05s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.smart_toggle::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.smart_toggle:hover {
  color: #708aa1;
  background: #fff;
}

.smart_toggle:hover::after {
  border-bottom: solid 1px #708aa1;
  border-right: solid 1px #708aa1;
}

.smart_toggle:active {
  transform: translateY(1px);
}

.smart_toggle {
  display: block;
}

.smart_toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  /* ↑向き */
}

/* 設備仕様のコンテンツ */
.smart_box {
  /* background-image: url(../img/sm-bg.png);
  background-repeat: no-repeat;
  background-size: cover; */
  background: #e2e7ec;
  padding: 100px 0;
}

.smart-ttl {
  font-size: 30px;
  color: #4c4948;
  line-height: 1.75;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 40px;
}

.smart-item {
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1400px;
  width: 85.58235%;
  margin: 0 auto;
}

.smart-item li {
  width: 23.5%;
  margin-right: 2%;
}

.smart-item li:nth-of-type(4n) {
  margin-right: 0;
}

.smart-item li:nth-of-type(n + 5) {
  margin-top: 40px;
}

.smart-item li .sub {
  display: block;
  width: 90%;
  margin: 10px auto 0;
}

.item-ttl {
  font-size: 18px;
  margin-top: 10px;
}

.item-txt {
  font-size: 14px;
  margin-top: 6px;
}

/* ブランドコンセプト */
.bc_box {
  background-image: url(../img/bc-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 0 0;
}

.bc-ttl {
  width: 30%;
  margin: 0 auto 50px;
}

.bc-txt {
  width: 90%;
  font-size: 16px;
  color: #45584f;
  text-align: center;
  line-height: 2.8;
  padding-bottom: 100px;
  margin: 0 auto;
}

.bc-txt .big {
  font-size: 1.4em;
}

/* 資産価値 */
.value_box {
  background: #0f254d;
}

.value-copy {
  background-image: url(../img/value-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 18% 0;
  position: relative;
}

.value-copy p {
  width: 90%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.12em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.value-content {
  max-width: 1400px;
  width: 85.58235%;
  padding: 100px 0 0 0;
  margin: 0 auto;
}

.value-content.flex {
  display: block;
}

.value-content:last-of-type {
  padding-bottom: 100px;
}

.value-ttl {
  display: block;
  font-size: 30px;
  color: #d0b685;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.value-ttl::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #bba16f;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.value-txt {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 2.5;
}

.value-txt.left {
  text-align: left;
}

.value-txt .space {
  display: block;
  padding: 0.6em;
}

.value-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.value-flex .left {
  width: 52%;
}

.value-flex .right {
  width: 46%;
}

.value-image {
  flex-wrap: wrap;
  justify-content: space-between;
}

.value-image li:nth-of-type(1) {
  width: 100%;
  margin-bottom: 2%;
}

.value-image li:nth-of-type(3),
.value-image li:nth-of-type(4),
.value-image li:nth-of-type(5) {
  width: 32%;
}

.lp-reserve {
  padding: 100px 0 60px 0;
}

.lp-reserve p {
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
  color: #bba16f;
  margin-bottom: 30px;
}

.lp-reserve a {
  display: block;
  width: 220px;
  padding: 14px 0;
  margin: 0 auto;
  transition: all .5s;
}

.lp-reserve a:hover {
  opacity: 0.7;
}

.lp-reserve a.text-btn {
  width: 90%;
  max-width: 500px;
  font-size: 24px;
  padding: 20px 0;
  margin: 0 auto;
}

.lp-reserve a.text-btn::after {
  content: '';
  width: 16px;
  height: 16px;
  margin-top: -5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

.stable-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.stable-flex p {
  width: 100%;
  text-align: center;
}

.stable-flex figure {
  width: 100%;
}

.land-data {
  background: #4c596d;
  padding: 40px 0 60px 0;
  margin-top: 60px;
}

.land-data figure {
  width: 65.58235%;
  margin: 0 auto;
}

.graph-add {
  font-size: 14px;
  color: #fff;
  background: #445674;
  border-radius: 5px;
  text-align: center;
  padding: 7px 10px 5px 10px;
  margin-top: 50px;
}

.graph .cap_txt {
  bottom: -20px;
}

.js-scrollable {
  overflow: initial;
}

.js-scrollable.value08 {
  margin: 20px auto 0;
}

.js-scrollable.value14 {
  margin: 40px auto 0;
}

.area-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.area-flex div {
  width: 52%;
}

.area-flex div figure {
  width: 100%;
  margin-top: 30px;
}

.area-flex figure {
  width: 44%;
}

.madori-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.madori-flex .detail {
  /* width: 58%; */
  width: 100%;
}

.madori-flex .detail .value12 {
  max-width: 960px;
  margin: 0 auto;
}

/* .madori-flex .zumen {
  width: 38%;
} */

.madori-flex .small {
  display: block;
  color: #fff;
  text-align: center;
}

/* zeh_box */
.zeh_box {
  background: url("../img/zeh-bg02.png") no-repeat right top / contain,
    url("../img/zeh-bg.jpg") repeat-y center top / cover;
  padding: 100px 0;
}

/* .zeh_box .inner_800 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
} */
.zeh_box .box {
  padding: 0 0 50px;
}

.yellow {
  color: #fff000;
}

.zeh_box .f-70 {
  font-size: 70%;
}

.zeh_box .f-80 {
  font-size: 80%;
}

.mrgB_30 {
  margin-bottom: 30px;
}

.mrgB_60 {
  margin-bottom: 60px;
}

/* zeh_box common */
.zeh-ttl {
  font-size: 32px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.zeh-sttl {
  padding: 0 0 30px;
}

.zeh-sttl02 {
  border: 1px solid #896d43;
  padding: 3px 0;
  text-align: center;
  color: #896d43;
  font-size: 22px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}

.zeh_box .setsuyaku-txt {
  max-width: 960px;
  margin: 0 auto 40px;
}

.zeh_box .lead-txt {
  color: #896d43;
  font-size: 30px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding: 0 0 30px;
}

.zeh_box .lead-txt02 {
  font-size: 22px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding: 0 0 30px;
}

.zeh_box .lead-txt03 {
  font-size: 30px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 0 10px;
  border-bottom: 1px solid #896d43;
  margin-bottom: 20px;
}

.zeh_box .lead-txt03+p {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}

.zeh_box .cap {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  bottom: 10px;
  z-index: 5;
}

.zeh_box .att {
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-top: 5px;
}

.zeh_box .column2 {
  display: flex;
  justify-content: space-between;
}

.zeh_box .column2>div {
  width: 48.5%;
}

.zeh_box .column2>figure {
  width: 48.5%;
}

.zeh_box .column2.wid80_box {
  width: 80%;
  margin: 0 auto 30px;
}

.zeh_box .fig27_txt70 {
  display: flex;
  justify-content: space-between;
}

.zeh_box .fig27_txt70>figure {
  width: 27%;
}

.zeh_box .fig27_txt70>div {
  width: 70%;
}

.zeh_box .fig27_txt70 .ttl {
  padding-bottom: 6px;
  border-bottom: 1px solid #896d43;
  margin-bottom: 10px;
  font-size: 20px;
}

.zeh_box .fig27_txt70 .ttl span {
  font-size: 80%;
}

.zeh_box .inner_flex {
  display: flex;
  justify-content: space-between;
}

.zeh_box .inner_flex>div {
  width: 45%;
}

.zeh_box .inner_flex>div p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.zeh_box .inner_flex>div p.f-80 {
  font-size: 80%;
}

.zeh_box .inner_flex>figure {
  max-width: 400px;
}

.zeh_box .green_box {
  background: #45584f;
  padding: 20px 0;
}

.zeh_box .green_box p {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.zeh_box sup {
  font-size: 11px;
  vertical-align: initial;
  position: relative;
  top: -1.8em;
}

.zeh_box sup.num02 {
  top: -0.6em;
}

.zeh_box sup.num03 {
  top: -0.6em;
}

.zeh_box sup.num03 .zeh_box .circle {
  position: relative;
  right: -6px;
}

.zeh_box .green_box p.f-80 {
  /* font-size: 80%; */
  font-size: 14px;
  letter-spacing: 0.02px;
}

.zeh_box .green_box p.f-18px {
  font-size: 18px;
}

/* zeh_box kobetsu */
.zeh_box .block {
  max-width: 1400px;
  width: 85.58235%;
  padding: 40px 0 0 0;
  margin: 0 auto;
}

.zeh_box .txt_fig {
  display: flex;
  justify-content: space-between;
}

.zeh_box .txt_fig>div {
  width: 43%;
}

.zeh_box .txt_fig>figure {
  width: 54%;
}

.zeh_box .block01 dl:not(:first-child) {
  margin-top: 15px;
}

.zeh_box .block01 dl dt {
  background: #bba16f;
  padding: 2px 0;
  margin-bottom: 10px;

  color: #fff;
  font-size: 22px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.zeh_box .block01 dl dd {
  font-size: 18px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
}


.zeh_box .point_flex {
  width: 48.5%;
  display: flex;
  justify-content: flex-start;
}

.zeh_box .point_flex .point {
  width: 37%;
}

.zeh_box .point_flex .point img {
  max-width: 180px;
}

.zeh_box .point_flex>.txt {
  width: 60%;
}

.zeh_box .point_flex>.txt p {
  font-size: 18px;
}

.icn_zeh_wrap {
  position: relative;
  margin-right: 30px;
}

.icn_zeh_wrap .icn_zeh {
  position: absolute;
  top: -3%;
  left: -3%;

  max-width: 90px;
  z-index: 5;
}

.zeh_box .block04 {
  background: rgba(204, 204, 204, 0.3);
}

.zeh_box .fig_green_box {
  display: flex;
  justify-content: space-between;
}

.zeh_box .fig_green_box figure {
  max-width: 200px;
  margin-right: 20px;
}

.zeh_box .fig_green_box>div {
  width: 80%;
}

.zeh_box .fig35_fig60 {
  display: flex;
  justify-content: space-between;
}

.zeh_box .fig35_fig60>figure {
  width: 35%;
}

.zeh_box .fig35_fig60>div {
  width: 60%;
}

.zeh_box .arw_down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 60px 0 60px;
  border-color: #45584f transparent transparent transparent;
  margin: 30px auto 0;
}

.zeh_box .conclusion_txt {
  color: #45584f;
  text-align: center;
  font-size: 34px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.zeh_box .conclusion_txt span {
  font-size: 150%;
  color: #970003;
}

/* コンタクト */
.contact__wrap {
  background: url(../img/contact_bg.jpg) no-repeat center center / cover;
  text-align: center;
  padding: 6% 0 1%;
}

.contact__wrap .contact__wrap--ttl {
  color: #bba16f;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: min(2.1vw, 28px);
  margin: 0 0 50px;
}

.contact__wrap .contact__wrap--btn {
  justify-content: center;
  gap: 30px;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.contact__wrap .contact__wrap--btn li {
  width: calc((100% - 90px) / 4);
}

.contact__wrap .contact__wrap--btn li a {
  background: #bba16f;
  color: #fff;
  display: block;
  aspect-ratio: 1/1;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 50vh;
  transition: 0.3s;
}

.contact__wrap .contact__wrap--btn li a p {
  font-size: min(1.1vw, 14px);
  padding: 20% 0 5px;
  border-bottom: 1px solid #fff;
  width: fit-content;
  margin: 0 auto;
  min-width: 100px;
}

.contact__wrap .contact__wrap--btn li a span {
  display: block;
  font-size: min(1.7vw, 22px);
  margin: 1.25em 0;
}

.contact__wrap .contact__wrap--btn li a::after {
  content: "";
  display: block;
  width: 51px;
  aspect-ratio: 51/23;
  background: url(../img/tab_arw-on.svg) no-repeat center center;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.contact__wrap--subbtn {
  justify-content: center;
  margin: 4% 0 0;
}

.contact__wrap--subbtn li:not(:last-child) {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #fff;
}

.contact__wrap--subbtn a {
  color: #fff;
}

.contact__wrap .contact__wrap--btn li a:hover {
  opacity: 0.7;
}

.contact__wrap--subbtn a:hover {
  opacity: 0.7;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.space01 {
  display: block;
  padding-bottom: 2.7em;
}

.space02 {
  display: block;
  padding-bottom: 2.4em;
}

/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1180px) {
  .tab__wrap.under-tab .tabBtn {
    padding-bottom: 40px;
  }

  .arrowtab,
  .arrowtab02 {
    bottom: 5vw;
  }

  .arrowtab {
    right: 8%;
  }

  .arrowtab02 {
    left: 8%;
  }

  .smart-ttl {
    font-size: 22px;
  }

  .value-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .smart_fold {
    --teaser-h: clamp(220px, 26vw, 340px);
  }

  .smart_fold::after {
    height: 200px;
  }
}

@media only screen and (max-width: 1045px) {
  .cap_txt.image-cap {
    bottom: -35px;
  }

  .cap_txt {
    font-size: 10px;
  }
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .space01,
  .space02 {
    display: none;
  }

  .mv__wrap {
    background: url(../img/mv_sp.jpg) no-repeat center center / cover;
    /* aspect-ratio: 3896/1914; */
    aspect-ratio: initial;
    padding: 12% 0;
  }

  .mv__wrap--logo {
    width: 34%;
    padding: 3% 0 0;
  }

  .mv__wrap--head {
    width: 65.28424833%;
    margin: 4.5% auto 0;
  }

  .mv__wrap--txt {
    width: 40%;
  }

  .mainimage-sp {
    flex-wrap: wrap;
  }

  .mainimage-sp li {
    width: 33.333333333333333333333333333333333%;
  }

  .tab__wrap p {
    font-size: 16px;
    letter-spacing: 0px;
    margin: 20px auto 60px auto;
  }

  .tab__wrap .tabBtn li * {
    /* font-size: min(5.8vw, 64px); */
    font-size: 20px;
  }

  .tab__wrap .tabBtn li::after {
    /* width: 24%; */
    width: 18%;
    top: -14%;
  }



  /* 下層用のタブ用のcss */
  .tab__wrap.under-tab {
    padding-bottom: 0;
  }

  .tab__wrap .tabBtn li .click-text {
    top: -30%;
  }

  .tab__wrap .tabBtn li .click-text img {
    width: 44px;
  }

  .tab__wrap.under-tab .tabBtn:before,
  .tab__wrap.under-tab .tabBtn:after {
    width: 12px;
    height: 12px;
    top: 44%;
  }

  .tab__wrap.under-tab .tabBtn:before {
    left: 4%;
  }

  .tab__wrap.under-tab .tabBtn:after {
    right: 4%;
  }

  .tab__wrap.under-tab .tabBtn {
    padding-bottom: 0;
  }

  .tab__wrap.under-tab .tabBtn li {
    width: calc(100% / 2);
    aspect-ratio: 645 / 258;
    font-size: 18px;
  }

  .shine-text {
    width: 160px;
  }

  .arrowtab,
  .arrowtab02 {
    width: 40%;
  }

  .arrowtab {
    right: 4%;
  }

  .arrowtab02 {
    left: 4%;
  }


  /*タブ切り替え*/
  section[id^="tabContents"] {
    padding: 70px 0 0;
  }

  .tabContents {
    padding: 30px 0 0;
  }

  .tab_head {
    padding: 0 0 40px;
  }

  .tab_head span {
    font-size: 24px;
  }

  .sec-ttl p.ja-ttl {
    font-size: 16px;
  }

  .sec-ttl p.en-ttl {
    /* font-size: 20px; */
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .map-all {
    width: 94%;
    margin: 20px auto 0;
  }

  .map02__base {
    width: 90%;
    margin: 0 auto;
  }

  .map02__area {
    padding: 100px 0 0 0;
  }

  .map02__area .cap_txt,
  .facade02__area .cap_txt {
    font-size: 1.5vw;
    bottom: 2px;
  }

  .map02__area .cap_txt.cap_txt.image-cap {
    bottom: -17px;
    left: 0;
  }

  .map02__area .cap_txt.cap_txt.image-cap02 {
    bottom: -24px;
    left: 0;
  }

  .map02__area .fam_il01 {
    width: calc(35.781939% * 0.7);
    top: 2%;
    left: 1%;
  }

  .map02__area .fam_il02 {
    width: calc(27.31606% * 0.7);
    top: 5%;
    right: 1%;
  }

  .map02__area .fam_il03 {
    width: calc(41.833248% * 0.7);
    bottom: -46%;
    left: 3%;
  }

  .map02__area .fam_il01 .cap_txt {
    left: 15%;
    bottom: 10%;
  }

  .map02__area .fam_il02 .cap_txt {
    right: 10%;
    bottom: 0;
  }

  .map02__area .fam_il03 .cap_txt {
    left: 10%;
  }

  .map02__area .fam_ph01 {
    width: 20.26680349%;
    top: 30%;
    left: 3%;
  }

  .map02__area .fam_ph02 {
    width: 23.39661365%;
    bottom: -4%;
    right: 2%;
  }

  .map02__area .fam_ph03 {
    /* width: 18.628014%;
    bottom: -2%;
    left: 40.5%; */
    width: 23.628014%;
    bottom: -41%;
    left: 24.5%;
  }

  .map02__area .fam_ph07 {
    width: 16.628014%;
  }

  .map02__area .fam_ph08 {
    bottom: -32%;
  }

  .map02__area .fam_ph09 {
    right: 20%;
    bottom: -32%;
  }

  .map02__area .fam_fk01 {
    width: calc(22.85531% * 1.7);
    top: -29%;
    left: 2%;
  }

  .map02__area .fam_fk02 {
    width: calc(28.213443% * 1.7);
    top: -25.5%;
    right: 0.5%;
  }

  .map02__area .fam_fk03 {
    width: calc(21.804002% * 1.7);
    bottom: -15%;
    left: 0.2%;
  }

  .map02__area .fam_fk04 {
    width: calc(24.293997% * 1.7);
    bottom: -15%;
    right: -1.5%;
  }

  .facade-all {
    width: 94%;
  }

  .facade02__area-bg {
    background-size: contain;
    background-position: bottom center;
    padding: 40px 0 20px 0;
  }

  .facade02__area {
    padding: 50px 0 0 0;
  }

  .facade02__area .facade02 {
    width: 55%;
    /* margin: 13% auto 20%; */
    margin: 0% auto 0%;
    padding-right: 5%;
    padding-top: 10%;
    bottom: -32vw;
    right: -25vw;
  }

  .facade02__area .fam_ph04 {
    width: calc(33.36942% * 1.15);
    top: 22%;
    right: 3%;
  }

  .facade02__area .fam_ph05 {
    width: calc(31.36942% * 1.15);
    top: 26%;
    left: 10%;
  }

  .facade02__area .fam_ph06 {
    width: calc(29.36942% * 1.15);
    bottom: -27%;
    left: 11%;
  }

  .facade02__area .fam_fk05 {
    width: calc(23.011288% * 1.7);
    top: -11%;
    right: 0.5%;
  }

  .facade02__area .fam_fk06 {
    width: calc(33.500257% * 1.7);
    top: -10%;
    left: 2%;
  }

  .facade02__area .fam_fk07 {
    width: calc(22.319138% * 1.7);
    bottom: 0%;
    left: 5%;
  }

  .facade02__area .fam_ph__name {
    font-size: min(2.5vw, 20px);
    white-space: nowrap;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
  }

  .plan__wrap--ttl {
    /* aspect-ratio: 3874/1990; */
    aspect-ratio: 3874 / 1300;
  }

  .family .plan__wrap--ttl {
    background: url(../img/fam_ttlbg_sp.jpg) no-repeat center center / cover;
  }

  .family .plan__wrap--ttl h2 {
    max-width: 45%;
  }

  .plan__wrap--head {
    /* padding: 50px 0; */
    padding: 30px 0;
  }

  .plan__wrap--head h3 {
    font-size: 16px;
    /* margin: 0 0 30px; */
    margin: 0 auto 20px;
    text-align: center;
    order: 1;
  }

  .plan__wrap--head figure {
    width: 100%;
    order: 3;
  }

  .plan__wrap--head>p {
    order: 2;
    width: 100%;
    margin: 0 0 20px;
    font-size: 13px;
    text-align: center;
  }

  .plan__wrap--detail h4 {
    width: 90%;
    font-size: 23px;
    margin: 0 auto 0.5em;
  }

  .plan__wrap--detail .plan_detail {
    margin: 0 auto;
    font-size: 12px;
    padding: 0 5%;
  }

  .plan__wrap--detail .zumen_box {
    width: 100%;
    margin: 20px auto;
  }

  .plan__wrap--detail .zumen_box figure {
    width: 90%;
    margin: 0 auto;
  }

  .family .fam_plan01 {
    width: 34.92206235%;
    top: -1%;
    left: -1.5%;
  }

  .family .fam_plan02 {
    width: 35.52158273%;
    top: -1%;
    right: -1.5%;
  }

  .family .fam_plan03 {
    width: 44.2146283%;
    top: 33.5%;
    left: -1.5%;
  }

  .family .fam_plan04 {
    width: 20.83333333%;
    top: 33.5%;
    right: -1.5%;
  }

  .family .fam_plan05 {
    width: 41.21702638%;
    top: 51.5%;
    left: -1.5%;
  }

  .family .fam_plan06 {
    width: 20.83333333%;
    top: 68%;
    right: -1.5%;
  }

  /* 以下共通部分↓ */
  /* スマート */

  .smart_fold {
    --teaser-h: clamp(200px, 28vw, 340px);
  }

  .smart_fold::after {
    height: 150px;
  }

  .smart_toggle:hover {
    color: #fff;
    background: #708aa1;
  }

  .smart_toggle:hover::after {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
  }

  .smart_box {
    padding: 30px 0;
  }

  .smart-ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .smart-item {
    width: 90%;
    justify-content: space-between;
  }

  .smart-item li {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; */
    width: 47%;
    /* margin-right: 0; */
  }

  /* .smart-item li .image-block {
    width: 47%;
  }

  .smart-item li .text-block {
    width: 47%;
  } */

  .smart-item li .text-block .item-ttl {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 6px;
  }

  .smart-item li .text-block .item-txt {
    font-size: 12px;
  }

  .smart-item li:nth-of-type(n + 3) {
    margin-top: 30px;
  }

  .smart-item li .sub {
    width: 100%;
  }

  /* ブランドコンセプト */
  .bc_box {
    padding: 50px 0 0 0;
  }

  .bc-ttl {
    width: 70%;
    margin-bottom: 20px;
  }

  .bc-txt {
    font-size: 13px;
    line-height: 1.8;
    padding-bottom: 50px;
  }

  .bc-txt .big {
    display: inline-block;
    line-height: 1.4;
    letter-spacing: 2px;
    padding: 10px 0;
  }

  /* 資産価値 */
  .value-copy {
    padding: 18% 0;
    /* padding: 26% 0; */
    /* margin: 0 auto 0; */
    margin: 0 auto 0;
  }

  .value-copy p {
    width: 90%;
    font-size: 18px;
    text-align: center;
  }

  .value-content {
    padding: 50px 0 0 0;
  }

  .value-content:last-of-type {
    padding-bottom: 50px;
  }

  .value-ttl {
    font-size: 16px;
    line-height: 1.5;
  }

  .value-txt {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }

  .value-flex {
    margin: 0 auto 50px;
  }

  .value-txt.left {
    text-align: center;
  }

  .value-content.flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .value-content .content01,
  .value-content .content02 {
    width: 100%;
  }

  /* .value-content .content01 {
    order: 2;
  }

  .value-content .content02 {
    order: 1;
  } */

  .value-content .content01 {
    width: 85.58235%;
    margin: 0 auto 0;
  }

  .value-content .content02 {
    margin-top: 20px;
  }

  .value-flex .left {
    width: 100%;
  }

  .value-flex .right {
    width: 100%;
    margin: 70px auto 0;

    display: none;
  }

  .value-image li:nth-of-type(1) {
    width: 54%;
    margin: 0 auto 10px;
  }

  .value-image li:nth-of-type(2) {
    width: 42%;
    margin-bottom: 10px;
    margin-top: -20px;
  }

  /* .value-image li:nth-of-type(3),
    .value-image li:nth-of-type(4),
    .value-image li:nth-of-type(5) {
      width: 33.333333333333333333%;
    } */

  .value-image li:nth-of-type(3) figcaption.cap_txt,
  .value-image li:nth-of-type(4) figcaption.cap_txt {
    bottom: -34px;
    font-size: 10px;
    right: initial;
    left: 5px;
  }

  .value-image li:nth-of-type(5) figcaption.cap_txt {
    font-size: 10px;
    bottom: -46px;
    right: initial;
    left: 5px;
  }

  .lp-reserve {
    padding: 20px 0 40px;
  }

  .lp-reserve p {
    font-size: 20px;
    margin-bottom: 0;
  }

  .lp-reserve a {
    width: 120px;
  }

  .lp-reserve a.text-btn {
    font-size: 18px;
    max-width: 300px;
    padding: 12px 0;
  }

  .lp-reserve a.text-btn::after {
    width: 8px;
    height: 8px;
  }

  .stable-flex p {
    width: 100%;
  }

  .stable-flex figure {
    width: 100%;
    margin-top: 20px;
  }

  .land-data {
    padding: 20px 0 40px 0;
    margin-top: 30px;
  }

  .land-data figure {
    width: 85.58235%;
  }

  .area-flex div {
    width: 100%;
    margin-bottom: 40px;
  }

  .area-flex div figure {
    margin-top: 10px;
  }

  .area-flex figure {
    width: 100%;
  }

  .madori-flex .detail {
    width: 100%;
  }

  .madori-flex .zumen {
    width: 100%;
    margin-top: 20px;
  }

  .madori-flex .small {
    font-size: 10px;
    text-align: left;
  }

  .graph-add {
    font-size: 12px;
    text-align: left;
    margin-top: 35px;
  }

  /* 横スクロール */

  .js-scrollable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
  }

  .scroll-hint-icon {
    opacity: 1 !important;
    left: initial !important;
    transform: none !important;
    top: 35% !important;
    right: -75vw;
  }

  .js-scrollable.is-right-scrollable .scroll-hint-icon {
    opacity: 0 !important;
  }

  /* 一度でもユーザーが横スクロールしたら以降は完全に非表示 */
  /* ScrollHint が右端を検知したとき */
  .js-scrollable.is-right-scrollable .scroll-hint-icon {
    opacity: 0 !important;
  }

  /* ユーザーが一度でもスクロールしたら */
  .js-scrollable[data-hint-dismissed="1"] .scroll-hint-icon {
    opacity: 0 !important;
  }

  .js-scrollable.value08 img {
    width: 700px;
    max-width: none !important;
    display: block;
  }

  .js-scrollable.value11,
  .js-scrollable.value14 {
    margin: 20px auto 0;
  }

  .js-scrollable.value11 img {
    width: 700px;
    max-width: none !important;
    display: block;
  }

  .js-scrollable.value14 img {
    width: 700px;
    max-width: none !important;
    display: block;
  }


  /* zeh_box */
  .zeh_box {
    background: url("../img/zeh-bg02.png") no-repeat right top / contain,
      url("../img/zeh-bg.jpg") repeat-y center top / cover;
    padding: 50px 0;
  }

  /* .zeh_box .inner_800 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  } */

  .zeh_box .inner_1200 {
    width: 100%;
  }

  .zeh_box .box {
    padding: 0 0 20px;
  }

  .zeh_box .box:last-of-type {
    padding-bottom: 0;
  }

  .zeh_box .setsuyaku-txt {
    margin: 0 auto 20px;
  }

  .mrgB_30 {
    margin-bottom: 30px;
  }

  .mrgB_60 {
    margin-bottom: 30px;
  }

  /* zeh_box common */
  .zeh-ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .zeh-sttl {
    padding: 0 0 20px;
  }

  .zeh-sttl02 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .zeh_box .lead-txt {
    font-size: 16px;
    padding: 0 0 20px;
  }

  .zeh_box .lead-txt02 {
    font-size: 13px;
    letter-spacing: 0.02em;
    padding: 0 0 20px;
  }

  .zeh_box .lead-txt03 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }

  .zeh_box .lead-txt03+p {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
  }

  .zeh_box .column2 {
    flex-direction: column;
  }

  .zeh_box .column2>div {
    width: 100%;
  }

  .zeh_box .column2>figure {
    width: 100%;
  }

  .zeh_box .column2 li {
    width: 100%;
  }

  .zeh_box .column2.z-setsubi li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0;
  }

  .zeh_box .column2.z-setsubi li:nth-of-type(2) {
    margin-right: 0;
  }

  .zeh_box .column2.wid80_box {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 20px auto;
  }

  .zeh_box .fig27_txt70 {
    flex-direction: column;
  }

  .zeh_box .fig27_txt70>figure {
    width: 70%;
    margin: 0 auto;
  }

  .zeh_box .fig27_txt70>figure.zeh-img04-5 {
    width: 100%;
    margin: 20px auto;
  }

  .zeh_box .fig27_txt70>div {
    width: 100%;
  }

  .zeh_box .fig27_txt70 .ttl {
    padding-bottom: 6px;
    border-bottom: 1px solid #896d43;
    margin-bottom: 10px;
  }

  .zeh_box .zeh-img03 {
    margin: 20px auto 10px;
  }

  .zeh_box .inner_flex {
    flex-direction: column;
  }

  .zeh_box .inner_flex>div {
    width: 100%;
  }

  .zeh_box .inner_flex>div p {
    font-size: 13px;
  }

  .zeh_box .inner_flex>figure {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }

  .zeh_box .green_box {
    padding: 10px 10px;
  }

  .zeh_box .green_box p,
  .zeh_box .green_box p.f-18px {
    font-size: 14px;
  }

  .zeh_box .green_box p.f-70 {
    font-size: 11px;
    margin-top: 5px;
  }

  .zeh_box sup {
    top: -0.6em;
  }

  .yellow {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    margin-left: 4px;
  }

  /* zeh_box kobetsu */
  .zeh_box .block {
    padding: 50px 0 0 0;
    width: 90%;
    margin: 0 auto;
  }

  .zeh_box .txt_fig {
    flex-direction: column;
  }

  .zeh_box .txt_fig>div {
    width: 100%;
  }

  .zeh_box .txt_fig>figure {
    width: 100%;
    margin-top: 20px;
  }

  .zeh_box .block01 dl:not(:first-child) {
    margin-top: 15px;
  }

  .zeh_box .block01 dl dt {
    margin-bottom: 10px;

    color: #fff;
    font-size: 15px;
  }

  .zeh_box .block01 dl dd {
    font-size: 13px;
  }

  .zeh_box .block02 {}

  .zeh_box .point_flex {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .zeh_box .point_flex .point {
    width: 30%;
    margin-right: 10px;
  }

  .zeh_box .point_flex .point img {
    max-width: 100%;
    width: 100%;
  }

  .zeh_box .point_flex>.txt {
    width: 60%;
  }

  .zeh_box .point_flex>.txt p {
    font-size: 13px;
  }

  .icn_zeh_wrap .icn_zeh {
    max-width: 100%;
    width: 30%;
  }

  .zeh-img08 {
    width: 100%;
    margin: 0 auto 30px;
  }

  .zeh_box .block04 {
    /* background: rgba(204,204,204,0.3); */
    padding: 20px 20px;
    margin-top: 30px;
  }

  .zeh_box .fig_green_box {
    flex-direction: column;
  }

  .zeh_box .fig_green_box figure {
    max-width: 100%;
    width: 70%;
    margin: 0 auto 10px;
  }

  .zeh_box .fig_green_box>div {
    width: 100%;
  }

  .zeh_box .fig35_fig60 {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .zeh_box .fig35_fig60>figure {
    width: 70%;
    margin: 0 auto 20px;
  }

  .zeh_box .fig35_fig60>div {
    width: 100%;
  }

  .zeh_box .arw_down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 35px 0 35px;
    border-color: #45584f transparent transparent transparent;
    margin: 20px auto 0;
  }

  .zeh_box .conclusion_txt {
    font-size: 18px;
    margin-top: 20px;
  }

  .zeh_box .conclusion_txt span {
    font-size: 130%;
  }

  /* コンタクト */
  .contact__wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 0 5px;
  }

  .contact__wrap .contact__wrap--ttl {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .contact__wrap .contact__wrap--btn {
    gap: 1px;
    width: 100%;
    max-width: 100%;
  }

  .contact__wrap .contact__wrap--btn li {
    width: calc((100% - 3px) / 4);
  }

  .contact__wrap .contact__wrap--btn li a {
    aspect-ratio: auto;
    border-radius: 0;
    padding: 0 0 10px;
  }

  .contact__wrap .contact__wrap--btn li a p {
    font-size: 10px;
    padding: 10px 0 5px;
    min-width: auto;
  }

  .contact__wrap .contact__wrap--btn li a span {
    display: block;
    font-size: 12px;
    margin: 0.5em 0;
    letter-spacing: -0.1px;
  }

  .contact__wrap .contact__wrap--btn li a::after {
    width: 15px;
    bottom: 5px;
  }

  .contact__wrap--subbtn {
    margin: 10px 0 0;
  }

  .contact__wrap--subbtn a {
    font-size: 12px;
  }

  #pagetop {
    bottom: 125px;
  }

  footer {
    padding-bottom: 110px;
  }

  .contact-box .small {
    margin-bottom: 5px;
  }
}