@charset "UTF-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;
}

/* 行の高=フォントサイズ */
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,
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: #303030;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #303030;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  border: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -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,
section {
  display: block;
}

section {
  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: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

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

button {
  outline: none;
}

iframe {
  display: block;
}

/*import*/
html {
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #303030;
}
@media screen and (max-width: 479px) {
  body {
    font-size: 0.875rem;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Shippori Mincho B1", serif;
  }
}
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: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 2;
  color: #303030;
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.06em;
  line-height: 2;
}

a,
a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

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

.pc-tb {
  display: block;
}
@media screen and (max-width: 479px) {
  .pc-tb {
    display: none !important;
  }
}

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

.tb {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 479px) {
  .tb {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 479px) {
  .sp {
    display: block !important;
  }
}

.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 20px;
  width: 100%;
}
.cmn-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}

.cmn-ttl {
  position: relative;
  text-align: center;
}
.cmn-ttl__main {
  display: block;
  margin-bottom: 3px;
  font-size: 1.5rem;
  line-height: 1.36;
  letter-spacing: 0.06em;
  color: #303030;
}
@media screen and (max-width: 479px) {
  .cmn-ttl__main {
    font-size: 1.1875rem;
  }
}
.cmn-ttl__sub {
  display: block;
  font-size: 0.875rem;
  line-height: 2.285;
  letter-spacing: 0.16em;
  color: #937218;
}
.cmn-ttl.--white .cmn-ttl__main {
  color: #fff;
}
.cmn-ttl.--white .cmn-ttl__sub {
  color: #fff;
}

.en {
  font-family: "Cormorant", serif;
}

.load {
  opacity: 0;
  filter: blur(1rem);
}
.load.is-loaded {
  animation: blur 1.4s ease forwards;
}
.load.is-loaded.--delay1 {
  animation-delay: 1s;
}
.load.is-loaded.--delay2 {
  animation-delay: 2s;
}
.load.is-loaded.--scale {
  animation: scale 3s ease forwards;
}

@media screen and (min-width: 1025px) {
  .load-pc {
    opacity: 0;
    filter: blur(1rem);
  }
  .load-pc.is-loaded {
    animation: blur 1.4s ease forwards;
  }
  .load-pc.is-loaded.--delay1 {
    animation-delay: 1s;
  }
  .load-pc.is-loaded.--delay2 {
    animation-delay: 2s;
  }
  .load-pc.is-loaded.--scale {
    animation: scale 3s ease forwards;
  }
}

@keyframes blur {
  0% {
    opacity: 0;
    visibility: hidden;
    filter: blur(1rem);
  }
  100% {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
  }
}
@keyframes scale {
  0% {
    scale: 1.1;
    opacity: 0;
    filter: blur(0);
  }
  100% {
    scale: 1;
    opacity: 1;
    filter: blur(0);
  }
}
.fade-img {
  opacity: 0;
  transition: opacity 2.3s ease-in-out, -webkit-mask-position 2.3s cubic-bezier(0.115, 0.405, 0.24, 1);
  -webkit-mask-image: url(./img/mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  -webkit-mask-position: center bottom;
  mask-image: url(./img/mask.png);
  mask-mode: alpha;
  mask-position: center bottom;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 300%;
          mask-size: auto 300%;
}
.fade-img.visible {
  opacity: 1;
  -webkit-mask-position: center top;
  mask-position: center top;
}

.fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-out, visibility 0s linear 1s;
}
.fade.visible {
  opacity: 1;
  visibility: inherit;
  transition: opacity 1s ease-out, visibility 0s linear 0s;
}

.hd {
  display: flex;
  width: 100%;
}
.hd-cnt {
  position: fixed;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  gap: 480px;
  width: 100%;
  height: 100vh;
}
.hd-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 75px;
  width: calc(100% - 480px - min(29.1666666667vw, 26.25rem));
  background: url(./img/bg-hd.jpg) no-repeat center center/cover;
  text-align: center;
}
.hd-name {
  margin-bottom: 60px;
  width: 166px;
  aspect-ratio: 166 / 41;
}
.hd-name img {
  width: 100%;
}
.hd-contact {
  margin-inline: auto;
  width: calc(100% - 40px);
}
.hd-btn {
  margin-bottom: 10px;
  margin-inline: auto;
  width: 100%;
  max-width: 269px;
}
.hd-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 100%;
  height: 56px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #707070;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.16em;
  color: #ffffff;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-btn__link:hover {
    opacity: 0.8;
  }
}
.hd-corporate__st {
  font-size: 1rem;
  letter-spacing: 0.16em;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.hd-corporate__st-icon {
  display: inline-block;
  line-height: 1;
}
.hd-corporate__st-icon img {
  transition: 0.4s;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(34deg) brightness(101%) contrast(101%);
}
@media screen and (min-width: 1025px) {
  .hd-corporate__st:hover {
    color: #937218;
  }
  .hd-corporate__st:hover img {
    filter: invert(38%) sepia(59%) saturate(581%) hue-rotate(6deg) brightness(104%) contrast(91%);
  }
}
.hd-phone {
  margin-bottom: 15px;
}
.hd-phone__link {
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-phone__link:hover {
    color: #937218;
  }
}
.hd-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.hd-sns img {
  transition: 0.4s;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(34deg) brightness(101%) contrast(101%);
}
@media screen and (min-width: 1025px) {
  .hd-sns a:hover {
    filter: invert(38%) sepia(59%) saturate(581%) hue-rotate(6deg) brightness(104%) contrast(91%);
  }
}
.hd-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: min(29.1666666667vw, 26.25rem);
}
.hd-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hd-nav__item {
  margin-bottom: 24px;
  text-align: center;
}
.hd-nav__link {
  display: block;
  position: relative;
  width: 100%;
  transition: 0.4s;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 160px;
  height: 28px;
}
.hd-nav__link span {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.4s ease;
}
.hd-nav__link-en {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.16em;
  transition: 0.4s;
  transform: translateY(0);
}
.hd-nav__link-jp {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  color: #303030;
  transform: translateY(100%);
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover .hd-nav__link-en {
    transform: translateY(-100%);
  }
  .hd-nav__link:hover .hd-nav__link-jp {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    color: #000;
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.show.is-show span {
    color: #333;
  }
}
.hd-nav__contact {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hd {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    height: 72px;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  .hd-cnt {
    position: relative;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    padding-block: 0;
    padding-inline: 35px 16px;
    height: 100%;
  }
  .hd-info {
    padding-top: 0;
    width: 100px;
    background: transparent;
  }
  .hd-name {
    margin-bottom: 0;
    width: 100px;
    z-index: 1001;
  }
  .hd-contact {
    display: none;
  }
  .hd-menu {
    margin-inline: auto 0;
    padding: 0;
    width: auto;
    max-width: none;
  }
  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 16.6666666667vw;
    width: 100%;
    height: 100svh;
    background: url(./img/bg-nav.jpg) no-repeat center center/cover;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .hd-nav__list {
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
    width: 215px;
  }
  .hd-nav__item {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    border: none;
  }
  .hd-nav__item:first-child {
    border: none;
  }
  .hd-nav__link {
    display: block;
    padding-block: min(3.3333333333vw, 1rem);
    padding-inline: 0;
    height: auto;
    width: auto;
    overflow: visible;
    text-align: center;
  }
  .hd-nav__link-en {
    display: none;
  }
  .hd-nav__link-jp {
    position: relative !important;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.05em;
    color: #303030;
    transform: translateY(0);
  }
  .hd-nav__contact {
    display: block;
    margin-inline: auto;
    width: calc(100% - 40px);
    text-align: center;
  }
  .hd-nav__corporate-st {
    font-size: 1rem;
    letter-spacing: 0.16em;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .hd-nav__corporate-icon {
    display: inline-block;
    line-height: 1;
  }
  .hd-nav__phone {
    margin-bottom: 56px;
  }
  .hd-nav__phone-link {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #303030;
  }
  .hd-nav__btn {
    margin-bottom: 15px;
    margin-inline: auto;
    width: 100%;
    max-width: 269px;
  }
  .hd-nav__btn-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    width: 100%;
    height: 56px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background: #707070;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 2;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.16em;
    color: #ffffff;
  }
  .hd-toggle {
    position: relative;
    margin-right: 10px;
    width: 45px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 16px;
  }
  .hd-toggle span {
    display: block;
    position: absolute;
    right: 0;
    transition: 0.35s ease-in-out;
    width: 100%;
    background: #303030;
    color: #303030;
  }
  .hd-toggle__line {
    height: 1px;
  }
  .hd-toggle__line:nth-child(1) {
    top: 0;
    width: 57.78%;
  }
  .hd-toggle__line:nth-child(2) {
    top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .hd.fixed {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
}
.hd.open {
  background: transparent;
}
.hd.open .hd-name__logo {
  opacity: 0;
}
.hd.open .hd-nav {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 7px;
  width: 100%;
  transform: rotate(45deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  top: 7px;
  transform: rotate(-45deg);
}

.ft {
  background: url(./img/bg-ft.jpg) no-repeat center center/cover;
  color: #fff;
}
.ft-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-block: 130px 32px;
  padding-inline: 32px;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .ft-cnt {
    padding-inline: 16px;
  }
}
.ft-name {
  margin-bottom: 90px;
  width: 166px;
  aspect-ratio: 166 / 41;
}
.ft-logo {
  display: block;
  width: 100%;
  height: 100%;
}
.ft-logo img {
  width: 100%;
  filter: invert(100%) sepia(0%) saturate(3661%) hue-rotate(242deg) brightness(107%) contrast(101%);
}
.ft-nav {
  margin-bottom: 12px;
}
.ft-nav__list {
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 479px) {
  .ft-nav__list {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.ft-nav__item {
  margin-bottom: 72px;
}
.ft-nav__link {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .ft-nav__link:hover {
    color: #937218;
  }
}
.ft-nav__link-en {
  display: block;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 32px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 479px) {
  .ft-nav__link-en {
    font-size: 1.125rem;
  }
}
.ft-nav__link-jp {
  display: block;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 479px) {
  .ft-nav__link-jp {
    font-size: 0.75rem;
  }
}
.ft-info {
  margin-bottom: 64px;
  text-align: center;
}
.ft-corporate__st {
  font-size: 1rem;
  letter-spacing: 0.16em;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
.ft-corporate__st-icon {
  display: inline-block;
  line-height: 1;
}
.ft-corporate__st-icon img {
  transition: 0.4s;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(34deg) brightness(101%) contrast(101%);
}
@media screen and (min-width: 1025px) {
  .ft-corporate__st:hover {
    color: #937218;
  }
  .ft-corporate__st:hover img {
    filter: invert(38%) sepia(59%) saturate(581%) hue-rotate(6deg) brightness(104%) contrast(91%);
  }
}
.ft-phone {
  margin-bottom: 46px;
}
.ft-phone__link {
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .ft-phone__link:hover {
    color: #937218;
  }
}
.ft-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.ft-sns img {
  transition: 0.4s;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(34deg) brightness(101%) contrast(101%);
}
@media screen and (min-width: 1025px) {
  .ft-sns a:hover {
    filter: invert(38%) sepia(59%) saturate(581%) hue-rotate(6deg) brightness(104%) contrast(91%);
  }
}
.ft-copy {
  font-size: 0.625rem;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

.banner {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  height: 56px;
  z-index: 100;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .banner {
    display: none;
  }
}
.banner-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto 0;
  width: 68px;
  height: 100%;
  background: #707070;
  border-radius: 5px 0px 0px 5px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #fff;
  transition: 0.4s;
  pointer-events: visible;
}
.banner-link__st {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}

.content {
  position: relative;
  margin-inline: auto min(29.1666666667vw, 26.25rem);
  width: 480px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: clip;
}
@media screen and (max-width: 1024px) {
  .content {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
}
.content.open {
  background: transparent;
  box-shadow: none;
}
.content.open .main {
  visibility: hidden;
}
.content.open .ft {
  visibility: hidden;
}

.fv {
  position: relative;
}
.fv-head {
  padding-block: 54px 33px;
  padding-inline: 20px;
}
@media screen and (max-width: 1024px) {
  .fv-head {
    padding-top: 80px;
    padding-inline: 25px;
  }
}
.fv-ttl__main {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.16em;
  line-height: 1.75;
}
.fv-ttl__sub {
  display: block;
  line-height: 2.285;
  letter-spacing: 0.16em;
  color: #937218;
}
@media screen and (max-width: 1024px) {
  .fv-ttl__sub {
    padding-left: 5px;
  }
}
.fv-scroll {
  position: absolute;
  bottom: 170px;
  right: 21px;
}
.fv-scroll__st {
  position: relative;
  font-size: 0.75rem;
  color: #fff;
  writing-mode: vertical-rl;
}
.fv-scroll__st::before {
  content: "";
  position: absolute;
  top: calc(100% + 11px);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
	height: 140px;
	background: #fff;
}
.fv-scroll__st::after {
  content: "";
  position: absolute;
  top: calc(100% + 11px);
  left: calc(50% - 1px);
  transform: translateX(-50%);
  width: 2px;
  height: 140px;
	background: #937218;
	animation: scroll 3s infinite;
}
  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
  }

.introduction {
  padding-block: 82px 0;
}
.introduction .cmn-ttl {
  margin-bottom: 80px;
}
.introduction-txt {
  margin-bottom: 80px;
}
.introduction-txt__st {
  margin-bottom: 28px;
  text-align: center;
}

.questions {
  padding-block: 120px;
}
.questions .cmn-ttl {
  margin-bottom: 64px;
}
.questions-list {
  margin-bottom: 62px;
}
.questions-list__cnt {
  margin-bottom: 48px;
  padding-bottom: 62px;
  border-bottom: 1px solid #937218;
}
.questions-list__ttl {
  margin-bottom: 38px;
}
.questions-list__ttl-st {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  font-size: 1.125rem;
}
@media screen and (max-width: 479px) {
  .questions-list__ttl-st {
    gap: 12px;
  }
}
.questions-list__ttl-st span {
  font-size: 2.5rem;
  letter-spacing: 0.16em;
  line-height: 0.8;
}
@media screen and (max-width: 479px) {
  .questions-list__ttl-st span {
    font-size: 2rem;
  }
}
.questions-list__ph {
  margin-bottom: 40px;
  margin-inline: auto;
  max-width: 400px;
}
.questions-list__txt-st {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .questions-list__ttl-st {
    gap: 12px;
  }
}
.questions-list__txt-st span {
  font-size: 2.5rem;
  line-height: 0.8;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 479px) {
  .questions-list__txt-st span {
    font-size: 2rem;
  }
}

.interview {
  padding-block: 72px 64px;
  background: #f2f4ef;
}
.interview .cmn-ttl {
  margin-bottom: 78px;
}
.interview-txt {
  margin-bottom: 50px;
  text-align: center;
}
.interview-slide {
  position: relative;
  margin-bottom: 80px;
}
.interview-box {
  padding-inline: 19px;
}
.interview-box__link {
  display: block;
  padding: 32px 20px;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .interview-box__link:hover .interview-box__btn {
    color: #937218;
  }
}
.interview-box__ph {
  margin-bottom: 32px;
}
.interview-box__name {
  margin-bottom: 18px;
  text-align: center;
}
.interview-box__txt {
  margin-bottom: 43px;
}
.interview-box__btn {
  text-align: center;
  transition: 0.4s;
}
.interview .swiper-button-next, .interview .swiper-button-prev {
  position: absolute;
  top: 50%;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .interview .swiper-button-next, .interview .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.interview .swiper-button-next::after, .interview .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: ) {
  .interview .swiper-button-next:hover, .interview .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.interview .swiper-button-prev {
  left: 12px;
  right: auto;
  transform: scale(-1, 1);
}
.interview-tab {
  padding-inline: 16px;
}
.interview-tab__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px 8px;
  flex-wrap: wrap;
}
.interview-tab__item {
  width: calc((100% - 16px) / 3);
}
.interview-modal__item {
  padding-block: 68px 0;
  max-width: 432px;
  background: #f2f4ef;
}
.interview-modal__head {
  padding-bottom: 82px;
  padding-inline: 23px;
}
.interview-modal__ttl {
  margin-bottom: 34px;
  padding-inline: 5px;
  font-size: 1.25rem;
}
.interview-modal__ph {
  margin-bottom: 12px;
}
.interview-modal__name {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d1cac1;
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  line-height: 30px;
  text-align: right;
  letter-spacing: 0.05em;
}
.interview-modal__position {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  text-align: right;
}
.interview-modal__cnt {
  padding-bottom: 30px;
}
.interview-modal__box-ttl {
  margin-bottom: 42px;
  margin-inline: 23px;
  font-size: 1.25rem;
  text-align: center;
}
.interview-modal__box-txt {
  margin-bottom: 58px;
  margin-inline: 23px;
}
.interview-modal__box-ph {
  margin-bottom: 64px;
}
.interview-modal__bottom {
  padding-bottom: 80px;
  padding-inline: 20px;
}
.interview-modal__other {
  margin-bottom: 64px;
}
.interview-modal__anchor {
  margin-bottom: 32px;
  width: 100%;
  max-width: 384px;
}
.interview-modal__anchor-link {
  display: flex;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .interview-modal__anchor-link:hover {
    opacity: 0.7;
  }
}
.interview-modal__anchor-ph {
  width: 88px;
	max-height: 120px;
}
.interview-modal__anchor-ph img {
  height: 100%;
/* 	height:auto; */
  object-fit: cover;
}
.interview-modal__anchor-info {
	display: flex;
        flex-direction: column;
  padding-block: 22px 8px;
  padding-inline: 15px 8px;
  width: calc(100% - 88px);
}
@media screen and (max-width: 480px) {
	.interview-modal__anchor-info {
  padding-block: 16px 8px;
}
}
.interview-modal__anchor-txt {
  font-size: 0.75rem;
  line-height: 20px;
}
.interview-modal__anchor-btn {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  margin-block: auto 0;
  margin-inline: auto 0;
  letter-spacing: 0.16em;
  width: 96px;
  height: 24px;
  border-bottom: 1px solid #937218;
  font-size: 0.75rem;
  line-height: 32px;
  letter-spacing: 0.16em;
  text-align: right;
	width: fit-content;
	height:auto;
}
.interview-modal__anchor-btn span {
  line-height: 0;
}
.interview-modal__anchor.--anchor02 .interview-modal__anchor-link {
  flex-direction: row-reverse;
  background: #f2f4ef;
}
.interview-modal__anchor.--anchor02 .interview-modal__anchor-info {
  padding-block: 20px 8px;
  padding-inline: 20px 8px;
  width: calc(100% - 88px);
}
.interview-modal__description {
  margin-bottom: 80px;
}
.interview-modal__description-link {
  max-width: 384px;
  width: 100%;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1px solid #707070;
  outline-offset: -5px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(48, 48, 48, 0.25);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .interview-modal__description-link:hover {
    opacity: 0.7;
  }
}
.interview-modal__txt {
  margin-bottom: 64px;
  text-align: center;
}
.interview-modal__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  max-width: 269px;
  width: 100%;
  height: 56px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #707070;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.16em;
  color: #ffffff;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .interview-modal__btn-link:hover {
    opacity: 0.8;
  }
}
.interview-modal__close-st {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background: #e6e6e6;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .interview-modal__close-st:hover {
    opacity: 0.7;
  }
}

.area {
  padding-block: 125px 44px;
}
.area .cmn-ttl {
  margin-bottom: 62px;
}
.area-map__ph {
  position: relative;
}
.area-point__btn {
  position: absolute;
}
.area-point__btn-link {
  width: 131px;
  height: 54px;
  background: #707070;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: 0.4s;
}
.area-point__btn-link:hover {
  opacity: 0.8;
}
.area-point__btn.--karatsu {
  top: 28px;
  left: 52px;
}
@media screen and (max-width: 479px) {
  .area-point__btn.--karatsu {
    top: min(2.6666666667vw, 1.75rem);
  }
}
.area-point__btn.--kurume {
  top: 97px;
  right: 99px;
}
@media screen and (max-width: 479px) {
  .area-point__btn.--kurume {
    right: min(9.3333333333vw, 6.1875rem);
  }
}
.area-point__btn.--saga {
  top: 228px;
  left: 9px;
}
@media screen and (max-width: 479px) {
  .area-point__btn.--saga {
    top: min(50.6666666667vw, 14.25rem);
  }
}
.area-point__btn.--kumamoto {
  top: 295px;
  right: 60px;
}
@media screen and (max-width: 479px) {
  .area-point__btn.--kumamoto {
    top: min(69.3333333333vw, 18.4375rem);
  }
}
.area-modal__item {
  padding-block: 64px 0;
  max-width: 432px;
  background: #f2f4ef;
}
.area-modal__head {
  padding-bottom: 62px;
  padding-inline: 24px;
}
.area-modal__ph {
  margin-top: 36px;
  margin-bottom: 30px;
}
.area-modal__cnt {
  margin-bottom: 64px;
}
.area-modal__access {
  margin-bottom: 56px;
  text-align: center;
}
.area-modal__access-ttl {
  margin-bottom: 37px;
  font-size: 1.25rem;
}
.area-modal__access-info {
  margin-bottom: 32px;
}
.area-modal__access-map {
  aspect-ratio: 432/296;
}
.area-modal__access-map iframe {
  position: relative;
  width: 100%;
  height: 100%;
}
.area-modal__job {
  margin-bottom: 48px;
  padding-inline: 24px;
}
.area-modal__job-ttl {
  margin-bottom: 48px;
  font-size: 1.25rem;
  text-align: center;
}
.area-modal__job-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin-inline: auto;
  width: 100%;
  max-width: 361px;
}
.area-modal__job-item {
  width: calc((100% - 40px) / 2);
  max-width: 160px;
  height: 64px;
}
.area-modal__job-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #937218;
  border-radius: 5px;
  text-align: center;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .area-modal__job-link:hover {
    opacity: 0.7;
  }
}
.area-modal__description {
  margin-bottom: 64px;
  padding-inline: 24px;
}
.area-modal__description-link {
  margin-inline: auto;
  max-width: 384px;
  width: 100%;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1px solid #707070;
  outline-offset: -5px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(48, 48, 48, 0.25);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .area-modal__description-link:hover {
    opacity: 0.7;
  }
}
.area-modal__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  max-width: 269px;
  width: 100%;
  height: 56px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #707070;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.16em;
  color: #ffffff;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .area-modal__btn-link:hover {
    opacity: 0.8;
  }
}
.area-modal__close {
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .area-modal__close:hover {
    opacity: 0.7;
  }
}
.area-modal__close-st {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background: #e6e6e6;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
}
.area-modal__close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
}

.recruit {
  padding-block: 80px 20px;
}
.recruit .cmn-ttl {
  margin-bottom: 30px;
}
.recruit__head {
  position: relative;
  margin-inline: auto;
  max-width: 352px;
  cursor: pointer;
}
.recruit__head::before, .recruit__head::after {
  background: #303030;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  width: 1.715em;
}
@media screen and (max-width: 1024px) {
  .recruit__head::before, .recruit__head::after {
    right: 2%;
  }
}
@media screen and (max-width: -1px) {
  .recruit__head::before, .recruit__head::after {
    top: 25%;
    right: 5%;
  }
}
.recruit__head::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.recruit__head.selected::before {
  opacity: 0;
}
.recruit__head.selected:after {
  transform: translateY(-50%) rotate(180deg);
}
.recruit__ttl {
  position: relative;
  padding: 30px 20px;
  font-size: 1.125rem;
  line-height: 40px;
}
.recruit__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: url(./img/recruit-line.svg) no-repeat center center/cover;
}
.recruit__cnt {
  display: none;
}
.recruit__cnt-inr {
  padding-bottom: 64px;
  padding-inline: 23px;
  background: #f6f4f3;
}
@media screen and (max-width: 479px) {
  .recruit__cnt-inr {
    flex-direction: column;
  }
}
.recruit__cnt-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 38px;
  padding-block: 30px;
  padding-inline: 30px 12px;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 479px) {
  .recruit__cnt-item {
    padding-inline: 12px;
  }
}
.recruit__cnt-ttl {
  width: 60px;
}
.recruit__cnt-txt {
  width: calc(100% - 60px - 38px);
}

.flow {
  padding-block: 100px 97px;
}
.flow .cmn-ttl {
  margin-bottom: 67px;
}
.flow-list {
  position: relative;
  margin-left: 12px;
}
.flow-item {
  position: relative;
}
.flow-item:not(:last-child) {
  padding-bottom: 48px;
}
.flow-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 2px;
  width: 1px;
  height: 100%;
  background: #937218;
}
.flow-ttl {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding-left: 42px;
}
.flow-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #937218;
  border-radius: 50%;
}
.flow-ttl__num {
  line-height: 32px;
  letter-spacing: 0.16em;
  color: #937218;
}
.flow-ttl__st {
  font-size: 1.25rem;
}
.flow-txt {
  padding-left: 38px;
}

.message {
  padding-block: 124px 67px;
  background: url(./img/bg-message.jpg) no-repeat top center/100% calc(100% - 303px);
}
.message .cmn-ttl {
  margin-bottom: 64px;
}
.message-txt {
  height: 300px;
  overflow: auto;
}
.message-txt__st {
  margin-bottom: 28px;
  color: #fff;
}
.message-name {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 29px;
  margin-top: 47px;
  margin-bottom: 68px;
}
.message-name__ph {
  width: 200px;
}
.message-name__st {
  width: 172px;
  color: #fff;
}
.message-catch {
  text-align: center;
}

.entry {
  padding-top: 85px;
  padding-block: 85px 80px;
  background: #e1e3df;
}

.mfp-bg {
  background: rgba(48, 48, 48, 0.6);
  box-shadow: 0px 0px 4px rgba(65, 65, 65, 0.160784);
}
.mfp-wrap.mfp-ready .mfp-content {
  max-width: 432px;
  max-height: 85%;
  overflow-y: auto;
}
.mfp-wrap.mfp-ready .mfp-content::-webkit-scrollbar {
  width: 6px;
}
.mfp-wrap.mfp-ready .mfp-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.mfp-arrow-left:before, .mfp-arrow-right:before {
  border: none !important;
}
.mfp-arrow-left:after, .mfp-arrow-right:after {
  width: 32px !important;
  height: 20px !important;
  border: none !important;
  background: url(./img/icon-arrow.svg) no-repeat center center/cover;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(52deg) brightness(105%) contrast(101%);
}
.mfp-arrow-left:after {
  margin-left: 18px !important;
  transform: scale(-1, 1);
}
.mfp-close-btn-in .mfp-close {
  top: auto !important;
  bottom: 100%;
  color: #fff !important;
}
.mfp-arrow.mfp-arrow-left.mfp-prevent-close, .mfp-arrow.mfp-arrow-right.mfp-prevent-close {
  display: none;
}

button.modal-prev,
button.modal-next,
button.mfp-close {
  display: none;
}

.content.modal-open {
  position: relative;
}
.content.modal-open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.6);
  z-index: 10;
}
.content .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.interview-mfp .mfp-wrap,
.area-mfp .mfp-wrap {
  position: relative;
  z-index: 11;
}


/* form */
.contact__form {
  max-width: 900px;
  margin: auto;
  /* width:90%; */
}
.contact__form ul.form-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
}
.contact__form ul.form-tab button {
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: calc(50% - 24px);
  font-size: 24px;
  padding: 30px 0;
  cursor: pointer !important;
}

.form-content {
  width: 100%;
}
.form-content > div {
  width: 100%;
}
.form-content > div > form {
  width: 100%;
}

.wpcf7-list-item {
  margin: 0 0 1em 0;
}

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: 15px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}
form ul .item-name span.item-req {
  color: #fff;
  background: #707070;
  border-radius: 21px;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
	white-space: nowrap;
}
form ul .item-name span.item-any {
  color: #fff;
  background: #9D9D9D;
  border-radius: 21px;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
	white-space: nowrap;
}
form ul .item-name span.item-noreq {
  color: #fff;
  background: #9D9D9D;
  border-radius: 21px;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
	white-space: nowrap;
}
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 {
  background-color: #FFF;
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  opacity: 0.6;
}

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

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

.submit_btn {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  border-radius: 100px;
  border: none;
  margin: auto;
  /* border: 1px solid #216724; */
  position: relative;
}
.submit_btn:hover {
  /* border: 1px solid rgba(108, 142, 120, 0.5); */
}

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

form [type=submit] {
  background: #707070;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  border: none;
  padding: 16px;
  margin: auto;
  margin-top: 0px;
  position: relative;
text-align: center;
  font-size: 18px;
  opacity: 1;
  transition: 0.3s;
}
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;
  background-size: cover !important;
  background-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: #707070;
  border: none;
  color: #111;
}

.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;
  background-color: #FFF;
  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;
  }
  .contact__form ul.form-tab::after {
    display: none;
  }
  .contact__form ul.form-tab button {
    width: calc(50% - 8px);
    font-size: 18px;
    padding: 16px 0;
  }
  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 {
  background-color: #fff;
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  opacity: 0.6;
  width: 100%;
}
.wpcf7-form-control.wpcf7-radio label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-radio label input {
  width: 24px;
  height: 24px;
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: calc(100% - 36px);
}

.form-caption p, form * {
}

.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;
  background-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: #707070;
  border: none;
	text-align: center;
  color: #fff;
}
  font-size: 1.2rem;
  text-align: center;
}
form ul li:last-of-type .item-form {
  
}
span.wpcf7-form-control.wpcf7-radio {
  background: unset;
}

.privacy-box {
  background: #FFF;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 16px 26px;
  box-sizing: border-box;
}
@media(max-width: 1024px) {
  .privacy-box {
    padding: 2% 2% 3%;
  }
}
@media(max-width: 640px) {
  .privacy-box {
    padding: 4% 4% 5%;
  }
}
.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%;
}
.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;
  color: #111111;
  line-height: 1;
}
.wpcf7-form-control-wrap[data-name="radio-plan"] {
}
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%; /* 丸くする */
  background-color: #FFFFFF; /* 背景色 */
  appearance: none; /* デフォルトのスタイルを無効化 */
  -webkit-appearance: none; /* Safari対応 */
  outline: none; /* フォーカス時の枠線を消す */
  cursor: pointer; /* ポインタを変更 */
}

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

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

.wpcf7-list-item {
  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 {
  justify-content: center;
}
.section-form__check2 .wpcf7-list-item {
  justify-content: center;
}


/*  */
#recrit0{
	margin-top: -200px;
    padding-top: 200px;
}