@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

img, video, iframe {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

html {
  margin-top: 0 !important;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 1.111vw, 16px);
  color: #242C36;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
body a {
  color: #242C36;
}

main {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(../img/common/bg-dot.png) no-repeat center center/cover;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  color: #242C36;
}

h2, h3, h4, h5, h6 {
  font-size: 16px;
}

/* utility 
====================================== */
@media (max-width: 1280px) {
  .xl_only {
    display: none;
  }
}

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

.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.tb_only {
  display: none;
}
@media (max-width: 1024px) {
  .tb_only {
    display: block;
  }
}
@media (max-width: 768px) {
  .tb_only {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc_tb {
    display: none;
  }
}

.tb_sp {
  display: none;
}
@media (max-width: 1024px) {
  .tb_sp {
    display: block;
  }
}

.wrapper-blue {
  background-color: #EBF4FD;
  position: relative;
}

.footer {
  background-color: #242C36;
  position: relative;
  z-index: 0;
  color: #fff;
  overflow: hidden;
}
.footer.--entry::after {
  display: none;
}
.footer.--entry .footer__inner {
  padding: 2.5em 0 !important;
}
@media (max-width: 768px) {
  .footer.--entry .footer__inner {
    padding: 1.875em 0 !important;
  }
}
.footer.--entry .footer__copy {
  text-align: center;
}
.footer::after {
  content: "";
  display: block;
  width: 25.7vw;
  height: 24vw;
  background: url(../img/common/footer_logo.svg) no-repeat bottom center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  z-index: -1;
}
@media (max-width: 768px) {
  .footer::after {
    width: 69.4vw;
    height: 64.72vw;
    -webkit-transform: translate(15%, 13%);
            transform: translate(15%, 13%);
  }
}
.footer__inner {
  padding: 3.75em 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 22%;
}
@media (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.footer__info-title {
  font-size: 0.75em;
  line-height: 1;
  margin-bottom: 1em;
}
.footer__info-company {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 6.8em;
}
@media (max-width: 768px) {
  .footer__info-company {
    margin-bottom: 2em;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3.75em;
  }
}
.footer__nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  min-width: 200px;
}
@media (max-width: 768px) {
  .footer__nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: auto;
    gap: 1.25rem;
  }
}
.footer__nav-link {
  line-height: 1;
}
.footer__nav-link > a {
  font-size: 0.875em;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
.footer__nav-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75em;
  margin-top: 1.25em;
}
@media (max-width: 768px) {
  .footer__nav-link-list {
    margin-top: 1em;
  }
}
.footer__nav-link-item > a {
  color: #fff;
  font-size: 0.8125em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.footer__nav-link-item > a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: #fff;
}
.footer__copy {
  font-size: 0.6875em;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 91px;
  padding: 0 2.5em;
}
@media (max-width: 1024px) {
  .header {
    height: 71px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0 1.5em;
  }
}
.header__inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.header__logo {
  position: relative;
}
.header__logo a {
  display: block;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__logo a img.white {
  display: none;
}
.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__nav-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .header__nav-btns {
    display: none;
  }
}
.header__nav-btn {
  width: 140px;
  height: 51px;
}
.header__nav-btn > a {
  width: 100%;
  height: 100%;
  background-color: #242C36;
  border: 1px solid #000;
  border-radius: 8px;
  color: #fff;
  font-size: 0.875em;
  letter-spacing: 0.08em;
  font-weight: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav-btn > a:hover {
  background-color: #fff;
  color: #242C36;
}
.header__nav-btn > a:hover::after {
  background: url(../img/common/icons/arrow_black.svg) no-repeat center center/cover;
}
.header__nav-btn > a::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../img/common/icons/arrow_white.svg) no-repeat center center/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__btn {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 8;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background-color: #242C36;
}
@media (max-width: 1024px) {
  .header__btn {
    display: block;
  }
}
.header__btn .bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__btn .bar:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
}
.header__btn .bar:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__btn .bar:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + 6px));
          transform: translate(-50%, calc(-50% + 6px));
}
.header__menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  background-color: rgba(41, 112, 204, 0.84);
}
.header__menu-inner {
  padding: 5px 0 !important;
  width: 92.3% !important;
  max-height: 100vh;
  overflow: scroll;
}
.header__menu-container {
  max-width: 330px;
  margin-left: auto;
  background-color: #fff;
  padding: 4em 2.5em 2em;
  border-radius: 8px;
}
.header__menu-list {
  margin-bottom: 2em;
}
.header__menu-item > a {
  letter-spacing: 0.1em;
  font-weight: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 0.75em 0;
  line-height: 1;
}
.header__menu-item > a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icons/triangle_blue.svg) no-repeat center center/cover;
}
.header__menu-link-list {
  padding-left: 1.25em;
  padding-bottom: 0.75em;
}
.header__menu-link-item a {
  display: block;
  font-size: 0.8125em;
  line-height: 1;
  padding: 0.5em 0;
}
.header__menu-link-item a span {
  display: block;
  line-height: 1;
}
.header__menu-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
.header__menu-btn {
  width: 100%;
  max-width: 270px !important;
  height: 59px;
}
.header__menu-btn a {
  font-size: 0.875em;
  letter-spacing: 0.08em;
  font-weight: 900;
  background-color: #242C36;
  border-radius: 6px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 100%;
  height: 100%;
}
.header__menu-btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/icons/arrow_white.svg) no-repeat center center/cover;
}

.is-open .header__inner {
  height: 71px;
}
.is-open .header__menu {
  display: block;
}
.is-open .header__btn {
  display: block;
}
.is-open .header__btn .bar {
  height: 1.5px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.is-open .header__btn .bar:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.is-open .header__btn .bar:nth-child(2) {
  opacity: 0;
}
.is-open .header__btn .bar:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.breadcrumbs {
  font-size: 0.625em;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.breadcrumbs__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  color: #B1B1B1;
  padding: 1.25em 0 !important;
}
.breadcrumbs span {
  display: block;
  color: #242C36;
  font-weight: 400;
}
.breadcrumbs a span {
  color: #2970CC;
  font-weight: 900;
}
.breadcrumbs span[property=name] {
  padding: 0;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* btn 
========================================= */
.interview__item {
  width: 30.35%;
}
@media (max-width: 768px) {
  .interview__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .interview__item:last-child a {
    border-bottom: 2px solid #fff;
  }
}
.interview__item a {
  position: relative;
}
@media (max-width: 768px) {
  .interview__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.2632%;
    padding: 1.875em 0;
    border-top: 2px solid #fff;
  }
}
.interview__item a:hover .interview__item-btn span {
  background-color: #2970CC;
  color: #fff;
}
.interview__item a:hover .interview__item-btn span::after {
  background: url(../img/common/icons/arrow_white.svg) no-repeat center center/cover;
}
.interview__item-image {
  max-width: 300px;
  margin: 0 auto 1.25em;
}
@media (max-width: 768px) {
  .interview__item-image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 36.8421%;
    margin-bottom: 0;
  }
}
.interview__item-image img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .interview__item-contents {
    width: 57.8947%;
  }
}
.interview__item-catch {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  color: #2970CC;
  text-align: center;
  font-weight: 900;
  margin-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .interview__item-catch {
    font-size: 1.0625em;
    text-align: left;
    margin-bottom: 0.75rem;
  }
}
.interview__item-position {
  font-size: 1.125em;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 768px) {
  .interview__item-position {
    font-size: 0.875em;
    text-align: left;
    margin-bottom: 0.25em;
  }
}
.interview__item-join {
  font-size: 0.8125em;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .interview__item-join {
    font-size: 0.6875em;
    text-align: left;
    margin-bottom: 1em;
  }
}
.interview__item-btn {
  width: 7.4375em;
  height: 2.625em;
  position: absolute;
  top: 280px;
  left: 50%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media (max-width: 768px) {
  .interview__item-btn {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    margin-left: auto;
  }
}
.interview__item-btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100px;
  border: 3px solid #EBF4FD;
  color: #2970CC;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 0.6875em;
  letter-spacing: 0.02em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.interview__item-btn span::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/common/icons/arrow_blue2.svg) no-repeat center center/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fixed-list {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 10;
}
@media (max-width: 768px) {
  .fixed-list {
    display: none;
  }
}
.fixed-list-item a {
  mix-blend-mode: exclusion;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #242C36;
  text-decoration: none;
}
.fixed-pagetop {
  position: fixed;
  width: 3.125em;
  height: 3.125em;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
@media (max-width: 768px) {
  .fixed-pagetop {
    width: 2.5em;
    height: 2.5em;
    bottom: 12px;
    right: 12px;
  }
}

.headline {
  position: relative;
  z-index: 0;
}
.headline.--company .headline__inner {
  padding: 7.5em 0 5em;
}
@media (max-width: 768px) {
  .headline.--company .headline__inner {
    padding: 6.25em 0;
  }
}
.headline.--interview .headline__inner {
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .headline.--interview .headline__inner {
    padding-bottom: 6.25em;
  }
}
.headline.--interview .headline__catch {
  font-size: 2.25em;
  font-weight: 900;
  color: #2970CC;
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 2.3em;
}
@media (max-width: 768px) {
  .headline.--interview .headline__catch {
    font-size: 1.3775em;
    margin-top: 3.125rem;
    padding-left: 1.25rem;
  }
}
.headline.--interview .headline__catch::before {
  content: " ";
  width: 0.3em;
  height: 1em;
  display: inline-block;
}
.headline.--interview .headline__image {
  height: 52.778vw;
  margin-right: calc(50% - 50vw);
  -webkit-transform: inherit;
          transform: inherit;
  position: relative;
}
@media (max-width: 768px) {
  .headline.--interview .headline__image {
    width: 100vw;
    height: 102.8vw;
    margin-left: calc(50% - 50vw);
  }
}
.headline.--interview .headline__image img {
  border-radius: 0;
}
.headline.--interview .headline__info {
  position: absolute;
  left: 0;
  bottom: 1.25em;
  padding: 1.25em 1.875em;
  background-color: #2970CC;
  color: #fff;
}
.headline.--interview .headline__info::after {
  content: " ";
  width: 5em;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#2970CC), to(transparent));
  background: -webkit-linear-gradient(left, #2970CC, transparent);
  background: linear-gradient(to right, #2970CC, transparent);
  position: absolute;
  top: 0;
  left: 100%;
}
.headline.--interview .headline__info-position {
  font-size: 0.8125em;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.headline.--interview .headline__info-name {
  font-size: 1.125em;
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-weight: 900;
}
.headline::after {
  content: "";
  display: block;
  width: 43.541667vw;
  height: 40.69444vw;
  max-height: 586px;
  background: url(../img/common/icons/bg_emblem.png) no-repeat center center/contain;
  z-index: -1;
  position: absolute;
  top: -25px;
  right: -8.333vw;
}
@media (max-width: 768px) {
  .headline::after {
    width: 33.17757vw;
    height: 33.021vw;
    top: inherit;
    bottom: -30px;
    right: -4.6729vw;
  }
}
.headline__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .headline__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3.125em;
  }
}
@media (max-width: 768px) {
  .headline__contents {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .headline__title {
    width: 100%;
    padding-left: 1.25em;
  }
}
.headline__title-en {
  font-family: "Work Sans", sans-serif;
  font-size: 5em;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #2970CC;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .headline__title-en {
    font-size: 3em;
    margin-bottom: 16px;
  }
}
.headline__title-jp {
  font-weight: 900;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 768px) {
  .headline__title-jp {
    font-size: 1.125em;
  }
}
.headline__image {
  width: 50vw;
  height: auto;
  -webkit-transform: translateX(5.555vw);
          transform: translateX(5.555vw);
}
@media (max-width: 768px) {
  .headline__image {
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.headline__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 72/40;
  border-radius: 24px;
}

/* splide
========================================= */
.splide {
  overflow: hidden;
}
.splide__list {
  height: auto;
}
.splide__slide img {
  width: 100%;
  height: auto;
}

/* tab
========================================= */
.tab1 {
  cursor: pointer;
}

.panel1 {
  display: none;
}
.panel1.is-active {
  display: block;
}

/* section common
====================================== */
.section__inner {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 7.5em 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .section__inner {
    padding: 3.75em 0;
    width: 88.785%;
  }
}
.section__inner.--s {
  max-width: 920px;
}
.section__inner.--l {
  width: 91.6667%;
  max-width: 1280px;
}
@media (max-width: 768px) {
  .section__inner.--l {
    width: 88.785%;
  }
}
.section__title {
  margin-bottom: 5em;
  position: relative;
}
@media (max-width: 768px) {
  .section__title {
    margin-bottom: 3.75em;
  }
}
.section__title.--center {
  text-align: center;
}
.section__title.--white .section__title-en {
  color: #fff;
}
.section__title.--white .section__title-jp {
  color: #fff;
}
.section__title-en {
  font-family: "Work Sans", sans-serif;
  font-size: 4.375em;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #2970CC;
  white-space: nowrap;
  margin-bottom: 23px;
}
@media (max-width: 1024px) {
  .section__title-en {
    font-size: 3em;
  }
}
@media (max-width: 768px) {
  .section__title-en {
    font-size: 2.6875em;
    margin-bottom: 16px;
  }
}
.section__title-jp {
  font-size: 1.125em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .section__title-jp {
    font-size: 1em;
  }
}

.entry {
  background: url(../img/common/entry_bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
.entry::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 112, 204, 0.92);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.entry::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-texture.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media (max-width: 768px) {
  .entry__title {
    margin-bottom: 2.5em;
  }
}
.entry__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5em;
}
@media (max-width: 768px) {
  .entry__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
  }
}
.entry__btn {
  width: 50%;
  height: 172px;
}
@media (max-width: 768px) {
  .entry__btn {
    width: 100%;
    height: 102px;
  }
}
.entry__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 24px;
  padding: 3.125em 3.75em;
  position: relative;
}
@media (max-width: 768px) {
  .entry__btn a {
    border-radius: 12px;
    padding: 1.75em 2em;
  }
}
.entry__btn a::after {
  content: "";
  display: block;
  width: 3.75em;
  height: 2.5em;
  background: url(../img/common/icons/arrow_white2.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 3.75em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .entry__btn a::after {
    right: 1.5em;
    width: 3.375em;
    height: 2.125em;
  }
}
.entry__btn a span {
  display: block;
}
.entry__btn a span.en {
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #2970CC;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .entry__btn a span.en {
    font-size: 0.75em;
    margin-bottom: 0.625rem;
  }
}
.entry__btn a span.jp {
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 768px) {
  .entry__btn a span.jp {
    font-size: 1.25em;
  }
}

.requirements__container {
  background-color: #3A96ED;
  border-radius: 24px;
  overflow: hidden;
}
.requirements__container a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5%;
  position: relative;
}
@media (max-width: 768px) {
  .requirements__container a {
    padding: 3.375em 0.75em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2em;
  }
}
.requirements__image {
  width: 50%;
}
@media (max-width: 768px) {
  .requirements__image {
    width: 100%;
  }
}
.requirements__image img {
  width: 100%;
}
@media (max-width: 768px) {
  .requirements__contents {
    width: 100%;
    padding: 0 1.25em;
  }
}
.requirements__contents::after {
  content: "";
  display: block;
  width: 3.75em;
  height: 2.5em;
  background: url(../img/common/icons/arrow_blue.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .requirements__contents::after {
    top: 4.25em;
    right: 1.5em;
    -webkit-transform: inherit;
            transform: inherit;
    width: 3.375em;
    height: 2.125em;
  }
}
.requirements__text {
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 1.25em;
  color: #fff;
}
@media (max-width: 768px) {
  .requirements__text {
    font-size: 0.875em;
    margin-bottom: 1.25rem;
  }
}
.requirements__title {
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 768px) {
  .requirements__title {
    font-size: 1.75em;
  }
}