@charset "UTF-8";
@-webkit-keyframes scroll-anim {
  100% {
    background-position: -100% 0;
  }
}
@keyframes scroll-anim {
  100% {
    background-position: -100% 0;
  }
}
@-webkit-keyframes scroll-anim-rev {
  100% {
    background-position: 100% 0;
  }
}
@keyframes scroll-anim-rev {
  100% {
    background-position: 100% 0;
  }
}
/* ---------- ---------- ---------- ---------- ---------- */
.d_ib {
  display: inline-block !important;
}
.d_b {
  display: block !important;
}
.d_pc {
  display: block;
}
@media only screen and (max-width: 550px) {
  .d_pc {
    display: none;
  }
}
.d_sp {
  display: none;
}
@media only screen and (max-width: 550px) {
  .d_sp {
    display: block;
  }
}

/* ---------- ---------- ---------- ---------- ---------- */
.ta_r {
  text-align: right !important;
}
.ta_c {
  text-align: center !important;
}
.ta_l {
  text-align: left !important;
}

/* ---------- ---------- ---------- ---------- ---------- */
.f_en {
  font-family: "Inter", sans-serif;
}

/* ---------- ---------- ---------- ---------- ---------- */
.fw_100 {
  font-weight: 100 !important;
}
.fw_200 {
  font-weight: 200 !important;
}
.fw_300 {
  font-weight: 300 !important;
}
.fw_400 {
  font-weight: 400 !important;
}
.fw_500 {
  font-weight: 500 !important;
}
.fw_600 {
  font-weight: 600 !important;
}
.fw_700 {
  font-weight: 700 !important;
}
.fw_800 {
  font-weight: 800 !important;
}
.fw_900 {
  font-weight: 900 !important;
}
.fw_n {
  font-weight: normal !important;
}
.fw_b {
  font-weight: bold !important;
}

/* ---------- ---------- ---------- ---------- ---------- */
.fz_10 {
  font-size: 10px;
}

.fz_11 {
  font-size: 11px;
}

.fz_12 {
  font-size: 12px;
}

.fz_13 {
  font-size: 13px;
}

.fz_14 {
  font-size: 14px;
}

.fz_15 {
  font-size: 15px;
}

.fz_16 {
  font-size: 16px;
}

.fz_17 {
  font-size: 17px;
}

.fz_18 {
  font-size: 18px;
}

.fz_19 {
  font-size: 19px;
}

.fz_20 {
  font-size: 20px;
}

.fz_22 {
  font-size: 22px;
}

.fz_24 {
  font-size: 24px;
}

.fz_26 {
  font-size: 26px;
}

.fz_28 {
  font-size: 28px;
}

.fz_30 {
  font-size: 30px;
}

.fz_32 {
  font-size: 32px;
}

.fz_34 {
  font-size: 34px;
}

.fz_36 {
  font-size: 36px;
}

.fz_38 {
  font-size: 38px;
}

.fz_40 {
  font-size: 40px;
}

.fz_42 {
  font-size: 42px;
}

.fz_44 {
  font-size: 44px;
}

.fz_46 {
  font-size: 46px;
}

.fz_48 {
  font-size: 48px;
}

.fz_50 {
  font-size: 50px;
}

/* ---------- ---------- ---------- ---------- ---------- */
.m_0 {
  margin: 0px !important;
}

.mt_0 {
  margin-top: 0px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.m_5 {
  margin: 5px !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.m_10 {
  margin: 10px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.m_15 {
  margin: 15px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.m_20 {
  margin: 20px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.m_25 {
  margin: 25px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.m_30 {
  margin: 30px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.m_35 {
  margin: 35px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.m_40 {
  margin: 40px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.m_45 {
  margin: 45px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.m_50 {
  margin: 50px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.m_55 {
  margin: 55px !important;
}

.mt_55 {
  margin-top: 55px !important;
}

.mr_55 {
  margin-right: 55px !important;
}

.mb_55 {
  margin-bottom: 55px !important;
}

.ml_55 {
  margin-left: 55px !important;
}

.m_60 {
  margin: 60px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mr_60 {
  margin-right: 60px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.ml_60 {
  margin-left: 60px !important;
}

.m_65 {
  margin: 65px !important;
}

.mt_65 {
  margin-top: 65px !important;
}

.mr_65 {
  margin-right: 65px !important;
}

.mb_65 {
  margin-bottom: 65px !important;
}

.ml_65 {
  margin-left: 65px !important;
}

.m_70 {
  margin: 70px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mr_70 {
  margin-right: 70px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.ml_70 {
  margin-left: 70px !important;
}

.m_75 {
  margin: 75px !important;
}

.mt_75 {
  margin-top: 75px !important;
}

.mr_75 {
  margin-right: 75px !important;
}

.mb_75 {
  margin-bottom: 75px !important;
}

.ml_75 {
  margin-left: 75px !important;
}

.m_80 {
  margin: 80px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mr_80 {
  margin-right: 80px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.ml_80 {
  margin-left: 80px !important;
}

.m_85 {
  margin: 85px !important;
}

.mt_85 {
  margin-top: 85px !important;
}

.mr_85 {
  margin-right: 85px !important;
}

.mb_85 {
  margin-bottom: 85px !important;
}

.ml_85 {
  margin-left: 85px !important;
}

.m_90 {
  margin: 90px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mr_90 {
  margin-right: 90px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.ml_90 {
  margin-left: 90px !important;
}

.m_95 {
  margin: 95px !important;
}

.mt_95 {
  margin-top: 95px !important;
}

.mr_95 {
  margin-right: 95px !important;
}

.mb_95 {
  margin-bottom: 95px !important;
}

.ml_95 {
  margin-left: 95px !important;
}

.m_100 {
  margin: 100px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

.m0a {
  margin: 0 auto;
}

.mla {
  margin-right: 0;
  margin-left: auto;
}

.mra {
  margin-right: auto;
  margin-left: 0;
}

.m1rem {
  margin: 1rem 0;
}

/* ---------- ---------- ---------- ---------- ---------- */
.p_0 {
  padding: 0px !important;
}

.pt_0 {
  padding-top: 0px !important;
}

.pr_0 {
  padding-right: 0px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.pl_0 {
  padding-left: 0px !important;
}

.p_5 {
  padding: 5px !important;
}

.pt_5 {
  padding-top: 5px !important;
}

.pr_5 {
  padding-right: 5px !important;
}

.pb_5 {
  padding-bottom: 5px !important;
}

.pl_5 {
  padding-left: 5px !important;
}

.p_10 {
  padding: 10px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.p_15 {
  padding: 15px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.pr_15 {
  padding-right: 15px !important;
}

.pb_15 {
  padding-bottom: 15px !important;
}

.pl_15 {
  padding-left: 15px !important;
}

.p_20 {
  padding: 20px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.p_25 {
  padding: 25px !important;
}

.pt_25 {
  padding-top: 25px !important;
}

.pr_25 {
  padding-right: 25px !important;
}

.pb_25 {
  padding-bottom: 25px !important;
}

.pl_25 {
  padding-left: 25px !important;
}

.p_30 {
  padding: 30px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.p_35 {
  padding: 35px !important;
}

.pt_35 {
  padding-top: 35px !important;
}

.pr_35 {
  padding-right: 35px !important;
}

.pb_35 {
  padding-bottom: 35px !important;
}

.pl_35 {
  padding-left: 35px !important;
}

.p_40 {
  padding: 40px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.pl_40 {
  padding-left: 40px !important;
}

.p_45 {
  padding: 45px !important;
}

.pt_45 {
  padding-top: 45px !important;
}

.pr_45 {
  padding-right: 45px !important;
}

.pb_45 {
  padding-bottom: 45px !important;
}

.pl_45 {
  padding-left: 45px !important;
}

.p_50 {
  padding: 50px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.p_55 {
  padding: 55px !important;
}

.pt_55 {
  padding-top: 55px !important;
}

.pr_55 {
  padding-right: 55px !important;
}

.pb_55 {
  padding-bottom: 55px !important;
}

.pl_55 {
  padding-left: 55px !important;
}

.p_60 {
  padding: 60px !important;
}

.pt_60 {
  padding-top: 60px !important;
}

.pr_60 {
  padding-right: 60px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
}

.pl_60 {
  padding-left: 60px !important;
}

.p_65 {
  padding: 65px !important;
}

.pt_65 {
  padding-top: 65px !important;
}

.pr_65 {
  padding-right: 65px !important;
}

.pb_65 {
  padding-bottom: 65px !important;
}

.pl_65 {
  padding-left: 65px !important;
}

.p_70 {
  padding: 70px !important;
}

.pt_70 {
  padding-top: 70px !important;
}

.pr_70 {
  padding-right: 70px !important;
}

.pb_70 {
  padding-bottom: 70px !important;
}

.pl_70 {
  padding-left: 70px !important;
}

.p_75 {
  padding: 75px !important;
}

.pt_75 {
  padding-top: 75px !important;
}

.pr_75 {
  padding-right: 75px !important;
}

.pb_75 {
  padding-bottom: 75px !important;
}

.pl_75 {
  padding-left: 75px !important;
}

.p_80 {
  padding: 80px !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.pr_80 {
  padding-right: 80px !important;
}

.pb_80 {
  padding-bottom: 80px !important;
}

.pl_80 {
  padding-left: 80px !important;
}

.p_85 {
  padding: 85px !important;
}

.pt_85 {
  padding-top: 85px !important;
}

.pr_85 {
  padding-right: 85px !important;
}

.pb_85 {
  padding-bottom: 85px !important;
}

.pl_85 {
  padding-left: 85px !important;
}

.p_90 {
  padding: 90px !important;
}

.pt_90 {
  padding-top: 90px !important;
}

.pr_90 {
  padding-right: 90px !important;
}

.pb_90 {
  padding-bottom: 90px !important;
}

.pl_90 {
  padding-left: 90px !important;
}

.p_95 {
  padding: 95px !important;
}

.pt_95 {
  padding-top: 95px !important;
}

.pr_95 {
  padding-right: 95px !important;
}

.pb_95 {
  padding-bottom: 95px !important;
}

.pl_95 {
  padding-left: 95px !important;
}

.p_100 {
  padding: 100px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.pr_100 {
  padding-right: 100px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

/* ---------- ---------- ---------- ---------- ---------- */
.has-shadow {
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
}

.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.underline {
  position: relative;
}
.underline:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #253595;
}
.underline:hover {
  opacity: 0.7;
}

/*======SMACSS Base======*/
/*======normalize======*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  max-width: 100vw;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

main {
  overflow-x: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  overflow: visible; /* 2 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent; /* 1 */
  text-decoration: none;
  -webkit-text-decoration-skip: objects; /* 2 */
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  display: block;
  border-style: none;
  width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  display: block;
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  display: table; /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 3 */
  max-width: 100%; /* 1 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

a {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

a, p, li, summary, th, tr, small {
  color: #253595;
  font-size: 1rem;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 2rem; /* 200% */
  letter-spacing: 0.05rem;
  margin: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media only screen and (max-width: 550px) {
  a, p, li, summary, th, tr, small {
    font-size: 0.875rem;
    line-height: 1.5rem; /* 171.429% */
    letter-spacing: 0.04375rem;
  }
}

body {
  background: #FFF;
}

dl {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

dd {
  margin: 0;
}

details {
  cursor: pointer;
}

section {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  section {
    padding: 0 16px;
  }
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ol {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 1.2rem;
          padding-inline-start: 1.2rem;
  padding: 0;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  color: #253595;
  margin: 0;
}

h2 {
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.08125rem;
  line-height: 1.5; /* 150% */
}
@media only screen and (max-width: 550px) {
  h2 {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

input[type=text], input[type=tel], input[type=email] {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type=submit], input[type=button] {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.l-main-nobg {
  padding: 90px 0;
}
@media only screen and (max-width: 550px) {
  .l-main-nobg {
    background: url(../img/components/bg_sp.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 70px 0;
  }
}
.l-main-hasbg {
  background: url(../img/components/bg.jpg);
  background-size: 70%;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 90px 0 0;
}
@media only screen and (max-width: 550px) {
  .l-main-hasbg {
    background: url(../img/components/bg_sp.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 70px 0 0;
  }
}
.l-main-contents {
  max-width: 1200px;
  margin: 0 auto;
}
.l-head, .l-head__noimage {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: min(300px, 25vh);
  margin: 0 0 clamp(40px, 4.95vw, 90px);
}
@media only screen and (max-width: 960px) {
  .l-head, .l-head__noimage {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 45px;
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 550px) {
  .l-head, .l-head__noimage {
    gap: 40px;
    margin: 0 0 30px;
  }
}
.l-head__noimage {
  gap: 5px;
}
.l-head-ttl {
  padding: 0 0 0 5vw;
}
.l-head-ttl__noimage {
  font-size: clamp(1.4rem, 1.8vw, 1.875rem);
  margin-inline: 5vw;
}
.l-head-ttl-en {
  font-family: Inter;
  font-size: clamp(2rem, 2.8vw, 2.8125rem);
  font-weight: 200;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
.l-head-ttl-ja {
  font-size: clamp(1.4rem, 1.8vw, 1.875rem);
}
.l-head-img {
  width: 70vw;
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  border-radius: min(20px, 4vw);
}
@media only screen and (max-width: 960px) {
  .l-head-img {
    width: 100%;
    margin: 0 0 0 16px;
  }
}
.l-head-img img {
  border-radius: min(20px, 4vw) 0 0 min(20px, 4vw);
}
.l-interview-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: max(80vw, 900px);
  max-width: calc(100% - 40px);
  margin: 70px auto 80px;
}
@media only screen and (max-width: 960px) {
  .l-interview-head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -ms-flex-align: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
    width: auto;
    padding: 0 16px;
    margin: 10px auto 40px;
  }
}
@media only screen and (max-width: 550px) {
  .l-interview-head {
    padding: 0;
  }
}
.l-interview-head-ja h1 {
  font-size: clamp(1rem, 3vw, 2.1875rem);
  font-weight: 600;
  letter-spacing: 0.08125rem;
  line-height: 1.5; /* 150% */
  margin-bottom: 25px;
}
.l-interview-head-ja-ttl {
  font-size: clamp(1.3rem, 2vw, 1.625rem);
  font-weight: 600;
  letter-spacing: 0.08125rem;
  line-height: 1.5; /* 150% */
  margin: 0 0 15px;
}
.l-interview-head-ja-prof {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 25px;
  margin-top: 25px;
}
.l-interview-head-ja-prof-name {
  font-size: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 550px) {
  .l-interview-head-ja-prof-name {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 550px) {
  .l-interview-head-ja-prof-detail p {
    font-size: 0.78rem;
    line-height: 1.35;
  }
}
.l-interview-head-en {
  font-family: Inter;
  font-size: clamp(3rem, 4vw, 4.0625rem);
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media only screen and (max-width: 960px) {
  .l-interview-head-en {
    margin: 0 0 12px;
  }
}
@media only screen and (max-width: 550px) {
  .l-interview-head-en {
    font-size: 1.875rem;
    margin: 0 0 10px;
  }
}
.l-interview-contents-h2-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-interview-contents-h2-center h2 {
  font-size: 25px;
}
.l-interview-contents-head-en {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
}
.l-interview-headimg {
  position: relative;
  width: 100%;
  margin: 0 auto 90px;
}
@media only screen and (max-width: 960px) {
  .l-interview-headimg {
    width: 100%;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 550px) {
  .l-interview-headimg {
    margin: 0 auto 40px;
  }
}
.l-interview-headimg-peopleimg {
  width: max(80vw, 1200px);
  max-width: calc(100% - 40px);
  border-radius: 15px;
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .l-interview-headimg-peopleimg {
    width: 100%;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 550px) {
  .l-interview-headimg-peopleimg {
    max-width: 100%;
  }
}
.l-interview-headimg-peopleimg-last {
  width: 100%;
  border-radius: min(15px, 2.2vw);
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
}
.l-interview-headimg-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 40vw;
  z-index: -1;
}
@media only screen and (max-width: 550px) {
  .l-interview-headimg-bg {
    display: none;
  }
}
.l-interview-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 90px;
}
@media only screen and (max-width: 550px) {
  .l-interview-columns {
    gap: 45px;
  }
}
.l-interview-contents-head p.l-interview-contents-head-en {
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 400;
  color: #253595;
}
.l-interview-contents-paragraphs {
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 550px) {
  .l-interview-contents-paragraphs {
    margin: 40px 0 0 0;
  }
}
.l-interview-contents-paragraphs p {
  margin: 0 0 1rem;
}
.l-interview-contents-paragraphs p:last-child {
  margin: 0;
}
.l-interview-contents_alignRight {
  width: 100%;
}
.l-interview-contents_alignRight-head, .l-interview-contents_alignLeft-head {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: clamp(60px, 7vw, 120px);
}
@media only screen and (max-width: 550px) {
  .l-interview-contents_alignRight-head, .l-interview-contents_alignLeft-head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
.l-interview-contents_alignRight-head-bg {
  position: absolute;
  width: 40%;
  left: -8%;
  top: 22%;
  z-index: -1;
}
@media only screen and (max-width: 550px) {
  .l-interview-contents_alignRight-head-bg {
    left: -14%;
    width: 80%;
    top: 20%;
  }
}
.l-interview-contents_alignRight-head-people {
  width: 40%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
}
@media only screen and (max-width: 550px) {
  .l-interview-contents_alignRight-head-people {
    width: 100%;
    border-radius: 10px;
  }
}
.l-interview-contents_alignRight-paragraphs {
  max-width: 800px;
  margin: 60px 0 0 auto;
}
@media only screen and (max-width: 550px) {
  .l-interview-contents_alignRight-paragraphs {
    margin: 40px 0 0 0;
  }
}
.l-interview-contents_alignRight-paragraphs p {
  margin: 0 0 1rem;
}
.l-interview-contents_alignRight-paragraphs p:last-child {
  margin: 0;
}
.l-interview-contents_alignLeft {
  width: 100%;
}
.l-interview-contents_alignLeft-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.l-interview-contents_alignLeft-head-bg {
  position: absolute;
  width: 40%;
  right: -16%;
  top: 22%;
  z-index: -1;
}
@media only screen and (max-width: 550px) {
  .l-interview-contents_alignLeft-head-bg {
    width: 70%;
    right: -30%;
    top: 57%;
  }
}
.l-interview-contents_alignLeft-head-people {
  width: 40%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
}
@media only screen and (max-width: 550px) {
  .l-interview-contents_alignLeft-head-people {
    width: 100%;
    border-radius: 10px;
  }
}
.l-interview-contents_alignLeft-paragraphs {
  max-width: 800px;
  margin: 60px auto 0 0;
}
@media only screen and (max-width: 550px) {
  .l-interview-contents_alignLeft-paragraphs {
    margin: 40px 0 0 0;
  }
}
.l-interview-contents_alignLeft-paragraphs p {
  margin: 0 0 1rem;
}
.l-interview-contents_alignLeft-paragraphs p:last-child {
  margin: 0;
}
.l-interview-contents_alignCenter-image {
  margin-bottom: 61px;
}
.l-interview-contents_alignCenter-column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 550px) {
  .l-interview-contents_alignCenter-column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 40px;
  }
}
.l-interview-contents_alignCenter-column-2-left, .l-interview-contents_alignCenter-column-2-right {
  width: 45.8%;
}
@media only screen and (max-width: 550px) {
  .l-interview-contents_alignCenter-column-2-left, .l-interview-contents_alignCenter-column-2-right {
    width: 100%;
  }
}
.l-interview-contents_alignCenter-column-2 .l-interview-contents_alignCenter-title {
  margin-bottom: 42px;
}
.l-interview-contents_alignCenter-title {
  font-size: 22px;
}
.l-interview-contents_alignCenter-title.head-underline-left::after {
  height: 4px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-interview-contents_alignCenter-schedule {
  margin: 120px auto 80px;
}
@media only screen and (max-width: 960px) {
  .l-interview-contents_alignCenter-schedule {
    margin: 40px auto 0;
  }
}
.l-interview-contents_alignCenter-schedule.pm {
  margin: 0 auto;
}
.l-interview-contents_alignCenter-schedule .l-interview-contents_alignCenter-title {
  margin-bottom: 62px;
}
.l-interview-contents_alignCenter-schedule-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.l-interview-contents_alignCenter-schedule-detail-item:nth-last-child(1) .l-interview-contents_alignCenter-schedule-detail-dotted::after {
  border-left: none;
}
.l-interview-contents_alignCenter-schedule-detail-item:nth-last-child(1) .l-interview-contents_alignCenter-schedule-detail-description {
  margin-bottom: 0;
}
.l-interview-contents_alignCenter-schedule-detail-am, .l-interview-contents_alignCenter-schedule-detail-pm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 550px) {
  .l-interview-contents_alignCenter-schedule-detail-am, .l-interview-contents_alignCenter-schedule-detail-pm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-interview-contents_alignCenter-schedule-detail-am-icon, .l-interview-contents_alignCenter-schedule-detail-pm-icon {
  width: 35px;
  height: 35px;
}
.l-interview-contents_alignCenter-schedule-detail-am p, .l-interview-contents_alignCenter-schedule-detail-pm p {
  font-size: 16px;
  font-weight: 600;
}
.l-interview-contents_alignCenter-schedule-detail-am p {
  color: #E58E26;
}
@media only screen and (max-width: 960px) {
  .l-interview-contents_alignCenter-schedule-detail-pm {
    margin: 40px 0 20px;
  }
}
.l-interview-contents_alignCenter-schedule-detail-dotted {
  position: relative;
  width: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
}
.l-interview-contents_alignCenter-schedule-detail-dotted::before {
  content: "";
  display: block;
  position: absolute;
  top: 13.5px;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: #253595;
}
@media only screen and (max-width: 550px) {
  .l-interview-contents_alignCenter-schedule-detail-dotted::before {
    top: 10px;
  }
}
.l-interview-contents_alignCenter-schedule-detail-dotted::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 21.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 1px dashed #253595;
}
@media only screen and (max-width: 550px) {
  .l-interview-contents_alignCenter-schedule-detail-dotted::after {
    top: 18px;
  }
}
.l-interview-contents_alignCenter-schedule-detail-time {
  width: 70px;
  overflow: hidden;
  position: relative;
}
.l-interview-contents_alignCenter-schedule-detail-time p {
  font-weight: 600;
}
.l-interview-contents_alignCenter-schedule-detail-description {
  width: calc(100% - 70px - 8px);
  margin-bottom: 15px;
}
.l-interview-contents-related-title {
  color: #253595;
  margin-bottom: 45px;
}
@media only screen and (max-width: 550px) {
  .l-interview-contents-related-title {
    margin-bottom: 20px;
  }
}
.l-interview-contents-related-title-eg, .l-interview-contents-related-title-ja {
  font-weight: 600;
  text-align: center;
}
.l-interview-contents-related-title-eg {
  font-size: 14px;
}
.l-interview-contents-related-title-ja {
  font-size: 26px;
}
@media only screen and (max-width: 550px) {
  .l-interview-contents-related-title-ja {
    font-size: 22px;
  }
}
.l-interview-contents-related-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(120px, 10vw);
}
@media only screen and (max-width: 550px) {
  .l-interview-contents-related-item {
    gap: 20px;
  }
}
.l-internship-video {
  margin-top: 60px;
}
@media only screen and (max-width: 550px) {
  .l-internship-video {
    margin-top: 40px;
  }
}
.l-internship-video-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  margin-block: 60px;
}
.l-internship-video-btn img {
  max-width: 640px;
  width: 100%;
}
.l-internship-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-internship-title-curriculum {
  margin-bottom: 25px;
}
.l-internship-title-information {
  margin-bottom: 35px;
}
.l-internship-container h2 {
  font-size: 25px;
}
.l-internship-container h2::after {
  -webkit-transform: none;
          transform: none;
  margin: 0 auto;
}
.l-internship-curriculum {
  margin-top: 60px;
}
.l-internship-curriculum-panel #panel-1, .l-internship-curriculum-panel #panel-2 {
  position: relative;
  width: 403px;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 32px 0px rgba(31, 70, 157, 0.1);
          box-shadow: 0px 15px 32px 0px rgba(31, 70, 157, 0.1);
  padding: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 550px) {
  .l-internship-curriculum-panel #panel-1, .l-internship-curriculum-panel #panel-2 {
    width: 48%;
    padding: 20px 15px;
  }
}
.l-internship-curriculum-panel #panel-1::after, .l-internship-curriculum-panel #panel-2::after {
  background: linear-gradient(271deg, #253595 2.27%, rgba(31, 70, 157, 0.7) 96.43%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.l-internship-curriculum-panel #panel-1.show::after, .l-internship-curriculum-panel #panel-2.show::after {
  opacity: 1;
}
.l-internship-curriculum-panel #panel-1.show p, .l-internship-curriculum-panel #panel-2.show p {
  color: #FFFFFF;
}
.l-internship-curriculum-panel #panel-1 p, .l-internship-curriculum-panel #panel-2 p {
  position: relative;
  text-align: center;
  z-index: 10;
  line-height: 1;
}
@media only screen and (max-width: 550px) {
  .l-internship-curriculum-panel #panel-1 p, .l-internship-curriculum-panel #panel-2 p {
    font-size: 14px;
  }
}
.l-internship-curriculum-panel #panel-1 p:nth-last-child(1), .l-internship-curriculum-panel #panel-2 p:nth-last-child(1) {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 550px) {
  .l-internship-curriculum-panel #panel-1 p:nth-last-child(1), .l-internship-curriculum-panel #panel-2 p:nth-last-child(1) {
    font-size: 18px;
    line-height: normal;
  }
}
.l-internship-curriculum-panel-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 550px) {
  .l-internship-curriculum-panel-tabs {
    gap: 4%;
  }
}
.l-internship-curriculum-panel-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-internship-curriculum-panel-content {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  display: none;
}
.l-internship-curriculum-panel-content.show {
  display: block;
}
.l-internship-curriculum-panel-content-lead-text {
  margin-bottom: 72px;
}
.l-internship-curriculum-panel-content-lead-text h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.l-internship-curriculum-panel-content-title {
  margin-bottom: 20px;
}
.l-internship-curriculum-panel-content-title h4 {
  font-size: 22px;
  font-weight: 600;
}
.l-internship-curriculum-panel-content-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 20px;
}
.l-internship-curriculum-panel-content-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}
.l-internship-curriculum-panel-content-flow-img {
  width: 29%;
}
@media only screen and (max-width: 550px) {
  .l-internship-curriculum-panel-content-flow-img {
    width: 45%;
  }
}
.l-internship-curriculum-panel-content-flow-img img {
  border-radius: min(2vw, 15px);
}
.l-internship-curriculum-panel-content-flow-text {
  width: 68%;
}
@media only screen and (max-width: 550px) {
  .l-internship-curriculum-panel-content-flow-text {
    width: 52%;
  }
}
.l-internship-curriculum-panel-content-flow-text h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 550px) {
  .l-internship-curriculum-panel-content-flow-text h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 550px) {
  .l-internship-curriculum-panel-content-flow-text p {
    font-size: 13px;
  }
}
.l-internship-curriculum-panel-number {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}
@media only screen and (max-width: 550px) {
  .l-internship-curriculum-panel-number {
    font-size: 12px;
  }
}
.l-internship-information {
  margin-bottom: 56px;
}
.l-internship-information-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 15px;
  max-width: 870px;
  margin: 0 auto;
  border-top: #D9D9D9 1px solid;
}
.l-internship-information-list-item:nth-last-child(1) {
  border-bottom: #D9D9D9 1px solid;
}
.l-internship-information-list-item-name {
  width: 25%;
}
.l-internship-information-list-item-name p {
  font-weight: 600;
}
.l-internship-information-list-item-description {
  width: 75%;
}
.l-internship-information-list-item-description-tel, .l-internship-information-list-item-description-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 550px) {
  .l-internship-information-list-item-description-tel, .l-internship-information-list-item-description-mail {
    font-size: 12px;
  }
}
.l-internship-information-list-item-description-tel::before, .l-internship-information-list-item-description-mail::before {
  background: #F1F3FB;
  width: 73px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
}
@media only screen and (max-width: 550px) {
  .l-internship-information-list-item-description-tel {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 10px auto;
  }
}
.l-internship-information-list-item-description-tel::before {
  content: "TEL";
}
.l-internship-information-list-item-description-mail::before {
  content: "E-mail";
}
.l-internship-caption {
  text-align: right;
  margin-bottom: 60px;
}
@media only screen and (max-width: 550px) {
  .l-internship-caption {
    text-align: left;
  }
}
.l-internship-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 16px;
  margin: 0 auto 90px;
}
.l-internship-number {
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}
.l-internship-modal-logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 20px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 550px) {
  .l-internship-modal-logo {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.l-internship-modal-logo-wrapper, .l-internship-modal-logo-wrapper__disable {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #fff;
  border-radius: min(15vw, 10px);
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 550px) {
  .l-internship-modal-logo-wrapper, .l-internship-modal-logo-wrapper__disable {
    width: 100%;
  }
}
.l-internship-modal-logo-wrapper img, .l-internship-modal-logo-wrapper__disable img {
  max-width: 360px;
  height: auto;
}
.l-internship-modal-logo-wrapper:hover, .l-internship-modal-logo-wrapper__disable:hover {
  border: 1px solid #253595;
}
.l-internship-modal-logo-wrapper__disable {
  pointer-events: none;
  opacity: 0.4;
}
.l-internship-modal-logo-wrapper__disable:hover {
  border: none;
}
.l-welfare-wrap {
  margin-bottom: 55px;
  padding-bottom: 55px;
  background-position: left 55px;
  background-repeat: no-repeat;
  background-size: 100vw 100%;
}
.l-welfare-wrap-1 {
  background-image: url("/saiyo/newgraduate/assets/img/environment/welfare/bg-1.webp");
}
.l-welfare-wrap-2 {
  background-image: url("/saiyo/newgraduate/assets/img/environment/welfare/bg-2.webp");
}
.l-welfare-wrap-3 {
  background-image: url("/saiyo/newgraduate/assets/img/environment/welfare/bg-3.webp");
  margin-bottom: 38px;
  padding-bottom: 119px;
}
.l-welfare-description {
  text-align: center;
  margin-bottom: 35px;
}
.l-welfare-system-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px 0;
}
@media only screen and (max-width: 550px) {
  .l-welfare-system-list {
    gap: 15px;
  }
}
.l-welfare-system-item {
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  width: 48%;
  padding: 24px 32px 23px;
  border-radius: 15px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 960px) {
  .l-welfare-system-item {
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media only screen and (max-width: 550px) {
  .l-welfare-system-item {
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
  }
}
.l-welfare-system-detail {
  width: 75%;
}
@media only screen and (max-width: 960px) {
  .l-welfare-system-detail {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .l-welfare-system-detail {
    width: 100%;
  }
}
.l-welfare-system-name {
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 550px) {
  .l-welfare-system-name {
    font-size: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .l-welfare-system-text {
    font-size: 13px;
  }
}
.l-welfare-system-img {
  width: 21%;
}
@media only screen and (max-width: 960px) {
  .l-welfare-system-img {
    width: 40%;
  }
}
@media only screen and (max-width: 550px) {
  .l-welfare-system-img {
    width: 40%;
  }
}
.l-welfare-environment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125%;
}
@media only screen and (max-width: 550px) {
  .l-welfare-environment-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.l-welfare-environment-item {
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  width: 45%;
  padding: 27px 30px 20px;
  border-radius: 15px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 550px) {
  .l-welfare-environment-item {
    width: 100%;
  }
}
.l-welfare-environment-name h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1.1px;
}
.l-welfare-environment-detail {
  list-style-type: disc;
}
.l-welfare-environment-text {
  color: #253595;
  line-height: 32px;
  letter-spacing: 0.8px;
}
.l-welfare-environment-text::marker {
  color: rgba(37, 53, 149, 0.3);
}
.l-welfare-environment-img {
  margin: 0 auto;
}
.l-welfare-environment-img-1 {
  width: 32.6%;
  margin-top: 18px;
  margin-bottom: 20px;
}
.l-welfare-environment-img-2 {
  width: 39.7%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.l-welfare-environment-img-3 {
  width: 53.4%;
  margin-top: 18px;
  margin-bottom: 16px;
}
.l-welfare-child-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .l-welfare-child-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .l-welfare-child-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.l-welfare-child-item {
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  padding: 21px 30px 25px;
  border-radius: 15px;
  background-color: #FFFFFF;
  width: 22%;
}
@media only screen and (max-width: 960px) {
  .l-welfare-child-item {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (max-width: 550px) {
  .l-welfare-child-item {
    width: calc((100% - 15px) / 2);
  }
}
.l-welfare-child-name {
  margin-bottom: 5px;
}
@media only screen and (max-width: 550px) {
  .l-welfare-child-name {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
.l-welfare-child-name h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}
@media only screen and (max-width: 550px) {
  .l-welfare-child-name h3 {
    font-size: 15px;
    line-height: normal;
  }
}
.l-welfare-child-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 550px) {
  .l-welfare-child-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media only screen and (max-width: 550px) {
  .l-welfare-child-detail-2 {
    margin-top: 8px;
  }
}
.l-welfare-child-detail-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 83px;
  background-color: #EFEFEF;
  border-radius: 9999px;
  padding: 5px 0;
}
.l-welfare-child-detail-name p {
  font-size: 14px;
  line-height: 1; /* 100% */
  letter-spacing: 0.7px;
}
.l-welfare-child-detail-name-2 {
  background-color: #F1F3FB;
}
.l-welfare-child-detail-age {
  letter-spacing: 0.8px;
}
.l-welfare-child-img {
  width: 24.5%;
}
@media only screen and (max-width: 550px) {
  .l-welfare-child-img {
    width: 48%;
  }
}
.l-welfare-child-img-2 {
  margin-top: 2%;
  margin-bottom: 2.8%;
}
@media only screen and (max-width: 550px) {
  .l-welfare-child-img-2 {
    margin-top: 0;
    margin-bottom: 8.5%;
  }
}
.l-features-title h2 {
  font-size: 26px;
  margin-bottom: 5px;
}
.l-features-title h3 {
  font-size: 22px;
}
.l-features-wrap {
  margin-bottom: 54px;
  padding-bottom: 54px;
  background-position: left 54px;
  background-repeat: no-repeat;
  background-size: 100vw 100%;
}
.l-features-wrap-1 {
  margin-bottom: 54px;
  padding-bottom: 18px;
  background-position: left 54px;
  background-image: url("/saiyo/newgraduate/assets/img/environment/welfare/bg-1.webp");
}
@media only screen and (max-width: 550px) {
  .l-features-wrap-1 {
    margin-bottom: 40px;
  }
}
.l-features-wrap-2 {
  margin-bottom: 69px;
  padding-bottom: 34px;
  background-position: left 69px;
  background-image: url("/saiyo/newgraduate/assets/img/environment/welfare/bg-2.webp");
}
@media only screen and (max-width: 550px) {
  .l-features-wrap-2 {
    margin-bottom: 40px;
  }
}
.l-features-wrap-3 {
  margin-bottom: 50px;
  padding-bottom: 50px;
  background-position: left 50px;
  background-image: url("/saiyo/newgraduate/assets/img/environment/welfare/bg-3.webp");
}
@media only screen and (max-width: 550px) {
  .l-features-wrap-3 {
    margin-bottom: 40px;
  }
}
.l-features-text {
  font-size: min(3vw, 1.6rem);
  letter-spacing: 1.3px;
  line-height: 1;
}
@media only screen and (max-width: 550px) {
  .l-features-text {
    font-size: 13px;
  }
}
.l-features-text-number {
  font-family: "Inter", sans-serif;
  font-size: min(5vw, 4rem);
  font-weight: 500;
  letter-spacing: -2.16px;
}
@media only screen and (max-width: 550px) {
  .l-features-text-number {
    font-size: 52px;
  }
}
.l-features-text-achievements {
  font-size: 20px;
}
.l-features-text-organization {
  font-size: 14px;
  letter-spacing: 0.7px;
}
.l-features-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media only screen and (max-width: 550px) {
  .l-features-btn {
    margin-top: 15px;
  }
}
.l-features-resources {
  margin-bottom: 85px;
}
.l-features-case {
  font-family: Inter;
  font-size: 14px;
  letter-spacing: 0;
}
@media only screen and (max-width: 550px) {
  .l-features-case {
    margin-top: 10px;
  }
}
.l-features-qualification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(4vw, 55px) 0;
}
@media only screen and (max-width: 550px) {
  .l-features-qualification-list {
    gap: 15px;
  }
}
.l-features-qualification-item {
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  width: 48%;
  padding: 24px 32px 23px;
  border-radius: 15px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 960px) {
  .l-features-qualification-item {
    gap: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 16px;
  }
}
@media only screen and (max-width: 550px) {
  .l-features-qualification-item {
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    padding: 15px 20px 15px;
  }
}
.l-features-qualification-detail {
  width: 75%;
}
@media only screen and (max-width: 960px) {
  .l-features-qualification-detail {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .l-features-qualification-detail {
    width: 100%;
  }
}
.l-features-qualification-detail__small {
  display: block;
  font-size: 0.75rem !important;
  line-height: 1rem;
  text-indent: -0.75rem;
  padding-left: 0.75rem;
  margin: 14px 0 0 0;
}
.l-features-qualification-name {
  font-size: min(2vw, 1.2rem);
  font-weight: 600;
  margin: 0 0 5px;
}
@media only screen and (max-width: 550px) {
  .l-features-qualification-name {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
.l-features-qualification-img {
  width: 21%;
}
@media only screen and (max-width: 960px) {
  .l-features-qualification-img {
    width: 40%;
  }
}
@media only screen and (max-width: 550px) {
  .l-features-qualification-img {
    width: 40%;
  }
}
.l-features-qualification-annotation {
  margin: 8px auto 0;
}
.l-features-qualification-annotation p {
  color: #FFFFFF;
}
.l-features-achievements-title {
  margin-top: 90px;
}
@media only screen and (max-width: 550px) {
  .l-features-achievements-title {
    margin-top: 40px;
  }
}
.l-features-achievements-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(4vw, 55px) 0;
}
@media only screen and (max-width: 550px) {
  .l-features-achievements-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.l-features-achievements-item {
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  width: 48%;
  padding: 27px 30px 20px;
  border-radius: 15px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 960px) {
  .l-features-achievements-item {
    padding: 16px;
  }
}
@media only screen and (max-width: 550px) {
  .l-features-achievements-item {
    width: 100%;
    padding: 15px 20px 15px;
  }
}
.l-features-achievements-name {
  font-size: min(2vw, 1.2rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 550px) {
  .l-features-achievements-name {
    font-size: 15px;
    line-height: normal;
  }
}
.l-features-achievements-detail {
  list-style-type: disc;
}
.l-features-achievements-text {
  color: #253595;
  line-height: 32px;
  letter-spacing: 0.8px;
}
.l-features-achievements-text::marker {
  color: rgba(37, 53, 149, 0.3);
}
.l-features-achievements-img {
  margin: 0 auto;
}
.l-features-achievements-img-1 {
  width: 32.6%;
  margin-top: 18px;
  margin-bottom: 20px;
}
.l-features-achievements-img-2 {
  width: 39.7%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.l-features-achievements-img-3 {
  width: 53.4%;
  margin-top: 18px;
  margin-bottom: 16px;
}
.l-features-employee {
  margin: 0 auto 90px;
}
@media only screen and (max-width: 550px) {
  .l-features-employee {
    margin: 0 auto 40px;
  }
}
.l-features-employee-title {
  margin-top: 95px;
}
@media only screen and (max-width: 550px) {
  .l-features-employee-title {
    margin-top: 40px;
  }
}
.l-features-organization-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(4vw, 55px) 0;
  margin-top: 96px;
}
@media only screen and (max-width: 550px) {
  .l-features-organization-list {
    gap: 15px;
  }
}
.l-features-organization-item {
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  width: 48%;
  padding: 24px 32px 23px;
  border-radius: 15px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 960px) {
  .l-features-organization-item {
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 16px;
  }
}
@media only screen and (max-width: 550px) {
  .l-features-organization-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    padding: 15px 20px 15px;
  }
}
.l-features-organization-item-large {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 550px) {
  .l-features-organization-item-large {
    width: 100%;
  }
}
.l-features-organization-detail {
  width: 75%;
}
@media only screen and (max-width: 960px) {
  .l-features-organization-detail {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .l-features-organization-detail {
    width: 100%;
  }
}
.l-features-organization-name {
  font-size: min(2vw, 1.4rem);
  font-weight: 600;
  margin: 0 0 5px;
}
@media only screen and (max-width: 550px) {
  .l-features-organization-name {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
.l-features-organization-img {
  width: 21%;
}
@media only screen and (max-width: 960px) {
  .l-features-organization-img {
    width: 40%;
  }
}
@media only screen and (max-width: 550px) {
  .l-features-organization-img {
    width: 40%;
  }
}
.l-features-organization-img-large {
  width: 14.394%;
}
@media only screen and (max-width: 550px) {
  .l-features-organization-img-large {
    width: 40%;
  }
}
.l-features-organization-column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 550px) {
  .l-features-organization-column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-features-career-title {
  margin-top: 173px;
}
@media only screen and (max-width: 550px) {
  .l-features-career-title {
    margin-top: 40px;
  }
}
.l-features-assignment-title {
  margin-top: 90px;
}
@media only screen and (max-width: 550px) {
  .l-features-assignment-title {
    margin-top: 40px;
  }
}
.l-features-assignment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
  .l-features-assignment-list {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .l-features-assignment-list {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.l-features-assignment-item {
  border-radius: 15px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 550px) {
  .l-features-assignment-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-features-assignment-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.l-features-assignment-container-1 {
  margin-bottom: 16px;
}
.l-features-assignment-container-name {
  width: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  white-space: nowrap;
  margin-bottom: 10px;
  padding: 5px 0;
}
.l-features-assignment-container-name-1 {
  background-color: #F1F3FB;
}
.l-features-assignment-container-name-2 {
  background-color: #FFE9C8;
}
.l-features-assignment-container-name-2 p {
  color: #E58E26;
}
.l-features-assignment-container-name p {
  line-height: 1;
}
.l-features-assignment-description {
  width: 84%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 550px) {
  .l-features-assignment-description {
    width: 100%;
  }
}
.l-features-assignment-detail {
  width: 60%;
}
@media only screen and (max-width: 550px) {
  .l-features-assignment-detail {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media only screen and (max-width: 550px) {
  .l-features-assignment-detail-2 {
    margin-top: 8px;
  }
}
.l-features-assignment-detail-name {
  font-size: 26px;
  letter-spacing: 1.3px;
  margin-bottom: 23px;
}
.l-features-assignment-detail-age {
  letter-spacing: 0.8px;
}
.l-features-assignment-img {
  width: 36%;
}
@media only screen and (max-width: 550px) {
  .l-features-assignment-img {
    width: 100%;
  }
}
.l-features-range-title {
  margin-top: 90px;
}
.l-local-navi-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 550px) {
  .l-local-navi-wrap {
    margin-top: 30px;
  }
}
.l-local-navi-item {
  width: 45%;
  max-width: 550px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media only screen and (max-width: 550px) {
  .l-local-navi-item {
    width: 47.5%;
  }
}
.l-local-navi-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: min(35px, 3vw);
  gap: min(35px, 3vw);
  position: relative;
}
.l-local-navi-title:before {
  content: "";
  display: block;
  width: min(40px, 5vw);
  height: min(40px, 5vw);
  background-color: #FFEF00;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231F469D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 12H5m14 0-4 4m4-4-4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  position: absolute;
  top: -55px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.link-prev .l-local-navi-title:before {
  left: 40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.link-next .l-local-navi-title:before {
  right: 40px;
}
@media only screen and (max-width: 550px) {
  .l-local-navi-title:before {
    top: -4.5vw;
  }
  .link-prev .l-local-navi-title:before {
    left: 20px;
  }
  .link-next .l-local-navi-title:before {
    right: 20px;
  }
}
.l-local-navi-en {
  font-family: Inter;
  font-size: min(35px, 3vw);
  font-weight: 200;
}
.l-local-navi-ttl {
  font-size: min(20px, 2vw);
  font-weight: 700;
}
.l-local-navi-img {
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  border-radius: min(15px, 1.3vw);
}
.l-local-navi-item:hover {
  opacity: 0.7;
}
.l-local-navi-item:hover.link-prev .l-local-navi-title:before {
  left: 10px;
}
.l-local-navi-item:hover.link-next .l-local-navi-title:before {
  right: 10px;
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 99;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  padding: 20px 35px;
  -webkit-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
@media only screen and (max-width: 960px) {
  .l-header {
    position: static;
    padding: 0 0 0 4px;
  }
}
.l-header-logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 960px) {
  .l-header-logo {
    position: fixed;
    left: 4px;
    top: 6px;
    gap: 10px;
    padding: 16px 0 0 14px;
    z-index: 99;
  }
}
.l-header-logo img {
  width: 150px;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .l-header-logo img {
    width: auto;
    height: 20px;
  }
}
.l-header-logo p {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .l-header-logo p {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
.l-header-btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 12px;
  z-index: 999;
  margin: 0 0 0 auto;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}
@media only screen and (max-width: 960px) {
  .l-header-btns {
    position: fixed;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 0 20px;
  }
}
.l-header-btns-mypage, .l-header-btns-entry {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: min(16vw, 160px);
  height: 50px;
  font-size: 0.9rem;
  font-family: Inter;
  font-weight: 600;
  color: #fff;
  background: #253595;
  padding: 0 20px;
}
@media only screen and (max-width: 960px) {
  .l-header-btns-mypage, .l-header-btns-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 30px;
    width: max(50vw - 16px, 160px);
    max-width: 250px;
    height: 40px;
    -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
            box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  }
}
.l-header-btns-mypage:visited, .l-header-btns-entry:visited {
  color: #fff;
}
.l-header-btns-entry {
  color: #253595;
  background: var(--Yellow, #FFEF00);
}
.l-header-btns-humb {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #253595;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin: 0 0 0 10px;
  z-index: 999;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}
@media only screen and (max-width: 960px) {
  .l-header-btns-humb {
    position: fixed;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
            box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  }
}
.l-header-btns-humb-inner {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 0 auto;
}
.l-header-btns-humb-inner-line {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}
.l-header-btns-humb-inner-line:last-child {
  width: 10px;
}
.l-header-modal-entry {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 550px) {
  .l-header-modal-entry {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 15px 0 0 0;
  }
}
.l-header-modal-entry-head, .l-header-modal-entry-head__disable {
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: min(5px, 3vw) min(5px, 3vw) 0 0;
  text-align: center;
  width: 100%;
  padding: 4px 10px 0;
}
@media only screen and (max-width: 960px) {
  .l-header-modal-entry-head, .l-header-modal-entry-head__disable {
    font-size: 1rem;
  }
}
.l-header-modal-entry-head__disable {
  opacity: 0.4;
}
.l-header-modal-entry-title {
  position: absolute;
  left: calc(50% + 4px);
  top: 20px;
  translate: -50% 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.65rem;
  text-align: center;
  letter-spacing: 0;
  margin: 0 auto;
}
.l-header-modal-entry-2025btn, .l-header-modal-entry-2026btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .l-header-modal-entry-2025btn, .l-header-modal-entry-2026btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
  }
}
.l-header-modal-entry-2025btn-mynavi, .l-header-modal-mypage-btn, .l-header-modal-entry-2026btn-recruit, .l-header-modal-entry-2026btn-mynavi {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #fff;
  border-radius: min(15vw, 10px);
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  padding: 20px;
  height: 140px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .l-header-modal-entry-2025btn-mynavi, .l-header-modal-mypage-btn, .l-header-modal-entry-2026btn-recruit, .l-header-modal-entry-2026btn-mynavi {
    height: 60px;
    width: calc(50% - 10px);
    padding: 10px;
  }
}
.l-header-modal-entry-2025btn-mynavi:hover, .l-header-modal-mypage-btn:hover, .l-header-modal-entry-2026btn-recruit:hover, .l-header-modal-entry-2026btn-mynavi:hover {
  border: 1px solid #253595;
}
.l-header-modal-entry-2025btn-mynavi img, .l-header-modal-mypage-btn img, .l-header-modal-entry-2026btn-recruit img, .l-header-modal-entry-2026btn-mynavi img {
  width: 100%;
  max-width: 360px;
}
@media only screen and (max-width: 550px) {
  .l-header-modal-entry-2026btn {
    width: 100%;
  }
}
.l-header-modal-entry-2026btn-mynavi img {
  width: 100%;
  max-width: 400px;
}
.l-header-modal-entry-2026btn-recruit img {
  width: 100%;
  max-width: 360px;
}
.l-header-modal-entry-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .l-header-modal-entry-btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
  }
}
.l-header-modal-entry-btn-mynavi {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #fff;
  border-radius: min(15vw, 10px);
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  padding: 20px;
  height: 140px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .l-header-modal-entry-btn-mynavi {
    height: 60px;
    width: calc(50% - 10px);
    padding: 10px;
  }
}
.l-header-modal-entry-btn-mynavi:hover {
  border: 1px solid #253595;
}
.l-header-modal-entry-btn-mynavi img {
  width: 100%;
  max-width: 360px;
}
@media only screen and (max-width: 960px) {
  .l-header-modal-mypage-btn {
    width: 100%;
    height: auto;
  }
}
.l-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 100svh;
  height: 100%;
  max-height: none;
  overflow-y: scroll;
  pointer-events: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  background: #183199;
  z-index: 99;
  opacity: 0;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
  padding: 80px 20px;
}
@media only screen and (max-width: 960px) {
  .l-nav {
    height: 100%;
    padding: 0px;
  }
}
.l-nav-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  overflow: scroll;
  scrollbar-width: none;
  max-width: 1400px;
  gap: 40px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media only screen and (max-width: 960px) {
  .l-nav-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    height: 100%;
    width: 100%;
    gap: 20px;
    padding: 20px 16px 100px;
  }
}
.l-nav-inner-logo {
  position: absolute;
  left: 30px;
  top: 24px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 14px;
}
@media (max-width: 960px) and (orientation: landscape) {
  .l-nav-inner-logo {
    position: static;
  }
}
@media only screen and (max-width: 960px) {
  .l-nav-inner-logo {
    position: static;
    gap: 8px;
    translate: -7px 0;
  }
}
.l-nav-inner-logo img {
  width: 140px;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .l-nav-inner-logo img {
    width: auto;
    height: 30px;
  }
}
.l-nav-inner-logo p {
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  line-height: 1;
  color: #fff;
}
.l-nav-inner-left, .l-nav-inner-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 960px) {
  .l-nav-inner-left, .l-nav-inner-right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .l-nav-inner-left, .l-nav-inner-right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.l-nav-inner-left-child {
  width: 25%;
}
@media only screen and (max-width: 960px) {
  .l-nav-inner-left-child {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 550px) {
  .l-nav-inner-left-child {
    width: 100%;
  }
}
.l-nav-inner-right {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .l-nav-inner-right {
    width: 100%;
    gap: 20px;
  }
}
.l-nav-inner-right-child {
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .l-nav-inner-right-child {
    width: 100%;
  }
}
.l-nav-inner-links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
.l-nav-inner-links ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
.l-nav-inner-links p {
  color: #fff;
}
.l-nav-child-en {
  font-family: Inter;
  font-size: min(3vmax, 2.1875rem);
  font-weight: 200;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .l-nav-child-en {
    font-size: 1.4rem;
  }
}
.l-nav-child-ja {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .l-nav-child-ja {
    font-size: 0.95rem;
  }
}
.l-nav-child ul, .l-nav-inner-links-inner ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0 0;
}
@media only screen and (max-width: 550px) {
  .l-nav-child ul, .l-nav-inner-links-inner ul {
    margin: 8px 0 0;
  }
}
.l-nav-child a, .l-nav-inner-links-inner a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 6px;
  line-height: 1;
  background: #fff;
  border-radius: 5px;
  padding: 8px 12px;
}
@media only screen and (max-width: 550px) {
  .l-nav-child a, .l-nav-inner-links-inner a {
    min-height: 40px;
    padding: 4px 10px 6px;
  }
}
.l-nav-child a:hover, .l-nav-inner-links-inner a:hover {
  background: #FFEF00;
}
.l-nav-child a:after, .l-nav-inner-links-inner a:after {
  display: block;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.3008%2013.272C11.0113%2012.968%2011.0113%2012.4751%2011.3008%2012.1711L12.4685%2010.9451L5.74144%2010.9451C5.33196%2010.9451%205%2010.5966%205%2010.1667C5%209.73674%205.33196%209.38822%205.74144%209.38822L12.4685%209.38822L11.3008%208.16222C11.0113%207.85822%2011.0113%207.36534%2011.3008%207.06134C11.5904%206.75733%2012.0598%206.75733%2012.3494%207.06133L14.7828%209.61622C14.9219%209.76221%2015%209.96021%2015%2010.1667C15%2010.3731%2014.9219%2010.5711%2014.7828%2010.7171L12.3494%2013.272C12.0598%2013.576%2011.5904%2013.576%2011.3008%2013.272Z%22%20fill%3D%22%231F469D%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%231F469D%22%2F%3E%3C%2Fsvg%3E");
  margin: auto 0;
}
@media only screen and (max-width: 550px) {
  .l-nav-child a:after, .l-nav-inner-links-inner a:after {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.l-footer {
  background: var(--white_blue, #F1F3FB);
  padding: 70px 0 0;
}
@media only screen and (max-width: 550px) {
  .l-footer {
    padding: 40px 0 20px;
  }
}
.l-footer-logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 0 40px;
}
.l-footer-logo img {
  width: 100px;
}
.l-footer-logo-en {
  font-family: "Inter", sans-serif;
  font-size: 0.6rem;
}
.l-footer-rows {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 0 0 40px;
}
@media only screen and (max-width: 550px) {
  .l-footer-rows {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 30px 0;
  }
}
.l-footer-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 20px;
}
.l-footer-row-left, .l-footer-row-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  gap: 30px 0;
}
@media only screen and (max-width: 550px) {
  .l-footer-row-left, .l-footer-row-right {
    width: 100%;
  }
}
.l-footer-row-left-inner, .l-footer-row-right-inner {
  width: 45%;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 960px) {
  .l-footer-row-left-inner, .l-footer-row-right-inner {
    width: 100%;
    margin: 0;
  }
}
.l-footer-row-left a, .l-footer-row-right a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: auto;
  font-size: 1rem;
  line-height: 1.4;
  padding: 10px 0;
}
@media only screen and (max-width: 550px) {
  .l-footer-row-left a, .l-footer-row-right a {
    font-size: 0.85rem;
  }
}
.l-footer-row-left a:hover, .l-footer-row-right a:hover {
  opacity: 0.8;
}
.l-footer-row-left a:before, .l-footer-row-right a:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #253595;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-footer-row-left ul, .l-footer-row-right ul {
  margin: 25px 0 0 0;
}
@media only screen and (max-width: 550px) {
  .l-footer-row-left ul, .l-footer-row-right ul {
    margin: 15px 0 0 0;
  }
}
.l-footer-row-ttlen {
  font-family: Inter;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
  margin: 0 0 0;
}
@media only screen and (max-width: 550px) {
  .l-footer-row-ttlen {
    font-size: 1.8rem;
  }
}
.l-footer-row-ttlja {
  font-size: 1.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 550px) {
  .l-footer-row-ttlja {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.l-go_top {
  display: none;
  pointer-events: none;
  position: fixed;
  right: 2.2%;
  bottom: 40px;
  color: #FFFFFF;
  border-radius: 50%;
  display: block;
  text-decoration: none;
  z-index: 98;
  opacity: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #253595;
  padding-top: 14px;
}
.l-go_top:hover {
  opacity: 0.6;
}
.l-go_top img {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .l-go_top {
    width: 80px;
    height: 40px;
    border-radius: 30px;
    background-color: #ccc;
    right: 16px;
    bottom: 80px;
  }
  .l-go_top img {
    width: 32%;
    margin: 0 auto;
    margin-top: -8px;
  }
}

.Footer {
  position: relative;
  background-color: #f1f3f5;
}

.footer-pagetop a {
  z-index: 9996;
  position: fixed;
  overflow: hidden;
  border-radius: 99px;
  background-color: rgba(11, 28, 50, 0.8);
  font-size: 0;
  text-indent: -9999;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

.footer-pagetop a:before {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
}

.footer-sitemap__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-sitemap [class*=footer-sitemap__title], .footer-sitemap [class*=footer-sitemap__type] {
  display: inline-block;
  position: relative;
}

.footer-utility01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-utility01__mark02 img, .footer-utility01__mark02 > table {
  width: 100% !important;
}

.footer-utility01__mark02 a {
  display: inline-block;
}

.footer-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-sns__list > li:first-child {
  margin-left: 0;
}

.footer-sns [class*=footer-sns__type] {
  display: inline-block;
}

.footer-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-link-list__type {
  display: inline-block;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

.Footer {
  width: 100%;
}

.Footer__foot {
  border-top: 1px solid #ddd;
  padding: 0 0 30px;
}
.Footer__foot a, .Footer__foot small, .Footer__foot div {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

.Footer__inner {
  width: 100%;
  max-width: 1878px;
  margin: 0 auto;
  padding: 56px 32px 0;
}

.Footer__foot__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 550px) {
  .Footer__foot__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    padding: 0 0 30px;
  }
}

.footer-pagetop a {
  right: 19px;
  bottom: 60px;
  width: 50px;
  height: 50px;
}

.footer-pagetop a:hover {
  opacity: 0.7;
}

.footer-pagetop a:before {
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -7px;
}

.Footer__body {
  padding-bottom: 54px;
}

.Footer__body + .Footer__foot {
  border-top: 1px solid #ddd;
}

.footer-sitemap [class*=footer-sitemap__title] {
  font-size: 1.8rem;
  font-weight: 700;
}

.footer-sitemap [class*=footer-sitemap__title]:hover {
  text-decoration: underline;
}

.footer-sitemap__list--nest {
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.footer-sitemap__list--nest > li {
  margin-top: 11px;
}

.footer-sitemap__list--nest > li:first-child {
  margin-top: 0;
}

.footer-sitemap [class*=footer-sitemap__type] {
  font-size: 1.5rem;
}

.footer-sitemap [class*=footer-sitemap__type]:hover {
  text-decoration: underline;
}

.footer-utility01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 34px;
}

.footer-utility01__mark01 {
  width: 71px;
  margin-right: 10px;
  margin-left: 22px;
}
@media only screen and (max-width: 550px) {
  .footer-utility01__mark01 {
    width: 14.26vw;
    margin-top: 21px;
    margin-right: 14px;
    margin-left: 24px;
  }
}

.footer-utility01__mark02 {
  width: 100px;
}
@media only screen and (max-width: 550px) {
  .footer-utility01__mark02 {
    width: 20vw;
    margin-top: 28px;
  }
}

.footer-utility02 {
  padding: 22px 0 0;
}

.footer-sns__title {
  margin-bottom: 9px;
  font-size: 0.875rem;
  color: #333;
  text-align: center;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 550px) {
  .footer-sns__title {
    font-size: 0.75rem;
    margin: 0 5px 0 0;
  }
}

.footer-sns__list > li {
  margin-left: 15px;
}

.footer-sns [class*=footer-sns__type]:hover {
  opacity: 0.7;
}

.footer-sns__type--fb, .footer-sns__type--twitter {
  width: 35px;
}
@media only screen and (max-width: 550px) {
  .footer-sns__type--fb, .footer-sns__type--twitter {
    width: 7.46vw;
  }
}

.footer-sns__type--yt {
  width: 39px;
}
@media only screen and (max-width: 550px) {
  .footer-sns__type--yt {
    width: 8.26vw;
  }
}

.footer-link-list > li {
  margin-left: 28px;
}
@media only screen and (max-width: 550px) {
  .footer-link-list > li {
    width: 50%;
    margin-left: 0;
  }
}

.footer-link-list > li:first-child {
  margin-left: 10px;
}
@media only screen and (max-width: 550px) {
  .footer-link-list > li:first-child {
    width: 50%;
    margin-left: 0;
  }
}

.footer-link-list__type {
  font-size: 0.875rem;
  color: #333;
}
@media only screen and (max-width: 550px) {
  .footer-link-list__type {
    font-size: 0.75rem;
  }
}

.footer-link-list__type:hover {
  text-decoration: underline;
}

.footer-copyright {
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 550px) {
  .footer-copyright {
    text-align: left;
  }
}

.footer-copyright__label {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 0.875rem;
  color: #333;
}
@media only screen and (max-width: 550px) {
  .footer-copyright__label {
    font-size: 0.75rem;
  }
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 550px) {
  .footer-sns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-interview-list {
  position: relative;
}
.l-interview-list-column1, .l-interview-list-column2 {
  position: relative;
  z-index: 10;
  margin-bottom: 2%;
}
@media only screen and (max-width: 550px) {
  .l-interview-list-column1, .l-interview-list-column2 {
    margin-bottom: 17px;
  }
}
.l-interview-list-column1 {
  margin-top: 7.89%;
}
@media only screen and (max-width: 550px) {
  .l-interview-list-column1 {
    margin-top: 30px;
  }
}
.l-interview-list-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-interview-list-column2 .l-interview-list-job {
  width: 45%;
}
@media only screen and (max-width: 550px) {
  .l-interview-list-column2 .l-interview-list-job {
    width: 48%;
  }
}
.l-interview-list-job-name {
  margin-bottom: 30px;
}
@media only screen and (max-width: 550px) {
  .l-interview-list-job-name {
    margin-bottom: 0;
  }
}
.l-interview-list-bg {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: min(485px, 37.890625vw);
  margin-top: min(32px, 2.5vw);
}
@media only screen and (max-width: 550px) {
  .l-interview-list-bg {
    height: 45vw;
    margin-top: 5vw;
  }
}
.l-interview-list-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 550px) {
  .l-interview-list-bg-2 {
    height: 47vw;
  }
}
.l-interview-list-items {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(100px, 8vw);
  margin-bottom: 10.18%;
}
@media only screen and (max-width: 550px) {
  .l-interview-list-items {
    gap: 20px;
    margin-bottom: 45px;
  }
}
.l-interview-list-items__w50 .interview-card-item {
  width: calc(50% - min(50px, 4vw));
  margin: 0 0 90px;
}
@media only screen and (max-width: 550px) {
  .l-interview-list-items__w50 .interview-card-item {
    width: calc(50% - 10px);
    margin: 0 0 40px;
  }
}
.l-topmessage-name {
  font-size: 1.375rem;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 550px) {
  .l-topmessage-name {
    font-size: 1rem;
    margin: 15px 0 0 0;
  }
}
.l-topmessage-btn {
  max-width: 800px;
  margin: 90px auto 0;
}
@media only screen and (max-width: 550px) {
  .l-topmessage-btn {
    margin: 45px auto 0;
  }
}
.l-message-content {
  position: relative;
}
.l-message-content .block {
  margin-bottom: 3rem;
}
.l-message-content p {
  font-size: 1.25rem;
  text-align: center;
  margin: 0 0 min(1rem, 2vw);
}
@media only screen and (max-width: 960px) {
  .l-message-content p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 550px) {
  .l-message-content p {
    font-size: 0.875rem;
  }
}
.l-message-content-flowbl {
  position: absolute;
  left: 0;
  top: 8vh;
  mix-blend-mode: darken;
  height: 40vh;
  width: auto;
}
@media only screen and (max-width: 550px) {
  .l-message-content-flowbl {
    opacity: 0.5;
  }
}
.l-message-content-flowye {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  height: 40vh;
  width: auto;
}
.l-message-movie {
  max-width: 800px;
  width: 100%;
  margin: 30px auto;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}
.l-message-movie:hover {
  opacity: 0.8;
}
.l-crosstalk-contents-paragraphs {
  margin: 60px 0 0 0;
}
.l-crosstalk-contents_alignLeft-paragraphs {
  max-width: 900px;
  margin: 60px auto 0 0;
}
.l-crosstalk-contents_alignRight-paragraphs {
  max-width: 900px;
  margin: 60px 0 0 auto;
}
@media only screen and (max-width: 550px) {
  .l-crosstalk-contents-paragraphs, .l-crosstalk-contents_alignLeft-paragraphs, .l-crosstalk-contents_alignRight-paragraphs {
    margin-top: 40px;
  }
}
.l-crosstalk-profile {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: auto -20px 170px;
  gap: 40px;
}
.l-crosstalk-profile-ttl {
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 200;
  text-align: center;
  margin-bottom: 2.1875rem;
}
@media only screen and (max-width: 550px) {
  .l-crosstalk-profile {
    gap: 20px;
    margin: auto -10px 60px;
  }
}
.l-crosstalk-comment-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 45px;
  margin-bottom: 50px;
}
.l-crosstalk-comment-item:last-child {
  margin-bottom: 0;
}
.l-crosstalk-comment-item-icon {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}
.l-crosstalk-comment-item-icon img {
  margin-bottom: 0.5rem;
}
.l-crosstalk-contents-paragraphs .l-crosstalk-comment-item-talk, .l-crosstalk-contents_alignLeft-paragraphs .l-crosstalk-comment-item-talk, .l-crosstalk-contents_alignRight-paragraphs .l-crosstalk-comment-item-talk {
  margin: auto 0;
}
.l-crosstalk-comment-item-talk p + p {
  margin-top: 1rem;
}
@media only screen and (max-width: 550px) {
  .l-crosstalk-comment-wrap {
    margin: 40px 0 80px;
  }
  .l-crosstalk-comment-item {
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 550px) and (max-width: 550px) {
  .l-crosstalk-comment-item {
    gap: 16px;
  }
}
@media only screen and (max-width: 550px) {
  .l-crosstalk-comment-item-icon {
    width: 75px;
  }
}
.l-recruit-message-profile-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
}
.l-recruit-message-profile-wrap img {
  width: 100px;
  height: 100px;
}
.l-recruit-message-profile-wrap__name {
  font-size: 1.25rem;
}
.l-recruit-flow {
  margin-bottom: 54px;
}
.l-recruit-flow > p {
  font-size: 0.96em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.l-recruit-flow-box {
  list-style: none;
  margin-top: 1.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (max-width: 960px) {
  .l-recruit-flow-box {
    padding: 0;
  }
}
.l-recruit-flow-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.75em 0.5em;
  background-color: #101885;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  min-height: 65px;
}
.l-recruit-flow-box li:nth-child(1) {
  background-color: #9699c9;
}
.l-recruit-flow-box li:nth-child(2) {
  background-color: #8387c2;
  line-height: 1.2rem;
}
.l-recruit-flow-box li:nth-child(3) {
  background-color: #7277bb;
}
.l-recruit-flow-box li:nth-child(4) {
  background-color: #4f5499;
  line-height: 1.2rem;
}
.l-recruit-flow-box li:nth-child(5) {
  background-color: #101885;
}
.l-recruit-flow-box li:nth-child(1):before,
.l-recruit-flow-box li:nth-child(1):after {
  border-color: #9699c9;
}
.l-recruit-flow-box li:nth-child(2):before,
.l-recruit-flow-box li:nth-child(2):after {
  border-color: #8387c2;
}
.l-recruit-flow-box li:nth-child(3):before,
.l-recruit-flow-box li:nth-child(3):after {
  border-color: #7277bb;
}
.l-recruit-flow-box li:nth-child(4):before,
.l-recruit-flow-box li:nth-child(4):after {
  border-color: #4f5499;
}
.l-recruit-flow-box li:nth-child(5):before,
.l-recruit-flow-box li:nth-child(5):after {
  border-color: #101885;
}
.l-recruit-flow-box li::before,
.l-recruit-flow-box li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.8em;
  right: 0;
  left: 0;
  margin: auto;
  border-style: solid;
  border-color: #101885;
}
.l-recruit-flow-box li::before {
  width: 0;
  height: 1.8em;
  border-width: 0.2rem;
}
.l-recruit-flow-box li::after {
  width: 1.5em;
  height: 1.5em;
  border-width: 0 0.4rem 0.4rem 0;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-recruit-flow-box li:last-child:before,
.l-recruit-flow-box li:last-child:after {
  display: none;
}
@media all and (min-width: 768px) {
  .l-recruit-flow-box #employmentflow .sect_body {
    padding: 3rem 4.5rem;
  }
}
.l-recruit-flow-box-small {
  font-size: 0.7rem;
  font-weight: normal;
  letter-spacing: 0;
}
.l-recruit-group-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 20px;
  margin: 0 auto 90px;
}
@media only screen and (max-width: 550px) {
  .l-recruit-group-columns {
    margin: 0 auto 40px;
  }
}
.l-recruit-group-columns li {
  width: calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 960px) {
  .l-recruit-group-columns li {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 550px) {
  .l-recruit-group-columns li {
    width: 100%;
  }
}
.l-recruit-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 90px;
  margin: 0 0 90px;
}
@media only screen and (max-width: 960px) {
  .l-recruit-columns {
    gap: 30px;
    margin: 0 0 40px;
  }
}
.l-recruit-columns .subtxt {
  font-size: 14px;
  font-weight: normal;
  line-height: 0.8px;
  white-space: break-spaces;
}
.l-recruit-salary {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media only screen and (max-width: 550px) {
  .l-recruit-salary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-recruit-shift {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.l-recruit-shift-week {
  width: calc(25% - 15px);
  border-radius: 8px;
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
}
@media only screen and (max-width: 960px) {
  .l-recruit-shift-week {
    width: calc(50% - 10px);
  }
}
.l-recruit-shift-week-head {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  background: #253595;
  border-radius: 8px 8px 0 0;
}
.l-recruit-shift-week-head p {
  color: #fff;
}
.l-recruit-shift-week-oneweek {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
}
@media only screen and (max-width: 550px) {
  .l-recruit-shift-week-oneweek {
    gap: 4px;
  }
}
.l-recruit-legends {
  margin: 35px 0 0 0;
}
.l-recruit-legends__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 550px) {
  .l-recruit-legends__list {
    gap: 10px;
  }
}
.l-recruit-legends__list li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  width: calc(50% - 20px);
}
@media only screen and (max-width: 550px) {
  .l-recruit-legends__list li {
    width: 100%;
  }
}
.l-recruit-legends__list p {
  line-height: 1.4;
}
.l-recruit-legends__icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-careerstory-timelime-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-careerstory-timelime-mark {
  width: min(65px, 5vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: min(32.5px, 3.5vw);
  position: relative;
}
.l-careerstory-timelime-mark span {
  display: block;
  width: 11px;
  height: 11px;
  background-color: #253595;
  border-radius: 50%;
  border: 2px solid #FFF;
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1)) drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.09)) drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.05)) drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.01)) drop-shadow(0px 8px 2px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1)) drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.09)) drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.05)) drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.01)) drop-shadow(0px 8px 2px rgba(0, 0, 0, 0));
  margin-left: calc((100% - 11px) / 2);
}
.l-careerstory-timelime-mark:after {
  content: "";
  display: inline-block;
  height: 100%;
  border-left: 1px solid #253595;
  position: absolute;
  top: min(33px, 5vw);
  left: calc((100% - 11px) / 2 + 5px);
  z-index: -1;
}
@media only screen and (max-width: 550px) {
  .l-careerstory-timelime-mark {
    width: 11px;
  }
  .l-careerstory-timelime-mark span {
    margin-left: 0;
  }
  .l-careerstory-timelime-mark:after {
    left: 5px;
  }
}
.l-careerstory-timelime-data {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media only screen and (max-width: 550px) {
  .l-careerstory-timelime-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-careerstory-timelime-year {
  width: min(180px, 20vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: min(35px, 4vw);
}
.l-careerstory-timelime-year span {
  font-family: Inter;
  font-size: min(65px, 10vw);
  font-weight: 200;
  line-height: 100%;
}
.story01 .l-careerstory-timelime-year, .story05 .l-careerstory-timelime-year, .story07 .l-careerstory-timelime-year, .story09 .l-careerstory-timelime-year {
  width: min(150px, 18vw);
}
@media only screen and (max-width: 550px) {
  .l-careerstory-timelime-year {
    padding-left: 0.25rem;
    width: 100%;
  }
}
.l-careerstory-timelime-textarea {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 2.25rem;
  margin-bottom: min(90px, 10vw);
}
@media only screen and (max-width: 550px) {
  .l-careerstory-timelime-textarea {
    margin-left: 0.8rem;
  }
}
.l-careerstory-timelime-location {
  font-weight: 700;
  line-height: 2;
}
.l-careerstory-timelime-copy {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.62;
}
@media only screen and (max-width: 550px) {
  .l-careerstory-timelime-copy {
    font-size: 1rem;
  }
}
.l-careerstory-timelime-comment p {
  margin-bottom: 2rem;
}
.l-careerstory-timelime-comment p:last-child {
  margin-bottom: 0;
}
.l-careerstory-timelime-column:last-child .l-careerstory-timelime-mark:after {
  display: none;
}
.l-careerstory-timelime-column:last-child .l-careerstory-timelime-textarea {
  margin-bottom: 0;
}
.l-careerstory-local-navi {
  margin-bottom: 0;
}
.l-careerstory-local-navi-title {
  margin-bottom: min(40px, 4vw);
}
.l-careerstory-img {
  width: 100%;
  border-radius: min(15px, 2vw);
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  margin: 0 auto;
}
.l-top-mv {
  position: relative;
  height: 100svh;
  min-height: 400px;
  padding: 90px 0 20px;
}
@media screen and (max-width: 1024px) {
  .l-top-mv {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -ms-flex-pack: flex-end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    gap: min(4vw, 20px);
    padding: 120px 0 0;
  }
}
.l-top-mv-loopimg-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: min(4vw, 20px);
  height: 25%;
}
@media screen and (max-width: 1024px) {
  .l-top-mv-loopimg-top {
    top: 150px;
    height: 25%;
  }
}
.l-top-mv-loopimg-top img {
  height: 100%;
  width: auto;
  will-change: transform;
}
.l-top-mv-loopimg-mid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 50%;
  margin-inline: min(20vh, 12vw);
}
@media (max-aspect-ratio: 16/9) {
  .l-top-mv-loopimg-mid {
    margin-inline: min(20vh, 8vw);
  }
}
@media screen and (max-width: 1024px) {
  .l-top-mv-loopimg-mid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: flex-end;
    -webkit-box-align: end;
            align-items: flex-end;
    position: absolute;
    bottom: 0px;
    height: 50%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 70, 157, 0)), to(#1F469D));
    background: linear-gradient(180deg, rgba(31, 70, 157, 0) 0%, #1F469D 100%);
    margin-inline: 0;
    padding: 0 16px min(120px, 12svh);
    z-index: 4;
  }
}
.l-top-mv-loopimg-mid__logo {
  position: relative;
  width: auto;
  height: 23vmin;
  z-index: 2;
}
@media (max-aspect-ratio: 16/9) {
  .l-top-mv-loopimg-mid__logo {
    height: auto;
    width: 40vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-top-mv-loopimg-mid__logo {
    width: min(45vmax, 700px);
    -webkit-filter: drop-shadow(0px 15px 32px rgba(31, 70, 157, 0.3));
            filter: drop-shadow(0px 15px 32px rgba(31, 70, 157, 0.3));
    will-change: transform;
    max-width: calc(100vw - 40px);
  }
}
.l-top-mv-loopimg-btm {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: min(4vw, 20px);
  height: 25%;
}
@media screen and (max-width: 1024px) {
  .l-top-mv-loopimg-btm {
    top: calc(25% + 25px + 140px);
    height: 25%;
  }
}
.l-top-mv-loopimg-btm img {
  height: 100%;
  width: auto;
  will-change: transform;
}
.l-top-mv-people {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100svh - 75px);
}
@media screen and (max-width: 1024px) {
  .l-top-mv-people {
    position: absolute;
    height: calc(100svh - 60px);
    width: auto;
    bottom: 0;
    left: 20%;
    z-index: 3;
  }
}
@media only screen and (max-width: 550px) {
  .l-top-mv-people {
    left: 0;
  }
}
.l-top-mv-people img {
  height: 100%;
  max-height: 68vw;
  min-height: 370px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .l-top-mv-people img {
    height: calc(100svh - 60px);
    max-height: none;
    width: auto;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@media screen and (max-width: 1024px) {
  .l-top-mv-people__people01 {
    translate: translateX(-20%);
  }
}
@media screen and (max-width: 1024px) {
  .l-top-mv-people__people02 {
    translate: translateX(-15%);
  }
}
.l-top-mv-people__people03 {
  display: none;
  translate: 4% 0;
}
@media screen and (max-width: 1024px) {
  .l-top-mv-people__people03 {
    translate: 4% 0;
  }
}
.l-top-mv-people__people04 {
  display: none;
  translate: 4% 0;
}
@media screen and (max-width: 1024px) {
  .l-top-mv-people__people04 {
    translate: 4% 0;
  }
}
.l-top-content {
  overflow: hidden;
  padding: 90px 0 0;
}
@media only screen and (max-width: 960px) {
  .l-top-content {
    padding: 30px 0 0;
  }
}
.l-top-content-sec1, .l-top-content-sec2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 960px) {
  .l-top-content-sec1, .l-top-content-sec2 {
    gap: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .l-top-content-sec1, .l-top-content-sec2 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 30px;
  }
}
.l-top-content-sec1-img {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 550px) {
  .l-top-content-sec1-img {
    width: 100%;
  }
}
.l-top-content-sec1-img__bg {
  position: absolute;
  width: 50vw;
  left: -75%;
  bottom: -45%;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  .l-top-content-sec1-img__bg {
    width: min(100vw, 500px);
    left: -25%;
    bottom: -25%;
  }
}
.l-top-content-sec1-desc {
  width: 50%;
}
@media only screen and (max-width: 550px) {
  .l-top-content-sec1-desc {
    width: 100%;
  }
}
.l-top-content-sec1-desc-textwrapper p {
  margin: 0 0 15px;
}
.l-top-content-sec1-desc__en {
  font-family: "Inter", sans-serif;
  font-size: min(9vw, 2.8125rem);
  font-weight: 300;
  margin: 0 0 15px;
}
.l-top-content-sec1-desc-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 550px) {
  .l-top-content-sec2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 30px 0 0 0;
  }
}
.l-top-content-sec2-desc {
  width: 50%;
}
@media only screen and (max-width: 550px) {
  .l-top-content-sec2-desc {
    width: 100%;
  }
}
.l-top-content-sec2-desc-textwrapper {
  margin: 15px 0 30px 0;
}
.l-top-content-sec2-desc__en, .l-top-content-recruit__en, .l-top-content-sec5-desc__en, .l-top-content-sec4-desc__en, .l-top-content-sec3__en {
  font-family: "Inter", sans-serif;
  font-size: min(9vw, 2.8125rem);
  font-weight: 200;
  margin: 0 0 15px;
}
.l-top-content-sec2-desc-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
.l-top-content-sec2-img {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 550px) {
  .l-top-content-sec2-img {
    width: 100%;
  }
}
.l-top-content-sec2-img__bg {
  position: absolute;
  width: 23vw;
  right: min(-20vw, -200px);
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  .l-top-content-sec2-img__bg {
    top: auto;
    bottom: -25%;
    width: 30vw;
    right: -16px;
  }
}
.l-top-content-sec3 {
  margin-block: 45px;
}
.l-top-content-swiper {
  background: url(/saiyo/newgraduate/assets/img/components/interview-bg.webp) no-repeat;
  background-size: 100% calc(100% - 40px);
  background-position: bottom;
}
.l-top-content-swiper-inner {
  width: 100%;
  height: 300px;
}
.l-top-content-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 550px) {
  .l-top-content-swiper .swiper-wrapper {
    gap: 15px;
  }
}
.l-top-content-swiper .swiper-wrapper .swiper-slide {
  width: 35%;
  gap: 20px;
}
@media only screen and (max-width: 550px) {
  .l-top-content-swiper .swiper-wrapper .swiper-slide {
    width: 45%;
  }
}
.l-top-content-swiper .swiper-wrapper .swiper-slide .interview-card-copy {
  top: 18vw;
  left: 1.8vw;
}
@media only screen and (max-width: 550px) {
  .l-top-content-swiper .swiper-wrapper .swiper-slide .interview-card-copy {
    top: 19vw;
  }
}
.l-top-content-swiper .swiper-wrapper .swiper-slide .interview-card-copy:has(.interview-card-copy-text-3) {
  top: 15.2vw;
}
.l-top-content-sec4 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
  padding-block: min(40px, 3vh);
}
@media only screen and (max-width: 550px) {
  .l-top-content-sec4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.l-top-content-sec4-desc {
  width: 30%;
}
@media only screen and (max-width: 960px) {
  .l-top-content-sec4-desc {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .l-top-content-sec4-desc {
    width: 100%;
  }
}
.l-top-content-sec4-img {
  width: 65%;
}
@media only screen and (max-width: 960px) {
  .l-top-content-sec4-img {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .l-top-content-sec4-img {
    width: 100%;
    margin: 5px;
  }
}
.l-top-content-sec5 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 550px) {
  .l-top-content-sec5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin: 40px 0;
  }
}
.l-top-content-sec5-img {
  position: relative;
  width: 33%;
}
.l-top-content-sec5-img__office {
  border-radius: min(5vw, 15px);
}
.l-top-content-sec5-img__bg {
  position: absolute;
  bottom: -25%;
  left: -25%;
  z-index: -1;
}
@media only screen and (max-width: 550px) {
  .l-top-content-sec5-img__bg {
    bottom: -20%;
    left: -35%;
  }
}
@media only screen and (max-width: 960px) {
  .l-top-content-sec5-img {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .l-top-content-sec5-img {
    width: 100%;
  }
}
.l-top-content-sec5-desc {
  width: 60%;
}
@media only screen and (max-width: 960px) {
  .l-top-content-sec5-desc {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .l-top-content-sec5-desc {
    width: 100%;
  }
}
.l-top-content-sec5-desc-btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 20px;
  margin: 30px 0 0;
}
@media only screen and (max-width: 960px) {
  .l-top-content-sec5-desc-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.l-top-content-sec5-desc-btns-left {
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .l-top-content-sec5-desc-btns-left {
    width: 100%;
  }
}
.l-top-content-sec5-desc-btns-right {
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .l-top-content-sec5-desc-btns-right {
    width: 100%;
  }
}
.l-top-content-recruit {
  background: url(/saiyo/newgraduate/assets/img/top/top-recruit-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: min(90px, 10vw);
  margin-top: min(90px, 10vw);
}
.l-top-content-recruit h2, .l-top-content-recruit p {
  color: #fff;
}
.l-top-content-recruit-btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 20px;
  width: 60%;
  margin: 30px 0 0;
}
@media only screen and (max-width: 960px) {
  .l-top-content-recruit-btns {
    width: 100%;
  }
}
.l-top-content-recruit-btns__btn {
  width: calc(50% - 10px) !important;
}
@media only screen and (max-width: 550px) {
  .l-top-content-recruit-btns__btn {
    width: 100% !important;
  }
}
.l-field-container {
  position: relative;
}
.l-field-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  border-radius: min(15px, 2vw);
  padding: min(15px, 2vw) min(16px, 4vw);
}
@media only screen and (max-width: 960px) {
  .l-field-item {
    padding: 0;
  }
}
.l-field-item:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 960px) {
  .l-field-item-icon {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 10px;
  }
}
.l-field-item-icon img {
  width: auto;
  margin-inline: auto;
}
.l-field-item-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: clamp(0.9rem, 1.4vw, 1rem);
}
.l-field-item-text-blue {
  text-align: center;
  color: #253595;
}
.l-field-item-text-orange {
  text-align: center;
  color: #DD640C;
}
.l-field-item1 {
  position: absolute;
  top: 0;
  left: 32%;
}
@media only screen and (max-width: 960px) {
  .l-field-item1 {
    position: static;
  }
}
.l-field-item2 {
  position: absolute;
  top: 20%;
  left: 50%;
}
@media only screen and (max-width: 960px) {
  .l-field-item2 {
    position: static;
  }
}
.l-field-item3 {
  position: absolute;
  top: 50%;
  left: 75%;
}
@media only screen and (max-width: 960px) {
  .l-field-item3 {
    position: static;
  }
}
.l-field-item4 {
  position: absolute;
  top: 12%;
  left: 10%;
}
@media only screen and (max-width: 960px) {
  .l-field-item4 {
    position: static;
  }
}
.l-field-item5 {
  position: absolute;
  top: 62%;
  left: 22%;
}
@media only screen and (max-width: 960px) {
  .l-field-item5 {
    position: static;
  }
}
.l-field-item6 {
  position: absolute;
  top: 32%;
  left: 0%;
}
@media only screen and (max-width: 960px) {
  .l-field-item6 {
    position: static;
  }
}
.l-field-item7 {
  position: absolute;
  top: 10%;
  right: 10%;
}
@media only screen and (max-width: 960px) {
  .l-field-item7 {
    position: static;
  }
}
.l-field-list-pc {
  display: block;
  margin: 0 0 90px;
}
@media only screen and (max-width: 960px) {
  .l-field-list-pc {
    display: none;
  }
}
.l-field-list-sp {
  display: none;
  margin: 30px 0 30px;
}
@media only screen and (max-width: 960px) {
  .l-field-list-sp {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .l-field-list-sp li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: calc(25% - 15px);
  }
}
@media only screen and (max-width: 550px) {
  .l-field-list-sp li {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: calc(50% - 10px);
  }
}
.l-field-modal-imgwrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 20px;
  width: calc(100% - 20px);
  margin: 0 0 15px;
}
@media only screen and (max-width: 550px) {
  .l-field-modal-imgwrapper {
    width: 100%;
    gap: 0;
  }
}
.l-field-modal-imgwrapper img {
  width: 50%;
}
@media only screen and (max-width: 550px) {
  .l-field-modal-imgwrapper img {
    width: 100%;
  }
}
.l-movie-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 40px;
  margin: 0 0 90px;
}
@media only screen and (max-width: 550px) {
  .l-movie-list {
    margin: 0 0 40px;
    gap: 20px;
  }
}
.l-movie-list li {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 550px) {
  .l-movie-list li {
    width: calc(50% - 10px);
  }
}
.l-survey .l-welfare-wrap {
  background-position: left min(100px, 7vw);
}
.l-survey .l-head-img img {
  border-radius: min(20px, 1.8vw) 0 0 min(20px, 1.8vw);
}
.l-survey-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3.75rem;
  padding-bottom: 32px;
}
.l-survey-wrap-bg {
  background: url(/saiyo/newgraduate/assets/img/environment/survey/survey_bg.webp) no-repeat;
  background-size: 100% calc(100% - 100px);
  background-position: center bottom;
  margin-bottom: 6.81rem;
}
@media only screen and (max-width: 960px) {
  .l-survey-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    gap: 1.5rem;
  }
}
.l-survey-detail {
  background-color: #FFFFFF;
  width: calc(50% - 3.75rem);
  border-radius: 15px;
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
}
@media only screen and (max-width: 960px) {
  .l-survey-detail {
    border-radius: 10px;
    width: 100%;
  }
}
.l-survey-img {
  padding: 1.94rem;
}
@media only screen and (max-width: 550px) {
  .l-survey-img {
    padding: 0.8rem;
  }
}
.l-survey-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.94rem;
  border-bottom: 1px dashed #253595;
  display: flex;
  padding: 24px 1.81rem;
}
@media only screen and (max-width: 550px) {
  .l-survey-text {
    padding: 0.8rem;
  }
}
.l-survey-text_en {
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 3.125rem;
  line-height: 50px;
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 550px) {
  .l-survey-text_en {
    font-size: 1.6rem;
  }
}
.l-survey-text_ja {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 500;
  line-height: 50px;
}
@media only screen and (max-width: 550px) {
  .l-survey-text_ja {
    font-size: 1rem;
  }
}
.l-survey-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.37rem;
  padding: 1.44rem 1.94rem;
}
@media only screen and (max-width: 550px) {
  .l-survey-bottom {
    padding: 0.72rem 0.9rem;
  }
}
.l-survey-box-red, .l-survey-box-green, .l-survey-box-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FBF1F1;
  border-radius: 0.3125rem;
  padding-right: 1.12rem;
  padding-left: 0.77rem;
  height: calc(20% - 1.37rem);
  position: relative;
}
.l-survey-box-red::before, .l-survey-box-green::before, .l-survey-box-blue::before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2211%22%20height%3D%2213%22%20viewBox%3D%220%200%2011%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.5625%2013.0001V0.826172H10.2643L0.5625%2013.0001Z%22%20fill%3D%22%23FBF1F1%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  bottom: -5px;
  left: 1.47rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.702px;
  height: 12.174px;
}
.l-survey-box-red p, .l-survey-box-green p, .l-survey-box-blue p {
  color: #CA1C1C;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1rem;
}
.l-survey-box-red p span, .l-survey-box-green p span, .l-survey-box-blue p span {
  font-family: Inter;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1875rem;
  letter-spacing: 0.07813rem;
}
.l-survey-box-red-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.94rem;
}
.l-survey-box-red-left img {
  height: 50px;
  width: auto;
}
.l-survey-box-red-left p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.63rem;
  margin-bottom: 0.81rem;
}
.l-survey-box-red-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 550px) {
  .l-survey-box-red-right p {
    font-size: 0.875rem;
  }
}
.l-survey-box-blue {
  background: #E6ECF9;
  position: relative;
}
.l-survey-box-blue::before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2213%22%20viewBox%3D%220%200%2010%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.195312%2013.0001V0.826172H9.89709L0.195312%2013.0001Z%22%20fill%3D%22%23DAE3F9%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  bottom: -5px;
  left: 1.47rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.702px;
  height: 12.174px;
}
.l-survey-box-blue p {
  color: #1F469D;
}
.l-survey-box-blue-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.94rem;
}
.l-survey-box-blue-left img {
  height: 50px;
  width: auto;
}
.l-survey-box-blue-left p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.63rem;
  margin-bottom: 0.81rem;
}
.l-survey-box-blue-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 550px) {
  .l-survey-box-blue-right p {
    font-size: 0.875rem;
  }
}
.l-survey-box-green {
  background: #ECFAEE;
  position: relative;
}
.l-survey-box-green::before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2213%22%20viewBox%3D%220%200%2010%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.195312%2013.0001V0.826172H9.89709L0.195312%2013.0001Z%22%20fill%3D%22%23ECFAEE%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  bottom: -5px;
  left: 1.47rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.702px;
  height: 12.174px;
}
.l-survey-box-green p {
  color: #0F7913;
}
.l-survey-box-green-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.94rem;
}
.l-survey-box-green-left img {
  height: 50px;
  width: auto;
  margin-bottom: 0.81rem;
}
.l-survey-box-green-left p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-survey-box-green-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 550px) {
  .l-survey-box-green-right p {
    font-size: 0.875rem;
  }
}
.l-survey-box-no_color {
  background: #F1F3FB;
}
.l-survey-box-no_color::before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2213%22%20viewBox%3D%220%200%2010%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.195312%2013.0001V0.826172H9.89709L0.195312%2013.0001Z%22%20fill%3D%22%23F1F3FB%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  bottom: -5px;
  left: 1.47rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.702px;
  height: 12.174px;
}
.l-survey-box-no_color-left p {
  color: #494A68;
}
.l-survey-box-no_color-right p {
  color: #494A68;
}
.l-survey-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.88rem;
  padding: 3.12rem 1.87rem;
}
@media only screen and (max-width: 550px) {
  .l-survey-wrapper {
    padding: 1.2rem;
  }
}
.l-survey-wrapper-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.56rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.l-survey-wrapper-top_food {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(1rem, 2vw);
}
.l-survey-wrapper-top_food > div {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 1050px) {
  .l-survey-wrapper-top_food > div {
    width: 40%;
  }
}
.l-survey-wrapper-top_food > div img {
  width: 3.5rem;
  height: 3.5rem;
}
@media only screen and (max-width: 550px) {
  .l-survey-wrapper-top_food {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .l-survey-wrapper-top_food .l-survey-wrapper-top_detail {
    width: 100%;
  }
}
.l-survey-wrapper-top_detail {
  width: calc(50% - 1.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.l-survey-wrapper-top_detail img {
  width: 3.5rem;
  height: 3.5rem;
}
@media only screen and (max-width: 550px) {
  .l-survey-wrapper-top_detail {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .l-survey-wrapper-top_detail-text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
    width: calc(100% - 3.5rem);
  }
}
.l-survey-wrapper-text {
  font-size: clamp(0.8rem, 1vw, 0.875rem);
  font-weight: 500;
  line-height: 1rem; /* 114.286% */
  letter-spacing: 0.04375rem;
}
.l-survey-wrapper-text_br {
  font-size: 0.625rem;
}
@media only screen and (max-width: 550px) {
  .l-survey-wrapper-text_br {
    font-size: 0.875rem;
  }
}
.l-survey-wrapper-percent_bold {
  font-family: Inter;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.5rem; /* 100% */
  letter-spacing: -0.075rem;
}
.l-survey-wrapper-percent {
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.1875rem;
  letter-spacing: -0.0375rem;
}
.l-survey-wrapper-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.94rem;
}
@media only screen and (max-width: 550px) {
  .l-survey-wrapper-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
}
.l-survey-wrapper-bottom_text {
  margin: 0 0 0 auto;
}
.l-survey-wrapper-bottom_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 1.56rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-survey-wrapper-bottom_detail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.62rem;
}
@media only screen and (max-width: 550px) {
  .l-survey-wrapper-bottom_detail {
    width: 100%;
  }
}
.l-survey-wrapper-bottom_detail img {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
.l-survey-wrapper-bottom_detail p.text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem; /* 114.286% */
  letter-spacing: 0.04375rem;
}
.l-survey-wrapper-bottom_detail .l-survey-wrapper-percent {
  color: var(--Blue, #1F469D);
  font-family: Inter;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 76.923% */
  letter-spacing: -0.04875rem;
}
.l-survey-wrapper-bottom_detail .l-survey-wrapper-percent_small {
  color: var(--Blue, #1F469D);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: -0.02625rem;
}
.l-survey-about-bg {
  background: url(/saiyo/newgraduate/assets/img/environment/survey/survey_bg.webp) no-repeat;
  background-size: 100% calc(100% - 100px);
  background-position: center bottom;
  padding-bottom: 47px;
}
.l-survey-about-img_size {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .l-survey-about-img_size {
    width: 90%;
  }
}
.l-survey-about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media only screen and (max-width: 960px) {
  .l-survey-about-wrap {
    gap: 1.5rem;
  }
}
.l-survey-about-detail {
  background-color: #FFFFFF;
  border-radius: 15px;
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
}
.l-survey-about-detail > img {
  padding: 1.94rem;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .l-survey-about-detail > img {
    padding: 1.6rem;
  }
}
@media only screen and (max-width: 550px) {
  .l-survey-about-detail > img {
    padding: 0.8rem;
  }
}
.l-survey-about-detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media only screen and (max-width: 960px) {
  .l-survey-about-detail-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 1.5rem;
  }
}
.l-survey-about-detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media only screen and (max-width: 960px) {
  .l-survey-about-detail-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 1.5rem;
  }
}
.l-survey-about-detail-wrapper .l-survey-about-detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-survey-about-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}
@media only screen and (max-width: 550px) {
  .l-survey-about-bottom {
    padding: 0.8rem;
  }
}
.l-survey-about-bottom > :nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-survey-about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.94rem;
  border-bottom: 1px dashed #253595;
  padding: 24px 1.81rem;
}
.l-survey-about-text_en {
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 3.125rem;
  line-height: 50px;
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 550px) {
  .l-survey-about-text_en {
    font-size: 1.6rem;
  }
}
.l-survey-about-text_ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 30px;
  min-height: 60px;
}
@media only screen and (max-width: 550px) {
  .l-survey-about-text_ja {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.l-educations {
  padding-bottom: min(100px, 10vw);
}
.l-educations-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 90px;
}
@media only screen and (max-width: 550px) {
  .l-educations-columns {
    gap: 40px;
  }
}
.l-educations-description {
  position: relative;
  margin-top: 2rem;
}
.l-educations-description__img {
  width: 80%;
}
@media only screen and (max-width: 960px) {
  .l-educations-description__img {
    width: 100%;
  }
}
.l-educations-description-lists {
  position: relative;
}
.l-educations-description-lists-left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 20px;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 960px) {
  .l-educations-description-lists-left {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .l-educations-description-lists-left {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: 20px 0 0 0;
  }
}
.l-educations-description-lists-right {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 10px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  -ms-flex-align: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 960px) {
  .l-educations-description-lists-right {
    position: static;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 550px) {
  .l-educations-description-lists-right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.l-educations-description-lists-layer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l-educations-description-lists-job {
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 960px) {
  .l-educations-description-lists-newgrad, .l-educations-description-lists-layer, .l-educations-description-lists-job, .l-educations-description-lists-special {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .l-educations-description-lists-newgrad, .l-educations-description-lists-layer, .l-educations-description-lists-job, .l-educations-description-lists-special {
    width: 100%;
  }
}
.l-educations-image {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 40px;
  margin: 90px 0 0 0;
}
.l-educations-image img {
  border-radius: min(15px, 1rem);
}
.l-educations-image dt p {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 550px) {
  .l-educations-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    gap: 20px;
  }
  .l-educations-image dt p {
    font-size: 1rem;
  }
}
.l-educations-tag {
  border-radius: 5px;
  background: #F1F3FB;
  padding: 2px 10px;
}
.l-educations-tag-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 550px) {
  .l-educations-tag-wrap {
    gap: 10px;
  }
}
.l-educations-systems {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 550px) {
  .l-educations-systems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 20px 0 0 0;
  }
}
.l-educations-system {
  width: calc(33.3333333333% - 27px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 960px) {
  .l-educations-system {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 550px) {
  .l-educations-system {
    width: 100%;
  }
}
.l-educations-system-icon {
  height: 110px;
}
.l-educations-system-detail {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 10px;
  margin: 0 auto 0 0;
}
.l-faq-columns {
  margin: 0 0 90px;
}
@media only screen and (max-width: 550px) {
  .l-faq-columns {
    margin: 0 0 40px;
  }
}
.l-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.l-faq-list::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 5px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 1rem 0 0 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #253595;
}

.btn-blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff !important;
  font-weight: 600;
  background: var(--Bl_gra, linear-gradient(271deg, #1F469D 2.27%, rgba(31, 70, 157, 0.7) 96.43%));
  -webkit-box-shadow: 0px 15px 32px 0px rgba(31, 70, 157, 0.1);
          box-shadow: 0px 15px 32px 0px rgba(31, 70, 157, 0.1);
  border-radius: 100px;
  padding: min(1.5vw, 12px) min(3.4vw, 60px) min(1.7vw, 12px) min(3.4vw, 60px);
}
@media only screen and (max-width: 550px) {
  .btn-blue {
    padding-inline: 20px;
  }
}
.btn-blue:after {
  display: block;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%2214%22%20viewBox%3D%220%200%2015%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.52501%207.14785C0.52501%206.91017%200.6132%206.68224%200.770177%206.51418C0.927156%206.34612%201.14006%206.25171%201.36206%206.25171L11.616%206.25171L8.02222%202.40503C7.86497%202.23668%207.77663%202.00835%207.77663%201.77026C7.77663%201.53218%207.86497%201.30385%208.02222%201.1355C8.17947%200.967147%208.39275%200.872569%208.61513%200.872569C8.83752%200.872569%209.0508%200.967147%209.20805%201.1355L14.2304%206.51233C14.3084%206.59559%2014.3703%206.69452%2014.4126%206.80344C14.4548%206.91237%2014.4766%207.02916%2014.4766%207.1471C14.4766%207.26505%2014.4548%207.38183%2014.4126%207.49076C14.3703%207.59968%2014.3084%207.69861%2014.2304%207.78187L9.20805%2013.1587C9.13018%2013.2421%209.03775%2013.3082%208.93601%2013.3533C8.83428%2013.3984%208.72525%2013.4216%208.61513%2013.4216C8.50502%2013.4216%208.39598%2013.3984%208.29425%2013.3533C8.19252%2013.3082%208.10008%2013.2421%208.02222%2013.1587C7.94436%2013.0753%207.88259%2012.9764%207.84045%2012.8675C7.79832%2012.7586%207.77663%2012.6418%207.77663%2012.5239C7.77663%2012.406%207.79832%2012.2893%207.84045%2012.1804C7.88259%2012.0715%207.94436%2011.9725%208.02222%2011.8892L11.616%208.04399L1.36206%208.04399C1.14006%208.04399%200.927156%207.94957%200.770177%207.78151C0.6132%207.61345%200.52501%207.38552%200.52501%207.14785Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
}
.btn-blue:hover {
  opacity: 0.8;
}
.btn-wh-rect {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  font-weight: 600;
  background: #FFF;
  -webkit-box-shadow: 0px 15px 32px 0px rgba(31, 70, 157, 0.1);
          box-shadow: 0px 15px 32px 0px rgba(31, 70, 157, 0.1);
  border-radius: 10px;
  padding: 15px 20px 15px;
}
@media only screen and (max-width: 550px) {
  .btn-wh-rect {
    padding: 12px;
  }
}
.btn-wh-rect:after {
  display: block;
  width: 40px;
  height: 40px;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M25.436%2020.3078L13.9489%2020.3078M25.436%2020.3078L22.154%2023.5898M25.436%2020.3078L22.154%2017.0257%22%20stroke%3D%22%231F469D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219.5%22%20stroke%3D%22%231F469D%22%2F%3E%3C%2Fsvg%3E");
}
.btn-wh:hover {
  opacity: 0.8;
}
.btn-underbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 600;
  border-bottom: 1px #BFC1D8 solid;
  padding: 10px min(4vw, 20px);
}
.btn-underbar:after {
  display: block;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M25.436%2020.3078L13.9489%2020.3078M25.436%2020.3078L22.154%2023.5898M25.436%2020.3078L22.154%2017.0257%22%20stroke%3D%22%231F469D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219.5%22%20stroke%3D%22%231F469D%22%2F%3E%3C%2Fsvg%3E");
}
.btn-underbar:hover {
  opacity: 0.8;
}

.box-gray {
  display: block;
  background: #F1F8FF;
  border-radius: 10px;
  padding: 16px;
}

.bg-lg {
  background: #F1F3FB;
  border-radius: 5px;
  padding: 0 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.card-common, .faq {
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  width: 100%;
  padding: 20px;
}
@media only screen and (max-width: 960px) {
  .card-common, .faq {
    border-radius: 10px;
    padding: 16px;
  }
}
.card-bluehead {
  border-radius: min(15px, 1.7vw);
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
}
.card-bluehead-head, .card-bluehead__nopd-head {
  font-weight: 600;
  text-align: center;
  background: #253595;
  border-radius: min(15px, 1.7vw) min(15px, 1.7vw) 0 0;
  padding: 5px;
}
.card-bluehead-head p, .card-bluehead__nopd-head p {
  font-size: 1.25rem;
  color: #fff;
}
.card-bluehead-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 16px;
}
.card-bluehead-content img {
  border-radius: 4px 4px 0 0;
  margin: 0 0 15px;
}
.card-bluehead-content-year {
  margin: 0 auto;
}
.card-bluehead-content-year span {
  font-size: 1.5625rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.card-bluehead__nopd {
  border-radius: min(15px, 1.7vw);
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
}
.card-bluehead__nopd-content {
  padding: 0;
}
.card-bluehead__nopd-content img {
  border-radius: 0 0 min(15px, 1.7vw) min(15px, 1.7vw);
}

.faq {
  border-radius: 10px;
  margin: 20px 0 0 0;
}
.faq summary {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 600;
  line-height: 1.3;
  width: 100%;
}
.faq-icon {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  margin: 2px 0 0 0;
  -webkit-transform: scale(1, 0.85);
          transform: scale(1, 0.85);
}
.faq-answer {
  padding: 10px 0 0 0;
}
.faq-plus {
  position: relative;
  background: #F1F3FB;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  margin: 0 0 0 auto;
}
.faq-plus:before, .faq-plus:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  width: 14px;
  height: 2px;
  background: #253595;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.faq-plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.faq[open] .faq-plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.head-underline-left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0;
}
.head-underline-left:after {
  display: block;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2253%22%20height%3D%224%22%20viewBox%3D%220%200%2053%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M28.7163%200L24.0908%204H52.9999V0H28.7163Z%22%20fill%3D%22%23FFEF00%22%2F%3E%3Cpath%20d%3D%22M24.2837%204L28.9092%202.14577e-06L8.62519e-05%204.76203e-08L8.58307e-05%204L24.2837%204Z%22%20fill%3D%22%231F469D%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.head-underline-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.head-underline-center:after {
  display: block;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2253%22%20height%3D%224%22%20viewBox%3D%220%200%2053%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M28.7163%200L24.0908%204H52.9999V0H28.7163Z%22%20fill%3D%22%23FFEF00%22%2F%3E%3Cpath%20d%3D%22M24.2837%204L28.9092%202.14577e-06L8.62519e-05%204.76203e-08L8.58307e-05%204L24.2837%204Z%22%20fill%3D%22%231F469D%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.interview-card-item {
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 0 0 min(15px, 1.17vw) min(15px, 1.17vw);
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  z-index: 11;
}
@media (any-hover: hover) {
  .interview-card-item-container:hover .interview-card-pic-hover {
    opacity: 1;
    visibility: visible;
  }
}
.interview-card-pic {
  width: 100%;
  aspect-ratio: 540/356.95;
}
.interview-card-pic-def, .interview-card-pic-hover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: min(15px, 1.17vw) min(15px, 1.17vw) 0 0;
  overflow: hidden;
}
.interview-card-pic-def {
  z-index: 1;
}
.interview-card-pic-hover {
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.interview-card-copy {
  position: absolute;
  top: min(269px, 21.01vw);
  left: min(28px, 2.1875vw);
  z-index: 10;
}
@media only screen and (max-width: 550px) {
  .interview-card-copy {
    top: 20vw;
    left: 1vw;
  }
}
.interview-card-copy:has(.interview-card-copy-text-3) {
  top: 16.5vw;
}
.interview-card-copy-text {
  color: #FFFFFF !important;
  line-height: 1;
  font-size: min(21px, 1.64vw);
}
.interview-card-copy-text-1, .interview-card-copy-text-2 {
  background-color: #253595;
  white-space: nowrap;
  display: inline-block;
  padding: 0.92% 2%;
}
@media only screen and (max-width: 550px) {
  .interview-card-copy-text-1, .interview-card-copy-text-2 {
    font-size: 2.3vw;
    padding: 2% 3.47%;
  }
}
.interview-card-copy-text-2 {
  -webkit-transform: translateY(max(-3px, -0.23vw));
          transform: translateY(max(-3px, -0.23vw));
}
.interview-card-copy-text-3 {
  -webkit-transform: translateY(max(-6px, -0.46vw));
          transform: translateY(max(-6px, -0.46vw));
}
.interview-card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.15% 5.18%;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .interview-card-btn {
    padding: 5.15% 5.18%;
  }
}
.interview-card-btn-name, .interview-card-btn-career, .interview-card-btn-guraduate, .interview-card-btn-hire {
  line-height: 1;
}
.interview-card-btn-career, .interview-card-btn-guraduate, .interview-card-btn-hire {
  font-size: min(14px, 1.09vw);
  margin-bottom: min(3px, 0.23vw);
}
@media only screen and (max-width: 550px) {
  .interview-card-btn-career, .interview-card-btn-guraduate, .interview-card-btn-hire {
    font-size: 2vw;
    margin-bottom: 0.5vw;
  }
}
.interview-card-btn-name {
  font-weight: 600;
  font-size: min(20px, 1.56vw);
  margin-bottom: min(10px, 0.78vw);
}
@media only screen and (max-width: 550px) {
  .interview-card-btn-name {
    font-size: 3vw;
    margin-bottom: 1.5vw;
  }
}
.interview-card-btn-arrow {
  width: 12.03%;
}
.interview .article .interview-card-item {
  border-radius: min(15px, 1.17vw);
  -webkit-box-shadow: 0 2vw 6vw rgba(37, 53, 149, 0.3);
          box-shadow: 0 2vw 6vw rgba(37, 53, 149, 0.3);
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
  width: calc(100% - 40px);
  max-width: 1000px;
  max-height: calc(100dvh - 40px);
  overflow-y: scroll;
  scrollbar-width: none;
  padding: 20px;
  margin: auto;
}
.modal-content h2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 550px) {
  .modal-content {
    width: calc(100% - 16px);
    border-radius: 10px;
    padding: 16px;
  }
}
.modal-content-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 15px;
}
@media only screen and (max-width: 550px) {
  .modal-content-header {
    margin: 0;
  }
}
.modal-content iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.modal-close {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 0 0 auto;
}
.modal-close:before, .modal-close:after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #253595;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.movie-card-item {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #FFFFFF;
  border-radius: min(15px, 1.17vw);
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
}
.movie-card-item-link {
  width: 100%;
}
.movie-card-pic {
  width: 100%;
}
.movie-card-pic img {
  border-radius: min(15px, 1.17vw) min(15px, 1.17vw) 0 0;
}
.movie-card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 3.15% 5.18%;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  .movie-card-btn {
    padding: 5.15% 5.18%;
  }
}
.movie-card-btn-text {
  text-align: left;
}
.movie-card-btn-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12%;
}

.note-indent-regular {
  display: block;
  font-size: 1rem;
  padding-left: 1rem;
  text-indent: -1rem;
}
@media only screen and (max-width: 550px) {
  .note-indent-regular {
    font-size: 0.8rem;
    text-indent: -0.8rem;
    padding-left: 0.8rem;
  }
}
.note-indent-small {
  display: block;
  font-size: 0.8rem;
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}

.profile-wrap {
  width: calc(20% - 40px);
  max-width: 180px;
  min-width: 135px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
@media only screen and (max-width: 550px) {
  .profile-wrap {
    width: calc(30% - 20px);
    min-width: initial;
  }
}
.profile-wrap img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.profile-name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 250%;
}
@media only screen and (max-width: 550px) {
  .profile-name {
    font-size: 1rem;
  }
}
.profile-background {
  font-size: 0.875rem;
  line-height: normal;
}
@media only screen and (max-width: 550px) {
  .profile-background {
    font-size: 0.75rem;
  }
}

.table-recruit {
  width: 100%;
}
.table-recruit th {
  font-weight: 600;
  white-space: nowrap;
  vertical-align: top;
}
.table-recruit th, .table-recruit td {
  border-bottom: 1px solid #B1B4CE;
  text-align: left;
  padding: 16px;
}
@media only screen and (max-width: 550px) {
  .table-recruit th, .table-recruit td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
@media only screen and (max-width: 550px) {
  .table-recruit td {
    border-bottom: none;
  }
}
.table-recruit th {
  width: 20%;
}
@media only screen and (max-width: 550px) {
  .table-recruit th {
    width: 100%;
  }
}
.table-intable {
  width: auto;
}
.table-intable th, .table-intable td {
  padding: 10px 0;
}
@media only screen and (max-width: 550px) {
  .table-intable th, .table-intable td {
    display: table-cell;
    width: auto;
  }
}
.table-intable th {
  padding-right: 16px;
  white-space: wrap;
  width: auto;
}
@media only screen and (max-width: 550px) {
  .table-intable th {
    width: 90px;
  }
}
.table-intable td {
  padding-right: 2vw;
}
@media only screen and (max-width: 550px) {
  .table-intable td {
    border-bottom: 1px solid #B1B4CE;
  }
}

.list-point li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 10px;
}
.list-point li:before {
  display: block;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #B1B4CE;
  margin: 14px 0 0 0;
}
@media only screen and (max-width: 550px) {
  .list-point li:before {
    margin: 9px 0 0 0;
  }
}
.list-bluebg-w50 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 0;
}
.list-bluebg-w50 li {
  width: calc(50% - 10px);
  background: #F1F3FB;
  line-height: 1;
  text-align: center;
  padding: 10px;
}
.list-bluebg-w50 li span {
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
}
.list-bluebg-w100 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 10px;
  margin: 10px 0 0;
}
.list-bluebg-w100 li {
  width: 100%;
  background: #F1F3FB;
  line-height: 1;
  text-align: center;
  padding: 10px;
}
.list-bluebg-w100 li span {
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
}

.q12_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.q12_box-icon_box {
  height: calc(12.5% - 1.25rem);
  text-align: center;
}
.q12_box-icon_box img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 550px) {
  .q12_box-icon_box img {
    width: 60px;
    height: 60px;
  }
}
.q12_box-icon_box p {
  font-size: 1rem;
}
@media only screen and (max-width: 550px) {
  .q12_box-icon_box p {
    font-size: 0.6rem;
    line-height: 1.05rem;
  }
}
.q12_box-main_text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  border-radius: 10px;
  background: #FBF1F1;
  padding: 0.9375rem;
}
.q12_box-main_text li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #CA1C1C;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  gap: 0.6rem;
}
.q12_box-main_text li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 5px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 1rem 0 0 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #CA1C1C;
}
@media only screen and (max-width: 550px) {
  .q12_box-main_text li::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 0.4rem 0 0 0;
  }
}
@media only screen and (max-width: 550px) {
  .q12_box-main_text li {
    font-size: 0.8rem;
    line-height: 1.05rem;
  }
}
.q12_box-main_text::before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%2216%22%20viewBox%3D%220%200%2013%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%209.73205C-0.333332%208.96225%20-0.333334%207.03775%200.999999%206.26795L10%201.0718C11.3333%200.301996%2013%201.26425%2013%202.80385L13%2013.1962C13%2014.7358%2011.3333%2015.698%2010%2014.9282L1%209.73205Z%22%20fill%3D%22%23FBF1F1%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  bottom: 30px;
  left: -7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.702px;
  height: 12.174px;
}
@media only screen and (max-width: 550px) {
  .q12_box-main_text::before {
    bottom: none;
    top: 20px;
  }
}
.q12_box-main_text-blue {
  position: relative;
  background: #F1F3FB;
}
.q12_box-main_text-blue li {
  color: #1F469D;
}
.q12_box-main_text-blue li::before {
  background-color: #1F469D;
}
.q12_box-main_text-blue::before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%2216%22%20viewBox%3D%220%200%2013%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%206.26795C13.3333%207.03775%2013.3333%208.96225%2012%209.73205L3%2014.9282C1.66667%2015.698%201.99572e-07%2014.7358%201.81212e-07%2013.1962L5.72853e-08%202.80385C3.89258e-08%201.26425%201.66667%200.301996%203%201.0718L12%206.26795Z%22%20fill%3D%22%23F1F3FB%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  bottom: 30px;
  left: 100%;
  margin-left: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.702px;
  height: 12.174px;
}

.Footer__foot {
  margin-inline: 32px;
}
@media only screen and (max-width: 550px) {
  .Footer__foot {
    margin-inline: 0;
  }
}

.l-footer {
  padding: 20px 0 0;
}
.footer-utility01 {
  margin-top: 34px;
}
.footer-utility01__sns {
  margin-top: 0px;
}

@media only screen and (max-width: 767.98px) {
  .footer-utility01 {
    padding: 0 15px;
    margin-top: 0;
  }
  .footer-utility01__mark01 {
    width: 14.26vw;
    margin-top: 21px;
    margin-right: 14px;
    margin-left: 24px;
  }
  .footer-utility01__mark02 {
    width: 20vw;
    margin-top: 28px;
  }
  .footer-utility01__sns {
    width: 50%;
    margin-top: 34px;
  }
  .footer-utility02 {
    padding: 17px 15px 32px;
  }
}
.footer-utility01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-utility01__mark02 img,
.footer-utility01__mark02 > table {
  width: 100% !important;
}

.footer-utility01__mark02 a {
  display: inline-block;
}

.is-modal-open {
  display: block;
}
.is-modal-open .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100dvh;
  z-index: 9999;
}
.is-header-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media only screen and (max-width: 960px) {
  .is-header-hide {
    -webkit-transform: none;
            transform: none;
  }
}
.is-header-hide:has(.is-humb-open) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 960px) {
  .is-header-hide:has(.is-humb-open) {
    -webkit-transform: none;
            transform: none;
  }
  .is-header-hide:has(.is-humb-open) .l-header-btns {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.is-header-hide:has(.is-humb-open) .l-header-btns-humb {
  pointer-events: all;
  opacity: 1;
}
.is-header-hide .l-header-logo, .is-header-hide .l-header-btns-humb {
  pointer-events: none;
  opacity: 0;
}
.is-header-show {
  background: #fff;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
          box-shadow: 0px 24px 52px 0px rgba(31, 70, 157, 0.1), 0px 377px 151px 0px rgba(31, 70, 157, 0.01), 0px 590px 165px 0px rgba(31, 70, 157, 0);
}
@media only screen and (max-width: 960px) {
  .is-header-show .l-header-logo {
    opacity: 0;
    pointer-events: none;
  }
}
.is-humb-open {
  background: #fff;
}
.is-humb-open .l-header-btns-humb-inner-line {
  background: #253595;
}
.is-humb-open .l-header-btns-humb-inner-line:first-child {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.is-humb-open .l-header-btns-humb-inner-line:nth-child(2) {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.is-humb-open .l-header-btns-humb-inner-line:last-child {
  display: none;
}
.is-nav-open {
  pointer-events: all;
  top: 0;
  opacity: 1;
}
@media only screen and (max-width: 960px) {
  .is-nav-open {
    top: 0;
  }
}
.is-pagetop-active {
  opacity: 1;
  pointer-events: all;
}
.is-mypage-fillWhite {
  color: #253595;
  background: #fff;
}
.is-btns-bgBlue {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#253595));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #253595 100%);
}
@media only screen and (max-width: 960px) {
  .is-btns-bgBlue {
    padding: 40px 0 20px;
  }
}
@media only screen and (max-width: 960px) {
  .is-btns-hide {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
.is-btns-locked {
  -webkit-transform: none !important;
          transform: none !important;
}