/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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 {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* 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 {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
body.is-fixed {
  overflow: hidden;
}

* {
  line-height: inherit;
  min-inline-size: 0;
}

picture {
  display: block;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

ul {
  list-style: none;
}

input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
select,
textarea {
  outline: none;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  width: 1px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  outline-color: #c7c7c7;
}

input:-ms-input-placeholder {
  outline-color: #c7c7c7;
}

input::-ms-input-placeholder {
  outline-color: #c7c7c7;
}

input::placeholder {
  outline-color: #c7c7c7;
}

/* IE */
input:-ms-input-placeholder {
  outline-color: #c7c7c7;
}

/* Edge */
input::-ms-input-placeholder {
  outline-color: #c7c7c7;
}

@media only screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

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

.nowrap {
  white-space: nowrap;
}

.en {
  font-family: "Kanit", sans-serif;
  font-style: italic;
}
.en.-normal {
  font-style: normal;
}

.c-inner {
  margin: 0 auto;
  max-width: 81.25rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .c-inner {
    padding: 0 3.125rem;
  }
  .c-inner.-sm {
    max-width: 75rem;
  }
}

.c-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.c-img.-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}
.c-img img {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-header {
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.c-header.is-show {
  -webkit-transform: none !important;
  transform: none !important;
}
.c-header.on-blue .c-nav__link {
  color: #fff;
}
.c-header.on-blue .c-nav__link::before {
  background: #fff;
}
.c-header.on-blue .c-header__logo {
  background: #fff;
}
.c-header.on-blue .c-header__logo .fill {
  fill: #004fb3;
}
.c-header.on-blue .c-header__logo .stroke {
  stroke: #004fb3;
}
.c-header.on-blue .c-header__menu .line::before, .c-header.on-blue .c-header__menu .line::after {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .c-header__inner {
    display: flex;
    justify-content: space-between;
    padding-right: 3rem;
  }
}
.c-header__logo {
  align-items: center;
  background: #004fb3;
  border-radius: 0 0 1.0625rem 0;
  display: flex;
  height: 3.875rem;
  justify-content: center;
  padding-right: 0.125rem;
  pointer-events: auto;
  transition: 0.3s ease-out;
  transition-property: opacity, background;
  width: 17.25rem;
}
.c-header__logo .fill,
.c-header__logo .stroke {
  transition: 0.3s ease-out;
  transition-property: fill, stroke;
}
.c-header__logo .hidden-text {
  font-size: 0;
  opacity: 0;
  position: absolute;
}
.c-header__logo svg {
  height: auto;
  width: 15.084375rem;
}
@media only screen and (min-width: 768px) {
  .c-header__logo svg {
    width: 26.2125rem;
  }
}
@media (hover: hover) {
  .c-header__logo:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-header__logo:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .c-header__logo {
    border-radius: 0 0 1.875rem 0;
    height: 5.5625rem;
    width: 30.125rem;
  }
}
.c-header__logo.is-active {
  background: #fff;
}
.c-header__logo.is-active .fill {
  fill: #004fb3;
}
.c-header__logo.is-active .stroke {
  stroke: #004fb3;
}
.c-header__logo img {
  aspect-ratio: 300/31;
  max-width: 15.0625rem;
}
@media only screen and (min-width: 768px) {
  .c-header__logo img {
    aspect-ratio: 419/47;
    max-width: 26.1875rem;
  }
}
.c-header__menu {
  aspect-ratio: 1/1;
  height: 4.0625rem;
  pointer-events: auto;
  position: absolute;
  right: 1rem;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .c-header__menu {
    display: none;
  }
}
.c-header__menu.in-firstview .line::before, .c-header__menu.in-firstview .line::after {
  background: #fff;
}
.c-header__menu.is-active .line::before, .c-header__menu.is-active .line::after {
  background: #fff;
}
.c-header__menu.is-active .line::before {
  top: 0;
  -webkit-transform: translate(-50%, 0) rotate(15deg);
  transform: translate(-50%, 0) rotate(15deg);
}
.c-header__menu.is-active .line::after {
  top: 0;
  -webkit-transform: translate(-50%, 0) rotate(-15deg);
  transform: translate(-50%, 0) rotate(-15deg);
}
.c-header__menu .line {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-header__menu .line::before, .c-header__menu .line::after {
  background: #1f4eb4;
  content: "";
  height: 0.25rem;
  left: 50%;
  position: absolute;
  width: 3.4375rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: 0.3s ease-out;
  transition-property: top, background, -webkit-transform;
  transition-property: transform, top, background;
  transition-property: transform, top, background, -webkit-transform;
}
.c-header__menu .line::before {
  top: -0.3125rem;
}
.c-header__menu .line::after {
  top: 0.3125rem;
}

.c-footer {
  background: #004fb3;
  color: #fff;
  padding-bottom: 1.25rem;
  padding-top: 2.125rem;
}
@media only screen and (min-width: 768px) {
  .c-footer {
    padding-bottom: 3.25rem;
    padding-top: 4.25rem;
  }
}
.c-footer__inner {
  padding: 0 1.875rem;
}
@media only screen and (min-width: 768px) {
  .c-footer__inner {
    padding: 0 3.125rem;
  }
}
.c-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8125rem 1.25rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .c-footer__nav {
    flex-wrap: nowrap;
    gap: 2.25rem;
    left: 0.625rem;
    margin: 0 auto 4.5rem;
    position: relative;
  }
}
@media (hover: hover) {
  .c-footer__nav-link:hover .txt::before {
    width: 100%;
  }
}
@media (hover: none) {
  .c-footer__nav-link:active .txt::before {
    width: 100%;
  }
}
.c-footer__nav-link .txt {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  position: relative;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .c-footer__nav-link .txt {
    font-size: 1.6875rem;
  }
}
.c-footer__nav-link .txt::before {
  background: #fff;
  bottom: 0.125rem;
  content: "";
  height: 0.101875rem;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-out;
  width: 0;
}
@media only screen and (min-width: 768px) {
  .c-footer__nav-link .txt::before {
    height: 0.1875rem;
  }
}
.c-footer__txt {
  font-size: 0.5625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.2222222222;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-footer__txt {
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
    line-height: 2;
    margin-bottom: 2.875rem;
  }
}
.c-footer__contact, .c-footer__org {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-footer__contact, .c-footer__org {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.c-footer__org {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .c-footer__org {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}
.c-footer__contact {
  font-size: 0.65625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5238095238;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .c-footer__contact {
    font-size: 0.9375rem;
    margin-bottom: 4.75rem;
  }
}
.c-footer__copy {
  font-size: 0.5rem;
  letter-spacing: 0.06em;
  line-height: 1.625;
  opacity: 0.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c-footer__copy {
    font-size: 0.65625rem;
    line-height: 1.9047619048;
  }
}

@media only screen and (min-width: 768px) {
  body.is-phase1-interview .c-footer {
    height: 39.458272328vw;
  }
  body.is-phase1-interview.interview-05 .c-footer {
    height: 39.6046852123vw;
  }
}

.c-nav {
  background: #004fb5;
  bottom: 0;
  display: flex;
  left: 0;
  opacity: 0;
  padding-top: 0.625rem;
  pointer-events: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s ease-out;
  transition-property: opacity, visibility;
  visibility: hidden;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .c-nav {
    background: transparent;
    opacity: 1;
    padding-top: 0.875rem;
    pointer-events: none;
    position: static;
    visibility: visible;
    z-index: 1;
  }
}
.c-nav.is-active {
  opacity: 1;
  visibility: visible;
}
.c-nav__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .c-nav__list {
    flex: 1 1 auto;
    flex-direction: row;
    gap: 1.375rem;
  }
}
.c-nav__link {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  pointer-events: auto;
  transition: 0.3s ease-out;
  transition-property: opacity, color;
}
@media only screen and (min-width: 768px) {
  .c-nav__link {
    color: #004fb5;
    gap: 0.1875rem;
    position: relative;
  }
  .c-nav__link::before {
    background: #004fb5;
    bottom: -0.3125rem;
    content: "";
    height: 0.1875rem;
    left: 0;
    position: absolute;
    transition: 0.3s ease-out;
    transition-property: width;
    width: 0;
  }
}
@media (hover: hover) {
  .c-nav__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (hover: hover) and (min-width: 768px) {
  .c-nav__link:hover {
    opacity: 1;
  }
  .c-nav__link:hover::before {
    width: 100%;
  }
}
@media (hover: none) {
  .c-nav__link:active {
    opacity: 0.7;
  }
}
@media only screen and (hover: none) and (min-width: 768px) {
  .c-nav__link:active {
    opacity: 1;
  }
  .c-nav__link:active::before {
    width: 100%;
  }
}
.c-nav__link .en {
  font-size: 2.1875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  .c-nav__link .en {
    font-size: 1.375rem;
    line-height: 1;
    white-space: nowrap;
  }
}
.c-nav__link .txt {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: -0.125rem;
}
@media only screen and (min-width: 768px) {
  .c-nav__link .txt {
    font-size: 0.625rem;
    margin-top: 0;
  }
}

.c-breadcrumbs {
  font-size: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  .c-breadcrumbs {
    font-size: 0.75rem;
  }
}
.c-breadcrumbs__current {
  color: #bebebe;
}
.c-breadcrumbs a {
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .c-breadcrumbs a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-breadcrumbs a:active {
    opacity: 0.7;
  }
}

.l-fv {
  aspect-ratio: 250/629;
  overflow: hidden;
  padding-top: 62.9333333333vw;
  position: relative;
  width: 100%;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .l-fv {
    aspect-ratio: 1365/1184;
    min-height: 0;
    padding-top: 20.8638360176vw;
  }
}
.l-fv__wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.l-fv__wrapper .main-bg {
  background: url("../img/top/bg_img@2x-80.jpg") no-repeat top center/cover;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 251.6vw;
  width: 100%;
  z-index: -2;
}
@media only screen and (min-width: 768px) {
  .l-fv__wrapper .main-bg {
    top: 86.7399267399vw;
  }
}
.l-fv__wrapper .main-bg img {
  display: none;
}
.l-fv__loading {
  background: #004fb5;
  left: 0;
  min-height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
.l-fv__bg {
  background: #fff;
  left: 0;
  min-height: 100vh;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.l-fv__bg-img {
  aspect-ratio: 250/629;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .l-fv__bg-img {
    aspect-ratio: 1365/1184;
  }
}
.l-fv__main {
  position: relative;
  z-index: 4;
}
.l-fv__ttl {
  aspect-ratio: 359/200;
  left: -0.25rem;
  margin: 0 auto 1.125rem;
  max-width: 22.375rem;
}
@media only screen and (min-width: 768px) {
  .l-fv__ttl {
    aspect-ratio: 1355/278;
    left: 0;
    margin: 0 auto -0.5124450952vw;
    max-width: 99.1947291362vw;
  }
}
.l-fv__txt {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-right: -0.3em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-fv__txt {
    font-size: 2.0497803807vw;
  }
}

.l-intro {
  background: transparent;
  margin-top: -11rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .l-intro {
    margin-top: -12.25rem;
  }
}
.l-intro__txt {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.5;
  margin-bottom: 1.125rem;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .l-intro__txt {
    font-size: 1.1875rem;
    line-height: 2.3888888889;
  }
}
.l-intro__catch {
  aspect-ratio: 254/33;
  margin: 0 auto;
  max-width: 15.875rem;
}
@media only screen and (min-width: 768px) {
  .l-intro__catch {
    aspect-ratio: 288/38;
    left: -0.3125rem;
    max-width: 18rem;
    position: relative;
  }
}

.l-seminar {
  padding-top: 4rem;
}
@media only screen and (min-width: 768px) {
  .l-seminar {
    padding-top: 6rem;
  }
}
.l-seminar__inner {
  margin: 0 auto;
  max-width: 23.4375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .l-seminar__inner {
    max-width: 68.125rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-seminar__sub {
  color: #004fb5;
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: -0.1875rem;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .l-seminar__sub {
    font-size: 6.25rem;
    left: -0.25rem;
    margin-bottom: -0.6875rem;
    position: relative;
    text-align: left;
  }
}
.l-seminar__ttl {
  color: #004fb5;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.1428571429;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-seminar__ttl {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
    text-align: left;
  }
}
.l-seminar__box {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-seminar__box {
    position: relative;
    text-align: left;
  }
}
.l-seminar__txt {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8333333333;
  margin-bottom: 1.25rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .l-seminar__txt {
    margin-left: auto;
    margin-right: auto;
    max-width: 19.0625rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-seminar__txt {
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 3.25rem;
    max-width: 43.125rem;
  }
}
.l-seminar__badge {
  display: inline-block;
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .l-seminar__badge {
    margin-bottom: 0;
    position: absolute;
    right: 2.125rem;
    top: 0.5rem;
  }
}
.l-seminar__badge img {
  display: block;
  height: 60px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .l-seminar__badge img {
    height: 160px;
  }
}
.l-seminar__main {
  margin: 0 auto;
  max-width: 21.5625rem;
}
@media only screen and (min-width: 768px) {
  .l-seminar__main {
    max-width: 65rem;
  }
}
.l-seminar__logo {
  margin-bottom: 1.125rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-seminar__logo {
    margin-bottom: 1.5rem;
  }
}
.l-seminar__logo .hidden-text {
  font-size: 0;
  opacity: 0;
  position: absolute;
}
.l-seminar__logo .logo-svg {
  display: inline-block;
  height: 20px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .l-seminar__logo .logo-svg {
    height: 46px;
  }
}
.l-seminar__catch {
  font-size: clamp(18px, 5.1vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
  margin-bottom: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .l-seminar__catch {
    font-size: 55px;
    line-height: 1.3818181818;
    margin-bottom: 1.375rem;
    text-align: center;
  }
}
.l-seminar__date {
  border-bottom: 0.125rem solid currentColor;
  color: #000;
  display: table;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin: 0 auto 1.25rem;
  padding-bottom: 0.625rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-seminar__date {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 1.875rem;
    padding-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-seminar__txt {
    margin-bottom: 2rem;
    max-width: 40rem;
  }
  .l-seminar__badge {
    display: block;
    margin-bottom: 1.625rem;
    position: static;
    text-align: center;
  }
  .l-seminar__badge img {
    display: inline-block;
    height: clamp(92px, 12vw, 130px);
  }
  .l-seminar__main {
    max-width: calc(100% - 4rem);
  }
  .l-seminar__logo {
    margin-bottom: 1.5rem;
  }
  .l-seminar__logo .logo-svg {
    height: clamp(32px, 4vw, 40px);
  }
  .l-seminar__catch {
    font-size: clamp(34px, 4.4vw, 48px);
    line-height: 1.35;
    margin-bottom: 1.25rem;
  }
  .l-seminar__date {
    font-size: clamp(15px, 1.8vw, 18px);
    line-height: 1.6;
  }
}
.l-seminar__btn {
  align-items: center;
  background: #eb871e;
  border-radius: 3.125rem;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 2.875rem;
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: opacity;
  width: 19.6875rem;
}
@media only screen and (min-width: 768px) {
  .l-seminar__btn {
    font-size: 1rem;
    height: 3.5rem;
    width: 23.75rem;
  }
}
@media (hover: hover) {
  .l-seminar__btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-seminar__btn:active {
    opacity: 0.7;
  }
}
.l-seminar__btn .arrow {
  position: absolute;
  right: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5625rem;
}
@media only screen and (min-width: 768px) {
  .l-seminar__btn .arrow {
    right: 1.5rem;
    width: 0.6875rem;
  }
}
.l-seminar__btn .arrow svg {
  display: block;
  height: auto;
  width: 100%;
}

.l-data {
  padding-bottom: 2.875rem;
  padding-top: 4.875rem;
}
@media only screen and (min-width: 768px) {
  .l-data {
    padding-bottom: 0;
    padding-top: 6rem;
  }
}
.l-data__inner {
  margin: 0 auto;
  max-width: 23.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-data__inner {
    max-width: 81.25rem;
  }
}
.l-data__sub {
  color: #004fb5;
  font-size: 3.125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: -0.1875rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-data__sub {
    font-size: 6.25rem;
    left: -0.25rem;
    margin-bottom: -0.6875rem;
    position: relative;
    text-align: left;
  }
}
.l-data__ttl {
  color: #004fb5;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.1428571429;
  margin-bottom: 0.25rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-data__ttl {
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
    text-align: left;
  }
}
.l-data__txt {
  color: #004fb5;
  font-size: 0.65625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2380952381;
  margin-bottom: 2.6875rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-data__txt {
    font-size: 0.75rem;
    line-height: 1.4444444444;
    text-align: left;
  }
}
.l-data__container {
  display: flex;
  flex-direction: column;
}
.l-data__block {
  aspect-ratio: 1/1;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 1;
}
.l-data__block::after {
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .l-data__block {
    width: 100%;
  }
}
.l-data__block.-data1::after {
  background: url(../img/top/bg1.jpg) no-repeat center/100% 100%;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data1::after {
    background: url(../img/top/bg1-pc.jpg) no-repeat center/100% 100%;
  }
}
.l-data__block.-data2::after {
  background: url(../img/top/bg2.jpg) no-repeat center/100% 100%;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data2::after {
    background: url(../img/top/bg2-pc.jpg) no-repeat center/100% 100%;
  }
}
.l-data__block.-data3::after {
  background: url(../img/top/bg3.jpg) no-repeat center/100% 100%;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data3::after {
    background: url(../img/top/bg3-pc.jpg) no-repeat center/100% 100%;
  }
}
.l-data__block.-data4::after {
  background: url(../img/top/bg4.jpg) no-repeat center/100% 100%;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data4::after {
    background: url(../img/top/bg4-pc.jpg) no-repeat center/100% 100%;
  }
}
.l-data__block.-data5::after {
  background: url(../img/top/bg5.jpg) no-repeat center/100% 100%;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data5::after {
    background: url(../img/top/bg5-pc.jpg) no-repeat center/100% 100%;
  }
}
.l-data__block.-data6::after {
  background: url(../img/top/bg6.jpg) no-repeat center/100% 100%;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data6::after {
    background: url(../img/top/bg6-pc.jpg) no-repeat center/100% 100%;
  }
}
.l-data__block.-data7::after {
  background: url(../img/top/bg7.jpg) no-repeat center/100% 100%;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data7::after {
    background: url(../img/top/bg7-pc.jpg) no-repeat center/100% 100%;
  }
}
.l-data__block.-data8::after {
  background: url(../img/top/bg8.jpg) no-repeat center/100% 100%;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data8::after {
    background: url(../img/top/bg8-pc.jpg) no-repeat center/100% 100%;
  }
}
@media only screen and (max-width: 768px) {
  .l-data__block:nth-child(2n+1) {
    width: 17.5625rem;
  }
  .l-data__block:nth-child(2n+1) .block-label {
    right: 1rem;
    top: 0.3125rem;
  }
  .l-data__block:nth-child(2n) {
    margin-left: auto;
    width: 13.8125rem;
  }
  .l-data__block:nth-child(2n) .block-label {
    right: -0.125rem;
    top: -0.25rem;
  }
}
.l-data__block .block-img1, .l-data__block .block-img2 {
  position: absolute;
}
.l-data__block .block-label {
  align-items: center;
  aspect-ratio: 1/1;
  background: #eb871e;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  position: absolute;
  width: 3.475rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block .block-label {
    font-size: 1.125rem;
    width: 5.035625rem;
  }
}
.l-data__block .block-txt {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .l-data__block .block-txt {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.l-data__block .txt-sub {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-data__block .txt-sub {
    font-size: 1.875rem;
  }
}
.l-data__block .txt-main {
  font-size: 2.02125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-data__block .txt-main {
    font-size: 4.05rem;
  }
}
.l-data__block .txt-main .strong {
  display: inline-block;
  font-size: 4.716875rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-data__block .txt-main .strong {
    font-size: 9.1125rem;
  }
}
.l-data__block.-data1 {
  margin-bottom: 1.5rem;
  padding-top: 3.0625rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data1 {
    margin-left: auto;
    margin-top: -8.3125rem;
    max-width: 33.4375rem;
    padding-top: 5rem;
  }
}
.l-data__block.-data1 .txt-sub {
  margin-bottom: -0.25rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data1 .txt-sub {
    font-size: 2.5rem;
    margin-bottom: -1rem;
  }
}
.l-data__block.-data1 .txt-main {
  position: relative;
  right: 0.3125rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data1 .txt-main {
    right: 0.625rem;
  }
}
.l-data__block.-data1 .txt-main .strong {
  display: inline-block;
  padding-left: 0.625rem;
  padding-right: 0.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data1 .txt-main .strong {
    padding-left: 0.9375rem;
    padding-right: 0.8125rem;
    top: 0.3125rem;
  }
}
.l-data__block.-data1 .block-txt {
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data1 .block-txt {
    letter-spacing: 0.08em;
    margin-top: 0.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data1 .block-label {
    right: 3.625rem;
    top: 0.4375rem;
  }
}
.l-data__block.-data1 .block-img1 {
  aspect-ratio: 91/66;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  bottom: -1rem;
  margin-left: 0.4375rem;
  max-width: 5.6875rem;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data1 .block-img1 {
    bottom: -0.1875rem;
    margin-left: 0.625rem;
    max-width: 12rem;
  }
}
.l-data__block.-data2 {
  margin-bottom: 0.8125rem;
  padding-top: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data2 {
    margin-right: auto;
    margin-top: -25rem;
    max-width: 26.5625rem;
    padding-top: 4.75rem;
  }
}
.l-data__block.-data2 .txt-sub {
  margin-bottom: -0.4375rem;
}
.l-data__block.-data2 .txt-main {
  font-size: 1.5875rem;
  left: -0.25rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data2 .txt-main {
    font-size: 4.05rem;
    left: 0;
  }
}
.l-data__block.-data2 .txt-main .strong {
  font-size: 3.705rem;
  padding-left: 0.9375rem;
  padding-right: 0.625rem;
  top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data2 .txt-main .strong {
    font-size: 9.1125rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.l-data__block.-data2 .block-txt {
  margin-top: 0.1875rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data2 .block-txt {
    margin-top: 0.6875rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data2 .block-label {
    right: 0.875rem;
    top: 0.8125rem;
  }
}
.l-data__block.-data2 .block-img1 {
  aspect-ratio: 85/55;
  bottom: 0.125rem;
  left: 50%;
  max-width: 5.3125rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data2 .block-img1 {
    bottom: -1.75rem;
    margin-left: 0.3125rem;
    max-width: 12rem;
  }
}
.l-data__block.-data3 {
  margin-bottom: 0.625rem;
  padding-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data3 {
    left: -1.5625rem;
    margin: 0 auto;
    margin-top: -3.125rem;
    max-width: 26.5625rem;
    padding-top: 4.6875rem;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data3 .txt-sub {
    font-size: 1.89625rem;
    margin-bottom: -0.6875rem;
  }
}
.l-data__block.-data3 .txt-sub .small {
  font-size: 0.6125rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data3 .txt-sub .small {
    font-size: 1.185625rem;
  }
}
.l-data__block.-data3 .txt-main {
  left: -0.3125rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data3 .txt-main {
    left: 0;
  }
}
.l-data__block.-data3 .txt-main .strong {
  padding-left: 0.625rem;
  padding-right: 0.25rem;
  top: 0.1875rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data3 .txt-main .strong {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.l-data__block.-data3 .block-txt {
  margin-top: 0.1875rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data3 .block-txt {
    margin-top: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data3 .block-label {
    right: 0.9375rem;
    top: 0.9375rem;
  }
}
.l-data__block.-data3 .block-img1 {
  aspect-ratio: 1/1;
  border: 0.15rem solid #fff;
  border-radius: 50%;
  left: 0;
  max-width: 6.625rem;
  top: -3.5625rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data3 .block-img1 {
    border: 0.25rem solid #fff;
    left: auto;
    max-width: 9.4375rem;
    right: 0;
    right: -6.375rem;
    top: 5.375rem;
  }
}
.l-data__block.-data4 {
  margin-bottom: 1.875rem;
  padding-top: 2.1875rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data4 {
    margin-left: auto;
    margin-top: -8rem;
    max-width: 26.5625rem;
    padding-top: 4.625rem;
  }
}
.l-data__block.-data4 .txt-sub {
  left: 0.125rem;
  margin-bottom: -0.375rem;
}
.l-data__block.-data4 .txt-main {
  font-size: 1.5875rem;
  left: -0.3125rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data4 .txt-main {
    font-size: 4.05rem;
    left: -0.25rem;
  }
}
.l-data__block.-data4 .txt-main .strong {
  font-size: 3.7rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data4 .txt-main .strong {
    font-size: 9.1125rem;
    padding-left: 0.75rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data4 .block-label {
    right: 1rem;
    top: 0.75rem;
  }
}
.l-data__block.-data4 .block-txt {
  margin-top: 0.1875rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data4 .block-txt {
    margin-top: 0.6875rem;
  }
}
.l-data__block.-data4 .block-img1 {
  aspect-ratio: 1/1;
  border: 0.15rem solid #fff;
  border-radius: 50%;
  bottom: -1.25rem;
  left: -1.5rem;
  max-width: 4.875rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data4 .block-img1 {
    border: 0.25rem solid #fff;
    bottom: -6.875rem;
    left: auto;
    max-width: 11.375rem;
    right: -0.125rem;
  }
}
.l-data__block.-data5 {
  margin-bottom: 1.625rem;
  padding-top: 2.7rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data5 {
    left: -3rem;
    margin-right: auto;
    margin-top: -19.375rem;
    max-width: 33.4375rem;
    padding-top: 5.5rem;
    position: relative;
  }
}
.l-data__block.-data5 .txt-sub {
  left: -0.1875rem;
  margin-bottom: -0.375rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data5 .txt-sub {
    font-size: 2.5rem;
    left: 0;
    margin-bottom: -0.8125rem;
  }
}
.l-data__block.-data5 .txt-main {
  left: -0.3125rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data5 .txt-main {
    left: -0.125rem;
  }
}
.l-data__block.-data5 .txt-main .strong {
  padding-left: 1.1875rem;
  padding-right: 0.9375rem;
  top: 0.0625rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data5 .txt-main .strong {
    padding-left: 1.75rem;
    padding-right: 1.8125rem;
    top: 0.5rem;
  }
}
.l-data__block.-data5 .block-txt {
  margin-top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data5 .block-txt {
    margin-top: 0.6875rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data5 .block-label {
    right: 5.4375rem;
    top: -1.0625rem;
  }
}
.l-data__block.-data5 .block-img2 {
  aspect-ratio: 102/65;
  bottom: -1.125rem;
  left: 50%;
  max-width: 6.375rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data5 .block-img2 {
    bottom: -0.9375rem;
    max-width: 11.125rem;
  }
}
.l-data__block.-data5 .block-img1 {
  aspect-ratio: 1/1;
  border: 0.15rem solid #fff;
  border-radius: 50%;
  bottom: -1rem;
  max-width: 5.5625rem;
  right: -3.125rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data5 .block-img1 {
    border: 0.25rem solid #fff;
    bottom: auto;
    left: 1.6875rem;
    max-width: 13.75rem;
    right: auto;
    top: -9rem;
  }
}
.l-data__block.-data6 {
  margin-bottom: 0.8125rem;
  padding-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data6 {
    left: 9.875rem;
    margin: 0 auto;
    margin-top: -13.875rem;
    max-width: 19.4375rem;
    padding-top: 4.4375rem;
    position: relative;
  }
}
.l-data__block.-data6 .txt-sub {
  margin-bottom: -0.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data6 .txt-sub {
    margin-bottom: -0.125rem;
  }
}
.l-data__block.-data6 .txt-main {
  font-size: 1.5875rem;
  left: 0.0625rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data6 .txt-main {
    font-size: 2.39125rem;
    left: -0.25rem;
  }
}
.l-data__block.-data6 .txt-main .strong {
  font-size: 3.7rem;
  padding-left: 0.9375rem;
  padding-right: 0.6875rem;
  top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data6 .txt-main .strong {
    font-size: 5.380625rem;
    padding-left: 1rem;
    padding-right: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data6 .block-label {
    right: 0.4375rem;
    top: -0.75rem;
  }
}
.l-data__block.-data6 .block-txt {
  margin-top: 0.1875rem;
}
.l-data__block.-data6 .block-img1 {
  aspect-ratio: 1/1;
  border: 0.15rem solid #fff;
  border-radius: 50%;
  bottom: -1.625rem;
  left: -4.5rem;
  max-width: 6.5rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data6 .block-img1 {
    border: 0.25rem solid #fff;
    bottom: auto;
    left: 0.4375rem;
    max-width: 7.75rem;
    top: -3.75rem;
  }
}
.l-data__block.-data7 {
  margin-bottom: 1.9375rem;
  padding-top: 3.9375rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data7 {
    left: -0.9375rem;
    margin-left: auto;
    margin-top: -21.875rem;
    max-width: 33.4375rem;
    order: 8;
    padding-top: 6.25rem;
    position: relative;
  }
}
.l-data__block.-data7 .txt-sub {
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data7 .txt-sub {
    left: 0.3125rem;
  }
}
.l-data__block.-data7 .txt-sub2 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: -0.25rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data7 .txt-sub2 {
    font-size: 1.6875rem;
    margin-bottom: -0.5rem;
  }
}
.l-data__block.-data7 .txt-main {
  font-size: 1.496875rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data7 .txt-main {
    font-size: 2.924375rem;
    left: 0.4375rem;
  }
}
.l-data__block.-data7 .txt-main .strong {
  font-size: 3.368125rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data7 .txt-main .strong {
    font-size: 6.60625rem;
    padding-right: 0.375rem;
  }
}
.l-data__block.-data7 .block-txt {
  margin-top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data7 .block-txt {
    margin-top: 0.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data7 .block-label {
    right: 3.6875rem;
    top: 0.5625rem;
  }
}
.l-data__block.-data7 .block-img1 {
  aspect-ratio: 92/68;
  bottom: -1.125rem;
  left: 50%;
  margin-left: 0.625rem;
  max-width: 5.75rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data7 .block-img1 {
    bottom: -0.75rem;
    margin-left: 0.9375rem;
    max-width: 12.5rem;
  }
}
.l-data__block.-data8 {
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data8 {
    left: 2.1875rem;
    margin-right: auto;
    margin-top: -2.8125rem;
    max-width: 26.5625rem;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .l-data__block.-data8 {
    padding-top: 3.625rem;
  }
}
.l-data__block.-data8 .txt-sub {
  margin-bottom: 0.3125rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data8 .txt-sub {
    letter-spacing: 0.08em;
    margin-bottom: 0.5625rem;
  }
}
.l-data__block.-data8 .txt-sub2 {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: -0.8125rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data8 .txt-sub2 {
    font-size: 0.9375rem;
    line-height: 1.5333333333;
    margin-bottom: -1.4375rem;
  }
}
.l-data__block.-data8 .txt-main {
  font-size: 1.5875rem;
  left: -0.25rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data8 .txt-main {
    font-size: 4.05rem;
    left: 0;
  }
}
.l-data__block.-data8 .txt-main .strong {
  font-size: 3.7rem;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data8 .txt-main .strong {
    font-size: 9.1125rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    top: 0.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data8 .block-label {
    right: 0.9375rem;
    top: 0.75rem;
  }
}
.l-data__block.-data8 .block-txt {
  letter-spacing: 0.03em;
  margin-top: 0.25rem;
}
.l-data__block.-data8 .block-img1 {
  aspect-ratio: 1/1;
  border: 0.15rem solid #fff;
  border-radius: 50%;
  left: -4.0625rem;
  max-width: 6.375rem;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data8 .block-img1 {
    border: 0.25rem solid #fff;
    left: -4.25rem;
    max-width: 11rem;
    top: -3.75rem;
  }
}
.l-data__block.-data8 .block-img2 {
  aspect-ratio: 1/1;
  border: 0.15rem solid #fff;
  border-radius: 50%;
  bottom: -2.875rem;
  max-width: 5.3125rem;
  right: -0.125rem;
}
@media only screen and (min-width: 768px) {
  .l-data__block.-data8 .block-img2 {
    border: 0.25rem solid #fff;
    bottom: -5.125rem;
    max-width: 9.125rem;
    right: 1.125rem;
  }
}

.l-interview {
  padding-top: 4.0625rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .l-interview {
    margin-top: -4.875rem;
    padding-top: 4.125rem;
  }
}
.l-interview__inner {
  max-width: 75.625rem;
}
.l-interview__sub {
  color: #004fb5;
  font-size: 3.125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-interview__sub {
    font-size: 6.25rem;
    margin-bottom: -0.5625rem;
    text-align: left;
  }
}
.l-interview__ttl {
  color: #004fb5;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.1428571429;
  margin-bottom: 0.3125rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-interview__ttl {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    margin-left: 0.1875rem;
    text-align: left;
  }
}
.l-interview__txt {
  font-size: 0.65625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.0952380952;
  margin-bottom: 2.625rem;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .l-interview__txt {
    font-size: 1rem;
    line-height: 1.875;
    margin-bottom: 8.5rem;
    text-align: left;
  }
}
.l-interview__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.25rem;
}
@media only screen and (min-width: 768px) {
  .l-interview__list {
    gap: 2.3125rem;
  }
}
.l-interview__item {
  flex: 0 0 auto;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: opacity;
  width: calc(50% - 0.625rem);
}
@media (hover: hover) {
  .l-interview__item:hover .l-interview__item-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  .l-interview__item:hover .l-interview__item-ttl .arrow {
    background: #fff;
  }
  .l-interview__item:hover .l-interview__item-ttl .cls-1 {
    stroke: #004fb5;
  }
}
@media (hover: none) {
  .l-interview__item:active .l-interview__item-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  .l-interview__item:active .l-interview__item-ttl .arrow {
    background: #fff;
  }
  .l-interview__item:active .l-interview__item-ttl .cls-1 {
    stroke: #004fb5;
  }
}
@media only screen and (min-width: 768px) {
  .l-interview__item {
    width: calc(33.3333333333% - 1.5416666667rem);
  }
  .l-interview__item.-top:nth-child(3n+2) {
    bottom: 6.25rem;
    position: relative;
  }
  .l-interview__item.-top:nth-child(3n) {
    bottom: 12.5rem;
    position: relative;
  }
}
.l-interview__item.is-active {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-interview__item.is-active {
    display: block;
    opacity: 0.5 !important;
    pointer-events: none;
  }
}
.l-interview__item-label {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  align-items: center;
  background: #004fb5;
  border-radius: 6.25rem;
  color: #fff;
  display: flex;
  font-size: 0.51875rem;
  font-weight: 400;
  height: 1.3125rem;
  justify-content: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  width: 4.875rem;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .l-interview__item-label {
    font-size: 1rem;
    min-height: 2.5rem;
    width: 9.375rem;
  }
}
.l-interview__item-img {
  aspect-ratio: 289/392;
  border-radius: 0.3125rem;
  overflow: hidden;
  position: relative;
}
.l-interview__item-img::before {
  border: 0.125rem solid #004fb5;
  border-radius: 0.3125rem;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .l-interview__item-img::before {
    border: 0.3125rem solid #004fb5;
    border-radius: 1.0625rem;
  }
}
.l-interview__item-img img {
  transition: 0.3s ease-out;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media only screen and (min-width: 768px) {
  .l-interview__item-img {
    aspect-ratio: 333/453;
    border-radius: 1.0625rem;
  }
}
.l-interview__item-body {
  padding-top: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .l-interview__item-body {
    padding-top: 2.1875rem;
  }
}
.l-interview__item-ttl {
  color: #004fb5;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4545454545;
  margin-bottom: 0.0625rem;
  padding-right: 1.875rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-interview__item-ttl {
    font-size: 1.375rem;
    left: 0.1875rem;
    margin-bottom: 0.3125rem;
    padding-right: 4.375rem;
  }
}
.l-interview__item-ttl .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  align-items: center;
  aspect-ratio: 1/1;
  background: #004fb5;
  border: 0.0625rem solid #004fb5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  transform: translate(0, -50%);
  transition: 0.3s ease-out;
  transition-property: background;
  width: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .l-interview__item-ttl .arrow {
    border: 0.125rem solid #004fb5;
    right: 0.625rem;
    width: 3.75rem;
  }
}
.l-interview__item-ttl .arrow svg {
  height: auto;
  width: 0.375rem;
}
@media only screen and (min-width: 768px) {
  .l-interview__item-ttl .arrow svg {
    width: 0.6875rem;
  }
}
.l-interview__item-ttl .cls-1 {
  stroke: #fff;
  fill: none;
  stroke-miterlimit: 10;
  transition: 0.3s ease-out;
  transition-property: stroke;
}
.l-interview__item-name {
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
}
@media only screen and (min-width: 768px) {
  .l-interview__item-name {
    font-size: 1rem;
    left: 0.25rem;
    position: relative;
  }
}
.l-interview__item-txt {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .l-interview__item-txt {
    font-size: 1rem;
    line-height: 1.875;
  }
}
.l-interview__bottom {
  padding-bottom: 3rem;
  padding-top: 3.25rem;
}
@media only screen and (min-width: 768px) {
  .l-interview__bottom {
    padding-bottom: 6.25rem;
    padding-top: 7.8125rem;
  }
}
.l-interview__carousel {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-interview__viewport {
    margin-top: -1.25rem;
    overflow: hidden;
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-interview__track {
    flex-wrap: nowrap;
    transition: none;
    will-change: transform;
  }
  .l-interview__track.is-sliding {
    transition: -webkit-transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  }
}
.l-interview__pager {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-interview__pager {
    align-items: center;
    aspect-ratio: 1/1;
    background: #004fb5;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 14.125rem;
    transition: opacity 0.3s ease-out;
    width: 3.75rem;
    z-index: 3;
  }
  .l-interview__pager:hover {
    opacity: 0.72;
  }
  .l-interview__pager svg {
    overflow: visible;
    width: 0.8125rem;
  }
  .l-interview__pager polyline,
  .l-interview__pager line {
    fill: none;
    stroke: #fff;
    stroke-width: 0.8;
    stroke-miterlimit: 10;
  }
  .l-interview__pager--prev {
    left: -8.375rem;
  }
  .l-interview__pager--next {
    right: -8.375rem;
  }
}

@media only screen and (min-width: 768px) {
  body.is-phase1-interview .l-interview__bottom {
    height: 62.9575402635vw;
  }
}

.l-search {
  padding-bottom: 3rem;
  padding-top: 3.5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .l-search {
    padding-bottom: 7.375rem;
    padding-top: 4.125rem;
  }
}
.l-search::before {
  aspect-ratio: 375/761;
  background: url(../img/top/search-bg-sp.png) no-repeat center/100% auto;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .l-search::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .l-search__inner {
    max-width: 85.375rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.l-search__sub {
  color: #004fb5;
  font-size: 3.125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-search__sub {
    font-size: 6.25rem;
    left: 0.875rem;
    margin-bottom: -0.6875rem;
    position: relative;
  }
}
.l-search__ttl {
  color: #004fb5;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.1428571429;
  margin-bottom: 0.75rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-search__ttl {
    font-size: 1.25rem;
    margin-bottom: 3.75rem;
  }
}
.l-search__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .l-search__list {
    flex-direction: row;
    gap: 0.625rem;
  }
}
.l-search__item {
  border-radius: 0.375rem;
  color: #fff;
  min-height: 13.625rem;
  padding: 2.25rem 1.1875rem 2.5rem;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media only screen and (min-width: 768px) {
  .l-search__item {
    border-radius: 0.4375rem;
    min-height: 21.5625rem;
    padding: 4.625rem 1rem 5rem 2.5rem;
    width: calc(50% - 0.3125rem);
  }
}
@media (hover: hover) {
  .l-search__item:hover {
    opacity: 0.7;
  }
  .l-search__item:hover.-search1 .item-btn .arrow {
    background: #eb871e;
  }
  .l-search__item:hover.-search1 .cls-1 {
    stroke: #fff;
  }
  .l-search__item:hover.-search2 .item-btn .arrow {
    background: #0093db;
  }
  .l-search__item:hover.-search2 .cls-1 {
    stroke: #fff;
  }
}
@media (hover: none) {
  .l-search__item:active {
    opacity: 0.7;
  }
  .l-search__item:active.-search1 .item-btn .arrow {
    background: #eb871e;
  }
  .l-search__item:active.-search1 .cls-1 {
    stroke: #fff;
  }
  .l-search__item:active.-search2 .item-btn .arrow {
    background: #0093db;
  }
  .l-search__item:active.-search2 .cls-1 {
    stroke: #fff;
  }
}
.l-search__item .item-sub {
  align-items: center;
  display: flex;
  gap: 0.125rem;
  white-space: nowrap;
}
.l-search__item .item-sub .main {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .l-search__item .item-sub .main {
    font-size: 5rem;
  }
}
.l-search__item .item-sub .sub {
  font-size: 0.46875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3333333333;
  position: relative;
  top: -0.0625rem;
}
@media only screen and (min-width: 768px) {
  .l-search__item .item-sub .sub {
    font-size: 0.9375rem;
  }
}
.l-search__item .item-sub .sub::after {
  background: #fff;
  bottom: -0.1875rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .l-search__item .item-sub .sub::after {
    bottom: -0.4375rem;
    height: 0.125rem;
  }
}
.l-search__item .item-body {
  align-items: flex-start;
  display: flex;
  gap: 1.25rem;
  margin-top: 0.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-search__item .item-body {
    gap: 0;
    justify-content: space-between;
    margin-top: 1rem;
  }
}
.l-search__item .item-txt {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.45;
  max-width: 10.125rem;
}
@media only screen and (min-width: 768px) {
  .l-search__item .item-txt {
    font-size: 1rem;
    left: -0.25rem;
    line-height: 1.8125;
    max-width: 100%;
    position: relative;
  }
}
.l-search__item .item-img {
  position: relative;
}
.l-search__item .item-btn {
  align-items: center;
  bottom: 0.875rem;
  display: flex;
  gap: 0.5rem;
  position: absolute;
  right: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .l-search__item .item-btn {
    bottom: 1.75rem;
    gap: 0.75rem;
    right: 1.25rem;
  }
}
.l-search__item .item-btn .txt {
  font-size: 0.65625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  .l-search__item .item-btn .txt {
    font-size: 0.9375rem;
  }
}
.l-search__item .item-btn .arrow {
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  transition: 0.3s ease-out;
  transition-property: background;
  width: 1.9375rem;
}
@media only screen and (min-width: 768px) {
  .l-search__item .item-btn .arrow {
    width: 3.75rem;
  }
}
.l-search__item .item-btn .arrow svg {
  height: auto;
  width: 0.4375rem;
}
@media only screen and (min-width: 768px) {
  .l-search__item .item-btn .arrow svg {
    width: 0.75rem;
  }
}
.l-search__item .item-btn .cls-1 {
  fill: none;
  stroke-miterlimit: 10;
  transition: 0.3s ease-out;
  transition-property: stroke;
}
.l-search__item.-search1 {
  background: #eb871e;
}
@media only screen and (min-width: 768px) {
  .l-search__item.-search1 {
    padding-left: 2.8125rem;
  }
}
.l-search__item.-search1 .item-ttl {
  aspect-ratio: 170/22;
  max-width: 10.625rem;
}
@media only screen and (min-width: 768px) {
  .l-search__item.-search1 .item-ttl {
    aspect-ratio: 338/43;
    max-width: 21.125rem;
  }
}
.l-search__item.-search1 .item-main {
  aspect-ratio: 300/59;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .l-search__item.-search1 .item-main {
    margin-bottom: 2.1875rem;
    max-width: 35.1875rem;
  }
}
.l-search__item.-search1 .item-img {
  aspect-ratio: 94/60;
  left: -0.3125rem;
  max-width: 5.875rem;
}
@media only screen and (min-width: 768px) {
  .l-search__item.-search1 .item-img {
    left: -2.4375rem;
    max-width: 11.6875rem;
  }
}
.l-search__item.-search1 .item-sub {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-search__item.-search1 .item-sub {
    gap: 0.375rem;
    left: -0.4375rem;
  }
}
.l-search__item.-search1 .cls-1 {
  stroke: #eb871e;
}
.l-search__item.-search2 {
  background: #0093db;
  padding: 2rem 1.125rem 2.5rem;
}
@media only screen and (min-width: 768px) {
  .l-search__item.-search2 {
    padding: 4.5rem 1rem 1.5rem 3.1875rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-search__item.-search2 .item-sub {
    gap: 0.5rem;
  }
}
.l-search__item.-search2 .item-main {
  aspect-ratio: 300/60;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .l-search__item.-search2 .item-main {
    margin-bottom: 2.1875rem;
    max-width: 35.1875rem;
  }
}
.l-search__item.-search2 .item-ttl {
  aspect-ratio: 271/23;
  max-width: 16.9375rem;
}
.l-search__item.-search2 .item-ttl.-fix {
  aspect-ratio: 298/44;
  max-width: 8.75rem;
}
@media only screen and (min-width: 768px) {
  .l-search__item.-search2 .item-ttl.-fix {
    max-width: 18.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-search__item.-search2 .item-ttl {
    aspect-ratio: 542/46;
    max-width: 33.875rem;
  }
}
.l-search__item.-search2 .item-txt {
  margin-top: 0.125rem;
}
.l-search__item.-search2 .item-img {
  aspect-ratio: 94/60;
  max-width: 5.875rem;
}
@media only screen and (min-width: 768px) {
  .l-search__item.-search2 .item-img {
    left: -2.375rem;
    max-width: 11.625rem;
  }
}
.l-search__item.-search2 .cls-1 {
  stroke: #0093db;
}

.s-search {
  overflow: hidden;
  padding-bottom: 3.75rem;
  padding-top: 5.375rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .s-search {
    padding-bottom: 7.5rem;
    padding-top: 11.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-search.-company::before, .s-search.-intern::before {
    aspect-ratio: 2735/1016;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 10.625rem;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) {
  .s-search.-company::before {
    background: url(../img/search/company-bg-pc.png) no-repeat center/100%;
  }
}
@media only screen and (min-width: 768px) {
  .s-search.-intern::before {
    background: url(../img/search/intern-bg-pc.png) no-repeat center/100%;
  }
}
.s-search__top-container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-search__top-container {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 68.75rem;
    padding-bottom: 5.1875rem;
  }
  .s-search__top-container.-intern {
    padding-bottom: 5.625rem;
  }
}
.s-search__head {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .s-search__head {
    width: 100%;
  }
  .s-search__head.-intern {
    margin-top: 3.4375rem;
  }
  .s-search__head.-company {
    margin-top: 3.4375rem;
  }
}
.s-search__head-ttl.-intern {
  aspect-ratio: 242/31;
  margin-bottom: 0.375rem;
  max-width: 15.125rem;
}
@media only screen and (min-width: 768px) {
  .s-search__head-ttl.-intern {
    aspect-ratio: 620/79;
    margin-bottom: 0.25rem;
    max-width: 38.75rem;
  }
}
.s-search__head-ttl.-company {
  aspect-ratio: 232/71;
  margin-bottom: 0.4375rem;
  max-width: 14.5rem;
}
.s-search__head-ttl.-company.-fix {
  aspect-ratio: 518/76;
  max-width: 13.125rem;
}
@media only screen and (min-width: 768px) {
  .s-search__head-ttl.-company.-fix {
    max-width: 32.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-search__head-ttl.-company {
    aspect-ratio: 927/79;
    margin-bottom: 0.3125rem;
    margin-left: 0.4375rem;
    max-width: 57.9375rem;
  }
}
.s-search__head-sub {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .s-search__head-sub {
    font-size: 3.375rem;
  }
}
.s-search__head-sub.-intern {
  color: #e98632;
}
@media only screen and (min-width: 768px) {
  .s-search__head-sub.-intern {
    margin-bottom: 1.625rem;
    margin-left: 0.4375rem;
  }
}
.s-search__head-sub.-company {
  color: #4192d9;
  margin-bottom: 0.375rem;
}
@media only screen and (min-width: 768px) {
  .s-search__head-sub.-company {
    margin-bottom: 1.5625rem;
  }
}
.s-search__txt {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.0833333333;
  margin-bottom: 0.375rem;
}
.s-search__txt.-company {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .s-search__txt {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
  .s-search__txt.-intern {
    margin-left: 0.3125rem;
  }
}
.s-search__img {
  aspect-ratio: 376/167;
}
@media only screen and (min-width: 768px) {
  .s-search__img {
    aspect-ratio: 324/208;
    max-width: 20.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-search__img.-company {
    aspect-ratio: 326/209;
    max-width: 20.375rem;
  }
}
.s-search__img-box {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
@media only screen and (min-width: 768px) {
  .s-search__img-box {
    margin: 0;
    position: absolute;
    right: -0.0625rem;
    top: 10.3125rem;
  }
  .s-search__img-box.-company {
    right: 0.1875rem;
    top: 10.25rem;
  }
}
.s-search__hr {
  background-image: repeating-linear-gradient(90deg, #666666 0, #666666 1px, transparent 1px, transparent 3.5px);
  border: none;
  height: 1px;
  margin: 2rem 0 1.6875rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .s-search__hr {
    margin: 2.5rem 0 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-search__body-container {
    margin: 0 auto;
    max-width: 61.4375rem;
  }
}
.s-search__empty {
  display: none;
  flex: 0 0 auto;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
.s-search__empty.is-active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .s-search__empty {
    font-size: 1rem;
  }
}

.s-tag.-intern .s-tag__item {
  color: #000;
}
@media (hover: hover) {
  .s-tag.-intern .s-tag__item:hover {
    color: #000;
  }
}
@media (hover: none) {
  .s-tag.-intern .s-tag__item:active {
    color: #000;
  }
}
.s-tag.-intern .s-tag__item--all {
  color: #e78432;
}
.s-tag.-intern .s-tag__item.is-active {
  background: #e78432;
  color: #fff;
}
.s-tag.-intern .s-tag__block-ttl {
  color: #e78432;
}
@media (hover: hover) {
  .s-tag.-intern .s-tag__check input[type=checkbox] + span:hover {
    color: #e78432;
  }
}
@media (hover: none) {
  .s-tag.-intern .s-tag__check input[type=checkbox] + span:active {
    color: #e78432;
  }
}
.s-tag.-intern .s-tag__check input[type=checkbox] + span::after {
  background: #e78432;
}
@media (hover: hover) {
  .s-tag.-intern .s-tag__radio-item input[type=radio] + span:hover {
    color: #e78432;
  }
}
@media (hover: none) {
  .s-tag.-intern .s-tag__radio-item input[type=radio] + span:active {
    color: #e78432;
  }
}
.s-tag.-intern .s-tag__radio-item input[type=radio] + span::after {
  background: #e78432;
}
.s-tag.-company .s-tag__item {
  color: #000;
}
@media (hover: hover) {
  .s-tag.-company .s-tag__item:hover {
    color: #000;
  }
}
@media (hover: none) {
  .s-tag.-company .s-tag__item:active {
    color: #000;
  }
}
.s-tag.-company .s-tag__item--all {
  color: #4192d9;
}
.s-tag.-company .s-tag__item.is-active {
  background: #4192d9;
  color: #fff;
}
.s-tag__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: -0.0625rem;
}
@media only screen and (min-width: 768px) {
  .s-tag__ttl {
    font-size: 1.9375rem;
    margin-bottom: 0.25rem;
  }
}
.s-tag__sub {
  font-size: 0.65625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .s-tag__sub {
    font-size: 0.8125rem;
    margin-bottom: 1.25rem;
  }
}
.s-tag__sub.-intern {
  color: #e98632;
}
.s-tag__sub.-company {
  color: #4192d9;
}
@media only screen and (min-width: 768px) {
  .s-tag__sub.-company {
    margin-left: 0.3125rem;
  }
}
.s-tag__container {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .s-tag__container {
    gap: 1.3125rem;
  }
}
.s-tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.25rem;
}
@media only screen and (min-width: 768px) {
  .s-tag__list {
    gap: 0.4375rem 0.3125rem;
  }
}
.s-tag__item {
  align-items: center;
  background: #fff;
  border: 0.046875rem solid #d1d1d1;
  border-radius: 6.25rem;
  display: flex;
  font-size: 0.75rem;
  font-weight: 400;
  justify-content: center;
  min-height: 1.375rem;
  padding: 0 1rem;
  transition: 0.3s ease-out;
  transition-property: opacity, color;
  white-space: nowrap;
}
@media (hover: hover) {
  .s-tag__item:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .s-tag__item:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .s-tag__item {
    border: 0.0625rem solid #d1d1d1;
    border-radius: 6.25rem;
    font-size: 1rem;
    min-height: 1.875rem;
    padding: 0 1.25rem;
  }
}
.s-tag__reset {
  align-items: center;
  background: #2050b1;
  border: 1px solid #2050b1;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 2.8125rem;
  transition: 0.3s ease-out;
  transition-property: background, color;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .s-tag__reset {
    font-size: 1rem;
    max-width: 13.25rem;
  }
}
@media (hover: hover) {
  .s-tag__reset:hover {
    background: #fff;
    color: #2050b1;
  }
}
@media (hover: none) {
  .s-tag__reset:active {
    background: #fff;
    color: #2050b1;
  }
}
.s-tag__reset-box {
  margin-top: 1.6875rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-tag__reset-box {
    margin-top: 2.5rem;
  }
}
.s-tag__block.--interntype.is-disabled .s-tag__radio {
  opacity: 0.3;
  pointer-events: none;
}
.s-tag__block-ttl {
  color: #4190d7;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3333333333;
  margin-bottom: 0.375rem;
}
.s-tag__block-ttl.-intern {
  color: #e98632;
}
@media only screen and (min-width: 768px) {
  .s-tag__block-ttl {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    margin-left: 0.3125rem;
  }
}
.s-tag__radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5625rem 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .s-tag__radio {
    gap: 0.5rem 1.25rem;
  }
}
.s-tag__radio.--pl {
  padding-left: 1.625rem;
}
@media only screen and (min-width: 768px) {
  .s-tag__radio.--pl {
    padding-left: 2.1875rem;
  }
}
.s-tag__radio-item input[type=radio]:checked + span::after {
  opacity: 1;
}
.s-tag__radio-item input[type=radio] + span {
  align-items: center;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  padding-left: 1.625rem;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: color;
  white-space: nowrap;
}
@media (hover: hover) {
  .s-tag__radio-item input[type=radio] + span:hover {
    color: #4190d7;
  }
}
@media (hover: none) {
  .s-tag__radio-item input[type=radio] + span:active {
    color: #4190d7;
  }
}
@media only screen and (min-width: 768px) {
  .s-tag__radio-item input[type=radio] + span {
    font-size: 1rem;
    padding-left: 2.1875rem;
  }
}
.s-tag__radio-item input[type=radio] + span::before, .s-tag__radio-item input[type=radio] + span::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  aspect-ratio: 1/1;
  transform: translate(0, -50%);
}
.s-tag__radio-item input[type=radio] + span::before {
  background: #fff;
  border: 0.046875rem solid #d1d1d1;
  left: 0;
  width: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .s-tag__radio-item input[type=radio] + span::before {
    border: 0.0625rem solid #d1d1d1;
    width: 1.5625rem;
  }
}
.s-tag__radio-item input[type=radio] + span::after {
  background: #4190d7;
  left: 0.34375rem;
  opacity: 0;
  width: 0.4375rem;
}
@media only screen and (min-width: 768px) {
  .s-tag__radio-item input[type=radio] + span::after {
    left: 0.5rem;
    width: 0.5625rem;
  }
}
.s-tag__select {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .s-tag__select {
    gap: 1rem;
  }
}
.s-tag__select-item.is-active .s-tag__list {
  pointer-events: auto;
}
.s-tag__select-item.is-active .s-tag__list .s-tag__item {
  opacity: 1;
}
.s-tag__select-item .s-tag__list {
  padding-left: 1.4375rem;
  padding-top: 0.75rem;
  pointer-events: none;
}
.s-tag__select-item .s-tag__list .s-tag__item {
  opacity: 0.3;
}
@media only screen and (min-width: 768px) {
  .s-tag__select-item .s-tag__list {
    padding-left: 1.875rem;
    padding-top: 1rem;
  }
}
.s-tag__check input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.s-tag__check input[type=checkbox] + span {
  align-items: center;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  padding-left: 1.625rem;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: color;
  white-space: nowrap;
}
@media (hover: hover) {
  .s-tag__check input[type=checkbox] + span:hover {
    color: #4190d7;
  }
}
@media (hover: none) {
  .s-tag__check input[type=checkbox] + span:active {
    color: #4190d7;
  }
}
@media only screen and (min-width: 768px) {
  .s-tag__check input[type=checkbox] + span {
    font-size: 1rem;
    padding-left: 2.1875rem;
  }
}
.s-tag__check input[type=checkbox] + span::before, .s-tag__check input[type=checkbox] + span::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  aspect-ratio: 1/1;
  transform: translate(0, -50%);
}
.s-tag__check input[type=checkbox] + span::before {
  background: #fff;
  border: 0.046875rem solid #d1d1d1;
  left: 0;
  width: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .s-tag__check input[type=checkbox] + span::before {
    border: 0.0625rem solid #d1d1d1;
    width: 1.5625rem;
  }
}
.s-tag__check input[type=checkbox] + span::after {
  background: #4190d7;
  left: 0.34375rem;
  opacity: 0;
  width: 0.4375rem;
}
@media only screen and (min-width: 768px) {
  .s-tag__check input[type=checkbox] + span::after {
    left: 0.5rem;
    width: 0.5625rem;
  }
}
.s-tag__category-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .s-tag__category-container {
    gap: 1rem;
  }
}
.s-tag__category-ttl {
  color: #4190d7;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3333333333;
  margin-bottom: 0.375rem;
}
.s-tag__category-ttl.-intern {
  color: #e98632;
}
@media only screen and (min-width: 768px) {
  .s-tag__category-ttl {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    margin-left: 0.3125rem;
  }
}

.s-intern__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .s-intern__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.s-intern__item {
  background: #f7f8f8;
  border: 0.040625rem solid #e78432;
  border-radius: 0.40625rem;
  display: none;
  flex-direction: column;
  padding: 1.1875rem 0.75rem 0.75rem;
  width: 100%;
}
.s-intern__item.is-active {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .s-intern__item {
    border: 0.0625rem solid #e78432;
    border-radius: 0.875rem;
    padding: 1.875rem 1.25rem 1.25rem;
    width: calc(50% - 0.625rem);
  }
}
.s-intern__desc {
  flex: 1 1 auto;
  font-size: 0.8975rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.454735376;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .s-intern__desc {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
.s-intern__genre {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 0.69375rem;
}
@media only screen and (min-width: 768px) {
  .s-intern__genre {
    font-size: 1.0625rem;
    margin-bottom: 1.25rem;
  }
}
.s-intern__genre .label {
  color: #e78432;
  font-weight: 700;
}
.s-intern__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.1875rem;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .s-intern__tags {
    gap: 0.4375rem 0.3125rem;
    margin-bottom: 1.25rem;
  }
}
.s-intern__tags-item {
  align-items: center;
  background: #fff;
  border: 0.040625rem solid #d1d1d1;
  border-radius: 6.25rem;
  display: flex;
  font-size: 0.653125rem;
  font-weight: 400;
  justify-content: center;
  min-height: 1.25rem;
  padding: 0 0.9375rem;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .s-intern__tags-item {
    border: 0.0625rem solid #d1d1d1;
    font-size: 1rem;
    min-height: 1.875rem;
    padding: 0 0.8125rem;
  }
}
.s-intern__btn {
  align-items: center;
  background: #e78432;
  border: 0.09375rem solid #e78432;
  border-radius: 0.1625rem;
  color: #fff;
  display: flex;
  font-size: 0.8125rem;
  font-weight: 700;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.15em;
  min-height: 2.5rem;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: background, color;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .s-intern__btn {
    border: 0.125rem solid #e78432;
    border-radius: 0.4375rem;
    font-size: 1.25rem;
    min-height: 3.875rem;
  }
}
@media (hover: hover) {
  .s-intern__btn:hover {
    background: #fff;
    color: #e78432;
  }
  .s-intern__btn:hover .cls-1 {
    stroke: #e78432;
  }
}
@media (hover: none) {
  .s-intern__btn:active {
    background: #fff;
    color: #e78432;
  }
  .s-intern__btn:active .cls-1 {
    stroke: #e78432;
  }
}
.s-intern__btn .arrow {
  align-items: center;
  aspect-ratio: 1/1;
  display: flex;
  position: absolute;
  right: 0.875rem;
  top: 50%;
  width: 0.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .s-intern__btn .arrow {
    right: 1.375rem;
    width: 0.6875rem;
  }
}
.s-intern__btn .arrow svg {
  height: auto;
  width: 100%;
}
.s-intern__btn .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.31px;
  transition: 0.3s ease-out;
  transition-property: stroke;
}
.s-intern__btn-box {
  margin-top: auto;
  text-align: center;
}

.s-company__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.s-company__item {
  background: #f4f4f4;
  border: 0.040625rem solid #4192d9;
  border-radius: 0.40625rem;
  display: none;
  padding: 0.75rem;
  width: 100%;
}
.s-company__item.is-active {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .s-company__item {
    border: 0.0625rem solid #4192d9;
    border-radius: 0.375rem;
    padding: 1.375rem 1.8125rem 1.8125rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-company__head {
    align-items: stretch;
    display: flex;
    gap: 1.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-company__head-main {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-company__head-info {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
  }
}
.s-company__img {
  aspect-ratio: 126/92;
  margin-bottom: 0.625rem;
  max-width: 7.875rem;
}
@media only screen and (min-width: 768px) {
  .s-company__img {
    margin-bottom: 0;
    max-width: 15.8125rem;
  }
}
.s-company__ttl {
  border-bottom: 0.040625rem solid #808080;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.3125rem;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .s-company__ttl {
    border: none;
    flex: 1 1 auto;
    font-size: 1.375rem;
    line-height: 1.4545454545;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.s-company__address {
  font-size: 0.65625rem;
  font-weight: 400;
  line-height: 1.619047619;
  margin-bottom: 0.6875rem;
}
@media only screen and (min-width: 768px) {
  .s-company__address {
    font-size: 1.0625rem;
    line-height: 1.5294117647;
    margin-bottom: 0;
  }
}
.s-company__address .label {
  color: #4192d9;
  font-weight: 700;
}
.s-company__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem 0.1875rem;
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .s-company__tags {
    border-top: 0.0625rem solid #babfb9;
    gap: 0.4375rem 0.3125rem;
    margin-bottom: 0;
    margin-top: 1.5625rem;
    padding-top: 1.875rem;
  }
}
.s-company__tags-item {
  align-items: center;
  background: #fff;
  border: 0.040625rem solid #d1d1d1;
  border-radius: 6.25rem;
  display: flex;
  font-size: 0.653125rem;
  font-weight: 400;
  justify-content: center;
  min-height: 1.25rem;
  padding: 0 0.75rem;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .s-company__tags-item {
    border: 0.0625rem solid #d1d1d1;
    font-size: 1rem;
    min-height: 1.875rem;
    padding: 0 1.5rem;
  }
}
.s-company__btn {
  align-items: center;
  background: #4192d9;
  border: 0.09375rem solid #4192d9;
  border-radius: 0.1625rem;
  color: #fff;
  display: flex;
  font-size: 0.8125rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.15em;
  min-height: 2.5rem;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: background, color;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .s-company__btn {
    border-radius: 0.25rem;
    font-size: 1.25rem;
    min-height: 3.875rem;
    padding-right: 1.25rem;
  }
}
@media (hover: hover) {
  .s-company__btn:hover {
    background: #fff;
    color: #4192d9;
  }
  .s-company__btn:hover .cls-1 {
    stroke: #4192d9;
  }
}
@media (hover: none) {
  .s-company__btn:active {
    background: #fff;
    color: #4192d9;
  }
  .s-company__btn:active .cls-1 {
    stroke: #4192d9;
  }
}
.s-company__btn .arrow {
  align-items: center;
  aspect-ratio: 1/1;
  display: flex;
  position: absolute;
  right: 0.875rem;
  top: 50%;
  width: 0.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .s-company__btn .arrow {
    right: 1.75rem;
    width: 0.75rem;
  }
}
.s-company__btn .arrow svg {
  height: auto;
  width: 100%;
}
.s-company__btn .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.31px;
  transition: 0.3s ease-out;
  transition-property: stroke;
}
.s-company__btn-box {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-company__btn-box {
    flex: 0 0 auto;
    max-width: 15.8125rem;
    text-align: right;
    width: 100%;
  }
}

.s-message {
  border-radius: 0.4375rem;
  color: #fff;
  margin-top: -1.875rem;
  overflow: hidden;
  padding-bottom: 1.875rem;
  padding-top: 2.1875rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .s-message {
    border-radius: 1.6875rem;
    margin-top: -3.125rem;
    padding-bottom: 6.875rem;
    padding-top: 8.375rem;
  }
}
.s-message__bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.s-message__catch {
  aspect-ratio: 201/28;
  left: -0.125rem;
  margin-bottom: 0.375rem;
  max-width: 12.5625rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-message__catch {
    aspect-ratio: 525/73;
    left: -0.4375rem;
    margin-bottom: 0.875rem;
    max-width: 32.8125rem;
  }
}
.s-message__ttl {
  font-size: 0.5rem;
  font-weight: 700;
  left: -0.125rem;
  margin-bottom: 1rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-message__ttl {
    font-size: 0.9375rem;
    left: -0.5625rem;
    margin-bottom: 4.6875rem;
  }
}
.s-message__hand {
  aspect-ratio: 167/35;
  left: -0.1875rem;
  margin-bottom: 1rem;
  max-width: 10.4375rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-message__hand {
    aspect-ratio: 412/91;
    left: -0.75rem;
    margin-bottom: 2.1875rem;
    max-width: 25.75rem;
  }
}
.s-message__txt {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.872;
  max-width: 13.3125rem;
}
@media only screen and (min-width: 768px) {
  .s-message__txt {
    font-size: 1rem;
    left: -1.0625rem;
    line-height: 2.3125;
    max-width: 31.5625rem;
    position: relative;
  }
}

.s-interview {
  overflow: hidden;
  padding-top: 5.375rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .s-interview {
    padding-bottom: 11.377245509vw;
    padding-top: 7.5rem;
  }
  .s-interview .c-breadcrumbs {
    font-size: 0.8982035928vw;
    margin-left: 1.1976047904vw;
  }
}
.s-interview__bg {
  display: none;
}
@media only screen and (min-width: 768px) {
  .s-interview__bg {
    aspect-ratio: 1366/507;
    background: url(../img/interview/bg-pc.png) no-repeat center/100% auto;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 37.4251497006vw;
  }
}
@media only screen and (min-width: 768px) {
  .s-interview__container {
    padding-top: 4.1916167665vw;
    width: 22.8293413174vw;
  }
}
@media only screen and (min-width: 768px) {
  .s-interview__inner {
    height: 54.7155688623vw;
    max-width: 102.245508982vw;
    padding-left: 4.9401197605vw;
    padding-right: 4.9401197605vw;
    position: relative;
  }
}
.s-interview__head {
  padding-top: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__head {
    padding-bottom: 1.122754491vw;
  }
}
.s-interview__sub {
  color: #2050b3;
  font-size: 3.125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 0.125rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__sub {
    font-size: 4.0419161677vw;
    margin-bottom: 0.2994011976vw;
  }
}
.s-interview__ttl {
  color: #2050b3;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__ttl {
    font-size: 1.3473053892vw;
    margin-bottom: 5.5389221557vw;
    margin-left: 0.1497005988vw;
  }
}
.s-interview__thumb {
  aspect-ratio: 345/200;
  margin-bottom: 1.6875rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-interview__thumb {
    aspect-ratio: 990/731;
    margin-bottom: 0;
  }
}
.s-interview__thumb-img {
  aspect-ratio: 345/200;
  border-radius: 0.625rem 0 0 0.625rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__thumb-img {
    aspect-ratio: 2335/1462;
    border-radius: 1.7964071856vw;
    bottom: 0;
    left: 0;
    max-width: 87.3502994012vw;
    position: absolute;
    top: 0;
    width: auto;
  }
}
.s-interview__thumb-wrapper {
  margin-right: -1.875rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-interview__thumb-wrapper {
    bottom: 0;
    left: 28.1437125749vw;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.s-interview__thumb-num {
  bottom: -2.5rem;
  color: #2050b3;
  font-size: 3.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  position: absolute;
  right: 1.75rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__thumb-num {
    bottom: -7.0359281437vw;
    font-size: 14.2215568862vw;
    line-height: 1;
    right: 8.9820359281vw;
  }
}
.s-interview__thumb-bg {
  aspect-ratio: 751/334;
  bottom: -1.875rem;
  left: -1.875rem;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .s-interview__thumb-bg {
    display: none;
  }
}
.s-interview__info {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__info {
    margin-bottom: 0;
  }
}
.s-interview__company {
  color: #2050b3;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__company {
    font-size: 1.4221556886vw;
    margin-bottom: 0.748502994vw;
  }
}
.s-interview__who {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 0.375rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__who {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    margin-bottom: 2.8443113772vw;
  }
}
.s-interview__name {
  align-items: center;
  display: flex;
  gap: 0.3125rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__name {
    gap: 0.374251497vw;
    margin-bottom: -0.5239520958vw;
  }
}
.s-interview__name .lg {
  bottom: 0.25rem;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-interview__name .lg {
    bottom: 0.8982035928vw;
    font-size: 3.7425149701vw;
  }
}
.s-interview__name .sm {
  font-size: 0.65625rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .s-interview__name .sm {
    font-size: 1.1976047904vw;
  }
}
.s-interview__time {
  font-size: 0.65625rem;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 768px) {
  .s-interview__time {
    font-size: 1.1976047904vw;
    line-height: 1.8125;
  }
}
.s-interview__catch {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__catch {
    margin-bottom: 2.245508982vw;
  }
}
.s-interview__catch .line {
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin-bottom: -1px;
  padding-bottom: 1px;
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .s-interview__catch .line {
    font-size: 2.8443113772vw;
    line-height: 1.3947368421;
    padding: 0 0.5239520958vw;
  }
}
.s-interview__catch .line::before {
  background: #2050b3;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.s-interview__profile {
  align-items: flex-start;
  border-bottom: 1px solid #808080;
  display: flex;
  gap: 1.125rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__profile {
    gap: 2.375rem;
    margin-bottom: 0;
    padding-bottom: 4.75rem;
  }
}
.s-interview__profile-img {
  aspect-ratio: 1/1;
  border: 0.125rem solid #2050b3;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-top: 0.25rem;
  overflow: hidden;
  width: 4.0625rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__profile-img {
    border: 0.25rem solid #2050b3;
    margin-left: -0.4375rem;
    margin-top: 0.5rem;
    width: 10.3125rem;
  }
}
.s-interview__profile-label {
  color: #004fb3;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  .s-interview__profile-label {
    font-size: 2rem;
    margin-bottom: 0.625rem;
  }
}
.s-interview__profile-txt {
  color: #004fb3;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__profile-txt {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-interview__main {
    align-items: flex-start;
    display: flex;
    gap: 4.125rem;
    max-width: 75.375rem;
  }
}
.s-interview__nav {
  background: #f4fbfe;
}
@media only screen and (min-width: 768px) {
  .s-interview__nav {
    background: transparent;
    flex: 0 0 auto;
    position: sticky;
    top: 6.25rem;
    width: 17rem;
  }
}
.s-interview__nav-ttl {
  align-items: center;
  border-bottom: 1px solid #2050b3;
  color: #2050b3;
  cursor: pointer;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  min-height: 2.9375rem;
  padding: 0 0.75rem;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .s-interview__nav-ttl {
    font-size: 0.8125rem;
    margin-bottom: 1.4375rem;
    min-height: 0;
    padding: 0 0 0.625rem;
    pointer-events: none;
  }
}
.s-interview__nav-ttl.is-active .arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.s-interview__nav-ttl .arrow {
  position: absolute;
  right: 0.4375rem;
  top: 50%;
  width: 0.9375rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .s-interview__nav-ttl .arrow {
    display: none;
  }
}
.s-interview__nav-ttl .arrow::before, .s-interview__nav-ttl .arrow::after {
  background: #2050b3;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: 0.3s ease-out;
  transition-property: opacity;
  width: 0.9375rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-interview__nav-ttl .arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.s-interview__nav-body {
  display: none;
}
@media only screen and (min-width: 768px) {
  .s-interview__nav-body {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .s-interview__nav-list {
    display: flex;
    flex-direction: column;
    gap: 0.0625rem;
  }
}
.s-interview__nav-item {
  border-bottom: 1px solid #2050b3;
}
@media only screen and (min-width: 768px) {
  .s-interview__nav-item {
    border: none;
  }
}
.s-interview__nav-link {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .s-interview__nav-link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .s-interview__nav-link:active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .s-interview__nav-link {
    gap: 1.25rem;
    min-height: auto;
    padding: 0;
  }
}
.s-interview__nav-link .num {
  color: #2050b3;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .s-interview__nav-link .num {
    font-size: 1.25rem;
  }
}
.s-interview__nav-link .txt {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  .s-interview__nav-link .txt {
    font-size: 0.875rem;
  }
}
.s-interview__body {
  padding-bottom: 3.625rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .s-interview__body {
    padding-bottom: 7rem;
  }
}
.s-interview__block {
  padding-top: 3.25rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__block {
    padding-top: 4.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-interview__block-container {
    flex: 1 1 auto;
  }
}
.s-interview__block-ttl {
  align-items: center;
  color: #2050b3;
  display: flex;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__block-ttl {
    gap: 0.875rem;
    margin-bottom: 1.125rem;
  }
}
.s-interview__block-ttl .num {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  .s-interview__block-ttl .num {
    font-size: 2.1875rem;
  }
}
.s-interview__block-ttl .txt {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .s-interview__block-ttl .txt {
    font-size: 0.9375rem;
  }
}
.s-interview__block-catch {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5882352941;
  margin-bottom: 1rem;
  margin-right: -0.625rem;
}
@media only screen and (min-width: 768px) {
  .s-interview__block-catch {
    font-size: 1.9375rem;
    line-height: 1.5161290323;
    margin-bottom: 2rem;
  }
}
.s-interview__block-txt {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.0833333333;
}
@media only screen and (min-width: 768px) {
  .s-interview__block-txt {
    font-size: 1.125rem;
    line-height: 2.1111111111;
  }
}
.s-interview__block-img {
  aspect-ratio: 315/184;
  border-radius: 0.625rem;
  margin-top: 1.25rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .s-interview__block-img {
    aspect-ratio: 765/447;
    border-radius: 1.3125rem;
    margin-top: 3.25rem;
  }
}

body.is-phase1-interview .s-interview__profile-img {
  border: 0;
  margin-top: -0.25rem;
}
body.is-phase1-interview.interview-04 .s-interview__thumb-img img, body.is-phase1-interview.interview-05 .s-interview__thumb-img img, body.is-phase1-interview.interview-06 .s-interview__thumb-img img {
  -o-object-position: left center;
  object-position: left center;
}
@media only screen and (min-width: 768px) {
  body.is-phase1-interview.interview-04 .s-interview__thumb-img, body.is-phase1-interview.interview-05 .s-interview__thumb-img, body.is-phase1-interview.interview-06 .s-interview__thumb-img {
    aspect-ratio: 2504/1463;
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  body.is-phase1-interview .s-interview__profile-img {
    border: 0;
    margin-left: max(-0.34375vw, -5.5px);
    margin-top: min(0.65625vw, 10.5px);
    width: min(11.875vw, 190px);
  }
  body.is-phase1-interview .s-interview__profile-img img {
    height: 100%;
    max-width: 100%;
    top: 50%;
    width: 100%;
  }
  body.is-phase1-interview.interview-04 .s-interview__body {
    padding-bottom: 14.7877013177vw;
  }
  body.is-phase1-interview.interview-05 .s-interview__body {
    padding-bottom: 17.6427525622vw;
  }
  body.is-phase1-interview.interview-06 .s-interview__body {
    padding-bottom: 12.8843338214vw;
  }
}

.s-schedule {
  background: #2050b3;
  color: #fff;
  padding-bottom: 4.125rem;
  padding-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .s-schedule {
    padding-bottom: 7.8125rem;
    padding-top: 3.625rem;
  }
}
.s-schedule__ttl {
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 1.125rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-schedule__ttl {
    font-size: 3.125rem;
    margin-bottom: 2.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-schedule__list:nth-child(1) {
    width: calc(50% - 1.25rem);
  }
}
.s-schedule__list:nth-child(1) .s-schedule__item:last-child .item-body {
  padding-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .s-schedule__list:nth-child(1) .s-schedule__item:last-child .item-body {
    padding-bottom: 0;
  }
}
.s-schedule__list:nth-child(1) .s-schedule__item:last-child .item-num::after {
  background: #57bdef;
  bottom: -0.625rem;
  content: "";
  position: absolute;
  right: 0;
  top: 0.625rem;
  width: 0.045rem;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .s-schedule__list:nth-child(1) .s-schedule__item:last-child .item-num::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .s-schedule__list {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .s-schedule__list-container {
    display: flex;
    gap: 3rem;
    margin: 0 auto;
    max-width: 61.5rem;
  }
}
.s-schedule__item {
  display: flex;
  gap: 1.4375rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-schedule__item {
    gap: 2.5rem;
  }
}
.s-schedule__item:not(:last-child) .item-body {
  padding-bottom: 0.9375rem;
}
@media only screen and (min-width: 768px) {
  .s-schedule__item:not(:last-child) .item-body {
    padding-bottom: 1.4375rem;
  }
}
.s-schedule__item:not(:last-child) .item-num::after {
  background: #57bdef;
  bottom: -0.625rem;
  content: "";
  position: absolute;
  right: 0;
  top: 0.625rem;
  width: 0.045rem;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .s-schedule__item:not(:last-child) .item-num::after {
    width: 0.0625rem;
  }
}
.s-schedule__item .item-num {
  flex: 0 0 auto;
  font-family: "Outfit", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-right: 1.25rem;
  position: relative;
  text-align: right;
  width: 4.1875rem;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .s-schedule__item .item-num {
    font-size: 1.25rem;
    padding-right: 1.75rem;
    width: 5.625rem;
  }
}
.s-schedule__item .item-num::before {
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 0;
  top: 0.625rem;
  width: 0.34375rem;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@media only screen and (min-width: 768px) {
  .s-schedule__item .item-num::before {
    width: 0.5rem;
  }
}
.s-schedule__item .item-ttl {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
}
@media only screen and (min-width: 768px) {
  .s-schedule__item .item-ttl {
    font-size: 1.0625rem;
  }
}
.s-schedule__item .item-txt {
  font-size: 0.65625rem;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  margin-right: -1rem;
  margin-top: 0.375rem;
}
@media only screen and (min-width: 768px) {
  .s-schedule__item .item-txt {
    font-size: 0.875rem;
    margin-top: 0.4375rem;
  }
}

@media only screen and (min-width: 768px) {
  body.is-phase1-interview .s-schedule {
    height: 47.5841874085vw;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */