@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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*/
  font-size: 16px;
  overflow: auto !important;
  scroll-behavior: smooth !important;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  overflow: auto !important;
  margin: 0;
  min-height: 100vh;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  min-height: 100vh;
}

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

/**
 * 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 {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

body {
  font-variant-ligatures: none;
  font-family: "TBUD明朝 Std M", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  scroll-behavior: smooth;
  background-color: #000;
  color: #fff;
}

.bg {
  background-image: url("../img/bg.png");
  background-size: 1600px 1600px;
  background-repeat: repeat-y;
  background-position: top center;
}
@media (max-width: 1300px) {
  .bg {
    background-size: 133.3333333333vw 133.3333333333vw;
  }
}

.main {
  background-color: rgba(7, 14, 33, 0.94);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 217px;
}
@media (max-width: 1300px) {
  .main {
    max-width: 100vw;
    padding: 0 18.0833333333vw;
  }
}
@media (max-width: 768px) {
  .main {
    max-width: 87.7604166667vw;
    padding: 0;
  }
}
@media (max-width: 440px) {
  .main {
    max-width: 92vw;
    padding: 0;
  }
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}

.gothic {
  font-family: "Noto Sans CJK JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

@font-face {
  font-family: "A-OTF UD新丸ゴ";
  src: url("../../../assets/fonts/A-OTF-UDSHINMGOPRO-MEDIUM.OTF");
  font-weight: 500;
}
@font-face {
  font-family: "A-OTF UD新丸ゴ";
  src: url("../../../assets/fonts/A-OTF-UDShinMGoPro-Light.OTF");
  font-weight: 300;
}
img {
  max-width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none !important;
}

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

.tab {
  display: none !important;
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 440px) {
  .sp {
    display: block !important;
  }
}

.container {
  width: 100%;
  padding: 0 5%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .container {
    padding: 0 2%;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-low {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.section-title {
  font-size: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 100px 0 59px;
}
@media (max-width: 1300px) {
  .section-title {
    font-size: 2.5vw;
    gap: 1.6666666667vw;
    padding: 8.3333333333vw 0 4.9166666667vw;
  }
}
@media (max-width: 768px) {
  .section-title {
    gap: 0.390625vw;
    padding: 16.9270833333vw 0 10.4166666667vw;
    font-size: 5.46875vw;
  }
}
.section-title::before, .section-title::after {
  content: "";
  background: url("../img/h2-icon.png") no-repeat center center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
@media (max-width: 1300px) {
  .section-title::before, .section-title::after {
    background-size: 1.6666666667vw 1.6666666667vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .section-title::before, .section-title::after {
    background-size: 4.1666666667vw 4.1666666667vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}

.scroll-point {
  position: relative;
  z-index: 1;
}

.moreBtn {
  position: relative;
  text-align: center;
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 1.04vw;
  border-bottom: 1px solid #fff;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .moreBtn {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .moreBtn {
    font-size: 4.8148148148vw;
  }
}
.moreBtn::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 28px;
  height: 1px;
  background-color: #fff;
  transform: rotate(211deg);
}
@media (max-width: 768px) {
  .moreBtn::after {
    width: 5.1851851852vw;
  }
}

.section-img {
  padding: 2.8vw 0 0;
  z-index: -1;
}
.section-img img {
  width: 100%;
}
@media (max-width: 1300px) {
  .section-img {
    padding: 70px 0 0;
  }
}
@media (max-width: 768px) {
  .section-img {
    padding: 12.962962963vw 0 0;
  }
}

@media (max-width: 768px) {
  .grecaptcha-badge {
    display: none;
    box-shadow: none !important;
  }
}

.fadeUp1 {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp1.show-fadeUp1 {
  animation: fadeUp 1.2s ease-in-out forwards;
}

.fadeUp2 {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp2.show-fadeUp2 {
  animation: fadeUp 1.2s 0.6s ease-in-out forwards;
}

.fadeUp3 {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp3.show-fadeUp3 {
  animation: fadeUp 1.2s 1.2s ease-in-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.show-fadeIn {
  animation: fadeIn 1.2s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bound1 {
  opacity: 0;
}

.bound1.show-bound1 {
  animation: bound 2s 0.6s linear forwards;
}

.bound2 {
  opacity: 0;
}

.bound2.show-bound2 {
  animation: bound 2s 1s linear forwards;
}

@keyframes bound {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes textFade {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.scroll-point {
  padding-top: 3.84vw;
  margin-top: -3.84vw;
}
@media (max-width: 1300px) {
  .scroll-point {
    padding-top: 96px;
    margin-top: -96px;
  }
}
@media (max-width: 768px) {
  .scroll-point {
    padding-top: 17.7777777778vw;
    margin-top: -17.7777777778vw;
  }
}

.top__text {
  text-align: center;
  position: relative;
}
.top__text::after {
  content: "";
  display: block;
  width: 100%;
  height: 252px;
  background: url("../img/top_text-bg.png") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 92px;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .top__text::after {
    top: 7.6666666667vw;
    height: 21vw;
  }
}
@media (max-width: 768px) {
  .top__text::after {
    background: url("../img/top_text-bg-sp.png") no-repeat center top;
    top: 1.4322916667vw;
    height: 51.4322916667vw;
  }
}
.top__text p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.top__text p:first-child {
  padding-top: 107px;
  font-size: 53px;
  color: #cb9a1a;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1300px) {
  .top__text p:first-child {
    padding-top: 8.9166666667vw;
    font-size: 4.4166666667vw;
  }
}
@media (max-width: 768px) {
  .top__text p:first-child {
    padding-top: 5.9895833333vw;
    padding-bottom: 2.734375vw;
    font-size: 7.8125vw;
    letter-spacing: 0.1rem;
    font-feature-settings: "palt";
    line-height: 1.2;
  }
}
@media (max-width: 1300px) {
  .top__text p {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .top__text p {
    font-size: 3.515625vw;
    line-height: 1.65;
  }
}

.about__box-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1300px) {
  .about__box-wrap {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .about__box-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.46875vw;
  }
}
.about__box {
  color: #070e21;
}
.about__box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.85);
  width: 211px;
  height: 211px;
}
@media (max-width: 1300px) {
  .about__box-item {
    width: 17.5833333333vw;
    height: 17.5833333333vw;
  }
}
@media (max-width: 768px) {
  .about__box-item {
    width: 43.0989583333vw;
    height: 43.0989583333vw;
  }
}
.about__box-item h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}
@media (max-width: 1300px) {
  .about__box-item h3 {
    font-size: 2vw;
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 768px) {
  .about__box-item h3 {
    font-size: 4.1666666667vw;
    margin-bottom: 2.34375vw;
  }
}
.about__box-item img {
  max-width: 211px;
  max-height: 100px;
}
@media (max-width: 1300px) {
  .about__box-item img {
    max-width: 17.5833333333vw;
    max-height: 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .about__box-item img {
    max-width: 39.0625vw;
    max-height: 18.2291666667vw;
  }
}
.about__box-text {
  padding-top: 14px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media (max-width: 1300px) {
  .about__box-text {
    padding-top: 1.1666666667vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .about__box-text {
    padding-top: 2.6041666667vw;
    font-size: 3.2552083333vw;
  }
}
.about__bottom-text {
  padding-top: 71px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1300px) {
  .about__bottom-text {
    padding-top: 5.9166666667vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .about__bottom-text {
    padding-top: 7.421875vw;
    font-size: 4.296875vw;
  }
}

.interview__staff-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1300px) {
  .interview__staff-box {
    gap: 2vw;
  }
}
@media (max-width: 768px) {
  .interview__staff-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.6041666667vw;
    padding: 0 8.4635416667vw;
  }
}
.interview__staff-box img {
  width: 229px;
}
@media (max-width: 1300px) {
  .interview__staff-box img {
    width: 19.0833333333vw;
  }
}
@media (max-width: 768px) {
  .interview__staff-box img {
    width: 70.8333333333vw;
  }
}
.interview__staff-box-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
}
@media (max-width: 1300px) {
  .interview__staff-box-item {
    gap: 1.1666666667vw;
  }
}
@media (max-width: 768px) {
  .interview__staff-box-item {
    gap: 2.734375vw;
    padding-top: 1.8229166667vw;
  }
}
.interview__staff-box-item p {
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .interview__staff-box-item p {
    font-size: 2.1666666667vw;
  }
}
@media (max-width: 768px) {
  .interview__staff-box-item p {
    font-size: 5.2083333333vw;
  }
}
.interview__staff-box-item dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 21px;
}
@media (max-width: 1300px) {
  .interview__staff-box-item dl {
    gap: 1.75vw;
  }
}
@media (max-width: 768px) {
  .interview__staff-box-item dl {
    gap: 4.1666666667vw;
  }
}
.interview__staff-box-item dl dt {
  font-size: 18px;
  font-weight: bold;
  background-color: #cb9a1a;
  padding: 4px 0;
  color: #070e21;
  text-align: center;
  width: 142px;
}
@media (max-width: 1300px) {
  .interview__staff-box-item dl dt {
    font-size: 1.5vw;
    width: 11.8333333333vw;
    padding: 0.3333333333vw 0;
  }
}
@media (max-width: 768px) {
  .interview__staff-box-item dl dt {
    font-size: 3.125vw;
    width: 29.0364583333vw;
    padding: 1.0416666667vw 0;
  }
}
.interview__staff-box-item dl dd {
  font-size: 25px;
  padding-left: 20px;
}
@media (max-width: 1300px) {
  .interview__staff-box-item dl dd {
    font-size: 2.0833333333vw;
    padding-left: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .interview__staff-box-item dl dd {
    font-size: 5.2083333333vw;
    padding-left: 3.6458333333vw;
  }
}
@media (max-width: 440px) {
  .interview__staff-box-item dl dd {
    font-size: 5.0666666667vw;
  }
}
.interview__qa-section {
  background-color: #070e21;
  padding: 22px 0;
  padding-left: 75px;
}
@media (max-width: 1300px) {
  .interview__qa-section {
    padding: 1.8333333333vw 0;
    padding-left: 6.25vw;
  }
}
@media (max-width: 768px) {
  .interview__qa-section {
    padding: 3.125vw 0;
    padding-left: 2.734375vw;
  }
}
.interview__qa-title {
  font-size: 30px;
  font-weight: bold;
  color: #cb9a1a;
  font-feature-settings: "palt";
  margin-bottom: 44px;
}
@media (max-width: 1300px) {
  .interview__qa-title {
    font-size: 2.5vw;
    margin-bottom: 3.6666666667vw;
  }
}
@media (max-width: 768px) {
  .interview__qa-title {
    width: 100%;
    font-size: 5.46875vw;
    text-align: center;
  }
}
.interview__qa-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 37px;
  letter-spacing: 0.06rem;
}
@media (max-width: 1300px) {
  .interview__qa-list {
    gap: 3.0833333333vw;
  }
}
@media (max-width: 768px) {
  .interview__qa-list {
    gap: 5.46875vw;
  }
}
.interview__qa-item {
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  font-feature-settings: "palt";
}
@media (max-width: 1300px) {
  .interview__qa-item {
    border-radius: 0.8333333333vw;
    gap: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .interview__qa-item {
    border-radius: 0;
    gap: 3.7760416667vw;
  }
}
.interview__qa-answer {
  font-size: 16px;
  line-height: 1.84;
  letter-spacing: 0.1rem;
}
@media (max-width: 1300px) {
  .interview__qa-answer {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .interview__qa-answer {
    font-size: 3.125vw;
  }
}
.interview__qa-question {
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1300px) {
  .interview__qa-question {
    font-size: 1.5833333333vw;
  }
}
@media (max-width: 768px) {
  .interview__qa-question {
    font-size: 3.90625vw;
  }
}
.interview__qa-question::before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 2px;
  background-color: #fff;
  margin-right: 3px;
}
@media (max-width: 1300px) {
  .interview__qa-question::before {
    width: 4.75vw;
    height: 0.1666666667vw;
    margin-right: 0.25vw;
  }
}
@media (max-width: 768px) {
  .interview__qa-question::before {
    width: 11.5885416667vw;
    height: 0.2604166667vw;
    margin-right: 0.390625vw;
  }
}
@media (max-width: 440px) {
  .interview__qa-question::before {
    width: 8vw;
    margin-right: 0.8vw;
  }
}

.flow__steps {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 38px;
  padding: 0;
  list-style: none;
}
@media (max-width: 1300px) {
  .flow__steps {
    max-width: 40vw;
    gap: 3.1666666667vw;
  }
}
@media (max-width: 768px) {
  .flow__steps {
    max-width: unset;
    gap: 7.1614583333vw;
  }
}
.flow__step-item {
  display: flex;
  align-items: flex-start;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.flow__step-label {
  background: url("../img/step-bg.png") no-repeat center center;
  background-size: contain;
  color: #222;
  font-weight: bold;
  font-size: 16px;
  min-width: 104px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0.08em;
  margin-right: 24px;
  padding-left: 14px;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .flow__step-label {
    font-size: 1.3333333333vw;
    min-width: 8.6666666667vw;
    height: 2.5833333333vw;
    margin-right: 2vw;
    padding-left: 1.1666666667vw;
  }
}
@media (max-width: 768px) {
  .flow__step-label {
    font-size: 3.125vw;
    min-width: 19.53125vw;
    height: 5.46875vw;
    margin-right: 3.90625vw;
    padding-left: 2.6041666667vw;
  }
}
.flow__step-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.flow__step-title {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .flow__step-title {
    font-size: 2.3333333333vw;
    margin-bottom: 0.6666666667vw;
  }
}
@media (max-width: 768px) {
  .flow__step-title {
    font-size: 5.5989583333vw;
    margin-bottom: 1.3020833333vw;
  }
}
.flow__step-desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 1300px) {
  .flow__step-desc {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .flow__step-desc {
    font-size: 2.9947916667vw;
  }
}

.recruit {
  background: #070e21;
  padding: 60px 0 105px;
  width: 723px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .recruit {
    width: 60.25vw;
    padding: 5vw 0 8.75vw;
  }
}
@media (max-width: 768px) {
  .recruit {
    width: 84.6354166667vw;
    padding: 7.8125vw 0 13.671875vw;
  }
}
.recruit .description {
  display: block;
  font-size: 14px;
}
@media (max-width: 1300px) {
  .recruit .description {
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 768px) {
  .recruit .description {
    font-size: 2.4739583333vw;
  }
}
.recruit .middle {
  font-size: 17px;
}
@media (max-width: 1300px) {
  .recruit .middle {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .recruit .middle {
    font-size: 2.734375vw;
  }
}
.recruit__tabs {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0 auto;
  max-width: 800px;
  border-bottom: 1.5px solid #bdbdbd;
  gap: 0;
  position: relative;
  z-index: 10;
  padding-bottom: 6px;
}
@media (max-width: 1300px) {
  .recruit__tabs {
    max-width: 66.6666666667vw;
    padding-bottom: 0.5vw;
  }
}
@media (max-width: 768px) {
  .recruit__tabs {
    max-width: unset;
    padding-bottom: 0.78125vw;
  }
}
.recruit__tab {
  background: #aaaaaa;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  padding: 11px 0;
  width: 132px;
  border: none;
  border-radius: 0;
  margin-right: 0;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  position: relative;
  top: 1.5px;
  outline: none;
  border-bottom: 1.5px solid #bdbdbd;
  letter-spacing: 0.04em;
  z-index: 1;
}
@media (max-width: 1300px) {
  .recruit__tab {
    width: 11vw;
    padding: 0.9166666667vw 0;
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .recruit__tab {
    width: 15.8854166667vw;
    padding: 1.4322916667vw 0;
    font-size: 2.6041666667vw;
  }
}
.recruit__tab.is-active {
  color: #070e21;
  background: #fff;
  border-bottom: 3px solid #fff;
  border-top: 6px solid #cb9a1a;
  font-weight: bold;
  z-index: 11;
  margin-bottom: -5px;
  box-shadow: 0 2px 0 0 #fff;
}
@media (max-width: 1300px) {
  .recruit__tab.is-active {
    margin-bottom: -0.4166666667vw;
  }
}
@media (max-width: 768px) {
  .recruit__tab.is-active {
    margin-bottom: -0.6510416667vw;
  }
}
.recruit__tab:not(.is-active) {
  background: #aaaaaa;
  color: #fff;
  border-bottom: 1.5px solid #bdbdbd;
  font-weight: 500;
  margin-bottom: 0;
  box-shadow: none;
  border-top: 3px solid transparent;
}
.recruit__tab:first-child {
  border-top-left-radius: 0;
}
.recruit__tab:last-child {
  border-top-right-radius: 0;
}
.recruit__tab span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.3;
}
@media (max-width: 1300px) {
  .recruit__tab span {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .recruit__tab span {
    display: none;
  }
}
.recruit__box {
  background: #fff;
  border-radius: 0;
  padding: 64px 47px;
  color: #222;
  font-size: 16px;
  line-height: 2.1;
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .recruit__box {
    padding: 5.3333333333vw 3.9166666667vw;
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .recruit__box {
    padding: 7.421875vw 3.90625vw;
  }
}
.recruit__tab-panel {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.recruit__tab-panel[style*="display: none"] {
  opacity: 0;
  transform: translateY(-20px);
}
.recruit__box-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
}
@media (max-width: 1300px) {
  .recruit__box-title {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .recruit__box-title {
    font-size: 4.1666666667vw;
  }
}
.recruit__row {
  margin-bottom: 24px;
  padding-left: 13px;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  text-align: center;
  gap: 22px;
}
@media (max-width: 1300px) {
  .recruit__row {
    margin-bottom: 2vw;
    padding-left: 1.0833333333vw;
    gap: 1.8333333333vw;
  }
}
@media (max-width: 768px) {
  .recruit__row {
    gap: 3.90625vw;
    padding-left: 0.78125vw;
    margin-bottom: 3.125vw;
    margin-top: 3.125vw;
  }
}
.recruit__row:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .recruit__row:last-child {
    flex-direction: column;
    gap: 1.953125vw;
  }
}
.recruit__row-label {
  display: inline-block;
  background: #070e21;
  color: #fff;
  font-size: 13px;
  padding: 3px 0;
  min-width: 88px;
  border-radius: 0;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media (max-width: 1300px) {
  .recruit__row-label {
    font-size: 1.0833333333vw;
    min-width: 7.3333333333vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .recruit__row-label {
    font-size: 3.3854166667vw;
    min-width: 21.2239583333vw;
    margin-bottom: 0;
  }
}
@media (max-width: 440px) {
  .recruit__row-label {
    font-size: 3.4090909091vw;
    min-width: 18.1818181818vw;
  }
}
.recruit__row-content {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-align: left;
  padding-top: 4px;
}
@media (max-width: 1300px) {
  .recruit__row-content {
    font-size: 2vw;
    padding-top: 0.3333333333vw;
  }
}
@media (max-width: 768px) {
  .recruit__row-content {
    font-size: 3.90625vw;
    line-height: 1.5;
  }
}
.recruit__dotted {
  border-top: 2px dotted #bdbdbd;
  margin: 12px 0;
}
@media (max-width: 1300px) {
  .recruit__dotted {
    margin: 1vw 0;
  }
}
.recruit__list {
  margin: 0 0 0 1.5em;
  padding: 0;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .recruit__list {
    margin: 0 0 0 0.125vw;
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 768px) {
  .recruit__list {
    font-size: 2.6041666667vw;
    padding-left: 3.90625vw;
  }
}
.recruit__list li {
  list-style: disc;
}
.recruit__note {
  font-size: 15px;
  color: #666;
  margin-top: 12px;
  line-height: 1.4;
  text-align: left;
  display: block;
}
@media (max-width: 1300px) {
  .recruit__note {
    font-size: 1.25vw;
    margin-top: 1vw;
  }
}
@media (max-width: 768px) {
  .recruit__note {
    font-size: 2.734375vw;
    margin-top: 1.5625vw;
    line-height: 1.7;
    color: inherit;
  }
}
.recruit__bnr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 66px;
  text-align: center;
}
@media (max-width: 1300px) {
  .recruit__bnr {
    gap: 1.6666666667vw;
    margin-top: 5.5vw;
  }
}
@media (max-width: 768px) {
  .recruit__bnr {
    gap: 4.1666666667vw;
    margin-top: 7.5520833333vw;
  }
}
.recruit__bnr img {
  width: 100%;
}
@media (max-width: 768px) {
  .recruit__bnr img {
    width: 78.515625vw;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 37px;
  background-color: #000;
  padding: 104px 0;
  /********************************************
  * ハンバーガーメニュー
  ********************************************/
}
@media (max-width: 1300px) {
  .footer {
    gap: 3.0833333333vw;
    padding: 8.6666666667vw 0;
  }
}
@media (max-width: 768px) {
  .footer {
    gap: 4.1666666667vw;
    padding: 7.5520833333vw 0 32.5520833333vw;
  }
}
.footer__logo {
  width: 312px;
}
@media (max-width: 1300px) {
  .footer__logo {
    width: 26vw;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    width: 58.59375vw;
  }
}
.footer__link {
  width: 538px;
  border: 2px solid #fff;
  padding: 16px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1300px) {
  .footer__link {
    width: 44.8333333333vw;
    padding: 1.3333333333vw 0;
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 768px) {
  .footer__link {
    width: 67.7083333333vw;
    padding: 2.0833333333vw 0;
    font-size: 3.6458333333vw;
    border: 0.5208333333vw solid #fff;
  }
}
.footer__link a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
}
@media (max-width: 1300px) {
  .footer__copyright {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: 2.6041666667vw;
  }
}
.footer__tabButton__link {
  height: 13.0208333333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.5208333333vw;
}
.footer__tabButton__link img {
  width: 13.0208333333vw;
}
.footer__tabButton-wrapper {
  max-width: 100vw;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 100;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #070e21;
  max-height: 19.53125vw;
  height: 100%;
  padding: 2% 0;
}
.footer__tabButton-nav {
  display: flex;
}
.footer__tabButton-nav div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9.1145833333vw 0;
  width: 100%;
  height: 13.0208333333vw;
  gap: 1.953125vw;
}
.footer__tabButton-nav div span {
  font-size: 3.3854166667vw;
}
.footer__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  gap: 4%;
  top: -4%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  transform: translate(-50%);
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
.footer__tabNav__list-link {
  font-size: 29px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
.footer__tabNav-active {
  right: 5% !important;
}

.header {
  /********************************************
  * ハンバーガーメニュー
  ********************************************/
}
.header__img {
  width: 100%;
  text-align: center;
  padding-top: 52px;
}
@media (max-width: 1300px) {
  .header__img {
    padding-top: 4.3333333333vw;
  }
}
@media (max-width: 768px) {
  .header__img {
    padding-top: 0;
    position: relative;
  }
}
.header__img img {
  padding-bottom: 60px;
  width: 1132px;
}
@media (max-width: 1300px) {
  .header__img img {
    padding-bottom: 5vw;
    width: 94.3333333333vw;
  }
}
@media (max-width: 768px) {
  .header__img img {
    padding-bottom: 0;
    width: 87.7604166667vw;
  }
}
.header__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 38px;
  background-color: #000;
}
@media (max-width: 1300px) {
  .header__img::after {
    height: 3.1666666667vw;
  }
}
@media (max-width: 768px) {
  .header__img::after {
    height: 8.203125vw;
  }
}
.header__tabButton {
  position: fixed;
  top: 4.8177083333vw;
  right: 4.8177083333vw;
  z-index: 100;
  width: 13.0208333333vw;
  height: 13.0208333333vw;
  background-color: #070e21;
}
.header__tabButton span {
  position: absolute;
  left: calc(50% - 5.2083333333vw);
  width: 10.4166666667vw;
  height: 0.78125vw;
  background: #fff;
  transition: 0.3s all ease-in-out;
  z-index: 100;
  color: #fff;
}
.header__tabButton span:nth-of-type(1) {
  top: 3.2552083333vw;
}
.header__tabButton span:nth-of-type(2) {
  top: 6.5104166667vw;
}
.header__tabButton span:nth-of-type(3) {
  top: 9.765625vw;
}
.header__tabButton-active:nth-of-type(1) {
  width: 90% !important;
  top: 30px !important;
  transform: rotate(45deg);
  background: #fff;
}
.header__tabButton-active:nth-of-type(2) {
  display: none;
}
.header__tabButton-active:last-child {
  width: 90% !important;
  top: 30px !important;
  transform: rotate(-45deg);
  background: #fff;
}
.header__tabButton-nav {
  display: flex;
}
.header__tabButton-nav div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.8vw 0;
  width: 100%;
  height: 4vw;
  gap: 0.6vw;
}
@media (max-width: 768px) {
  .header__tabButton-nav div {
    padding: 9.1145833333vw 0;
    height: 13.0208333333vw;
    gap: 1.953125vw;
  }
}
.header__tabButton-nav div span {
  font-size: 1.04vw;
}
@media (max-width: 1300px) {
  .header__tabButton-nav div span {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .header__tabButton-nav div span {
    font-size: 3.3854166667vw;
  }
}
.header__tabNav {
  position: fixed;
  top: 0;
  right: -100%;
  max-width: 30.72vw;
  width: 100%;
  height: 100vh;
  background: #070e21;
  transition: 0.6s all ease-out;
  z-index: 90;
}
@media (max-width: 1300px) {
  .header__tabNav {
    max-width: 59.0769230769vw;
  }
}
@media (max-width: 768px) {
  .header__tabNav {
    max-width: 100vw;
  }
}
.header__tabNav::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.96vw;
  margin-top: -0.88vw;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .header__tabNav::before {
    height: 3.125vw;
  }
}
.header__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  gap: 4%;
  top: -4%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  transform: translate(-50%);
  font-family: "A-OTF リュウミン Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
.header__tabNav__list-link {
  font-size: 3.7760416667vw;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
.header__tabNav-active {
  right: 5% !important;
}
@media (max-width: 1300px) {
  .header__tabNav-active {
    right: 0 !important;
  }
}