@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&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;
}

:root {
  --main-color: #70634E;
  --main-color-rgb: 112, 99, 78;
  --bg-color: #F9F8F0;
  --bg02-color: #D6CEC2;
}

/* 行の高=フォントサイズ */
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;
}

foreignobject{
  display: none!important;
}
/* .--en {
  font-family: Jost;
} */

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

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

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

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

button {
  outline: none;
}

iframe {
  display: block;
}

/*import*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: #083459;
  font-family: "Shippori Mincho B1", serif;
  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;
  }
}

.--fadein {
  opacity: 0;
}
.--fadein.active {
  opacity: 1;
  transition: 1s;
}

.common-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 24px;
  width: 100%;
}

@media(max-width: 1024px) {
  .common-wrap {
    padding-inline: 16px;
  }
}

.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 {
  padding: 0 24px;
}

@media(max-width: 640px) {
  .common__ttl {
    padding: 0;
  }
}

.common__ttl-sub {
  position: relative;
  display: block;
  color: var(--main-color);
  font-size: 1.2rem;
  line-height: 1.67;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding-left: 23px;
}

.common__ttl-sub::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: var(--main-color);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.common__ttl-main {
  color: var(--main-color);
  font-size: 2.4rem;
  line-height: 1.67em;
  letter-spacing: 0.05em;
}

@media(max-width: 640px) {
  .common__ttl-main {
    font-size: 2rem;
  }

  .common__ttl-sub {
    margin-bottom: 2%;
  }
}

.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%;
  pointer-events: none;
  background: url(./img/body-bg.jpg);
  background-size: cover;
  background-position: right;
}

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

.hd {
  width: calc(100% - 480px);
  max-width: 600px;
}

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

@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 span {
    color: var(--main-color);
  }
}

.hd-nav__link-jp {
  position: relative;
  display: inline-block;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.875;
  color: #8F8F8F;
  transition: 0.4s;
}

.hd-nav__link-jp::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;

}

@media(max-width: 640px) {
  .hd-nav__link-jp {
    color: #5B4B4B;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    /* 200% */
    letter-spacing: 0.8px;
  }
}

@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    color: var(--main-color);
  }

  .hd-nav__link.active .hd-nav__link-jp::after {
    background: var(--main-color);
    transition: 0.3s;
  }

  .hd-nav__link:hover .hd-nav__link-jp::after {
    background: var(--main-color);
    transition: 0.3s;
  }
}

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

  .hd-cnt {
    display: none;
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-block: 0;
    padding-inline: 32px;
    width: 100%;
    height: 100%;
  }

  .hd-menu {
    margin-inline: auto 0;
    width: auto;
    max-width: none;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
  }

  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 56px;
    left: 0;
    padding-bottom: 70px;
    width: 100%;
    height: calc(100svh - 56px);
    background: #FFFFFF;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }

  .hd-nav__name {
    margin-bottom: 16px;
    width: 150px;
  }

  .hd-nav__list {
    /* align-items: center;
    flex-direction: column; */
    gap: 0;
    width: 100%;
    max-width: 143px;
    display: block;
    margin: 0 auto;
  }

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

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

}

.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 {
    /* border-radius: 10px; */
	  /* background: #083459; */
    /* background: url(./img/_brown/hd-cta-bg.png); */
    background: url(./img/_brown/hd-cta_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 432px;
    width: 100%;
	  padding: 32px;
    transition: 0.3s;
}

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

.hd-cta h2 {
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;
    letter-spacing: 0.8px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 4px;
}

@media(max-width: 1200px) {
  .hd-cta h2 {
    font-size: 2rem;
  }
}

@media(min-width: 1200px) {
  .hd-cta h2 br {
    display: none;
  }
}

.hd-cta .hd-cta__inner {}

.hd-cta .hd-cta__inner img {
	display:block;
    max-width: 322px;
    width: 100%;
    padding-top: 30px;
	margin: 0 auto;
}

.hd-cta .main-cta-text {}

.hd-cta .cta-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: 2px solid #083459; */
    box-sizing: border-box;
}

.hd-cta .cta-btn span {
  /* color: var(--main-color); */
  color: #2a2a2a;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.44px;
  transition: 0.3s;
}

.hd-cta .cta-btn svg {
  position: absolute;
  right: 28px;
}

.hd-cta .cta-btn svg path {
  transition: 0.3s;
	stroke:var(--main-color);
}

@media(min-width: 1025px) {
  .hd-cta:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  /* .hd-cta:hover .cta-btn {
    background: transparent;
    border: 2px solid #fff;
    background: #083459;
    transition: 0.3s;
  }

  .hd-cta:hover .cta-btn span {
    color: #fff;
    transition: 0.3s;
  }
  .hd-cta:hover .cta-btn svg path {
	stroke:#fff;
    transition: 0.3s;
  } */
}

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

fv

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

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

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

.section-fv__slide-cnt {
  position: relative;
  height: 100%;
}

.section-fv__slide {
  height: 100%;
}

.section-fv .swiper-fade .swiper-slide {
  height: 100%;
}

.section-fv__slide-item {}

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

.section-fv__catch-wrap {
  width: calc(100% - 96px);
  position: absolute;
  top: 190px;
  left: 48px;
  z-index: 1;
}

.section-fv__catch {
  position: relative;
}

.section-fv__catch-icon {
  display: block;
  width: 97px;
  height: 69px;
  position: absolute;
  left: 0;
  top: -69px;
}
.section-fv__catch-block {}

.section-fv__catch-ttl {
  display: block;
  color: #fff;
  font-size: 5.6rem;
  line-height: 1.14em;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.section-fv__catch-ttl.--fadein{
  transition-delay: 0.2s;
}
.section-fv__catch-subttl {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.67em;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
.section-fv__catch-subttl.--fadein{
  transition-delay: 0.5s;
}

.section-fv__info {}

.section-fv__info-txt {
  color: #fff;
  font-size: 2rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}
.section-fv__info-txt.--fadein{
  transition-delay: 0.8s;
}
.section-fv__scroll {
  position: absolute;
  right: 36px;
  bottom: 0;
  z-index: 3;
}

.section-fv__scroll-txt {
  font-size: 1.2rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}

.section-fv__scroll .scroll-down {
  width: 1px;
  height: 80px;
  background: #fff;
  animation: scrollDown 2s ease infinite;
  margin: 0 auto;
}

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

@media(max-width: 640px) {
  .section-fv__catch-icon {
    width: 76px;
    height: 54px;
}
  .section-fv__catch-ttl {
    font-size: 4rem;
  }
  .section-fv__catch-subttl {
    font-size: 1rem;
}
  .section-fv__catch-wrap {
    width: calc(100% - 64px);
    left: 40px;
    top: 158px;
  }

  .section-fv__info-txt {
    font-size: 1.6rem;
  }
}

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

concept

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

.section-concept {
  padding: 80px 0 40px 0;
  position: relative;
  background: url(./img/concept_bg.jpg);
  background-size: cover;
  background-position: top center;
}

.section-concept .common__ttl-main {
  font-size: 2rem;
}

.section-concept .common__ttl-sub {
  margin-bottom: 32px;
}

.section-concept__deco-img01 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 187px;
  width: 50%;
  height: auto;
  aspect-ratio: 187/202;
}

.section-concept__img-wrap{
  position: relative;
  margin-top: 56px;
  padding: 0px 0 94px 20px;
}
.section-concept__deco-img02{
  display: block;
  width: 282px;
}
.section-concept__deco-img03,
.section-concept__deco-img04,
.section-concept__deco-img05,
.section-concept__deco-img06{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 282px;
}

.section-concept__deco-img01.--fadein{
  transition-delay: 0.2s;
}
.section-concept__deco-img02.--fadein{
  transition-delay: 0s;
}
.section-concept__deco-img03.--fadein{
  transition-delay: 0.5s;
  left: 126px;
  top: 8px;
}
.section-concept__deco-img04.--fadein{
  transition-delay: 1s;
  left: 56px;
  top: 32px;
}
.section-concept__deco-img05.--fadein{
  transition-delay: 1.5s;
  left: 150px;
  top: 16px;
}
.section-concept__deco-img06.--fadein{
  transition-delay: 2s;
  left: 110px;
  top: 40px;
}

@media(max-width: 640px) {
  .section-concept .common__ttl-main {
    font-size: 1.8rem;
  }

  .section-concept__deco-img02 {
    margin: 6% 0 4% 0%;
  }
.section-concept__deco-img06.--fadein{
    left: 18%;
    top: 44px;
	}
.section-concept__deco-img05.--fadein {
    left: 14%;
}
.section-concept__deco-img04.--fadein {
    left: 8%;
}
.section-concept__deco-img03.--fadein {
    left: 22%;
}

}

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

merit

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

.section-merit {
  padding: 80px 0 40px 0;
  position: relative;
}

.section-merit__slide-item {
  background: #F2F1EE;
}

.js-merit-slide .swiper-slide {
  width: calc(100% - 32px);
  cursor: pointer;
}
@media(max-width: 440px) {
	.js-merit-slide .swiper-slide {
		min-height:430px;
}
}

.section-merit__slide-wrap {
  position: relative;
  margin-top: 40px;
}

.section-merit__slide-prev,
.section-merit__slide-next {
  position: absolute;
  top: 124px;
  z-index: 3;
  cursor: pointer;
}

.section-merit__slide-prev circle,
.section-merit__slide-next circle {
  fill: var(--main-color);
}

.section-merit__slide-prev {
  left: 16px;
}

.section-merit__slide-next {
  right: 16px;
}

.section-merit__slide-item-ph {
  width: 100%;
  height: auto;
}

.section-merit__slide-item-ph img {
  display: block;
  width: 100%;
  height: auto;
}

.section-merit__slide-item-ttl {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  padding: 0 24px;
  margin-bottom: 32px;
  color: #2D2D2D;
}

.section-merit__slide-item-txt {
  font-size: 1.4rem;
  line-height: 1.71em;
  letter-spacing: 0.05em;
  padding: 0 24px 40px 24px;
  color: #2D2D2D;

}

.section-merit .swiper-pagination {
  bottom: -30px;
}

.section-merit .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}

@media(max-width: 640px) {
  .section-merit {
    padding: 12% 0 0% 0;
  }

  .section-merit__slide-prev svg,
  .section-merit__slide-next svg {
    width: 32px;
    height: 32px;
  }

  .section-merit__slide-item-ttl {
    font-size: 1.8rem;
    margin-bottom: 3%;
padding: 0 18px
  }

  .section-merit__slide-item-txt {
    padding: 0 18px 4% 18px;
  }
}

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

feature

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

.section-feature {
  padding: 80px 0 0px 0;
  position: relative;
}

.section-feature__cnt {
  margin-top: 40px;
}

.section-feature__cnt-item {
  margin-bottom: 32px;
}

.section-feature__cnt-item__ph {
  margin-bottom: 24px;
}

.section-feature__cnt-item__ttl {
  color: var(--main-color);
  padding: 0 24px;
  font-size: 2rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}

.section-feature__cnt-item__txt {
  color: var(--main-color);
  padding: 24px;
  margin-top: 24px;
  font-size: 1.4rem;
  line-height: 1.71em;
  letter-spacing: 0.05em;
  position: relative;
}

.section-feature__cnt-item__txt::before {
  content: "";
  display: block;
  width: calc(100% - 48px);
  height: 1px;
  background: var(--bg-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media(max-width: 640px) {
  .section-feature__cnt-item {
    margin-bottom: 8%;
  }

  .section-feature__cnt-item__ph {
    margin-bottom: 4%;
  }

  .section-feature__cnt-item__ttl {
    padding: 0 8px;
    font-size: 1.8rem;
  }

  .section-feature__cnt-item__txt {
    padding: 4% 8px;
    margin-top: 4%;
  }

  .section-feature__cnt-item__txt::before {
    width: calc(100% - 16px);
  }
}

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

works

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

.section-works {
  padding: 56px 0;
  position: relative;
  background: #F2F1EE;
}

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

.section-works__items-wrap {
  margin: 56px 0 0 0;
}

.section-works__item {
  border-top: solid 1px var(--main-color);
}

.section-works__item:last-child {
  border-bottom: solid 1px var(--main-color);
}

.section-works__btn {
  color: var(--main-color);
  font-size: 2rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  padding: 16px 24px;
  position: relative;
  cursor: pointer;
}

.section-works__btn::before,
.section-works__btn::after {
  content: "";
  display: block;
  background: var(--main-color);
  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;
  min-height: 358px;
}

.section-works__item-wrap.active .section-works__btn::after {
  opacity: 0;
  transition: 0.3s;
}

.works-thumb {
  cursor: pointer;
}

.js-works-slide {
  margin-bottom: 16px;
}

@media(max-width: 640px) {
  .section-works__items-wrap {
    margin: 6% 0 0 0;
  }

  .section-works__btn {
    font-size: 1.8rem;
    padding: 12px;
  }

  .section-works__item-wrap.active .section-works__content {
    padding-bottom: 4%;
  }
}

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

access

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

.section-access {
  padding: 56px 0 40px 0;
}

.section-access__bubble {
  position: relative;
  background: var(--main-color);
  padding: 24px 1.5em;
  border-radius: 5px;
  margin-bottom: 50px;
}

.section-access__bubble::after {
  content: "";
  display: block;
  width: 22px;
  height: 24px;
  background: var(--main-color);
  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-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}

.section-access__description {
  color: var(--main-color);
  font-size: 1.6rem;
  line-height: 1.87;
  letter-spacing: 0.384px;
  padding: 0 24px;
  padding-top: 24px;

}

.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/_brown/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: 134px;
    left: 92px;
}

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

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

.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: var(--main-color);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
}

.section-access__area-details {
  margin-top: 40px;
  /* background: #F2F1EE; */
  background: var(--main-color);
}

.accordion-inner>.section-access__area-details__item {
  background: var(--bg-color);
  border-bottom: solid 1px var(--main-color);
}

.section-access__area-details .section-access__area-details__item .accordion-header.accordion-header__ttl {
  background: var(--bg02-color);
  color: var(--main-color);
  font-size: 2rem;
  line-height: 1.6rem;
  padding: 16px 24px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-bottom: 1px;
}

@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 svg path{
	stroke: var(--main-color);
}

.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 {
  color: var(--main-color);
  font-size: 2.4rem;
  padding: 24px 48px;
  position: relative;
  background: var(--bg-color);
  cursor: pointer;
}

.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: var(--main-color);
  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: 24px;
  margin-bottom: 24px;
}

.access-details__txt span {
  color: var(--main-color);
  display: block;
  font-size: 1.4rem;
  line-height: 1.7em;
}

.access-details__ttl {
  color: var(--main-color);
  border-top: solid 1px var(--main-color);
  padding: 24px 24px 24px 64px;
  font-size: 1.6rem;
  line-height: 1.7em;
  position: relative;
}

.access-details__ttl::before {
  content: "";
  display: block;
  width: 25px;
  height: 22px;
  background: url(./img/_brown/icon_car.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.access-details__map {
  width: 100%;
  height: 218px;
}

.access-details__map iframe {
  width: 100%;
  height: 100%;
}

.section-access__area-details__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 370px;
  min-height: 48px;
  margin: 32px auto 40px auto;
  background: var(--main-color);
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New";
  position: relative;
  transition: 0.3s;
  border: solid 1px var(--main-color);
}

.section-access__area-details__item a svg path {
  fill: none;
  transition: 0.3s;
}

@media (min-width: 1025px) {
  .section-access__area-details__item a:hover {
    background: #fff;
    border: solid 1px var(--main-color);
    color: var(--main-color);
    transition: 0.3s;
  }

  .section-access__area-details__item a:hover svg path {
    stroke: var(--main-color);
    transition: 0.3s;
  }
}

.section-access__area-details__item a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}

@media(max-width: 640px) {

  .section-access {
    padding: 6% 0 4% 0;
  }

  .section-access__bubble {
    padding: 24px 1em;
    margin-bottom: 40px;
  }

  .section-access__bubble-txt {
    font-size: 1.4rem;
  }

  .section-access__area-details .section-access__area-details__item .accordion-header.accordion-header__ttl-child {
    font-size: 2rem;
    padding: 16px 24px;
  }

  .access-details__txt {
    padding: 24px 0;
    margin-bottom: 2%;
  }
}

@media(max-width: 480px) {
  .section-access__map-icon {
    max-width: 74px!important;
  }

  .section-access__map-icon.--icon01 {
    top: -2%;
    left: 24%;
  }

  .section-access__map-icon.--icon02 {
        top: 42%;
        left: 24%;
  }

  .section-access__map-icon.--icon03 {
    top: 14%;
    left: 50%;
  }

  .section-access__map-icon.--icon04 {
top: 14%;
    right: 2%;
  }


}

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


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

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

  .hd-nav-img {
    display: block;
    max-width: 170px;
    margin: 0 auto;
    padding-bottom: 47px;
  }
}

@media(max-height: 800px) {
  .hd-nav {
    padding: 40px;
  }

  /* .hd-nav-img {
    padding-bottom: 24px;
  } */

  .hd-cta h2 {
    margin-bottom: 12px;
  }

  .hd-cta .cta-btn {
    margin: 12px auto 0;
  }
}

.hd-nav__wrap {
  display: flex;
  justify-content: space-between;
}

@media(max-width: 1024px) {
  .hd-nav__wrap {
    flex-direction: column;
  }
}

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

about

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

.section-about {
  padding: 56px 0;
}


.section-about__item {
  position: relative;
}

.section-about__item:last-child {
  border-bottom: solid 1px var(--main-color);

}

.section-about__items-wrap {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
}

@media(max-width: 1024px) {
  .section-about__items-wrap {
    padding-top: 3%;
  }
}

.section-about__items-wrap::after {
  content: '';
  display: block;
  background: url(./img/icon-line01.svg);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

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

.section-about__btn.active+.section-about__content {
  max-height: 500px;
  padding-bottom: 24px;
}

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

.section-about__btn {
  cursor: pointer;
  padding: 24px;
  border-top: solid 1px var(--main-color);
}

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

.section-about__btn-ttl {
  color: var(--main-color);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  position: relative;
  padding-right: 60px;
}

.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__image {
  width: calc(100% - 48px);
  margin: 0 auto;
}

.section-about__description {
  color: var(--main-color);
  width: calc(100% - 48px);
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.05em;
  padding: 24px 0 16px 0;
}

@media(max-width: 640px) {
  .section-about__btn-ttl {
    font-size: 1.8rem;
    padding-right: 24px;
  }

  .section-about__image {
    width: 100%;
  }

  .section-about__description {
    width: 100%;
  }

}

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

company

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

.section-company {
  padding-block: 80px 56px;
  background: #F2F1EE;
}

.section-company__description {
  color: var(--main-color);
  padding: 0 24px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 32px;
}


.section-company__item {
  padding-top: 16px;
}

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

.section-company__item-list {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #D2D2D2;
}

.section-company__item-list-item {
  width: 116px;
  font-size: 1.4rem;
  line-height: 1.71em;
  letter-spacing: 0.05em;
  color: var(--main-color);
}

.section-company__item-list-value {
  width: auto;
  flex: 1;
  color: var(--main-color);
  font-size: 1.4rem;
  line-height: 1.71em;
  letter-spacing: 0.05em;

}

@media(max-width: 640px) {
  .section-company__description {
    padding: 0;
    margin-top: 4%;
  }

  .section-company__item-list {
    padding: 2% 0px;
  }
}

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

footer

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

.footer {
  padding: 40px;
}

@media(max-width: 1024px) {
  .footer {
    padding-bottom: 120px;
  }
}
.footer__item-copy {
  color: var(--main-color);
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.footer__item-logo h2 {
  display: block;
  margin: 0 auto 44px auto;
}

.footer__item-logo-img {
  display: block;
  width: 68px;
  height: 43px;
  margin: 0 auto;
}


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

cta

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

.main-cta {
  background: url(./img/_brown/main-cta_bg.png);
  background-size: cover;
  background-position: top center;
	/* background: #083459; */
  transition: 0.3s;
}
.main-cta__item {
padding: 32px 64px;
}

@media (max-width: 1024px) {
	.main-cta__item {
padding: 4% 6%;
}
}
.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-ttl {
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    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-btn {
height: 48px;
    border-radius: 40px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 2px solid #FFF;
    box-sizing: border-box;
  transition: 0.3s;
}

.main-cta__item-btn-text {
  /* color: var(--main-color); */
  color: #2a2a2a;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
    .main-cta__item-btn-text {
        font-size: 1.6rem;
    }
}

.main-cta__item-btn-icon {
  position: absolute;
  right: 28px;
  transition: 0.3s;
}

.main-cta__link .main-cta__item-btn-icon path {
  transition: 0.3s;
  stroke: var(--main-color);
}
.main-cta__item-img02 {
    padding-top: 32px;
}


.main-cta__item--img-flow {
  padding-top: 32px;
}

@media(min-width: 1025px) {
  .main-cta:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  /* .main-cta__link:hover .main-cta__item-btn {
    background: #083459;
  border: 2px solid #fff;
    color: #fff;
    transition: 0.3s;
  }

  .main-cta__link:hover .main-cta__item-btn-icon path {
    stroke: #fff;
    transition: 0.3s;
  } */
}

/* @media(max-width: 640px) {

  .main-cta__item {
    padding: 6%;
  }

  .main-cta__item-btn-text {
    font-size: 1.8rem;
  }

} */

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

hd-sp

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

.hd__sp {
  display: none;
  position: relative;
  overflow: visible;
}

@media(max-width: 1024px) {
  .hd__sp {
    display: block;
  }

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

  .hd__sp-toggle {
    position: relative;
    z-index: 9999;
    width: 40px;
    height: 40px;
  }

  .hd__sp-toggle span {
    display: block;
    width: 32px;
    height: 1px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
  }

  .hd__sp-toggle span:nth-of-type(1) {
    top: 12px;
  }

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

  .hd__sp-toggle span:nth-of-type(3) {
    top: 26px;
  }

  /* .fixed .hd__sp-toggle {
    border: solid 4px #083459;
  } */

  .fixed .hd__sp-toggle span {
    background: var(--main-color);
  }

  .open.hd__sp-toggle span:nth-of-type(1) {
    top: 19px;
    transform: rotate(45deg);
    background: var(--main-color);
    transition: 0.3s;
  }

  .open.hd__sp-toggle span:nth-of-type(2) {
    opacity: 0;
  }

  .open.hd__sp-toggle span:nth-of-type(3) {
    top: 19px;
    transform: rotate(-45deg);
    background: var(--main-color);
    transition: 0.3s;
  }

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

  .hd.fixed .hd__sp-logo svg path {
    fill: #5C5B5C;
  }

  .hd__sp-item {
    position: absolute;
    top: 0;
    left: -16px;
    width: calc(100% + 32px);
    height: 100vh;
    background: rgba(var(--main-color-rgb), 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;
  }

  .hd__sp-item-logo {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    padding: 11px 16px;
height: 56px;
        display: flex;
        align-items: center;
  }

  .hd__sp-item-logo img {
    display: block;
    width: 126px;
    height: 28px;
  }

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

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

#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: var(--main-color);
  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: var(--main-color);
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 6px 12px;
  font-size: 14px;
  width: 72px;
}

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

.reserve-notice {
  color: #3B2B23;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71;
  /* 171.429% */
  letter-spacing: 0.7px;
  margin-top: 16px;
}
.an-wrap ul{
	margin-top:0;
}
.an-wrap input[type=checkbox] {
  width: 20px;
  height: 20px;
}

form [type=submit] {
  background: var(--main-color);
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 16px;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 18px;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
}

form [type=submit]:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.privacy-box {
  color: #3B2B23;
  background: #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: 1rem;
}

.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: #2C2928;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 20px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

@media(max-width: 1024px) {
  form ul .item-name {
    font-size: 14px;
  }
}

form ul .item-name span.item-req {}

form ul .item-name span.item-noreq {}

form ul li:last-of-type .item-form {
  width: 100%;
  display: block;
}

form ul li:last-of-type .item-form span {
  width: 100%;
  display: block;
}

form ul li:last-of-type input {
  width: 100%;
  display: block;
}

form ul li:last-of-type textarea {
  width: 100%;
  display: block;
  resize: vertical;
  height: 240px;
}

form ul li:last-of-type input,
form ul li:last-of-type textarea,
form ul li:last-of-type select {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  background: #fff;
}

.wpcf7c-elm-step1 {
  background: var(--main-color);
  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 {
  color: var(--main-color);
  display: flex;
	align-items:center;
  gap: 12px;
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-checkbox label {
  color: var(--main-color);
  display: flex;
	align-items:center;
  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;
}

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;
	flex:1;
}

/* チェック時のスタイル */
.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;
  }
}

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

.banner {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
	left:0;
	margin:auto;
  color: #fff;
  max-width: 480px;
  z-index: 1111;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 1;
}

@media(max-width: 1024px) {
	.banner {
		display: block;
	}
  .fixed.banner {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .banner.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
}

#property01,#property02,#property03,#property04{
  scroll-margin-top: 80px;
  margin-top: -80px;
  padding-top: 80px;
}
#section-contact_anc{
	scroll-margin-top: 20px;
}
@media(max-width: 1024px) {
#section-contact_anc{
	scroll-margin-top: 40px;
}
}

@supports (-webkit-touch-callout: none) {
.wpcf7-checkbox .wpcf7-list-item input{
/* transform: translateY(-3px); */
margin: 0;
padding: 0;
	}
	.wpcf7-list-item input[type=radio]{
/* transform: translateY(-3px); */
margin: 0;
padding: 0;
	}
	.wpcf7-list-item{
		margin-bottom:2%;
	}
}


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

@media (max-width: 1024px) {
  .phone {
    margin-top: 6%;
  }
}
.phone__wrap {
  /* background: #083459; */
  background: url(./img/_brown/main-cta_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  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/garage/img/access-map_251121.png); */
        width: 100%;
        aspect-ratio: 480 / 320;
        background-size: cover;
        height: auto;
    }
    .section-access__map::after {
        top: -118px;
    }
    .section-access__map-icon {
        max-width: 86px;
        width: 100%;
        aspect-ratio: 86 / 124;
    }
    .section-access__map-icon.--icon01 {
      top: -7%;
      left: 15%;
    }

    .section-access__map-icon.--icon03 {
        top: 4%;
        left: 40%;
    }
    .section-access__map-icon.--icon04 {
    top: 9%;
    right: 19%;
    }
    .section-access__map-icon.--icon05 {
        top: 11%;
        left: 4%;
    }
    .section-access__map-icon.--icon06 {
        bottom: 13%;
        right: 5%;
    }

    .hd-cta {
      border-radius: 10px;
    }

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

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

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

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

    .main-cta.--cta02 .main-cta__item-ttl {
      font-size: 2rem;
    }

    .section-access {
      padding: 56px 0 0;
    }

