@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-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;
  }
}

.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;
}

.l-comeback {
  overflow: clip;
  position: relative;
  -webkit-padding-before: clamp(5rem, -2.5rem + 15.63vw, 7.5rem);
          padding-block-start: clamp(5rem, -2.5rem + 15.63vw, 7.5rem);
}
.l-comeback dl {
  color: #253595;
}
.l-comeback img {
  margin-inline: auto;
  max-width: 100%;
  height: auto;
}
.l-comeback-bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 75% !important;
  height: auto;
}
.l-comeback-ttl {
  padding-inline: clamp(1rem, -11rem + 25vw, 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.l-comeback-ttl h1 {
  font-size: clamp(2rem, 0.5rem + 3.13vw, 2.5rem);
  line-height: 1.5;
}
.l-comeback-ttl p {
  font-size: clamp(1.125rem, 0.75rem + 0.78vw, 1.25rem);
  line-height: 1.5;
}
.l-comeback-wrapper {
  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;
  gap: clamp(4rem, -0.875rem + 10.16vw, 5.625rem);
  padding-block: clamp(2.5rem, -6.875rem + 19.53vw, 5.625rem);
}
.l-comeback-wrapper section {
  max-width: 1180px;
}
.l-comeback-introduce {
  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;
  gap: clamp(1rem, -0.5rem + 3.13vw, 1.5rem);
  text-align: center;
}
.l-comeback-introduce p {
  line-height: 2.25;
  font-size: clamp(0.875rem, 0.125rem + 1.56vw, 1.125rem);
}
@media only screen and (max-width: 960px) {
  .l-comeback-introduce {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: start;
  }
}
.l-comeback-img01 {
  width: 393px;
}
@media only screen and (max-width: 960px) {
  .l-comeback-img01 {
    width: 350px;
  }
}
.l-comeback-img02 {
  width: 1100px;
  border-radius: clamp(0.375rem, -1.313rem + 3.52vw, 0.938rem);
}
.l-comeback-flow {
  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;
  gap: clamp(1.5rem, 3.13vw, 2rem);
}
.l-comeback-flow-wrapper {
  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;
  gap: clamp(1rem, -0.5rem + 3.13vw, 1.5rem);
  width: 100%;
}
.l-comeback-flow-wrapper-detail {
  width: 100%;
  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-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  gap: 20px;
  padding: 1rem;
  border-radius: clamp(0.375rem, -1.313rem + 3.52vw, 0.938rem);
  background: #fff;
  -webkit-box-shadow: 0 15px 32px 0 rgba(31, 70, 157, 0.1);
          box-shadow: 0 15px 32px 0 rgba(31, 70, 157, 0.1);
}
.l-comeback-flow-wrapper-detail > img {
  height: clamp(3.75rem, -3.75rem + 15.63vw, 6.25rem);
}
.l-comeback-flow-wrapper-detail hgroup {
  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;
}
.l-comeback-flow-wrapper-detail hgroup p {
  font-family: Inter;
  font-size: clamp(1rem, 0.438rem + 1.17vw, 1.188rem);
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.05em;
}
.l-comeback-flow-wrapper-detail hgroup h3 {
  font-size: clamp(1.125rem, 2.34vw, 1.5rem);
  line-height: 1.75;
}
.l-comeback-flow-wrapper-detail hgroup span {
  color: #253595;
  line-height: 1.5;
}
.l-comeback-flow-wrapper-detail-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.l-comeback-flow-wrapper > svg {
  min-width: 15px;
}
@media only screen and (max-width: 960px) {
  .l-comeback-flow-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-comeback-flow-wrapper > svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.l-comeback-info {
  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;
  gap: clamp(1.5rem, 3.13vw, 2rem);
}
.l-comeback-info dl {
  max-width: 100%;
  width: 870px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-top: 1px solid #cbd0e2;
}
.l-comeback-info dl dt {
  width: clamp(6.25rem, -8.75rem + 31.25vw, 11.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 1rem;
  font-weight: 600;
  line-height: 1.75;
  border-bottom: 1px solid #cbd0e2;
}
.l-comeback-info dl dd {
  padding: 1rem;
  line-height: 1.75;
  border-bottom: 1px solid #cbd0e2;
}

.m-btn {
  position: relative;
  width: 196px;
  height: 47px;
  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;
  gap: 10px;
  padding-block: 13px 15px;
  font-weight: 600;
  line-height: normal;
  background: #ffef00;
  border-radius: calc(infinity * 1px);
  -webkit-box-shadow: 0 15px 32px 0 rgba(31, 70, 157, 0.1);
          box-shadow: 0 15px 32px 0 rgba(31, 70, 157, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-btn svg {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .m-btn:hover {
    opacity: 0.6;
  }
}
.m-heading {
  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;
  gap: 0.5rem;
}
.m-heading::after {
  content: "";
  width: 54px;
  height: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='4' viewBox='0 0 54 4' fill='none'%3E%3Cpath d='M29.2163 0L24.5909 4H53.5V0H29.2163Z' fill='%23FFEF00'/%3E%3Cpath d='M24.7837 4L29.4091 2.14577e-06L0.500025 4.76203e-08L0.500025 4L24.7837 4Z' fill='%231F469D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}