@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-print-color-adjust: exact;
  word-break: break-word;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
  background-color: #fff;
}
body.js-fade {
  opacity: 1;
}

html.is-menu-open,
body.is-menu-open {
  overflow: hidden;
  scrollbar-gutter: stable; /* ガタつき防止 */
}

header,
footer {
  line-height: 100%;
}

a {
  color: currentColor;
  text-decoration: none;
  /* FireFoxで無駄な枠線を表示しないよう追加 */
  outline: none !important;
  word-wrap: break-word;
}
a[onclick] {
  cursor: pointer;
}
a[href^=tel] {
  color: inherit;
  cursor: text;
  text-decoration: none;
}
a[href^=tel]:hover {
  opacity: 1;
}

figcaption {
  margin-top: 5px;
  line-height: 1.6;
}

button, input, textarea, select {
  background-color: transparent;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

section section {
  padding-left: 15px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    height: 74px;
  }
}
.header__inner {
  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;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header__inner {
    margin: 0 0 auto 15px;
    height: 100%;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  background-color: #fff;
  padding: 24px 40px;
  border-bottom-right-radius: 24px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header__logo {
    padding: 0;
  }
}
.header__logo-main {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .header__logo-main {
    width: 178px;
  }
}
.header__logo-text {
  color: #2C4198;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .header__logo-text {
    line-height: 120%;
    font-size: 0.75rem;
  }
}
.header__nav {
  display: none;
}
.header__recruit {
  color: #2C4198;
  background-color: #fff100;
  font-size: 1rem;
  padding: 20px 0;
  border-radius: 45px;
  margin-left: auto;
  margin-right: 16px;
  max-width: 176px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header__recruit {
    display: none;
  }
}
.header__recruit {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__recruit:hover {
  opacity: 0.7;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__item a {
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
}
.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  background: #fff;
  width: 80px;
  height: 56px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
  padding: 0;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .header__burger {
    margin-right: 0;
    background: none;
  }
}
.header__burger span {
  display: block;
  width: 100%;
  max-width: 23px;
  height: 3px;
  background-color: #2C4198;
  border-radius: 10px;
  position: absolute;
  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.header__burger span:nth-child(1) {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .header__burger span:nth-child(1) {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
.header__burger span:nth-child(3) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  .header__burger span:nth-child(3) {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
.header__burger.is-open span:nth-child(1) {
  -webkit-transform: translateY(0px) rotate(30deg);
          transform: translateY(0px) rotate(30deg);
}
.header__burger.is-open span:nth-child(2) {
  opacity: 0;
}
.header__burger.is-open span:nth-child(3) {
  -webkit-transform: translateY(0px) rotate(-30deg);
          transform: translateY(0px) rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .header__burger.is-open span {
    background-color: #fff;
  }
}
.header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #003399;
  color: #fff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  overflow-y: auto;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .header__drawer {
    padding: 0 30px;
  }
}
.header__drawer.is-open {
  opacity: 1;
  visibility: visible;
}
.header__drawer-inner {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 100px;
}
.header__drawer-left {
  max-width: 166px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header__drawer-left {
    display: none;
  }
}
.header__drawer-left-privacy {
  margin-top: 56px;
  font-size: 1rem;
  display: block;
}
.header__drawer .display-pc-none {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .header__drawer .display-pc-none {
    display: block !important;
  }
}
.header__drawer .display-sp-none {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .header__drawer .display-sp-none {
    display: none !important;
  }
}
.header__drawer-text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 20px;
}
.header__drawer-header {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header__drawer-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.header__drawer-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-right: 14px;
  -webkit-transform: translateY(73px);
          transform: translateY(73px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .header__drawer-close {
    display: none;
  }
}
.header__drawer-body {
  gap: 40px;
  max-width: 707px;
  width: 100%;
  -webkit-transform: translateY(53px);
          transform: translateY(53px);
}
@media screen and (max-width: 1024px) {
  .header__drawer-body {
    max-width: 870px;
  }
}
.header__drawer-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (-webkit-max-content)[3];
  -ms-grid-columns: (max-content)[3];
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  row-gap: 57px;
}
@media screen and (max-width: 1024px) {
  .header__drawer-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .header__drawer-list {
    -ms-grid-columns: 150px 20px 150px;
    grid-template-columns: repeat(2, 150px);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.header__drawer-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding-left: 54px;
  position: relative;
  font-weight: 500;
}
.header__drawer-item a:hover::before {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
@media screen and (max-width: 1024px) {
  .header__drawer-item a {
    font-size: 1rem;
    padding-left: 43px;
  }
}
.header__drawer-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff100;
  background-image: url(../../assets/img/common/arrow-b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__drawer-item a::before {
    width: 32px;
    height: 32px;
    background-size: 12px;
  }
}
.header__drawer-sub-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #2C4198;
  margin: 0 0 15px;
}
.header__drawer-sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 44px;
  -webkit-column-gap: 29px;
     -moz-column-gap: 29px;
          column-gap: 29px;
  row-gap: 13px;
}
@media screen and (max-width: 1024px) {
  .header__drawer-sub-list {
    padding-left: 0;
    margin-top: 67px;
  }
}
.header__drawer-sub-item {
  max-width: 317px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header__drawer-sub-item {
    max-width: none;
  }
}
.header__drawer-sub-item a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.4;
  padding: 16px 14px 30px 58px;
  background-color: #fff;
  max-width: 317px;
  width: 100%;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .header__drawer-sub-item a {
    max-width: none;
    padding: 18px 30px 30px 77px;
  }
}
.header__drawer-sub-item a:hover .interview-num::before {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
.header__drawer-sub-item a .interview-num {
  display: block;
  font-size: 1.25rem;
  color: #2C4198;
  font-weight: bold;
  margin-bottom: 2px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .header__drawer-sub-item a .interview-num {
    font-size: 1.375rem;
  }
}
.header__drawer-sub-item a .interview-num::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #2C4198;
  background-image: url(../../assets/img/common/arrow-w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__drawer-sub-item a .interview-num::before {
    width: 32px;
    height: 32px;
  }
}
.header__drawer-sub-item a .interview-year {
  font-weight: 500;
}
.header__drawer-sub-item a .interview-name {
  font-weight: 700;
}
.header__drawer-sub-privacy {
  font-size: 1rem;
  text-decoration: underline;
  display: block;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1;
  margin-top: 44px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__drawer-sub-privacy:hover {
  text-decoration: none;
}
.header__drawer-sub .header__drawer-sub-privacy + .header__drawer-sub-privacy {
  margin-top: 23px;
}
.header__drawer-sub-logo {
  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: 25px;
  width: 237px;
  margin: 69px auto 0;
}
.header__drawer-sub-logo .header__drawer-main {
  width: 237px;
}
.header__drawer-sub-logo .header__drawer-text {
  font-size: 0.875rem;
}
.header__drawer-sub-copyright {
  margin-top: 30px;
  font-size: 0.75rem;
  white-space: nowrap;
  letter-spacing: -0.5px;
  text-align: center;
  padding-bottom: 30px;
}
.header__drawer-sub-recruit {
  display: block;
  color: #2C4198;
  background-color: #fff100;
  font-size: 1.5rem;
  padding: 25px 0;
  border-radius: 45px;
  margin-top: 65px;
  max-width: 392px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}
.header__drawer-sub-recruit:hover {
  opacity: 0.6;
}
.header__drawer-survey {
  margin-top: 30px;
}
.header__drawer-survey a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.15rem;
}
.header__drawer-survey a .survey-en {
  color: #2C4198;
  margin-right: 6px;
}
.header__drawer-survey a:hover {
  color: #2C4198;
}
.header__sub-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-right: 14px;
  -webkit-transform: translateY(73px);
          transform: translateY(73px);
  position: fixed;
  top: 20px;
  right: 40px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__sub-close.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .header__sub-close {
    display: none;
  }
}

.footer {
  background-color: #2C4198;
  color: #fff;
  padding: 213px 0 53px;
  margin-top: -85px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 0;
    padding: 177px 0 116px;
  }
}
.footer__inner {
  padding: 0 80px;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 0 20px;
    max-width: 323px;
  }
}
.footer__left {
  max-width: 310px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__right {
    display: none;
  }
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .footer__link {
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__link img {
  max-width: 235px;
  width: 100%;
}
.footer__link p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer__link p {
    font-size: 0.875rem;
  }
}
.footer__copyright {
  margin-top: 65px;
  font-size: 0.75rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 28px;
    white-space: nowrap;
    letter-spacing: -0.5px;
  }
}
.footer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 33px;
}
.footer__link-list a {
  display: block;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
.footer__link-list a:hover {
  opacity: 0.6;
}
.footer__link-list:last-child {
  margin-top: 70px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section {
  padding-top: 96px;
  padding-bottom: 96px;
}

#concern {
  background-color: #fff;
}

.section__inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.t-blue {
  color: #2C4198;
}

.t-white {
  color: #fff;
}

.top__inner {
  padding: 0 30px;
}

.top__title {
  font-size: 4.375rem;
  color: #2C4198;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top__title {
    font-size: 3.5rem;
  }
}

.top__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  position: relative;
}
.top__header::before {
  content: "";
  position: absolute;
  top: calc(-100% - 46px);
  left: 50%;
  width: 27px;
  height: 114px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../assets/img/common/title-decolation-b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top__header::before {
    width: 9px;
    height: 45px;
    top: -100%;
    background-image: url(../../assets/img/common/title-decolation-b-sp.svg);
  }
}

.top__heading {
  margin-top: 12px;
  margin-bottom: 40px;
  font-size: 1.75rem;
  font-weight: 400;
  color: #2C4198;
  text-align: center;
  position: relative;
  z-index: 20;
  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;
  padding: 17px 0;
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top__heading {
    font-size: 1rem;
    padding: 10px 0;
  }
}
.top__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  border: 4px solid #2C4198;
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 0 rgb(44, 65, 152);
          box-shadow: 4px 4px 0 rgb(44, 65, 152);
  z-index: -1;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top__heading::before {
    border: 2px solid #2C4198;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 0 rgb(44, 65, 152);
            box-shadow: 2px 2px 0 rgb(44, 65, 152);
  }
}
.top__heading::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 38px solid #2C4198;
  border-left: 27px solid transparent;
  border-right: 0px solid transparent;
}
@media screen and (max-width: 768px) {
  .top__heading::after {
    bottom: -31px;
    border-top: 29px solid #2C4198;
  }
}
.top__heading span {
  content: "";
  position: absolute;
  z-index: 100;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 30px solid #fff;
  border-left: 20px solid transparent;
  border-right: 0px solid transparent;
}
@media screen and (max-width: 768px) {
  .top__heading span {
    bottom: -22px;
    border-top: 20px solid #fff;
  }
}

.top__text {
  font-size: 1.88rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 35px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top__text {
    font-size: 1.25rem;
    margin-bottom: 16px;
    line-height: 1.5;
  }
}

.top__desc {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top__desc {
    font-size: 0.875rem;
  }
}

.top__btn {
  display: block;
  font-size: 1rem;
  color: #2C4198;
  background-color: #fff100;
  border: 2px solid #2C4198;
  border-radius: 30px;
  max-width: 302px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 21px 30px;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top__btn {
    max-width: 242px;
    font-size: 1.125rem;
    border-radius: 40px;
    padding: 14px 25px;
  }
}
.top__btn:hover::before {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
.top__btn::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #2C4198;
  background-image: url(../../assets/img/common/arrow-y.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top__btn::before {
    width: 32px;
    height: 32px;
    background-size: 12px;
  }
}

.top-wrapper {
  overflow: hidden;
}

.mainvisual {
  height: 909px;
  min-height: 600px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(../../assets/img/top/mv-illust_pc.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1170px) {
  .mainvisual {
    height: 83vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .mainvisual {
    height: 98vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual {
    height: 137vw;
    min-height: initial;
    background-image: url(../../assets/img/top/mv-illust_sp.svg);
  }
}
@media screen and (max-width: 650px) {
  .mainvisual {
    height: 158vw;
  }
}
.mainvisual__inner {
  width: 100%;
  background-image: url(../../assets/img/top/mv-img_pc.png);
  background-position: center bottom 114px;
  background-repeat: no-repeat;
  background-size: 1440px;
}
@media screen and (min-width: 769px) and (max-width: 1170px) {
  .mainvisual__inner {
    background-image: url(../../assets/img/top/mv-img_tab.png);
    background-size: 120vw;
    background-position: center top 4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .mainvisual__inner {
    background-position: center top 12vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual__inner {
    background-image: url(../../assets/img/top/mv-img_sp.png);
    background-size: 100%;
    background-position: center bottom;
  }
}
.mainvisual__content {
  margin-top: 48px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1170px) {
  .mainvisual__content {
    margin-top: 11vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .mainvisual__content {
    margin-top: 19vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual__content {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 650px) {
  .mainvisual__content {
    margin-top: 33vw;
  }
}
.mainvisual__logo {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1170px) and (min-width: 769px) {
  .mainvisual__logo {
    width: 47vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual__logo {
    max-width: 100%;
    width: 73.02vw;
  }
}
.mainvisual__subtitle {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0056b3;
  margin-bottom: 1rem;
}
.mainvisual__title {
  margin-top: 17px;
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 1170px) and (min-width: 769px) {
  .mainvisual__title {
    font-size: 3.076vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual__title {
    font-size: 1rem;
    font-size: 3.96vw;
    margin-top: 2.7vw;
  }
}

.top-about {
  background-color: #fff;
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
  padding: 120px 0 290px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .top-about {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 68px 0 180px;
  }
}
.top-about .top-bg {
  width: 100%;
  height: 100%;
  height: 100%;
  overflow-y: visible;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-about .top-bg__img {
  position: absolute;
  z-index: -1;
}
.top-about .top-bg__img-01 {
  width: 604px;
  height: 585px;
  bottom: 0;
  left: -190px;
}
@media screen and (max-width: 768px) {
  .top-about .top-bg__img-01 {
    width: 300px;
    height: 292px;
    bottom: -50px;
    left: -139px;
  }
}
.top-about .top-bg__img-02 {
  width: 409px;
  height: 423px;
  bottom: 345px;
  right: -115px;
}
@media screen and (max-width: 768px) {
  .top-about .top-bg__img-02 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-about__text {
    max-width: 634px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-about__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-about__header {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}
.top-about__header::before {
  content: "";
  position: absolute;
  top: calc(-100% - 30px);
  left: 50%;
  width: 27px;
  height: 114px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../assets/img/common/title-decolation-b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-about__header::before {
    top: -100%;
    width: 9px;
    height: 45px;
    background-image: url(../../assets/img/common/title-decolation-b-sp.svg);
  }
}
.top-about__title {
  font-size: 5.125rem;
  color: #2C4198;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
@media screen and (max-width: 768px) {
  .top-about__title {
    font-size: 2.625rem;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    white-space: nowrap;
  }
}
.top-about__img {
  max-width: 273px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-about__img {
    max-width: 138px;
  }
}
.top-about__heading {
  margin-top: 33px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-about__heading {
    margin-top: 15px;
    margin-bottom: 28px;
  }
}
.top-about__desc {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -1.1px;
}
@media screen and (max-width: 768px) {
  .top-about__desc {
    text-align: left;
    padding: 0;
    max-width: 634px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -1.3px;
    text-align: center;
  }
}
.top-about__subheading {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 35px;
}
.top-about__btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-about__btn {
    margin-top: 38px;
  }
}
.top-about__numbers {
  position: absolute;
  z-index: 101;
  bottom: -174px;
  left: calc(50% - 30px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1024px;
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  background: #2C4198;
  padding: 56px 76px 63px 79px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 47px;
  -webkit-box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .top-about__numbers {
    bottom: -119px;
    max-width: 342px;
    padding: 35px 52px;
    border-radius: 20px;
  }
}
.top-about__numbers-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .top-about__numbers-heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
}
.top-about__numbers-title {
  font-size: 3.4375rem;
  color: #fff;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  .top-about__numbers-title {
    font-size: 1.75rem;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    white-space: nowrap;
  }
}
.top-about__numbers-title span {
  font-size: 2.065rem;
}
@media screen and (max-width: 768px) {
  .top-about__numbers-title span {
    font-size: 1.0625rem;
  }
}
.top-about__numbers-text {
  margin-top: 37px;
  color: #fff;
  font-size: 1.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-about__numbers-text {
    margin-top: 17px;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.3;
    white-space: normal;
  }
}
.top-about__numbers-img {
  max-width: 207px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-about__numbers-img {
    max-width: 104px;
  }
}
.top-about__numbers-imgs {
  max-width: 307px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-about__numbers-imgs {
    display: none;
  }
}
.top-about__numbers-imgs figure {
  width: 100%;
}
.top-about__numbers-imgs figure:first-child {
  margin-left: auto;
  max-width: 168px;
  margin-bottom: 22px;
}
.top-about__numbers-imgs figure:last-child {
  max-width: 307px;
}
.top-about__numbers-btn {
  margin-top: 54px;
  display: block;
  font-size: 1rem;
  color: #fff;
  background-color: #2C4198;
  border: 2px solid #fff;
  border-radius: 30px;
  max-width: 302px;
  width: 100%;
  padding: 21px 30px;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-about__numbers-btn {
    margin-top: 18px;
    max-width: 242px;
    font-size: 1.125rem;
    border-radius: 40px;
    padding: 14px 25px;
  }
}
.top-about__numbers-btn:hover::before {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
.top-about__numbers-btn::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff100;
  background-image: url(../../assets/img/common/arrow-b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top-about__numbers-btn::before {
    width: 32px;
    height: 32px;
    background-size: 12px;
  }
}

.top-work {
  padding: 368px 0 233px;
  background-color: #4bc6f2;
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
  position: relative;
  z-index: 49;
}
@media screen and (max-width: 768px) {
  .top-work {
    padding: 210px 0 168px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-work .top-bg {
  width: 100%;
  height: 100%;
  height: 100%;
  overflow-x: clip;
  overflow-y: visible;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-work .top-bg__img {
  position: absolute;
  z-index: -1;
}
.top-work .top-bg__img-03 {
  width: 436px;
  height: 318px;
  top: 335px;
  left: -245px;
}
@media screen and (max-width: 768px) {
  .top-work .top-bg__img-03 {
    width: 218px;
    height: 159px;
    top: 435px;
    left: -100px;
  }
}
.top-work .top-bg__img-04 {
  width: 556px;
  height: 463px;
  top: 245px;
  right: -220px;
}
@media screen and (max-width: 768px) {
  .top-work .top-bg__img-04 {
    width: 278px;
    height: 231px;
    top: 55px;
    right: -165px;
  }
}
.top-work .top-bg__img-05 {
  width: 360px;
  height: 587px;
  bottom: -320px;
  left: -170px;
}
@media screen and (max-width: 768px) {
  .top-work .top-bg__img-05 {
    width: 180px;
    height: 293px;
    bottom: -40px;
    left: -115px;
  }
}
.top-work__heading {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .top-work__heading {
    max-width: 338px;
  }
}
.top-work__desc {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .top-work__desc {
    max-width: 694px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-work__slider {
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
.top-work .swiper {
  overflow: hidden;
  margin-top: 67px;
  padding-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .top-work .swiper {
    margin-top: 72px;
    padding-bottom: 16px;
  }
}
.top-work .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-work .swiper-slide {
  width: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 650px) {
  .top-work .swiper-slide {
    width: 290px;
  }
}
.top-work__item-inner {
  background-color: #3b4b94;
  border-radius: 24px;
  padding: 40px 40px 88px;
  color: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 510px;
  -webkit-box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.4);
  width: 435px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (max-width: 650px) {
  .top-work__item-inner {
    padding: 22px 22px 16px;
    -webkit-transform: scale(1);
            transform: scale(1);
    min-height: 406px;
    border-radius: 17px;
  }
}
.top-work .swiper-slide-active .top-work__item-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top-work__item-img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  display: block;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 768px) {
  .top-work__item-img {
    margin-bottom: 20px;
  }
}
.top-work__item-name {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-work__item-name {
    font-size: 1.375rem;
  }
}
.top-work__item-desc {
  margin-top: 27px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-work__item-desc {
    font-size: 1rem;
    margin-top: 16px;
  }
}
.top-work .swiper-button-prev,
.top-work .swiper-button-next {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px;
  border: #2C4198 3px solid;
}
.top-work .swiper-button-prev::after,
.top-work .swiper-button-next::after {
  content: "";
}
@media screen and (max-width: 650px) {
  .top-work .swiper-button-prev,
  .top-work .swiper-button-next {
    width: 50px;
    height: 50px;
    background-size: 11px;
    border: #2C4198 1.7px solid;
  }
}
.top-work .swiper-button-prev {
  left: calc(50% - 217.5px);
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
  background-image: url(../../assets/img/common/arrow-b.svg);
}
@media screen and (max-width: 650px) {
  .top-work .swiper-button-prev {
    left: calc(50% - 157.5px);
  }
}
.top-work .swiper-button-next {
  right: calc(50% - 217.5px);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url(../../assets/img/common/arrow-b.svg);
}
@media screen and (max-width: 650px) {
  .top-work .swiper-button-next {
    right: calc(50% - 157.5px);
  }
}
.top-work__btn {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .top-work__btn {
    margin-top: 42px;
  }
}
.top-work__check {
  position: absolute;
  bottom: -164px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 44px 56px 42px;
  border: 4px solid #fff100;
  border-radius: 32px;
  max-width: 800px;
  width: 100%;
  background-color: #fff100;
  -webkit-box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .top-work__check {
    bottom: -43px;
    border-radius: 20px;
    max-width: 342px;
    padding: 19px 14px 24px;
  }
}
.top-work__check::before {
  content: "";
  position: absolute;
  top: -47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 118px;
  height: 67px;
  background-image: url(../../assets/img/common/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-work__check::before {
    width: 48px;
    height: 27px;
    top: -22px;
  }
}
.top-work__check::after {
  content: "";
  position: absolute;
  bottom: -47px;
  right: 15px;
  max-width: 400px;
  width: 100%;
  height: 386px;
  background-image: url(../../assets/img/top/img-check_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .top-work__check::after {
    right: 2px;
    bottom: -117px;
    max-width: 162px;
    background-image: url(../../assets/img/top/img-check_sp.png);
  }
}
.top-work__check-inner {
  max-width: 325px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-work__check-inner {
    max-width: 160px;
  }
}
.top-work__check-title {
  font-size: 2.125rem;
  color: #2C4198;
  font-weight: 700;
  line-height: 41px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .top-work__check-title {
    font-size: 1.5rem;
    line-height: 25px;
    margin-bottom: 8px;
  }
}
.top-work__check-title span {
  letter-spacing: -8px;
}
@media screen and (max-width: 768px) {
  .top-work__check-title span {
    letter-spacing: -5px;
  }
}
.top-work__check-catch {
  font-size: 1.25rem;
  margin-bottom: 21px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-work__check-catch {
    font-size: 0.875rem;
    margin-bottom: 0;
    letter-spacing: -1px;
  }
}
.top-work__check-btn {
  color: #2C4198;
  font-size: 1rem;
  padding-right: 80px;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-work__check-btn {
    padding-right: 40px;
    letter-spacing: -1px;
  }
}
.top-work__check-btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
.top-work__check-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 70px;
  height: 13px;
  background-image: url(../../assets/img/common/arrow-long.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top-work__check-btn::after {
    width: 33px;
    background-position: right;
  }
}

.top-interview {
  padding: 388px 0 0;
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
}
@media screen and (max-width: 768px) {
  .top-interview {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 145px 0 0;
  }
}
.top-interview .top-bg {
  width: 100%;
  height: 100%;
  height: 100%;
  overflow-x: clip;
  overflow-y: visible;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-interview .top-bg__img {
  position: absolute;
  z-index: -1;
}
.top-interview .top-bg__img-06 {
  width: 603px;
  height: 450px;
  top: 210px;
  left: -275px;
}
@media screen and (max-width: 768px) {
  .top-interview .top-bg__img-06 {
    width: 301px;
    height: 225px;
    top: 405px;
    left: -175px;
  }
}
.top-interview .top-bg__img-07 {
  width: 519px;
  height: 505px;
  top: 245px;
  right: -205px;
}
@media screen and (max-width: 768px) {
  .top-interview .top-bg__img-07 {
    width: 259px;
    height: 252px;
    top: 0;
    right: -60px;
  }
}
.top-interview__heading {
  max-width: 480px;
}
.top-interview__intro {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3rem;
}
.top-interview__btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top-interview__btn {
    display: block;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-interview__desc {
    max-width: 634px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .top-interview__desc {
    text-align: left;
  }
}
.top-interview__cards {
  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;
  gap: 45px;
  margin-top: 58px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .top-interview__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.top-interview__cards .top-interview__card:nth-child(1) picture::before {
  max-width: 83px;
  height: 348px;
  background-image: url(../../assets/img/top/img-interview-label-01.svg);
}
@media screen and (max-width: 1024px) {
  .top-interview__cards .top-interview__card:nth-child(1) picture::before {
    display: none;
  }
}
.top-interview__cards .top-interview__card:nth-child(2) picture::before {
  max-width: 83px;
  height: 348px;
  background-image: url(../../assets/img/top/img-interview-label-02.svg);
}
@media screen and (max-width: 1024px) {
  .top-interview__cards .top-interview__card:nth-child(2) picture::before {
    display: none;
  }
}
.top-interview__cards .top-interview__card:nth-child(3) picture::before {
  max-width: 83px;
  height: 418px;
  background-image: url(../../assets/img/top/img-interview-label-03.svg);
}
@media screen and (max-width: 1024px) {
  .top-interview__cards .top-interview__card:nth-child(3) picture::before {
    display: none;
  }
}
.top-interview__card {
  max-width: 396px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-interview__card:nth-child(1) {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 178px;
}
@media screen and (max-width: 1024px) {
  .top-interview__card:nth-child(1) {
    margin-top: 0;
  }
}
.top-interview__card:nth-child(2) {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 89px;
}
@media screen and (max-width: 1024px) {
  .top-interview__card:nth-child(2) {
    margin-top: 0;
  }
}
.top-interview__card picture {
  display: block;
  position: relative;
}
.top-interview__card picture::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 26px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-interview__card picture img {
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.top-interview__card-desc {
  display: block;
  background-color: #fff;
  border: 3px solid #2C4198;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 22px 28px;
  max-width: 335px;
  width: 100%;
  position: absolute;
  bottom: -30px;
  right: -25px;
}
@media screen and (max-width: 1024px) {
  .top-interview__card-desc {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: -25px;
    padding: 18px 20px;
    max-width: 290px;
  }
}
.top-interview__card-desc:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.top-interview__card-desc::after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 22px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #2C4198;
  background-image: url(../../assets/img/common/arrow-w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top-interview__card-desc::after {
    width: 36px;
    height: 36px;
  }
}
.top-interview__card-year {
  font-size: 1.125rem;
  color: #2C4198;
  margin-bottom: 13px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .top-interview__card-year {
    font-size: 1rem;
  }
}
.top-interview__card-job {
  font-size: 1.25rem;
  color: #2C4198;
  line-height: 150%;
  letter-spacing: -1px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .top-interview__card-job {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .top-interview__card-job span {
    letter-spacing: -5px;
  }
}
.top-interview__card-name {
  font-size: 1.25rem;
  color: #2C4198;
  line-height: 150%;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .top-interview__card-name {
    font-size: 1.125rem;
  }
}

.top-survey-training {
  overflow: hidden;
}

.top-survey {
  padding: 243px 0 294px;
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 1024px) {
  .top-survey {
    padding: 220px 0 200px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .top-survey {
    padding: 148px 0 126px;
  }
}
.top-survey .top-bg {
  width: 100%;
  height: 100%;
  height: 100%;
  overflow-y: visible;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-survey .top-bg__img {
  position: absolute;
  z-index: -1;
}
.top-survey .top-bg__img-09 {
  width: 409px;
  height: 405px;
  bottom: -325px;
  right: -225px;
  overflow-y: visible;
}
@media screen and (min-width: 650px) and (max-width: 768px) {
  .top-survey .top-bg__img-09 {
    width: 28.4vw;
    height: 28.12vw;
    bottom: -28.5vw;
    right: -15.6vw;
  }
}
@media screen and (max-width: 649px) {
  .top-survey .top-bg__img-09 {
    width: 204px;
    height: 211px;
    bottom: -224px;
    right: -145px;
  }
}
.top-survey__inner {
  padding: 0;
}
.top-survey__heading {
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
}
@media screen and (max-width: 1024px) {
  .top-survey__heading {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    line-height: 1.3;
  }
}
.top-survey__desc {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .top-survey__desc {
    max-width: 694px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .top-survey__desc {
    text-align: left;
    letter-spacing: -1.3px;
    -webkit-transform: translateY(-13px);
            transform: translateY(-13px);
  }
}
.top-survey__header {
  text-align: center;
  margin-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
@media screen and (max-width: 1024px) {
  .top-survey__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 143px 161px;
    grid-template-rows: 143px 161px;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-survey__header::before {
  top: -90%;
}
@media screen and (max-width: 1024px) {
  .top-survey__header::before {
    top: -65%;
  }
}
@media screen and (max-width: 768px) {
  .top-survey__header::before {
    top: -33%;
    width: 9px;
    height: 45px;
  }
}
.top-survey__header-img-left {
  max-width: 150px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-survey__header-img-left {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-survey__header-img-left::before {
  content: "";
  position: absolute;
  bottom: 41px;
  left: -176px;
  width: 255px;
  height: 180px;
  background-image: url(../../assets/img/top/img-bubble-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top-survey__header-img-left::before {
    width: 172px;
    height: 122px;
    left: -100px;
  }
}
@media screen and (max-width: 380px) {
  .top-survey__header-img-left::before {
    width: 160px;
    height: 113px;
  }
}
.top-survey__header-img-left img {
  position: relative;
  z-index: 1;
}
.top-survey__header-img-left figcaption {
  height: 0;
  width: 0;
}
.top-survey__header-img-left .top-survey__header-img-question {
  position: absolute;
  top: -20px;
  left: -45px;
  font-size: 2.5rem;
  color: #4bc6f2;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .top-survey__header-img-left .top-survey__header-img-question {
    top: -28px;
    left: -10px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 380px) {
  .top-survey__header-img-left .top-survey__header-img-question {
    top: -20px;
    left: -20px;
  }
}
.top-survey__header-img-left .top-survey__header-img-text {
  position: absolute;
  top: 57px;
  left: -138px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .top-survey__header-img-left .top-survey__header-img-text {
    top: 25px;
    left: -85px;
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 380px) {
  .top-survey__header-img-left .top-survey__header-img-text {
    top: 31px;
    left: -89px;
  }
}
.top-survey__header-img-right {
  max-width: 150px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-survey__header-img-right {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.top-survey__header-img-right::before {
  content: "";
  position: absolute;
  bottom: 24px;
  right: -160px;
  width: 221px;
  height: 200px;
  background-image: url(../../assets/img/top/img-bubble-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top-survey__header-img-right::before {
    bottom: -30px;
    right: -188px;
    width: 162px;
    height: 146px;
  }
}
@media screen and (max-width: 380px) {
  .top-survey__header-img-right::before {
    right: -160px;
    width: 148px;
    height: 133px;
  }
}
.top-survey__header-img-right img {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-survey__header-img-right img {
    display: none;
  }
}
.top-survey__header-img-right figcaption {
  height: 0;
  width: 0;
}
.top-survey__header-img-right .top-survey__header-img-question {
  position: absolute;
  top: -20px;
  right: -65px;
  font-size: 2.5rem;
  color: #4bc6f2;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .top-survey__header-img-right .top-survey__header-img-question {
    top: -91px;
    right: -114px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 380px) {
  .top-survey__header-img-right .top-survey__header-img-question {
    top: -85px;
    right: -95px;
  }
}
.top-survey__header-img-right .top-survey__header-img-text {
  position: absolute;
  top: 35px;
  right: -116px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .top-survey__header-img-right .top-survey__header-img-text {
    top: -49px;
    right: -158px;
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 380px) {
  .top-survey__header-img-right .top-survey__header-img-text {
    top: -39px;
    right: -136px;
  }
}
.top-survey__mainheading {
  color: #2C4198;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: -3px;
  display: inline-block;
  max-width: 340px;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-survey__mainheading {
    font-size: 1rem;
    height: 40px;
  }
}
.top-survey__mainheading::before {
  content: "";
  position: absolute;
  left: -55px;
  top: 8px;
  width: 45px;
  height: 58px;
  background-image: url(../../assets/img/common/slash-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-survey__mainheading::before {
    left: 37px;
    top: 4px;
    width: 22px;
    height: 27px;
  }
}
.top-survey__mainheading::after {
  content: "";
  position: absolute;
  right: -55px;
  top: 8px;
  width: 45px;
  height: 58px;
  background-image: url(../../assets/img/common/slash-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-survey__mainheading::after {
    right: 55px;
    top: 4px;
    width: 22px;
    height: 27px;
  }
}
.top-survey__mainheading-circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  height: 500px;
  margin-left: -1.09375rem;
}
@media screen and (max-width: 1024px) {
  .top-survey__mainheading-circle {
    height: 220px;
  }
}
.top-survey__mainheading-circle:nth-child(1) {
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
.top-survey__mainheading-circle:nth-child(2) {
  -webkit-transform: rotate(-13.5deg);
          transform: rotate(-13.5deg);
}
.top-survey__mainheading-circle:nth-child(3) {
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}
.top-survey__mainheading-circle:nth-child(4) {
  -webkit-transform: rotate(-4.5deg);
          transform: rotate(-4.5deg);
}
.top-survey__mainheading-circle:nth-child(5) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.top-survey__mainheading-circle:nth-child(6) {
  -webkit-transform: rotate(4.5deg);
          transform: rotate(4.5deg);
}
.top-survey__mainheading-circle:nth-child(7) {
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
}
.top-survey__mainheading-circle:nth-child(8) {
  -webkit-transform: rotate(13.5deg);
          transform: rotate(13.5deg);
}
.top-survey__mainheading-circle:nth-child(9) {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}
.top-survey__subheading {
  text-align: center;
  font-size: 2.625rem;
  font-weight: 700;
  color: #2C4198;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {
  .top-survey__subheading {
    font-size: 1.625rem;
  }
}
.top-survey__subheading .circle-text {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 78px;
  height: 78px;
  background-color: #2C4198;
  color: #fff;
  border-radius: 50%;
  font-size: 3.125rem;
  font-weight: 700;
  margin-right: -8px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-survey__subheading .circle-text {
    width: 76px;
    height: 76px;
    font-size: 3rem;
    margin-right: -15px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.top-survey__subheading .circle-text:nth-child(1) {
  z-index: 4;
}
.top-survey__subheading .circle-text:nth-child(2) {
  z-index: 3;
}
.top-survey__subheading .circle-text:nth-child(3) {
  z-index: 2;
}
.top-survey__subheading .circle-text:nth-child(4) {
  z-index: 1;
  margin-right: 10px;
}
.top-survey__btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-survey__btn {
    margin-top: 38px;
  }
}
.top-survey__check {
  position: absolute;
  bottom: -105px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 44px 56px 42px;
  border: 4px solid #4bc6f2;
  border-radius: 32px;
  max-width: 800px;
  width: 100%;
  -webkit-box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-survey__check {
    bottom: -67px;
    border-radius: 24px;
    max-width: 342px;
    padding: 19px 14px 24px;
  }
}
.top-survey__check::after {
  content: "";
  position: absolute;
  bottom: -47px;
  right: 15px;
  max-width: 400px;
  width: 100%;
  height: 386px;
  background-image: url(../../assets/img/top/img-check_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .top-survey__check::after {
    right: 2px;
    bottom: 0;
    max-width: 162px;
    max-height: 162px;
    background-image: url(../../assets/img/top/img-check_sp.png);
  }
}
.top-survey__check-inner {
  max-width: 325px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-survey__check-inner {
    max-width: 160px;
  }
}
.top-survey__check-title {
  font-size: 2.125rem;
  color: #2C4198;
  font-weight: 700;
  line-height: 41px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .top-survey__check-title {
    font-size: 1.5rem;
    line-height: 25px;
    margin-bottom: 8px;
  }
}
.top-survey__check-title span {
  letter-spacing: -8px;
}
@media screen and (max-width: 768px) {
  .top-survey__check-title span {
    letter-spacing: -5px;
  }
}
.top-survey__check-catch {
  font-size: 1.25rem;
  margin-bottom: 21px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-survey__check-catch {
    font-size: 0.875rem;
    margin-bottom: 0;
    letter-spacing: -1px;
  }
}
.top-survey__check-btn {
  color: #2C4198;
  font-size: 1rem;
  padding-right: 80px;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-survey__check-btn {
    padding-right: 40px;
    letter-spacing: -1px;
  }
}
.top-survey__check-btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
.top-survey__check-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 70px;
  height: 13px;
  background-image: url(../../assets/img/common/arrow-long.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top-survey__check-btn::after {
    width: 33px;
    background-position: right;
  }
}

.top-training {
  padding: 310px 0 130px;
  background-color: #2C4198;
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-training {
    padding: 275px 0 85px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .top-training {
    padding: 148px 0 85px;
  }
}
.top-training .top-bg {
  width: 100%;
  height: 100%;
  height: 100%;
  overflow-x: clip;
  overflow-y: visible;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-training .top-bg__img {
  position: absolute;
  z-index: -1;
}
.top-training .top-bg__img-08 {
  width: 628px;
  height: 547px;
  top: 0px;
  left: -410px;
}
@media screen and (min-width: 650px) and (max-width: 1439px) {
  .top-training .top-bg__img-08 {
    width: 43.6vw;
    left: -28.4vw;
  }
}
@media screen and (min-width: 650px) and (max-width: 768px) {
  .top-training .top-bg__img-08 {
    height: 300px;
  }
}
@media screen and (max-width: 649px) {
  .top-training .top-bg__img-08 {
    width: 200px;
    height: 178px;
    bottom: -15px;
    top: auto;
    left: -155px;
  }
}
.top-training__heading {
  max-width: 480px;
}
.top-training__heading::before {
  -webkit-box-shadow: 4px 4px 0 rgb(15, 33, 100);
          box-shadow: 4px 4px 0 rgb(15, 33, 100);
}
.top-training__heading::after {
  border-top: 38px solid #0F2164;
}
@media screen and (max-width: 768px) {
  .top-training__heading::after {
    border-top: 27px solid #0F2164;
  }
}
.top-training__header::before {
  background-image: url(../../assets/img/common/title-decolation-w.svg);
}
.top-training__title {
  color: #fff;
}
.top-training__desc {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-training__desc {
    max-width: 634px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .top-training__desc {
    text-align: left;
    letter-spacing: -1.2px;
  }
}
.top-training__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 24px;
  -webkit-animation: scroll-left 20s linear infinite;
          animation: scroll-left 20s linear infinite;
  margin-top: 88px;
}
@media screen and (max-width: 768px) {
  .top-training__slider {
    margin-top: 37px;
  }
}
.top-training__slider-item {
  margin: 0;
  width: 456px;
  height: 456px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .top-training__slider-item {
    width: 240px;
    height: 240px;
  }
}
.top-training__slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-training__btn {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .top-training__btn {
    margin-top: 28px;
  }
}

.top-guardian {
  overflow: hidden;
  padding: 147px 0 0;
  background-color: #fff100;
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
}
@media screen and (max-width: 1024px) {
  .top-guardian {
    padding: 60px 0 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-guardian-left {
  max-width: 540px;
}
@media screen and (max-width: 1024px) {
  .top-guardian-left {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media screen and (max-width: 768px) {
  .top-guardian-left {
    max-width: 634px;
  }
}
.top-guardian__inner {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 54px;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .top-guardian__inner {
    -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;
    gap: 16px;
  }
}
.top-guardian-title {
  font-size: 2.1875rem;
  font-weight: 700;
  color: #2C4198;
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .top-guardian-title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.top-guardian-desc {
  font-size: 1.25rem;
  color: #2C4198;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .top-guardian-desc .display-sp-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-guardian-desc {
    font-size: 0.875rem;
    letter-spacing: -0.5px;
  }
  .top-guardian-desc .display-sp-none {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .top-guardian-desc {
    max-width: 634px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.top-guardian-right {
  position: relative;
}
.top-guardian-right::before {
  content: "";
  position: absolute;
  top: -88px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 678px;
  height: 224px;
  background-image: url(../../assets/img/top/img-parents-logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top-guardian-right::before {
    top: -8px;
    width: 342px;
    height: 113px;
  }
}
.top-guardian-right img {
  position: relative;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-guardian-right img {
    max-width: 402px;
  }
}
.top-guardian__btn {
  background-color: #fff;
  margin-left: 0;
  margin-top: 53px;
  margin-bottom: 104px;
}
@media screen and (max-width: 1024px) {
  .top-guardian__btn {
    margin-left: auto;
    margin-top: 24px;
    margin-bottom: 0;
  }
}

.top-cta {
  padding: 135px 0 238px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 207, 255, 0.7)), to(rgba(44, 207, 255, 0.7))), url(../../assets/img/top/bg-recruitment_pc.png);
  background-image: linear-gradient(rgba(44, 207, 255, 0.7), rgba(44, 207, 255, 0.7)), url(../../assets/img/top/bg-recruitment_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
  position: relative;
  z-index: 60;
}
@media screen and (max-width: 1024px) {
  .top-cta {
    padding: 76px 0 210px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .top-cta {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 207, 255, 0.7)), to(rgba(44, 207, 255, 0.7))), url(../../assets/img/top/bg-recruitment_sp.png);
    background-image: linear-gradient(rgba(44, 207, 255, 0.7), rgba(44, 207, 255, 0.7)), url(../../assets/img/top/bg-recruitment_sp.png);
    padding: 76px 0 130px;
  }
}
.top-cta__header::before {
  display: none;
}
.top-cta__title {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-cta__title {
    font-size: 3rem;
    letter-spacing: -1px;
    white-space: nowrap;
  }
}
.top-cta__desc {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-cta__desc {
    max-width: 634px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .top-cta__desc {
    text-align: left;
  }
}
.top-cta__check {
  position: absolute;
  bottom: -101px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 44px 56px 42px;
  border: 4px solid #fff100;
  border-radius: 32px;
  max-width: 800px;
  width: 100%;
  background-color: #fff100;
  -webkit-box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .top-cta__check {
    bottom: -77px;
    border-radius: 24px;
    max-width: 342px;
    padding: 19px 14px 24px;
  }
}
.top-cta__check::after {
  content: "";
  position: absolute;
  bottom: -47px;
  right: 15px;
  max-width: 400px;
  width: 100%;
  height: 386px;
  background-image: url(../../assets/img/top/img-check_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .top-cta__check::after {
    right: 2px;
    bottom: -117px;
    max-width: 162px;
    background-image: url(../../assets/img/top/img-check_sp.png);
  }
}
.top-cta__check-inner {
  max-width: 325px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-cta__check-inner {
    max-width: 160px;
  }
}
.top-cta__check-title {
  font-size: 2.125rem;
  color: #2C4198;
  font-weight: 700;
  line-height: 41px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .top-cta__check-title {
    font-size: 1.5rem;
    line-height: 25px;
    margin-bottom: 8px;
  }
}
.top-cta__check-title span {
  letter-spacing: -8px;
}
@media screen and (max-width: 768px) {
  .top-cta__check-title span {
    letter-spacing: -5px;
  }
}
.top-cta__check-catch {
  font-size: 1.25rem;
  margin-bottom: 21px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-cta__check-catch {
    font-size: 0.875rem;
    margin-bottom: 0;
    letter-spacing: -1px;
  }
}
.top-cta__check-btn {
  color: #2C4198;
  font-size: 1rem;
  padding-right: 80px;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-cta__check-btn {
    padding-right: 40px;
    letter-spacing: -1px;
  }
}
.top-cta__check-btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
.top-cta__check-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 70px;
  height: 13px;
  background-image: url(../../assets/img/common/arrow-long.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top-cta__check-btn::after {
    width: 33px;
    background-position: right;
  }
}

.pagetop-btn {
  position: fixed;
  right: 73px;
  bottom: 30vh;
  z-index: 70;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 4px #2C4198 solid;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagetop-btn {
    width: 68px;
    height: 68px;
    right: 28px;
    bottom: 23vh;
  }
}
@media screen and (max-width: 430px) {
  .pagetop-btn {
    bottom: 35vh;
  }
}
.pagetop-btn:hover {
  background-color: rgb(229.0204081633, 232.6096938776, 247.4795918367);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.pagetop-btn__icon, .pagetop-btn__text {
  color: #2C4198;
  text-align: center;
}
.pagetop-btn__icon {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .pagetop-btn__icon {
    font-size: 1rem;
  }
}
.pagetop-btn__text {
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .pagetop-btn__text {
    font-size: 0.875rem;
  }
}
.pagetop-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.pagetop-btn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.recruit-btn {
  position: fixed;
  z-index: 70;
  bottom: 0;
  width: 100%;
  height: 73px;
  max-height: 73px !important;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
  display: block;
  background: #fff !important;
}
.recruit-btn img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-mainvisual {
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub-mainvisual {
    padding-top: 74px;
  }
}
.sub-mainvisual::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 2px;
  max-height: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../assets/img/common/sub-line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sub-mainvisual::after {
    bottom: -10px;
    max-height: 30px;
    background-image: url(../../assets/img/common/sub-line-sp.png);
  }
}
.sub-mainvisual__inner {
  background: -webkit-gradient(linear, left top, right top, from(#000095), to(#2c4198));
  background: linear-gradient(to right, #000095, #2c4198);
  margin: auto;
  width: calc(100% - 162px);
  height: 100vh;
  max-height: 260px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sub-mainvisual__inner {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .sub-mainvisual__inner {
    margin: 0;
    width: 100%;
    max-height: 162.5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.sub-mainvisual__inner::before {
  content: "";
  position: absolute;
  top: 44%;
  left: 50%;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  max-width: 592px;
  max-height: 197px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-image: url(../../assets/img/common/logo-sub-lower.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sub-mainvisual__inner::before {
    max-width: 370px;
    max-height: 123px;
  }
}
.sub-mainvisual__inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 355px;
  max-height: 230px;
  background-image: url(../../assets/img/common/mv-sub.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sub-mainvisual__inner::after {
    max-width: 154px;
    max-height: 87px;
  }
}
.sub-mainvisual__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 1.125rem;
  color: #fff;
}
.sub-breadcrumb {
  margin-top: 18px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.sub-breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sub-breadcrumb ol {
    gap: 13px;
  }
}
.sub-breadcrumb__list {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sub-breadcrumb__list {
    font-size: 0.75rem;
  }
}
.sub-breadcrumb__list:not(:last-child)::after {
  content: "＞";
  margin-left: 24px;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sub-breadcrumb__list:not(:last-child)::after {
    margin-left: 13px;
  }
}
.sub-breadcrumb__list:last-child {
  color: #2C4198;
}
.sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
  color: #2C4198;
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 64px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 2.375rem;
    gap: 10px;
    line-height: 50px;
  }
}
.sub-title img {
  width: 100%;
  max-width: 127px;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
@media screen and (max-width: 768px) {
  .sub-title img {
    max-width: 99px;
  }
}
.sub-lead {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .sub-lead {
    font-size: 1rem;
  }
}
.sub-desc {
  color: #2C4198;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 21px;
  font-weight: 500;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .sub-desc {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.sub-desc + .sub-grid {
  margin-top: 77px;
}
@media screen and (max-width: 768px) {
  .sub-desc + .sub-grid {
    margin-top: 45px;
  }
}
.sub-title__2 {
  color: #2C4198;
  font-size: 2rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 30px;
  line-height: 46px;
  letter-spacing: -2px;
}
@media screen and (max-width: 768px) {
  .sub-title__2 {
    font-size: 1.5625rem;
    line-height: 1.5;
  }
}
.sub-text {
  color: #000;
  font-size: 1.125rem;
  line-height: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sub-text {
    font-size: 0.875rem;
    line-height: 22px;
  }
}
.sub-grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.sub-grid .col .sub-title__2 {
  margin-left: 0;
  padding: 0;
}
@media print, screen and (min-width: 1025px) {
  .sub-grid {
    -ms-grid-columns: minmax(30px, 1.5fr) minmax(auto, 550px) minmax(auto, 600px) minmax(30px, 1fr);
    grid-template-columns: minmax(30px, 1.5fr) minmax(auto, 550px) minmax(auto, 600px) minmax(30px, 1fr);
    -ms-grid-rows: -webkit-max-content 1fr;
    -ms-grid-rows: max-content 1fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
  }
  .sub-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sub-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .sub-grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sub-grid > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .sub-grid > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sub-grid > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .sub-grid > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .sub-grid > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .sub-grid > :nth-child(1),
  .sub-grid > :nth-child(2),
  .sub-grid > :nth-child(3) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    padding: 0;
  }
  .sub-grid__col1_2 > :nth-child(1) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-right: 45px;
    -ms-grid-row-align: start;
        align-self: start;
    max-width: 550px;
  }
  .sub-grid__col1_2 > :nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    padding-right: 45px;
    margin-top: 25px;
    max-width: 550px;
  }
  .sub-grid__col1_2 > :nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sub-grid__col1_2 > :nth-child(3) img {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .sub-grid__col1_2 > :nth-child(3) img {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  .sub-grid__col2_1 > :nth-child(1) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-left: 45px;
    -ms-grid-row-align: start;
        align-self: start;
    max-width: 550px;
  }
  .sub-grid__col2_1 > :nth-child(2) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
    padding-left: 45px;
    margin-top: 25px;
    max-width: 550px;
  }
  .sub-grid__col2_1 > :nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sub-grid__col2_1 > :nth-child(3) img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .sub-grid__col2_1 > :nth-child(3) img {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  .sub-grid__col1_1_1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 37px auto 28px auto;
    grid-template-columns: auto 37px auto 28px auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sub-grid__col1_1_1 .col {
    max-width: 364px;
  }
  .sub-grid__col1_1_1 > :nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: start;
        align-self: start;
  }
  .sub-grid__col1_1_1 > :nth-child(2) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row-align: start;
        align-self: start;
  }
  .sub-grid__col1_1_1 > :nth-child(3) {
    -ms-grid-column: 5;
    grid-column: 5;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sub-grid__col1_1_1 > :nth-child(3) img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sub-grid__col-3-1-2 {
    -ms-grid-columns: auto 28px auto 37px auto;
    grid-template-columns: auto 28px auto 37px auto;
  }
}
@media screen and (max-width: 1024px) {
  .sub-grid {
    margin: 0 30px;
  }
  .sub-grid__col1_2 > :nth-child(2) {
    margin-top: 13px;
  }
  .sub-grid__col1_2 > :nth-child(3) {
    margin-right: -30px;
    margin-top: 24px;
  }
  .sub-grid__col1_2 > :nth-child(3) img {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .sub-grid__col1_2 > :nth-child(3) img {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-grid__col2_1 > :nth-child(2) {
    margin-top: 13px;
  }
  .sub-grid__col2_1 > :nth-child(3) {
    margin-left: -30px;
    margin-top: 24px;
  }
  .sub-grid__col2_1 > :nth-child(3) img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    height: auto;
  }
  .sub-grid__col1_1_1 {
    -ms-grid-columns: auto 21px auto;
    grid-template-columns: auto 21px auto;
    row-gap: 21px;
  }
  .sub-grid__col1_1_1 .col {
    max-width: none;
  }
  .sub-grid__col1_1_1 > :nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .sub-grid__col1_1_1 > :nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .sub-grid__col1_1_1 > :nth-child(3) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .sub-grid__col1_1_1.sub-grid__col-3-1-2 > :nth-child(1) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .sub-grid__col1_1_1.sub-grid__col-3-1-2 > :nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .sub-grid__col1_1_1.sub-grid__col-3-1-2 > :nth-child(3) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}
@media screen and (max-width: 768px) {
  .sub-grid__col1_1_1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 21px;
    justify-items: center;
  }
  .sub-grid__col1_1_1 .col {
    max-width: none;
  }
  .sub-grid__col1_1_1 > :nth-child(1) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .sub-grid__col1_1_1 > :nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .sub-grid__col1_1_1 > :nth-child(3) {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .sub-grid__col1_1_1.sub-grid__col-3-1-2 > :nth-child(1) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .sub-grid__col1_1_1.sub-grid__col-3-1-2 > :nth-child(2) {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .sub-grid__col1_1_1.sub-grid__col-3-1-2 > :nth-child(3) {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.sub-card {
  border: 1px solid #000;
  padding: 28px;
  height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 336px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .sub-card {
    padding: 22px 16px 22px;
    border-radius: 15px;
    min-width: 342px;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .sub-card {
    min-width: 300px;
  }
}
.sub-card__title {
  font-size: 1.625rem;
  line-height: 30px;
  padding-bottom: 16px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 1024px) {
  .sub-card__title {
    font-size: 1.25rem;
    line-height: 25px;
    padding-bottom: 19px;
    border-bottom: 1px solid #000;
  }
}
.sub-card__title-2 {
  font-size: 1.625rem;
  line-height: 30px;
  padding-bottom: 16px;
  max-width: 140px;
  width: 140px;
  border-bottom: 2px solid #000;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .sub-card__title-2 {
    font-size: 1.25rem;
    line-height: 25px;
    padding-bottom: 19px;
    border-bottom: 1px solid #000;
    max-width: none;
    width: 100%;
  }
}
.sub-card__heading {
  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;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
@media screen and (max-width: 1024px) {
  .sub-card__heading {
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
    margin-bottom: 10px;
  }
}
.sub-card__heading img {
  width: 100%;
}
.sub-card__day {
  background-color: #d5d9ea;
  border-radius: 50%;
  width: 100%;
  height: 227px;
  max-width: 227px;
  max-height: 227px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.08rem;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 9px auto 37px;
}
@media screen and (max-width: 1024px) {
  .sub-card__day {
    height: 170px;
    max-width: 170px;
    max-height: 170px;
    font-size: 1.69rem;
    margin: 0 auto;
  }
}
.sub-card__day span {
  color: #2C4198;
  font-size: 6.075rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: -3px;
  margin-bottom: -60px;
}
@-moz-document url-prefix() {
  .sub-card__day span {
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .sub-card__day span {
    font-size: 4.565rem;
    letter-spacing: -4px;
    margin-bottom: -37px;
  }
  @-moz-document url-prefix() {
    .sub-card__day span {
      margin-bottom: -10px;
    }
  }
}
.sub-card__content {
  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;
  margin-top: 23px;
  row-gap: 10px;
  height: 271px;
}
@media screen and (max-width: 1024px) {
  .sub-card__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .sub-card__content {
    height: auto;
  }
}
.sub-card__img-01 {
  max-width: 184px;
}
@media screen and (max-width: 1024px) {
  .sub-card__img-01 {
    max-width: 138px;
  }
}
.sub-card__img-02 {
  max-width: 133px;
}
@media screen and (max-width: 1024px) {
  .sub-card__img-02 {
    max-width: 110px;
  }
}
.sub-card__img-03 {
  max-width: 122px;
  max-height: 103px;
}
@media screen and (max-width: 1024px) {
  .sub-card__img-03 {
    max-width: 86px;
  }
}
.sub-card__img-04 {
  max-width: 103px;
  max-height: 105px;
}
@media screen and (max-width: 1024px) {
  .sub-card__img-04 {
    max-width: 73px;
    margin-left: 7px;
  }
}
.sub-card__ratio {
  color: #2C4198;
  font-size: 6.625rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  max-width: 192px;
  line-height: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sub-card__ratio {
    font-size: 5rem;
  }
}
@media screen and (max-width: 400px) {
  .sub-card__ratio {
    white-space: nowrap;
  }
}
.sub-card__ratio span {
  color: #000;
  font-size: 3.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .sub-card__ratio span {
    font-size: 2.7rem;
  }
}
.sub-card__ratio::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 18px;
  width: 192px;
  height: 20px;
  background-color: #d5d9ea;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .sub-card__ratio::after {
    width: 200%;
    max-width: 144px;
    bottom: 13px;
  }
}
.sub-card__small {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .sub-card__small {
    font-size: 0.75rem;
  }
}
.sub-spacing {
  letter-spacing: -6px;
  display: inline;
}
@media screen and (max-width: 768px) {
  .sub-spacing {
    letter-spacing: -12px;
  }
}
@media screen and (max-width: 768px) {
  .sub-spacing-05 {
    letter-spacing: -0.5px;
  }
}
.sub-display-lg-b-400-n {
  display: block;
}
@media screen and (max-width: 1024px) {
  .sub-display-lg-b-400-n {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .sub-display-lg-b-400-n {
    display: none;
  }
}
.sub-display-lg-n-sm-b {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sub-display-lg-n-sm-b {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .sub-display-lg-n-sm-b {
    display: block;
  }
}
.sub-display-lg-n-md-b {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sub-display-lg-n-md-b {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sub-display-lg-n-md-b {
    display: block;
  }
}
.sub-display-lg-md-none {
  display: block;
}
@media screen and (max-width: 1024px) {
  .sub-display-lg-md-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sub-display-lg-md-none {
    display: none;
  }
}
.sub-display-lg-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sub-display-lg-none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sub-display-lg-none {
    display: none;
  }
}
.sub-display-lg-block {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sub-display-lg-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sub-display-lg-block {
    display: block;
  }
}
.sub .top-cta {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sub .footer {
  margin-top: 0;
}

.company .sub-first {
  padding-top: 37px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .company .sub-first {
    padding-top: 41px;
  }
}
.company .sub-first .sub-grid + .sub-grid {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .company .sub-first .sub-grid + .sub-grid {
    margin-top: 27px;
  }
}
.company .sub-first .sub-grid__col1_1_1 + .sub-title__2 {
  margin-top: 88px;
}
@media screen and (max-width: 1024px) {
  .company .sub-first .sub-grid__col1_1_1 + .sub-title__2 {
    margin-top: 52px;
  }
}
.company .sub-first .sub-title__2 + .sub-grid__col1_1_1 {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .company .sub-first .sub-title__2 + .sub-grid__col1_1_1 {
    margin-top: 24px;
  }
}
.company .sub-second {
  padding-top: 62px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .company .sub-second {
    padding-top: 43px;
  }
}
.company .sub-third {
  padding-top: 79px;
  padding-bottom: 0;
}
.company .sub-third__box {
  margin-top: 34px;
  padding-bottom: 440px;
  margin-bottom: 73px;
  padding-left: 30px;
  padding-right: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(20%, rgba(255, 255, 255, 0))), url(../../assets/img/company/about-bg.png);
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%), url(../../assets/img/company/about-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .company .sub-third__box {
    width: 100%;
    margin: 21px auto 42px;
    background-size: 100% auto;
    padding-bottom: 75%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(20%, rgba(255, 255, 255, 0))), url(../../assets/img/company/about-bg-sp.png);
    background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%), url(../../assets/img/company/about-bg-sp.png);
  }
}
.company .sub-third__box .sub-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company .sub-third__box .sub-text {
    text-align: left;
  }
}
.company .sub-third .sub-title__2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company .sub-third .sub-title__2 {
    text-align: left;
    margin: 0;
  }
}
.company-last {
  padding-top: 292px;
  padding-bottom: 64px;
  position: relative;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .company-last {
    padding-top: 6%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .company-last {
    padding-top: 16%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.company-last__inner {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  text-align: center;
}
.company-last__inner::after {
  content: "";
  position: absolute;
  bottom: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 100vh;
  max-height: 457px;
  background-image: url(../../assets/img/common/logo-sub-lower.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .company-last__inner::after {
    bottom: -20px;
    width: 100%;
  }
}
.company-last__text {
  font-size: 1.75rem;
  text-align: center;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .company-last__text {
    font-size: 0.875rem;
    line-height: 27px;
    letter-spacing: -1px;
    margin-bottom: 27px;
  }
}
.company-last__accent {
  color: #2C4198;
  font-weight: 700;
  font-size: 2.188rem;
  text-align: center;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff100));
  background: linear-gradient(transparent 60%, #fff100 60%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.5;
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  .company-last__accent {
    font-size: 1.44rem;
    letter-spacing: -2px;
  }
}
.company .bg-deco {
  position: relative;
}
.company .bg-deco::before, .company .bg-deco::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-repeat: no-repeat;
}
.company .bg-deco::before {
  background-image: url("/recruit/highschool/assets/img/common/bg-deco-l1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l2.svg");
  background-position: -147px 436px, -258px 1085px;
  background-size: 361px 587px, 556px 585px;
}
.company .bg-deco::after {
  background-image: url("/recruit/highschool/assets/img/common/bg-deco-r1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r2.svg");
  background-position: right -122px top 402px, right -260px top 1470px;
  background-size: 409px 453px, 519px 534px;
}
@media screen and (max-width: 768px) {
  .company .bg-deco::before {
    background-image: url("/recruit/highschool/assets/img/common/bg-deco-l1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l2.svg");
    background-position: -87px 1083px, -151px 2575px;
    background-size: 195px 308px, 302px 308px;
  }
  .company .bg-deco::after {
    background-image: url("/recruit/highschool/assets/img/common/bg-deco-r1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r2.svg");
    background-position: right -62px top 420px, right -62px top 2109px;
    background-size: 205px 227px, 260px 268px;
  }
}

.work .sub-first {
  padding-top: 37px;
  padding-bottom: 0;
}
.work .sub-first .sub-grid + .sub-grid {
  padding-top: 56px;
}
.work .sub-inspection-title {
  text-align: center;
  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;
  position: relative;
  padding: 0 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.work .sub-inspection-title-ruby {
  font-size: 1rem;
  font-weight: 700;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-title-ruby {
    font-size: 0.875rem;
    white-space: nowrap;
    width: 100px;
  }
}
.work .sub-inspection-title-img {
  width: 100%;
  max-width: 158px;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-title-img {
    max-width: 134px;
  }
}
.work .sub-inspection-title-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.work .sub-inspection-title-text {
  color: #2C4198;
  font-size: 2.88rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-title-text {
    font-size: 2.435rem;
    white-space: nowrap;
  }
}
.work .sub-inspection-title-particle {
  letter-spacing: -7px;
}
.work .sub-inspection-title-icon {
  position: absolute;
  right: -12px;
  top: -35px;
  width: 64px;
  height: 57px;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-title-icon {
    right: 45px;
    width: 55px;
    height: 48px;
  }
}
.work .sub-inspection-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  padding: 0 30px;
  margin-top: 87px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 345px 32px 345px 32px 345px;
  grid-template-columns: repeat(3, 345px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1160px) {
  .work .sub-inspection-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 55px;
    gap: 48px;
  }
}
.work .sub-inspection-grid .sub-inspection-card:first-child .sub-inspection-card-badge {
  left: -50px;
  right: auto;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-grid .sub-inspection-card:first-child .sub-inspection-card-badge {
    left: 5px;
  }
}
.work .sub-inspection-grid .sub-inspection-card:first-child .sub-inspection-card-badge img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.work .sub-inspection-grid .sub-inspection-card:first-child .sub-inspection-card-person {
  left: 105px;
  right: auto;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-grid .sub-inspection-card:first-child .sub-inspection-card-person {
    left: 135px;
  }
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-grid .sub-inspection-card:nth-child(2) .sub-inspection-card-badge {
    right: 10px;
    bottom: -60px;
  }
}
.work .sub-inspection-grid .sub-inspection-card:last-child .sub-inspection-card-person {
  right: 145px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-grid .sub-inspection-card:last-child .sub-inspection-card-person {
    right: 130px;
  }
}
.work .sub-inspection-grid .sub-inspection-card:last-child .sub-inspection-card-badge {
  right: -16px;
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-grid .sub-inspection-card:last-child .sub-inspection-card-badge {
    right: 12px;
  }
}
.work .sub-inspection-card {
  max-width: 345px;
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-card {
    max-width: 342px;
  }
}
.work .sub-inspection-card-title {
  color: #2C4198;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-card-title {
    font-size: 1.625rem;
  }
}
.work .sub-inspection-card-lead {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.5;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-card-lead {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
.work .sub-inspection-card-bubble {
  padding: 22px;
  height: 100px;
  margin-top: auto;
  margin-bottom: 22px;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  z-index: 20;
  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;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-card-bubble {
    height: auto;
    margin-bottom: 18px;
    font-size: 0.875rem;
    padding: 16px;
    margin-top: 13px;
  }
}
.work .sub-inspection-card-bubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  border: 4px solid #2C4198;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 0 rgb(44, 65, 152);
          box-shadow: 2px 2px 0 rgb(44, 65, 152);
  z-index: -1;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-card-bubble::before {
    border: 2px solid #2C4198;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 0 rgb(44, 65, 152);
            box-shadow: 2px 2px 0 rgb(44, 65, 152);
  }
}
.work .sub-inspection-card-bubble::after {
  content: "";
  position: absolute;
  bottom: -41px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 37px solid #2C4198;
  border-left: 34px solid transparent;
  border-right: 0px solid transparent;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-card-bubble::after {
    bottom: -31px;
    border-top: 29px solid #2C4198;
  }
}
.work .sub-inspection-card-bubble span {
  content: "";
  position: absolute;
  z-index: 100;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 30px solid #fff;
  border-left: 25px solid transparent;
  border-right: 0px solid transparent;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-card-bubble span {
    bottom: -21px;
    border-top: 20px solid #fff;
  }
}
.work .sub-inspection-card-bubble p {
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-card-bubble p {
    font-size: 0.875rem;
  }
}
.work .sub-inspection-card-image-wrap {
  position: relative;
  max-width: 345px;
}
.work .sub-inspection-card-image-wrap .sub-inspection-card-img {
  border-radius: 20px;
}
.work .sub-inspection-card-img {
  display: block;
  width: 100%;
}
.work .sub-inspection-card-person {
  position: absolute;
  right: 135px;
  bottom: -70px;
  width: 229px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-card-person {
    width: 172px;
  }
}
.work .sub-inspection-card-person img {
  display: block;
  width: 100%;
}
.work .sub-inspection-card-badge {
  position: absolute;
  right: -40px;
  bottom: -80px;
  width: 208px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-card-badge {
    width: 167px;
  }
}
.work .sub-inspection-card-badge img {
  display: block;
  width: 100%;
}
.work .sub-inspection-card-badge p {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 86%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .work .sub-inspection-card-badge p {
    line-height: 18px;
  }
}
.work .sub-description {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  scroll-margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .work .sub-description {
    padding-top: 55px;
  }
}
.work .sub-description .sub-title {
  white-space: nowrap;
}
.work .sub-grid__work {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 540px) 36px minmax(0, 524px);
  grid-template-columns: minmax(0, 540px) minmax(0, 524px);
  -ms-grid-rows: 72px 0 1fr;
  grid-template-rows: 72px 1fr;
  max-width: 1100px;
      grid-template-areas: "title image" "text image";
  gap: 0 36px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .work .sub-grid__work {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .work .sub-grid__work {
    padding: 0;
  }
}
.work .sub-grid__work .pos::before {
  top: -45px;
  right: 8.085%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .work .sub-grid__work .pos::before {
    display: none;
  }
}
.work .sub-grid__work .pos-b::before {
  display: none;
  top: -8px;
  right: 8.085%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .work .sub-grid__work .pos-b::before {
    display: block;
  }
}
.work .sub-grid__work .col:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
}
.work .sub-grid__work .col:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: text;
}
.work .sub-grid__work .col:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: image;
}
.work .sub-grid__work .col img {
  display: block;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  z-index: -1;
  max-width: 524px;
}
@media screen and (max-width: 768px) {
  .work .sub-grid__work .col img {
    border-radius: 15px;
    max-width: none;
  }
}
.work .sub-grid__work .col:nth-child(3) {
  width: 100%;
  max-width: 524px;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .work .sub-grid__work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
    padding: 0;
  }
  .work .sub-grid__work .col {
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .work .sub-grid__work .col:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .work .sub-grid__work .col:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .work .sub-grid__work .col:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.work .sub-grid__work-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  padding-bottom: 19px;
  padding-left: 30px;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
@media screen and (max-width: 768px) {
  .work .sub-grid__work-title {
    gap: 8px;
    font-size: 1rem;
    padding-left: 15px;
    padding-bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.work .sub-grid__work-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 29px;
  background: #fff999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .work .sub-grid__work-title::before {
    top: 75%;
    height: 20px;
  }
}
.work .sub-grid__work-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 112%;
  height: 1px;
  background: #2C4198;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .work .sub-grid__work-title::after {
    display: none;
  }
}
.work .sub-grid__work-title span {
  color: #2C4198;
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 700;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
@media screen and (max-width: 768px) {
  .work .sub-grid__work-title span {
    font-size: 1.625rem;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@media screen and (max-width: 768px) {
  .work .sub-grid__work-title {
    margin-bottom: 0;
  }
}
.work .sub-grid__work-text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  position: relative;
}
.work .sub-grid__work-text::after {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  max-width: 455px;
  max-height: 150px;
  background-image: url(../../assets/img/common/logo-sub-lower.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .work .sub-grid__work-text::after {
    bottom: -20px;
    max-width: 227px;
    max-height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .work .sub-grid__work-text {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
.work .sub-grid__work-reverse {
  -ms-grid-columns: minmax(0, 524px) minmax(0, 540px);
  grid-template-columns: minmax(0, 524px) minmax(0, 540px);
      grid-template-areas: "image title" "image text";
}
.work .sub-grid__work-reverse .pos::before {
  top: -45px;
  left: 8.085%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .work .sub-grid__work-reverse .pos::before {
    display: none;
  }
}
.work .sub-grid__work-reverse .pos-b::before {
  display: none;
  top: -8px;
  right: 8.085%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .work .sub-grid__work-reverse .pos-b::before {
    display: block;
  }
}
.work .sub-grid__work-reverse .col:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: image;
}
.work .sub-grid__work-reverse .col:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: title;
}
.work .sub-grid__work-reverse .col:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: text;
}
.work .sub-grid__work-reverse .sub-grid__work-title::after {
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .work .sub-grid__work-reverse .col:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .work .sub-grid__work-reverse .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .work .sub-grid__work-reverse .col:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.work .sub-grid__col1_2 .pos::before {
  top: -45px;
  right: 15.085%;
}
@media screen and (max-width: 768px) {
  .work .sub-grid__col1_2 .pos::before {
    top: auto;
    right: 11%;
    bottom: -13px;
  }
}
.work .sub-grid__col2_1 .pos::before {
  top: -45px;
  left: 38%;
}
@media screen and (max-width: 768px) {
  .work .sub-grid__col2_1 .pos::before {
    top: auto;
    left: 11%;
    bottom: -40px;
  }
}
.work .sub-description:has(+ .top-cta) {
  margin-bottom: 173px;
}
@media screen and (max-width: 768px) {
  .work .sub-description:has(+ .top-cta) {
    margin-bottom: 60px;
  }
}
.work .sub-second {
  padding-top: 161px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .work .sub-second {
    padding-top: 99px;
  }
}
.work .sub-second.pos::before {
  right: 9%;
  top: 16px;
}
@media screen and (max-width: 768px) {
  .work .sub-second.pos::before {
    display: none;
  }
}
.work .sub-third .sub-grid__work {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .work .sub-third .sub-grid__work {
    margin-top: 42px;
  }
}

.interview .sub-first {
  padding-top: 37px;
  padding-bottom: 0;
}
@media screen and (max-width: 1210px) {
  .interview .sub-first {
    overflow-x: clip;
  }
}
@media screen and (max-width: 768px) {
  .interview .sub-first {
    padding-top: 41px;
  }
}
.interview .sub-interview:first-of-type {
  margin-top: 84px;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview:first-of-type {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1210px) {
  .interview .sub-interview:nth-of-type(2) {
    position: relative;
  }
}
.interview .sub-interview + .sub-interview {
  margin-top: 105px;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview + .sub-interview {
    margin-top: 57px;
  }
}
.interview .sub-interview {
  max-width: 1158px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview {
    overflow-x: clip;
    overflow-y: visible;
  }
}
.interview .sub-interview-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 34px minmax(0, 1.3fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
  row-gap: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview .sub-interview-grid .sub-text {
  grid-column: 1/-1;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .interview .sub-interview-grid .sub-text {
    width: 100%;
  }
}
.interview .sub-interview-grid__col2_1 .sub-interview-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-grid__col2_1 .sub-interview-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.interview .sub-interview-grid__col2_1 .sub-interview-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-grid__col2_1 .sub-interview-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.interview .sub-interview-grid__col1_2 .pos::before {
  top: -45px;
  right: 8.085%;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-grid__col1_2 .pos::before {
    top: -23px;
    right: 15.5%;
  }
}
.interview .sub-interview-grid__col2_1 {
  -ms-grid-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
}
.interview .sub-interview-grid__col2_1 .sub-interview-number {
  right: -55px;
  left: auto;
}
@media screen and (max-width: 1210px) {
  .interview .sub-interview-grid__col2_1 .sub-interview-number {
    left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-grid__col2_1 .sub-interview-number {
    right: auto;
    left: -18px;
  }
}
.interview .sub-interview-grid__col2_1 .sub-interview-profile {
  margin-left: 0;
  padding-right: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-grid__col2_1 .sub-interview-profile {
    margin-left: 55px;
    padding-right: 0;
    width: 100%;
    line-height: 1.2;
  }
}
.interview .sub-interview-grid__col2_1 .sub-interview-profile::after {
  width: 130%;
  right: 0;
  left: auto;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-grid__col2_1 .sub-interview-profile::after {
    width: 100%;
    right: auto;
    left: 0;
  }
}
.interview .sub-interview-grid__col2_1 .pos::before {
  top: -45px;
  left: 8.38%;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-grid__col2_1 .pos::before {
    background-image: url(/recruit/highschool/assets/img/common/screw-a.png);
    width: 44px;
    height: 35px;
    top: -23px;
    right: 15.5%;
    left: auto;
  }
}
.interview .sub-interview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  min-width: 0;
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-content {
    margin-top: 0;
    gap: 16px;
  }
}
.interview .sub-interview-content .sub-title__2 {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-content .sub-title__2 {
    white-space: normal;
  }
}
.interview .sub-interview-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-head {
    position: relative;
  }
}
.interview .sub-interview-number {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: -55px;
  background: #fff999;
  width: 202px;
  height: 202px;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-number {
    top: -25px;
    left: -18px;
    width: 90px;
    height: 90px;
    gap: 4px;
    line-height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .interview .sub-interview-number {
    line-height: 16px;
  }
}
.interview .sub-interview-number span {
  color: #2C4198;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-number span {
    font-size: 0.625rem;
    margin-top: -6px;
  }
}
.interview .sub-interview-number strong {
  color: #2C4198;
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: -25px;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-number strong {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.interview .sub-interview-profile {
  margin-left: 110px;
  font-size: 1.125rem;
  padding-left: 12px;
  z-index: 1;
  line-height: 1.5;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-profile {
    margin-left: 55px;
    padding-left: 6px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .interview .sub-interview-profile {
    font-size: 0.875rem;
  }
}
.interview .sub-interview-profile p:last-of-type {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .interview .sub-interview-profile p:last-of-type {
    font-size: 0.9375rem;
  }
}
.interview .sub-interview-profile::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 134%;
  height: 1px;
  background: #2C4198;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-profile::after {
    width: 100%;
    bottom: -7px;
  }
}
.interview .sub-interview-image {
  min-width: 0;
}
.interview .sub-interview-image img {
  display: block;
  width: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-image img {
    border-top-left-radius: 12px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview-image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(100% + 60px);
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
.interview .sub-interview .sub-text {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview .sub-text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.interview .sub-interview .sub-text::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  max-width: 455px;
  max-height: 150px;
  background-image: url(../../assets/img/common/logo-sub-lower.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .interview .sub-interview .sub-text::after {
    bottom: -20px;
    max-width: 227px;
    max-height: 75px;
  }
}
.interview .sub-title__2 {
  letter-spacing: 0px;
  padding: 0;
}
.interview .sub-survey {
  max-width: 1098px;
  width: calc(100% - 60px);
  margin: 250px auto 0;
  padding: 106px 50px;
  background: #fff;
  border: 4px solid #4bc6f2;
  border-radius: 24px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  scroll-margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey {
    padding: 48px 18px 46px;
    margin-top: 109px;
  }
}
.interview .sub-survey.pos::before {
  top: -100px;
  right: 6.35%;
}
@media screen and (max-width: 1024px) {
  .interview .sub-survey.pos::before {
    display: none;
  }
}
.interview .sub-survey-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  max-width: 550px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -115px;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: -56px;
    gap: 5px;
    max-width: 280px;
    left: 55%;
  }
}
.interview .sub-survey-person {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-person {
    -webkit-transform: translateX(-18px);
            transform: translateX(-18px);
  }
}
.interview .sub-survey-person img {
  width: 226px;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-person img {
    width: 117px;
  }
}
.interview .sub-survey-balloon {
  position: absolute;
  top: 0;
  right: -60px;
  width: 115px;
  height: 118px;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  text-align: center;
  background-image: url(../../assets/img/interview/speech-bubble.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-balloon {
    right: -25px;
    width: 66px;
    height: 68px;
    font-size: 0.8125rem;
    line-height: 1.1;
    font-weight: 500;
  }
}
.interview .sub-survey-balloon-top {
  margin-top: -15px;
  margin-left: -7px;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-balloon-top {
    margin-top: -5px;
  }
}
.interview .sub-survey-balloon-under {
  margin-left: 11px;
  margin-top: -20px;
  letter-spacing: -1px;
}
@-moz-document url-prefix() {
  .interview .sub-survey-balloon-under {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-balloon-under {
    margin-left: 6px;
    margin-top: -13px;
  }
  @-moz-document url-prefix() {
    .interview .sub-survey-balloon-under {
      margin-top: 0;
    }
  }
}
.interview .sub-survey-lead {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-lead {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 20px;
  }
}
.interview .sub-survey-question {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 363px;
  grid-template-columns: 1fr 363px;
  gap: 48px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 73px 0 85px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .interview .sub-survey-question {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 45px 0 30px;
  }
}
.interview .sub-survey-question:last-of-type {
  padding: 73px 0 0;
}
@media screen and (max-width: 1024px) {
  .interview .sub-survey-question:last-of-type {
    padding: 45px 0 0;
  }
}
.interview .sub-survey-question::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150%;
  max-width: 1000px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .interview .sub-survey-question::after {
    width: 100%;
  }
}
.interview .sub-survey-question:nth-of-type(2) .sub-survey-question__graph {
  max-width: 342px;
  -webkit-transform: translateX(-35px);
          transform: translateX(-35px);
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-question:nth-of-type(2) .sub-survey-question__graph {
    max-width: 228px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.interview .sub-survey-question:nth-of-type(3) .sub-survey-question__graph {
  max-width: 363px;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-question:nth-of-type(3) .sub-survey-question__graph {
    max-width: 244px;
  }
}
.interview .sub-survey-question:nth-of-type(4)::after {
  display: none;
}
.interview .sub-survey-question:nth-of-type(4) .sub-survey-question__graph {
  max-width: 351px;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-question:nth-of-type(4) .sub-survey-question__graph {
    max-width: 228px;
  }
}
.interview .sub-survey-question + .interview .sub-survey-question {
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-question {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.interview .sub-survey-question-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 10px;
  margin-left: -26px;
}
@media screen and (max-width: 1024px) {
  .interview .sub-survey-question-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-question-head {
    margin-bottom: 12px;
    max-width: 315px;
    gap: 0;
  }
}
.interview .sub-survey-question-number {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-question-number {
    width: 62px;
    height: 62px;
  }
}
.interview .sub-survey-question-number span {
  color: #2C4198;
  font-weight: 700;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-question-number span {
    font-size: 1.125rem;
  }
}
.interview .sub-survey-question-title {
  color: #2C4198;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  margin-left: -32px;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-question-title {
    font-size: 1.375rem;
    margin-left: -13px;
  }
}
.interview .sub-survey-question-title p {
  white-space: nowrap;
  margin: 0;
  line-height: 1.3;
}
.interview .sub-survey-question__graph {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .interview .sub-survey-question__graph {
    margin-left: auto;
    margin-right: auto;
  }
}
.interview .sub-survey-question__graph img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-answer {
    padding: 0 20px;
  }
}
.interview .sub-survey-answer__item {
  margin-bottom: 20px;
  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;
  max-width: 392px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .interview .sub-survey-answer__item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-answer__item {
    max-width: 280px;
  }
}
.interview .sub-survey-answer__item::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 105%;
  height: 20px;
  background-color: #d5d9ea;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-answer__item::after {
    width: 113%;
  }
}
.interview .sub-survey-answer__item:last-child {
  margin-bottom: 0;
}
.interview .sub-survey-answer__text {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-answer__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .interview .sub-survey-answer__text {
    font-size: 0.875rem;
  }
}
.interview .sub-survey-answer__text .sub-spacing {
  letter-spacing: -6px;
}
.interview .sub-survey-answer__percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  padding-bottom: 6px;
}
.interview .sub-survey-answer__percent .num {
  font-family: "Roboto", sans-serif;
  font-size: 6.5rem;
  line-height: 1;
  font-weight: 900;
  color: #2C4198;
  white-space: nowrap;
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-answer__percent .num {
    font-size: 4.125rem;
  }
}
.interview .sub-survey-answer__percent .unit {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey-answer__percent .unit {
    font-size: 2.1875rem;
  }
}
.interview .sub-survey__mainheading {
  color: #2C4198;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  max-width: 280px;
  width: 100%;
  height: 70px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey__mainheading {
    font-size: 1rem;
    height: 40px;
    max-width: 150px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.interview .sub-survey__mainheading::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 10px;
  width: 35px;
  height: 46px;
  background-image: url(../../assets/img/common/slash-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey__mainheading::before {
    left: -20px;
    top: 5px;
    width: 18px;
    height: 23px;
  }
}
.interview .sub-survey__mainheading::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 10px;
  width: 35px;
  height: 46px;
  background-image: url(../../assets/img/common/slash-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey__mainheading::after {
    right: -20px;
    top: 5px;
    width: 18px;
    height: 23px;
  }
}
.interview .sub-survey__mainheading-circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  height: 400px;
  margin-left: -0.7rem;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey__mainheading-circle {
    height: 220px;
  }
}
.interview .sub-survey__mainheading-circle:nth-child(1) {
  -webkit-transform: translateX(-15px) rotate(-16deg) translateY(5px);
          transform: translateX(-15px) rotate(-16deg) translateY(5px);
}
.interview .sub-survey__mainheading-circle:nth-child(2) {
  -webkit-transform: translateX(-19px) rotate(-11deg) translateY(4px);
          transform: translateX(-19px) rotate(-11deg) translateY(4px);
}
.interview .sub-survey__mainheading-circle:nth-child(3) {
  -webkit-transform: translateX(0px) rotate(-9.5deg);
          transform: translateX(0px) rotate(-9.5deg);
}
.interview .sub-survey__mainheading-circle:nth-child(4) {
  -webkit-transform: translateX(-2px) rotate(-4.5deg);
          transform: translateX(-2px) rotate(-4.5deg);
}
.interview .sub-survey__mainheading-circle:nth-child(5) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.interview .sub-survey__mainheading-circle:nth-child(6) {
  -webkit-transform: translateX(2px) rotate(4deg);
          transform: translateX(2px) rotate(4deg);
}
.interview .sub-survey__mainheading-circle:nth-child(7) {
  -webkit-transform: translateX(4px) rotate(8deg);
          transform: translateX(4px) rotate(8deg);
}
.interview .sub-survey__mainheading-circle:nth-child(8) {
  -webkit-transform: translateX(19px) rotate(10.5deg) translateY(5px);
          transform: translateX(19px) rotate(10.5deg) translateY(5px);
}
.interview .sub-survey__mainheading-circle:nth-child(9) {
  -webkit-transform: translateX(15px) rotate(16deg) translateY(5px);
          transform: translateX(15px) rotate(16deg) translateY(5px);
}
@media screen and (max-width: 768px) {
  .interview .sub-survey__mainheading-circle:nth-child(1) {
    -webkit-transform: translateX(-18px) rotate(-16deg) translateY(1px);
            transform: translateX(-18px) rotate(-16deg) translateY(1px);
  }
  .interview .sub-survey__mainheading-circle:nth-child(2) {
    -webkit-transform: translateX(-12px) rotate(-13deg) translateY(-1px);
            transform: translateX(-12px) rotate(-13deg) translateY(-1px);
  }
  .interview .sub-survey__mainheading-circle:nth-child(3) {
    -webkit-transform: translateX(-1px) rotate(-11.5deg) translateY(-4px);
            transform: translateX(-1px) rotate(-11.5deg) translateY(-4px);
  }
  .interview .sub-survey__mainheading-circle:nth-child(4) {
    -webkit-transform: translateX(-9px) rotate(-4.5deg) translateY(-4px);
            transform: translateX(-9px) rotate(-4.5deg) translateY(-4px);
  }
  .interview .sub-survey__mainheading-circle:nth-child(5) {
    -webkit-transform: translateX(-8px) rotate(0deg) translateY(-4px);
            transform: translateX(-8px) rotate(0deg) translateY(-4px);
  }
  .interview .sub-survey__mainheading-circle:nth-child(6) {
    -webkit-transform: translateX(-7px) rotate(4deg) translateY(-3px);
            transform: translateX(-7px) rotate(4deg) translateY(-3px);
  }
  .interview .sub-survey__mainheading-circle:nth-child(7) {
    -webkit-transform: translateX(-7px) rotate(8deg) translateY(-2px);
            transform: translateX(-7px) rotate(8deg) translateY(-2px);
  }
  .interview .sub-survey__mainheading-circle:nth-child(8) {
    -webkit-transform: translateX(-3px) rotate(11.5deg) translateY(0px);
            transform: translateX(-3px) rotate(11.5deg) translateY(0px);
  }
  .interview .sub-survey__mainheading-circle:nth-child(9) {
    -webkit-transform: translateX(-8px) rotate(18deg) translateY(0px);
            transform: translateX(-8px) rotate(18deg) translateY(0px);
  }
}
.interview .sub-survey__subheading {
  text-align: center;
  font-size: 2.625rem;
  font-weight: 700;
  color: #2C4198;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey__subheading {
    font-size: 1.375rem;
    white-space: nowrap;
  }
}
.interview .sub-survey__subheading .circle-text {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 78px;
  height: 78px;
  background-color: #2C4198;
  color: #fff;
  border-radius: 50%;
  font-size: 3.125rem;
  font-weight: 700;
  margin-right: -20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey__subheading .circle-text {
    width: 40px;
    height: 40px;
    font-size: 1.625rem;
    margin-right: -12px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.interview .sub-survey__subheading .circle-text:nth-child(1) {
  z-index: 4;
}
.interview .sub-survey__subheading .circle-text:nth-child(2) {
  z-index: 3;
}
.interview .sub-survey__subheading .circle-text:nth-child(3) {
  z-index: 2;
}
.interview .sub-survey__subheading .circle-text:nth-child(4) {
  z-index: 1;
  margin-right: -5px;
}
.interview .sub-survey__subheading .normal-text {
  letter-spacing: -5px;
}
.interview .sub-survey__subheading .last-text {
  margin-left: -36px;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .interview .sub-survey__subheading .last-text {
    margin-top: 0px;
    margin-left: -7px;
  }
}
.interview .sub-message {
  max-width: 1098px;
  width: calc(100% - 60px);
  margin: 210px auto 138px;
  padding: 50px 80px;
  background: #fff;
  border: 4px solid #4bc6f2;
  border-radius: 24px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview .sub-message {
    padding: 48px 20px 40px;
    margin-top: 80px;
    margin-bottom: 54px;
  }
}
.interview .sub-message.pos::before {
  top: -100px;
  right: 6.35%;
}
@media screen and (max-width: 1024px) {
  .interview .sub-message.pos::before {
    display: none;
  }
}
.interview .sub-message-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  max-width: 660px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -155px;
}
@media screen and (max-width: 768px) {
  .interview .sub-message-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: -60px;
    left: 52%;
  }
}
@media screen and (max-width: 400px) {
  .interview .sub-message-head {
    top: -40px;
  }
}
.interview .sub-message-person {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .interview .sub-message-person {
    margin-left: -20px;
  }
}
.interview .sub-message-person img {
  width: 226px;
}
@media screen and (max-width: 768px) {
  .interview .sub-message-person img {
    width: 107px;
  }
}
.interview .sub-message-lead {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .interview .sub-message-lead {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .interview .sub-message-lead {
    margin-top: 60px;
  }
}
.interview .sub-message__mainheading {
  color: #2C4198;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  max-width: 315px;
  width: 100%;
  height: 70px;
  -webkit-transform: translateY(10px) translateX(65px);
          transform: translateY(10px) translateX(65px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview .sub-message__mainheading {
    font-size: 1rem;
    height: 40px;
    -webkit-transform: translateY(5px) translateX(0);
            transform: translateY(5px) translateX(0);
  }
}
@media screen and (max-width: 400px) {
  .interview .sub-message__mainheading {
    -webkit-transform: translateY(-3px) translateX(0);
            transform: translateY(-3px) translateX(0);
  }
}
.interview .sub-message__mainheading::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 11px;
  width: 35px;
  height: 46px;
  background-image: url(../../assets/img/common/slash-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .interview .sub-message__mainheading::before {
    left: 5px;
    top: 0px;
    width: 22px;
    height: 27px;
  }
}
@media screen and (max-width: 400px) {
  .interview .sub-message__mainheading::before {
    left: -30px;
  }
}
.interview .sub-message__mainheading::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 11px;
  width: 35px;
  height: 46px;
  background-image: url(../../assets/img/common/slash-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .interview .sub-message__mainheading::after {
    right: 5px;
    top: 0px;
    width: 22px;
    height: 27px;
  }
}
@media screen and (max-width: 400px) {
  .interview .sub-message__mainheading::after {
    right: -18px;
  }
}
.interview .sub-message__mainheading-circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  height: 400px;
  margin-left: -0.7rem;
}
@media screen and (max-width: 768px) {
  .interview .sub-message__mainheading-circle {
    height: 200px;
  }
}
.interview .sub-message__mainheading-circle:nth-child(1) {
  -webkit-transform: translateX(-24px) rotate(-18deg) translateY(6px);
          transform: translateX(-24px) rotate(-18deg) translateY(6px);
}
.interview .sub-message__mainheading-circle:nth-child(2) {
  -webkit-transform: translateX(-20px) rotate(-14deg) translateY(5px);
          transform: translateX(-20px) rotate(-14deg) translateY(5px);
}
.interview .sub-message__mainheading-circle:nth-child(3) {
  -webkit-transform: translateX(-12px) rotate(-10deg) translateY(3px);
          transform: translateX(-12px) rotate(-10deg) translateY(3px);
}
.interview .sub-message__mainheading-circle:nth-child(4) {
  -webkit-transform: translateX(-6px) rotate(-6deg) translateY(1px);
          transform: translateX(-6px) rotate(-6deg) translateY(1px);
}
.interview .sub-message__mainheading-circle:nth-child(5) {
  -webkit-transform: translateX(-2px) rotate(-2deg);
          transform: translateX(-2px) rotate(-2deg);
}
.interview .sub-message__mainheading-circle:nth-child(6) {
  -webkit-transform: translateX(2px) rotate(2deg);
          transform: translateX(2px) rotate(2deg);
}
.interview .sub-message__mainheading-circle:nth-child(7) {
  -webkit-transform: translateX(6px) rotate(6deg) translateY(1px);
          transform: translateX(6px) rotate(6deg) translateY(1px);
}
.interview .sub-message__mainheading-circle:nth-child(8) {
  -webkit-transform: translateX(12px) rotate(10deg) translateY(3px);
          transform: translateX(12px) rotate(10deg) translateY(3px);
}
.interview .sub-message__mainheading-circle:nth-child(9) {
  -webkit-transform: translateX(20px) rotate(14deg) translateY(5px);
          transform: translateX(20px) rotate(14deg) translateY(5px);
}
.interview .sub-message__mainheading-circle:nth-child(10) {
  -webkit-transform: translateX(24px) rotate(18deg) translateY(6px);
          transform: translateX(24px) rotate(18deg) translateY(6px);
}
@media screen and (max-width: 768px) {
  .interview .sub-message__mainheading-circle:nth-child(1) {
    -webkit-transform: translateX(-13px) rotate(-18deg) translateY(7px);
            transform: translateX(-13px) rotate(-18deg) translateY(7px);
  }
  .interview .sub-message__mainheading-circle:nth-child(2) {
    -webkit-transform: translateX(4px) rotate(-18deg) translateY(2px);
            transform: translateX(4px) rotate(-18deg) translateY(2px);
  }
  .interview .sub-message__mainheading-circle:nth-child(3) {
    -webkit-transform: translateX(7px) rotate(-14deg) translateY(0px);
            transform: translateX(7px) rotate(-14deg) translateY(0px);
  }
  .interview .sub-message__mainheading-circle:nth-child(4) {
    -webkit-transform: translateX(-4px) rotate(-6deg) translateY(1px);
            transform: translateX(-4px) rotate(-6deg) translateY(1px);
  }
  .interview .sub-message__mainheading-circle:nth-child(5) {
    -webkit-transform: translateX(-2px) rotate(-2deg);
            transform: translateX(-2px) rotate(-2deg);
  }
  .interview .sub-message__mainheading-circle:nth-child(6) {
    -webkit-transform: translateX(-1px) rotate(2deg);
            transform: translateX(-1px) rotate(2deg);
  }
  .interview .sub-message__mainheading-circle:nth-child(7) {
    -webkit-transform: translateX(-10px) rotate(9deg) translateY(-2px);
            transform: translateX(-10px) rotate(9deg) translateY(-2px);
  }
  .interview .sub-message__mainheading-circle:nth-child(8) {
    -webkit-transform: translateX(-11px) rotate(14deg) translateY(-2px);
            transform: translateX(-11px) rotate(14deg) translateY(-2px);
  }
  .interview .sub-message__mainheading-circle:nth-child(9) {
    -webkit-transform: translateX(-12px) rotate(19deg) translateY(-1px);
            transform: translateX(-12px) rotate(19deg) translateY(-1px);
  }
  .interview .sub-message__mainheading-circle:nth-child(10) {
    -webkit-transform: translateX(-12px) rotate(24deg) translateY(-1px);
            transform: translateX(-12px) rotate(24deg) translateY(-1px);
  }
}
.interview .sub-message__subheading {
  text-align: center;
  font-size: 2.625rem;
  font-weight: 700;
  color: #2C4198;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .interview .sub-message__subheading {
    font-size: 1.375rem;
    white-space: nowrap;
  }
}
.interview .sub-message__subheading .circle-text {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 78px;
  height: 78px;
  background-color: #2C4198;
  color: #fff;
  border-radius: 50%;
  font-size: 3.125rem;
  font-weight: 700;
  margin-right: -20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview .sub-message__subheading .circle-text {
    width: 40px;
    height: 40px;
    font-size: 1.625rem;
    margin-right: -12px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.interview .sub-message__subheading .circle-text:nth-child(1) {
  z-index: 4;
}
.interview .sub-message__subheading .circle-text:nth-child(2) {
  z-index: 3;
}
.interview .sub-message__subheading .circle-text:nth-child(3) {
  z-index: 2;
}
.interview .sub-message__subheading .circle-text:nth-child(4) {
  z-index: 1;
}
.interview .sub-message__subheading .first-text {
  margin-right: -5px;
}
@media screen and (max-width: 400px) {
  .interview .sub-message__subheading .first-text {
    display: block;
    text-align: left;
    margin-bottom: -22px;
  }
}
.interview .sub-message__subheading .normal-text {
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .interview .sub-message__subheading .normal-text {
    margin-left: 7px;
  }
}
.interview .sub-message__subheading .last-text {
  display: block;
}
.interview .sub-message-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .interview .sub-message-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
}
.interview .sub-message-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.interview .sub-message-column:first-child .sub-message-item:first-of-type {
  padding: 0 0 14px;
}
.interview .sub-message-column:first-child::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #c8c8c8;
}
@media screen and (max-width: 768px) {
  .interview .sub-message-column:first-child::after {
    display: none;
  }
}
.interview .sub-message-column:last-child .sub-message-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.interview .sub-message-item {
  padding: 14px 0;
  border-bottom: 1px solid #c8c8c8;
  letter-spacing: -2px;
}
@media screen and (max-width: 768px) {
  .interview .sub-message-item {
    letter-spacing: -1px;
  }
}
.interview .sub-message-item:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .interview .sub-message-item:last-of-type {
    border-bottom: 1px solid #c8c8c8;
  }
}
.interview .sub-message-item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .interview .sub-message-item:first-child {
    padding: 14px 0;
  }
}
.interview .sub-message-item p, .interview .sub-message-item h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.interview .sub-message-item h3 {
  font-weight: 500;
}
.interview .sub-message-item p {
  font-weight: 400;
}
.interview .sub-message .fs18 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .interview .sub-message .fs18 {
    font-size: 0.75rem;
  }
}
.interview .sub-message .fs24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .interview .sub-message .fs24 {
    font-size: 1rem;
  }
}
.interview .sub-message .fs28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .interview .sub-message .fs28 {
    font-size: 1.125rem;
  }
}
.interview .sub-message .fs32 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .interview .sub-message .fs32 {
    font-size: 1.25rem;
  }
}
.interview .sub-message .fs36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .interview .sub-message .fs36 {
    font-size: 1.375rem;
  }
}
.interview .sub-message .fs40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .interview .sub-message .fs40 {
    font-size: 1.5625rem;
  }
}
.interview .sub-message .color-blue {
  color: #2C4198;
  line-height: 1.1;
}
.interview .four-hundred-break {
  display: none;
}
@media screen and (max-width: 400px) {
  .interview .four-hundred-break {
    display: block;
  }
}
.interview .four-hundred-break-none {
  display: block;
}
@media screen and (max-width: 400px) {
  .interview .four-hundred-break-none {
    display: none;
  }
}
.interview .bg-deco {
  position: relative;
}
.interview .bg-deco::before, .interview .bg-deco::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background-repeat: no-repeat;
}
.interview .bg-deco::before {
  background-image: url("/recruit/highschool/assets/img/common/bg-deco-l1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l2.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l5.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l6.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l2.svg");
  background-position: -147px 480px, -315px 1060px, -315px 2600px, -232px 3478px, -147px 4310px, -258px 4900px;
  background-size: 361px 587px, 605px 621px, 632px 600px, 436px 379px, 361px 587px, 556px 585px;
}
.interview .bg-deco::after {
  background-image: url("/recruit/highschool/assets/img/common/bg-deco-r1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r2.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r2.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r2.svg");
  background-position: right -122px top 402px, right -260px top 1430px, right -180px top 3110px, right -122px top 4295px, right -248px top 5305px;
  background-size: 409px 453px, 519px 534px, 519px 534px, 409px 453px, 519px 534px;
}
@media screen and (max-width: 768px) {
  .interview .bg-deco::before {
    background-image: url("/recruit/highschool/assets/img/common/bg-deco-l1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l2.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l2.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l1.svg");
    background-position: -87px 1232px, -151px 3223px, -151px 4206px, -87px 5610px;
    background-size: 195px 308px, 302px 308px, 302px 308px, 195px 308px;
  }
  .interview .bg-deco::after {
    background-image: url("/recruit/highschool/assets/img/common/bg-deco-r1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r2.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r3.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r2.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r1.svg");
    background-position: right -62px top 410px, right -125px top 2378px, right -190px top 3629px, right -83px top 4810px, right -62px top 5952px;
    background-size: 205px 227px, 260px 268px, 293px 245px, 260px 268px, 205px 227px;
  }
}

.heading-marker {
  text-align: center;
  font-size: 2.875rem;
  color: #2c4198;
  margin: 0 auto 60px;
  padding: 0 90px;
}
.heading-marker span {
  position: relative;
  padding: 0 0 16px;
}
.heading-marker span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -60px;
  width: calc(100% + 120px);
  height: 28.5px;
  background-color: #fff999;
  z-index: -1;
}
.heading-marker-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-lead {
  position: relative;
  margin-top: 83px;
  padding-bottom: 32vw;
}
.container-lead .heading {
  color: #4bc6f2;
  font-size: 2.875rem;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
}
.container-lead-inner {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 0 30px;
}
.container-lead-bg {
  position: absolute;
  content: "";
  bottom: 0;
  z-index: -2;
  width: 100%;
}

.guardian .sub-first, .guardian .sub-second, .guardian .sub-third, .guardian .sub-fourth, .guardian .sub-fiveth, .guardian .sub-sixth {
  position: relative;
}
.guardian .sub-first {
  padding-top: 37px;
  padding-bottom: 0;
}
.guardian .sub-second {
  padding-top: 90px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .guardian .sub-second {
    padding-top: 31px;
    padding-bottom: 52px;
  }
}
.guardian .sub-third {
  background-color: #edf9fe;
  margin-top: 86px;
  padding-top: 82px;
  padding-bottom: 114px;
}
@media screen and (min-width: 1440px) {
  .guardian .sub-third {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .guardian .sub-third {
    margin-top: 0;
    padding-top: 38px;
    padding-bottom: 0;
  }
}
.guardian .sub-third * {
  position: relative;
}
.guardian .sub-third h2 {
  z-index: 5;
}
.guardian .sub-third::after {
  position: absolute;
  content: "";
  width: min(100% - 170px, 1308px);
  aspect-ratio: 1308/433;
  top: -9.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/recruit/highschool/assets/img/common/logo-w.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .guardian .sub-third::after {
    margin-top: 0;
    width: 100%;
    max-width: 365px;
    top: -42px;
  }
}
.guardian .sub-fourth {
  padding: 114px 0 0;
}
.guardian .sub-fourth .container {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.875;
}
.guardian .sub-fourth-ttl {
  position: relative;
}
.guardian .sub-fourth-ttl h2 {
  position: relative;
  text-align: left;
  line-height: 1.5;
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0 25px;
  margin-bottom: 70px;
}
.guardian .sub-fourth-ttl span {
  display: inline-block;
}
.guardian .sub-fourth-ttl span::before {
  left: -25px;
  width: calc(100% + 50px);
}
.guardian .sub-sixth {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  padding-top: 124px;
  background-image: url("/recruit/highschool/assets/img/common/logo-sub-lower.svg");
  background-position: top 0 left 50%;
  background-size: min(100% - 170px, 1308px);
  background-repeat: no-repeat;
  overflow-y: hidden;
}
.guardian .sub-sixth .container {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  max-width: 580px;
  margin: 0 30px 60px;
  font-size: 1.125rem;
  line-height: 1.875;
  padding-top: 10.5vw;
}
.guardian .sub-sixth .heading {
  font-size: 2.1875rem;
  margin-bottom: 50px;
  line-height: 3rem;
  color: #2c4198;
  text-align: center;
}
.guardian .sub-sixth .sixth-decoration-01, .guardian .sub-sixth .sixth-decoration-02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc((100% - 640px) / 2);
}
.guardian .sub-sixth .sixth-decoration-01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-image: url(/recruit/highschool/assets/img/guardian/guardian09.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.guardian .sub-sixth .sixth-decoration-02 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-image: url(/recruit/highschool/assets/img/guardian/guardian10.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.guardian .sub-first.bg-deco::before {
  background-image: url("/recruit/highschool/assets/img/common/bg-deco-l1.svg");
  background-position: top 22px left -147px;
  background-size: 361px 587px;
}
@media screen and (max-width: 768px) {
  .guardian .sub-first.bg-deco::before {
    display: none;
  }
}
.guardian .sub-first.bg-deco::after {
  background-image: url("/recruit/highschool/assets/img/common/bg-deco-r1.svg");
  background-position: top 14px right -122px;
  background-size: 409px 453px;
}
@media screen and (max-width: 768px) {
  .guardian .sub-first.bg-deco::after {
    background-position: top 125px right -60px;
    background-size: 205px 227px;
  }
}
.guardian .sub-second::before {
  background-image: url(/recruit/highschool/assets/img/common/bg-deco-l2.svg);
  background-position: top 50px left -284px;
  background-size: 566.8585px 585.2822px;
}
@media screen and (max-width: 768px) {
  .guardian .sub-second::before {
    background-image: url(/recruit/highschool/assets/img/common/bg-deco-l1.svg);
    background-position: top 177px left -90px;
    background-size: 195.5px 309.5px;
  }
}
.guardian .sub-second::after {
  background-image: url("/recruit/highschool/assets/img/common/bg-deco-r2.svg");
  background-position: bottom -39px right -254px;
  background-size: 519.4302px 565.7057px;
}
@media screen and (max-width: 768px) {
  .guardian .sub-second::after {
    background-position: bottom 169px right -125px;
    background-size: 259.5px 268px;
  }
}
.guardian .sub-second .container + .container {
  padding-top: 62px;
}
.guardian .sub-third::before {
  background-image: url(/recruit/highschool/assets/img/common/bg-deco-l3.svg);
  background-position: top 104px left -324px;
  background-size: 663.2408px 510.7737px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .guardian .sub-third::before {
    background-position: top 342px left -155px;
    background-size: 316px 254px;
  }
}
.guardian .sub-third .container + .container {
  padding-top: 62px;
}
.guardian .sub-third + .bg-deco {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transform: translateY(-121px);
          transform: translateY(-121px);
}
.guardian .sub-third + .bg-deco figure {
  position: absolute;
  content: "";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 0;
  top: -128px;
  width: 287.3892px;
  height: 483.4951px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .guardian .sub-third + .bg-deco figure {
    right: 0;
    top: -28px;
    width: 139.5px;
    height: 226.3px;
  }
}
.guardian .sub-third + .bg-deco img {
  width: 409.3892px;
  height: 483.4951px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}
@media screen and (max-width: 768px) {
  .guardian .sub-third + .bg-deco img {
    width: 204.5px;
    height: 226.3px;
  }
}
.guardian .sub-third + .bg-deco::after {
  content: none;
}
.guardian .sub-spacing {
  letter-spacing: -20px;
}
@media screen and (max-width: 768px) {
  .guardian .sub-spacing {
    letter-spacing: -12px;
  }
}

@media screen and (min-width: 1200px) {
  .guardian .sub-panel {
    padding-bottom: 118px;
  }
  .guardian .sub-fiveth .heading-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: min(100% - 847px, 630px);
  }
}
@media screen and (min-width: 1120px) {
  .guardian .sub-panel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    padding-bottom: 50px;
    z-index: 5;
  }
  .guardian .sub-panel h3 {
    margin-bottom: 18px;
    padding: 0;
  }
  .guardian .sub-panel p {
    font-size: 1rem;
    line-height: 1.875;
  }
  .guardian .sub-panel .col:nth-child(1) {
    position: relative;
    width: 384px;
    margin-bottom: 185px;
    z-index: 3;
    margin: 0 calc(min(58.75vw, 846px) + 30px) min(212px, 13.8vw) auto;
  }
  .guardian .sub-panel .col:nth-child(2) {
    position: absolute;
    content: "";
    width: min(58.75vw, 846px);
    top: 0;
    right: 0;
    aspect-ratio: 846/480;
  }
  .guardian .sub-panel .col:nth-child(2) img {
    border-radius: 20px 0 0 20px;
  }
  .guardian .sub-panel .col:nth-child(3) {
    position: absolute;
    content: "";
    width: min(50vw, 720px);
    bottom: 0;
    left: 0;
    z-index: 2;
    border-radius: 0 20px 20px 0;
    aspect-ratio: 720/408;
    overflow: hidden;
  }
  .guardian .sub-panel .col:nth-child(4) {
    position: relative;
    width: 505px;
    z-index: 3;
    margin-top: 40px;
    margin-left: calc(min(50vw, 720px) + 30px);
  }
  .guardian .sub-fourth-ttl {
    position: relative;
  }
  .guardian .sub-fourth-ttl h2 {
    font-size: 2.68rem;
    position: relative;
    z-index: 2;
    text-align: left;
    line-height: 1.5;
    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: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .guardian .sub-fourth-ttl span {
    display: inline-block;
    padding-bottom: 5px;
  }
  .guardian .sub-fourth-ttl .heading-img {
    position: absolute;
    content: "";
    top: 16px;
    right: 0;
    width: min(47.27vw, 520px);
    aspect-ratio: 520/320;
    border-radius: 20px;
    overflow: hidden;
  }
  .guardian .sub-fiveth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90px;
  }
  .guardian .sub-fiveth .heading-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: min(100%, 45.361vw);
  }
  .guardian .sub-fiveth .heading-img img {
    width: 100%;
    height: auto;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
  }
  .guardian .sub-fiveth .heading-img img + img {
    margin-top: 20px;
  }
  .guardian .sub-fiveth .container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 592px;
    margin-left: 48px;
    font-size: 1.125rem;
    line-height: 1.875;
  }
  .guardian .sub-fiveth .heading {
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 2.875rem;
    color: #2c4198;
  }
}
@media screen and (min-width: 1025px) {
  .guardian .sub-grid__col1_2 {
    -ms-grid-columns: minmax(30px, 1.5fr) minmax(auto, 745px) 30px 540px;
    grid-template-columns: minmax(30px, 1.5fr) minmax(auto, 745px) 30px 540px;
  }
  .guardian .sub-grid__col1_2 .col {
    padding: 0;
  }
  .guardian .sub-grid__col1_2 > :nth-child(3) {
    -ms-grid-column: 4;
    grid-column: 4;
  }
  .guardian .sub-grid__col2_1 {
    -ms-grid-columns: 540px 30px minmax(auto, 745px) minmax(30px, 1.5fr);
    grid-template-columns: 540px 30px minmax(auto, 745px) minmax(30px, 1.5fr);
  }
  .guardian .sub-grid__col2_1 .col {
    padding: 0;
  }
  .guardian .sub-grid__col2_1 > :nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .guardian .sub-grid__col2_1 > :nth-child(1),
  .guardian .sub-grid__col1_2 > :nth-child(1),
  .guardian .sub-grid__col1_2 > :nth-child(2),
  .guardian .sub-grid__col2_1 > :nth-child(2) {
    max-width: 745px;
  }
  .guardian .col.screw-a img,
  .guardian .col.screw-b img {
    height: auto;
    aspect-ratio: 540/387;
  }
}
@media screen and (min-width: 769px) {
  .guardian .header-marker-sp {
    padding: 0;
  }
  .guardian .header-marker-sp::before {
    display: none;
  }
  .guardian .sub-first {
    text-align: center;
  }
  .guardian .sub-third h2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .guardian .sub-third h2.heading-marker-sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .guardian .sub-third h2 span:first-of-type::before {
    left: -60px;
    width: calc(100% + 76px);
  }
  .guardian .sub-third h2 span:last-child::before {
    width: calc(100% + 67px);
  }
  .guardian .sub-third h3 {
    text-align: left;
  }
  .guardian .sub-fourth {
    padding-bottom: 0;
    margin: 0 30px;
  }
  .guardian .sub-fourth .container {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.875;
  }
  .guardian .sub-sixth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 0;
  }
  .guardian .sub-sixth .container {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 30px 60px;
    font-size: 1.125rem;
    line-height: 1.875;
  }
  .guardian .sub-sixth .heading {
    font-size: 2.1875rem;
    margin-bottom: 50px;
    line-height: 3rem;
    color: #2c4198;
    text-align: center;
  }
  .guardian .sub-sixth .sixth-decoration-01, .guardian .sub-sixth .sixth-decoration-02 {
    position: relative;
    top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: min((100% - 640px) / 2, (100% - (40.2777777778vw + 60px)) / 2);
  }
  .guardian .sub-sixth .sixth-decoration-01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    aspect-ratio: 789/1301;
  }
  .guardian .sub-sixth .sixth-decoration-02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    aspect-ratio: 788/1301;
  }
}
@media screen and (min-width: 1200px) and (max-width: 768px) {
  .display-ipad {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .guardian .sub-fiveth .heading-img {
    width: calc(100% - 685px);
  }
}
@media screen and (max-width: 1350px) {
  .sub-second .sub-title__2 br {
    display: none;
  }
}
@media screen and (max-width: 1119px) {
  .guardian .sub-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .guardian .sub-panel h3 {
    margin-bottom: 13px;
    padding: 0;
  }
  .guardian .sub-panel p {
    font-size: 1rem;
    line-height: 1.875;
  }
  .guardian .sub-panel .col:nth-child(1) {
    margin: 0 30px 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .guardian .sub-panel .col:nth-child(2) {
    aspect-ratio: 744/480;
    width: 92.5373134328vw;
    margin: 0 0 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .guardian .sub-panel .col:nth-child(2) img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px 0 0 20px;
  }
  .guardian .sub-panel .col:nth-child(3) {
    border-radius: 0 20px 20px 0;
    aspect-ratio: 744/480;
    overflow: hidden;
    width: 92.5373134328vw;
    margin: 0 auto 0 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
    z-index: 2;
  }
  .guardian .sub-panel .col:nth-child(3) img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .guardian .sub-panel .col:nth-child(4) {
    margin: 20px 30px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .guardian .sub-fourth {
    padding-top: 53px;
  }
  .guardian .sub-fourth .heading-marker {
    margin: 0;
  }
  .guardian .sub-fourth .heading-marker span {
    padding-bottom: 4px;
  }
  .guardian .sub-fourth .container {
    margin: 0 30px;
    font-size: 1rem;
    line-height: 1.875;
  }
  .guardian .sub-fourth .heading-img {
    width: calc(100% + 60px);
    margin: 22.5px -30px;
  }
  .guardian .sub-fiveth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 30px 0 0;
  }
  .guardian .sub-fiveth .heading-img {
    width: calc(100% - 30px);
    margin-top: 15px;
  }
  .guardian .sub-fiveth .heading-img img {
    width: 100%;
    height: auto;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    aspect-ratio: 744/381;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .guardian .sub-fiveth .heading-img img + img {
    margin-top: 20px;
  }
  .guardian .sub-fiveth .container {
    margin: 0 30px;
    font-size: 1rem;
    line-height: 1.875;
  }
  .guardian .sub-fiveth .heading {
    font-size: 2rem;
    color: #2c4198;
    line-height: 2.5rem;
    margin: 15px 0;
  }
  .guardian .sub-sixth {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
  }
  .guardian .sub-sixth .display-pc-none {
    display: block !important;
  }
  .guardian .sub-sixth .display-sp-none {
    display: none !important;
  }
  .guardian .sub-sixth .container {
    padding: 49px 0 0;
    margin: 0 auto 60px;
    width: 100%;
  }
  .guardian .sub-sixth .heading {
    padding: 0 60px;
    margin: 0 0 15px;
    text-align: center;
  }
  .guardian .sub-sixth .sixth-decoration-01, .guardian .sub-sixth .sixth-decoration-02 {
    position: absolute;
    content: "";
    top: 0;
    width: 150px;
    height: 247px;
  }
  .guardian .sub-sixth .sixth-decoration-01 {
    left: 0;
  }
  .guardian .sub-sixth .sixth-decoration-02 {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .guardian .bg-deco.bg-deco::before {
    top: 100px;
    left: 14%;
  }
  .guardian .sub-second.bg-deco::before {
    top: 0;
    left: 0;
    background-image: url(/recruit/highschool/assets/img/common/bg-deco-l1.svg);
    background-position: top 145px left -90px;
    background-size: 195.5px 309.5px;
  }
  .guardian .sub-panel {
    padding-bottom: 60px;
  }
  .guardian .sub-panel p {
    font-size: 0.875rem;
    line-height: 22px;
  }
  .guardian .sub-title {
    line-height: 2.0625rem;
    margin-bottom: 8px;
  }
  .guardian .heading-marker {
    font-size: 1.5rem;
    margin: 0 30px 26px;
    padding: 0;
  }
  .guardian .heading-marker span {
    position: relative;
    padding: 0 0 10px;
    display: block;
    width: auto;
  }
  .guardian .heading-marker span::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #fff999;
    z-index: -1;
  }
  .guardian .heading-marker-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .guardian .heading-marker-sp span + span {
    margin-top: 5px;
  }
  .guardian .container-lead {
    position: relative;
    margin-top: 35px;
    padding-bottom: min(57.2139303483vw, 480px);
  }
  .guardian .container-lead .heading {
    font-size: 1.5625rem;
    margin: 0 30px 10px;
    text-align: left;
    line-height: 1.3043478261;
  }
  .guardian .container-lead-inner {
    margin: 0 30px;
    font-size: 0.875rem;
    line-height: 1.375;
    padding: 0;
  }
  .guardian .sub-first .sub-title, .guardian .sub-third .sub-title {
    text-align: center;
  }
  .guardian .sub-second .container + .container {
    padding-top: 46px;
  }
  .guardian .sub-second .container:nth-child(2) .col:nth-child(3) {
    margin-top: 40px;
  }
  .guardian .sub-third.bg-deco::before {
    top: -5.4%;
    left: 0;
    z-index: 0;
  }
  .guardian .sub-third .sub-title__2 {
    font-size: 1.4375rem;
  }
  .guardian .sub-third .heading-marker-sp {
    font-size: 1.5rem;
    margin: 0 30px 26px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .guardian .sub-third .heading-marker-sp .sub-spacing {
    display: inline;
  }
  .guardian .sub-third .heading-marker-sp span {
    position: relative;
    padding: 0 20px 10px;
    display: block;
    text-align: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .guardian .sub-third .heading-marker-sp span::before {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .guardian .sub-fourth-ttl h2 {
    padding: 0;
    font-size: 1.1875rem;
    width: 100%;
    left: -5px;
  }
  .guardian .sub-fourth-ttl h2 span {
    padding: 0 19px 5px;
  }
  .guardian .sub-fourth::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url("/recruit/highschool/assets/img/common/bg-deco-l2.svg");
    background-position: top 425px left -152px;
    background-size: 300px 306px;
  }
  .guardian .sub-fiveth .container {
    font-size: 0.875rem;
    line-height: 1.375;
  }
  .guardian .sub-fiveth .heading {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
  .guardian .sub-fiveth .heading-img {
    margin-top: 0;
  }
  .guardian .sub-fiveth .heading-img img:nth-of-type(2) {
    margin-top: 0;
  }
  .guardian .sub-fiveth .heading-img img:nth-of-type(4) {
    margin-top: 14px;
  }
  .guardian .sub-sixth {
    background-size: min(120%, 461px) auto;
    padding-top: 30px;
    margin-top: 22px;
  }
  .guardian .sub-sixth .container {
    font-size: 0.875rem;
    line-height: 1.375;
  }
  .guardian .sub-sixth .heading {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
    white-space: nowrap;
  }
  .guardian .sub-sixth .sixth-decoration-01, .guardian .sub-sixth .sixth-decoration-02 {
    width: 90px;
    height: 150px;
    top: 30px;
    background-size: contain;
  }
  .guardian .sub-sixth .sixth-decoration-01 {
    left: 30px;
  }
  .guardian .sub-sixth .sixth-decoration-02 {
    right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .guardian .sub-sixth .sixth-decoration-01 {
    left: 0;
  }
  .guardian .sub-sixth .sixth-decoration-02 {
    right: 0;
  }
  .guardian .sub-third .heading-marker-sp span {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .guardian .container-lead .heading {
    font-size: 1.5rem;
    letter-spacing: -1px;
  }
  .guardian .sub-sixth .container {
    padding: 6px 0 0;
  }
  .guardian .sub-sixth .heading {
    padding: 0 30px;
    margin-bottom: 40px;
  }
  .guardian .sub-sixth .sixth-decoration-01, .guardian .sub-sixth .sixth-decoration-02 {
    width: 65px;
  }
  .guardian .sub-third .heading-marker-sp {
    font-size: 1.25rem;
  }
  .guardian .sub-fourth-ttl h2 {
    font-size: 1rem;
  }
  .guardian .sub-spacing {
    letter-spacing: -7px;
  }
}
.guardian .screw-a, .guardian .screw-b, .guardian .screw-c, .guardian .screw-d, .guardian .screw-e {
  position: relative;
}
.guardian .screw-a::before, .guardian .screw-b::before, .guardian .screw-c::before, .guardian .screw-d::before, .guardian .screw-e::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
.guardian .screw-a::before {
  background-image: url("/recruit/highschool/assets/img/common/screw-a.png");
  width: 87px;
  height: 70px;
  right: 18.5185185185%;
  top: -35px;
}
@media screen and (max-width: 768px) {
  .guardian .screw-a::before {
    width: 44px;
    height: 35px;
    top: -18px;
    right: 14.587%;
  }
}
.guardian .screw-b::before {
  background-image: url("/recruit/highschool/assets/img/common/screw-a.png");
  width: 87px;
  height: 70px;
  top: -30px;
  left: 50%;
  z-index: 2;
  background-position: 0;
}
@media screen and (max-width: 1024px) {
  .guardian .screw-b::before {
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .guardian .screw-b::before {
    width: 44px;
    height: 35px;
    top: -18px;
    left: 81.735%;
  }
}
.guardian .screw-c::before {
  background-image: url("/recruit/highschool/assets/img/common/screw-a.png");
  width: 87px;
  height: 70px;
  top: -35px;
  right: 9.4562647754%;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .guardian .screw-c::before {
    top: -19px;
    width: 44px;
    height: 35px;
  }
}
.guardian .screw-d::before {
  background-image: url("/recruit/highschool/assets/img/common/screw-a.png");
  width: 87px;
  height: 70px;
  top: 80px;
  left: 7.9861111111%;
  background-position: 0;
}
@media screen and (max-width: 768px) {
  .guardian .screw-d::before {
    width: 44px;
    height: 35px;
  }
}
.guardian .screw-e::before {
  background-image: url("/recruit/highschool/assets/img/common/screw-a.png");
  width: 87px;
  height: 70px;
  top: 47px;
  left: 91.3194444444%;
}
@media screen and (max-width: 1120px) {
  .guardian .screw-e::before {
    display: none;
  }
}
.guardian .heading-img.screw-e:before {
  display: none;
}
@media screen and (max-width: 1119px) {
  .guardian .heading-img.screw-e:before {
    background-image: url("/recruit/highschool/assets/img/common/screw-a.png");
    display: block;
    top: -18px;
    left: 80%;
    width: 87px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .guardian .heading-img.screw-e:before {
    width: 44px;
    height: 35px;
  }
}

@media screen and (min-width: 1440px) {
  .guardian .sub-panel {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1441px) {
  .guardian .sub-sixth .container {
    margin: 0 30px 12vw;
  }
}
.training .container {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.training h4 {
  font-size: 1.5rem;
  color: #2c4198;
  margin-bottom: 17px;
}
.training .top-cta {
  margin-top: 148px;
}
.training .sub-lead + .container {
  margin-top: 50px;
}
.training .sub-desc + .sub-grid {
  margin-top: 116px;
}
.training .sub-second {
  padding-top: 110px;
}
.training .sub-third {
  padding-top: 128px;
}
@media screen and (min-width: 769px) {
  .training .js-modal-trigger {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
}
@media screen and (min-width: 1025px) {
  .training .sub-grid__col1_2 > :nth-child(1) {
    padding-right: 40px;
  }
}
.training.bg-deco::before {
  background-position: -147px 436px, -258px 1120px;
  background-size: 361px 587px, 556px 585px;
}
.training.bg-deco::after {
  background-position: right -122px top 402px, right -260px top 1464px;
  background-size: 409px 453px, 519px 534px;
}

.requirements section > section > section {
  padding: 0;
}
.requirements .box-blue {
  border: 4px solid #4bc6f2;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}
.requirements .box-blue {
  padding: 86px 120px 133px;
}
.requirements .container {
  max-width: 1148px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 0;
}
.requirements section > section section + section {
  margin-top: 130px;
}
.requirements section > section section:nth-of-type(2) {
  margin-top: 178px;
}
.requirements section > section section:nth-of-type(2) .sub-title__2 {
  margin-bottom: 65px;
}
.requirements section > section section:nth-of-type(3) .sub-title__2 {
  color: #4bc6f2;
  margin-bottom: 25px;
}
.requirements section > section section:nth-of-type(3) p {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 62px;
}
.requirements .sub-title-box {
  margin-top: 22px;
  margin-bottom: 66px;
}
.requirements .table,
.requirements .table-2 {
  width: 100%;
}
.requirements .table th,
.requirements .table td,
.requirements .table-2 th,
.requirements .table-2 td {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 36px 0;
}
.requirements .table tr,
.requirements .table-2 tr {
  border-bottom: 1px solid #c8c8c8;
}
.requirements .table tr:first-of-type th,
.requirements .table tr:first-of-type td,
.requirements .table-2 tr:first-of-type th,
.requirements .table-2 tr:first-of-type td {
  padding-top: 0;
}
.requirements .table th,
.requirements .table-2 th {
  color: #2c4198;
  width: 213px;
  text-align: center;
}
.requirements .table td,
.requirements .table-2 td {
  padding-right: 32px;
}
.requirements .table .table-hanging,
.requirements .table-2 .table-hanging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.requirements .table .table-hanging + .table-hanging,
.requirements .table-2 .table-hanging + .table-hanging {
  margin-top: 4px;
}
.requirements .table .table-hanging__label,
.requirements .table-2 .table-hanging__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
.requirements-flow {
  counter-reset: flow-count;
}
.requirements-flow .flow-item {
  counter-increment: flow-count;
  background-color: #edf9fe;
  padding: 30.5px 32px;
}
.requirements-flow .flow-item span {
  display: block;
  position: relative;
  padding: 11px 0;
  padding-left: 56px;
  font-size: 1.25rem;
}
.requirements-flow .flow-item span::before {
  content: counter(flow-count);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  color: #edf9fe;
  background-color: #4bc6f2;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  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;
}
.requirements-flow .flow-item + .flow-item {
  position: relative;
  margin-top: 38px;
}
.requirements-flow .flow-item + .flow-item::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 12px solid #4bc6f2;
}
.requirements .top-cta {
  margin-top: 230px;
}

@media screen and (max-width: 821px) {
  .requirements .box-blue {
    padding: 86px 64px 133px;
  }
}
@media screen and (max-width: 768px) {
  .training .container {
    width: 100%;
  }
  .training h4 {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  .training .top-cta {
    margin-top: 79px;
  }
  .training .sub-lead + .container {
    margin-top: 38px;
  }
  .training .sub-desc + .sub-grid {
    margin-top: 40px;
  }
  .training .sub-second {
    padding-top: 46px;
  }
  .training .sub-third {
    padding-top: 70px;
  }
  .training .sub-title__2 {
    line-height: 1.4;
  }
  .training .model-img picture {
    display: block;
    width: 100%;
  }
  .training .model-img img {
    display: block;
    width: 100%;
  }
  .requirements .box-blue {
    border-radius: 15px;
    border: 3px solid #4bc6f2;
  }
  .requirements .box-blue {
    padding: 23px 18px 31px;
  }
  .requirements .container {
    padding: 0 27px;
    margin-bottom: 0;
  }
  .requirements section > section section + section {
    margin-top: 51px;
  }
  .requirements section > section section:nth-of-type(2) {
    margin-top: 62px;
  }
  .requirements section > section section:nth-of-type(2) .sub-title__2 {
    font-size: 1.313rem;
    text-align: center;
    margin-bottom: 0;
  }
  .requirements section > section section:nth-of-type(2) .sub-title__2 + p {
    font-size: 0.94rem;
    font-weight: 700;
    margin-bottom: 28px;
    text-align: center;
  }
  .requirements section > section section:nth-of-type(3) .sub-title__2 {
    margin-bottom: 14px;
  }
  .requirements section > section section:nth-of-type(3) p {
    font-size: 0.75rem;
    text-align: center;
    margin-bottom: 28px;
    line-height: 1.5;
  }
  .requirements .sub-title-box {
    margin-top: 37px;
    margin-bottom: 35px;
  }
  .requirements .sub-title__2 {
    padding: 0;
  }
  .requirements .table th,
  .requirements .table td {
    font-size: 0.875rem;
    display: block;
    padding: 0;
  }
  .requirements .table tr {
    display: block;
    padding: 18px 14px;
  }
  .requirements .table tr:first-of-type {
    padding-top: 0;
  }
  .requirements .table th {
    width: 100%;
    text-align: left;
    padding-bottom: 8px;
  }
  .requirements .table-2 th,
  .requirements .table-2 td {
    font-size: 0.875rem;
    line-height: 16px;
    padding: 22px 0;
  }
  .requirements .table-2 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #c8c8c8;
  }
  .requirements .table-2 tr:first-of-type th,
  .requirements .table-2 tr:first-of-type td {
    padding-top: 0;
  }
  .requirements .table-2 th {
    max-width: 80px;
  }
  .requirements .table-2 td {
    padding-left: 9px;
    text-align: left;
  }
  .requirements .table-2 .table-hanging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .requirements .table-2 .table-hanging + .table-hanging {
    margin-top: 4px;
  }
  .requirements .table-2 .table-hanging__label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: nowrap;
  }
  .requirements-flow .flow-item {
    padding: 14px 22px;
  }
  .requirements-flow .flow-item span {
    padding: 5px 0;
    padding-left: 28px;
    font-size: 0.875rem;
  }
  .requirements-flow .flow-item span::before {
    width: 20px;
    height: 20px;
    font-size: 0.875rem;
  }
  .requirements-flow .flow-item + .flow-item {
    position: relative;
    margin-top: 26px;
  }
  .requirements-flow .flow-item + .flow-item::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 6px solid #4bc6f2;
  }
  .requirements .top-cta {
    margin-top: 68px;
  }
}
@media screen and (max-width: 400px) {
  .training .sub-third .sub-title {
    font-size: 1.88rem;
  }
}
.screw-a, .screw-b, .screw-a-b {
  position: relative;
}
.screw-a::before, .screw-b::before, .screw-a-b::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
.screw-a::before {
  background-image: url("/recruit/highschool/assets/img/common/screw-a.png");
  width: 87px;
  height: 70px;
}
.screw-b::before {
  background-image: url("/recruit/highschool/assets/img/common/screw-b.png");
  width: 131px;
  height: 129px;
}
.screw-a-b::before {
  background-image: url("/recruit/highschool/assets/img/common/screw-a.png");
  width: 87px;
  height: 70px;
}

.whats .sub-grid__col1_2 .pos::before {
  content: "";
  top: -35px;
  right: 50.6944444444%;
}
.whats .sub-grid__col2_1 .pos::before {
  content: "";
  top: -35px;
  left: 20%;
}
.whats .sub-third.pos::before {
  content: "";
  top: 32px;
  right: 8.4027777778%;
}
@media screen and (max-width: 1020px) {
  .whats .sub-grid__col1_2 .pos::before {
    content: "";
    top: -25px;
    right: 6.0606060606%;
  }
  .whats .sub-grid__col2_1 .pos::before {
    display: none;
  }
  .whats .sub-third.pos::before {
    width: 86px;
    height: 84px;
    content: "";
    top: 32px;
    right: 3.431372549%;
  }
}

.training .sub-grid__col1_2 .pos::before {
  content: "";
  top: -35px;
  right: 14.0277777778%;
}
.training .sub-grid__col2_1 .pos::before {
  content: "";
  top: -39px;
  left: 41.6666666667%;
}
.training .sub-third.pos::before {
  content: "";
  top: 57px;
  right: 6.9444444444%;
}
@media screen and (max-width: 1020px) {
  .training .sub-grid__col1_2 .pos::before {
    content: "";
    top: -35px;
    right: 2.7777777778%;
  }
  .training .sub-grid__col2_1 .pos::before {
    content: "";
    top: -39px;
    right: 2.7777777778%;
    left: auto;
  }
}

@media screen and (max-width: 768px) {
  .screw-a::before {
    width: 44px;
    height: 35px;
  }
  .screw-b::before {
    width: 66px;
    height: 64px;
  }
  .screw-a-b::before {
    background-image: url("/recruit/highschool/assets/img/common/screw-b.png");
    width: 66px;
    height: 64px;
  }
  .whats .sub-grid__col1_2 .pos::before {
    display: none;
  }
  .whats .sub-grid__col2_1 .pos::before {
    display: block;
    content: "";
    bottom: -35px;
    right: 16.3978494624%;
    top: auto;
    left: auto;
  }
  .whats .sub-third.pos::before {
    display: none;
  }
  .training .sub-grid__col1_2 .pos::before {
    content: "";
    top: -16px;
    right: 14.247311828%;
  }
  .training .sub-grid__col2_1 .pos::before {
    content: "";
    top: -16px;
    left: 82.5268817204%;
  }
  .training .sub-third.pos::before {
    display: none;
  }
}
.bg-deco {
  position: relative;
}
.bg-deco::before, .bg-deco::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-repeat: no-repeat;
}
.bg-deco::before {
  background-image: url("/recruit/highschool/assets/img/common/bg-deco-l1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l2.svg");
  background-position: -147px 436px, -258px 1058px;
  background-size: 361px 587px, 556px 585px;
}
.bg-deco::after {
  background-image: url("/recruit/highschool/assets/img/common/bg-deco-r1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r2.svg");
  background-position: right -122px top 402px, right -260px top 1430px;
  background-size: 409px 453px, 519px 534px;
}

@media screen and (max-width: 768px) {
  .bg-deco::before {
    background-image: url("/recruit/highschool/assets/img/common/bg-deco-l1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l2.svg");
    background-position: -87px 1083px, -151px 2575px;
    background-size: 195px 308px, 302px 308px;
  }
  .bg-deco::after {
    background-image: url("/recruit/highschool/assets/img/common/bg-deco-r1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r2.svg");
    background-position: right -62px top 420px, right -62px top 2109px;
    background-size: 205px 227px, 260px 268px;
  }
  .whats.bg-deco::before {
    background-position: -87px 1083px, -151px 2646px;
  }
  .requirements.bg-deco::before {
    background-position: -87px 1139px, -151px 2135px;
  }
  .requirements.bg-deco::after {
    background-position: right -62px top 420px, right -129px top 1865px;
  }
  .training.bg-deco::before {
    background-image: url("/recruit/highschool/assets/img/common/bg-deco-l1.svg");
    background-position: -87px 1083px;
    background-size: 195px 308px;
  }
  .training.bg-deco::after {
    background-position: right -62px top 420px, right -129px top 1752px;
    background-size: 205px 227px, 260px 268px;
  }
}
.whats .sub-card {
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .training .sub-grid__col2_1 > :nth-child(3) img {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

.work.bg-deco::before {
  background-image: url("/recruit/highschool/assets/img/common/bg-deco-l1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l2.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l4.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l2.svg");
  background-position: -147px 436px, -258px 1058px, -254px 3089px, -147px 3859px, -271px 4803px;
  background-size: 361px 587px, 556px 585px, 436px 381px, 391px 587px, 602px 615px;
}
.work.bg-deco::after {
  background-image: url("/recruit/highschool/assets/img/common/bg-deco-r1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r2.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r2.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r1.svg");
  background-position: right -122px top 402px, right -260px top 1510px, right -197px top 2540px, right -122px top 3458px;
  background-size: 409px 453px, 519px 534px, 519px 534px, 409px 453px;
}

@media screen and (max-width: 768px) {
  .work.bg-deco::before {
    background-image: url("/recruit/highschool/assets/img/common/bg-deco-l1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-l2.svg");
    background-position: -87px 1083px, -135px 2396px;
    background-size: 195px 308px, 301px 308px;
  }
  .work.bg-deco::after {
    background-image: url("/recruit/highschool/assets/img/common/bg-deco-r1.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r2.svg"), url("/recruit/highschool/assets/img/common/bg-deco-r1.svg");
    background-position: right -62px top 420px, right -131px top 1678px, right -73px top 2989px;
    background-size: 205px 227px, 260px 267px, 204px 227px;
  }
}
.img-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img-modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.img-modal__inner {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
}
.img-modal__img {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
}
.img-modal__close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .img-modal__inner {
    max-width: 100vw;
  }
  .img-modal__img {
    width: 100%;
    max-width: none;
  }
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
  margin-left: auto;
}
.align-center {
  text-align: center !important;
}
.align-justify {
  text-align: justify !important;
}
.align-justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.align-justify-right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 769px) {
  .align-pc-left {
    text-align: left !important;
  }
  .align-pc-right {
    text-align: right !important;
    margin-left: auto;
  }
  .align-pc-center {
    text-align: center !important;
  }
  .align-pc-justify {
    text-align: justify !important;
  }
  .align-pc-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 768px) {
  .align-sp-left {
    text-align: left !important;
  }
  .align-sp-right {
    text-align: right !important;
    margin-left: auto;
  }
  .align-sp-center {
    text-align: center !important;
  }
  .align-sp-justify {
    text-align: justify !important;
  }
  .align-sp-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.display-none {
  display: none !important;
}

.display-block {
  display: block;
}

.display-inline_block {
  display: inline-block;
}

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

@media print, screen and (min-width: 769px) {
  .display-pc-none {
    display: none !important;
  }
  .display-pc-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .display-sp-none {
    display: none !important;
  }
  .display-sp-block {
    display: block;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 769px) {
  .mt-s {
    margin-top: 30px;
  }
  .mb-s {
    margin-bottom: 30px;
  }
  .mt-m {
    margin-top: 40px;
  }
  .mb-m {
    margin-bottom: 40px;
  }
  .mt-l {
    margin-top: 60px;
  }
  .mb-l {
    margin-bottom: 60px;
  }
  .mt-section {
    margin-top: 100px;
  }
  .mb-section {
    margin-bottom: 100px;
  }
  .mt-pc-0 {
    margin-top: 0px !important;
  }
  .ml-pc-0 {
    margin-left: 0px !important;
  }
  .mr-pc-0 {
    margin-right: 0px !important;
  }
  .mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .ml-pc-60 {
    margin-left: 60px !important;
  }
  .mr-pc-60 {
    margin-right: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .ml-pc-70 {
    margin-left: 70px !important;
  }
  .mr-pc-70 {
    margin-right: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .ml-pc-80 {
    margin-left: 80px !important;
  }
  .mr-pc-80 {
    margin-right: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .ml-pc-90 {
    margin-left: 90px !important;
  }
  .mr-pc-90 {
    margin-right: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .ml-pc-100 {
    margin-left: 100px !important;
  }
  .mr-pc-100 {
    margin-right: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-s {
    margin-top: 20px;
  }
  .mb-s {
    margin-bottom: 20px;
  }
  .mt-m {
    margin-top: 20px;
  }
  .mb-m {
    margin-bottom: 20px;
  }
  .mt-l {
    margin-top: 40px;
  }
  .mb-l {
    margin-bottom: 40px;
  }
  .mt-section {
    margin-top: 70px;
  }
  .mb-section {
    margin-bottom: 70px;
  }
  .mt-sp-0 {
    margin-top: 0px !important;
  }
  .ml-sp-0 {
    margin-left: 0px !important;
  }
  .mr-sp-0 {
    margin-right: 0px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .ml-sp-60 {
    margin-left: 60px !important;
  }
  .mr-sp-60 {
    margin-right: 60px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .ml-sp-70 {
    margin-left: 70px !important;
  }
  .mr-sp-70 {
    margin-right: 70px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .ml-sp-80 {
    margin-left: 80px !important;
  }
  .mr-sp-80 {
    margin-right: 80px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .ml-sp-90 {
    margin-left: 90px !important;
  }
  .mr-sp-90 {
    margin-right: 90px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .ml-sp-100 {
    margin-left: 100px !important;
  }
  .mr-sp-100 {
    margin-right: 100px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
}
.pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 769px) {
  .pt-pc-0 {
    padding-top: 0px !important;
  }
  .pl-pc-0 {
    padding-left: 0px !important;
  }
  .pr-pc-0 {
    padding-right: 0px !important;
  }
  .pb-pc-0 {
    padding-bottom: 0px !important;
  }
  .pt-pc-10 {
    padding-top: 10px !important;
  }
  .pl-pc-10 {
    padding-left: 10px !important;
  }
  .pr-pc-10 {
    padding-right: 10px !important;
  }
  .pb-pc-10 {
    padding-bottom: 10px !important;
  }
  .pt-pc-20 {
    padding-top: 20px !important;
  }
  .pl-pc-20 {
    padding-left: 20px !important;
  }
  .pr-pc-20 {
    padding-right: 20px !important;
  }
  .pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .pt-pc-30 {
    padding-top: 30px !important;
  }
  .pl-pc-30 {
    padding-left: 30px !important;
  }
  .pr-pc-30 {
    padding-right: 30px !important;
  }
  .pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .pt-pc-40 {
    padding-top: 40px !important;
  }
  .pl-pc-40 {
    padding-left: 40px !important;
  }
  .pr-pc-40 {
    padding-right: 40px !important;
  }
  .pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .pt-pc-50 {
    padding-top: 50px !important;
  }
  .pl-pc-50 {
    padding-left: 50px !important;
  }
  .pr-pc-50 {
    padding-right: 50px !important;
  }
  .pb-pc-50 {
    padding-bottom: 50px !important;
  }
  .pt-pc-60 {
    padding-top: 60px !important;
  }
  .pl-pc-60 {
    padding-left: 60px !important;
  }
  .pr-pc-60 {
    padding-right: 60px !important;
  }
  .pb-pc-60 {
    padding-bottom: 60px !important;
  }
  .pt-pc-70 {
    padding-top: 70px !important;
  }
  .pl-pc-70 {
    padding-left: 70px !important;
  }
  .pr-pc-70 {
    padding-right: 70px !important;
  }
  .pb-pc-70 {
    padding-bottom: 70px !important;
  }
  .pt-pc-80 {
    padding-top: 80px !important;
  }
  .pl-pc-80 {
    padding-left: 80px !important;
  }
  .pr-pc-80 {
    padding-right: 80px !important;
  }
  .pb-pc-80 {
    padding-bottom: 80px !important;
  }
  .pt-pc-90 {
    padding-top: 90px !important;
  }
  .pl-pc-90 {
    padding-left: 90px !important;
  }
  .pr-pc-90 {
    padding-right: 90px !important;
  }
  .pb-pc-90 {
    padding-bottom: 90px !important;
  }
  .pt-pc-100 {
    padding-top: 100px !important;
  }
  .pl-pc-100 {
    padding-left: 100px !important;
  }
  .pr-pc-100 {
    padding-right: 100px !important;
  }
  .pb-pc-100 {
    padding-bottom: 100px !important;
  }
  .pl-pc-15 {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-sp-0 {
    padding-top: 0px !important;
  }
  .pl-sp-0 {
    padding-left: 0px !important;
  }
  .pr-sp-0 {
    padding-right: 0px !important;
  }
  .pb-sp-0 {
    padding-bottom: 0px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pl-sp-50 {
    padding-left: 50px !important;
  }
  .pr-sp-50 {
    padding-right: 50px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pl-sp-60 {
    padding-left: 60px !important;
  }
  .pr-sp-60 {
    padding-right: 60px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pl-sp-70 {
    padding-left: 70px !important;
  }
  .pr-sp-70 {
    padding-right: 70px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pl-sp-80 {
    padding-left: 80px !important;
  }
  .pr-sp-80 {
    padding-right: 80px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pl-sp-90 {
    padding-left: 90px !important;
  }
  .pr-sp-90 {
    padding-right: 90px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pl-sp-100 {
    padding-left: 100px !important;
  }
  .pr-sp-100 {
    padding-right: 100px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
}
.width-1 {
  width: 1% !important;
}

.width-2 {
  width: 2% !important;
}

.width-3 {
  width: 3% !important;
}

.width-4 {
  width: 4% !important;
}

.width-5 {
  width: 5% !important;
}

.width-6 {
  width: 6% !important;
}

.width-7 {
  width: 7% !important;
}

.width-8 {
  width: 8% !important;
}

.width-9 {
  width: 9% !important;
}

.width-10 {
  width: 10% !important;
}

.width-11 {
  width: 11% !important;
}

.width-12 {
  width: 12% !important;
}

.width-13 {
  width: 13% !important;
}

.width-14 {
  width: 14% !important;
}

.width-15 {
  width: 15% !important;
}

.width-16 {
  width: 16% !important;
}

.width-17 {
  width: 17% !important;
}

.width-18 {
  width: 18% !important;
}

.width-19 {
  width: 19% !important;
}

.width-20 {
  width: 20% !important;
}

.width-21 {
  width: 21% !important;
}

.width-22 {
  width: 22% !important;
}

.width-23 {
  width: 23% !important;
}

.width-24 {
  width: 24% !important;
}

.width-25 {
  width: 25% !important;
}

.width-26 {
  width: 26% !important;
}

.width-27 {
  width: 27% !important;
}

.width-28 {
  width: 28% !important;
}

.width-29 {
  width: 29% !important;
}

.width-30 {
  width: 30% !important;
}

.width-31 {
  width: 31% !important;
}

.width-32 {
  width: 32% !important;
}

.width-33 {
  width: 33% !important;
}

.width-34 {
  width: 34% !important;
}

.width-35 {
  width: 35% !important;
}

.width-36 {
  width: 36% !important;
}

.width-37 {
  width: 37% !important;
}

.width-38 {
  width: 38% !important;
}

.width-39 {
  width: 39% !important;
}

.width-40 {
  width: 40% !important;
}

.width-41 {
  width: 41% !important;
}

.width-42 {
  width: 42% !important;
}

.width-43 {
  width: 43% !important;
}

.width-44 {
  width: 44% !important;
}

.width-45 {
  width: 45% !important;
}

.width-46 {
  width: 46% !important;
}

.width-47 {
  width: 47% !important;
}

.width-48 {
  width: 48% !important;
}

.width-49 {
  width: 49% !important;
}

.width-50 {
  width: 50% !important;
}

.width-51 {
  width: 51% !important;
}

.width-52 {
  width: 52% !important;
}

.width-53 {
  width: 53% !important;
}

.width-54 {
  width: 54% !important;
}

.width-55 {
  width: 55% !important;
}

.width-56 {
  width: 56% !important;
}

.width-57 {
  width: 57% !important;
}

.width-58 {
  width: 58% !important;
}

.width-59 {
  width: 59% !important;
}

.width-60 {
  width: 60% !important;
}

.width-61 {
  width: 61% !important;
}

.width-62 {
  width: 62% !important;
}

.width-63 {
  width: 63% !important;
}

.width-64 {
  width: 64% !important;
}

.width-65 {
  width: 65% !important;
}

.width-66 {
  width: 66% !important;
}

.width-67 {
  width: 67% !important;
}

.width-68 {
  width: 68% !important;
}

.width-69 {
  width: 69% !important;
}

.width-70 {
  width: 70% !important;
}

.width-71 {
  width: 71% !important;
}

.width-72 {
  width: 72% !important;
}

.width-73 {
  width: 73% !important;
}

.width-74 {
  width: 74% !important;
}

.width-75 {
  width: 75% !important;
}

.width-76 {
  width: 76% !important;
}

.width-77 {
  width: 77% !important;
}

.width-78 {
  width: 78% !important;
}

.width-79 {
  width: 79% !important;
}

.width-80 {
  width: 80% !important;
}

.width-81 {
  width: 81% !important;
}

.width-82 {
  width: 82% !important;
}

.width-83 {
  width: 83% !important;
}

.width-84 {
  width: 84% !important;
}

.width-85 {
  width: 85% !important;
}

.width-86 {
  width: 86% !important;
}

.width-87 {
  width: 87% !important;
}

.width-88 {
  width: 88% !important;
}

.width-89 {
  width: 89% !important;
}

.width-90 {
  width: 90% !important;
}

.width-91 {
  width: 91% !important;
}

.width-92 {
  width: 92% !important;
}

.width-93 {
  width: 93% !important;
}

.width-94 {
  width: 94% !important;
}

.width-95 {
  width: 95% !important;
}

.width-96 {
  width: 96% !important;
}

.width-97 {
  width: 97% !important;
}

.width-98 {
  width: 98% !important;
}

.width-99 {
  width: 99% !important;
}

.width-100 {
  width: 100% !important;
}

@media print, screen and (min-width: 769px) {
  .width-pc-0 {
    width: 0% !important;
  }
  .width-pc-1 {
    width: 1% !important;
  }
  .width-pc-2 {
    width: 2% !important;
  }
  .width-pc-3 {
    width: 3% !important;
  }
  .width-pc-4 {
    width: 4% !important;
  }
  .width-pc-5 {
    width: 5% !important;
  }
  .width-pc-6 {
    width: 6% !important;
  }
  .width-pc-7 {
    width: 7% !important;
  }
  .width-pc-8 {
    width: 8% !important;
  }
  .width-pc-9 {
    width: 9% !important;
  }
  .width-pc-10 {
    width: 10% !important;
  }
  .width-pc-11 {
    width: 11% !important;
  }
  .width-pc-12 {
    width: 12% !important;
  }
  .width-pc-13 {
    width: 13% !important;
  }
  .width-pc-14 {
    width: 14% !important;
  }
  .width-pc-15 {
    width: 15% !important;
  }
  .width-pc-16 {
    width: 16% !important;
  }
  .width-pc-17 {
    width: 17% !important;
  }
  .width-pc-18 {
    width: 18% !important;
  }
  .width-pc-19 {
    width: 19% !important;
  }
  .width-pc-20 {
    width: 20% !important;
  }
  .width-pc-21 {
    width: 21% !important;
  }
  .width-pc-22 {
    width: 22% !important;
  }
  .width-pc-23 {
    width: 23% !important;
  }
  .width-pc-24 {
    width: 24% !important;
  }
  .width-pc-25 {
    width: 25% !important;
  }
  .width-pc-26 {
    width: 26% !important;
  }
  .width-pc-27 {
    width: 27% !important;
  }
  .width-pc-28 {
    width: 28% !important;
  }
  .width-pc-29 {
    width: 29% !important;
  }
  .width-pc-30 {
    width: 30% !important;
  }
  .width-pc-31 {
    width: 31% !important;
  }
  .width-pc-32 {
    width: 32% !important;
  }
  .width-pc-33 {
    width: 33% !important;
  }
  .width-pc-34 {
    width: 34% !important;
  }
  .width-pc-35 {
    width: 35% !important;
  }
  .width-pc-36 {
    width: 36% !important;
  }
  .width-pc-37 {
    width: 37% !important;
  }
  .width-pc-38 {
    width: 38% !important;
  }
  .width-pc-39 {
    width: 39% !important;
  }
  .width-pc-40 {
    width: 40% !important;
  }
  .width-pc-41 {
    width: 41% !important;
  }
  .width-pc-42 {
    width: 42% !important;
  }
  .width-pc-43 {
    width: 43% !important;
  }
  .width-pc-44 {
    width: 44% !important;
  }
  .width-pc-45 {
    width: 45% !important;
  }
  .width-pc-46 {
    width: 46% !important;
  }
  .width-pc-47 {
    width: 47% !important;
  }
  .width-pc-48 {
    width: 48% !important;
  }
  .width-pc-49 {
    width: 49% !important;
  }
  .width-pc-50 {
    width: 50% !important;
  }
  .width-pc-51 {
    width: 51% !important;
  }
  .width-pc-52 {
    width: 52% !important;
  }
  .width-pc-53 {
    width: 53% !important;
  }
  .width-pc-54 {
    width: 54% !important;
  }
  .width-pc-55 {
    width: 55% !important;
  }
  .width-pc-56 {
    width: 56% !important;
  }
  .width-pc-57 {
    width: 57% !important;
  }
  .width-pc-58 {
    width: 58% !important;
  }
  .width-pc-59 {
    width: 59% !important;
  }
  .width-pc-60 {
    width: 60% !important;
  }
  .width-pc-61 {
    width: 61% !important;
  }
  .width-pc-62 {
    width: 62% !important;
  }
  .width-pc-63 {
    width: 63% !important;
  }
  .width-pc-64 {
    width: 64% !important;
  }
  .width-pc-65 {
    width: 65% !important;
  }
  .width-pc-66 {
    width: 66% !important;
  }
  .width-pc-67 {
    width: 67% !important;
  }
  .width-pc-68 {
    width: 68% !important;
  }
  .width-pc-69 {
    width: 69% !important;
  }
  .width-pc-70 {
    width: 70% !important;
  }
  .width-pc-71 {
    width: 71% !important;
  }
  .width-pc-72 {
    width: 72% !important;
  }
  .width-pc-73 {
    width: 73% !important;
  }
  .width-pc-74 {
    width: 74% !important;
  }
  .width-pc-75 {
    width: 75% !important;
  }
  .width-pc-76 {
    width: 76% !important;
  }
  .width-pc-77 {
    width: 77% !important;
  }
  .width-pc-78 {
    width: 78% !important;
  }
  .width-pc-79 {
    width: 79% !important;
  }
  .width-pc-80 {
    width: 80% !important;
  }
  .width-pc-81 {
    width: 81% !important;
  }
  .width-pc-82 {
    width: 82% !important;
  }
  .width-pc-83 {
    width: 83% !important;
  }
  .width-pc-84 {
    width: 84% !important;
  }
  .width-pc-85 {
    width: 85% !important;
  }
  .width-pc-86 {
    width: 86% !important;
  }
  .width-pc-87 {
    width: 87% !important;
  }
  .width-pc-88 {
    width: 88% !important;
  }
  .width-pc-89 {
    width: 89% !important;
  }
  .width-pc-90 {
    width: 90% !important;
  }
  .width-pc-91 {
    width: 91% !important;
  }
  .width-pc-92 {
    width: 92% !important;
  }
  .width-pc-93 {
    width: 93% !important;
  }
  .width-pc-94 {
    width: 94% !important;
  }
  .width-pc-95 {
    width: 95% !important;
  }
  .width-pc-96 {
    width: 96% !important;
  }
  .width-pc-97 {
    width: 97% !important;
  }
  .width-pc-98 {
    width: 98% !important;
  }
  .width-pc-99 {
    width: 99% !important;
  }
  .width-pc-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .width-sp-0 {
    width: 0% !important;
  }
  .width-sp-1 {
    width: 1% !important;
  }
  .width-sp-2 {
    width: 2% !important;
  }
  .width-sp-3 {
    width: 3% !important;
  }
  .width-sp-4 {
    width: 4% !important;
  }
  .width-sp-5 {
    width: 5% !important;
  }
  .width-sp-6 {
    width: 6% !important;
  }
  .width-sp-7 {
    width: 7% !important;
  }
  .width-sp-8 {
    width: 8% !important;
  }
  .width-sp-9 {
    width: 9% !important;
  }
  .width-sp-10 {
    width: 10% !important;
  }
  .width-sp-11 {
    width: 11% !important;
  }
  .width-sp-12 {
    width: 12% !important;
  }
  .width-sp-13 {
    width: 13% !important;
  }
  .width-sp-14 {
    width: 14% !important;
  }
  .width-sp-15 {
    width: 15% !important;
  }
  .width-sp-16 {
    width: 16% !important;
  }
  .width-sp-17 {
    width: 17% !important;
  }
  .width-sp-18 {
    width: 18% !important;
  }
  .width-sp-19 {
    width: 19% !important;
  }
  .width-sp-20 {
    width: 20% !important;
  }
  .width-sp-21 {
    width: 21% !important;
  }
  .width-sp-22 {
    width: 22% !important;
  }
  .width-sp-23 {
    width: 23% !important;
  }
  .width-sp-24 {
    width: 24% !important;
  }
  .width-sp-25 {
    width: 25% !important;
  }
  .width-sp-26 {
    width: 26% !important;
  }
  .width-sp-27 {
    width: 27% !important;
  }
  .width-sp-28 {
    width: 28% !important;
  }
  .width-sp-29 {
    width: 29% !important;
  }
  .width-sp-30 {
    width: 30% !important;
  }
  .width-sp-31 {
    width: 31% !important;
  }
  .width-sp-32 {
    width: 32% !important;
  }
  .width-sp-33 {
    width: 33% !important;
  }
  .width-sp-34 {
    width: 34% !important;
  }
  .width-sp-35 {
    width: 35% !important;
  }
  .width-sp-36 {
    width: 36% !important;
  }
  .width-sp-37 {
    width: 37% !important;
  }
  .width-sp-38 {
    width: 38% !important;
  }
  .width-sp-39 {
    width: 39% !important;
  }
  .width-sp-40 {
    width: 40% !important;
  }
  .width-sp-41 {
    width: 41% !important;
  }
  .width-sp-42 {
    width: 42% !important;
  }
  .width-sp-43 {
    width: 43% !important;
  }
  .width-sp-44 {
    width: 44% !important;
  }
  .width-sp-45 {
    width: 45% !important;
  }
  .width-sp-46 {
    width: 46% !important;
  }
  .width-sp-47 {
    width: 47% !important;
  }
  .width-sp-48 {
    width: 48% !important;
  }
  .width-sp-49 {
    width: 49% !important;
  }
  .width-sp-50 {
    width: 50% !important;
  }
  .width-sp-51 {
    width: 51% !important;
  }
  .width-sp-52 {
    width: 52% !important;
  }
  .width-sp-53 {
    width: 53% !important;
  }
  .width-sp-54 {
    width: 54% !important;
  }
  .width-sp-55 {
    width: 55% !important;
  }
  .width-sp-56 {
    width: 56% !important;
  }
  .width-sp-57 {
    width: 57% !important;
  }
  .width-sp-58 {
    width: 58% !important;
  }
  .width-sp-59 {
    width: 59% !important;
  }
  .width-sp-60 {
    width: 60% !important;
  }
  .width-sp-61 {
    width: 61% !important;
  }
  .width-sp-62 {
    width: 62% !important;
  }
  .width-sp-63 {
    width: 63% !important;
  }
  .width-sp-64 {
    width: 64% !important;
  }
  .width-sp-65 {
    width: 65% !important;
  }
  .width-sp-66 {
    width: 66% !important;
  }
  .width-sp-67 {
    width: 67% !important;
  }
  .width-sp-68 {
    width: 68% !important;
  }
  .width-sp-69 {
    width: 69% !important;
  }
  .width-sp-70 {
    width: 70% !important;
  }
  .width-sp-71 {
    width: 71% !important;
  }
  .width-sp-72 {
    width: 72% !important;
  }
  .width-sp-73 {
    width: 73% !important;
  }
  .width-sp-74 {
    width: 74% !important;
  }
  .width-sp-75 {
    width: 75% !important;
  }
  .width-sp-76 {
    width: 76% !important;
  }
  .width-sp-77 {
    width: 77% !important;
  }
  .width-sp-78 {
    width: 78% !important;
  }
  .width-sp-79 {
    width: 79% !important;
  }
  .width-sp-80 {
    width: 80% !important;
  }
  .width-sp-81 {
    width: 81% !important;
  }
  .width-sp-82 {
    width: 82% !important;
  }
  .width-sp-83 {
    width: 83% !important;
  }
  .width-sp-84 {
    width: 84% !important;
  }
  .width-sp-85 {
    width: 85% !important;
  }
  .width-sp-86 {
    width: 86% !important;
  }
  .width-sp-87 {
    width: 87% !important;
  }
  .width-sp-88 {
    width: 88% !important;
  }
  .width-sp-89 {
    width: 89% !important;
  }
  .width-sp-90 {
    width: 90% !important;
  }
  .width-sp-91 {
    width: 91% !important;
  }
  .width-sp-92 {
    width: 92% !important;
  }
  .width-sp-93 {
    width: 93% !important;
  }
  .width-sp-94 {
    width: 94% !important;
  }
  .width-sp-95 {
    width: 95% !important;
  }
  .width-sp-96 {
    width: 96% !important;
  }
  .width-sp-97 {
    width: 97% !important;
  }
  .width-sp-98 {
    width: 98% !important;
  }
  .width-sp-99 {
    width: 99% !important;
  }
  .width-sp-100 {
    width: 100% !important;
  }
}
.color-main {
  color: #2C4198;
}
.color-red {
  color: #D80915;
}
.color-red2 {
  color: #FF3E3E;
}

.text-vertical-super {
  vertical-align: super;
  font-size: 0.6em;
  position: relative;
}
.text-vertical-sub {
  vertical-align: sub;
  font-size: 0.6em;
  bottom: 0.4em;
  position: relative;
}
.text-wrap {
  position: relative;
  padding-left: 2.5em;
}
.text-wrap span {
  position: absolute;
  left: 0;
}

.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}

.font-size-12 {
  font-size: 12px !important;
}
.font-size-13 {
  font-size: 13px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-15 {
  font-size: 15px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-17 {
  font-size: 17px !important;
}
.font-size-18 {
  font-size: 18px !important;
}
.font-size-20 {
  font-size: 20px !important;
}
.font-size-22 {
  font-size: 22px !important;
}

@media screen and (max-width: 768px) {
  .font-size-sp-12 {
    font-size: 12px !important;
  }
  .font-size-sp-13 {
    font-size: 13px !important;
  }
  .font-size-sp-14 {
    font-size: 14px !important;
  }
  .font-size-sp-15 {
    font-size: 15px !important;
  }
  .font-size-sp-16 {
    font-size: 16px !important;
  }
  .font-size-sp-17 {
    font-size: 17px !important;
  }
  .font-size-sp-18 {
    font-size: 18px !important;
  }
}