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

/* 要素 フォントサイズ・マージン・パディングをリセット */
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: "Shippori Mincho", serif;
}

/* 行の高=フォントサイズ */
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: "Shippori Mincho";
  color: #323232;
  -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: auto;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: #2B2B2B;
  font-size: 1rem;
}

body.fix {
  position: fixed;
  width: 100%;
}

body.open {
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  body {}
}

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

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

#works01 {
  padding-top: 100px;
    margin-top: -100px;
}

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

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

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

@media (max-width: 1024px) {
  .common-wrap02 {
    padding-inline: 5%;
  }
}

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

@media (max-width: 1024px) {
  .common-wrap03 {
    padding-inline: 5%;
  }
}

.common-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}

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

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

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

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

.hd-cnt {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* justify-content: flex-start;
  padding-top: min(4.8611111111vw, 4.375rem); */
  width: calc(100% - 520px);
  max-width: 600px;
  height: 100vh;
}

.hd-name {
  margin-bottom: min(2.2222222222vw, 2rem);
  width: 192px;
  transition: 0.3s;
}

.hd-name h1 img {
  width: 100%;
}

@media (max-width: 1024px) {
  .hd-name h1 img {
    width: 110px;
  }
}

.hd-menu {
  margin-inline: auto;
  /* width: 92%; */
  /* max-width: min(36.1111111111vw, 32.5rem); */
  width: 100%;
  /* max-width: 432px; */
  max-width: 409px;
  transition: 0.3s;
}

.hd-nav {
  transition: 0.3s;
  background: RGBA(255, 255, 255, 0.85);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: min(2.2222222222vw, 2rem);
  margin-bottom: min(2.5vw, 2.25rem);
  margin-right: auto;
  margin-left: auto;
  padding: 40px 64px;
}

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

.hd-nav__item {
  width: 100%;
  max-width: 240px;
}

.hd-nav__item .hd-nav__link {
  color: var(--333333, #323232);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  /* 187.5% */
}

.hd-nav__link {
  color: #FFF;
  display: block;
  position: relative;
  /* padding-block: 6px; */
  width: 100%;
  transition: 0.4s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hd-nav__link-en::before {
  /* content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 16px);
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #166760;
  border-radius: 50%;
  opacity: 0; */
}

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

.hd-nav__link::before {
  content: "";
  display: block;
  background: url(./img/icon-nav.svg);
  width: 5px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

@media screen and (min-width: 1025px) {
  .hd-nav__link:hover span {
    color: #323232;
  }
}

@media screen and (min-width: 1025px) {

  /* .hd-nav__link.active span {
    border-bottom: 1px solid #323232333;
  }
  .hd-nav__link.active span::before {
    opacity: 1;
  } */
  .hd-nav__link.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
  }

  .hd-nav__item .hd-nav__link.active {
    border-bottom: 1px solid #323232;
  }

  .hd-nav__link.active::before {
    /* content: '';
    display: block;
    background: url(./img/icon-nav.svg);
    width: 5px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    opacity: 1;
  }
}

.hd .cta-link {
  padding: 38px 78px;
}

.hd .cta-ph {
  margin-bottom: 10px;
}

.hd.open {
  /* background: #FFF; */
  background: rgba(255, 255, 255, 0.9);
}

.hd.open .hd-name__logo {
  /* visibility: hidden; */
}

.hd.open .hd-nav {
  opacity: 1;
  /* opacity: 0.9; */
  transition: 0.4s;
  visibility: visible;
}

.hd.open .hd-nav img {
  display: none;
}

.hd.open .hd-toggle span {
  background: #3e3b31;
  color: #3e3b31;
}

.hd.open .hd-toggle span:nth-child(1) {
  top: 12px;
  transform: rotate(320deg);
}

.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}

.hd.open .hd-toggle span:nth-child(3) {
  top: 12px;
  transform: rotate(-320deg);
}

@media screen and (max-width: 1240px) {
  .hd .cta-link {
    padding-inline: 50px;
  }
}

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

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

  .hd-name {
    margin-bottom: 0;
    width: 190px;
    z-index: 1001;
  }

  .hd-menu {
    margin-inline: auto 0;
    width: auto;
    max-width: none;
  }

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

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

  .hd-nav__list {
    align-items: center;
    flex-direction: column;
    gap: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
  }

  .hd-nav__item {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
  }

  .hd-nav__item:first-child {
    border: none;
  }

  .hd-nav__link {
    display: block;
    /* padding-block: 16px; */
    padding-inline: 0;
  }

  .hd-nav__link-en {
    color: #2B2B2B;
    line-height: 1.56;
  }

  .hd #cta {
    display: none;
  }

  .hd-toggle {
    position: relative;
    width: 105px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }

  .hd-toggle__txt {
    position: relative;
  }

  .hd-toggle__txt::after {
    /* content: "MENU";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.56;
    letter-spacing: 0.1em; */
  }

  .hd-toggle div {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    /* background: #F7B500; */
    border-radius: 50%;
  }

  .hd-toggle span {
    display: block;
    position: absolute;
    left: 0;
    transition: 0.35s ease-in-out;
    width: 100%;
    background: #323232;
    color: #323232;
  }

  .hd-toggle__line {
    height: 1px;
  }

  .hd-toggle__line:nth-child(1) {
    top: 0;
  }

  .hd-toggle__line:nth-child(2) {
    top: 14px;
  }

  .hd-toggle__line:nth-child(3) {
    position: relative;
    top: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .hd.fixed {
    /* background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px); */
    background: #FFF;
    /* border-bottom: 1px solid #5B4B4B; */
  }
}

.ft-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}

.ft-name {
  margin-bottom: 32px;
  width: 217px;
}

.ft-logo {
  display: block;
  width: 100%;
  height: 100%;
}

.ft-logo img {
  width: 100%;
}

.ft-add {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}

.ft-phone {
  margin-bottom: 24px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}

.ft-nav {
  margin-bottom: 24px;
}

.ft-nav__item {
  text-align: center;
}

.ft-nav__link {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-block: 8px 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5625;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  transition: 0.4s;
}

.ft-nav__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}

@media (min-width: 1025px) {
  .ft-nav__link:hover:after {
    transform: scale(1, 1);
  }
}

.ft-copy {
  color: #FFF;

  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 200% */
}

.banner {
  position: fixed;
  bottom: 0;
  /* left: 0; */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  z-index: 1001;
  transition: 0.4s;
}

@media screen and (min-width: 1025px) {
  .banner:hover {
    opacity: 0.8;
  }
}

.banner-contact {
  display: none;
}

@media screen and (max-width: 1024px) {
  .banner-contact {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
  }
}

.content {
  position: relative;
  width: 480px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(65, 65, 65, 0.16);
  overflow: clip;
}

.content.open {
  /* background: transparent; */
  box-shadow: none;
}

.content.open .main,
.content.open .ft {
  /* visibility: hidden; */
}

@media screen and (max-width: 1024px) {
  .content {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
}

#cta {
  background: url(./img/bg-cta.jpg) no-repeat center center/cover;
  margin: 0 auto;
}

.cta-link {
  padding: 32px 48px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* gap: 24px; */
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .cta-link {
    /* padding: 56px 24px; */
    padding: 6% 4%;
  }
}

.cta-ph {
  margin-bottom: 32px;
  width: 80%;
}

@media (max-width: 1024px) {
  .cta-ph {
    margin-bottom: 3%;
  }
}

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

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

.fv-catch {
  padding: 56px 48px 76px;
}

.fv-catch span {
  display: block;
}

.fv-catch span.title {
  padding: 8px 0 16px;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.14;
  /* 114.286% */
  letter-spacing: 2.8px;
}

.fv-catch span.subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  /* 160% */
  letter-spacing: 1px;
}

.fv-catch span.location {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  /* 200% */
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.fv-catch span.location::before {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  background: url(./img/icon-location.svg) no-repeat center center/cover;
}

@media (max-width: 1024px) {
  .fv-catch {
    padding: 6% 5% 8%;
  }
}

@media (max-width: 1024px) {
  .fv-catch span.title {
    font-size: 48px;
  }
}

@media (max-width: 640px) {
  .fv-catch span.title {
    font-size: 36px;
  }
}

@media (max-width: 450px) {
  .fv-catch span.title {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .fv-catch span.subtitle {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .fv-catch span.subtitle {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .fv-catch span.location {
    font-size: 14px;
  }
}

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

form {
  overflow: hidden;
}

form ul {
  display: block;
  margin-bottom: 32px;
  margin-top: 40px;
}

.item-notice {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 13px;
  line-height: 1.5;
  font-size: 14px !important;
}

.item-notice strong {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.item-notice p {
  font-size: 14px;
}

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

form ul .item-name {
  color: #2C2928;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 20px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

form ul .item-name span.item-req {
  color: #fff;
  background: #323232;
  text-align: center;
  padding: 6px 22px;
  font-size: 14px;
}

form ul .item-name span.item-noreq {
  color: #fff;
  background: #B4B4B4;
  text-align: center;
  padding: 6px 22px;
  font-size: 14px;
}

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

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

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

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

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

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

.section-form__check1 {
  text-align: center;
  font-size: 14px;
}

.contact__form ul.form-tab button.active {
  color: #186a68;
  border-top: 1px solid #186a68;
  border-bottom: 1px solid #186a68;
}

.submit_btn {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  border-radius: 100px;
  border: none;
  margin: auto;
  /* border: 1px solid #216724; */
  position: relative;
}

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

.section-form__check span {
  background: none;
}

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

@media (min-width: 1025px) {
  form [type=submit]:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}

.submit_btn:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 6px;
  top: 50%;
  transform: translateY(-48%);
  right: 24px;
  size: cover !important;
  position: center center !important;
}

.wpcf7-spinner {
  display: none !important;
}

li.item-form.itemform_add_search {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
}

li.item-form.itemform_add_search span {
  width: calc(100% - 140px);
}

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

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

.form-caption p {
  font-size: 16px;
  text-align: center;
}

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

.section-form-privacy__cnt h3 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-top: 32px;
}

.section-form-privacy__cnt h3:first-of-type {
  margin-top: 0;
}

.section-form-privacy__cnt p {
  font-size: 14px;
}

.formError {
  z-index: 20 !important;
}

.xdsoft_datetimepicker {
  z-index: 21 !important;
}

@media screen and (max-width: 640px) {
  form ul {
    /* margin-bottom:32px; */
    margin-top: 5%;
    margin-bottom: 3%;
    flex-wrap: wrap;
  }

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

  form ul li:first-of-type {
    margin-bottom: 16px;
  }

  form ul li:last-of-type input,
  form ul li:last-of-type textarea {
    padding: 16px;
    font-size: 14px;
  }

  form [type=submit] {
    font-size: 18px;
  }

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

  .form-caption p {
    font-size: 14px;
    text-align: left;
  }

  .contact__form ul.form-tab {
    margin-bottom: 40px;
  }

  .item-notice,
  li.item-form.itemform_add_search span {
    width: 100%;
  }

  .section-form__check {
    margin-bottom: 5%;
  }
}

.wpcf7-form-control {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 100%;
}

.wpcf7-form-control.wpcf7-radio label {
  display: flex;
  gap: 12px;
  cursor: pointer;
  align-items: center;
}

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

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

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

.contact__form .privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
  color: #2C2928;
}

.contact__form .privacy-policy-scroll p a {
  color: #5839FF;
}

.form__notice {
  font-size: 14px;
  margin-top: 16px;
}

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

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

.privacy-policy-scroll::-webkit-scrollbar-thumb {
  background: #A7A7A7;
  border-radius: 10px;
}

.privacy-policy-scroll::-webkit-scrollbar-track {
  background: #FFF;
}

.privacy-policy-scroll .simplebar-track {
  width: 0.3rem;
}

.privacy-policy-scroll .simplebar-scrollbar {
  width: 0.3rem;
}

.privacy-policy-scroll .simplebar-scrollbar::before {
  width: 0.3rem;
  color: #fff;
  opacity: 1;
}

.privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
}

@media (max-width: 640px) {
  .form__notice {
    font-size: 12px;
    margin-top: 2%;
  }
}

.item-form.itemform_add_search {
  display: flex !important;
  gap: 16px;
}

.item-form.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}

.item-form.itemform_add_search button.wpcf7c-elm-step1 {

  width: 80px;
  background: #323232;
  font-size: 12px;
  text-align: center;
  color: #FFF;
}

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

.privacy-box {
  background: #FFF;
  border: solid 1px #D8D8D8;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 16px 26px;
  box-sizing: border-box;
}

.privacy-box h3 {
  color: #111111;
  font-size: 16px;
  line-height: 1.71;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2%;
}

.privacy-box p {
  color: #111111;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.05em;
}

.privacy-box p:not(:last-of-type) {
  margin-bottom: 4%;
}

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

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-form-control.wpcf7-radio label input[type=radio] {
  width: 18px;
  height: 18px;
  border: 1px solid #111111;
  /* 枠線の色 */
  border-radius: 50%;
  /* 丸くする */
  color: #FFFFFF;
  /* 背景色 */
  -moz-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効化 */
  -webkit-appearance: none;
  /* Safari対応 */
  outline: none;
  /* フォーカス時の枠線を消す */
  cursor: pointer;
  /* ポインタを変更 */
  background: #FFF !important;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
  color: #000000 !important;
  /* チェック時の背景色 */
  box-shadow: inset 0 0 0 4px #FFFFFF;
  /* 中央に白い丸を作る */
  background: #323232 !important;
}

.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: 100%;
}

@media (max-width: 640px) {
  .wpcf7-form-control.wpcf7-radio label input[type=radio] {
    padding: 8px;
  }
}

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

/* hover */
@media (min-width: 1024px) {

  /* .cta-txt.hover-btn01:hover {
    background: #FFF;
    transition: 0.3s;
  }
  .cta-txt.hover-btn01:hover span {
    color: #166760;
    transition: 0.3s;
  }
  .cta-txt.hover-btn01:hover svg path {
    fill: #166760;
    transition: 0.3s;
  }
  */
  .cta-txt.hover-btn02:hover {
    background: #FFF;
    transition: 0.3s;
  }

  .cta-txt.hover-btn02:hover span {
    color: #323232 !important;
    transition: 0.3s;
  }

  .cta-txt.hover-btn02:hover svg path {
    stroke: #323232 !important;
    transition: 0.3s;
  }
}

.hd-nav img {
  width: 165px;
}

/* info */
.info-info {
  z-index: 1;
}

.info-bg {
  position: relative;
  z-index: 0;
}

.info-bg::after {
  content: "";
  display: block;
  width: 480px;
  height: 440px;
  background: url(./img/info-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -10vw;
  z-index: -2;
}

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

.pc-none,
.br-450 {
  display: none;
}

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

@media (max-width: 640px) {
  .fv-catch-text {
    display: flex;
    gap: 20px;
  }

  .br-450 {
    display: block;
  }

  .fv-catch span.location {
    align-items: flex-start;
  }

  .fv-catch span.location::before {
    margin-top: 2vw;
  }
}

@media (max-width: 450px) {
  .fv-catch span.location {
    font-size: 12px;
  }
}

/* 250203 fv */
.fv-title {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

@media (max-width: 640px) {
  .fv-title {
    padding-inline: 24px;
  }
}

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

/* 250205 CTA 進呈条件付き */
/* 250205 ご予約フォーム */
#contact {
  padding-block: 96px 40px;
  background: #F2F2F2;
}

@media (max-width: 640px) {
  #contact {
    padding-block: 12% 6%;
  }
}

/* 250205 会社概要 */
#company {
  padding-top: 56px;
  background-color: #F2F2F2;
}

#company .company-list li {
  padding: 20px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E3E3E3;
}

#company .company-list li:first-of-type {
  border-top: 1px solid #E3E3E3;
}

#company .company-list li h4 {
  width: calc(100% - 304px);
  color: #2B2B2B;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71;
  /* 171.429% */
  letter-spacing: 0.7px;
}

#company .company-list li p {
  width: 280px;
  color: #2B2B2B;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71;
  /* 171.429% */
  letter-spacing: 0.7px;
}

@media (max-width: 1024px) {
  #company {
    padding-top: 8%;
  }
}

@media (max-width: 640px) {
  #company .company-list li h4 {
    width: calc(100% - 200px);
  }
}

@media (max-width: 640px) {
  #company .company-list li p {
    width: 200px;
  }
}

/* 250206 sp nav */
.hd-toggle span {
  width: 40px;
}

/* close */
.hd-toggle__line:nth-child(1) {
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hd-toggle__line:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.hd-toggle__line:nth-child(3) {
  top: 76%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* open */
.hd.open .hd-toggle span {
  background: #323232;
}

.hd.open .hd-toggle span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(320deg);
}

.hd.open .hd-toggle span:nth-child(2) {
  display: none;
  transition: 0.3s;
}

.hd.open .hd-toggle span:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-320deg);
}

/* 250206 バナー */
@media (min-width: 1025px) {
  .banner {
    display: none;
  }
}

/* hover */
@media (min-width: 1025px) {

  /* .cta-link {
    transition: 0.3s;
  }
  .cta-link:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  .term-link:hover {
    opacity: 1!important;
  }
  .term-link:hover .hover-btn02 {
    opacity: 0.6!important;
    transition: 0.3s;
  } */
  .cta-link {
    transition: 0.3s;
  }
}

/* 250214 common */
.common-title-h2 {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.common-title-h2 span {
  display: block;
  padding-bottom: 12px;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

@media (max-width: 640px) {
  .common-title-h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 640px) {
  .common-title-h2 span {
    font-size: 4rem;
  }
}

.common-title-h2.ttl-sm {
  font-size: 2rem;
  line-height: 1;
}

@media (max-width: 640px) {
  .common-title-h2.ttl-sm {
    font-size: 1.8rem;
  }
}

.common-title-h2.ttl-sm .en {
  font-size: 3.2rem;
}

#company .common-title-h2 .en {
  font-size: 4.8rem;
}

@media (max-width: 640px) {
  .common-title-h2.ttl-sm .en {
    font-size: 4rem;
  }

  #company .common-title-h2 .en {
    font-size: 4rem;
  }
}

.cmn-explain {
  padding-top: 32px;
  color: #323232;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  /* 187.5% */
}

@media (max-width: 640px) {
  .cmn-explain {
    font-size: 1.4rem;
  }
}


/* 250213 FV */
.fv-slide-cnt {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.fv-slide-top,
.fv-slide-bottom {
  position: relative;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.fv-slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* imgと高さを揃える */
  opacity: 0;
}

.fv-slide-item img {
  width: 100%;
  height: 100%;
  /* 親要素と高さを揃える */
  -o-object-fit: cover;
  object-fit: cover;
  /* 画像を枠いっぱいに表示 */
}

/* クリップアニメーション */
@keyframes nuru {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    opacity: 0;
  }

  10% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
  }

  90% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
  }

  100% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    opacity: 0;
  }
}

/* スライドのループを均等に */
.fv-slide-top .fv-slide-item:nth-child(1),
.fv-slide-bottom .fv-slide-item:nth-child(1) {
  animation: nuru 9s linear 0s infinite;
}

.fv-slide-top .fv-slide-item:nth-child(2),
.fv-slide-bottom .fv-slide-item:nth-child(2) {
  animation: nuru 9s linear 3s infinite;
}

.fv-slide-top .fv-slide-item:nth-child(3),
.fv-slide-bottom .fv-slide-item:nth-child(3) {
  animation: nuru 9s linear 6s infinite;
}

/* 250214 message */
#message {
  padding-block: 80px 40px;
  background-color: #F2F2F2;
}

@media (max-width: 640px) {
  #message {
    padding-block: 12% 8%;
  }
}

.message-image {
  padding: 32px 24px 0;
}

/* 250214 cta */
.cta-txt {
  position: relative;
}

.cta-txt svg {
  position: absolute;
  left: 32px;
}

.cta {
  background: url(./img/page-cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta.--update {
  background: url(./img/page-cta-bg02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta .term-text {
  padding-block: 16px 24px;
  color: #FFF;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  /* 150% */
  letter-spacing: 0.8px;
}

.cta .term-text span {
  font-size: 1.4rem;
  display: block;
  margin-top: 8px;
}

.cta img {
  width: 100%;
}

.cta h2 {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  padding: 16px 8px 8px 8px;
  letter-spacing: 0.05em;
  text-align: center;
}

.cta h2>strong {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.cta .cta-link {
  padding: 46px 20px;
}

.cta .cta-link .cta-txt {
  position: relative;
  width: 300px;
  height: 50px;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto;
}

.cta .cta-link .cta-txt::after {
  content: "";
  background: url(./img/arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  transition: 0.4s;
}

.cta .cta-link .cta-txt:hover::after {
  transform: translateY(-50%) translateX(10px);
}

.cta .cta-link .cta-txt span {

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 150% */
  letter-spacing: 1.6px;
}

.cta .cta-link .cta-txt svg path {
  /* fill: #FFF; */
  stroke: #FFF;
}

/* 250214 エリア */
#area {
  padding-block: 80px 40px;
  background-color: #F2F2F2;
}

@media (max-width: 640px) {
  #area {
    padding-block: 8% 4%;
  }
}

.area__menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
}

.area__menu.area__menu-bottom {
  padding-top: 40px;
}

#area .cmn-explain {
  padding-bottom: 40px;
}

.area__menu-btn {
  width: 208px;
  opacity: .5;
}
.area__menu-btn.on {
  opacity: 1;
}

@media (max-width: 640px) {
  .area__menu-btn {
    width: calc(50% - 8px);
  }
}

.area__menu-btn-img img {
  width: 100%;
  margin-bottom: 0;
}

.area__menu-btn-text {
  background-color: #323232;
  padding: 8px 0;
  text-align: center;
}

.area__menu-btn-text span {
  color: #FFF;
  font-size: 1.2rem;
}
.area__menu-btn-text span.sp {
  display: none;
}


.area-tab {
  position: relative;
  padding-bottom: 40px;
}

.area-tab .area-btn {
  max-width: 91px;
  display: inline-block;
  /* 必要に応じてインラインブロックに設定 */
  animation: float 2s ease-in-out infinite;
  /* アニメーションの適用 */
}

@media (max-width: 640px) {
  .area-tab .area-btn {
    width: 18vw;
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
    /* 初期位置 */
  }

  50% {
    transform: translateY(-10px);
    /* 上に移動 */
  }

  100% {
    transform: translateY(0);
    /* 元の位置に戻る */
  }
}

.area-btn01 {
  position: absolute;
  bottom: 12%;
  right: 12%;
}

.area-btn02 {
  position: absolute;
  top: 10%;
  right: 30%;
}

.area-btn03 {
  position: absolute;
  top: -26%;
  left: 20%;
}

.area-btn04 {
  position: absolute;
  top: 15%;
  left: 15%;
}

.area-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #323232;
  padding-bottom: 16px;
}

.area-title:not(:first-of-type) {
  padding-top: 24px;
}

.area-title h3 {
  color: #2B2B2B;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  /* 200% */
  letter-spacing: 1px;
  display: block;
}

.area-title span {
  width: 160px;
  height: 30px;
  display: block;
  padding-inline: 16px;
  margin-bottom: 8px;
  background: #323232;
  color: #FFF;
  /* 日本語16-Medium-明朝 */

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  /* 187.5% */
}

@media (max-width: 640px) {
  .area-title h3 {
    font-size: 1.8rem;
  }
}

/* 通常のプラスの形 */
/* 通常状態 */
.line-vertical,
.line-horizontal {
  transition: 0.3s;
}

/* is-active クラスが付いた状態 */
.is-active .line-vertical {
  display: none;
  transition: 0.3s;
}

.area-cnt:not(:first-of-type) {
  padding-top: 16px;
}

.area-cnt--inner {
  display: none;
  /* 初期状態で非表示 */
  padding-block: 24px 40px;
  border-bottom: 1px solid #323232;
}

.area-cnt--inner iframe {
  width: 100%;
  height: 240px;
  padding-block: 16px;
}

.area-cnt--inner ul li {
  color: #323232;
  /* 日本語16-Regular-ゴシック */

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  /* 187.5% */
}

.area-cnt--inner a.reserve-btn {
  width: 185px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 30px;
  background: var(--eb-9507, #FA9D04);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 0;
}

.area-cnt--inner a.reserve-btn span {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  /* 200% */
  letter-spacing: 1px;
}

.area-cnt--inner .area-point {
  padding-top: 24px;
}

.area-point>li {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  /* 187.5% */
}

@media (max-width: 640px) {
	.area-point>li {
		font-size: 1.2rem;
		letter-spacing: .06em;
	}
}

.area-point>li:first-child {
  padding-bottom: 8px;
  font-weight: 500;
}

@media (max-width: 640px) {
  .area-cnt--inner ul li {
    font-size: 1.2rem;
  }
}

/* area-point */
/* area-slider */
.area-slider {
  position: relative;
  padding-top: 24px;
}

/* メインスライダーのラッパーを相対配置 */
.area-main-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  /* ボタンを中央に配置 */
}

/* カスタムナビゲーションボタン */
.custom-prev-main,
.custom-next-main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.custom-prev-main img,
.custom-next-main img {
  width: 100%;
  height: auto;
}

.custom-prev-main {
  left: 10px;
}

.custom-next-main {
  right: 10px;
}

@media (min-width: 1025px) {

  .custom-prev-main:hover,
  .custom-next-main:hover {
    opacity: 0.7;
  }
}

/* カスタムナビゲーションボタン */
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.custom-prev img,
.custom-next img {
  width: 100%;
  height: auto;
}

.custom-prev {
  left: 10px;
}

.custom-next {
  right: 10px;
}

@media (min-width: 1025px) {

  .custom-prev:hover,
  .custom-next:hover {
    opacity: 0.7;
  }
}

/* サムネイルスライダー */
.area-thumbnail-slider {
  margin-top: 10px;
}

.area-thumbnail-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.area-thumbnail-slider .swiper-slide-thumb-active {
  opacity: 1;
}

/* area-feature */
.area-feature {
  background: #F4F4F4;
  margin-top: 70px;
  padding: 32px 24px;
}

@media (max-width: 1025px) {
  .area-feature {
    padding: 4%;
  }
}

.area-feature h3 {
  padding-block: 24px 16px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.58;
  /* 158.333% */
}

.area-feature p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  /* 187.5% */
}

@media (max-width: 640px) {
  .area-feature {
    margin-top: 9%;
  }
}

@media (max-width: 640px) {
  .area-feature h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 640px) {
  .area-feature p {
    font-size: 1.4rem;
  }
}

/* area-plan */
.area-plan {
  padding-top: 66px;
}

.area-plan-info {
  margin-top: 40px;
  padding: 32px;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.area-plan-info p {
  color: #323232;
  /* 日本語16-Medium-明朝 */

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.87;
  /* 187.5% */
  padding-bottom: 16px;
}

.area-plan-info ul li {
  color: #323232;
  /* 日本語16-Regular-ゴシック */

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  /* 187.5% */
}

/* area-modal */
.area-modal {
  padding-top: 24px;
}

.area-modal .area-modal-image:not(:last-of-type) {
  margin-bottom: 20px;
}

/* モーダルコンテンツの配置 */
.area-modal-popup-content {
  max-width: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  .area-modal-popup-content {
    width: 90%;
  }
}

/* 閉じるボタン */
.close-popup {
  position: absolute;
  top: -16%;
  right: 0;
  background: none;
  border: none;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
}

/* モーダル背景全体 */
.area-modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
}

.area-modal-popup.active {
  opacity: 1;
  visibility: visible;
}

/* モーダルの画像 */
.area-modal-img {
  width: 100%;
  height: auto;
}

/* area-access */
.area-access {
  padding-top: 66px;
}

.area-access__map {
  width: 100%;
  aspect-ratio: 432/260;
}

.area-access__info {
  padding: 12px;
}

.area-access__info-ttl {
  margin-bottom: 8px;
  font-size: 18px;

}

.area-access__info-add {
  font-size: 12px;

}

/* 250217 フォーム */
.contact-title-box {
  padding: 46px 40px 24px 16px;
  border-top: 1px solid #323232;
  border-left: 1px solid #323232;
  position: relative;
  margin-left: 24px;
  margin-bottom: 40px;
}

.contact-title-box span {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  /* 187.5% */
  background: #323232;
  padding-inline: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-title-box h2 {
  color: #323232;
  /* 日本語24-Medium-明朝 */

  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 158.333% */
}

.contact-title-box p {
  padding-top: 24px;
  color: #323232;
  /* 日本語16-Regular-ゴシック */

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  /* 187.5% */
}

@media (max-width: 640px) {
  .contact-title-box h2 {
    font-size: 2rem;
  }
}

@media (max-width: 640px) {
  .contact-title-box p {
    font-size: 1.4rem;
  }
}

/* フォームの切り替え */

.contact-form-cnt {
  display: none;
}

.contact-form-cnt.active {
  display: block;
}

/* 250217 works */
#works {
  padding-block: 292px 56px;
  background-color: #F2F2F2;
}

@media (max-width: 640px) {
  #works {
    padding-bottom: 260px 56px;
  }
}

#works::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(./img/works-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
}

.works__wrap {
  padding: 56px 0;
  margin-top: 40px;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
  background: #FFF;
}

.works-ttl {
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #323232;
}

.works-ttl-txt {
  display: block;
  font-size: 2.4rem;
}

@media (max-width: 640px) {
	.works-ttl-txt {
		font-size: 2.2rem;
	}
}

.works-ttl-num {
  display: inline-block;
  background-color: #323232;
  color: #FFF;
  padding: 4px 16px;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

/* works-slider */
.works-slider {
  position: relative;
  padding-top: 40px;
}

/* メインスライダーのラッパーを相対配置 */
.works-main-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  /* ボタンを中央に配置 */
}

/* サムネイルスライダー */
.works-thumbnail-slider {
  margin-top: 10px;
}

.works-thumbnail-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.works-thumbnail-slider .swiper-slide-thumb-active {
  opacity: 1;
}

/* 250217 company */
.company-tab {
  display: flex;
  align-items: flex-end;
  max-width: 432px;
  height: 75px;
  justify-content: center;
  margin: 40px auto -1px;
}

.company-tab li {
  cursor: pointer;
  padding: 10px;
  border-bottom: 2px solid transparent;
  height: 60px;
  transition: 0.3s;
  color: #323232;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: .04em;
  border: 1px solid #323232;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .company-tab li {
    padding: 2%;
  }
}

.company-tab li.active {
  border-bottom: 2px solid #000;
  font-weight: bold;
  height: 75px;
  transition: 0.3s;
  background: #323232;
  color: #FFF;
}

.company-tab li:first-of-type {
  margin-right: -1px;
}

.company-tab li:last-of-type {
  margin-left: -1px;
}

@media (max-width: 640px) {
  .company-tab li {
    font-size: 1.4rem;
  }
}

.company-cnt {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #FFF;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
}

.company-cnt-inner {
  display: none;
}

.company-cnt-inner.active {
  display: block;
}

.company-cnt-inner h3 {
  color: #323232;
  /* 日本語24-Medium-明朝 */

  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.58;
  /* 158.333% */
  padding-block: 24px 16px;
}

.company-cnt-inner p {
  color: #323232;
  /* 日本語16-Regular-ゴシック */

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  /* 187.5% */
}

@media (max-width: 640px) {
  .company-cnt-inner h3 {
    font-size: 2rem;
  }
}

@media (max-width: 640px) {
  .company-cnt-inner p {
    font-size: 1.4rem;
  }
}

/* 250217 info */
#info {
  padding-block: 80px 40px;
  background-color: #F2F2F2;
}

#info .info-list {
  padding-top: 40px;
}

#info .info-list li {
  display: flex;
  padding: 24px;
  border-bottom: 1px solid #323232;
}

@media (max-width: 640px) {
  #info .info-list li {
    padding: 4% 2%;
  }
}

#info .info-list li:first-of-type {
  border-top: 1px solid #323232;
}

#info .info-list li h4 {
  width: 100px;
  /* 日本語16-Medium-明朝 */

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.87;
  /* 187.5% */
}

#info .info-list li p {
  width: calc(100% - 80px);
  /* 日本語16-Regular-ゴシック */

  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  /* 187.5% */
}

@media (max-width: 640px) {
  #info {
    padding-block: 12% 8%;
  }
}

@media (max-width: 640px) {
  #info .info-list li h4 {
    font-size: 1.4rem;
  }
}

@media (max-width: 640px) {
  #info .info-list li p {
    font-size: 1.4rem;
  }
}

/* 250218 footer */
.ft {
  padding: 64px;
  background: #323232;
}

@media (max-width: 640px) {
  .ft {
    /* padding: 8%; */
    padding: 8% 8% 24% 8%;
  }
}

.ft-info p {
  color: #323232;
  text-align: center;
  /* 日本語14-Regular-ゴシック */

  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 200% */
}

.ft-info ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding: 32px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.ft-info ul li {
  width: 50%;
  color: #323232;
  /* 英語16-Regular */
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  /* 187.5% */
}

/* sp menu */
@media (max-width: 1024px) {
  .hd-nav {
    padding: 0;
  }

  .hd-nav__list {
    width: 300px;
  }

  ul.hd-nav__list.top {
    padding: 120px 60px 0 60px;
  }

  ul.hd-nav__list.bottom {
    padding: 0 60px 120px 60px;
  }

  .hd-nav__link {
    color: #FFF;
    /* 英語16-Regular */
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.87;
    /* 187.5% */
    text-align: left;
  }
}

/* pc menu */
@media (min-width: 1025px) {
  li.hd-nav__item {
    padding-block: 4px;
  }
}

/* cta */
.cta .cta-ph {
  margin-bottom: 8px;
  max-width: 342px;
}

span.term-notice {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  max-width: 400px;
  border-bottom: 1px solid #fff;
  display: block;
  text-align: center;
}

.cta-scroll {
  height: 150px;
  overflow-y: scroll;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 16px;
  margin-top: 24px;
}

.cta-scroll p {
  color: #FFF;

  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 200% */
}

/* .area-cnt */
#wpadminbar {
  /* display: none; */
}

/* form radio */
/* ラジオボタンが選択された状態 */
input[type=radio]:checked+label {
  background-color: #e0e0e0;
  /* 背景色（選択されたときの色） */
  color: #323232;
  /* 文字色 */
  border: 2px solid #C6A160;
  /* 枠線の色 */
  font-weight: bold;
  /* 太字 */
}

input[type=radio]+label {
  padding: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

input[type=radio]:not(:checked)+label {
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
}

/* ラベル全体のスタイル */
/* 選択されていない状態 */
/* 250218 NEW FV */
#fv {
  display: flex;
  flex-direction: column;
  height: auto;
  /* 高さを自動調整 */
}

.fv-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* 親要素に合わせて幅を100%に */
}

.top-swiper,
.bottom-swiper {
  height: 50%;
  /* スライダーの高さを50%に設定 */
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

@media (max-width: 1024px) {
  #fv {
    height: auto;
    /* ビューポートの高さに依存しない */
  }

  .fv-wrap {
    height: auto;
    /* 高さを自動調整 */
  }

  .top-swiper,
  .bottom-swiper {
    height: 50%;
    /* スライダーの高さを均等に */
  }
}

/* タイトルを中央配置 */
.fv-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.area-btn {
  cursor: pointer;
}

.area-cnt--inner {
  display: none;
}

.area-cnt--inner.active {
  display: block;
}

#area-cnt01,
#area-cnt02,
#area-cnt03,
#area-cnt04,
#area-cnt05 {
  padding-top: 70px;
  margin-top: -70px;
}

@media (max-width: 1024px) {

  #area-cnt01,
  #area-cnt02,
  #area-cnt03,
  #area-cnt04,
  #area-cnt05 {
    padding-top: 140px;
    margin-top: -140px;
  }
}

/* modal */
.area-modal-image {
  position: relative;
  cursor: pointer;
}

.area-modal-image::after {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background: url(./img/icon-zoom.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

/* top btn */
.top-btn {
  position: fixed;
  right: calc((100% - 1180px) / 2);
  bottom: 24px;
  z-index: 100;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1240px) {
  .top-btn {
    right: 2%;
  }
}

@media screen and (max-width: 1000px) {
  .top-btn {
    right: 28%;
  }
}

@media screen and (max-width: 840px) {
  .top-btn {
    right: 24%;
  }
}

@media screen and (max-width: 760px) {
  .top-btn {
    right: 7.5%;
  }
}

.banner,
.top-btn {
  opacity: 0;
  pointer-events: none;
  /* opacity: 0 のときはクリックできない */
  transition: opacity 0.3s ease, pointer-events 0s linear 0.3s;
  /* opacity変更に合わせてpointer-eventsを遅延 */
}

.banner.is-visible,
.top-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
  /* クリック可能 */
}

.banner.is-hidden,
.top-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
  /* クリックできない */
}

.banner .hd-nav__link::before,
.ft-info .hd-nav__link::before,
.top-btn .hd-nav__link::before {
  content: none !important;
}

/* 250221 */
.main-cta {
  display: block !important;
}

span.wpcf7-list-item-label,
.form-date-notice {
  color: #323232;
  /* 日本語14-Regular-ゴシック */
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 200% */
}
.form-date-notice02 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
  .form-date-notice.--notice {
    font-size: 1.4rem;
  }
}

.form__notice {
  color: #323232;

  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 200% */
  letter-spacing: 1.4px;
}

.main-cta .cta-txt,
.cta-scroll {
  max-width: 320px;
}

.custom-works-thumbnail-slider {
  margin-top: 16px;
}

/*0314追記*/
.form-spot {
  display: flex;
  gap: 8px;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .form-spot {
    margin-top: 3%;
  }
}
@media screen and (max-width: 640px) {
  .form-spot {
    margin-top: 5%;
  }
}

.form-spot__item {
  flex: 1;
  cursor: pointer;
}

.form-spot__item img {
  opacity: 0.6;
  transition: 0.4s;
}

.form-spot__item.--active img {
  opacity: 1;
}

/*# sourceMappingURL=page-client.css.map */