@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.grecaptcha-badge {
  display: none;
}

/* 基本
***************************************************************/
html {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #363B45;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 4.1025641026vw;
  }
}
/* フォント
***************************************************************/
.en {
  font-family: "Cormorant Unicase", serif;
}

/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 80px 0;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  section {
    padding: 5.5555555556vw 0;
  }
  .inner {
    max-width: 83.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) {
  section {
    padding: 12.8205128205vw 0;
  }
  .inner {
    padding: 0 5.1282051282vw;
    max-width: unset;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
/* ホバーで不透明度を下げる（PCのみ） */
.hover-opacity a {
  transition: opacity 0.3s;
}

@media screen and (min-width: 681px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
}
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  gap: 80px;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  font-size: 128px;
  font-weight: bold;
  line-height: 0.8;
  white-space: nowrap;
}

@media screen and (max-width: 1440px) {
  .scroll-infinity__item {
    font-size: 8.8888888889vw;
  }
}
@media screen and (max-width: 680px) {
  .scroll-infinity__item {
    font-size: 20.5128205128vw;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title .en {
  display: inline-block;
  position: relative;
  color: #3D5DDF;
  font-size: 65px;
  font-weight: 400;
  line-height: 1.4;
}

.section_title .ja {
  display: block;
  font-size: 22px;
  letter-spacing: 1.1px;
  line-height: 1.4;
}

.section_title_sub {
  color: #656B76;
  font-size: 36px;
  line-height: 62px;
  letter-spacing: 3.6px;
  margin-top: 37px;
}

.section_text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.54px;
  margin-top: 37px;
}

@media screen and (max-width: 1440px) {
  .section_title .en {
    display: inline-block;
    position: relative;
    color: #3D5DDF;
    font-size: 4.5138888889vw;
    font-weight: 400;
    line-height: 1.4;
  }
  .section_title .ja {
    display: block;
    font-size: 1.5277777778vw;
    letter-spacing: 0.0763888889vw;
    line-height: 1.4;
  }
  .section_title_sub {
    color: #656B76;
    font-size: 2.5vw;
    line-height: 4.3055555556vw;
    letter-spacing: 0.25vw;
    margin-top: 2.5694444444vw;
  }
  .section_text {
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0.0375vw;
    margin-top: 2.5694444444vw;
  }
}
@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 12.3076923077vw;
  }
  .section_title .ja {
    font-size: 4.1025641026vw;
  }
  .section_title_sub {
    font-size: 6.9230769231vw;
    line-height: 11.7948717949vw;
    margin-top: 6.1538461538vw;
  }
  .section_text {
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
    margin-top: 6.1538461538vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: absolute;
  top: 100vh;
  top: 100svh;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
}

header.active,
.page-id-70 header {
  position: fixed;
  top: 0;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo {
  width: 189px;
  margin-left: 46px;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  gap: 50px;
  align-items: center;
}

.global_nav_list {
  display: flex;
  gap: 57px;
}

.global_nav_item a {
  font-family: "Cormorant Unicase", serif;
  font-weight: bold;
}

.header_contact a {
  font-family: "Cormorant Unicase", serif;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #3D5DDF;
  padding: 18px 0;
  text-align: center;
  width: 180px;
}

@media screen and (max-width: 1440px) {
  header {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
  }
  header.active,
  .page-id-70 header {
    position: fixed;
    top: 0;
  }
  .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_logo {
    width: 13.125vw;
    margin-left: 3.1944444444vw;
  }
  .toggle-menu {
    display: none;
  }
  .header_nav {
    display: flex;
    gap: 3.4722222222vw;
    align-items: center;
  }
  .global_nav_list {
    display: flex;
    gap: 3.9583333333vw;
  }
  .global_nav_item a {
    font-family: "Cormorant Unicase", serif;
    font-weight: bold;
  }
  .header_contact a {
    font-family: "Cormorant Unicase", serif;
    font-size: 1.5277777778vw;
    font-weight: bold;
    color: #fff;
    background: #3D5DDF;
    padding: 1.25vw 0;
    text-align: center;
    width: 12.5vw;
  }
}
@media screen and (max-width: 680px) {
  .header_inner {
    width: 100%;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header_logo {
    width: 28.2051282051vw;
    margin-left: 5.1282051282vw;
  }
  .header_contentBox {
    display: flex;
    align-items: center;
    gap: 3.8461538462vw;
  }
  .toggle-menu {
    position: relative;
    display: inline-block;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 6.4102564103vw;
    height: 2px;
    margin: auto;
    text-indent: -2563.8461538462vw;
    background-color: #656B76;
    border-radius: 4px;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 7.1794871795vw;
    height: 2px;
    content: "";
    background-color: #656B76;
    transition: 0.3s;
    border-radius: 4px;
  }
  .toggle-menu .toggle-line::before {
    top: -1.7948717949vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.7948717949vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: block;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    padding: 20.5128205128vw 7.6923076923vw 25.641025641vw;
    background-color: rgba(61, 93, 223, 0.9);
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .header_nav_close {
    position: fixed;
    right: 5.1282051282vw;
    top: 10.2564102564vw;
    width: 10.2564102564vw;
    z-index: 1000;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .global_nav {
    width: 100%;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    width: 100%;
    padding: 4.1025641026vw 0;
    font-size: 6.1538461538vw;
    color: #fff;
    display: block;
    line-height: 1.4;
  }
  .header_contact a {
    padding: 2.0512820513vw 0;
    font-size: 5.1282051282vw;
    width: 33.3333333333vw;
  }
  .header_nav .header_contact a {
    background: #fff;
    color: #3D5DDF;
    margin-top: 4.1025641026vw;
  }
  .header_text_sp {
    margin-top: 8.2051282051vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  position: relative;
}

.top_btn {
  position: absolute;
  right: 116px;
  top: -70px;
  width: 120px;
}

.footer_inner {
  position: absolute;
  top: 4.3055555556vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  padding: 0 8.0555555556vw 0 2.9166666667vw;
}

.footer_logo {
  color: #FFF;
  font-size: 1.4583333333vw;
  font-weight: 600;
  letter-spacing: 0.0729166667vw;
}

.footer_nav {
  display: flex;
  gap: 3.9583333333vw;
}

.footer_nabItem a {
  font-size: 1.1805555556vw;
  font-weight: 700;
  letter-spacing: 0.0590277778vw;
  color: #fff;
}

footer .scroll-infinity {
  margin-top: 1.3888888889vw;
}

footer .scroll-infinity__item {
  width: 177.5vw;
}

footer .scroll-infinity__item img {
  height: 5.3472222222vw;
}

.copyright {
  color: #FFF;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 0.8333333333vw;
  font-weight: 700;
  letter-spacing: 0.0416666667vw;
  margin-top: 1.3888888889vw;
}

@media screen and (max-width: 1440px) {
  footer {
    position: relative;
  }
  .top_btn {
    position: absolute;
    right: 8.0555555556vw;
    top: -4.8611111111vw;
    width: 8.3333333333vw;
  }
  .footer_inner {
    position: absolute;
    top: 4.3055555556vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
  }
  .footer_content {
    display: flex;
    justify-content: space-between;
    padding: 0 8.0555555556vw 0 2.9166666667vw;
  }
  .footer_logo {
    color: #FFF;
    font-size: 1.4583333333vw;
    font-weight: 600;
    letter-spacing: 0.0729166667vw;
  }
  .footer_nav {
    display: flex;
    gap: 3.9583333333vw;
  }
  .footer_nabItem a {
    font-size: 1.1805555556vw;
    font-weight: 700;
    letter-spacing: 0.0590277778vw;
    color: #fff;
  }
  footer .scroll-infinity {
    margin-top: 1.3888888889vw;
  }
  footer .scroll-infinity__item {
    width: 177.5vw;
  }
  footer .scroll-infinity__item img {
    height: 5.3472222222vw;
  }
  .copyright {
    color: #FFF;
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 0.8333333333vw;
    font-weight: 700;
    letter-spacing: 0.0416666667vw;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 680px) {
  .top_btn {
    position: absolute;
    right: 5.1282051282vw;
    top: -17.9487179487vw;
    width: 30.7692307692vw;
  }
  .footer_inner {
    top: 13.3333333333vw;
    padding: 0 7.6923076923vw;
  }
  .copyright {
    font-size: 3.0769230769vw;
    letter-spacing: 0.1538461538vw;
    margin-top: 5.1282051282vw;
  }
}
/* ローディング
***************************************************************/
.loading {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  transition: opacity 1.4s ease, visibility 1.4s ease;
}

.loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.is-reload .loading {
  display: none;
}

.loading_movie {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.loading_movie_video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 680px) {
  .loading_movie_video {
    -o-object-fit: contain;
       object-fit: contain;
    background: #fff;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.number02 {
  transition-delay: 100ms;
}

.fadein.number03 {
  transition-delay: 150ms;
}

.fadein.number04 {
  transition-delay: 200ms;
}

.fadein.number05 {
  transition-delay: 250ms;
}

.fadein.number06 {
  transition-delay: 300ms;
}

.fadein.number07 {
  transition-delay: 350ms;
}

.fadein.number08 {
  transition-delay: 400ms;
}

.fadein.number09 {
  transition-delay: 450ms;
}

.fadein.number10 {
  transition-delay: 500ms;
}

.fadein.number11 {
  transition-delay: 550ms;
}

.fadein.number12 {
  transition-delay: 600ms;
}

.fadein.number13 {
  transition-delay: 650ms;
}

.fadein.number14 {
  transition-delay: 700ms;
}

.fadein.number15 {
  transition-delay: 750ms;
}

.fadein.number16 {
  transition-delay: 800ms;
}

.fadein.number17 {
  transition-delay: 850ms;
}

.fadein.number18 {
  transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* section7
***************************************************************/
.faq_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 40px;
}

.faq_accordion-area li {
  background: #fff;
  padding: 30px 40px 18px;
  position: relative;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  border-bottom: 1px solid #111;
  padding-bottom: 24px;
  padding-left: 34px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}

.faq_title span {
  position: relative;
}

.faq_title span::before {
  content: "Q.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
}

.faq_title::before {
  top: 42%;
  right: 15px;
  transform: rotate(0deg);
}

.faq_title::after {
  top: 42%;
  right: 15px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.faq_title.close::after {
  transform: rotate(0);
}

.faq_box {
  display: none;
  padding: 22px 0 0 33px;
  position: relative;
}

.faq_box p {
  position: relative;
  line-height: 1.6;
}

.faq_box p::before {
  content: "A.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .faq_accordion-area {
    gap: 6.1538461538vw;
    margin-top: 10.2564102564vw;
  }
  .faq_accordion-area li {
    padding: 3.8461538462vw 2.5641025641vw;
  }
  .faq_title {
    padding-bottom: 4.1025641026vw;
    padding-left: 9.2307692308vw;
    padding-right: 6.6666666667vw;
  }
  .faq_title span {
    position: relative;
  }
  .faq_title span::before {
    font-size: 7.6923076923vw;
    left: -8.4615384615vw;
  }
  .faq_title::before,
  .faq_title::after {
    width: 5.1282051282vw;
    height: 0.5128205128vw;
    background-color: #000;
  }
  .faq_title::before {
    right: 1.7948717949vw;
  }
  .faq_title::after {
    top: 42%;
    right: 1.7948717949vw;
  }
  .faq_box {
    display: none;
    padding: 4.1025641026vw 6.9230769231vw 0 8.4615384615vw;
  }
  .faq_box p::before {
    font-size: 7.6923076923vw;
    left: -8.4615384615vw;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  padding: 0 0 6.1111111111vw;
  height: 100vh;
  height: 100svh;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* 背景をケンバーンズでゆっくりズームアウト */
.fv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(../images/front/fv_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.18);
}

body.is-loaded .fv::before {
  transform: scale(1);
  transition: transform 8s ease-out;
}

.fv .inner {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  max-width: 83.3333333333vw;
}

.fv_title {
  color: #FFF;
  font-size: 5.6944444444vw;
  font-weight: 300;
  line-height: 8.9583333333vw;
  letter-spacing: 0.2847222222vw;
}

/* タイトルを行ごとにスライドアップで表示 */
.fv_title .fv_line {
  display: block;
  overflow: hidden;
}

.fv_title .fv_line_inner {
  display: block;
  transform: translateY(110%);
}

body.is-loaded .fv_title .fv_line_inner {
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

body.is-loaded .fv_title .fv_line:nth-child(1) .fv_line_inner {
  transition-delay: 0.1s;
}

body.is-loaded .fv_title .fv_line:nth-child(2) .fv_line_inner {
  transition-delay: 0.25s;
}

body.is-loaded .fv_title .fv_line:nth-child(3) .fv_line_inner {
  transition-delay: 0.4s;
}

.fv_text {
  color: #FFF;
  font-size: 1.1805555556vw;
  font-weight: 500;
  line-height: 2.3611111111vw;
  letter-spacing: 0.0590277778vw;
  margin-top: 1.6666666667vw;
  opacity: 0;
  transform: translateY(24px);
}

body.is-loaded .fv_text {
  opacity: 1;
  transform: none;
  transition: opacity 1s ease 0.7s, transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.7s;
}

@media screen and (max-width: 680px) {
  .fv {
    padding: 10.2564102564vw 0;
  }
  .fv::before {
    background-image: url(../images/front/fv_bg.webp);
  }
  .fv .inner {
    justify-content: space-between;
    height: 100%;
    max-width: unset;
  }
  .fv_title {
    font-size: 10.7692307692vw;
    line-height: 19.2307692308vw;
    letter-spacing: 0.5384615385vw;
  }
  .fv_text {
    font-size: 3.5897435897vw;
    line-height: 8.7179487179vw;
    letter-spacing: 0;
    margin-top: 0;
  }
}
/* Section1
***************************************************************/
.sec1 {
  padding: 170px 0 0;
  overflow: hidden;
}

.sec1 .inner {
  position: relative;
}

.sec1_content {
  width: 525px;
}

.sec1_img {
  width: 720px;
  position: absolute;
  top: 0;
  right: -220px;
}

.sec1_bg {
  margin-top: 110px;
}

@media screen and (max-width: 1440px) {
  .sec1 {
    padding: 11.8055555556vw 0 0;
  }
  .sec1 .inner {
    position: relative;
  }
  .sec1_content {
    width: 36.4583333333vw;
  }
  .sec1_img {
    width: 50vw;
    position: absolute;
    top: 0;
    right: -15.2777777778vw;
  }
  .sec1_bg {
    margin-top: 7.6388888889vw;
  }
}
@media screen and (max-width: 680px) {
  .sec1 {
    padding: 25.641025641vw 0 0;
  }
  .sec1_content {
    width: 100%;
  }
  .sec1_img {
    margin: 32px calc(50% - 50vw) 0;
    width: 100vw;
    position: unset;
    padding-left: 7.6923076923vw;
  }
  .sec1_bg {
    margin-top: 8.2051282051vw;
  }
}
/* Section2
***************************************************************/
.sec2 {
  position: relative;
}

/* 1ブロックあたり画像枚数 × 100vh 分のスクロール量を確保 */
.sec2_block {
  height: 300vh;
}

.sec2_content {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px;
  height: 100vh;
  /* テキスト・画像枠を画面に固定（スクロールしても止まって見える） */
  position: sticky;
  top: 0;
}

.sec2_content_gallery {
  position: relative;
  height: 100%;
}

.sec2_content_gallery img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  height: 80vh;
  /* スクロールで切り替わる画像はクロスフェード */
  opacity: 0;
  transition: opacity 0.8s ease;
}

.sec2_content_gallery img.is-active {
  opacity: 1;
}

.sec2_contentBox {
  width: 650px;
}

/* 流れ続けるスライダー（無限ループ） */
.sec2_slider {
  display: flex;
  overflow: hidden;
}

.sec2_sliderList {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  /* 2つの同一リストが連続して流れることでシームレスにループ */
  animation: sec2SliderScroll 40s linear infinite;
}

.sec2_sliderList li {
  width: 325px;
}

.sec2_sliderList li img {
  display: block;
  width: 100%;
  height: 244px;
}

@keyframes sec2SliderScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1440px) {
  /* 1ブロックあたり画像枚数 × 100vh 分のスクロール量を確保 */
  .sec2_block {
    height: 300vh;
  }
  .sec2_content {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.2083333333vw;
    height: 100vh;
    /* テキスト・画像枠を画面に固定（スクロールしても止まって見える） */
    position: sticky;
    top: 0;
  }
  .sec2_content_gallery {
    position: relative;
    height: 100%;
  }
  .sec2_content_gallery img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    height: 80vh;
    /* スクロールで切り替わる画像はクロスフェード */
    opacity: 0;
    transition: opacity 0.8s ease;
  }
  .sec2_content_gallery img.is-active {
    opacity: 1;
  }
  .sec2_contentBox {
    width: 45.1388888889vw;
  }
  /* 流れ続けるスライダー（無限ループ） */
  .sec2_slider {
    display: flex;
    overflow: hidden;
  }
  .sec2_sliderList {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    /* 2つの同一リストが連続して流れることでシームレスにループ */
    animation: sec2SliderScroll 40s linear infinite;
  }
  .sec2_sliderList li {
    width: 22.5694444444vw;
  }
  .sec2_sliderList li img {
    display: block;
    width: 100%;
    height: 16.9444444444vw;
  }
  @keyframes sec2SliderScroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
}
@media screen and (max-width: 680px) {
  .sec2_block {
    height: auto;
    padding: 0 5.1282051282vw;
  }
  .sec2_block:nth-of-type(2) {
    margin-top: 12.8205128205vw;
  }
  .sec2_content {
    display: flex;
    flex-flow: column-reverse;
    gap: 8.2051282051vw;
    height: auto;
    position: unset;
  }
  .sec2_content_gallery {
    position: relative;
    aspect-ratio: 360/250;
    height: auto;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    overflow: hidden;
  }
  .sec2_content_gallery img {
    display: block !important;
    position: absolute;
    inset: 0;
    transform: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    animation: sec2GalleryFade 12s ease-in-out infinite;
    padding-right: 5.1282051282vw;
  }
  .sec2_content_gallery img:nth-child(2) {
    animation-delay: 4s;
  }
  .sec2_content_gallery img:nth-child(3) {
    animation-delay: 8s;
  }
  .sec2_contentBox {
    width: 100%;
  }
  .sec2_slider {
    margin-top: 6.4102564103vw;
  }
  .sec2_sliderList li {
    width: 50.7692307692vw;
  }
  .sec2_sliderList li img {
    height: 38.2051282051vw;
  }
  @keyframes sec2GalleryFade {
    0%, 30% {
      opacity: 1;
    }
    38%, 92% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
/* Section3
***************************************************************/
.sec3 {
  padding: 146px 0 220px;
  background-image: url(../images/front/sec3_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.sec3 .section_title .en {
  color: #fff;
}

.sec3 .section_title_sub {
  color: #fff;
}

.sec3 .scroll-infinity {
  position: absolute;
  left: 0;
  bottom: -12px;
}

.sec3 .scroll-infinity__item {
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .sec3 {
    padding: 10.1388888889vw 0 15.2777777778vw;
    background-image: url(../images/front/sec3_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .sec3 .section_title .en {
    color: #fff;
  }
  .sec3 .section_title_sub {
    color: #fff;
  }
  .sec3 .scroll-infinity {
    position: absolute;
    left: 0;
    bottom: -0.8333333333vw;
  }
  .sec3 .scroll-infinity__item {
    color: #fff;
  }
}
@media screen and (max-width: 680px) {
  .sec3 {
    padding: 12.8205128205vw 0 62.8205128205vw;
  }
  .sec3 .scroll-infinity {
    bottom: -2.0512820513vw;
  }
}
/* Section4
***************************************************************/
.sec4 {
  position: relative;
  z-index: 1;
  padding: 80px 0 20px;
}

.sec4::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80px;
  background: #3D5DDF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sec4_list {
  margin-top: 48px;
}

.sec4_item {
  width: 355px;
  margin: 0 20px;
  border-radius: 10px;
  border: 1px solid #3D5DDF;
  padding: 18px;
}

.sec4_item img {
  border-radius: 10px;
  height: 230px;
}

.sec4_item time {
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 0.75px;
  display: block;
  font-family: "Zen Old Mincho", serif;
}

.sec4_item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: block;
  margin-top: 5px;
  font-family: "Zen Old Mincho", serif;
  min-height: 84px;
}

.sec4 .slick-prev,
.sec4 .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}

/* 矢印アイコン（シェブロン） */
.sec4 .slick-prev::before,
.sec4 .slick-next::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background-image: url(../images/icon/icon_slider.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec4 .slick-prev {
  left: -30px;
}

.sec4 .slick-prev::before {
  transform: scale(-1, 1);
}

.sec4 .slick-next {
  right: -25px;
}

.sec4_cta {
  max-width: 1145px;
  display: block;
  margin: 40px auto 0;
}

@media screen and (max-width: 1440px) {
  .sec4 {
    position: relative;
    z-index: 1;
    padding: 5.5555555556vw 0 1.3888888889vw;
  }
  .sec4::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 5.5555555556vw;
    background: #3D5DDF;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .sec4_list {
    margin-top: 3.3333333333vw;
  }
  .sec4_item {
    width: 24.6527777778vw;
    margin: 0 1.3888888889vw;
    border: 1px solid #3D5DDF;
    padding: 1.25vw;
  }
  .sec4_item img {
    border-radius: 0.6944444444vw;
    height: 15.9722222222vw;
  }
  .sec4_item time {
    font-size: 1.0416666667vw;
    font-weight: 700;
    margin-top: 0.6944444444vw;
    letter-spacing: 0.0520833333vw;
    display: block;
    font-family: "Zen Old Mincho", serif;
  }
  .sec4_item_title {
    font-size: 1.3888888889vw;
    font-weight: 700;
    line-height: 1.9444444444vw;
    display: block;
    margin-top: 0.3472222222vw;
    font-family: "Zen Old Mincho", serif;
  }
  .sec4 .slick-prev,
  .sec4 .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 0;
    cursor: pointer;
  }
  /* 矢印アイコン（シェブロン） */
  .sec4 .slick-prev::before,
  .sec4 .slick-next::before {
    content: "";
    display: block;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    margin: 0 auto;
    background-image: url(../images/icon/icon_slider.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sec4 .slick-prev {
    left: -2.0833333333vw;
  }
  .sec4 .slick-prev::before {
    transform: scale(-1, 1);
  }
  .sec4 .slick-next {
    right: -1.7361111111vw;
  }
  .sec4_cta {
    max-width: 79.5138888889vw;
    display: block;
    margin: 2.7777777778vw auto 0;
  }
}
@media screen and (max-width: 680px) {
  .sec4 {
    padding: 12.8205128205vw 0 5.1282051282vw;
  }
  .sec4::before {
    height: 15.3846153846vw;
  }
  .sec4_list {
    margin: 8.2051282051vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .sec4_item {
    width: 68.2051282051vw;
    margin: 0 2.5641025641vw;
    padding: 3.8461538462vw;
  }
  .sec4_item img {
    height: 44.6153846154vw;
  }
  .sec4_item time {
    font-size: 3.3333333333vw;
    margin-top: 2.5641025641vw;
  }
  .sec4_item_title {
    font-size: 3.8461538462vw;
    line-height: 5.3846153846vw;
    margin-top: 1.2820512821vw;
    min-height: 21.5384615385vw;
  }
  .sec4 .slick-prev,
  .sec4 .slick-next {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
  /* 矢印アイコン（シェブロン） */
  .sec4 .slick-prev::before,
  .sec4 .slick-next::before {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
  }
  .sec4 .slick-prev {
    left: 7.1794871795vw;
  }
  .sec4 .slick-next {
    right: 10vw;
  }
  .sec4_cta {
    max-width: unset;
    margin: 10.2564102564vw auto 0;
  }
}
/* Section5
***************************************************************/
.sec5_table {
  width: 100%;
  margin-top: 50px;
}

.sec5_table th {
  font-size: 19px;
  font-weight: 300;
  width: 190px;
  padding: 18px 0;
  border-bottom: 1px solid #3D5DDF;
  text-align: justify;
}

.sec5_table td {
  font-size: 19px;
  font-weight: 300;
  padding: 18px 0;
  border-bottom: 1px solid #3D5DDF;
}

@media screen and (max-width: 1440px) {
  .sec5_table {
    width: 100%;
    margin-top: 3.4722222222vw;
  }
  .sec5_table th {
    font-size: 1.3194444444vw;
    font-weight: 300;
    width: 13.1944444444vw;
    padding: 1.25vw 0;
    border-bottom: 1px solid #3D5DDF;
    text-align: justify;
  }
  .sec5_table td {
    font-size: 1.3194444444vw;
    font-weight: 300;
    padding: 1.25vw 0;
    border-bottom: 1px solid #3D5DDF;
  }
}
@media screen and (max-width: 680px) {
  .sec5_table {
    margin-top: 8.2051282051vw;
  }
  .sec5_table th {
    font-size: 3.5897435897vw;
    width: 29.4871794872vw;
    padding: 3.8461538462vw 0;
    vertical-align: middle;
  }
  .sec5_table td {
    font-size: 3.5897435897vw;
    padding: 3.8461538462vw 0;
  }
}
/* Section6
***************************************************************/
.sec5_access {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 844px;
  gap: 55px;
  margin-top: 60px;
}

.sec5_access_title {
  color: #3D5DDF;
  font-size: 22px;
  letter-spacing: 1.1px;
}

.sec5_access_text {
  color: #656B76;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.95px;
  margin-top: 34px;
}

.sec5_access_text span {
  color: #363B45;
  font-family: "Zen Old Mincho";
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.95px;
  border: 1px solid #363B45;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 18px;
  display: block;
}

.sec5_access iframe {
  display: block;
  width: 100%;
  height: 489px;
}

@media screen and (max-width: 1440px) {
  .sec5_access {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 58.6111111111vw;
    gap: 3.8194444444vw;
    margin-top: 4.1666666667vw;
  }
  .sec5_access_title {
    color: #3D5DDF;
    font-size: 1.5277777778vw;
    letter-spacing: 0.0763888889vw;
  }
  .sec5_access_text {
    color: #656B76;
    font-size: 1.3194444444vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0.0659722222vw;
    margin-top: 2.3611111111vw;
  }
  .sec5_access_text span {
    color: #363B45;
    font-family: "Zen Old Mincho";
    font-size: 1.3194444444vw;
    line-height: 1.4;
    letter-spacing: 0.0659722222vw;
    border: 1px solid #363B45;
    text-align: center;
    padding: 1.0416666667vw 0;
    margin-bottom: 1.25vw;
    display: block;
  }
  .sec5_access iframe {
    display: block;
    width: 100%;
    height: 33.9583333333vw;
  }
}
@media screen and (max-width: 680px) {
  .sec5 {
    margin-bottom: 15.3846153846vw;
  }
  .sec5_access {
    display: flex;
    flex-flow: column;
    gap: 8.2051282051vw;
    margin-top: 10.2564102564vw;
  }
  .sec5_access_title {
    font-size: 4.1025641026vw;
  }
  .sec5_access_text {
    font-size: 4.6153846154vw;
    line-height: 1.4;
    margin-top: 6.4102564103vw;
  }
  .sec5_access_text span {
    font-size: 4.6153846154vw;
    padding: 2.8205128205vw 0;
    margin-bottom: 3.8461538462vw;
  }
  .sec5_access iframe {
    height: 64.1025641026vw;
  }
}
/* section1
***************************************************************/
.recruit_fv {
  background-image: url(../images/recruit/fv_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.recruit_fv::before {
  display: none;
}

.recruit_fv_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 40px;
}

.recruit_fv .scroll-infinity {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translate(-50%, 0);
}

.recruit_fv .scroll-infinity__item {
  font-size: 68px;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 1440px) {
  .recruit_fv {
    background-image: url(../images/recruit/fv_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .recruit_fv::before {
    display: none;
  }
  .recruit_fv_img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 2.7777777778vw;
  }
  .recruit_fv .scroll-infinity {
    position: absolute;
    bottom: -0.9722222222vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .recruit_fv .scroll-infinity__item {
    font-size: 4.7222222222vw;
    color: #fff;
    line-height: 1;
  }
}
@media screen and (max-width: 680px) {
  .recruit_fv_img {
    padding: 0;
  }
  .recruit_fv .scroll-infinity__item {
    font-size: 17.4358974359vw;
  }
}
/* section1
***************************************************************/
.recruit_sec1 {
  margin-top: 80px;
  overflow: hidden;
}

.recruit_sec1_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.recruit_sec1_item {
  border: 1px solid #3D5DDF;
  padding: 18px 30px 45px;
  text-align: center;
}

.recruit_sec1_item_number {
  color: #3D5DDF;
  font-size: 22px;
  font-weight: 700;
  line-height: 37px;
  border-bottom: 1px solid #3D5DDF;
  padding-bottom: 10px;
}

.recruit_sec1_item_number span {
  display: block;
  font-size: 68px;
  letter-spacing: 3.4px;
  line-height: 1;
  margin-top: -20px;
  display: block;
}

.recruit_sec1_item_title {
  color: #3D5DDF;
  font-size: 22px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 4.4px;
  margin-top: 30px;
}

.recruit_sec1 .section_title {
  margin-top: 80px;
}

.recruit_sec1_content {
  position: relative;
}
.recruit_sec1_content .section_text {
  width: 585px;
}

.recruit_sec1_content_img {
  width: 673px;
  position: absolute;
  right: -120px;
  top: 0;
}

@media screen and (max-width: 1440px) {
  .recruit_sec1 {
    margin-top: 5.5555555556vw;
  }
  .recruit_sec1_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3888888889vw;
  }
  .recruit_sec1_item {
    border: 1px solid #3D5DDF;
    padding: 1.25vw 2.0833333333vw 3.125vw;
    text-align: center;
  }
  .recruit_sec1_item_number {
    color: #3D5DDF;
    font-size: 1.5277777778vw;
    font-weight: 700;
    line-height: 2.5694444444vw;
    border-bottom: 1px solid #3D5DDF;
    padding-bottom: 0.6944444444vw;
  }
  .recruit_sec1_item_number span {
    display: block;
    font-size: 4.7222222222vw;
    letter-spacing: 0.2361111111vw;
    line-height: 1;
    margin-top: -1.3888888889vw;
    display: block;
  }
  .recruit_sec1_item_title {
    color: #3D5DDF;
    font-size: 1.5277777778vw;
    font-weight: 700;
    line-height: 2.5694444444vw;
    letter-spacing: 0.3055555556vw;
    margin-top: 2.0833333333vw;
  }
  .recruit_sec1 .section_title {
    margin-top: 5.5555555556vw;
  }
  .recruit_sec1_content {
    position: relative;
  }
  .recruit_sec1_content .section_text {
    width: 40.625vw;
  }
  .recruit_sec1_content_img {
    width: 46.7361111111vw;
    position: absolute;
    right: -8.3333333333vw;
    top: 0;
  }
}
@media screen and (max-width: 680px) {
  .recruit_sec1 {
    margin-top: 7.6923076923vw;
  }
  .recruit_sec1_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.1282051282vw;
  }
  .recruit_sec1_item {
    padding: 3.8461538462vw 6.4102564103vw 10.2564102564vw;
  }
  .recruit_sec1_item_number {
    font-size: 4.6153846154vw;
    line-height: 7.9487179487vw;
    padding-bottom: 3.8461538462vw;
  }
  .recruit_sec1_item_number span {
    font-size: 14.8717948718vw;
    margin-top: -2.5641025641vw;
  }
  .recruit_sec1_item_title {
    font-size: 4.6153846154vw;
    line-height: 7.9487179487vw;
    margin-top: 6.4102564103vw;
  }
  .recruit_sec1 .section_title {
    margin-top: 8.2051282051vw;
  }
  .recruit_sec1_content {
    position: relative;
  }
  .recruit_sec1_content .section_text {
    width: 100%;
  }
  .recruit_sec1_content_img {
    width: 100%;
    position: relative;
    right: -5.1282051282vw;
    margin-top: 12.8205128205vw;
  }
  .recruit_sec1_content_textImg {
    display: block;
    width: 35.8974358974vw;
    margin: 5.1282051282vw 0 0 auto;
  }
}
/* section2
***************************************************************/
.recruit_sec2 {
  padding: 0;
  overflow: hidden;
}

.recruit_sec2_head {
  padding: 60px 0;
  background-image: url(../images/recruit/sec2_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recruit_sec2_head .section_title .en,
.recruit_sec2_head .section_title .ja {
  color: #fff;
}

.recruit_sec2_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-top: 20px;
}

.recruit_sec2_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

.recruit_sec2_item::before {
  content: "";
  display: inline-block;
  width: 50vw;
  height: 40px;
  background: #3D5DDF;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.recruit_sec2_item::after {
  content: "";
  display: inline-block;
  width: 50vw;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  background: #BBC6DC;
}

.recruit_sec2_item:nth-last-of-type(1):after {
  display: none;
}

.recruit_sec2_item_img {
  position: relative;
}

.recruit_sec2_item_img img {
  height: 373px;
}

.recruit_sec2_item_img .number {
  color: #FFF;
  font-size: 138px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 6.9px;
  position: absolute;
  right: 40px;
  top: 0;
}

.recruit_sec2_itemBox {
  padding: 45px 0 0 65px;
  width: 550px;
}

.recruit_sec2_itemBox_title {
  color: #656B76;
  font-size: 20px;
  letter-spacing: 6.8px;
}

.recruit_sec2_itemBox_title_sub {
  color: #3D5DDF;
  text-align: justify;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 1.6px;
  margin-top: 25px;
}

.recruit_sec2_itemBox_text {
  text-align: justify;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1.5px;
  margin-top: 14px;
}

@media screen and (max-width: 1440px) {
  .recruit_sec2_head {
    padding: 4.1666666667vw 0;
    background-image: url(../images/recruit/sec2_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .recruit_sec2_head .section_title .en,
  .recruit_sec2_head .section_title .ja {
    color: #fff;
  }
  .recruit_sec2_list {
    display: flex;
    flex-flow: column;
    gap: 1.3888888889vw;
    margin-top: 1.3888888889vw;
  }
  .recruit_sec2_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
  }
  .recruit_sec2_item::before {
    content: "";
    display: inline-block;
    width: 50vw;
    height: 2.7777777778vw;
    background: #3D5DDF;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  .recruit_sec2_item::after {
    content: "";
    display: inline-block;
    width: 50vw;
    height: 1.3888888889vw;
    position: absolute;
    left: 50%;
    bottom: -1.3888888889vw;
    background: #BBC6DC;
  }
  .recruit_sec2_item:nth-last-of-type(1):after {
    display: none;
  }
  .recruit_sec2_item_img {
    position: relative;
  }
  .recruit_sec2_item_img img {
    height: 25.9027777778vw;
  }
  .recruit_sec2_item_img .number {
    color: #FFF;
    font-size: 9.5833333333vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.4791666667vw;
    position: absolute;
    right: 2.7777777778vw;
    top: 0;
  }
  .recruit_sec2_itemBox {
    padding: 3.125vw 0 0 4.5138888889vw;
    width: 38.1944444444vw;
  }
  .recruit_sec2_itemBox_title {
    color: #656B76;
    font-size: 1.3888888889vw;
    letter-spacing: 0.4722222222vw;
  }
  .recruit_sec2_itemBox_title_sub {
    color: #3D5DDF;
    text-align: justify;
    font-size: 1.3888888889vw;
    font-weight: 600;
    line-height: 2.2222222222vw;
    letter-spacing: 0.1111111111vw;
    margin-top: 1.7361111111vw;
  }
  .recruit_sec2_itemBox_text {
    text-align: justify;
    font-size: 1.0416666667vw;
    line-height: 1.4583333333vw;
    letter-spacing: 0.1041666667vw;
    margin-top: 0.9722222222vw;
  }
}
@media screen and (max-width: 680px) {
  .recruit_sec2 {
    overflow: unset;
  }
  .recruit_sec2_head {
    padding: 12.8205128205vw 0;
    background-image: url(../images/recruit/sec2_bg_sp.webp);
  }
  .recruit_sec2_list {
    gap: 7.6923076923vw;
    margin-top: 2.5641025641vw;
  }
  .recruit_sec2_item {
    grid-template-columns: repeat(1, 1fr);
  }
  .recruit_sec2_item::before {
    width: 100vw;
    height: 5.1282051282vw;
    left: 0;
    bottom: -5.1282051282vw;
  }
  .recruit_sec2_item::after {
    height: 2.5641025641vw;
    left: 0;
    bottom: -7.6923076923vw;
  }
  .recruit_sec2_item_img img {
    height: 71.7948717949vw;
  }
  .recruit_sec2_item_img .number {
    font-size: 25.641025641vw;
    right: 2.5641025641vw;
  }
  .recruit_sec2_itemBox {
    padding: 8.2051282051vw 7.6923076923vw;
    width: 100%;
  }
  .recruit_sec2_itemBox_title {
    font-size: 4.6153846154vw;
  }
  .recruit_sec2_itemBox_title_sub {
    font-size: 4.6153846154vw;
    line-height: 8.2051282051vw;
    margin-top: 6.4102564103vw;
  }
  .recruit_sec2_itemBox_text {
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
    margin-top: 3.5897435897vw;
  }
}
/* section3
***************************************************************/
.recruit_sec3 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.recruit_sec3_circle {
  width: 1304px;
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.recruit_sec3_title {
  text-align: center;
  color: #656B76;
  font-family: "Zen Old Mincho";
  font-size: 46px;
  letter-spacing: 2.3px;
  margin: 54px calc(50% - 50vw) 0;
  width: 100vw;
}

/* 流れ続けるスライダー（無限ループ） */
.recruit_sec3_slider {
  display: flex;
  margin: 50px calc(50% - 50vw) 0;
  width: 100vw;
}

.recruit_sec3_sliderList {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  /* 2つの同一リストが連続して流れることでシームレスにループ */
  animation: recruitSec3SliderScroll 50s linear infinite;
}

.recruit_sec3_sliderList li {
  width: 400px;
  margin: 0 15px;
}

@keyframes recruitSec3SliderScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.recruit_sec3_content {
  position: relative;
  margin-top: 50px;
}

.recruit_sec3_contentBox {
  width: 610px;
}

.recruit_sec3_content_title {
  color: #3D5DDF;
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 1.35px;
  text-decoration: underline;
}

.recruit_sec3_contentList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 28px;
}

.recruit_sec3_contentItem {
  color: #656B76;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.2px;
  border: 1px solid #3D5DDF;
  padding: 22px 0;
  background: #fff;
}

.recruit_sec3_contentItem:last-child {
  grid-column: 1/-1;
}

.recruit_sec3_content img {
  width: 678px;
  position: absolute;
  right: -120px;
  top: 10px;
}

@media screen and (max-width: 1440px) {
  .recruit_sec3_circle {
    width: 90.5555555556vw;
    position: absolute;
    top: 4.375vw;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .recruit_sec3_title {
    text-align: center;
    color: #656B76;
    font-family: "Zen Old Mincho";
    font-size: 3.1944444444vw;
    letter-spacing: 0.1597222222vw;
    margin: 3.75vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  /* 流れ続けるスライダー（無限ループ） */
  .recruit_sec3_slider {
    display: flex;
    margin: 3.4722222222vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .recruit_sec3_sliderList {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    /* 2つの同一リストが連続して流れることでシームレスにループ */
    animation: recruitSec3SliderScroll 50s linear infinite;
  }
  .recruit_sec3_sliderList li {
    width: 27.7777777778vw;
    margin: 0 1.0416666667vw;
  }
  @keyframes recruitSec3SliderScroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .recruit_sec3_content {
    position: relative;
    margin-top: 3.4722222222vw;
  }
  .recruit_sec3_contentBox {
    width: 42.3611111111vw;
  }
  .recruit_sec3_content_title {
    color: #3D5DDF;
    text-align: center;
    font-size: 1.875vw;
    font-weight: 600;
    line-height: 3.125vw;
    letter-spacing: 0.09375vw;
    text-decoration: underline;
  }
  .recruit_sec3_contentList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0416666667vw;
    margin-top: 1.9444444444vw;
  }
  .recruit_sec3_contentItem {
    color: #656B76;
    text-align: center;
    font-size: 1.6666666667vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.0833333333vw;
    border: 1px solid #3D5DDF;
    padding: 1.5277777778vw 0;
    background: #fff;
  }
  .recruit_sec3_contentItem:last-child {
    grid-column: 1/-1;
  }
  .recruit_sec3_content img {
    width: 47.0833333333vw;
    position: absolute;
    right: -8.3333333333vw;
    top: 0.6944444444vw;
  }
}
@media screen and (max-width: 680px) {
  .recruit_sec3_circle {
    width: 186.4102564103vw;
    top: 20.2564102564vw;
  }
  .recruit_sec3_title {
    font-size: 6.9230769231vw;
    letter-spacing: 0.3461538462vw;
    margin: 15.8974358974vw calc(50% - 50vw) 0;
  }
  .recruit_sec3_slider {
    margin: 8.2051282051vw calc(50% - 50vw) 0;
  }
  .recruit_sec3_sliderList li {
    width: 51.2820512821vw;
    margin: 0 0.7692307692vw;
  }
  .recruit_sec3_content {
    position: relative;
    margin-top: 12.8205128205vw;
  }
  .recruit_sec3_contentBox {
    width: 100%;
  }
  .recruit_sec3_content_title {
    font-size: 5.1282051282vw;
    line-height: 7.6923076923vw;
    letter-spacing: 0.2564102564vw;
  }
  .recruit_sec3_contentList {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5641025641vw;
    margin-top: 8.2051282051vw;
  }
  .recruit_sec3_contentItem {
    font-size: 4.6153846154vw;
    padding: 4.1025641026vw 0;
  }
  .recruit_sec3_contentItem:last-child {
    grid-column: 1/-1;
  }
  .recruit_sec3_content img {
    margin: 8.2051282051vw calc(50% - 50vw) 0;
    width: 100vw;
    position: unset;
  }
}
/* section4
***************************************************************/
.recruit_sec4 {
  background-image: url(../images/recruit/sec4_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recruit_sec4 .section_title .en,
.recruit_sec4 .section_title .ja {
  color: #fff;
}

.recruit_sec4_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 40px;
}

.recruit_sec4_item {
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.recruit_sec4_item_title {
  color: #656B76;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 30px;
}

.recruit_sec4_item_title::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(../images/recruit/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.recruit_sec4_item_text {
  color: #656B76;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.1px;
  border-top: 1px solid #3D5DDF;
  padding: 7px 0 7px 98px;
}

@media screen and (max-width: 1440px) {
  .recruit_sec4_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8055555556vw;
    margin-top: 2.7777777778vw;
  }
  .recruit_sec4_item {
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .recruit_sec4_item_title {
    color: #656B76;
    font-size: 2.0833333333vw;
    font-weight: 600;
    letter-spacing: 0.2083333333vw;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 1.3888888889vw;
    padding: 1.25vw 2.0833333333vw;
  }
  .recruit_sec4_item_title::before {
    content: "";
    display: inline-block;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    background-image: url(../images/recruit/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .recruit_sec4_item_text {
    color: #656B76;
    font-size: 1.5277777778vw;
    font-weight: 600;
    letter-spacing: 0.0763888889vw;
    border-top: 1px solid #3D5DDF;
    padding: 0.4861111111vw 0 0.4861111111vw 6.8055555556vw;
  }
}
@media screen and (max-width: 680px) {
  .recruit_sec4 {
    background-image: url(../images/recruit/sec4_bg_sp.webp);
  }
  .recruit_sec4_list {
    display: flex;
    flex-flow: column;
    gap: 2.5641025641vw;
    margin-top: 8.2051282051vw;
  }
  .recruit_sec4_item {
    height: 20.5128205128vw;
  }
  .recruit_sec4_item:nth-of-type(1) {
    order: 1;
  }
  .recruit_sec4_item:nth-of-type(2) {
    order: 4;
  }
  .recruit_sec4_item:nth-of-type(3) {
    order: 2;
  }
  .recruit_sec4_item:nth-of-type(4) {
    order: 5;
  }
  .recruit_sec4_item:nth-of-type(5) {
    order: 3;
  }
  .recruit_sec4_item:nth-of-type(6) {
    order: 6;
  }
  .recruit_sec4_item_title {
    font-size: 4.6153846154vw;
    letter-spacing: 0.4615384615vw;
    gap: 3.0769230769vw;
    padding: 2.8205128205vw 4.6153846154vw;
  }
  .recruit_sec4_item_title::before {
    width: 7.4358974359vw;
    height: 7.4358974359vw;
  }
  .recruit_sec4_item_text {
    font-size: 3.5897435897vw;
    padding: 1.0256410256vw 0 1.0256410256vw 14.8717948718vw;
  }
}
/* section5
***************************************************************/
/*tabの形状*/
.tab {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.tab li {
  width: 220px;
  position: relative;
}

.tab li::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 34px;
  background-image: url(../images/recruit/icon_tab_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -68px;
  bottom: 12px;
}

.tab li:nth-last-of-type(1):before {
  display: none;
}

.tab li a {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  background: #656B76;
}

.tab li a span {
  display: block;
  color: #3D5DDF;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 2.1px;
  background: #D8DFF9;
}

.tab li.active a span {
  color: #fff;
  background: #3D5DDF;
}

.tab_dots {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  list-style: none;
  padding: 0;
}

.tab_dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.tab_dots li.active {
  background-color: #3D5DDF;
}

.area {
  display: none;
  margin-top: 20px;
}

.area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab_head {
  position: relative;
}

.tab_headBox {
  background: linear-gradient(90deg, #3D5DDF 9.9%, rgba(255, 255, 255, 0) 100%);
  padding: 28px 42px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  gap: 23px;
  width: 570px;
}

.tab_headBox_name {
  color: #FFF;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 4.2px;
}

.tab_headBox_job {
  color: #FFF;
  font-size: 24px;
  letter-spacing: 2.4px;
  padding-top: 3px;
}

.tab_headBox_job span {
  display: block;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 1.9px;
  margin-top: 8px;
}

.tab_content {
  display: grid;
  grid-template-columns: 1fr 590px;
  gap: 74px;
  margin-top: 60px;
}

.tab_content_faqItem:nth-of-type(n + 2) {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #656B76;
}

.tab_content_faqItem_title {
  font-size: 25px;
  letter-spacing: 1.25px;
}

.tab_content_faqItem_title .en {
  color: #3D5DDF;
  font-size: 65px;
  margin-right: 20px;
  line-height: 1;
  position: relative;
  top: 10px;
}

.tab_content_faqItem_text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.9px;
  padding: 30px 0 0 70px;
}

.tab_content_schedule {
  border: 1px solid #3D5DDF;
  padding: 30px;
}

.tab_content_schedule_title {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.9px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.tab_content_schedule_title span {
  color: #3D5DDF;
  font-size: 38px;
  letter-spacing: 3.8px;
}

.tab_content_scheduleList {
  margin-top: 24px;
}

.tab_content_scheduleItem {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 100px 1fr;
  gap: 36px;
  position: relative;
  z-index: 1;
}

.tab_content_scheduleItem::before {
  content: "";
  display: inline-block;
  border-left: 2px solid #3D5DDF;
  height: 100%;
  position: absolute;
  left: 50px;
  top: 0;
  z-index: -1;
}

.tab_content_scheduleItem:nth-last-of-type(1)::before {
  display: none;
}

.tab_content_scheduleItem_time {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.9px;
  display: block;
  background: #3D5DDF;
  padding: 8px 0;
}

.tab_content_scheduleItem_box {
  padding-top: 5px;
}

.tab_content_scheduleItem_box_title {
  color: #3D5DDF;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2.2px;
}

.tab_content_scheduleItem_box_text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.9px;
  margin-top: 15px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #656B76;
}

li:nth-last-of-type(1) .tab_content_scheduleItem_box_text {
  margin-bottom: 0;
  border-bottom: unset;
}

@media screen and (max-width: 1440px) {
  .tab {
    display: flex;
    justify-content: space-between;
    margin-top: 4.1666666667vw;
  }
  .tab li {
    width: 15.2777777778vw;
    position: relative;
  }
  .tab li::before {
    content: "";
    display: inline-block;
    width: 1.8055555556vw;
    height: 2.3611111111vw;
    background-image: url(../images/recruit/icon_tab_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: -4.7222222222vw;
    bottom: 0.8333333333vw;
  }
  .tab li:nth-last-of-type(1):before {
    display: none;
  }
  .tab li a {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 1.3888888889vw;
    letter-spacing: 0.1388888889vw;
    background: #656B76;
  }
  .tab li a span {
    display: block;
    color: #3D5DDF;
    font-size: 2.9166666667vw;
    font-weight: 600;
    letter-spacing: 0.1458333333vw;
    background: #D8DFF9;
  }
  .tab li.active a span {
    color: #fff;
    background: #3D5DDF;
  }
  .tab_dots {
    display: flex;
    justify-content: center;
    gap: 1.0416666667vw;
    margin-top: 2.0833333333vw;
    list-style: none;
    padding: 0;
  }
  .tab_dots li {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    border-radius: 50%;
    background-color: #D9D9D9;
    transition: background-color 0.3s ease;
    cursor: pointer;
  }
  .tab_dots li.active {
    background-color: #3D5DDF;
  }
  .area {
    display: none;
    margin-top: 1.3888888889vw;
  }
  .area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
  @keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .tab_head {
    position: relative;
  }
  .tab_headBox {
    background: linear-gradient(90deg, #3D5DDF 9.9%, rgba(255, 255, 255, 0) 100%);
    padding: 1.9444444444vw 2.9166666667vw;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    gap: 1.5972222222vw;
    width: 39.5833333333vw;
  }
  .tab_headBox_name {
    color: #FFF;
    font-size: 2.9166666667vw;
    line-height: 1;
    letter-spacing: 0.2916666667vw;
  }
  .tab_headBox_job {
    color: #FFF;
    font-size: 1.6666666667vw;
    letter-spacing: 0.1666666667vw;
    padding-top: 0.2083333333vw;
  }
  .tab_headBox_job span {
    display: block;
    font-size: 1.3194444444vw;
    font-weight: 500;
    letter-spacing: 0.1319444444vw;
    margin-top: 0.5555555556vw;
  }
  .tab_content {
    display: grid;
    grid-template-columns: 1fr 40.9722222222vw;
    gap: 5.1388888889vw;
    margin-top: 4.1666666667vw;
  }
  .tab_content_faqItem:nth-of-type(n + 2) {
    margin-top: 4.1666666667vw;
    padding-top: 4.1666666667vw;
    border-top: 1px solid #656B76;
  }
  .tab_content_faqItem_title {
    font-size: 1.7361111111vw;
    letter-spacing: 0.0868055556vw;
  }
  .tab_content_faqItem_title .en {
    color: #3D5DDF;
    font-size: 4.5138888889vw;
    margin-right: 1.3888888889vw;
    line-height: 1;
    position: relative;
    top: 0.6944444444vw;
  }
  .tab_content_faqItem_text {
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0.0625vw;
    padding: 2.0833333333vw 0 0 4.8611111111vw;
  }
  .tab_content_schedule {
    border: 1px solid #3D5DDF;
    padding: 2.0833333333vw;
  }
  .tab_content_schedule_title {
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0.0625vw;
    display: flex;
    align-items: center;
    gap: 2.0833333333vw;
  }
  .tab_content_schedule_title span {
    color: #3D5DDF;
    font-size: 2.6388888889vw;
    letter-spacing: 0.2638888889vw;
  }
  .tab_content_scheduleList {
    margin-top: 1.6666666667vw;
  }
  .tab_content_scheduleItem {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 6.9444444444vw 1fr;
    gap: 2.5vw;
    position: relative;
    z-index: 1;
  }
  .tab_content_scheduleItem::before {
    content: "";
    display: inline-block;
    border-left: 0.1388888889vw solid #3D5DDF;
    height: 100%;
    position: absolute;
    left: 3.4722222222vw;
    top: 0;
    z-index: -1;
  }
  .tab_content_scheduleItem:nth-last-of-type(1)::before {
    display: none;
  }
  .tab_content_scheduleItem_time {
    color: #FFF;
    text-align: center;
    font-size: 1.25vw;
    font-weight: 600;
    line-height: 2.0833333333vw;
    letter-spacing: 0.0625vw;
    display: block;
    background: #3D5DDF;
    padding: 0.5555555556vw 0;
  }
  .tab_content_scheduleItem_box {
    padding-top: 0.3472222222vw;
  }
  .tab_content_scheduleItem_box_title {
    color: #3D5DDF;
    font-size: 1.5277777778vw;
    font-weight: 600;
    line-height: 2.0833333333vw;
    letter-spacing: 0.1527777778vw;
  }
  .tab_content_scheduleItem_box_text {
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0.0625vw;
    margin-top: 1.0416666667vw;
    padding-bottom: 2.0833333333vw;
    margin-bottom: 2.7777777778vw;
    border-bottom: 1px solid #656B76;
  }
  li:nth-last-of-type(1) .tab_content_scheduleItem_box_text {
    margin-bottom: 0;
    border-bottom: unset;
  }
}
@media screen and (max-width: 680px) {
  .tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.8461538462vw 2.5641025641vw;
    margin-top: 7.6923076923vw;
  }
  .tab li {
    width: 100%;
  }
  .tab li::before {
    display: none;
  }
  .tab li a {
    font-size: 3.5897435897vw;
  }
  .tab li a span {
    font-size: 5.641025641vw;
    line-height: 1.4;
  }
  .tab_dots {
    gap: 2.5641025641vw;
    margin-top: 7.6923076923vw;
  }
  .tab_dots li {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
  .area {
    margin-top: 5.1282051282vw;
  }
  .tab_head {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-right: 5.1282051282vw;
  }
  .tab_headBox {
    display: block;
    width: 94.8717948718vw;
    padding: 2.5641025641vw 0 2.5641025641vw 6.9230769231vw;
  }
  .tab_headBox_name {
    font-size: 8.2051282051vw;
    letter-spacing: 0.8205128205vw;
  }
  .tab_headBox_job {
    font-size: 4.6153846154vw;
    letter-spacing: 0.4615384615vw;
    padding-top: 1.2820512821vw;
  }
  .tab_headBox_job span {
    font-size: 4.1025641026vw;
    letter-spacing: 0.4102564103vw;
    margin-top: 1.2820512821vw;
  }
  .tab_content {
    display: block;
    margin-top: 7.6923076923vw;
  }
  .tab_content_faqItem:nth-of-type(n + 2) {
    margin-top: 6.4102564103vw;
    padding-top: 6.4102564103vw;
  }
  .tab_content_faqItem_title {
    font-size: 4.6153846154vw;
  }
  .tab_content_faqItem_title .en {
    font-size: 12.3076923077vw;
    margin-right: 3.8461538462vw;
    top: 1.2820512821vw;
  }
  .tab_content_faqItem_text {
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
    padding: 5.1282051282vw 0 0 14.1025641026vw;
  }
  .tab_content_schedule {
    padding: 5.1282051282vw 6.4102564103vw;
    margin-top: 7.6923076923vw;
  }
  .tab_content_schedule_title {
    font-size: 3.3333333333vw;
    line-height: 5.641025641vw;
    display: block;
  }
  .tab_content_schedule_title span {
    font-size: 7.1794871795vw;
    display: block;
  }
  .tab_content_scheduleList {
    margin-top: 3.8461538462vw;
  }
  .tab_content_scheduleItem {
    grid-template-columns: 15.3846153846vw 1fr;
    gap: 6.6666666667vw;
  }
  .tab_content_scheduleItem::before {
    left: 7.6923076923vw;
  }
  .tab_content_scheduleItem_time {
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
    padding: 1.5384615385vw 0;
  }
  .tab_content_scheduleItem_box {
    padding-top: 1.2820512821vw;
  }
  .tab_content_scheduleItem_box_title {
    font-size: 4.6153846154vw;
    line-height: 5.641025641vw;
  }
  .tab_content_scheduleItem_box_text {
    font-size: 4.1025641026vw;
    line-height: 5.641025641vw;
    margin-top: 3.8461538462vw;
    padding-bottom: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
}
/* section6
***************************************************************/
.recruit_sec6_content {
  position: relative;
  margin-top: 40px;
}

.recruit_sec6_content p {
  color: #3D5DDF;
  font-weight: 700;
  line-height: 0.7;
  position: absolute;
}

.recruit_sec6_count01 {
  font-size: 102px;
  top: 138px;
  left: 48px;
}

.recruit_sec6_count02 {
  font-size: 80px;
  top: 142px;
  left: 670px;
}

.recruit_sec6_count02 span {
  display: block;
}

.recruit_sec6_count02 span:nth-of-type(2) {
  margin-top: 20px;
}

.recruit_sec6_count03 {
  font-size: 118px;
  top: 50px;
  right: 115px;
}

.recruit_sec6_count04 {
  font-size: 145px;
  top: 560px;
  left: 116px;
}

.recruit_sec6_count05 {
  font-size: 110px;
  top: 445px;
  right: 163px;
  letter-spacing: -1px;
}

.recruit_sec6_count05 span {
  margin-right: 20px;
}

.recruit_sec6_count06 {
  font-size: 122px;
  left: 164px;
  bottom: 130px;
}

.recruit_sec6_count07 {
  font-size: 170px;
  left: 625px;
  bottom: 130px;
}

.recruit_sec6_count08 {
  font-size: 170px;
  right: 143px;
  bottom: 117px;
}

@media screen and (max-width: 1440px) {
  .recruit_sec6_content {
    position: relative;
    margin-top: 2.7777777778vw;
  }
  .recruit_sec6_content p {
    color: #3D5DDF;
    font-weight: 700;
    line-height: 0.7;
    position: absolute;
  }
  .recruit_sec6_count01 {
    font-size: 7.0833333333vw;
    top: 9.5833333333vw;
    left: 3.3333333333vw;
  }
  .recruit_sec6_count02 {
    font-size: 5.5555555556vw;
    top: 9.8611111111vw;
    left: 46.5277777778vw;
  }
  .recruit_sec6_count02 span {
    display: block;
  }
  .recruit_sec6_count02 span:nth-of-type(2) {
    margin-top: 1.3888888889vw;
  }
  .recruit_sec6_count03 {
    font-size: 8.1944444444vw;
    top: 3.4722222222vw;
    right: 7.9861111111vw;
  }
  .recruit_sec6_count04 {
    font-size: 10.0694444444vw;
    top: 38.8888888889vw;
    left: 8.0555555556vw;
  }
  .recruit_sec6_count05 {
    font-size: 7.6388888889vw;
    top: 30.9027777778vw;
    right: 11.3194444444vw;
    letter-spacing: -0.0694444444vw;
  }
  .recruit_sec6_count05 span {
    margin-right: 1.3888888889vw;
  }
  .recruit_sec6_count06 {
    font-size: 8.4722222222vw;
    left: 11.3888888889vw;
    bottom: 9.0277777778vw;
  }
  .recruit_sec6_count07 {
    font-size: 11.8055555556vw;
    left: 43.4027777778vw;
    bottom: 9.0277777778vw;
  }
  .recruit_sec6_count08 {
    font-size: 11.8055555556vw;
    right: 9.9305555556vw;
    bottom: 8.125vw;
  }
}
@media screen and (max-width: 680px) {
  .recruit_sec6_content {
    display: flex;
    flex-flow: column;
    gap: 2.5641025641vw;
    margin-top: 7.6923076923vw;
  }
  .recruit_sec6_contentBox {
    position: relative;
  }
  .recruit_sec6_count01 {
    font-size: 22.3076923077vw;
    top: 32.5641025641vw;
    left: 12.8205128205vw;
  }
  .recruit_sec6_count02 {
    font-size: 17.4358974359vw;
    top: 32.3076923077vw;
    left: 60.2564102564vw;
  }
  .recruit_sec6_count02 span:nth-of-type(2) {
    margin-top: 7.4358974359vw;
  }
  .recruit_sec6_count03 {
    font-size: 30.2564102564vw;
    top: 11.5384615385vw;
    right: 21.7948717949vw;
  }
  .recruit_sec6_count04 {
    font-size: 31.7948717949vw;
    top: 43.5897435897vw;
    left: 29.7435897436vw;
  }
  .recruit_sec6_count05 {
    font-size: 23.0769230769vw;
    top: 8.9743589744vw;
    right: 16.1538461538vw;
  }
  .recruit_sec6_count05 span {
    display: block;
    margin-right: 0;
    margin-bottom: 10.2564102564vw;
  }
  .recruit_sec6_count06 {
    font-size: 26.6666666667vw;
    left: 39.4871794872vw;
    bottom: 28.2051282051vw;
  }
  .recruit_sec6_count07 {
    font-size: 37.1794871795vw;
    left: 50vw;
    bottom: 30.7692307692vw;
  }
  .recruit_sec6_count08 {
    font-size: 37.1794871795vw;
    right: 34.1025641026vw;
    bottom: 27.4358974359vw;
  }
}
/* section7
***************************************************************/
.recruit_sec7 {
  padding-bottom: 200px;
}

.recruit_sec7_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background: #3D5DDF;
  padding: 20px;
  margin-top: 40px;
}

.recruit_sec7_title {
  color: #3D5DDF;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2.5px;
  border-radius: 0 15px 0 0;
  background: #FFF;
  width: 350px;
  padding: 10px 15px;
}

.recruit_sec7_contentBox_wrap {
  background: #fff;
  padding: 20px;
}

.recruit_sec7_table {
  width: 100%;
}

.recruit_sec7_table th {
  width: 137px;
  color: #3D5DDF;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
  border-bottom: 1px dashed #656B76;
}

.recruit_sec7_table td {
  color: #656B76;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  padding: 20px 0;
  border-bottom: 1px dashed #656B76;
}

tr:nth-last-of-type(1) th,
tr:nth-last-of-type(1) td {
  padding-bottom: 0;
  border-bottom: unset;
}

@media screen and (max-width: 1440px) {
  .recruit_sec7 {
    padding-bottom: 13.8888888889vw;
  }
  .recruit_sec7_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3888888889vw;
    background: #3D5DDF;
    padding: 1.3888888889vw;
    margin-top: 2.7777777778vw;
  }
  .recruit_sec7_title {
    color: #3D5DDF;
    font-size: 1.7361111111vw;
    font-weight: 700;
    letter-spacing: 0.1736111111vw;
    border-radius: 0 1.0416666667vw 0 0;
    background: #FFF;
    width: 24.3055555556vw;
    padding: 0.6944444444vw 1.0416666667vw;
  }
  .recruit_sec7_contentBox_wrap {
    background: #fff;
    padding: 1.3888888889vw;
  }
  .recruit_sec7_table {
    width: 100%;
  }
  .recruit_sec7_table th {
    width: 9.5138888889vw;
    color: #3D5DDF;
    font-size: 1.3888888889vw;
    font-weight: 600;
    padding: 1.3888888889vw 0;
    border-bottom: 1px dashed #656B76;
  }
  .recruit_sec7_table td {
    color: #656B76;
    font-size: 1.25vw;
    font-weight: 700;
    letter-spacing: 0.125vw;
    padding: 1.3888888889vw 0;
    border-bottom: 1px dashed #656B76;
  }
  tr:nth-last-of-type(1) th,
  tr:nth-last-of-type(1) td {
    padding-bottom: 0;
    border-bottom: unset;
  }
}
@media screen and (max-width: 680px) {
  .recruit_sec7 {
    padding-bottom: 17.9487179487vw;
  }
  .recruit_sec7_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.1282051282vw;
    padding: 7.6923076923vw;
    margin: 10.2564102564vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .recruit_sec7_title {
    font-size: 4.6153846154vw;
    width: 51.2820512821vw;
    padding: 0.7692307692vw 2.5641025641vw;
  }
  .recruit_sec7_contentBox_wrap {
    padding: 2.5641025641vw;
  }
  .recruit_sec7_table th {
    width: 25.641025641vw;
    font-size: 3.5897435897vw;
    padding: 2.5641025641vw 0;
  }
  .recruit_sec7_table td {
    font-size: 3.5897435897vw;
    padding: 2.5641025641vw 0;
  }
}
/* お問い合わせ
***************************************************************/
.contact {
  margin-top: 80px;
}

.contact_form {
  border-radius: 20px;
  border: 1px solid #3D5DDF;
  padding: 50px;
  margin-top: 40px;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.contact_item_flex {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 323px 1fr;
  gap: 30px;
}

.wpcf7-radio {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #656B76;
  padding: 8px 20px;
}

.wpcf7-radio span,
.wpcf7-radio input {
  width: auto !important;
}

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

.contact_item_title {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #656B76;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 2px;
}

.req {
  color: #FFF;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  border-radius: 50px;
  background: #3D5DDF;
  width: 58px;
  padding: 4px 0;
  text-align: center;
}

.contact_area {
  margin-top: 15px;
}

.contact_area_flex {
  display: grid;
  grid-template-columns: 152px 1fr;
  gap: 10px;
}

.contact_area span {
  width: 100%;
}

.contact_area input,
.contact_area select {
  width: 100%;
  padding: 8px 20px;
  border-radius: 10px;
  border: 1px solid #656B76;
}

.contact_area textarea {
  width: 100%;
  height: 245px;
  padding: 8px 20px;
  resize: none;
  border-radius: 10px;
  border: 1px solid #656B76;
}

.wpcf7-checkbox {
  display: flex;
  gap: 30px;
}

.wpcf7-checkbox .wpcf7-list-item {
  width: auto;
  margin: 0;
}

.contact_area label {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.contact_area label input {
  width: 15px;
  height: 15px;
  padding: 0;
  background: unset;
  border: unset;
}

.contact_area label span {
  width: auto;
}

.privacy_text {
  color: #656B76;
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1.8px;
  margin-top: 30px;
}

.contact_privacy {
  margin-top: 40px;
  overflow-y: scroll;
  border-radius: 10px;
  border: 1px solid #0F3755;
}

.contact_privacy_scroll {
  height: 240px;
  padding: 40px 24px;
  border-radius: 10px;
}

.contact_privacy_title {
  font-weight: bold;
  text-align: center;
}

.contact_privacy_list {
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding-bottom: 40px;
}

.contact_check {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
  border-radius: 10px;
  background: #656B76;
  padding: 10px 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 2px;
}

.contact_check input {
  width: 24px;
  height: 24px;
}

.contact_submit {
  border-radius: 10px;
  background: #3D5DDF;
  width: 500px;
  margin: 30px auto 0;
  text-align: center;
}

.contact_submit input {
  width: 100%;
  display: block;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 2px;
  padding: 12px 0;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 1440px) {
  .contact {
    margin-top: 5.5555555556vw;
  }
  .contact_form {
    border-radius: 1.3888888889vw;
    border: 1px solid #3D5DDF;
    padding: 3.4722222222vw;
    margin-top: 2.7777777778vw;
  }
  .contact_list {
    display: flex;
    flex-flow: column;
    gap: 2.0833333333vw;
  }
  .contact_item_flex {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 22.4305555556vw 1fr;
    gap: 2.0833333333vw;
  }
  .wpcf7-radio {
    display: flex;
    justify-content: space-between;
    border-radius: 0.6944444444vw;
    border: 1px solid #656B76;
    padding: 0.5555555556vw 1.3888888889vw;
  }
  .wpcf7-radio span,
  .wpcf7-radio input {
    width: auto !important;
  }
  .wpcf7-list-item {
    margin: 0;
  }
  .contact_item_title {
    display: flex;
    align-items: center;
    gap: 1.0416666667vw;
    color: #656B76;
    font-size: 1.3888888889vw;
    font-weight: 700;
    line-height: 1.7361111111vw;
    letter-spacing: 0.1388888889vw;
  }
  .req {
    color: #FFF;
    font-size: 0.9027777778vw;
    line-height: 1.4;
    font-weight: 800;
    border-radius: 3.4722222222vw;
    background: #3D5DDF;
    width: 4.0277777778vw;
    padding: 0.2777777778vw 0;
    text-align: center;
  }
  .contact_area {
    margin-top: 1.0416666667vw;
  }
  .contact_area_flex {
    display: grid;
    grid-template-columns: 10.5555555556vw 1fr;
    gap: 0.6944444444vw;
  }
  .contact_area span {
    width: 100%;
  }
  .contact_area input,
  .contact_area select {
    width: 100%;
    padding: 0.5555555556vw 1.3888888889vw;
    border-radius: 0.6944444444vw;
    border: 1px solid #656B76;
  }
  .contact_area textarea {
    width: 100%;
    height: 17.0138888889vw;
    padding: 0.5555555556vw 1.3888888889vw;
    resize: none;
    border-radius: 0.6944444444vw;
    border: 1px solid #656B76;
  }
  .wpcf7-checkbox {
    display: flex;
    gap: 2.0833333333vw;
  }
  .wpcf7-checkbox .wpcf7-list-item {
    width: auto;
    margin: 0;
  }
  .contact_area label {
    display: flex;
    gap: 0.6944444444vw;
    align-items: center;
    cursor: pointer;
  }
  .contact_area label input {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    padding: 0;
    background: unset;
    border: unset;
  }
  .contact_area label span {
    width: auto;
  }
  .privacy_text {
    color: #656B76;
    text-align: justify;
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
    letter-spacing: 0.125vw;
    margin-top: 2.0833333333vw;
  }
  .contact_privacy {
    margin-top: 2.7777777778vw;
    overflow-y: scroll;
    border-radius: 0.6944444444vw;
    border: 1px solid #0F3755;
  }
  .contact_privacy_scroll {
    height: 16.6666666667vw;
    padding: 2.7777777778vw 1.6666666667vw;
    border-radius: 0.6944444444vw;
  }
  .contact_privacy_title {
    font-weight: bold;
    text-align: center;
  }
  .contact_privacy_list {
    display: flex;
    flex-flow: column;
    gap: 1.1111111111vw;
    padding-bottom: 2.7777777778vw;
  }
  .contact_check {
    display: flex;
    gap: 0.6944444444vw;
    align-items: center;
    justify-content: center;
    margin-top: 2.7777777778vw;
    text-align: center;
    border-radius: 0.6944444444vw;
    background: #656B76;
    padding: 0.6944444444vw 0;
    color: #FFF;
    font-size: 1.3888888889vw;
    font-weight: 700;
    line-height: 1.7361111111vw;
    letter-spacing: 0.1388888889vw;
  }
  .contact_check input {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .contact_submit {
    border-radius: 0.6944444444vw;
    background: #3D5DDF;
    width: 34.7222222222vw;
    margin: 2.0833333333vw auto 0;
    text-align: center;
  }
  .contact_submit input {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 1.3888888889vw;
    font-weight: 700;
    line-height: 1.7361111111vw;
    letter-spacing: 0.1388888889vw;
    padding: 0.8333333333vw 0;
  }
  .wpcf7-spinner {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .contact {
    margin-top: 12.8205128205vw;
  }
  .contact_form {
    padding: 10.2564102564vw 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
  .contact_list {
    gap: 3.8461538462vw;
  }
  .contact_item_flex {
    display: flex;
    flex-flow: column;
    gap: 3.8461538462vw;
  }
  .contact_item_flexBox {
    width: 100%;
  }
  .wpcf7-radio {
    padding: 1.2820512821vw 3.8461538462vw;
  }
  .contact_item_title {
    gap: 2.5641025641vw;
    font-size: 3.8461538462vw;
  }
  .req {
    font-size: 2.5641025641vw;
    border-radius: 12.8205128205vw;
    width: 11.0256410256vw;
    padding: 1.0256410256vw 0;
  }
  .contact_area {
    margin-top: 2.5641025641vw;
  }
  .contact_area_flex {
    display: flex;
    flex-flow: column;
    gap: 2.0512820513vw;
  }
  .contact_area span {
    width: 100%;
  }
  .contact_area input,
  .contact_area select {
    padding: 2.0512820513vw 2.5641025641vw;
  }
  .contact_area textarea {
    height: 62.8205128205vw;
    padding: 2.0512820513vw 5.1282051282vw;
  }
  .privacy_text {
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
    margin-top: 3.8461538462vw;
  }
  .contact_privacy {
    margin-top: 3.8461538462vw;
  }
  .contact_privacy_scroll {
    height: 61.5384615385vw;
    padding: 3.8461538462vw;
  }
  .contact_privacy_list {
    gap: 4.1025641026vw;
    padding-bottom: 5.1282051282vw;
    font-size: 3.0769230769vw;
  }
  .contact_check {
    gap: 2.5641025641vw;
    margin-top: 3.8461538462vw;
    padding: 2.5641025641vw 0;
    font-size: 3.8461538462vw;
  }
  .contact_check input {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    position: relative;
    top: -0.5128205128vw;
  }
  .contact_submit {
    width: 100%;
    margin: 10.2564102564vw auto 0;
  }
  .contact_submit input {
    font-size: 3.8461538462vw;
    padding: 2.5641025641vw 0;
  }
}