@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: "Zen Kaku Gothic New", sans-serif;
  --sub: "";
  --mc: #5a4b3e;
  --sc: #f8f4ed;
  --fc: #5a4b3e;
  --sfc: #c8b68c;
  --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: normal;
  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-weight: 500;
  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.875;
  font-weight: 500;
}

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

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

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

.js-zoom-fade {
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s 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);
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: solid 1px var(--mc);
  padding-bottom: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .section-header {
    padding-bottom: 3%;
    margin-bottom: 6%;
  }
}
.section-title {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .section-title {
    font-size: 2rem;
  }
}
.section-label {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 700;
  color: var(--sfc);
  margin-bottom: 8px;
}
.section-lead {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .section-lead {
    font-size: 1.8rem;
  }
}
.section-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 680px;
  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: 1280px) {
  .content {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
}

.container {
  padding: 80px 24px;
}
@media screen and (max-width: 1280px) {
  .container {
    padding: 13% 3%;
  }
}
@media screen and (max-width: 360px) {
  .container {
    padding: 15% 3%;
  }
}

/*****************************/
/* header */
/*****************************/
.hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1333px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
}
@media screen and (max-width: 1280px) {
  .hd {
    display: none;
  }
}
.hd-cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 480px;
  width: 100%;
  height: 100vh;
}
.hd-name {
  margin-inline: auto;
  width: 100%;
  max-width: 300px;
  margin-bottom: 120px;
}
.hd-name__logo {
  margin-inline: auto;
  width: 300px;
  height: auto;
  aspect-ratio: 300/66;
  transition: 0.3s;
}
.hd-name__logo img {
  width: 100%;
  height: 100%;
}
.hd-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  margin-left: auto;
  width: calc(100% - 1010px);
  max-width: 380px;
  transition: 0.3s;
}
@media screen and (max-width: 1305px) {
  .hd-menu {
    width: calc(100% - 980px);
  }
}
.hd-nav {
  padding: 16px;
  transition: 0.3s;
}
.hd-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1px;
  flex: 1;
  max-width: 267px;
}
.hd-nav__item {
  width: 100%;
  border-top: solid 1px var(--sfc);
  color: #b9afa4;
}
.hd-nav__item:last-child {
  border-bottom: solid 1px var(--sfc);
}
.hd-nav__item.is-current {
  color: var(--fc);
}
.hd-nav__link {
  display: block;
  padding: 16px 10px 16px 16px;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  transition: 0.4s;
}

.sp-hd {
  position: relative;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1280px) {
  .sp-hd {
    width: 100%;
  }
}
.sp-hd__container {
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 30px;
  height: 80px;
  transition: 0.4s;
}
@media screen and (max-width: 1280px) {
  .sp-hd__container {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    background-color: #fff;
    padding: 2%;
  }
}
@media screen and (max-width: 640px) {
  .sp-hd__container {
    padding: 4%;
  }
}
.sp-hd__menu {
  position: relative;
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .sp-hd__menu {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.sp-hd__logo-sp {
  display: none;
  position: relative;
  z-index: 3;
  width: 136px;
}
@media screen and (max-width: 1280px) {
  .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%;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(./img/fv-sp-bg.jpg) no-repeat center center/cover;
  gap: 30px;
  display: none;
  transition: 1s;
  overflow: hidden;
}
.sp-hd__nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 480px;
  margin-inline: auto;
  padding-inline: 3%;
}
.sp-hd__nav-list li {
  width: 100%;
  max-width: 267px;
  margin-inline: auto;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  border-top: solid 1px var(--sfc);
}
.sp-hd__nav-list li:last-of-type {
  border-bottom: solid 1px var(--sfc);
}
.sp-hd__nav-list li a {
  display: block;
  width: 100%;
  padding: 10px 16px;
}
@media screen and (max-width: 640px) {
  .sp-hd__nav-list li a {
    padding: 3% 4%;
  }
}
.sp-hd__ham {
  cursor: pointer;
  width: 40px;
  height: 28px;
  position: relative;
  z-index: 999;
  display: none;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .sp-hd__ham {
    display: block;
  }
}
.sp-hd__ham.active span:nth-child(1) {
  width: 35px;
  transform: rotate(-45deg);
  top: 50%;
}
.sp-hd__ham.active span:nth-child(2) {
  display: none;
}
.sp-hd__ham.active span:nth-child(3) {
  width: 35px;
  transform: rotate(45deg);
  top: 50%;
}
.sp-hd__ham.active::before {
  content: "Close";
}
.sp-hd__ham::before {
  content: "Menu";
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  position: absolute;
  left: -140%;
  top: 50%;
  transform: translateY(-50%);
}
.sp-hd__ham-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sp-hd__ham-wrapper span {
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 100%;
  transition: 0.3s;
}
.sp-hd__ham-wrapper span:nth-child(1) {
  width: 100%;
  top: 0;
  height: 1px;
  background-color: var(--mc);
}
.sp-hd__ham-wrapper span:nth-child(2) {
  width: 100%;
  top: 14px;
  height: 1px;
  background-color: var(--mc);
}
.sp-hd__ham-wrapper span:nth-child(3) {
  width: 100%;
  bottom: 0;
  height: 1px;
  background-color: var(--mc);
}

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

/*****************************/
/* sp-banner */
/*****************************/
.banner {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 0.3s ease;
  z-index: 999;
}
@media screen and (max-width: 1280px) {
  .banner {
    position: fixed;
    width: 100%;
    max-width: 480px;
    height: auto;
    aspect-ratio: 375/70;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner a {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 480px;
    aspect-ratio: 375/70;
  }
  .banner.show {
    opacity: 1;
    visibility: visible;
  }
}

/*****************************/
/* cta */
/*****************************/
.cta {
  background: var(--mc);
}
.cta-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 24px 32px;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  position: relative;
}
.cta-link::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 1px #fff;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .cta-link {
    padding: 4% 3%;
  }
}
.cta-link .common-btn {
  width: 100%;
  max-width: 320px;
  padding: 10px;
  margin-inline: auto;
  background-color: var(--sfc);
  border: solid 1px var(--sfc);
  border-radius: 5px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--fc);
  text-align: center;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.cta-link .common-btn span {
  display: inline-block;
  padding-right: 32px;
  position: relative;
}
.cta-link .common-btn span::before {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.5s;
}
.cta-link:hover .common-btn {
  background-color: #fff;
}
.cta-link:hover .common-btn span::before {
  background-color: var(--sfc);
  right: -8px;
}
.cta-container {
  position: relative;
  z-index: 1;
}
.cta.hd-cta {
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 640px) {
  .cta.hd-cta {
    display: none;
  }
}
.cta:not(.hd-cta) {
  display: none;
}
@media screen and (max-width: 640px) {
  .cta:not(.hd-cta) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 24px 32px;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    position: relative;
  }
  .cta:not(.hd-cta)::before {
    content: "";
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid 1px #fff;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) and (max-width: 1024px) {
  .cta:not(.hd-cta) {
    padding: 4% 3%;
  }
}
@media screen and (max-width: 640px) {
  .cta:not(.hd-cta) .common-btn__link {
    display: block;
    width: calc(100% - 16px);
    max-width: 320px;
    padding: 10px;
    margin-inline: auto;
    background-color: var(--sfc);
    border: solid 1px var(--sfc);
    border-radius: 5px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: var(--fc);
    text-align: center;
    transition: 0.3s;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .cta:not(.hd-cta) .common-btn__link {
    padding: 2%;
  }
}
@media screen and (max-width: 640px) {
  .cta:not(.hd-cta) .common-btn__link span {
    display: inline-block;
    padding-right: 32px;
    position: relative;
  }
  .cta:not(.hd-cta) .common-btn__link span::before {
    content: "";
    background-color: #fff;
    height: 1px;
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.cta-title {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 1024px) {
  .cta-title {
    padding-bottom: 2%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 640px) {
  .cta-title {
    font-size: 1.8rem;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}
.cta-flex {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .cta-flex {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 640px) {
  .cta-flex {
    gap: 8px;
    padding-inline: 3%;
  }
}
.cta-img {
  width: 33%;
  max-width: 136px;
}
.cta-img img {
  width: 100%;
}
.cta-wrap__md {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .cta-wrap__md {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .cta-wrap__md {
    font-size: 2rem;
  }
}
.cta-wrap__lg {
  font-size: 4.8rem;
  letter-spacing: 0em;
  line-height: 0.75;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .cta-wrap__lg {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 640px) {
  .cta-wrap__lg {
    font-size: 4rem;
  }
}
.cta-wrap__sm {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .cta-wrap__sm {
    font-size: 1.8rem;
  }
}
.cta-note {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  margin-top: 8px;
  text-align: center;
}
.cta-textarea {
  border: solid 1px #fff;
  padding: 16px;
  height: 100px;
  margin-top: 24px;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .cta-textarea {
    width: calc(100% - 8px);
    margin-top: 4%;
    margin-inline: auto;
    padding: 3%;
  }
}
.cta-textarea p {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}

/*****************************/
/* fv */
/*****************************/
.fv {
  position: relative;
  width: 100%;
}
.fv__slide {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fv__wrap {
  width: 100%;
  height: 100vh;
}
.fv__wrap-cnt {
  width: 100%;
  padding-inline: 24px;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .fv__wrap-cnt {
    padding-inline: 3%;
  }
}
.fv__wrap-lead {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  padding-inline: 8px;
  margin-bottom: 16px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .fv__wrap-lead {
    font-size: 1.6rem;
    padding-inline: 2%;
    margin-bottom: 2%;
  }
}
.fv__wrap-lead span {
  margin-inline: 8px;
}
.fv__wrap-lead::before {
  content: "";
  background-color: #fff;
  flex: 1;
  height: 1px;
}
.fv__wrap-lead::after {
  content: "";
  background-color: #fff;
  flex: 1;
  height: 1px;
}
.fv__wrap-title {
  font-size: 3.2rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 36px;
  color: #fff;
  text-align: center;
  position: relative;
}
.fv__wrap-title span {
  font-size: 2.8rem;
}
.fv__wrap-title::before {
  content: "";
  background: url(./img/fv-deco.png) no-repeat center/contain;
  width: 100%;
  max-width: 432px;
  aspect-ratio: 432/34;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .fv__wrap-title {
    font-size: 2.6rem;
    margin-bottom: 3%;
    padding-bottom: 7%;
  }
  .fv__wrap-title span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .fv__wrap-title {
    font-size: 2.2rem;
  }
  .fv__wrap-title span {
    font-size: 1.8rem;
  }
}
.fv__wrap-items {
  display: flex;
  justify-content: space-between;
}
.fv__wrap-item {
  width: calc((100% - 18px) / 3);
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px var(--mc);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 4px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .fv__wrap-item {
    padding: 2px;
  }
}
@media (max-width: 450px) {
  .fv__wrap-item {
    width: calc((100% - 8px) / 3);
    font-size: 1.4rem;
  }
}
.fv__wrap-item br {
  display: none;
}
@media (max-width: 365px) {
  .fv__wrap-item br {
    display: block;
  }
}
.fv .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.fv .swiper-fade .swiper-slide {
  height: 100%;
}

/*****************************/
/* intro */
/*****************************/
.intro .container {
  padding: 0;
}
.intro-body {
  padding: 80px 24px 160px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .intro-body {
    padding: 12% 3% 35%;
  }
}
@media screen and (max-width: 460px) {
  .intro-body {
    padding-bottom: 50%;
  }
}
.intro-body::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f0f0f0;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  z-index: -1;
}
.intro-body::after {
  content: "";
  background: url(./img/info-illust.png) no-repeat center/contain;
  width: 100%;
  max-width: 140px;
  aspect-ratio: 140/130;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.intro-body__title {
  padding-bottom: 36px;
  margin-bottom: 16px;
  position: relative;
}
.intro-body__title::before {
  content: "";
  background: url(./img/info-deco.png) no-repeat center/contain;
  width: 100%;
  max-width: 335px;
  aspect-ratio: 335/20;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .intro-body__title::before {
    bottom: -8px;
  }
}
@media screen and (max-width: 1024px) {
  .intro-body__title {
    padding-bottom: 8%;
    margin-bottom: 8%;
  }
}
.intro-body__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.intro-body__item {
  text-align: center;
  width: calc((100% - 8px) / 2);
  background-color: #fff;
  padding: 8px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 640px) {
  .intro-body__item {
    padding: 4px;
  }
}
@media (max-width: 450px) {
  .intro-body__item {
    font-size: 1.4rem;
  }
}

/*****************************/
/* info */
/*****************************/
.info .container {
  padding: 0;
}
.info-body {
  padding: 40px 24px 24px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .info-body {
    padding: 6% 3% 3%;
  }
}
.info-body::before {
  content: "";
  background-color: var(--sc);
  width: 100%;
  height: calc(100% - 108px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.info-body__text {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.info-body__wrap {
  width: 100%;
  max-width: 432px;
  aspect-ratio: 432/188;
  margin-inline: auto;
  text-align: center;
  position: relative;
}
.info-body__wrap::before {
  content: "";
  background: url(./img/info-bg.png) no-repeat center/contain;
  width: 100%;
  max-width: 432px;
  aspect-ratio: 432/188;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.info-body__wrap-cnt {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.info-body__wrap span {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
.info-body__wrap-sm {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .info-body__wrap-sm {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .info-body__wrap-sm {
    font-size: 1.6rem;
  }
}
.info-body__wrap-lg {
  font-size: 3.2rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .info-body__wrap-lg {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .info-body__wrap-lg {
    font-size: 2.4rem;
  }
}
.info-body__wrap-lg::before {
  content: "";
  background: url(./img/info-lead-deco.png) no-repeat center/contain;
  width: 100%;
  max-width: 20px;
  aspect-ratio: 20/17;
  position: absolute;
  top: -3px;
  left: -10px;
}
.info-body__title {
  border-bottom: solid 1px var(--mc);
  padding-bottom: 16px;
  margin-block: 32px;
}
@media screen and (max-width: 1024px) {
  .info-body__title {
    padding-bottom: 3%;
    margin-block: 6%;
  }
}
.info-body__items {
  list-style: disc;
  border: solid 1px var(--mc);
  background-color: #fff;
  text-align: left;
  padding: 16px 16px 16px 29px;
  margin-block: 16px;
}
.info-body__item {
  max-width: 235px;
  width: 100%;
  margin-inline: auto;
  list-style: disc;
}
.info-body__img-bottom {
  background-color: var(--sc);
  padding: 24px 24px 64px;
  padding-inline: 24px;
}
@media screen and (max-width: 1024px) {
  .info-body__img-bottom {
    padding: 3% 3% 10%;
  }
}
.info-body__img.--second {
  margin-bottom: 24px;
  max-width: 350px;
  aspect-ratio: 350/169;
  width: 81%;
}
@media screen and (max-width: 1024px) {
  .info-body__img.--second {
    margin-bottom: 3%;
  }
}
.info-body__img.--third {
  margin-left: auto;
  max-width: 280px;
  aspect-ratio: 280/140;
  width: 65%;
}

/*****************************/
/* life */
/*****************************/
.life-body__text {
  text-align: center;
}
.life-item:first-child {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .life-item:first-child {
    margin-top: 5%;
  }
}
.life-item:not(:first-child) {
  margin-top: 56px;
  padding-top: 56px;
  border-top: solid 1px #b9afa4;
}
@media screen and (max-width: 1024px) {
  .life-item:not(:first-child) {
    margin-top: 8%;
    padding-top: 8%;
  }
}
.life-item__img {
  max-width: 432px;
  width: 100%;
}
.life-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 432/340;
}
.life-item__lead {
  padding-left: 20px;
  margin-block: 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .life-item__lead {
    padding-left: 4%;
    margin-block: 3%;
  }
}
.life-item__lead::before {
  content: "";
  background-color: var(--sfc);
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/*****************************/
/* tour */
/*****************************/
.tour .container {
  background-color: var(--sc);
}
.tour-body {
  width: 100%;
}
.tour-body iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 432/243;
}

/*****************************/
/* gallery */
/*****************************/
.gallery__slide {
  position: relative;
}
.gallery__slide-arrow {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.gallery__slide-arrow .swiper-button-prev,
.gallery__slide-arrow .swiper-button-next {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .gallery__slide-arrow .swiper-button-prev,
  .gallery__slide-arrow .swiper-button-next {
    width: 25px;
    height: 25px;
  }
}

/*****************************/
/* plan */
/*****************************/
.plan .container {
  background-color: var(--sc);
}
.plan-box {
  width: 100%;
}
.plan-box__header {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.plan-box__lead {
  text-align: center;
  margin-bottom: 16px;
}
.plan-box__btn {
  background-color: var(--sfc);
  width: calc((100% - 8px) / 2);
  height: 100%;
  padding: 8px;
  position: relative;
  cursor: default;
  opacity: 0.5;
}
.plan-box__btn-txt {
  display: block;
  width: 33px;
  margin-inline: auto;
  position: relative;
}
.plan-box__btn-txt::before {
  content: "";
  background: url(./img/plan-arrow.svg) no-repeat center/contain;
  width: 100%;
  max-width: 10px;
  aspect-ratio: 10/12;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.plan-box__btn.active {
  opacity: 1;
  cursor: default;
}
.plan-box__btn.js-plan-button:not(.active) {
  cursor: pointer;
}
.plan-box__floor {
  border: solid 1px var(--mc);
  background-color: #fff;
  margin-block: 24px;
}
@media screen and (max-width: 1024px) {
  .plan-box__floor {
    margin-block: 5%;
  }
}
.plan-box__floor img {
  width: 100%;
}
.plan-box__floor .popup-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 432px;
  width: 100%;
  height: auto;
  aspect-ratio: 432/324;
  position: relative;
  z-index: 0;
}
.plan-box__floor .popup-link::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(./img/modal-glass.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 1;
}
.plan-box__item01 img {
  max-width: 400px;
  aspect-ratio: 400/257;
}
.plan-box__item02 img {
  max-width: 380px;
  aspect-ratio: 380/264;
}
.plan-box .modalClose {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  padding: 10px;
  cursor: pointer;
}
.plan-box .modalClose span {
  font-size: 20px;
  font-weight: bold;
  color: var(--mc);
}
.plan-box .modalClose span::before {
  content: "";
  background: var(--mc);
  display: block;
  width: 1em;
  height: 0.1em;
  position: absolute;
  margin: auto;
  transform: rotate(45deg);
  inset: 0;
}
.plan-box .modalClose span::after {
  content: "";
  background: var(--mc);
  display: block;
  width: 1em;
  height: 0.1em;
  position: absolute;
  margin: auto;
  transform: rotate(-45deg);
  inset: 0;
}
.plan-box__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: solid 1px var(--mc);
  background-color: #fff;
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .plan-box__info {
    padding: 4%;
  }
}
.plan-box__info-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
}
.plan-box__info-text {
  display: block;
  width: 75px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  border: solid 1px var(--mc);
  text-align: center;
}
.plan-box__info span.section-text {
  display: block;
  width: calc(100% - 99px);
}
@media screen and (max-width: 640px) {
  .plan-box__info span.section-text {
    width: calc(100% - 85px);
  }
}

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

/*****************************/
/* access */
/*****************************/
.access-body__map {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .access-body__map {
    margin-bottom: 5%;
  }
}
.access-body__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 432/243;
}

/*****************************/
/* ingenuity */
/*****************************/
.ingenuity .container {
  padding-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .ingenuity .container {
    padding-bottom: 10%;
  }
}
.ingenuity-body__lead {
  text-align: center;
}
.ingenuity-body__item {
  border-bottom: solid 1px #f0f0f0;
  padding-top: 8px;
}
@media screen and (max-width: 1024px) {
  .ingenuity-body__item {
    padding-top: 2%;
  }
}
.ingenuity-body__item-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.ingenuity-body__item-body img {
  width: 100%;
  aspect-ratio: 432/243;
  padding-top: 16px;
}
@media (max-width: 1280px) {
  .ingenuity-body__item-body img {
    padding-top: 4%;
  }
}
.ingenuity-body__item-lead {
  padding-block: 16px;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ingenuity-body__item-lead {
    padding-inline: 3%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 640px) {
  .ingenuity-body__item-lead {
    padding-inline: 1%;
  }
}
.ingenuity-body__item-lead span {
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ingenuity-body__item-lead span {
    padding-left: 4%;
  }
}
.ingenuity-body__item-lead span::before {
  content: "";
  background-color: var(--sfc);
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ingenuity-body__item-lead::before {
  content: "";
  background-color: var(--mc);
  width: 24px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .ingenuity-body__item-lead::before {
    width: 16px;
  }
}
.ingenuity-body__item-lead::after {
  content: "";
  background-color: var(--mc);
  width: 1px;
  height: 24px;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .ingenuity-body__item-lead::after {
    height: 16px;
    right: 8px;
  }
}
.ingenuity-body__item-text {
  margin-top: 16px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .ingenuity-body__item-text {
    margin-top: 3%;
    padding-bottom: 8%;
  }
}
.ingenuity-body__item.is-open .ingenuity-body__item-lead::after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.ingenuity-body__item.is-open .ingenuity-body__item-body {
  max-height: 700px;
  opacity: 1;
}
.ingenuity-bottom__text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .ingenuity-bottom__text {
    margin-top: 6%;
  }
}
.ingenuity .js-ingenuity-toggle {
  cursor: pointer;
}

/*****************************/
/* about */
/*****************************/
.about-body__top-img img {
  width: 100%;
  aspect-ratio: 432/243;
}
.about-body__text {
  text-align: center;
  margin-block: 40px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1024px) {
  .about-body__text {
    margin-block: 6%;
  }
}
.about-body__bottom {
  display: flex;
  gap: 24px;
}
.about-body__bottom-img.--left {
  max-width: 248px;
  aspect-ratio: 248/200;
}
.about-body__bottom-img.--right {
  margin-top: 80px;
  max-width: 160px;
  aspect-ratio: 160/160;
}

/*****************************/
/* slider */
/*****************************/
.main__slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 432/226;
}

.thumbnail__slide {
  margin-top: 4px;
}
.thumbnail__slide .swiper-slide {
  cursor: pointer;
}
.thumbnail__slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 104/82;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/*****************************/
/* works */
/*****************************/
.works .container {
  background-color: var(--sc);
  padding-bottom: 64px;
}
@media (max-width: 1280px) {
  .works .container {
    padding-bottom: 10%;
  }
}
.works__slide {
  position: relative;
}
.works__slide02-arrow {
  top: 47%;
}
.works__slide03-arrow {
  top: 50%;
}
.works__slide-arrow {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.works__slide-arrow .swiper-button-prev,
.works__slide-arrow .swiper-button-next {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .works__slide-arrow .swiper-button-prev,
  .works__slide-arrow .swiper-button-next {
    width: 25px;
    height: 25px;
  }
}
.works-body__item {
  position: relative;
}
.works-body__item:first-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .works-body__item:first-child {
    margin-bottom: 6%;
  }
}
.works-body__lead-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .works-body__lead-wrap {
    gap: 8px;
    margin-bottom: 2%;
  }
}
.works-body__lead.--sm {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 700;
  color: var(--sfc);
}
.works-body__lead.--lg {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .works-body__lead.--lg {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .works-body__lead.--lg {
    font-size: 1.6rem;
  }
}

/*****************************/
/* company */
/*****************************/
.company .container {
  padding-bottom: 64px;
}
@media (max-width: 1280px) {
  .company .container {
    padding-bottom: 10%;
  }
}
.company-body__table {
  border-collapse: collapse;
  width: 100%;
}
.company-body__table th {
  width: 100px;
}
.company-body__table th,
.company-body__table td {
  padding-block: 24px;
  border-bottom: solid 1px #f0f0f0;
}
@media screen and (max-width: 1024px) {
  .company-body__table th,
  .company-body__table td {
    padding-block: 3%;
  }
}
.company-body__table td {
  width: calc(100% - 116px);
}
.company-body__table td ul {
  padding-left: 15px;
}
.company-body__table td ul,
.company-body__table td li {
  list-style: disc;
}

/*****************************/
/* contact */
/*****************************/
.contact .container {
  background-color: var(--sc);
}
.contact-box__cnt {
  display: none;
}
.contact-box__header {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
.contact-box__btn {
  flex: 1;
  opacity: 0.4;
  transition: 0.3s;
  cursor: pointer;
}
.contact-box__btn img {
  width: 100%;
}
.contact-box__btn span {
  display: block;
  background-color: var(--mc);
  padding: 11px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .contact-box__btn span {
    padding: 3%;
    font-size: 1.2rem;
  }
}
.contact-box__btn.active {
  opacity: 1;
  cursor: default;
}
.contact span.wpcf7-list-item-label,
.contact .form-date-notice {
  color: var(--fc);
  /* 日本語14-Regular-ゴシック */
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 200% */
}
.contact .form__notice {
  color: var(--fc);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 200% */
  letter-spacing: 1.4px;
}

.contact-box__cnt.active {
  display: block;
}

/*****************************/
/* footer */
/*****************************/
.ft {
  padding: 48px 24px 40px;
  background: var(--mc);
}
@media screen and (max-width: 1024px) {
  .ft {
    padding: 8% 3% 6%;
  }
}
.ft .ft-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.ft .ft-name {
  margin-bottom: 16px;
  width: 300px;
  height: auto;
  aspect-ratio: 300/66;
}
.ft .ft-logo {
  display: block;
  width: 100%;
  height: 100%;
}
.ft .ft-logo img {
  width: 100%;
}
.ft .ft-copy {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  color: #fff;
}

/* フォーム部分 */
.wpcf7-list-item {
  margin: 0 0 1em 0;
}

form {
  overflow: hidden;
  margin-top: 16px;
}

form ul {
  display: block;
  margin-bottom: 8px;
  margin-top: 24px;
}

.reserve-notice {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.form__notice {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

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

form ul .item-name {
  color: var(--fc);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

form ul .item-name span.item-req {
  color: #fff;
  background: var(--mc);
  text-align: center;
  padding: 2px 20px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

form ul .item-name span.item-noreq {
  color: var(--fc);
  background: #b4b4b4;
  text-align: center;
  padding: 2px 20px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

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

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

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

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

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

@media (max-width: 1024px) {
  form ul .item-name {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.section-form__check1 {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.submit_btn {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  border: none;
  margin: auto;
  position: relative;
}

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

.section-form__check span {
  background: none;
}

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

@media (min-width: 1025px) {
  form [type=submit]:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}
.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);
}

li.item-form.itemform_add_search button {
  width: 120px;
  background: var(--mc);
  border: none;
  color: #fff;
}

.form-caption {
  margin-bottom: 120px;
}

.form-caption p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.section-form-privacy__cnt {
  height: 200px;
  overflow-y: scroll;
  padding: 18px;
  margin-bottom: 16px;
}

.section-form-privacy__cnt p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.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: 1.6rem;
    letter-spacing: 0.05em;
  }
  form [type=submit] {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .form-caption {
    margin-bottom: 32px;
  }
  .form-caption p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    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: 1.6rem;
  letter-spacing: 0.05em;
  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);
}

.contact__form .privacy-policy-scroll {
  background: #fff;
  padding: 16px 20px;
  margin-bottom: 24px;
}

.contact__form .privacy-policy-scroll p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--fc);
}

.form__notice {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

.privacy-policy-scroll {
  background: #fff;
  padding: 20px 16px;
  max-height: 200px;
  height: 100%;
  margin-top: 24px;
  overflow: hidden scroll;
}

.privacy-policy-scroll::-webkit-scrollbar {
  width: 8px;
}

.privacy-policy-scroll::-webkit-scrollbar-thumb {
  background: var(--mc);
  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: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .form__notice {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    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);
}

.item-form.itemform_add_search button.wpcf7c-elm-step1 {
  width: 80px;
  background: var(--fc);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}

span.wpcf7-form-control.wpcf7-radio {
  background: unset;
}

.privacy-box {
  background: #fff;
  border: solid 1px #f6edd8;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  margin-top: 16px;
  box-sizing: border-box;
}

.privacy-box p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.857;
}

@media (max-width: 1024px) {
  .privacy-box {
    padding: 2% 2% 3%;
  }
}
@media (max-width: 640px) {
  .privacy-box {
    padding: 4% 4% 5%;
  }
}
.section-form__check1,
.section-form__check2 {
  padding: 24px;
  text-align: center;
  line-height: 1;
}

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: 1.4rem;
  letter-spacing: 0.05em;
  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,
.section-form__check3 .wpcf7-list-item {
  justify-content: center;
}/*# sourceMappingURL=page-client.css.map */