@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ------------ 更新履歴 ----------------- */
/* 2023.10.13 追記 */
/* ============================================ */
*,
::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*/
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  min-height: 100vh;
  margin: 0;
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  font-size: 1.6em;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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] {
  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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* 画像を扱いやすくする */
img,
picture {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

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

/* rows属性のないtextareasが小さくならないようにする */
textarea:not([rows]) {
  min-height: 5em;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 50px;
  }
}

img {
  width: 100%;
  height: auto;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  font-style: normal;
  color: #43ADBB;
  line-height: 1.9;
  letter-spacing: 0.02em;
  font-display: swap;
  overflow-x: hidden;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 1023px) {
  body {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

main {
  flex: 1;
}

a {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
    -webkit-text-decoration: underline 1px;
            text-decoration: underline 1px;
  }
}

a[href="javascript:void(0)"] {
  pointer-events: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  line-height: 1.6;
}

dt {
  font-weight: 400;
}

.wrapper_s {
  width: 88%;
  max-width: 914px;
  margin: 0 auto;
}

.wrapper_l {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ラインマーカー */
.lineMarker.scroll-in {
  background-position: -100% 3.8rem;
}
@media screen and (max-width: 767px) {
  .lineMarker.scroll-in {
    background-position: -100% 3.5rem;
  }
}

.lineMarker {
  padding-bottom: 7px;
  background-image: linear-gradient(to right, transparent 50%, #EAB949 10%);
  background-repeat: repeat-x;
  background-size: 200% 0.7em;
  background-position: 0 3.8rem;
  transition: all 1s ease;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lineMarker {
    background-position: 0 3.5rem;
  }
}

.targetFadeIn {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .header_inner {
  background-color: #fff;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .header .header_inner {
    height: 50px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  }
}
.header .header_logo {
  margin-left: 16px;
}
@media screen and (max-width: 1023px) {
  .header .header_logo {
    margin-left: 10px;
    flex: 1;
  }
}
.header .header_logo a {
  display: flex;
  align-items: center;
}
.header .header_logo a img {
  width: 120px;
}
@media screen and (max-width: 1023px) {
  .header .header_logo a img {
    width: 100px;
  }
}
.header .header_logo a span {
  color: #231815;
  font-weight: 900;
  font-size: 1.4rem;
  margin-left: 13px;
}
.header .header_nav {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .header .header_nav {
    display: none;
  }
}
.header .header_toggle {
  display: none;
}
.header .header_nav_content {
  margin-right: 30px;
}
.header .header_nav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 40px;
}
.header .header_nav_item {
  color: #231815;
  font-size: 1.4rem;
}
.header .header_nav_item > a {
  line-height: 1.6;
  display: block;
  display: flex;
  align-items: center;
  position: relative;
}
.header .header_nav_item > a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: #231815;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.header .header_nav_item > a:hover::after {
  transform: scale(1, 1);
}
.header .header_nav_close {
  display: none;
}
.header .header_line {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .header .header_line {
    display: none;
  }
}
.header .header_line a {
  background-color: #06C755;
  width: 314px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header_line img.pc {
  width: 250px;
}
@media screen and (max-width: 1023px) {
  .header .header_line img.pc {
    width: 140px;
  }
}
.header .header_line img.sp {
  display: none;
}
.footer {
  padding-top: 10px;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-top: 40px;
  }
}
.footer_logo {
  display: block;
  width: 120px;
  margin: 0 auto 45px;
}
.footer_copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  background-color: #D9EFF1;
  display: block;
  padding: 6px;
}

.sp_cta {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sp_cta {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
  }
  .sp_cta_yoko, .sp_cta_line {
    width: calc((100% - 10px) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp_cta_yoko {
    color: #fff;
    background-color: #068ac7;
  }
  .sp_cta_line {
    background-color: #06c755;
    padding: 10px;
  }
  .sp_cta_line img {
    max-width: 190px;
  }
}

.mv {
  position: relative;
}
.mv_catch {
  position: absolute;
  top: 10px;
  right: 1%;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .mv_catch {
    width: 55%;
    max-width: 210px;
  }
}
.mv_emb {
  width: 15%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: absolute;
  left: 2%;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .mv_emb {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin: 30px auto 0;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .mv_emb li {
    width: 30%;
  }
}
.mv_bg {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv_bg {
    height: 300px;
    overflow: hidden;
  }
  .mv_bg .slick-list,
  .mv_bg .slick-track,
  .mv_bg .slick-slide {
    width: 100%;
    height: 100%;
  }
  .mv_bg .slick-slide {
    overflow: hidden;
  }
  .mv_bg .slick-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: right;
       object-position: right;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    /* 拡大率 */
  }
}
.mv_bg .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.cta {
  padding: 40px 0 30px;
}
@media screen and (max-width: 1023px) {
  .cta {
    display: none;
  }
}
.cta_title {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.cta_title img {
  width: 24px;
}
.cta_title h2 {
  color: #06C755;
  font-size: 2.4rem;
  font-weight: 900;
}
.cta_btn {
  color: #fff;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  background-color: #06C755;
  border-radius: 4px;
  max-width: 540px;
  padding: 10px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.cta_btn::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
.cta_yoko {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  width: 90%;
  max-width: 340px;
  border: 2px solid #43ADBB;
  padding: 10px;
  margin: 45px auto 0;
  display: block;
}
.cta_add_space {
  padding: 45px 0 50px;
}

.boshu {
  background-color: #D9EFF1;
  padding: 25px 0;
}
@media screen and (max-width: 1023px) {
  .boshu {
    margin-top: 30px;
  }
}
.boshu_title_area {
  background-color: #fff;
  border-radius: 4px;
  padding: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .boshu_title_area {
    padding: 40px 30px;
  }
}
.boshu_title {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .boshu_title img.pc {
    display: none;
  }
}
.boshu_title img.sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .boshu_title img.sp {
    display: block;
  }
}
.boshu_point {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.boshu_point li {
  width: calc((100% - 28px) / 2);
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .boshu_point li {
    width: 100%;
  }
}
.boshu_point li::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  display: block;
  background: url(../img/boshu_arrow.svg) center/contain no-repeat;
  flex-shrink: 0;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .boshu_point li::before {
    width: 18px;
    margin-top: 4px;
  }
}
.boshu_point li.open::before {
  transform: rotate(180deg);
}
.boshu_point dl {
  cursor: pointer;
}
.boshu_point dt span {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  background-color: #43ADBB;
  line-height: 1.6;
  padding: 4px 5px;
}
@media screen and (max-width: 767px) {
  .boshu_point dt span {
    font-size: 1.4rem;
  }
}
.boshu_point dd {
  padding-top: 16px;
}

.iwai {
  background-color: #F2D592;
  padding: 25px 0;
}
.iwai_inner {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 20px 20px;
}
.iwai_main {
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .iwai_main img.pc {
    display: none;
  }
}
.iwai_main img.sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .iwai_main img.sp {
    display: block;
  }
}
.iwai_text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .iwai_text {
    text-align: left;
  }
}

.work {
  background-color: #D9EFF1;
  padding: 25px 0;
}
.work_inner {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 20px 20px;
}
.work_title {
  text-align: center;
}
.work_title span {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  background-color: #43ADBB;
  letter-spacing: 0.14em;
  padding: 0 40px;
  margin-bottom: 10px;
}
.work_text {
  font-size: 2.6rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .work_text {
    font-size: 2.2rem;
    text-align: left;
  }
}
.work_text span {
  font-weight: 900;
}

.reward {
  background-color: #D9EFF1;
  padding: 32px 0;
}
.reward_inner {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 48px;
}
@media screen and (max-width: 767px) {
  .reward_inner {
    padding: 20px;
  }
}
.reward_title {
  text-align: center;
  margin-bottom: 30px;
}
.reward_title span {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  padding: 0 100px 10px;
  border-bottom: 4px solid #43ADBB;
}
@media screen and (max-width: 767px) {
  .reward_title span {
    padding: 0 20px;
  }
}
.reward_list {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.reward_list li {
  display: flex;
}
.reward_list li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.reward_img {
  width: 38%;
}
@media screen and (max-width: 1023px) {
  .reward_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .reward_img {
    width: 45%;
  }
}
.reward_content {
  background-color: #D9EFF1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 13px;
}
@media screen and (max-width: 1023px) {
  .reward_content {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .reward_content {
    padding: 10px;
    row-gap: 4px;
  }
}
.reward_company, .reward_calc, .reward_amount {
  line-height: 1.2;
  padding: 8px 26px;
  min-width: 342px;
}
@media screen and (max-width: 1023px) {
  .reward_company, .reward_calc, .reward_amount {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .reward_company, .reward_calc, .reward_amount {
    width: 100%;
    text-align: center;
    padding: 8px;
  }
}
.reward_calc_s {
  line-height: 1.2;
  padding: 1px 0;
  min-width: 342px;
  text-align: right;
}
.reward_calc_s .font-sm {
  font-size: 1.4rem;
  line-height: 1.6em;
  padding: 0;
}
.reward_company {
  color: #fff;
  font-size: 2.4rem;
  background-color: #43ADBB;
}
@media screen and (max-width: 767px) {
  .reward_company {
    font-size: 1.3rem;
  }
}
.reward_calc {
  font-size: 3rem;
  font-weight: 500;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .reward_calc {
    font-size: 1.3rem;
  }
}
.reward_amount {
  color: #fff;
  font-size: 5rem;
  text-align: center;
  background-color: #EAB949;
}
@media screen and (max-width: 767px) {
  .reward_amount {
    font-size: 2rem;
  }
}
.reward_amount span {
  font-size: 140%;
  font-weight: 900;
}
.reward_note {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reward_note {
    font-size: 1.5rem;
  }
}

.interview {
  background-color: #ECF7F8;
  padding: 25px 0;
  overflow: hidden;
}
.interview_item {
  background-color: #fff;
  border-radius: 4px;
  height: 100%;
  padding: 25px 70px;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interview_item {
    padding: 20px;
  }
}
.interview_title {
  text-align: center;
  margin-bottom: 30px;
}
.interview_title span {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  padding: 0 10px 10px;
  border-bottom: 4px solid #43ADBB;
}
@media screen and (max-width: 767px) {
  .interview_title span {
    padding: 0;
  }
}
.interview_content {
  display: flex;
  gap: 20px 4%;
}
@media screen and (max-width: 767px) {
  .interview_content {
    flex-direction: column;
  }
}
.interview_left {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .interview_left {
    width: 100%;
  }
}
.interview_right {
  flex: 1;
}
.interview_name {
  font-size: 1.4rem;
  color: #fff;
  background-color: #43ADBB;
  padding: 4px 20px;
  margin-top: -1px;
  margin-bottom: 24px;
}
.interview_section {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}
.interview_section:last-of-type {
  margin-bottom: 0;
}
.interview_section dt {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  border-left: 6px solid #43ADBB;
  padding: 6px 0 6px 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .interview_section dt {
    font-size: 1.6rem;
  }
}
.interview_section dd {
  font-size: 1.4rem;
  font-weight: 400;
}
.interview .slick-arrow {
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.interview .slick-arrow::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .interview .slick-arrow {
    width: 24px;
  }
}
.interview .slick-prev {
  background-image: url(../img/interview_arrow_prev.svg);
  left: 12px;
}
@media screen and (max-width: 767px) {
  .interview .slick-prev {
    left: -20px;
  }
}
.interview .slick-next {
  background-image: url(../img/interview_arrow_next.svg);
  right: 12px;
}
@media screen and (max-width: 767px) {
  .interview .slick-next {
    right: -20px;
  }
}
.interview .slick-track {
  display: flex;
}
.interview .slick-slide {
  height: auto !important;
}

.faq {
  background-color: #D9EFF1;
  padding: 32px 0;
}
.faq_inner {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 36px;
}
@media screen and (max-width: 767px) {
  .faq_inner {
    padding: 20px;
  }
}
.faq_title {
  text-align: center;
  margin-bottom: 30px;
}
.faq_title span {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  padding: 0 40px 10px;
  border-bottom: 4px solid #43ADBB;
}
@media screen and (max-width: 767px) {
  .faq_title span {
    padding: 0 20px;
  }
}
.faq_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.faq_item {
  width: calc((100% - 15px) / 2);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq_item {
    width: 100%;
  }
}
.faq_item::before {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  display: block;
  background: url(../img/faq_arrow.svg) center/contain no-repeat;
  position: absolute;
  top: 18px;
  right: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq_item::before {
    width: 20px;
  }
}
.faq_item.open::before {
  transform: rotate(180deg);
}
.faq_item dt,
.faq_item dd {
  border-radius: 4px;
}
.faq_item dt::before,
.faq_item dd::before {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 0.8;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .faq_item dt::before,
  .faq_item dd::before {
    font-size: 2.8rem;
    line-height: 1;
    margin-right: 8px;
  }
}
.faq_item dt {
  padding: 10px 40px 10px 15px;
  font-size: 1.8rem;
  font-weight: 900;
  display: flex;
}
@media screen and (max-width: 767px) {
  .faq_item dt {
    font-size: 1.6rem;
    padding-right: 24px;
  }
}
.faq_item dt::before {
  content: "Q";
}
.faq_item dd {
  padding: 10px 15px;
  font-size: 1.4rem;
  background-color: #FBF1DB;
  display: flex;
  align-items: center;
}
.faq_item dd::before {
  content: "A";
  color: #EAB949;
}

.flow {
  background-color: #F7E3B6;
  padding: 25px 0;
}
.flow_inner {
  background-color: #fff;
  border-radius: 4px;
  height: 100%;
  padding: 25px 70px 35px;
}
@media screen and (max-width: 767px) {
  .flow_inner {
    padding: 20px;
  }
}
.flow_title {
  text-align: center;
  margin-bottom: 30px;
}
.flow_title span {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  padding: 0 10px 10px;
  border-bottom: 4px solid #43ADBB;
}
@media screen and (max-width: 767px) {
  .flow_title span {
    padding: 0;
  }
}
.flow_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3%;
}
@media screen and (max-width: 767px) {
  .flow_list {
    max-width: 400px;
    margin: 0 auto;
    row-gap: 20px;
    justify-content: center;
  }
}
.flow_item {
  width: 26.5%;
}
@media screen and (max-width: 767px) {
  .flow_item {
    width: 40%;
    max-width: 240px;
  }
}
.flow_arrow {
  width: 4%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flow_arrow {
    width: 8%;
  }
}
@media screen and (max-width: 767px) {
  .flow_arrow:nth-of-type(2) {
    display: none;
  }
}
.flow_arrow:nth-of-type(3) {
  display: none;
}
@media screen and (max-width: 767px) {
  .flow_arrow:nth-of-type(3) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .flow_arrow:nth-of-type(4) {
    display: none;
  }
}

.yoko {
  background-color: #D9EFF1;
  padding: 32px 0;
}
.yoko_inner {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 48px;
}
@media screen and (max-width: 767px) {
  .yoko_inner {
    padding: 20px;
  }
}
.yoko_title {
  text-align: center;
  margin-bottom: 30px;
}
.yoko_title span {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  padding: 0 100px 10px;
  border-bottom: 4px solid #43ADBB;
}
@media screen and (max-width: 767px) {
  .yoko_title span {
    padding: 0 20px;
  }
}
.yoko_table {
  font-size: 1.5rem;
  border-top: 1px solid #43ADBB;
  border-left: 1px solid #43ADBB;
  display: flex;
  flex-wrap: wrap;
}
.yoko_table dt,
.yoko_table dd {
  font-weight: 500;
  padding: 25px;
  border-right: 1px solid #43ADBB;
  border-bottom: 1px solid #43ADBB;
}
.yoko_table dt {
  width: 26%;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .yoko_table dt {
    width: 100%;
    background-color: #D9EFF1;
  }
}
.yoko_table dd {
  width: 74%;
}
@media screen and (max-width: 767px) {
  .yoko_table dd {
    width: 100%;
  }
}

.error {
  padding: 100px 0;
}
.error_container {
  background-color: #D9EFF1;
  text-align: center;
  padding: 60px 5%;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.4;
}
.error h1 {
  color: #43ADBB;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */