@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&family=Zen+Kaku+Gothic+New:wght@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: Lexend;
}

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: #083459;
  font-family: "Sawarabi Mincho";
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

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

/* common */
.common__ttl {
  display: flex;
  align-items: center;
  gap: 16px;
}
.common__ttl-en {
  color: #70634E;
  font-family: Lexend;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75; /* 175% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media(max-width: 1024px) {
  .common__ttl-en {
    font-size: 2.6rem;
  }
}
.common__ttl-jp {
  color: #70634E;
  font-family: "Sawarabi Mincho";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.7px;
}

.br-sm {
  display: block;
}
@media(max-width: 450px) {
  .br-sm {
    display: none;
  }
}

.wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1240px;
  padding-inline: 20px;
}

@media screen and (max-width: 640px) {
  .wrap {
    padding-inline: 0;
  }
}

.wrap::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./img/bg-body.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  pointer-events: none;
}

.content {
  position: relative;
  width: 480px;
  overflow: clip;
  background: #FFF;
}

@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;
}

/* SP banner */
@media(min-width: 1024px) {
  .banner {
    display: none;
  }
}
@media(max-width: 1023px) {
  .banner {
    max-width: 480px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 1;
  }
  .banner.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
}

.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: center;
    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%;
}

.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 .hd-nav__link-jp::after {
    content: '';
    display: block;
    background: #70634E;
    width: 10px;
    height: 1px;
  }
}

.hd-nav__link-jp {
  color: #70634E;
  font-family: "Sawarabi Mincho";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.7px;
  transition: 0.4s;
}
@media(max-width: 1024px) {
  .hd-nav__link-jp {
    font-size: 1.6rem;
  }
}
.hd-nav__link-jp::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media(max-width: 640px) {
  .hd-nav__link-jp {
  }
}

@media screen and (min-width: 1025px) {
  .hd-nav__link.active span{
    /* color: #083459; */
  }
  .hd-nav__link.active .hd-nav__link-jp::after{
    content: '';
    display: block;
    background: #70634E;
    width: 10px;
    height: 1px;
  }
}

@media screen and (max-width: 1024px) {
  .hd {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    height: 56px;
    background: transparent;
    /* background: #fff; */
    /* border-bottom: 1px solid #333; */
    line-height: 1.5;
    transition: all 0.4s;
    z-index: 1000;
    opacity: 0;
  }

  .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;
  }

  .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: #FFF;
    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: #FFF;
    opacity: 1;
  }

}

.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 {
  /* background: linear-gradient(210deg, #70634E 7.33%, #332E28 59.57%); */
  /* box-shadow: 0px 0px 8px 0px rgba(91, 75, 75, 0.20); */
  background: url(./img/hd-cta_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 432px;
  width: 100%;
}

@media(max-width: 1024px) {
  .hd-cta {
    display: none;
  }
}

.hd-cta__inner-ttl {
  max-width: 346px;
  width: 100%;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2; /* 200% */
  letter-spacing: 0.8px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 4px;
}

.hd-cta__inner {
  padding: 32px;
  text-align: center;
}

.hd-cta__inner-img {
  max-width: 322px;
  width: 100%;
  padding-top: 30px;
}

.hd-cta__inner-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 20px;
  border-radius: 40px;
  background: #FFF;
  transition: 0.3s;
  position: relative;
  border: 1px solid #70634E;
  box-sizing: border-box;
}

.hd-cta__inner-btn-txt {
  color: #2A2A2A;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  letter-spacing: 1px;
}
.hd-cta__inner-btn-svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* hover */
@media(min-width: 1025px) {
  .hd-cta {
    transition: 0.3s;
  }
  .hd-cta:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  /* .hd-cta:hover .hd-cta__inner-btn {
    background: #70634E;
    border: 1px solid #70634E;
  }
  .hd-cta:hover .hd-cta__inner-btn-txt {
    color: #FFF;
  }
  .hd-cta:hover .hd-cta__inner-btn-svg path {
    stroke: #FFF;
  } */
}

/* ****************************************************
*******************************************************

fv

**************************************************** */

.section-fv {
  position: relative;
  z-index: 1;
}

.section-fv .common-wrap {
  padding-top: 0;
}

.section-fv__slide-cnt {
  position: relative;
  height: 50vh;
}

.section-fv__slide-item {}

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

.section-fv__catch-wrap {
  height: 50vh;
  background: var(--Linear, linear-gradient(210deg, #70634E 7.33%, #332E28 59.57%));
  padding-block: 93px 63px;
  padding-inline: 42px;
}
@media(max-width: 1024px) {
  .section-fv__catch-wrap {
    padding-inline: 8%;
	  padding-top: 10vh;
  }
}

.section-fv__catch {
  position: relative;
  padding-top: 20px;
}

.section-fv__catch-ttl {
  color: #FFF;
  font-family: "Sawarabi Mincho";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
  letter-spacing: 1px;
}
@media(max-width: 1024px) {
  .section-fv__catch-ttl {
    font-size: 1.6rem;
  }
}
.section-fv__catch-subttl {
  display: block;
  color: #FFF;
  font-family: Lexend;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0.4;
  padding-top: 13px;
}

.section-fv__catch-message {
	position:absolute;
	top:-60px;
	left:0;
    background: #F9F8F0;
    color: #70634E;
    text-align: center;
    font-style: italic;
    width: 480px;
    padding: 16px 0;
    font-size: 1.6rem;
}
@media(max-width: 640px) {
  .section-fv__catch-message {
    font-size: 1.4rem;
    width: 100%;
	  top:-55px;
  }
}

.section-fv__logo-img {
  width: 374px;
}


@keyframes scrollDown{
    0%{
        transform-origin: top;
        transform: scaleY(0);
    }
    45%{
        transform-origin: top;
        transform: scaleY(1);
    }
    55%{
        transform-origin: bottom;
        transform: scaleY(1);
    }
    100%{
        transform-origin: bottom;
        transform: scaleY(0);
    }
}

/* ****************************************************
*******************************************************

concept

**************************************************** */

.section-concept {
  padding-block: 56px 40px;
  position: relative;
  background: #F9F8F0;
}

@media(max-width: 1024px) {
  .section-concept {
    padding:8% 0 4% 0;
  }
}
.section-concept__cnt {
  padding-top: 40px;
}
@media(max-width: 1024px) {
  .section-concept__cnt {
    padding-top: 4%;
  }
}
.section-concept__cnt-txt {
  color: #70634E;
  font-family: "Sawarabi Gothic";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
  letter-spacing: 0.8px;
}
.section-concept__slide {
  padding-top: 84px;
  width: 100%;
  overflow: hidden;
}
@media(max-width: 1024px) {
  .section-concept__slide {
    padding-top: 8%;
  }
}
.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  width: auto; /* 画像の幅に合わせる */
  flex-shrink: 0;
}



/* ****************************************************
*******************************************************

merit

**************************************************** */

.section-merit {
  padding-block: 56px;
  position: relative;
}
@media(max-width: 1024px) {
  .section-merit {
    padding-block: 6%;
  }
}
.section-merit__slide {
  padding-inline: 24px 48px;
  padding-top: 40px;
}
@media(max-width: 1024px) {
  .section-merit__slide {
    padding-inline: 4% 6%;
  }
}
.section-merit__slide-item {
  position: relative;
}
.section-merit__slide-item-ttl {
  padding-block: 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D6CEC2;
  color: #70634E;
  font-family: "Sawarabi Mincho";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 160% */
  letter-spacing: 1px;
}
@media(max-width: 1024px) {
  .section-merit__slide-item-ttl {
    padding-block: 4%;
    font-size: 1.8rem;
  }
}
.section-merit__slide-item-txt {
  padding-bottom: 24px;
  border-bottom: 1px solid #D6CEC2;
  color: #70634E;
  font-family: "Sawarabi Gothic";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.7px;
}
.section-merit__slide-item-num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 53px;
  background: #FFF;
  border-radius: 0 0 10px 0;
  color: #70634E;
  font-family: Lexend;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.42; /* 142.857% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.merit-slide-prev,
.merit-slide-next {
  position: absolute; /* 位置を絶対に指定 */
  top: 50%;
  z-index: 10; /* 前面に表示 */
  background-color: rgba(0, 0, 0, 0.5); /* ボタンの背景色 */
  color: white; /* ボタンの文字色 */
  border-radius: 50%;
  padding: 10px;
  transform: translateY(-50%);
}

/* 次のスライドボタン */
.merit-slide-next {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 40px; /* 画像のサイズ */
  height: 40px; /* 画像のサイズ */
  background: url(./img/icon-merit-next.svg);
  background-size: contain; /* 画像がボタン内に収まるように調整 */
  cursor: pointer;
  z-index: 10; /* 他の要素より前面に表示 */
}

/* 前のスライドボタン */
.merit-slide-prev {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 40px; /* 画像のサイズ */
  height: 40px; /* 画像のサイズ */
  background: url(./img/icon-merit-prev.svg);
  background-size: contain; /* 画像がボタン内に収まるように調整 */
  cursor: pointer;
  z-index: 10; /* 他の要素より前面に表示 */
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}


/* ボタンが無効になったときのスタイル */
.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}


/* ****************************************************
*******************************************************

feature

**************************************************** */

.section-feature {
  padding-top: 56px;
  position: relative;
  background: #F9F8F0;
}
@media(max-width: 1024px) {
  .section-feature {
    padding-block: 6%;
  }
}
.section-feature__item-images {
  position: relative;
}
.section-feature__item-images-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 154px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 0px 10px 0px 0px;
  background: #F9F8F0;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #70634E;
  font-family: Lexend;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2; /* 120% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section-feature__items-wrap {
  padding-top: 56px;
}
@media(max-width: 1024px) {
  .section-feature__items-wrap {
    padding-top: 6%;
  }
}
.section-feature__item {

}
.section-feature__item:not(:last-of-type) {
  margin-bottom: 56px;
}
.section-feature__item-ttl {
  color: #70634E;
  font-family: "Sawarabi Mincho";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 160% */
  letter-spacing: 1px;
  padding-block: 48px 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D6CEC2;
}
@media(max-width: 1024px) {
  .section-feature__item-ttl {
    padding-block: 6% 4%;
    font-size: 1.8rem;
  }
}
.section-feature__item-txt {
  color: #70634E;
  font-family: "Sawarabi Gothic";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.7px;
}
.section-feature__slide {
  padding-top: 56px;
}


/* ****************************************************
*******************************************************

works

**************************************************** */

.section-works {
  padding-block: 56px;
  position: relative;
}
@media(max-width: 1024px) {
  .section-works {
    padding-block: 6%;
  }
}
.section-works__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.section-works__items-wrap{
  margin: 40px 0 0 0;
}
.section-works__item{
  border-top: solid 1px #70634E;
}
.section-works__item:last-child{
  border-bottom: solid 1px #70634E;
}
.section-works__btn{
font-size: 2rem;
line-height: 2em;
letter-spacing: 0.05em;
padding: 24px;
position: relative;
}
.section-works__btn::before,
.section-works__btn::after{
  content: "";
  display: block;
background: #70634E;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
}
.section-works__btn::before{
  width: 28px;
  height: 1px;
  right: 32px;
}
.section-works__btn::after{
  width: 1px;
  height: 28px;
  right: 46px;
  transition:0.3s;
}
.section-works__item-wrap.active .section-works__content{
  padding-bottom: 32px;
  max-height: 1000px!important;
}
.section-works__item-wrap.active .section-works__btn::after{
  opacity: 0;
  transition:0.3s;
}

.section-works__slide-thumb {
  padding-top: 16px;
}
.works-thumb {
  cursor: pointer;
}
.section-works__btn {
  cursor: pointer;
}
.section-works__btn-ttl {
  color: #70634E;
  font-family: Lexend;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2; /* 120% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* ****************************************************
*******************************************************

access

**************************************************** */

.section-access {
}
.section-access__bubble{
  position: relative;
  padding: 24px 1.5em;
  margin-bottom: 50px;
  border-radius: 5px;
  background: #70634E;
}
@media(max-width: 640px) {
  .section-access__bubble {
    padding: 24px 0.8em;
  }
}
.section-access__bubble::after{
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  background: #70634E;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  right: 0;
  left: 0;
  bottom: -18px;
  margin: auto;
}
.section-access__bubble-txt{
  color: #FFF;
  text-align: center;
  font-family: "Sawarabi Gothic";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
  /* letter-spacing: 0.8px; */
  letter-spacing: 0.03em;
}
@media(max-width: 1024px) {
  .section-access__bubble-txt {
    font-size: 1.4rem;
  }
}
.section-access__ttl {

}
.section-access__ttl-en {
  color: #70634E;
  font-family: Lexend;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.42; /* 142.857% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 16px;
}
.section-access__ttl-jp {
  color: #70634E;
  font-family: "Sawarabi Mincho";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 1.4px;
}
@media(max-width: 1024px) {
  .section-access__ttl-jp {
    font-size: 2.4rem;
  }
}
.section-access__description {
  color: #70634E;
  font-family: "Sawarabi Gothic";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
  letter-spacing: 0.8px;
  padding-top: 32px;
}
@media(max-width: 1024px) {
  .section-access__description {
    padding-top: 3%;
  }
}
.section-access__map {
  background: url(./img/access-map.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 417px;
  position: relative;
  margin-top: 132px;
}
.section-access__map::after{
  content: "";
  background: url(./img/icon-tap.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 147px;
  height: 147px;
  position: absolute;
  right: 24px;
  top: -108px;
}

.section-access__map-icon {
  position: absolute;
  cursor: pointer;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

.section-access__map-icon.--icon01 {
  top: -72px;
  left: 40px;
}

.section-access__map-icon.--icon02 {
    top: 132px;
    left: 90px;
}

.section-access__map-icon.--icon03 {
  top: 72px;
  left: 216px;
}

.section-access__map-icon.--icon04 {
  top: 84px;
  right: 28px;
}

@media(max-width: 480px) {
  .section-access__map-icon {
    max-width: 74px!important;
  }
  .section-access__map-icon.--icon01 {
    top: -14%;
    left: 6%;
  }
  
  .section-access__map-icon.--icon02 {
top: 38%;
        left: 18%;
  }
  
  .section-access__map-icon.--icon03 {
    top: 15%;
    left: 40%;
  }
  
  .section-access__map-icon.--icon04 {
    top: 19%;
    right: 1%;
  }
}

.section-access__area {
  border: 1px solid #D2D2D2;
  background: #FFF;
  padding: 14px 18px;
  margin-top: 32px;
  width: 100%;
  height: 148px;
  overflow-y: scroll;
}

.section-access__area-list {
  color: #083459;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
}

.section-access__area-details{
  margin-top: 40px;
  background: #F9F8F0;
}

.accordion-inner > .section-access__area-details__item {
  border-bottom:solid 1px #70634E;
}
.section-access__area-details__item:first-of-type {
  border-top: 1px solid #70634E;
}
.section-access__area-details .section-access__area-details__item .accordion-header.accordion-header__ttl{
  background: #D6CEC2;
  color: #70634E;
  text-align: center;
  font-family: "Sawarabi Mincho";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 160% */
  letter-spacing: 1px;
  padding: 16px 24px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion-header__ttl:first-of-type {
  border-top: 1px solid #70634E;
}
@media (min-width: 1025px) {
  .section-access__area-details .accordion-header{
  transition: 0.3s;
  }
.section-access__area-details .accordion-header:hover{
  opacity: 0.6;
  transition: 0.3s;
}
}
.section-access__area-details .section-access__area-details__item .accordion-header.accordion-header__ttl svg{
  position: absolute;
  right: 20px;
  top: 0;
    bottom: 0;
    margin: auto;
  transition: 0.3s;
  transform: rotate(180deg);
}
.section-access__area-details .section-access__area-details__item .accordion-header.accordion-header__ttl.open svg{
  transform: rotate(0deg);
  transition: 0.3s;
}
.section-access__area-details .section-access__area-details__item .accordion-header.accordion-header__ttl-child {
  /* padding: 24px 48px; */
  position: relative;
  cursor: pointer;
  color: #70634E;
  font-family: "Sawarabi Mincho";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.66; /* 166.667% */
  letter-spacing: 1.2px;
}
@media(max-width: 1024px) {
  .section-access__area-details .section-access__area-details__item .accordion-header.accordion-header__ttl-child {
    /* padding: 4% 6%; */
    font-size: 2rem;
  }
}

.section-access__area-details .section-access__area-details__item .accordion-header.accordion-header__ttl-child::before,
.section-access__area-details .section-access__area-details__item .accordion-header.accordion-header__ttl-child::after{
  content: "";
  display: block;
  background: #70634E;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section-access__area-details .section-access__area-details__item .accordion-header.accordion-header__ttl-child::before{
  width: 22px;
  height: 1px;
  right: 24px;
}
.section-access__area-details .section-access__area-details__item .accordion-header.accordion-header__ttl-child::after{
  width: 1px;
  height: 22px;
  right: 34px;
  transition: 0.3s;
}
.section-access__area-details .section-access__area-details__item .accordion-header.accordion-header__ttl-child.open::after{
  opacity: 0;
  transition: 0.3s;
}
.section-access__area-details .section-access__area-details__item .accordion-header .accordion-header__ttl-grandchild {
  font-size: 1.4rem;
  padding: 0;
  display: block;
  margin-top: 8px;
}

.section-access__area-details .section-access__area-details__item .accordion-inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}

.access-details__txt {
  /* padding-block: 24px 48px; */
  margin-bottom: 24px;
  border-bottom: 1px solid #D2D2D2;
  color: #70634E;
  font-family: "Sawarabi Mincho";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.7px;
}
@media(max-width: 1024px) {
  .access-details__txt {
    /* padding-block: 2% 5%; */
    margin-bottom: 2%;
  }
}
.access-details__ttl {
  color: #70634E;
  font-family: "Sawarabi Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-inline: 48px;
}
.access-details__ttl::before {
  display: block;
  content: '';
  background: url(./img/icon-access.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 25px;
  height: 22px;
}
.access-details__map {
  padding-top: 24px;
}
.access-details__map iframe {
  width: 100%;
  max-height: 230px;
}
.access-details__btn {
  max-width: 370px;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  background: #70634E;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 250% */
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 24px auto 40px;
}
.access-details__btn-svg {
  position: absolute;
  right: 16px;
}



/* 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 {
  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 {
  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;
  }
}



/* 250312 Nav */
.hd.fixed .hd-toggle span {
  background: #333;
}

.hd-nav__logo {
  text-align: center;
}

@media(min-width: 1025px) {
  .hd-nav {
    max-width: 352px;
    margin: 0 auto;
  }

  .hd-nav__logo-img {
    padding-bottom: 48px;
    width: 170px;
  }
}

@media(max-width: 1024px) {
  .hd-nav__logo-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;
  border-bottom: 1px solid #70634E;
}
.section-about__item:first-of-type {
  border-top: 1px solid #70634E;
}

.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; */
  max-height: none;
  padding-bottom: 0;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}

.section-about__btn.active+.section-about__content {
  max-height: 500px;
  /* ここは適当な大きさに調整 */
  padding-bottom: 24px;
}

/* 最初から開いた状態対策 */
.section-about__item-wrap.active .section-about__content {
  max-height: 1000px!important;
}

@media(max-width: 1024px) {
  .section-about__btn.active+.section-about__content {
    padding-bottom: 5%;
  }
}

.section-about__btn {
  cursor: pointer;
  padding: 24px 0 24px 24px;
}

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

.section-about__btn-ttl {
  color: #70634E;
  font-family: "Sawarabi Mincho";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 160% */
  letter-spacing: 1px;
  position: relative;
}

@media(max-width: 1024px) {
  .section-about__btn-ttl {
    font-size: 1.8rem;
    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: #70634E;
  font-family: "Sawarabi Mincho";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.7px;
}

@media(max-width: 1024px) {
  .section-about__description {
    padding-block: 5%;
  }
}


/* 250312 company */
.section-company {
  margin-top: 56px;
  padding-block: 56px;
  background: #F9F8F0;
}

@media(max-width: 1024px) {
  .section-company {
    padding-block: 8% 6%;
  }
}

.section-company__description {
  color: #70634E;
  font-family: "Sawarabi Mincho";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.7px;
  padding-top: 40px;
}

@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;
  padding: 20px 24px;
  border-bottom: 1px solid #D6CEC2;
  gap: 58px;
}

@media(max-width: 1024px) {
  .section-company__item-list {
    padding-block: 3%;
  }
}

.section-company__item-list:first-of-type {
  border-top: 1px solid #D6CEC2; 
}

.section-company__item-list-item {
  color: #70634E;
  font-family: "Sawarabi Mincho";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 171.429% */
  letter-spacing: 0.7px;
  max-width: 74px;
  width: 100%;
  flex-shrink: 0;
}

.section-company__item-list-value {
  color: #70634E;
  font-family: "Sawarabi Mincho";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71; /* 171.429% */
  letter-spacing: 0.7px;
}
.section-company__item-list-value-child {
  display: block;
  margin-bottom: 20px;
}


/* ****************************************************
*******************************************************

footer

**************************************************** */

.footer {
  /* padding-block: 40px 107px; */
  padding-block: 40px;
}
@media(max-width: 1024px) {
  .footer {
    /* padding-block: 4% 24%; */
    padding-block: 4% 100px;
  }
}

.footer__item-copy {
  color: #70634E;
  text-align: center;
  font-family: "Sawarabi Mincho";
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5; /* 250% */
  letter-spacing: 0.4px;
}
.footer__item-logo a{
  display: block;
  margin: 0 auto 44px auto;
}
@media(max-width: 1024px) {
  .footer__item-logo a {
    margin-bottom: 6%;
  }
}
.footer__item-logo-img {
  display: block;
  width: 68px;
  height: 43px;
  margin: 0 auto;
}


/* ****************************************************
*******************************************************

cta

**************************************************** */

.main-cta {
  /* background: var(--Linear, linear-gradient(210deg, #70634E 7.33%, #332E28 59.57%));
  backdrop-filter: blur(10px); */
  background: url(./img/hd-cta_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-cta__item {
  padding: 32px 64px;
}
@media(max-width: 1024px) {
  .main-cta__item {
    padding: 4% 6%;
  }
}
.main-cta__item-ttl {
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6; /* 160% */
  letter-spacing: 1px;
  /* border-top: 1px solid #FFF; */
  border-bottom: 1px solid #FFF;
  padding-block: 8px;
}
@media(max-width: 1024px) {
  .main-cta__item-ttl {
    font-size: 1.6rem;
  }
}
.main-cta__item-banner {
  padding-block: 40px 20px;
  text-align: center;
}
@media(max-width: 1024px) {
  .main-cta__item-banner {
    padding-block: 4% 2%;
  }
}
.main-cta__item-banner-img {
  width: 322px;
}
.main-cta__item-btn {
  height: 48px;
  border-radius: 40px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #FFF;
  box-sizing: border-box;
}
.main-cta__item-btn-text{
  color: #2A2A2A;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  letter-spacing: 1px;
}
@media(max-width: 1024px) {
  .main-cta__item-btn-text {
    font-size: 1.6rem;
  }
}
.main-cta__item-btn-icon {
  position: absolute;
  right: 12px;
  transition: 0.3s;
}
.main-cta__link .main-cta__item-btn-icon path {
  transition: 0.3s;
}
.main-cta__item-img02 {
  padding-top: 32px;
}
.main-cta__item--img-flow {
  padding-top: 32px;
}

@media(max-width: 1024px) {
  .main-cta__item--img-flow {
    padding-top: 3%;
  }
}

@media(min-width: 1025px) {
  .main-cta {
    transition: 0.3s;
  }
  .main-cta:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  /* .main-cta__item-btn {
    transition: 0.3s;
  }
  .main-cta__link:hover .main-cta__item-btn {
    background: #70634E;
    border: 1px solid #70634E;
    transition: 0.3s;
  }
  .main-cta__item-btn-text {
    transition: 0.3s;
  }
  .main-cta__link:hover .main-cta__item-btn-text {
    color: #FFF;
  }
  .main-cta__item-btn-icon path {
    transition: 0.3s;
  }
  .main-cta__link:hover .main-cta__item-btn-icon path {
    stroke: #FFF;
    transition: 0.3s;
  } */
}

/* ****************************************************
*******************************************************

hd-sp

**************************************************** */

.hd__sp {
  display: none;
  position: relative;
  overflow: visible;
}
.hd__sp-logo-img {
  width: 126px;
}
@media(max-width: 1024px) {
  .hd__sp {
    display: block;
    height: 56px;
  }

  .hd__sp-wrap {
    padding-inline: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 480px;
    height: 56px;
    flex-shrink: 0;
  }


  /* .hd__sp-toggle {
    position: relative;
    z-index: 9999;
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }

  .hd__sp-toggle span {
    display: block;
    width: 20px;
    height: 1px;
    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 {
  }

  .fixed .hd__sp-toggle span {
    background: #70634E;
  }

  .open.hd__sp-toggle {
  }

  .open.hd__sp-toggle span:nth-of-type(1) {
    top: 14px;
    transform: rotate(45deg);
    background: #70634E;
  } */

  .hd__sp-toggle {
    position: relative;
    z-index: 9999;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  
  .hd__sp-toggle span {
    display: block;
    width: 32px; /* 少し長めに */
    height: 1px; /* 少し太めに */
    background: #70634E;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: absolute;
  }
  
  /* 通常時の配置 */
  .hd__sp-toggle span:nth-of-type(1) {
    top: 12px;
  }
  
  .hd__sp-toggle span:nth-of-type(2) {
    opacity: 1;
    top: 19px;
  }
  
  .hd__sp-toggle span:nth-of-type(3) {
    top: 26px;
  }
  
  /* open クラスがついたとき */
  .open.hd__sp-toggle span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 50%;
    background: #70634E;
  }
  
  .open.hd__sp-toggle span:nth-of-type(2) {
    opacity: 0;
  }
  
  .open.hd__sp-toggle span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 50%;
    background: #70634E;
  }
  





  .hd__sp-logo {
    width: 126px;
    height: 28px;
    z-index: 9999;
  }

  .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(112, 99, 78, 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: 22.25vh 2px 0 2px; */
    padding-top: 90px;
  }

  .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;
  }


}

/* ****************************************************
*******************************************************

form

**************************************************** */

.section-contact {
  padding-top: 56px;
  background: #F9F8F0;
}
@media(max-width: 1024px) {
  .section-contact {
    padding-top: 6%;
  }
}

.contact-tab__wrap{
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  gap: 16px;
  margin:40px 0 32px 0;
}
.contact-tab{
  width: calc(50% - 8px);
  opacity: 0.4;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 1025px) {
.contact-tab:hover{
  opacity: 1;
  transition: 0.3s;
}
}
.contact-tab.active{
  opacity: 1;
}
.contact-form{
  padding-block: 40px 56px;
}
@media(max-width: 1024px) {
  .contact-form {
    padding-block: 4% 6%;
  }
}
#form-cnt .tab-area {
  display: none;
  margin: 0 auto;
}
#form-cnt .tab-area.active {
  display: block;
}
#form-cnt .tab-area .form-msg{
  max-width: 252px;
  margin: 0 auto 40px auto;
  position: relative;
}
#form-cnt .tab-area .form-msg::before,
#form-cnt .tab-area .form-msg::after{
  content: "";
  display: block;
  width: 2px;
  height: 56px;
  background: #083459;
  opacity: 0.3;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#form-cnt .tab-area .form-msg::before{
  left: -28px;
  transform: rotate(-20deg);
}
#form-cnt .tab-area .form-msg::after{
  right: -28px;
  transform: rotate(20deg);
}
#form-cnt .tab-area .form-msg__txt{
  font-size: 1.6rem;
  line-height: 2em;
  font-family: "Zen Kaku Gothic New";
  text-align: center;
  font-weight: 500;
}

.item-req {
  background: #70634E;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 6px 12px;
  font-size: 14px;
  width: 72px;
	flex-shrink: 0;
}

.item-noreq {
  background: #C5C5C5;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 6px 22px;
  font-size: 14px;
  width: 72px;
}

.reserve-notice {
  color: #70634E;
  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;
}
.an-wrap input[type=checkbox] {
  width: 20px;
  height: 20px;
}
form [type=submit] {
  background: #70634E;
  display: block;
  width: 100%;
max-width:384px;
  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: #fff;
  border-radius: 10px;
  border: none;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
}

/* 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: 1.2rem;
}

.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: #70634E;
  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: #70634E;
}

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: #fff;
}

.wpcf7c-elm-step1{
  background: #70634E;
  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;
}
.wpcf7-form-control.wpcf7-checkbox 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);
}

.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: #70634E;
}

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;
}
/* チェック時のスタイル */
.wpcf7-list-item {
  margin: 0;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.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;
}
}

/* 250331 コンタクトタブ切り替え */
.section-contact__tab {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 40px;
}
@media(max-width: 1024px) {
  .section-contact__tab {
    padding-top: 4%;
  }
}
.section-contact__tab-btn {
  opacity: 0.4;
  transition: 0.3s;
  cursor: pointer;
}
.section-contact__tab-btn.active {
  opacity: 1;
  transition: 0.3s;
}

.contact-form__cnt {
  display: none;
}

.contact-form__cnt.active {
  display: block;
}
.section-contact__description {
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.section-contact__description::before {
  content: '';
  display: block;
  background: url(./img/icon-contact.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 29px;
  height: 58px;
}
.section-contact__description::after {
  content: '';
  display: block;
  background: url(./img/icon-contact.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
  width: 29px;
  height: 58px;
}
.section-contact__description-txt {
  width: 252px;
  color: #70634E;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  letter-spacing: 0.8px;
  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;
}

/* 250403 access */
.accordion-header.accordion-header__ttl-child {
  padding: 24px 48px;
}
@media(max-width: 1024px) {
  .accordion-header.accordion-header__ttl-child {
    padding: 2% 5%;
  }
}
@media(max-width: 640px) {
  .accordion-header.accordion-header__ttl-child {
    padding: 4% 7%;
  }
}
.access-details_img01 {
  padding-inline: 24px;
}
@media(max-width: 1024px) {
  .access-details_img01 {
    padding-inline: 2%;
  }
}
@media(max-width: 640px) {
  .access-details_img01 {
    padding-inline: 4%;
  }
}
.access-details__txt {
  padding: 24px 48px;
  border: none
}
@media(max-width: 1024px) {
  .access-details__txt {
    padding: 2% 5%;
  }
}
@media(max-width: 640px) {
  .access-details__txt {
    padding: 4% 7%;
  }
}
@media(max-width: 1024px) {
  .access-details__ttl {
    padding-inline: 5%;
  }
}
@media(max-width: 640px) {
  .access-details__ttl {
    padding-inline: 7%;
  }
}
.access-details__map {
  padding: 24px;
}
@media(max-width: 1024px) {
  .access-details__map {
    padding: 2%;
  }
}
@media(max-width: 640px) {
  .access-details__map {
    padding: 4%;
  }
}

@media(max-width: 640px) {
  .section-company__item-list {
    padding-inline: 0;
  }
}


/* 250508 Phone */
.phone {
  margin-top: 64px;
  display: block;
}

@media (max-width: 1024px) {
  .phone {
    margin-top: 6%;
  }
}
.phone__wrap {
background: var(--Linear, linear-gradient(210deg, #70634E 7.33%, #332E28 59.57%));
  padding-block: 32px;
  text-align: center;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .phone__wrap:hover {
    opacity: 0.6;
  }
}

@media (max-width: 1024px) {
  .phone__wrap {
    padding-block: 6%;
  }
}
.phone__ttl {
  position: relative;
  width: 342px;
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
.phone__ttl::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  background: url(../modelhouse/img/icon-phone.svg) no-repeat center center/cover;
  width: 20px;
  height: 20px;
}

@media (max-width: 1024px) {
  .phone__ttl {
    font-size: 1.6rem;
    padding-bottom: 5%;
  }
}
.phone__num {
  color: #fff;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .phone__num {
    font-size: 2.6rem;
    padding-bottom: 5%;
  }
	.phone__num svg{
	  width:240px;
	}
}
.phone__time {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* 251121 */
  .section-access__map {
    margin-top: 147px;
    /* background: url(./img/access-map_260204.png); */
    background: url(./img/access-map_251121.png);
    /* background: url(https://groovy-home.jp/lp/wp-content/themes/sho-san/pages/flathouse/img/access-map_251121.png); */
    width: 100%;
    aspect-ratio: 480 / 320;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 320px; */
    height: auto;
  }
  .section-access__map::after {
    top: -50%;
    right: 4%;
  }
  .section-access__map-icon {
    max-width: 86px;
    width: 100%;
    aspect-ratio: 86 / 124;
  }
  .section-access__map-icon.--icon01 {
top: -8%;
    left: 15%;
  }
  .section-access__map-icon.--icon03 {
    top: 10%;
    left: 40%;
  }
  .section-access__map-icon.--icon04 {
    top: 10%;
    right: 18%;
  }
  .section-access__map-icon.--icon05 {
    top: 12%;
    left: 4%;
  }
  .section-access__map-icon.--icon06 {
    bottom: 12%;
    right: 6%;
  }

/* 2551225 */
.main-cta__item-ttl.--lg {
  font-size: 2rem;
}

/* 250203 */
.hd-cta__inner {
  padding: 24px 32px 32px;
}

.hd-cta__inner-img {
  max-width: 288px;
}

.main-cta__item-banner-img {
  max-width: 288px;
}

.main-cta__item-ttl {
  border-top: 1px solid #fff;
}

.main-cta {
  background: url(./img/main-cta_bg.png);
}

.main-cta__item-img,
.main-cta__item-img02 {
  max-width: 270px;
}