@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@500;600;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;
}

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: #333;
  font-family: "Noto Sans JP";
  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;
}

.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__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 240px;
}

.hd-nav__item {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .hd-nav__item:first-of-type .hd-nav__link-jp::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    background: #bebebe;
  }
}

.hd-nav__link {
  display: block;
  position: relative;
  width: 100%;
  transition: 0.4s;
}

@media (min-width: 1024px) {
  .hd-nav__link:hover span {
    color: #278fcb;
  }
}
.hd-nav__link-jp {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.875;
  color: #8f8f8f;
  transition: 0.4s;
  padding: 16px 24px;
}

@media (min-width: 1024px) {
  .hd-nav__link-jp::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
    background: #bebebe;
  }
}
.hd-nav__link.active {
  position: relative;
}

.hd-nav__link.active::after {
  content: "";
  display: block;
  background: url(./img/nav-arrow.png);
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

@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;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    color: #278fcb;
  }
}
@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: 200px;
    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;
    margin-bottom: 16px;
  }
  .hd-nav__link-jp {
    padding: 0;
    text-align: center;
    color: #333;
  }
  .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 {
  /* background: #083459; */
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 518px;
  width: 100%;
  transition: 0.3s;
}

@media (max-width: 1200px) {
	.hd-cta {
  width: 72%;
}
}
@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 img {
  display: block;
  max-width: 322px;
  width: 100%;
  padding-top: 30px;
  margin: 0 auto;
}

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

@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;
   } */
}
.hd.fixed .hd-toggle span {
  background: #333;
}

@media (min-width: 1025px) {
  .hd-nav {
    margin: 0 auto;
    padding-block: 56px;
  }
  .hd-nav-img {
    display: block;
    max-width: 251px;
    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;
  gap: 40px;
  max-width: 520px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .hd-nav__wrap {
    flex-direction: column;
  }
}
.hd-cta .slick-prev,
.hd-cta .slick-next {
  background: url(./img/hd_arrow.png);
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
}

.hd-cta .slick-prev {
  left: -52px;
}

.hd-cta .slick-next {
  transform: rotate(180deg);
  right: -52px;
}

.hd-cta .slick-prev::before,
.hd-cta .slick-next::before {
  display: none;
}

.hd-cta .slick-dots {
  position: absolute;
  bottom: 0;
  left: -32px;
  width: 20px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

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

footer

**************************************************** */
.footer {
  padding: 40px;
}

@media (max-width: 1024px) {
  .footer {
    padding-bottom: 120px;
  }
}
.footer__item-copy {
  color: #a3a2a2;
  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: 251px;
  height: auto;
  margin: 0 auto 40px auto;
}

.ft-nav__item {
  text-align: center;
  margin-bottom: 16px;
}
.ft-nav__item a {
  font-size: 1.6rem;
}

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

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: #333333;
    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;
  }
  .hd__sp-toggle span:nth-of-type(4) {
    bottom: 10px;
    background: unset;
    text-align: center;
  }
  /* .fixed .hd__sp-toggle {
    border: solid 4px #083459;
  } */
  .hd .hd__sp-toggle.is-active span:nth-of-type(1) {
    top: 19px;
    transform: rotate(45deg);
    background: #333333;
    transition: 0.3s;
  }
  .hd .hd__sp-toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .hd .hd__sp-toggle.is-active span:nth-of-type(3) {
    top: 19px;
    transform: rotate(-45deg);
    background: #333333;
    transition: 0.3s;
  }
  .hd__sp-logo {
    width: 125px;
    height: auto;
  }
  .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;
    padding: 2px 0;
  }
  .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: 125px;
    height: auto;
  }
  .hd__sp-item.is-open {
    opacity: 1;
    visibility: visible;
    background: rgba(255, 255, 255, 0.9);
  }
  .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

**************************************************** */
.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: 24px 24px 0px 24px;
  background: #f5f5f5;
}

#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: #333333;
  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: #333333;
  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: #333333;
  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 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:not([type=checkbox]) {
  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: #333333;
  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: #333333;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-checkbox label {
  color: #333333;
  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__notice {
  font-size: 14px;
  margin-top: -16px;
  margin-bottom: 32px;
}

.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;
  }
  .banner-contact {
    display: flex;
    gap: 16px;
  }
}
#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_bg01.jpg);
  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;
}

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

cmn

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

.common-ttl {
  position: relative;
}
.common-ttl span {
  display: block;
  color: #a29f9f;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71em;
  letter-spacing: 0.1em;
  width: fit-content;
  margin: 0 auto 8px auto;
}
.common-ttl h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.34em;
  letter-spacing: 0.01em;
  position: relative;
  margin: 0 auto 32px auto;
  text-align: center;
  padding-bottom: 14px;
  color: #278fcb;
  font-family: "Noto Serif JP";
}
@media (max-width: 640px) {
  .common-ttl h2 {
    font-size: 1.8rem;
  }
}
.common-ttl h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
}
.common-sub-txt {
  margin-bottom: 40px;
}
.common-sub-txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.05em;
}

.btn-more {
  display: block;
  padding: 8px 20px;
  border: 1px solid #333;
  background: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  width: 200px;
  margin: auto;
  border-radius: 70px;
  z-index: 5;
}

.btn-more.is-active::after {
  content: "閉じる";
}

.btn-more::after {
  content: "もっと見る";
}

.section-cta {
  display: flex;
  gap: 16px;
  padding: 40px 24px;
}

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

fv

**************************************************** */
.section-fv {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.section-fv::after {
  content: "";
  display: block;
  width: 100%;
  height: 354px;
  background-image: url(./img/fv-deco.png);
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.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 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.section-fv__catch-wrap {
  width: auto;
  height: auto;
  aspect-ratio: 401/171;
  max-width: 401px;
  position: absolute;
  bottom:48px;
  left: 0;
right:0;
  margin: auto;
  z-index: 2;
}

.section-fv__catch {
  position: relative;
}

.section-fv__catch-ttl {
  display: block;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.33em;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.section-fv__catch-subttl {
  display: block;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1em;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .section-fv__catch-ttl {
    font-size: 4rem;
  }
  .section-fv__catch-subttl {
    font-size: 1rem;
  }
  .section-fv__catch-wrap {
    left: 24px;
    bottom: 20vh;
  }
  .section-fv__info-txt {
    font-size: 1.6rem;
  }
}
/* ****************************************************
*******************************************************

case

**************************************************** */
.section-case {
  padding: 0px 0 0 0;
}
.section-case__deco-img01 {
  display: block;
  max-width: 442px;
  width: 100%;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  margin: auto;
}
.section-case__deco-img02 {
  display: block;
  max-width: 389px;
  margin: 0 auto 40px auto;
}
.section-case .common-wrap {
  background: linear-gradient(180deg, #278fcb 0%, #afd8f0 40.87%, #fff 88.94%);
  padding: 190px 0 0 0;
}
.section-case .common-ttl h2 {
  position: relative;
  font-size: 3.2rem;
}
@media (max-width: 640px) {
  .section-case .common-ttl h2 {
    font-size: 2.4rem;
  }
}
.section-case .common-ttl h2::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 340px;
  height: 36px;
  background: url(./img/section-case_ttl-deco.png);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  right: -0.5em;
  left: unset;
  bottom: 0;
}
.section-case .common-ttl span {
  color: #fff;
  font-size: 2.4rem;
}
.section-case .common-ttl > span {
  font-size: 1.4rem;
}
.section-case .common-sub-txt {
  position: relative;
  padding: 16px 12px;
  text-align: center;
  max-width: 432px;
  margin: 0 auto 16px auto;
}
.section-case .common-sub-txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  filter: blur(5px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section-case .common-sub-txt p {
  position: relative;
  z-index: 2;
}
.section-case .accordion {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
}
.section-case .accordion:last-of-type {
  margin: 0;
}
.section-case .accordion-item:nth-of-type(1) .accordion-title {
  background-image: url(./img/accordion-title_bg01.jpg);
}
.section-case .accordion-item:nth-of-type(2) .accordion-title {
  background-image: url(./img/accordion-title_bg02.jpg);
}
.section-case .accordion-item:nth-of-type(2) .accordion-title_btn {
  border: 1px solid #e89282;
}
.section-case .accordion-item:nth-of-type(2) .accordion-title_btn span {
  color: #e89282;
}
.section-case .accordion-item:nth-of-type(2) .accordion-title_btn span:first-of-type {
  border: 1px solid #e89282;
}
.section-case .accordion-item:nth-of-type(2) .accordion-title_btn span:first-of-type svg {
  stroke: #e89282;
  transition: all 0.3s;
}
.section-case .accordion-item:nth-of-type(3) .accordion-title {
  background-image: url(./img/accordion-title_bg03.jpg);
}
.section-case .accordion-item:nth-of-type(3) .accordion-title_btn {
  border: 1px solid #5fc6a3;
}
.section-case .accordion-item:nth-of-type(3) .accordion-title_btn span {
  color: #5fc6a3;
}
.section-case .accordion-item:nth-of-type(3) .accordion-title_btn span:first-of-type {
  border: 1px solid #5fc6a3;
}
.section-case .accordion-item:nth-of-type(3) .accordion-title_btn span:first-of-type svg {
  stroke: #5fc6a3;
  transition: all 0.3s;
}
.section-case .accordion-item:nth-of-type(4) .accordion-title {
  background-image: url(./img/accordion-title_bg04.jpg);
}
.section-case .accordion-item:nth-of-type(4) .accordion-title_btn {
  border: 1px solid #a5ca7a;
}
.section-case .accordion-item:nth-of-type(4) .accordion-title_btn span {
  color: #a5ca7a;
}
.section-case .accordion-item:nth-of-type(4) .accordion-title_btn span:first-of-type {
  border: 1px solid #a5ca7a;
}
.section-case .accordion-item:nth-of-type(4) .accordion-title_btn span:first-of-type svg {
  stroke: #a5ca7a;
  transition: all 0.3s;
}
.section-case .accordion-item:nth-of-type(5) .accordion-title {
  background-image: url(./img/accordion-title_bg05.jpg);
}
.section-case .accordion-item:nth-of-type(5) .accordion-title_btn {
  border: 1px solid #a79dca;
}
.section-case .accordion-item:nth-of-type(5) .accordion-title_btn span {
  color: #a79dca;
}
.section-case .accordion-item:nth-of-type(5) .accordion-title_btn span:first-of-type {
  border: 1px solid #a79dca;
}
.section-case .accordion-item:nth-of-type(5) .accordion-title_btn span:first-of-type svg {
  stroke: #a79dca;
  transition: all 0.3s;
}
.section-case .accordion-item:nth-of-type(6) .accordion-title {
  background-image: url(./img/accordion-title_bg06.jpg);
}
.section-case .accordion-item:nth-of-type(6) .accordion-title_btn {
  border: 1px solid #e6b16b;
}
.section-case .accordion-item:nth-of-type(6) .accordion-title_btn span {
  color: #e6b16b;
}
.section-case .accordion-item:nth-of-type(6) .accordion-title_btn span:first-of-type {
  border: 1px solid #e6b16b;
}
.section-case .accordion-item:nth-of-type(6) .accordion-title_btn span:first-of-type svg {
  stroke: #e6b16b;
  transition: all 0.3s;
}
.section-case .accordion-title {
  width: 100%;
  border: none;
  outline: none;
  padding: 56px 24px;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  text-align: left;
  background-position: left;
  background-size: cover;
  font-family: "Noto Serif JP";
}
.section-case .accordion-title_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 28px;
  border: 1px solid #288fcb;
  background: #fff;
  border-radius: 0 40px 40px 0;
}
.section-case .accordion-title_btn span {
  color: #288fcb;
  padding-left: 4px;
  font-family: "Noto Sans JP";
}
.section-case .accordion-title_btn span:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #288fcb;
  padding: 0;
  background: #fff;
  position: absolute;
  left: -15px;
  top: -2px;
  border-radius: 50%;
}
.section-case .accordion-title_btn span:first-of-type svg {
  stroke: #288fcb;
  transition: all 0.3s;
}
.section-case .accordion-title.active .accordion-title_btn span:first-of-type svg {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.section-case .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  padding: 0;
  background: #eef1f6;
}
.section-case .accordion-content > h3 {
  font-size: 2rem;
  line-height: 1.6em;
  margin-bottom: 16px;
  padding: 30px 24px 16px 24px;
}
@media (max-width: 640px) {
  .section-case .accordion-content > h3 {
    padding: 30px 24px 0px 24px;
  }
}
.section-case .accordion-content > p {
  font-size: 1.6rem;
  line-height: 2em;
  padding: 0 24px;
  margin-bottom: 20px;
}
.section-case .accordion-content .swiper-button-next,
.section-case .accordion-content .swiper-button-prev {
  top: 0;
}
.section-case .accordion-content.open {
  max-height: 5000px;
  padding: 0 0 40px 0;
}
.section-case .accordion-content.open .accordion-content_img {
  padding: 0 24px;
}
.section-case .accordion-content.open .works-slider {
  position: relative;
}
.section-case .accordion-content.open .js-works-thumbs {
  margin-top: 14px;
  margin-bottom: 16px;
}
.section-case .accordion-content.open .accordion-content_imgs00 {
  padding: 40px 24px;
}
.section-case .accordion-content.open .accordion-content_imgs01 {
  background: #fff;
  padding: 40px 24px;
}
.section-case .accordion-content.open .accordion-content_imgs02 {
  padding: 40px 24px 28px 24px;
}
.section-case .accordion-content.open .accordion-content_imgs02 .accordion-content_img02-swiper {
  margin-top: 24px;
}
.section-case .accordion-content.open .accordion-content_imgs02 .accordion-content_img02-swiper p {
  font-size: 2rem;
  margin-top: 14px;
}
.section-case .accordion-content.open .accordion-content_imgs03 {
  padding: 40px 24px;
	background:#fff;
}
.section-case .accordion-content.open .accordion-content_imgs04 {
  padding: 40px 24px;
}
.section-case .accordion-content.open .accordion-content_cv {
  padding: 0 24px;
  display: flex;
  gap: 16px;
}
.section-case .accordion-close {
  display: block;
  margin: 16px auto 0 auto;
  width: 124px;
  border: none;
  cursor: pointer;
  font-size: 1em;
  transition: all 0.2s;
}
.section-case .accordion-close:hover {
  opacity: 0.6;
  transition: all 0.2s;
}

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

assurance

**************************************************** */
.section-assurance {
  padding-bottom: 24px;
}

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

company

**************************************************** */
.section-company {
  padding-bottom: 80px;
}
.section-company .common-ttl {
  margin-top: 0;
}
.section-company__list {
  margin-top: 40px;
}
.section-company__list-item {
  padding: 16px 16px 16px 0;
  border-top: solid 1px #d8d8d8;
  display: flex;
  align-items: center;
}
.section-company__list-item:last-of-type {
  border-bottom: solid 1px #d8d8d8;
}
.section-company__list-item h3 {
  font-size: 1.4rem;
  width: 152px;
  line-height: 1.71em;
}
.section-company__list-item p {
  width: calc(100% - 152px);
  font-size: 1.4rem;
  line-height: 1.71em;
}

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

feature

**************************************************** */
.section-feature {
  padding-bottom: 24px;
}
.section-feature__list-item {
  padding: 40px 16px;
  margin-bottom: 24px;
}
.section-feature__list-item__ttl span {
  color: #278fcb;
}
.section-feature__list-item__ttl h2 {
  color: #333;
  font-family: "Noto Sans JP";
}
.section-feature__list-item__ttl h2::after {
  background: #333;
}
.section-feature__list-item:last-of-type {
  margin-bottom: 0;
}
.section-feature__list-item:nth-of-type(1) {
  background: url(./img/point_img01_bg.jpg) no-repeat center center/cover;
}
.section-feature__list-item:nth-of-type(2) {
  background: url(./img/point_img02_bg.jpg) no-repeat center center/cover;
}
.section-feature__list-item:nth-of-type(3) {
  background: url(./img/point_img03_bg.jpg) no-repeat center center/cover;
}
.section-feature__list-item picture {
  display: block;
  margin: 0 auto 16px auto;
  width: 100%;
  height: auto;
}
.section-feature__list-item p {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}

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

voice

**************************************************** */
.section-voice .slick-prev,
.section-voice .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section-voice .slick-prev::before,
.section-voice .slick-next::before {
  display: none;
}
.section-voice .slick-next {
  right: 0px;
  background: url(./img/arrow.png) no-repeat center center/contain;
}
.section-voice .slick-prev {
  left: 0px;
  background: url(./img/arrow02.png) no-repeat center center/contain;
}
.section-voice .voice_slick01__item {
  position: relative;
}
.section-voice .voice_slick01__item img {
  display: block;
  max-width: 346px;
  margin: 0 auto;
  position: relative;
}
.section-voice .voice_slick01__item a {
  display: block;
  width: auto;
  position: relative;
}
.section-voice .voice_slick01__item a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 3vw;
  bottom: 0;
  margin: auto;
  background: url(./img/zoom_icon.png) no-repeat center center/contain;
}
@media (max-width: 1024px) {
  .section-voice .voice_slick01__item a::after {
    right: 36px;
  }
}
@media (max-width: 640px) {
  .section-voice .voice_slick01__item a::after {
    right: 0;
  }
}
.section-voice .slick-dots {
  bottom: -34px;
}
.section-voice .slick-dots li {
  margin: 0 4px;
  width: 10px;
  height: 10px;
}
.section-voice .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #dddddd;
}
.section-voice .slick-dots li button::before {
  display: none;
}
.section-voice .slick-dots li.slick-active button {
  background: #278fcb;
}

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

process

**************************************************** */
.section-process .common-ttl h2 {
  margin-bottom: 24px;
}
.section-process .common-sub-txt {
  text-align: center;
  color: #278fcb;
}
.section-process__list {
  background: #eef1f6;
  padding: 40px;
  padding-bottom: 110px;
  max-height: 516px;
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: relative;
}
@media (max-width: 640px) {
  .section-process__list {
    padding: 12px;
	  padding-bottom: 100px;
  }
}
.section-process__list::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 110px;
  background: #eef1f6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
}
.section-process__list.is-open {
  max-height: 2000px;
  transition: max-height 0.4s ease;
}
.section-process__list.is-open::after {
  opacity: 0;
  transition: all 0.3s;
}
.section-process__list-item {
  border-radius: 4px;
  border: 1px solid #278fcb;
  background: #fff;
  max-width: 348px;
  margin: 0 auto;
  padding: 24px 16px;
}
.section-process__list-item h3 {
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  gap: 8px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 16px;
  color: #278fcb;
}
.section-process__list-item h3 span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 16px;
  background: #278fcb;
  color: #fff;
padding-left: 2px;
}
.section-process__list-item p {
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
.section-process__list > svg {
  display: block;
  margin: 24px auto;
}

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

sale

**************************************************** */
.section-sale {
/*   background: #278fcb; */
/*   border-radius: 30px 30px 0 0; */
  padding-bottom: 5px;
/*   margin-top: 100px; */
	padding-top:100px;
}
.section-sale > h2 {
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 14px 24px;
background: #278fcb;
    border-radius: 30px 30px 0 0;
}
@media (max-width: 640px) {
  .section-sale > h2 {
    font-size: 3.2rem;
  }
}
.section-sale__inner {
  width: calc(100% - 10px);
  margin: 0 auto;
  background: #fff;
  padding: 24px 0px 100px 0px;
  max-height: 694px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.section-sale__inner::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 100px;
  background: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.section-sale__inner::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
}
.section-sale__inner.is-open {
  max-height: 2000px;
  transition: max-height 0.4s ease;
}
.section-sale__inner.is-open::after {
  opacity: 0;
  transition: all 0.3s;
}
.section-sale__inner picture {
  display: block;
  width: calc(100% - 64px);
  margin: 0 auto;
}
.section-sale__inner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

showroom

**************************************************** */
.section-showroom {
  padding: 0 0 24px 0;
}
.section-showroom__list-item {
  margin-top: 40px;
}
.section-showroom__list-item__body h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .section-showroom__list-item__body h3 {
    font-size: 2rem;
  }
}
.section-showroom__list-item__body picture {
  aspect-ratio: 432/250;
}
.section-showroom__list-item__body picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-showroom__list-item__body p {
  background: #f2f1ee;
  border-radius: 30px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  padding: 24px 16px;
  margin-top: 16px;
}

.contact {
  position: relative;
}
.contact .common-ttl {
  z-index: 3;
}
.contact .common-sub-txt {
  text-align: center;
  z-index: 3;
}
.contact .common-sub-txt p {
  font-weight: 700;
}

.contact-form__tab {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 56px;
}

@media screen and (max-width: 640px) {
  .contact-form__tab {
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
  }
}
.contact-form__tab-item {
  width: calc((100% - 12px) / 3);
}

.contact-form__select {
  position: relative;
  padding: 0;
  border: none;
  color: #3b3b3b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.4;
  cursor: pointer;
}

.contact-form__select.active {
  opacity: 1;
}

.clip-deco::before {
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 0 100%, 0 0%);
  background: #f5f5f5;
  transform: rotate(180deg);
  z-index: 1;
}/*# sourceMappingURL=page-client.css.map */


body.fixed{
	overflow:hidden;
}

.hum-txt{
        top: 30px!important;
	bottom:unset!important;
        background: unset;
        text-align: center;
}
.hum-txt span{
	background:unset!important;
        top: 0px!important;
}
.js-ham-btn .hum-txt .txt-close{
	display:none;
}

.js-ham-btn.is-active .hum-txt .txt-menu{
	display:none;
}
.js-ham-btn.is-active .hum-txt .txt-close{
	display:block;
	opacity:1!important;
}

/* ナビ全体を右下に固定配置（.works-slider を position:relative; に） */
.works-slider {
  position: relative;
}

.works-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    /* gap: 8px; */
    z-index: 10;
    width: 98%;
}

/* ボタンの見た目（丸・半透明） */
.works-button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: url(./img/nav-arrow02.png);
  background-size: contain;
  background-position: center;
}


.works-button-prev {
  transform: rotate(-180deg); /* 左向き */
}
.works-button-next {
  transform: rotate(0deg);   /* 右向き */
}
.hd {
  transition: background-color 0.3s ease;
}

.hd.scrolled {
  background-color: rgba(255, 255, 255, 0.6);
}


@media (max-height: 740px) {
    .hd-nav-img {
        padding-bottom: 24px;
    }
	.hd-nav__link-jp {
		padding: 10px 16px;
	}
	.hd-nav {
        padding: 40px 40px 32px 40px;
    }
	.hd-cta{
		max-width:480px;
	}
}