@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Emblema+One&family=Lexend+Giga:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New&display=swap");
:root {
  --base: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  --sub: "Times New Roman", Times, "Hiragino Mincho ProN", serif;
  --third: "Shippori Mincho B1", serif;
  --mc: #4a4949;
  --sc: #b0aeae;
  --fc: #5a5a55;
  --sfc: #b0aa92;
  --mq: 4.8;
}

/* 要素 フォントサイズ・マージン・パディングをリセット */
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: 300;
  vertical-align: baseline;
  background: transparent;
  font-family: var(--base);
}

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

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を全ブラウザに対応*/
* {
  font-family: var(--base);
  color: var(--fc);
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -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;
}

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

section {
  display: block;
  position: relative;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: 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: auto;
  max-width: 100%;
  height: auto;
}

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

button {
  outline: none;
}

iframe {
  display: block;
}

/*import*/
html {
  font-size: 10px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: var(--fc);
  font-family: var(--base);
  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 {
  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;
}

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,
.pc-tb {
  display: block;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-tb {
    display: none !important;
  }
}
.tb-sp,
.tb,
.sp {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .tb-sp {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .tb {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}
.pc-none,
.br-450 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}
@media (max-width: 640px) {
  .br-450 {
    display: block;
  }
}
body.no-scroll {
  overflow: hidden !important;
  height: 100vh;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .section-header {
    margin-bottom: 5%;
  }
}
.section-label {
  font-family: var(--sub);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 3.5;
  font-weight: 700;
  color: var(--sfc);
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .section-label {
    margin-top: 2%;
  }
}
.section-title {
  font-size: 2.4rem;
  letter-spacing: 0.3em;
  line-height: 1.6;
  color: var(--fc);
  writing-mode: vertical-rl;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .section-title {
    font-size: 2rem;
  }
}
.section-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.section-sub {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-left: 28px;
}
.section-sub::before {
  content: "";
  background-image: url(./img/diagonal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 25px;
}
@media screen and (max-width: 640px) {
  .section-sub {
    font-size: 1.8rem;
    padding-left: 7%;
  }
}

.wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  z-index: 1;
}
.wrap::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./img/bg-body.jpg) repeat-x center center/cover;
  pointer-events: none;
}

.content {
  position: relative;
  width: 480px;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow: clip;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  .content {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
}

.container {
  overflow: hidden;
  padding: 80px 24px;
}
@media screen and (max-width: 640px) {
  .container {
    padding: 10% 3%;
  }
}

.js-fade {
  opacity: 0;
  transition: opacity 3s ease, transform 3s ease;
}

.js-fade.is-show {
  opacity: 1;
}

.js-zoom-fade {
  overflow: hidden;
  opacity: 0;
  transition: opacity 3s ease;
}
.js-zoom-fade img {
  transform: scale(1.12);
  transition: transform 3s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.js-zoom-fade.is-show {
  opacity: 1;
}
.js-zoom-fade.is-show img {
  transform: scale(1);
}

/*****************************/
/* header */
/*****************************/
.hd {
  width: calc(100% - 480px);
  max-width: 600px;
}
@media screen and (max-width: 900px) {
  .hd {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    padding: 8px 16px;
    height: 56px;
    background: rgba(255, 255, 255, 0.8);
    line-height: 1;
    transition: all 0.4s;
    z-index: 100;
  }
}
.hd-cnt {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 480px);
  max-width: 480px;
  height: 100vh;
  padding-inline: 9px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 900px) {
  .hd-cnt {
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-block: 0;
    width: 100%;
    height: 100%;
  }
}
.hd-name {
  margin-inline: auto;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 900px) {
  .hd-name {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    z-index: 1001;
  }
}
.hd-name__logo {
  margin-inline: auto;
  width: 200px;
  height: auto;
  aspect-ratio: 200/57;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .hd-name__logo {
    margin-inline: 0 auto;
    width: 138px;
  }
}
.hd-name__logo img {
  width: 100%;
  height: 100%;
}
.hd-menu {
  margin-inline: auto;
  width: 100%;
  max-width: 480px;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .hd-menu {
    margin-inline: auto 0;
    width: auto;
    max-width: none;
  }
}
.hd-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(2.2222222222vw, 1.6rem);
  margin: 8px auto;
  padding-block: 16px;
  max-width: 430px;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  .hd-nav {
    position: fixed;
    top: 56px;
    left: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    padding: 0;
    padding-bottom: 70px;
    width: 100%;
    height: calc(100svh - 56px);
    background: url(./img/sp-menu-bg.jpg) no-repeat center center/cover;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
}
@media screen and (max-width: 640px) {
  .hd-nav {
    margin-block: 2%;
    padding-bottom: 8%;
  }
}
.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);
  gap: 1px;
  flex: 1;
  max-width: 200px;
}
@media screen and (max-width: 900px) {
  .hd-nav__list {
    align-items: center;
    flex-direction: column;
    gap: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
  }
  .hd-nav__list.top {
    padding-top: 40px;
    width: 300px;
    border-radius: 10px 10px 0 0;
  }
  .hd-nav__list.bottom {
    padding-bottom: 40px;
    width: 300px;
    border-radius: 0 0 10px 10px;
  }
}
.hd-nav__item {
  width: 100%;
  border-bottom: solid 1px #e6e5df;
  color: var(--fc);
  text-align: center;
}
.hd-nav__item:hover {
  border-bottom: solid 1px var(--fc);
}
.hd-nav__item:hover .hd-nav__link {
  font-weight: 700;
}
.hd-nav__item.is-current {
  border-bottom: solid 1px var(--fc);
}
.hd-nav__item.is-current .hd-nav__link {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .hd-nav__item {
    padding: 0;
    width: 100%;
    border: none;
  }
}
.hd-nav__link {
  display: block;
  padding: 16px 4px;
  width: 100%;
  font-family: var(--base);
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .hd-nav__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .hd-nav__link {
    padding-inline: 0;
    font-weight: 500;
    letter-spacing: 0.07rem;
  }
  .hd-nav__link.active::before {
    opacity: 1;
  }
  .hd-nav__link:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .hd-nav__link {
    font-size: 1.6rem;
  }
}

.sp-hd {
  position: relative;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .sp-hd {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .sp-hd__container {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 72px;
  }
}
.sp-hd__menu {
  position: relative;
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .sp-hd__menu {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.sp-hd__logo-sp {
  display: none;
  position: relative;
  z-index: 3;
  width: 63px;
}
@media screen and (max-width: 900px) {
  .sp-hd__logo-sp {
    display: block;
  }
}
.sp-hd__logo-sp img {
  width: 100%;
  display: block;
}
.sp-hd__nav {
  z-index: 1;
  height: 100vh;
  width: 100%;
  line-height: 3;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: url(./img/bg-body.jpg) repeat-x center center/cover;
  display: none;
  transition: 1s;
  overflow: hidden;
}
.sp-hd__nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 106px);
  text-align: center;
  max-width: 296px;
  margin-inline: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
}
.sp-hd__nav-list li {
  width: 100%;
  max-width: 200px;
  margin-inline: auto;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.7;
}
.sp-hd__nav-list li:not(:last-of-type) {
  border-bottom: solid 1px #e6e5df;
}
@media screen and (max-width: 640px) {
  .sp-hd__nav-list li {
    font-size: 1.6rem;
  }
}
.sp-hd__nav-list li a {
  display: block;
  width: 100%;
  padding: 8px 4px;
}
.sp-hd__ham {
  cursor: pointer;
  width: 72px;
  height: 72px;
  position: relative;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 900px) {
  .sp-hd__ham {
    display: block;
  }
}
.sp-hd__ham-wrapper {
  position: absolute;
  width: 47px;
  height: 38px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(./img/sp-ham.svg) no-repeat center center/cover;
  transition: 0.4s;
}
.sp-hd__ham.active .sp-hd__ham-wrapper {
  width: 38px;
  height: 47px;
  background: url(./img/sp-ham2.svg) no-repeat center center/cover;
}

.content.active .sp-hd__nav {
  display: block;
  transition: 1s;
}
@media screen and (max-width: 640px) {
  .content.active .sp-hd__nav {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .content.active .sp-hd__container {
    background-color: transparent;
  }
}

/*****************************/
/* sp-banner */
/*****************************/
.banner {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  height: 0;
  z-index: 999;
}
@media screen and (max-width: 900px) {
  .banner {
    position: fixed;
    background-color: #8d8b81;
    gap: 8px;
    width: 100%;
    max-width: 480px;
    height: 106px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner.show {
    opacity: 1;
    visibility: visible;
  }
  .banner__item {
    display: block;
    width: 100%;
    height: 100%;
  }
  .banner__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-inline: 8px;
  }
  .banner__item img {
    width: 100%;
    max-width: 416px;
    aspect-ratio: 416/78;
  }
}

/*****************************/
/* cta */
/*****************************/
.cta-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 32px 16px;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .cta-link {
    padding: 4% 2%;
  }
}
.cta-link:hover .common-btn {
  background-color: #eeeee9;
  color: #333;
}
.cta-title {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: var(--fc);
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: solid 1px #b1ac93;
}
@media screen and (max-width: 1024px) {
  .cta-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .cta-title {
    font-size: 2rem;
    padding-bottom: 2%;
    margin-bottom: 3%;
  }
}
.cta-img {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .cta-img {
    margin-bottom: 4%;
  }
}
.cta-img img {
  width: 100%;
}
.cta:not(.hd-cta) {
  background-image: url(./img/cta-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.cta:not(.hd-cta) .cta-title {
  color: #fff;
}
.cta:not(.hd-cta)::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(74, 73, 73, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.cta.hd-cta {
  background: #c9c3a8;
  position: relative;
}
@media (max-width: 900px) {
  .cta.hd-cta {
    display: none;
  }
}
.cta.hd-cta::before {
  content: "";
  background-image: url(./img/hd-cta-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.common-btn {
  width: 100%;
  max-width: 320px;
  background-color: #333;
  box-shadow: 0 0 20px 0 rgba(160, 144, 93, 0.3);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 3;
  text-align: center;
  color: #fff;
  margin-inline: auto;
  transition: 0.3s;
}
.common-btn:not(.modelhouse-btn) {
  padding: 8px 16px;
}
@media screen and (max-width: 1024px) {
  .common-btn:not(.modelhouse-btn) {
    padding: 2% 3%;
  }
}
.common-btn:hover {
  background-color: #eeeee9;
  color: #333;
}

.common-btn__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
}
@media screen and (max-width: 1024px) {
  .common-btn__link {
    padding: 2% 3%;
  }
}

/*****************************/
/* fv */
/*****************************/
.fv {
  height: 100vh;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .fv::before {
    display: none;
  }
}
.fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__bg-video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__content {
  position: relative;
  top: 15%;
  z-index: 2;
  color: #fff;
  text-align: center;
  color: var(--fc);
}
.fv__content-sub {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 640px) {
  .fv__content-sub {
    font-size: 1.6rem;
  }
}
.fv__content-sub::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, #737373 0%, rgba(217, 217, 217, 0) 100%);
  left: 50%;
  bottom: -64px;
  transform: translateX(-50%);
}
.fv__content-title {
  margin-block: 64px 8px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 2.3;
}
@media screen and (max-width: 1024px) {
  .fv__content-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .fv__content-title {
    font-size: 2rem;
    margin-block: 20% 8%;
  }
}
.fv__content-title br {
  display: none;
}
@media screen and (max-width: 375px) {
  .fv__content-title br {
    display: block;
  }
}
.fv__content-text {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
.fv__bottom {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.fv__bottom-text {
  font-family: var(--sub);
  font-style: italic;
  font-size: 7.2rem;
  color: rgba(201, 195, 168, 0.7);
  line-height: 1;
}
@media screen and (max-width: 460px) {
  .fv__bottom-text {
    font-size: 6rem;
  }
}
@media screen and (max-width: 390px) {
  .fv__bottom-text {
    font-size: 5rem;
  }
}

/*****************************/
/* concept */
/*****************************/
.concept {
  background: url(./img/concept-bg.png) center/cover no-repeat;
}
.concept-body {
  margin-top: 40px;
  text-align: center;
}
.concept-body p + p {
  margin-top: 1lh;
}
@media screen and (max-width: 640px) {
  .concept-body {
    margin-top: 5%;
  }
}
.concept-figure {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .concept-figure {
    margin-top: 5%;
  }
}
.concept-figure__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .concept-figure__flex {
    margin-top: 3%;
  }
}
.concept-figure__flex-img:nth-child(1) {
  width: 45%;
  max-width: 192px;
  padding-top: 152px;
}
@media screen and (max-width: 1024px) {
  .concept-figure__flex-img:nth-child(1) {
    padding-top: 15%;
  }
}
.concept-figure__flex-img:nth-child(2) {
  width: 52%;
  max-width: 224px;
}
.concept .section-text {
  letter-spacing: 0.1em;
}

/*****************************/
/* modelhouse */
/*****************************/
.modelhouse {
  background: url(./img/modelhouse-bg.png) center/cover repeat;
}
.modelhouse .section-title {
  text-align: right;
}
.modelhouse-body__title {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
}
@media screen and (max-width: 1024px) {
  .modelhouse-body__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .modelhouse-body__title {
    font-size: 1.6rem;
  }
}
.modelhouse-body__item {
  margin-top: 8px;
  border-top: solid 1px #b1ac93;
  border-bottom: solid 1px #b1ac93;
  background-color: #eeeee9;
}
@media screen and (max-width: 640px) {
  .modelhouse-body__item {
    margin-top: 2%;
  }
}
.modelhouse-body__item-lead {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 8px;
  position: relative;
}
.modelhouse-body__item-lead::before {
  content: "";
  background: url(./img/arrow.svg) no-repeat center center/cover;
  position: absolute;
  top: 52%;
  right: 14px;
  width: 25px;
  height: 15px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.modelhouse-body__item-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.modelhouse-body__item-body .section-text {
  padding: 8px;
}
.modelhouse-body__item-text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 8px;
}
.modelhouse-body__item.is-open .modelhouse-body__item-lead::before {
  background: url(./img/arrow-up.svg) no-repeat center center/cover;
}
.modelhouse-body__item.is-open .modelhouse-body__item-body {
  max-height: 500px; /* 予想される高さより大きめにしておく */
  opacity: 1;
}
.modelhouse-body__lead {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-block: 32px 16px;
}
@media screen and (max-width: 1024px) {
  .modelhouse-body__lead {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 640px) {
  .modelhouse-body__lead {
    font-size: 1.8rem;
    margin-block: 4%;
  }
}
.modelhouse-body__cnt {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .modelhouse-body__cnt {
    margin-top: 2%;
  }
}
.modelhouse-body .js-modelhouse-toggle {
  cursor: pointer;
}
.modelhouse-body__sub {
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .modelhouse-body__sub {
    margin-bottom: 3%;
  }
}
.modelhouse-body__text {
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .modelhouse-body__text {
    margin-bottom: 2%;
  }
}
.modelhouse-floor {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .modelhouse-floor {
    margin-top: 10%;
  }
}
.modelhouse-floor__items {
  display: flex;
  justify-content: space-between;
}
.modelhouse-floor__item {
  width: calc((100% - 16px) / 2);
  background-color: #fff;
}
.modelhouse-floor__item a {
  display: block;
  padding: 8px 4px 20px 13px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .modelhouse-floor__item a {
    padding: 4% 1% 2%;
  }
}
.modelhouse-floor__item a::before {
  content: "";
  background: url(./img/glass.svg) no-repeat center center/cover;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.modelhouse-floor__item span {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.3;
  color: #3a3a3a;
}
.modelhouse-feature {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .modelhouse-feature {
    margin-top: 10%;
  }
}
.modelhouse-flow {
  position: relative;
  overflow: hidden;
  margin-right: -22px;
}
.modelhouse-flow .swiper-wrapper {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.modelhouse-flow .swiper-slide {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  height: auto;
}
.modelhouse-flow__slider {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .modelhouse-flow__slider {
    margin-top: 6%;
  }
}
.modelhouse-flow__slide {
  padding: 24px 24px 56px;
}
@media screen and (max-width: 640px) {
  .modelhouse-flow__slide {
    padding: 5% 5% 8%;
  }
}
.modelhouse-flow__slide.-first {
  background: linear-gradient(rgba(74, 73, 73, 0.7), rgba(74, 73, 73, 0.7)), url("./img/flow-bg01.png") center/cover no-repeat;
}
.modelhouse-flow__slide.-second {
  background: linear-gradient(rgba(74, 73, 73, 0.7), rgba(74, 73, 73, 0.7)), url("./img/flow-bg02.png") center/cover no-repeat;
}
.modelhouse-flow__slide.-third {
  background: linear-gradient(rgba(74, 73, 73, 0.7), rgba(74, 73, 73, 0.7)), url("./img/flow-bg03.png") center/cover no-repeat;
}
.modelhouse-flow__slide-top {
  margin-bottom: 8px;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 640px) {
  .modelhouse-flow__slide-top {
    margin-bottom: 2%;
  }
}
.modelhouse-flow__slide-top-num {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .modelhouse-flow__slide-top-num {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .modelhouse-flow__slide-top-num {
    font-size: 2rem;
    margin-bottom: 2%;
  }
}
.modelhouse-flow__slide-top-title {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #fff;
}
.modelhouse-flow__slide-text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}
.modelhouse-access {
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .modelhouse-access {
    margin-top: 6%;
  }
}
.modelhouse-access__lead {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
}
@media screen and (max-width: 640px) {
  .modelhouse-access__lead {
    font-size: 1.8rem;
  }
}
.modelhouse-access__sub {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  margin-block: 16px;
  padding-left: 19px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .modelhouse-access__sub {
    font-size: 1.8rem;
    margin-block: 2%;
  }
}
.modelhouse-access__sub::before {
  content: "";
  width: 11px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./img/access.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.modelhouse-access__map {
  width: 100%;
  aspect-ratio: 432/256;
}
.modelhouse-access iframe {
  width: 100%;
  height: 100%;
}
.modelhouse-access__table {
  border-collapse: separate;
  width: 100%;
  border: 0.25px solid #000;
}
.modelhouse-access__table th {
  width: 80px;
  border-right: 0.25px solid #000;
}
.modelhouse-access__table tr:not(:last-child) th,
.modelhouse-access__table tr:not(:last-child) td {
  border-bottom: 0.25px solid #000;
}
.modelhouse-access__table th,
.modelhouse-access__table td {
  font-family: var(--third);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  background-color: #fff;
  padding: 4px 16px;
}
.modelhouse-btn {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .modelhouse-btn {
    margin-top: 5%;
  }
}

.main__slide li {
  cursor: pointer;
}
.main__slide img {
  width: 100%;
  aspect-ratio: 432/256;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumbnail__slide {
  display: flex;
  margin-top: 4px;
}
.thumbnail__slide .slick-track {
  transform: unset !important;
  width: 100% !important;
}
.thumbnail__slide li {
  width: calc(25% - 3px) !important;
  cursor: pointer;
  margin-right: 4px;
}
.thumbnail__slide li img {
  width: 100%;
  aspect-ratio: 105/80;
  -o-object-fit: cover;
  object-fit: cover;
}
.thumbnail__slide li:nth-of-type(4) {
  margin-right: 0;
}
.thumbnail__slide li:nth-of-type(-n + 4) {
  margin-bottom: 4px;
}

/* ------------------------------
  360viewer
------------------------------ */
.viewer360 #screen {
  width: 100%;
  width: 100%;
  aspect-ratio: 432/256;
  position: relative;
}

/*****************************/
/* feature */
/*****************************/
.feature {
  background: url(./img/feature-bg.png) center/cover repeat;
  padding-bottom: 4px;
}
.feature .container {
  padding-right: 0;
}
.feature .section-header {
  padding-right: 24px;
}
.feature-flow {
  position: relative;
  overflow: hidden;
  margin-right: -22px;
}
.feature-flow .swiper-wrapper {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.feature-flow .swiper-slide {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  height: auto;
}
.feature-flow__slider {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .feature-flow__slider {
    margin-top: 6%;
  }
}
.feature-flow__slide {
  padding: 24px 24px 56px;
}
@media screen and (max-width: 640px) {
  .feature-flow__slide {
    padding: 5% 5% 8%;
  }
}
.feature-flow__slide.-first {
  background: linear-gradient(rgba(74, 73, 73, 0.7), rgba(74, 73, 73, 0.7)), url("./img/feature-bg01.png") center/cover no-repeat;
}
.feature-flow__slide.-second {
  background: linear-gradient(rgba(74, 73, 73, 0.7), rgba(74, 73, 73, 0.7)), url("./img/feature-bg02.png") center/cover no-repeat;
}
.feature-flow__slide.-third {
  background: linear-gradient(rgba(74, 73, 73, 0.7), rgba(74, 73, 73, 0.7)), url("./img/feature-bg03.png") center/cover no-repeat;
}
.feature-flow__slide-top {
  margin-bottom: 8px;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 640px) {
  .feature-flow__slide-top {
    margin-bottom: 2%;
  }
}
.feature-flow__slide-top-num {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .feature-flow__slide-top-num {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .feature-flow__slide-top-num {
    font-size: 2rem;
    margin-bottom: 2%;
  }
}
.feature-flow__slide-top-title {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #fff;
}
.feature-flow__slide-text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}

.js-feature-toggle {
  cursor: pointer;
}

/*****************************/
/* cta2 */
/*****************************/
.cta2 {
  padding: 47px 24px 24px;
  background: linear-gradient(rgba(74, 73, 73, 0.7), rgba(74, 73, 73, 0.7)), url("./img/cta2-bg.jpg") center/cover repeat;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cta2 {
    padding: 12% 3% 3%;
  }
}
.cta2__title {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
  color: #3a3a3a;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #b0aa92;
  padding: 4px 24px;
  border-radius: 24px;
  overflow: hidden;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .cta2__title {
    width: 195px;
    font-size: 1.8rem;
    padding: 2% 3%;
  }
}
.cta2__title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/hd-cta-bg.png") center/cover no-repeat;
  opacity: 0.3;
  pointer-events: none;
}
.cta2__wrap {
  margin-top: 8px;
  position: relative;
}
.cta2__wrap::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    to right,
    #fff 0 2px,
    transparent 2px 10px 
  );
}
@media screen and (max-width: 640px) {
  .cta2__wrap {
    margin-top: 2%;
  }
}
.cta2__wrap-flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cta2__wrap-lg {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .cta2__wrap-lg {
    font-size: 1.8rem;
  }
}
.cta2__wrap-sm {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  color: #fff;
  padding-bottom: 18px;
}
@media screen and (max-width: 640px) {
  .cta2__wrap-sm {
    font-size: 1.8rem;
    padding-bottom: 3%;
  }
}
.cta2__wrap-price {
  font-size: 5.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .cta2__wrap-price {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 640px) {
  .cta2__wrap-price {
    font-size: 4.8rem;
  }
}
.cta2__wrap-md {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .cta2__wrap-md {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .cta2__wrap-md {
    font-size: 2.4rem;
  }
}
.cta2__flex {
  display: flex;
  max-width: 361px;
  margin: 8px auto 0;
}
@media screen and (max-width: 640px) {
  .cta2__flex {
    margin-top: 2%;
  }
}
.cta2__flex-img {
  width: 87px;
  aspect-ratio: 87/54;
}
.cta2__flex-text {
  width: calc(100% - 87px);
}
@media screen and (max-width: 640px) {
  .cta2__flex-text {
    width: 100%;
  }
}
.cta2__flex-text span {
  display: inline-block;
  font-family: var(--third);
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .cta2__flex-text span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .cta2__flex-text span {
    font-size: 2rem;
  }
}
.cta2__flex-text span:first-child {
  margin-bottom: 9px;
}
@media screen and (max-width: 640px) {
  .cta2__flex-text span:first-child {
    margin-bottom: 2%;
  }
}

.cta-conditions {
  background-color: #b0aa92;
  padding: 12px 24px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cta-conditions {
    padding: 2% 3%;
  }
}
.cta-conditions::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/hd-cta-bg.png") center/cover repeat;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}
.cta-conditions__items {
  background-color: rgba(255, 255, 255, 0.25);
}
.cta-conditions__lead {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 600;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.25);
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta-conditions__toggle-lead {
  background-color: rgba(255, 255, 255, 0.25);
}
.cta-conditions__toggle-lead span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-right: 27px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cta-conditions__toggle-lead span {
    padding-right: 7%;
  }
}
.cta-conditions__toggle-lead span::before {
  content: "";
  background: url(./img/conditions-arrow.svg) no-repeat center center/cover;
  position: absolute;
  top: 52%;
  right: 0;
  width: 16px;
  aspect-ratio: 16/9;
  transform: translateY(-50%);
  transition: 0.3s;
}
.cta-conditions__toggle-lead {
  padding: 8px;
  text-align: center;
}
.cta-conditions__toggle-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  position: relative;
  z-index: 1;
}
.cta-conditions__toggle-body .cta-conditions__item {
  border-bottom: solid 1px #5a5a55;
}
.cta-conditions__toggle-body .cta-conditions__item:last-child {
  border-bottom: none;
}
.cta-conditions__toggle-body .cta-conditions__item-text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 2;
}
.cta-conditions__toggle-body .cta-conditions__item {
  padding-left: 48px;
  padding-right: 8px;
  padding-block: 16px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cta-conditions__toggle-body .cta-conditions__item {
    padding-left: 7%;
    padding-right: 2%;
    padding-block: 2%;
  }
}
@media screen and (max-width: 460px) {
  .cta-conditions__toggle-body .cta-conditions__item {
    padding-left: 10%;
  }
}
.cta-conditions__toggle-body .cta-conditions__item::before {
  content: "";
  background: url(./img/conditions-check.svg) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
}
.cta-conditions__toggle.is-open .cta-conditions__toggle-lead span::before {
  background: url(./img/conditions-arrow-up.svg) no-repeat center center/cover;
}
.cta-conditions__toggle.is-open .cta-conditions__toggle-body {
  max-height: 700px;
  opacity: 1;
}
.cta-conditions-note {
  padding: 8px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.cta-conditions-note__toggle {
  margin-top: 8px;
  border: solid 0.5px #5a5a55;
}
@media screen and (max-width: 640px) {
  .cta-conditions-note__toggle {
    margin-bottom: 2%;
  }
}
.cta-conditions-note__toggle-lead {
  cursor: pointer;
  padding: 8px;
  text-align: center;
}
.cta-conditions-note__toggle-lead span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-right: 27px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cta-conditions-note__toggle-lead span {
    padding-right: 7%;
  }
}
.cta-conditions-note__toggle-lead span::before {
  content: "";
  background: url(./img/conditions-arrow.svg) no-repeat center center/cover;
  position: absolute;
  top: 52%;
  right: 0;
  width: 16px;
  aspect-ratio: 16/9;
  transform: translateY(-50%);
  transition: 0.3s;
}
.cta-conditions-note__toggle-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  position: relative;
  z-index: 1;
}
.cta-conditions-note__toggle.is-open .cta-conditions-note__toggle-lead span::before {
  background: url(./img/conditions-arrow-up.svg) no-repeat center center/cover;
}
.cta-conditions-note__toggle.is-open .cta-conditions-note__toggle-body {
  max-height: 1000px;
  opacity: 1;
}
.cta-conditions-note__toggle-text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding: 16px;
}

.js-conditions-toggle {
  cursor: pointer;
}

.works-company-bg {
  background: url(./img/works-company-bg.png) center/cover repeat;
}

/*****************************/
/* works */
/*****************************/
.works-body__sub {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .works-body__sub {
    margin-bottom: 3%;
  }
}
.works-body__cnt.-first {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .works-body__cnt.-first {
    margin-bottom: 5%;
  }
}
.works .container {
  padding-bottom: 0;
}

/*****************************/
/* contact */
/*****************************/
.contact {
  background: url(./img/contact-bg.png) center/cover repeat;
}

/*****************************/
/* promise */
/*****************************/
.promise {
  background: url(./img/promise-bg.png) center/cover repeat;
}
.promise .container {
  padding-right: 0;
}
.promise .section-header {
  padding-right: 24px;
}
@media screen and (max-width: 640px) {
  .promise .section-header {
    padding-right: 3%;
  }
}
.promise-body .section-text {
  text-align: center;
  padding-right: 24px;
}
@media screen and (max-width: 640px) {
  .promise-body .section-text {
    padding-right: 3%;
  }
}
.promise-flow {
  position: relative;
  overflow: hidden;
  margin-right: -22px;
}
.promise-flow .swiper-wrapper {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.promise-flow .swiper-slide {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  height: auto;
}
.promise-flow__slider {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .promise-flow__slider {
    margin-top: 6%;
  }
}
.promise-flow__slide {
  padding: 24px 24px 56px;
}
@media screen and (max-width: 640px) {
  .promise-flow__slide {
    padding: 5% 5% 8%;
  }
}
.promise-flow__slide.-first {
  background: url("./img/promise-bg01.png") center/cover no-repeat;
}
.promise-flow__slide.-second {
  background: url("./img/promise-bg02.png") center/cover no-repeat;
}
.promise-flow__slide.-third {
  background: url("./img/promise-bg03.png") center/cover no-repeat;
}
.promise-flow__slide-top {
  margin-bottom: 8px;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 640px) {
  .promise-flow__slide-top {
    margin-bottom: 2%;
  }
}
.promise-flow__slide-top-num {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .promise-flow__slide-top-num {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .promise-flow__slide-top-num {
    font-size: 2rem;
    margin-bottom: 2%;
  }
}
.promise-flow__slide-top-title {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #fff;
}
.promise-flow__slide-text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}

.swiper-pagination {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .swiper-pagination {
    margin-top: 5%;
  }
}

.js-pagination {
  text-align: center;
}

.js-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(141, 139, 129, 0.4);
  opacity: 1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8d8b81;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 12px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination.js-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 100%;
  padding-right: 24px;
}
@media screen and (max-width: 640px) {
  .swiper-pagination.js-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-right: 3%;
  }
}
.feature-flow .swiper-pagination.js-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: calc( 100% - 24px );
}
@media screen and (max-width: 640px) {
  .feature-flow .swiper-pagination.js-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 97%;
  }
}
.promise-flow .swiper-pagination.js-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: calc( 100% - 24px );
}
@media screen and (max-width: 640px) {
  .promise-flow .swiper-pagination.js-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 96%;
  }
}
.custom-prev-promise.swiper-button-disabled,
.custom-next-promise.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: var(--base);
  font-size: 2.4rem;
  color: #333;
  background-color: #fff;
  padding-right: 0;
  right: 0;
}

/*****************************/
/* company */
/*****************************/
.company-body {
  position: relative;
  z-index: 1;
}
.company-body__table {
  border-collapse: separate;
  width: 100%;
}
.company-body__table th {
  width: 106px;
  padding-block: 8px;
}
@media screen and (max-width: 640px) {
  .company-body__table th {
    padding-block: 2%;
  }
}
.company-body__table th,
.company-body__table td {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #3a3a3a;
  border-bottom: 0.5px solid #4a4949;
}
.company-body__table td {
  letter-spacing: 0.05em;
  width: calc(100% - 125px);
  padding: 8px 9px;
}
@media screen and (max-width: 640px) {
  .company-body__table td {
    padding: 2%;
  }
}

/*****************************/
/* footer */
/*****************************/
.ft {
  padding: 16px;
  background: #fff;
}
.ft .ft-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.ft .ft-name {
  max-width: 200px;
  width: 100%;
  aspect-ratio: 200/57;
}
.ft .ft-logo {
  width: 100%;
}
.ft .ft-copy {
  font-size: 1.4rem;
  line-height: 3.5;
  letter-spacing: 0.05rem;
}


/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* フォーム部分 */
form {
  overflow: hidden;
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  form {
    padding-top: 6%;
  }
}
form ul:not(:first-child) {
  display: block;
  margin-top: 32px;
}
form ul:nth-of-type(2) {
  margin-top: 16px;
}
form ul:nth-of-type(4) {
  margin-top: 16px;
}

.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 {
  font-family: var(--third);
  color: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
form ul .item-name span.item-req, form ul .item-name span.item-noreq {
  font-family: var(--third);
  padding: 8px 21.5px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 24px;
}
form ul .item-name span.item-req {
  background-color: #4a4949;
}
form ul .item-name span.item-noreq {
  background-color: #9d9d9d;
}
form ul li:last-of-type .item-form {
  width: 100%;
}
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: 140px;
}
form ul li:last-of-type input,
form ul li:last-of-type textarea,
form ul li:last-of-type select {
  border: none;
  font-family: var(--third);
  padding: 8px 16px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  letter-spacing: normal;
  box-sizing: border-box;
  background: #fff;
  color: #3a3a3a;
}

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

.submit_btn {
  width: 100%;
  max-width: 320px;
  background-color: #333;
  box-shadow: 0 0 20px 0 rgba(160, 144, 93, 0.3);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 3;
  text-align: center;
  color: #fff;
  margin-inline: auto;
  transition: 0.3s;
}
.submit_btn:hover {
  background-color: #eeeee9;
  color: #333;
}

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

.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: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  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-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: 8px;
    font-size: 14px;
  }
  form [type=submit] {
    font-size: 18px;
  }
  .form-caption {
    margin-bottom: 32px;
  }
  .form-caption p {
    font-size: 14px;
    text-align: left;
  }
  .contact__form ul.form-tab {
    margin-bottom: 40px;
  }
  .item-notice,
  li.item-form.itemform_add_search span {
    width: 100%;
  }
  .section-form__check {
    margin-bottom: 5%;
  }
}
.wpcf7-form-control {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 100%;
}
.wpcf7-form-control.wpcf7-radio label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-radio label input {
  width: 24px;
  height: 24px;
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: calc(100% - 36px);
}

.form-caption p,
form * {
  font-family: var(--third);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #3a3a3a;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.submit2 {
  color: #fff;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit2:hover {
  background-color: #eeeee9;
  color: #333;
}

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

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

.form__notice {
  font-size: 1.4rem;
  margin: 16px 0;
}

.form__notice a {
  text-decoration: underline;
  color: #3a3a3a;
}

@client_media (max-width: 640px) {
  .form__notice {
    font-size: 1.2rem;
    margin-top: 2% 0;
  }
}
.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;
}
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-list-item {
  margin: 0;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.wpcf7-list-item input[type=radio] {
  width: auto !important;
}

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

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

.privacy-box {
  height: 112px;
  background: #fff;
  overflow: auto;
  padding: 16px;
  margin-top: 40px;
}

.item-name.--date {
  margin-bottom: 0;
}

li .item-form.--name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
li .item-form.--name span {
  width: 100%;
}
button.wpcf7c-elm-step1 {
  background-color: #4a4949;
  color: #fff;
  padding-inline: 8px;
}
/*# sourceMappingURL=page-client.css.map */