@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body, a {
  color: #333;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1520px) {
  body, a {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  body, a {
    font-size: 16px;
  }
}

body.open {
  height: 100vh;
  overflow: hidden;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

img {
  width: 100%;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.top-page {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .top-page {
    margin-top: 65px;
  }
}

section {
  position: relative;
  z-index: 2;
}

.common-btn {
  border-radius: 50px;
  background: linear-gradient(90deg, #03A1EA 0%, #70D1FE 100%);
  box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  padding-block: 20px;
  padding-inline: 40px 50px;
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.08em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 599px) {
  .common-btn {
    font-size: 14px;
    padding-block: 13px;
    padding-inline: 35px 45px;
  }
}
.common-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  background: url(../../assets/image/common/common-arrow.svg) no-repeat center center/contain;
  width: 12px;
  height: 12px;
}
.common-btn:hover {
  opacity: 1;
  transform: translateY(2px);
  box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.3);
}
.common-btn--sky-blue {
  background: linear-gradient(90deg, #0BBED5 0%, #7EECFF 100%);
}
.common-btn--square {
  border-radius: 0;
}

.entry-banner {
  padding-block: 120px;
  background: rgba(21, 72, 148, 0.9);
}
@media screen and (max-width: 1520px) {
  .entry-banner {
    padding-block: 85px 100px;
  }
}
@media screen and (max-width: 1200px) {
  .entry-banner {
    padding-block: 70px 80px;
  }
}
@media screen and (max-width: 599px) {
  .entry-banner {
    padding-block: 45px 50px;
  }
}
.entry-banner__inner {
  max-width: 1230px;
  margin-inline: auto;
}
@media screen and (max-width: 1520px) {
  .entry-banner__inner {
    max-width: none;
    padding-inline: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .entry-banner__inner {
    padding-inline: 4%;
  }
}
.entry-banner__title {
  color: #FFF;
  font-family: "Golos Text", sans-serif;
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1520px) {
  .entry-banner__title {
    font-size: 72px;
  }
}
@media screen and (max-width: 1400px) {
  .entry-banner__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .entry-banner__title {
    font-size: 7vw;
  }
}
@media screen and (max-width: 660px) {
  .entry-banner__title {
    font-size: 10vw;
  }
}
@media screen and (max-width: 599px) {
  .entry-banner__title {
    font-size: 9vw;
  }
}
.entry-banner__text {
  margin-block: 40px 50px;
  color: #FFF;
  font-weight: 900;
  line-height: 133.333%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .entry-banner__text {
    margin-block: 25px 40px;
    font-size: 15px;
  }
}
.entry-banner__flex {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 660px) {
  .entry-banner__flex {
    flex-direction: column;
    row-gap: 20px;
  }
}

.grecaptcha-badge {
  display: none;
}

.grecaptcha-logo {
  display: none;
}

.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-inline: 4% 0;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) {
  .header {
    padding-left: 2%;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    padding-inline: 2% 1.5%;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 65px;
    padding-inline: 2.5%;
  }
}
.header__logo a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header__logo img {
  width: auto;
  height: 46px;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo img {
    height: 40px;
  }
}
.header__logo-texts {
  display: flex;
  align-items: center;
  -moz-column-gap: 29px;
       column-gap: 29px;
}
@media screen and (max-width: 599px) {
  .header__logo-texts {
    flex-direction: column;
    align-items: start;
    row-gap: 3px;
  }
}
.header__logo-texts .big {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .header__logo-texts .big {
    font-size: 16px;
  }
}
.header__logo-texts .small {
  color: #FFF;
  font-family: "Golos Text", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .header__logo-texts .small {
    font-size: 14px;
  }
}
.header__lists {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__lists {
    display: none;
  }
}
.header__lists a {
  margin-left: 47px;
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1520px) {
  .header__lists a {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .header__lists a {
    margin-left: 20px;
  }
}
.header__lists .change {
  margin-left: 117px;
  background: linear-gradient(90deg, #03A1EA 0%, #70D1FE 100%);
  box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  padding: 24px;
  color: #FFF;
  font-family: "Golos Text", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1520px) {
  .header__lists .change {
    margin-left: 75px;
    padding: 18px 25px;
  }
}
@media screen and (max-width: 1400px) {
  .header__lists .change {
    margin-left: 20px;
  }
}
.header .toggle-button {
  display: none;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .header .toggle-button {
    display: block;
  }
}
.header .toggle-button__hamburger {
  position: relative;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 900px) {
  .header .toggle-button__hamburger {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header .toggle-button__hamburger {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .header .toggle-button__hamburger {
    width: 25px;
    height: 25px;
  }
}
.header .toggle-button__hamburger span {
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.header .toggle-button__hamburger span:first-child {
  top: 20%;
}
.header .toggle-button__hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}
.header .toggle-button__hamburger span:last-child {
  bottom: 20%;
}
.header .toggle-button.open span {
  transition: 0.3s;
}
.header .toggle-button.open span:first-child {
  top: calc(50% - 1px);
  transform: rotateZ(45deg);
}
.header .toggle-button.open span:nth-child(2) {
  display: none;
}
.header .toggle-button.open span:last-child {
  top: calc(50% - 1px);
  transform: rotateZ(-45deg);
}

#fixed-header {
  position: fixed;
  top: -120px;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.5s;
}
#fixed-header .header {
  position: relative;
  background: rgba(5, 42, 97, 0.85);
  padding-block: 13px;
  padding-right: 13px;
}
@media screen and (max-width: 1520px) {
  #fixed-header .header {
    padding-block: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  #fixed-header .header {
    padding-block: 0;
  }
}

#fixed-header.is-show {
  top: 0;
  transition: all 0.5s;
}

.header-menu {
  z-index: 20;
  position: fixed;
  left: -70%;
  top: 0;
  width: 70%;
  height: 100%;
  background: rgb(5, 42, 97);
  transition: 0.3s;
  padding-left: 5%;
  padding-top: 70px;
  overflow-y: scroll;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header-menu {
    padding-top: 50px;
  }
}
@media screen and (max-width: 450px) {
  .header-menu {
    padding-block: 35px;
    width: 85%;
    left: -85%;
  }
}
.header-menu.open {
  left: 0;
  transition: 0.3s;
}
.header-menu .footer__link {
  color: #fff;
}
.header-menu .footer__link--change {
  border-bottom: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
}
.header-menu__link {
  margin-top: 35px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (max-width: 900px) {
  .header-menu__link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .header-menu__link {
    font-size: 16px;
    margin-top: 20px;
  }
}
.header-menu__link--change {
  margin-top: 10px;
}
.header-menu__link--first {
  margin-top: 70px;
}
.header-menu__link--btn {
  background: linear-gradient(90deg, #03A1EA 0%, #70D1FE 100%);
  box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  padding: 13px 52px;
  color: #FFF;
  font-family: "Golos Text", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
}
.header-menu__link--mt {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .header-menu__link--mt {
    margin-top: 35px;
  }
}
.header-menu__tels {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.header-menu__tels img {
  width: 23px;
}
.header-menu__tels p {
  font-family: "Poppins", sans-serif;
}
.header-menu__arrow img {
  width: 45px;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
}
.black-bg.open {
  opacity: 0.3;
  visibility: visible;
}

.footer {
  background: #F2F2F2;
}
.footer__top {
  padding-block: 80px;
  max-width: 1230px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1520px) {
  .footer__top {
    padding-block: 70px;
  }
}
@media screen and (max-width: 1300px) {
  .footer__top {
    max-width: none;
    padding-inline: 4%;
  }
}
@media screen and (max-width: 900px) {
  .footer__top {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__top {
    padding-block: 60px;
  }
}
@media screen and (max-width: 599px) {
  .footer__top {
    padding-block: 45px;
  }
}
.footer__left {
  flex: 0 0 29%;
}
@media screen and (max-width: 1300px) {
  .footer__left {
    flex: 0 0 360px;
  }
}
@media screen and (max-width: 900px) {
  .footer__left {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__left {
    max-width: 360px;
    margin-inline: auto;
  }
  .footer__left img {
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .footer__left {
    margin-left: 0;
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 33px;
  display: flex;
  align-items: center;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.footer__logo p {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .footer__logo p {
    font-size: 22px;
  }
}
.footer__logo-img {
  flex: 0 0 27%;
}
@media screen and (max-width: 1440px) {
  .footer__logo-img {
    flex: 0 0 23%;
  }
}
@media screen and (max-width: 900px) {
  .footer__logo-img {
    flex: 0 0 15%;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo-img {
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 599px) {
  .footer__logo-img {
    flex: 0 0 70px;
  }
}
.footer__logo-img img {
  width: auto;
}
.footer__ml {
  margin-left: 32px;
}
@media screen and (max-width: 900px) {
  .footer__ml {
    margin-left: 0;
  }
}
@media screen and (max-width: 450px) {
  .footer__ml .common-btn {
    margin-inline: auto;
  }
}
.footer__address--mb {
  margin-bottom: 8px;
}
.footer__number {
  margin-block: 17px 24px;
  display: block;
}
@media screen and (max-width: 599px) {
  .footer__number {
    margin-block: 12px 17px;
  }
}
.footer__right {
  flex: 0 0 40%;
}
@media screen and (max-width: 1300px) {
  .footer__right {
    flex: 0 0 470px;
  }
}
@media screen and (max-width: 900px) {
  .footer__right {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__right {
    width: 100%;
  }
}
.footer__blocks {
  display: flex;
  -moz-column-gap: 88px;
       column-gap: 88px;
}
@media screen and (max-width: 768px) {
  .footer__blocks {
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  .footer__blocks {
    -moz-column-gap: normal;
         column-gap: normal;
    justify-content: space-between;
  }
}
.footer__link {
  display: block;
  line-height: 166.667%;
  margin-left: 5px;
}
.footer__link--change {
  margin-bottom: 16px;
  margin-left: 0;
  color: #154894;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .footer__link--change {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.footer__link--mb {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .footer__link--mb {
    margin-bottom: 35px;
  }
}
.footer__copyright {
  background: #323232;
  padding-block: 34px 15px;
}
@media screen and (max-width: 1520px) {
  .footer__copyright {
    padding-block: 28px 12px;
  }
}
@media screen and (max-width: 900px) {
  .footer__copyright {
    padding-block: 23px 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding-block: 20px 15px;
  }
}
.footer__copyright-flex {
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 1520px) {
  .footer__copyright-flex {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footer__copyright-flex {
    margin-bottom: 20px;
    flex-direction: column;
    row-gap: 5px;
    align-items: center;
  }
}
.footer__copyright-flex a {
  color: #FFF;
  font-size: 16px;
  line-height: 187.5%;
}
@media screen and (max-width: 599px) {
  .footer__copyright-flex a {
    font-size: 14px;
  }
}
.footer__copyright-text {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .footer__copyright-text {
    font-size: 10px;
  }
}

.video-bg {
  position: fixed;
  /* 背景として画面に固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* セクションより後ろに配置 */
  overflow: hidden;
}
.video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* 画面いっぱいに拡大 */
}

.fv {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 11%;
}
.fv__title {
  color: #FFF;
  font-size: 4.6vw;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.28em;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 599px) {
  .fv__title {
    font-size: 8vw;
  }
}

.top-about {
  background: rgba(5, 42, 97, 0.85);
  padding-block: 160px 70px;
}
@media screen and (max-width: 1520px) {
  .top-about {
    padding-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-block: 80px 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-about {
    padding-block: 45px;
  }
}
.top-about__content {
  padding-inline: 15% 22%;
  display: flex;
  justify-content: space-between;
  color: #FFF;
}
@media screen and (max-width: 1520px) {
  .top-about__content {
    padding-inline: 11% 16%;
  }
}
@media screen and (max-width: 1520px) {
  .top-about__content {
    padding-inline: 0;
    justify-content: center;
    -moz-column-gap: 8%;
         column-gap: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .top-about__content {
    flex-direction: column;
    row-gap: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .top-about__content {
    padding-inline: 4%;
  }
}
.top-about__string {
  flex: 0 0 48%;
}
@media screen and (max-width: 1400px) {
  .top-about__string {
    flex: 0 0 424px;
  }
}
@media screen and (max-width: 1024px) {
  .top-about__string {
    flex: 0 0 auto;
  }
}
.top-about__title {
  font-size: 3vw;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1400px) {
  .top-about__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-about__title {
    font-size: 6vw;
  }
}
.top-about__supplement {
  margin-top: 13px;
  padding-left: 7px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1520px) {
  .top-about__supplement {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-about__supplement {
    margin-top: 10px;
    font-size: 16px;
  }
}
.top-about__text {
  flex: 0 0 462px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1520px) {
  .top-about__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .top-about__text {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .top-about__text {
    font-size: 16px;
  }
  .top-about__text .sp {
    display: none;
  }
}
.top-about__sliders {
  margin-top: 185px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1520px) {
  .top-about__sliders {
    margin-top: 105px;
  }
}
@media screen and (max-width: 599px) {
  .top-about__sliders {
    margin-top: 40px;
  }
}
.top-about__sliders .slick-track {
  display: flex !important;
  align-items: flex-end;
}
@media screen and (max-width: 1520px) {
  .top-about__sliders--pc {
    display: none;
  }
}
.top-about__sliders--tab {
  display: none;
}
@media screen and (max-width: 1520px) {
  .top-about__sliders--tab {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top-about__sliders--tab {
    display: none;
  }
}
.top-about__sliders--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-about__sliders--sp {
    display: block;
  }
}
.top-about__slider {
  margin-inline: 30px;
}
@media screen and (max-width: 1520px) {
  .top-about__slider {
    margin-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__slider {
    margin-inline: 10px;
  }
}

.top-business {
  background: #F5F5F5;
  display: flex;
  -moz-column-gap: 8.5%;
       column-gap: 8.5%;
  padding-right: 11.5%;
  padding-block: 140px 135px;
}
@media screen and (max-width: 1520px) {
  .top-business {
    padding-block: 140px 115px;
  }
}
@media screen and (max-width: 1300px) {
  .top-business {
    padding-right: 6%;
    padding-block: 90px;
    -moz-column-gap: 5.5%;
         column-gap: 5.5%;
  }
}
@media screen and (max-width: 1024px) {
  .top-business {
    flex-direction: column;
    row-gap: 30px;
    padding-inline: 4%;
  }
}
@media screen and (max-width: 768px) {
  .top-business {
    padding-block: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-business {
    padding-block: 45px;
  }
}
.top-business__img {
  flex: 0 0 47%;
}
.top-business__string {
  flex: 0 0 44.5%;
  margin-top: -70px;
}
@media screen and (max-width: 1024px) {
  .top-business__string {
    margin-top: 0;
  }
}
.top-business__pl {
  padding-left: 6%;
  margin-top: -50px;
}
@media screen and (max-width: 1520px) {
  .top-business__pl {
    margin-top: -25px;
  }
}
@media screen and (max-width: 1024px) {
  .top-business__pl {
    padding-left: 3%;
  }
}
@media screen and (max-width: 599px) {
  .top-business__pl {
    margin-top: -15px;
  }
}
.top-business__title {
  font-size: 2.1vw;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  .top-business__title {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-business__title {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 599px) {
  .top-business__title {
    font-size: 6vw;
  }
}
.top-business__title--white {
  color: #FFF;
}
.top-business__text {
  margin-block: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .top-business__text {
    margin-block: 20px 25px;
  }
}

.top-common-title-en {
  color: #E9E9E9;
  font-family: "Golos Text", sans-serif;
  font-size: 7.3vw;
  font-weight: 800;
  line-height: 80%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  .top-common-title-en {
    font-size: 8vw;
  }
}
@media screen and (max-width: 599px) {
  .top-common-title-en {
    font-size: 14vw;
  }
}
.top-common-title-en--change {
  color: rgba(255, 255, 255, 0.15);
}

.top-job {
  padding-block: 100px 140px;
  background: url(../../assets/image/top/job-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 1520px) {
  .top-job {
    padding-block: 90px 120px;
  }
}
@media screen and (max-width: 1200px) {
  .top-job {
    padding-block: 70px 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-job {
    padding-block: 45px 60px;
  }
}
.top-job--business {
  background: url(../../assets/image/business/business-card.webp) no-repeat center center/cover;
  padding-block: 120px;
}
@media screen and (max-width: 1520px) {
  .top-job--business {
    padding-block: 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-job--business {
    padding-block: 90px;
  }
}
@media screen and (max-width: 599px) {
  .top-job--business {
    padding-block: 60px;
  }
}
.top-job__titles {
  text-align: center;
}
.top-job__titles .top-business__title {
  margin-top: -2%;
}
@media screen and (max-width: 1024px) {
  .top-job__titles .top-business__title {
    margin-top: -25px;
  }
}
@media screen and (max-width: 599px) {
  .top-job__titles .top-business__title {
    margin-top: -17px;
  }
}
.top-job__content {
  margin-top: 80px;
  max-width: 1265px;
  margin-inline: auto;
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 1520px) {
  .top-job__content {
    padding-inline: 10%;
    max-width: none;
  }
}
@media screen and (max-width: 1200px) {
  .top-job__content {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 900px) {
  .top-job__content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-job__content {
    margin-top: 45px;
    flex-direction: column;
    row-gap: 20px;
  }
}
.top-job__content--business {
  margin-top: 0;
}
.top-job__card {
  flex: 0 0 48%;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.top-job__string {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 9%;
  flex-grow: 1;
}
@media screen and (max-width: 1520px) {
  .top-job__string {
    padding-block: 32px;
  }
}
@media screen and (max-width: 900px) {
  .top-job__string {
    padding: 25px 4% 35px;
  }
}
@media screen and (max-width: 599px) {
  .top-job__string {
    padding-block: 20px 30px;
  }
}
.top-job__title {
  text-align: center;
  color: #154894;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .top-job__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .top-job__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .top-job__title {
    font-size: 22px;
  }
}
.top-job__text {
  margin-block: 25px 40px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .top-job__text {
    margin-block: 18px 25px;
  }
}
.top-job .common-btn {
  margin-inline: auto;
}

.top-people {
  padding-block: 120px;
  background: #F5F5F5;
}
@media screen and (max-width: 1520px) {
  .top-people {
    padding-block: 90px 100px;
  }
}
@media screen and (max-width: 1300px) {
  .top-people {
    padding-block: 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-people {
    padding-block: 45px 40px;
  }
}
.top-people__en-title {
  text-align: center;
  color: #154894;
  font-family: "Golos Text", sans-serif;
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .top-people__en-title {
    font-size: 7vw;
  }
}
@media screen and (max-width: 599px) {
  .top-people__en-title {
    font-size: 10vw;
  }
}
.top-people__ja-title {
  margin-top: 12px;
  text-align: center;
  color: #333;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .top-people__ja-title {
    margin-top: 7px;
  }
}
@media screen and (max-width: 599px) {
  .top-people__ja-title {
    font-size: 19px;
  }
}
.top-people__list {
  margin-top: 100px;
  display: flex;
}
@media screen and (max-width: 1520px) {
  .top-people__list {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-people__list {
    margin-top: 33px;
  }
}
.top-people__list--half {
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top-people__list--half {
    margin-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-people__list--half {
    row-gap: 25px;
    margin-top: 40px;
  }
}
.top-people__list--single {
  margin-top: 0;
}
.top-people__card {
  flex: 0 0 32%;
  margin-inline: 30px;
}
@media screen and (max-width: 1024px) {
  .top-people__card {
    margin-inline: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-people__card {
    margin-inline: 10px;
  }
}
.top-people__card--half {
  flex: 0 0 48%;
  margin-inline: 0;
}
@media screen and (max-width: 768px) {
  .top-people__card--half {
    flex: 0 0 100%;
    margin-inline: auto;
  }
}
.top-people__card-imgs {
  position: relative;
}
.top-people__card-comment {
  position: absolute;
  left: 5%;
  bottom: 5%;
}
.top-people__card-comment p {
  padding-inline: 12px;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(0deg, #154894 0%, #154894 100%), #154894;
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
  line-height: 175%;
  letter-spacing: 0.08em;
}
.top-people__card-comment p:nth-child(2) {
  margin-top: 7px;
}
@media screen and (max-width: 599px) {
  .top-people__card-comment p:nth-child(2) {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1200px) {
  .top-people__card-comment p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 599px) {
  .top-people__card-comment p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1200px) {
  .top-people__card-comment .small {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .top-people__card-comment .small {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1300px) {
  .top-people__card-comment .single {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .top-people__card-comment .single {
    font-size: 4vw;
  }
}
.top-people__card-status {
  margin-block: 16px 2px;
  margin-left: 3%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .top-people__card-status {
    margin-block: 12px 2px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-people__card-status {
    margin-block: 10px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .top-people__card-status--archive {
    margin-block: 15px 3px;
  }
}
@media screen and (max-width: 599px) {
  .top-people__card-status--archive {
    margin-top: 10px;
    font-size: 16px;
  }
}
.top-people__card-name {
  margin-left: 3%;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .top-people__card-name {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .top-people__card-name {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .top-people__card-name--archive {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .top-people__card-name--archive {
    font-size: 22px;
  }
}

.top-culture {
  background: url(../../assets/image/top/culture-bg.webp) no-repeat center center/cover;
  padding-block: 450px 80px;
  padding-inline: 19.5%;
}
@media screen and (max-width: 1520px) {
  .top-culture {
    padding-block: 330px 60px;
    padding-inline: 13%;
  }
}
@media screen and (max-width: 1024px) {
  .top-culture {
    padding-block: 300px 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-culture {
    padding-block: 170px 45px;
  }
}
@media screen and (max-width: 450px) {
  .top-culture {
    padding-inline: 13%;
  }
}
.top-culture .top-people__en-title {
  text-align: left;
}
@media screen and (max-width: 599px) {
  .top-culture .top-people__en-title {
    font-size: 9vw;
  }
}
.top-culture__title {
  margin-block: 4px 54px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .top-culture__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-culture__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.top-culture__text {
  margin-bottom: 46px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-culture__text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-culture__text {
    margin-bottom: 20px;
  }
}

.top-number {
  padding-block: 90px 120px;
  background: url(../../assets/image/top/number-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 1520px) {
  .top-number {
    padding-block: 80px 105px;
  }
}
@media screen and (max-width: 1200px) {
  .top-number {
    padding-block: 70px 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-number {
    padding-block: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-number {
    padding-block: 45px;
  }
}
.top-number__title {
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .top-number__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-number__title {
    margin-bottom: 35px;
  }
}
.top-number__title .blue {
  color: #54C9FF;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .top-number__title .blue {
    font-size: 72px;
  }
}
@media screen and (max-width: 1200px) {
  .top-number__title .blue {
    font-size: 64px;
  }
}
@media screen and (max-width: 900px) {
  .top-number__title .blue {
    font-size: 8vw;
  }
}
@media screen and (max-width: 450px) {
  .top-number__title .blue {
    font-size: 32px;
  }
}
.top-number__title .white {
  margin-left: -25px;
  color: #FFF;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .top-number__title .white {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .top-number__title .white {
    font-size: 26px;
  }
}
@media screen and (max-width: 450px) {
  .top-number__title .white {
    margin-left: -17px;
    font-size: 22px;
  }
}
.top-number__boxes {
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media screen and (max-width: 1520px) {
  .top-number__boxes {
    padding-inline: 10%;
    max-width: none;
  }
}
@media screen and (max-width: 1200px) {
  .top-number__boxes {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 768px) {
  .top-number__boxes {
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 25px;
  }
}
@media screen and (max-width: 450px) {
  .top-number__boxes {
    row-gap: 16px;
  }
}
.top-number__box {
  flex: 0 0 32%;
  background: #FFF;
  padding-block: 46px 51px;
}
@media screen and (max-width: 768px) {
  .top-number__box {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 599px) {
  .top-number__box {
    padding-block: 20px 15px;
  }
}
.top-number__heading {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 450px) {
  .top-number__heading {
    font-size: 18px;
  }
}
.top-number__text {
  margin-block: 10px 20px;
  text-align: center;
  font-size: 64px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  .top-number__text {
    font-size: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-number__text {
    font-size: 40px;
    margin-block: 2px 3px;
  }
}
@media screen and (max-width: 450px) {
  .top-number__text {
    font-size: 36px;
  }
}
.top-number__text span {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 900px) {
  .top-number__text span {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .top-number__text span {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  .top-number__text span {
    font-size: 20px;
  }
}
.top-number__text .small {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .top-number__text .small {
    font-size: 14px;
  }
}
.top-number__img {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .top-number__img {
    scale: 0.7;
  }
}
.top-number__img img {
  width: auto;
}

.top-banner {
  background: #323232;
  padding-block: 60px;
}
@media screen and (max-width: 599px) {
  .top-banner {
    padding-block: 45px;
  }
}
.top-banner__flex {
  max-width: 1400px;
  margin-inline: auto;
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 1520px) {
  .top-banner__flex {
    padding-inline: 10%;
    max-width: none;
  }
}
@media screen and (max-width: 1200px) {
  .top-banner__flex {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 768px) {
  .top-banner__flex {
    flex-direction: column;
    row-gap: 20px;
  }
}
.top-banner__link {
  background: url(../../assets/image/top/top-banner1.webp) no-repeat center center/cover;
  flex: 0 0 48%;
  aspect-ratio: 1.685;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-banner__link {
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 599px) {
  .top-banner__link {
    width: 100%;
  }
}
.top-banner__link--other {
  background: url(../../assets/image/top/top-banner2.webp) no-repeat center center/cover;
}
.top-banner__text {
  position: absolute;
  bottom: 10%;
  left: 8%;
}
.top-banner__text p {
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.top-banner__en {
  font-family: "Golos Text", sans-serif;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1400px) {
  .top-banner__en {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .top-banner__en {
    font-size: 6vw;
  }
}
@media screen and (max-width: 599px) {
  .top-banner__en {
    font-size: 9vw;
  }
}
.top-banner__ja {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .top-banner__ja {
    font-size: 20px;
  }
}

.business-top__flex {
  margin-block: 70px 90px;
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 1200px) {
  .business-top__flex {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .business-top__flex {
    margin-block: 35px 55px;
    row-gap: 20px;
  }
}
.business-top__left {
  flex: 0 0 50%;
}
.business-top__title {
  color: #154894;
  font-size: 40px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .business-top__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .business-top__title {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 900px) {
  .business-top__title {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 599px) {
  .business-top__title {
    font-size: 6vw;
  }
}
.business-top__title--under {
  padding-bottom: 16px;
  border-bottom: 2px solid #154894;
}
.business-top__text {
  margin-block: 36px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1520px) {
  .business-top__text {
    margin-block: 30px;
  }
}
@media screen and (max-width: 768px) {
  .business-top__text {
    margin-block: 25px;
  }
}
@media screen and (max-width: 599px) {
  .business-top__text {
    margin-block: 13px 20px;
  }
}
.business-top__list {
  background: #F9F9F9;
  padding: 40px 53px;
}
@media screen and (max-width: 768px) {
  .business-top__list {
    padding: 30px 5%;
  }
}
.business-top__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 3%;
       column-gap: 3%;
  width: -moz-fit-content;
  width: fit-content;
}
.business-top__link {
  white-space: nowrap;
  font-size: 24px;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1520px) {
  .business-top__link {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .business-top__link {
    font-size: 18px;
  }
}
.business-top__arrow {
  flex: 0 0 13px;
}
@media screen and (max-width: 599px) {
  .business-top__arrow {
    flex: 0 0 11px;
  }
}
.business-top__img {
  flex: 0 0 46%;
}
@media screen and (max-width: 1200px) {
  .business-top__img {
    width: 50%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 599px) {
  .business-top__img {
    width: 100%;
  }
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
}
.marquee .marquee-track {
  display: inline-block;
  padding-right: 2rem;
  /* 文字間隔 */
  animation: scroll 44s linear infinite;
  color: #E9E9E9;
  font-family: "Golos Text", sans-serif;
  font-size: 7vw;
  font-weight: 800;
  line-height: 80%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .marquee .marquee-track {
    font-size: 10vw;
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.business-sliders {
  overflow: hidden;
  margin-top: -5px;
}

.business-under {
  padding-block: 120px;
}
@media screen and (max-width: 900px) {
  .business-under {
    padding-block: 90px;
  }
}
@media screen and (max-width: 599px) {
  .business-under {
    padding-block: 55px;
  }
}
.business-under__lists {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.business-under__list {
  flex: 0 0 49%;
  padding-block: 60px;
  border-bottom: 2px solid #C8C8C8;
}
@media screen and (max-width: 1520px) {
  .business-under__list {
    padding-block: 50px;
  }
}
@media screen and (max-width: 599px) {
  .business-under__list {
    flex: 0 0 100%;
    padding-block: 20px;
  }
}
.business-under__list--last {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 599px) {
  .business-under__list--last:nth-child(5) {
    padding-block: 25px;
    border-bottom: 2px solid #C8C8C8;
  }
}
.business-under__list-title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .business-under__list-title {
    font-size: 18px;
  }
}
.business-under__list-text {
  margin-top: 12px;
  line-height: 155.556%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .business-under__list-text {
    margin-top: 8px;
  }
}

.job {
  background: url(../../assets/image/job/regular-bg.webp) no-repeat center center/cover;
  padding-bottom: 120px;
}
@media screen and (max-width: 1520px) {
  .job {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 900px) {
  .job {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  .job {
    padding-bottom: 60px;
  }
}
.job--technical {
  background: url(../../assets/image/job/technical-bg.webp) no-repeat center center/cover;
}
.job__flex {
  margin-top: 65px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .job__flex {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .job__flex {
    margin-top: 30px;
  }
}
.job__left {
  flex: 0 0 58.5%;
  background: rgba(255, 255, 255, 0.9);
  padding: 72px 5%;
}
@media screen and (max-width: 1520px) {
  .job__left {
    padding-block: 62px;
  }
}
@media screen and (max-width: 900px) {
  .job__left {
    padding-block: 55px;
  }
}
@media screen and (max-width: 599px) {
  .job__left {
    padding-block: 45px;
  }
}
.job__title {
  margin-bottom: 40px;
  color: #03A1EA;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  border-bottom: 2px solid #03A1EA;
}
@media screen and (max-width: 1520px) {
  .job__title {
    margin-bottom: 35px;
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .job__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .job__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .job__title {
    font-size: 22px;
    margin-bottom: 25px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.job__title--technical {
  color: #154894;
  border-bottom: 2px solid #154894;
}
.job__lists {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 599px) {
  .job__lists {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.job__lists--last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.job__lists--technical {
  border-bottom: 1px solid #D0D0D0;
}
.job__heading {
  margin-bottom: 20px;
  color: #03A1EA;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .job__heading {
    font-size: 23px;
  }
}
@media screen and (max-width: 599px) {
  .job__heading {
    font-size: 20px;
    margin-bottom: 13px;
  }
}
.job__heading--technical {
  color: #154894;
}
.job__text {
  line-height: 155.556%;
}
.job__text--indent {
  padding-left: 1em;
  text-indent: -1em;
}
.job__video {
  width: 85%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 900px) {
  .job__video {
    width: 100%;
  }
}
.job__video iframe {
  width: 100%;
  height: 100%;
}
.job__right {
  margin-left: -3%;
  margin-top: -4%;
  flex: 0 0 45%;
}
@media screen and (max-width: 768px) {
  .job__right {
    margin: 0;
  }
}
.job__en-title {
  margin-right: -18%;
  color: #F9F9F9;
  text-align: right;
  font-family: "Golos Text", sans-serif;
  font-size: 6.2vw;
  font-weight: 800;
  line-height: 103.333%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1600px) {
  .job__en-title {
    margin-right: -10%;
  }
}
@media screen and (max-width: 1440px) {
  .job__en-title {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .job__en-title {
    text-align: left;
    font-size: 9vw;
  }
}
@media screen and (max-width: 599px) {
  .job__en-title {
    font-size: 13vw;
  }
}
.job__en-title--technical {
  color: rgba(249, 249, 249, 0.2);
}
.job__img {
  margin-top: -15px;
}
@media screen and (min-width: 2100px) {
  .job__img {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1520px) {
  .job__img {
    margin-top: -12px;
  }
}
@media screen and (max-width: 900px) {
  .job__img {
    margin-top: -10px;
  }
}
@media screen and (max-width: 599px) {
  .job__img {
    margin-top: -7px;
  }
}
.job__cards {
  margin-top: 80px;
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 1024px) {
  .job__cards {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .job__cards {
    row-gap: 20px;
    margin-top: 50px;
  }
}
.job__card {
  flex: 0 0 48%;
}
@media screen and (max-width: 1024px) {
  .job__card {
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .job__card {
    width: 100%;
  }
}

.career {
  background: #F9F9F9;
  padding-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .career {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  .career {
    padding-bottom: 55px;
  }
}
.career .page-container--narrow {
  margin-top: 68px;
}
@media screen and (max-width: 599px) {
  .career .page-container--narrow {
    margin-top: 35px;
  }
}
.career__content {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 2px solid #C8C8C8;
}
@media screen and (max-width: 768px) {
  .career__content {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .career__content {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 450px) {
  .career__content {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.career__content--last {
  padding-bottom: 0;
  border-bottom: none;
}
.career__title {
  margin-bottom: 16px;
  color: #03A1EA;
  font-size: 32px;
  font-weight: 900;
  line-height: 187.5%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .career__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .career__title {
    font-size: 5vw;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 450px) {
  .career__title {
    font-size: 5.5vw;
  }
}
.career__title--technical {
  color: #154894;
}
.career__box {
  margin-top: 60px;
  background: #FFF;
  padding: 60px 4.7%;
  display: flex;
  flex-direction: column;
  row-gap: 73px;
}
@media screen and (max-width: 599px) {
  .career__box {
    margin-top: 30px;
    padding-block: 55px 40px;
    row-gap: 45px;
  }
}
.career__flame {
  border-radius: 4px;
  border: 2px solid #154894;
  padding: 47px 4.5% 32px;
  position: relative;
}
.career__heading {
  border-radius: 10px;
  background: #023E84;
  width: 185px;
  padding-block: 6px 9px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: absolute;
  left: 5%;
  top: -20px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .career__heading {
    font-size: 15px;
    width: 175px;
    padding-block: 5px 8px;
  }
}
.career__mask {
  position: absolute;
  left: 3.7%;
  top: -7px;
  width: 212px;
  height: 33px;
  background: #FFF;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .career__mask {
    width: 184px;
  }
}
.career__mini-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .career__mini-title {
    font-size: 18px;
  }
}
.career__text {
  margin-block: 17px 20px;
  font-size: 16px;
}
.career__mini-heading {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.career__flex {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.career__flex-box {
  color: #03A1EA;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 5px 24px 6px;
  border-radius: 100px;
  border: 2px solid #03A1EA;
}

.schedule {
  padding-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .schedule {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  .schedule {
    padding-bottom: 65px;
  }
}
.schedule .page-container--narrow {
  margin-top: 68px;
}
@media screen and (max-width: 599px) {
  .schedule .page-container--narrow {
    margin-top: 35px;
  }
}
.schedule__box {
  margin-top: 66px;
  background: #EFF8FF;
  padding-block: 60px;
  padding-inline: 5%;
}
@media screen and (max-width: 950px) {
  .schedule__box {
    padding-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .schedule__box {
    margin-top: 30px;
    padding-block: 25px 50px;
  }
}
@media screen and (max-width: 599px) {
  .schedule__box {
    padding-bottom: 40px;
  }
}
.schedule__lists {
  display: flex;
}
@media screen and (max-width: 768px) {
  .schedule__lists {
    flex-direction: column;
    row-gap: 10px;
  }
}
.schedule__left {
  flex: 0 0 24%;
  border-bottom: 2.5px solid #03A1EA;
  padding-block: 43px;
  padding-left: 5%;
  color: #03A1EA;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .schedule__left {
    padding-left: 2%;
  }
}
@media screen and (max-width: 950px) {
  .schedule__left {
    flex: 0 0 190px;
    padding-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .schedule__left {
    flex: 0 0 auto;
    border-bottom: none;
    padding-block: 35px 0;
  }
}
@media screen and (max-width: 599px) {
  .schedule__left {
    padding-block: 25px 0;
  }
}
.schedule__right {
  flex: 0 0 76%;
  padding-inline: 5%;
  border-bottom: 1px solid #D9D9D9;
  padding-block: 43px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 950px) {
  .schedule__right {
    flex: 0 0 calc(100% - 180px);
    padding-inline: 3%;
  }
}
@media screen and (max-width: 768px) {
  .schedule__right {
    flex: 0 0 auto;
    padding-block: 0 35px;
    border-bottom: 1px solid #03A1EA;
  }
}
@media screen and (max-width: 599px) {
  .schedule__right {
    padding-block: 0 25px;
  }
}

.culture__top {
  padding-bottom: 120px;
}
@media screen and (max-width: 1520px) {
  .culture__top {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 900px) {
  .culture__top {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  .culture__top {
    padding-bottom: 55px;
  }
}
.culture__flex {
  margin-block: 68px 60px;
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (max-width: 1520px) {
  .culture__flex {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 950px) {
  .culture__flex {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .culture__flex {
    margin-block: 35px;
  }
}
.culture__flex--second {
  margin-block: 0 81px;
}
@media screen and (max-width: 599px) {
  .culture__flex--second {
    margin-block: 0 50px;
  }
}
.culture__top-string {
  flex: 0 0 50%;
}
.culture__heading {
  color: #E9E9E9;
  font-family: "Golos Text", sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: 93.333%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1520px) {
  .culture__heading {
    font-size: 102px;
  }
}
@media screen and (max-width: 1400px) {
  .culture__heading {
    font-size: 8vw;
  }
}
@media screen and (max-width: 950px) {
  .culture__heading {
    font-size: 12vw;
  }
}
@media screen and (max-width: 599px) {
  .culture__heading {
    font-size: 16vw;
  }
}
.culture__heading--center {
  text-align: center;
}
.culture__title {
  margin-block: -30px 24px;
  margin-left: 15px;
  color: #154894;
  font-size: 40px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .culture__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1400px) {
  .culture__title {
    font-size: 2.6777vw;
    margin-left: 2%;
  }
}
@media screen and (max-width: 950px) {
  .culture__title {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 599px) {
  .culture__title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 500px) {
  .culture__title {
    margin-top: -20px;
  }
}
.culture__title--center {
  text-align: center;
}
.culture__top-text {
  margin-left: 15px;
}
@media screen and (max-width: 1400px) {
  .culture__top-text {
    margin-left: 2%;
  }
}
.culture__top-img {
  flex: 0 0 45%;
}
.culture__sub-title {
  color: #154894;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .culture__sub-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .culture__sub-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .culture__table-wrapper {
    overflow-x: scroll;
    padding-bottom: 15px;
  }
}
.culture__table {
  margin-top: 25px;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .culture__table {
    min-width: 800px;
  }
}
.culture__cell {
  width: 33.333%;
  border: 1px solid #154894;
  padding: 8px;
  vertical-align: middle;
  letter-spacing: 0.08em;
  padding-left: 2%;
  padding-block: 25px;
}
@media screen and (max-width: 768px) {
  .culture__cell {
    padding-block: 20px;
    padding-inline: 2%;
  }
}
.culture__center {
  background: #FAFAFA;
  padding-block: 120px;
}
@media screen and (max-width: 1520px) {
  .culture__center {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 900px) {
  .culture__center {
    padding-block: 90px;
  }
}
@media screen and (max-width: 599px) {
  .culture__center {
    padding-block: 55px;
  }
}
.culture__center-titles {
  margin-top: 80px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media screen and (max-width: 599px) {
  .culture__center-titles {
    margin-top: 0;
  }
}
.culture__center-titles--second {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .culture__center-titles--second {
    margin-top: 50px;
  }
}
.culture__center-point {
  border-radius: 4px;
  background: #154894;
  padding: 2.5px 12px 3.5px;
  color: #FFF;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .culture__center-point {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .culture__center-point {
    font-size: 14px;
  }
}
.culture__figure {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 950px) {
  .culture__figure {
    flex-direction: column;
    row-gap: 30px;
  }
}
.culture__figure-content {
  flex: 0 0 32%;
  padding: 24px 2%;
  background: #FFF;
}
.culture__figure-content--right {
  flex: 0 0 66%;
}
.culture__figure-title {
  margin-bottom: 24px;
  text-align: center;
  color: #154894;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .culture__figure-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .culture__figure-title {
    font-size: 20px;
  }
}
.culture__figure-flex {
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
  flex-wrap: wrap;
  align-items: baseline;
}
@media screen and (max-width: 950px) {
  .culture__sp-flex {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
.culture__box {
  flex: 0 0 48%;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 2px solid #154894;
  padding: 20px 25px;
}
.culture__box--last {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .culture__box {
    flex: 0 0 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
  }
}
.culture__box-title {
  margin-bottom: 12px;
  color: #023E84;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 599px) {
  .culture__box-title {
    font-size: 18px;
    margin-bottom: 7px;
  }
}
.culture__box-text {
  font-size: 16px;
}
.culture__box-text--blue {
  margin-top: 10px;
  color: #154894;
  font-weight: 600;
}
.culture__center-string {
  background: #FFF;
  padding: 30px 3%;
}
.culture__under {
  padding-block: 120px;
}
@media screen and (max-width: 1520px) {
  .culture__under {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 900px) {
  .culture__under {
    padding-block: 90px;
  }
}
@media screen and (max-width: 599px) {
  .culture__under {
    padding-block: 55px;
  }
}
@media screen and (min-width: 1520px) {
  .culture__under .page-container {
    max-width: 1100px;
  }
}
.culture__under-lists {
  padding-block: 41px;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 599px) {
  .culture__under-lists {
    padding-block: 25px;
  }
}
.culture__under-lists--start {
  border-top: 1px solid #D9D9D9;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .culture__under-lists--start {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .culture__under-lists--start {
    margin-top: 50px;
  }
}
.culture__under-left {
  flex: 0 0 27%;
  padding-left: 5%;
  color: #154894;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 1520px) {
  .culture__under-left {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .culture__under-left {
    flex: 0 0 200px;
  }
}
@media screen and (max-width: 599px) {
  .culture__under-left {
    flex: 0 0 125px;
    font-size: 18px;
    padding-left: 3%;
  }
}
@media screen and (max-width: 385px) {
  .culture__under-left {
    font-size: 16px;
    flex: 0 0 115px;
  }
}
.culture__under-right {
  flex: 0 0 73%;
  font-size: 20px;
  line-height: 190%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .culture__under-right {
    flex: 0 0 calc(100% - 125px);
    font-size: 16px;
  }
}
@media screen and (max-width: 385px) {
  .culture__under-right {
    flex: 0 0 calc(100% - 115px);
  }
}

.faq {
  background: #F9F9F9;
  padding-bottom: 120px;
}
@media screen and (max-width: 1520px) {
  .faq {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 900px) {
  .faq {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  .faq {
    padding-bottom: 65px;
  }
}
.faq__container {
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .faq__container {
    max-width: none;
    padding-inline: 8%;
  }
}
@media screen and (max-width: 900px) {
  .faq__container {
    padding-inline: 4%;
  }
}
.faq__title {
  color: #154894;
  font-size: 2vw;
  font-weight: 900;
  letter-spacing: 0.08em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 16px;
  margin-block: 80px 40px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .faq__title {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .faq__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 599px) {
  .faq__title {
    font-size: 6.5vw;
    margin-block: 35px 30px;
  }
}
@media screen and (max-width: 450px) {
  .faq__title {
    font-size: 6vw;
  }
}
.faq__title::before {
  content: "";
  background: #154894;
  width: calc(100% - 2px);
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.faq__title--first {
  margin-top: 68px;
}
@media screen and (max-width: 768px) {
  .faq__title--first {
    margin-top: 55px;
  }
}
@media screen and (max-width: 599px) {
  .faq__title--first {
    margin-top: 35px;
  }
}
.faq__item {
  margin-bottom: 24px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .faq__item {
    margin-bottom: 17px;
  }
}
.faq__question {
  display: flex;
  align-items: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
  width: 100%;
  padding: 7px 4%;
  background: linear-gradient(90deg, #03A1EA 0%, #70D1FE 100%);
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.faq__question:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.faq__q {
  color: #FFF;
  font-family: "Golos Text", sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .faq__q {
    font-size: 36px;
  }
}
@media screen and (max-width: 450px) {
  .faq__q {
    font-size: 30px;
  }
}
.faq__text {
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.faq__text--black {
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .faq__text--black {
    font-size: 14px;
  }
}
.faq__icon {
  margin-left: auto;
  position: relative;
  width: 11px;
  height: 11px;
  display: inline-block;
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.faq__icon::before {
  width: 11px;
  height: 4px;
}
.faq__icon::after {
  width: 4px;
  height: 11px;
}
.faq__icon.is-open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__answer {
  display: none;
  align-items: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
  width: 100%;
  background: #FFF;
  padding: 20px 4%;
}
.faq__answer.is-open {
  display: flex;
}
.faq__a {
  font-family: "Golos Text", sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #03A1EA 0%, #70D1FE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 599px) {
  .faq__a {
    font-size: 36px;
  }
}
@media screen and (max-width: 450px) {
  .faq__a {
    font-size: 30px;
  }
}
.faq__btns {
  margin-top: 80px;
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
  justify-content: center;
}
@media screen and (max-width: 1520px) {
  .faq__btns {
    margin-top: 70px;
  }
}
@media screen and (max-width: 660px) {
  .faq__btns {
    margin-top: 55px;
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .faq__btns {
    margin-top: 40px;
  }
}
.faq__btns--mt {
  margin-top: 60px;
}
.faq__btn {
  flex: 0 0 280px;
  background: linear-gradient(90deg, #0BBED5 0%, #7EECFF 100%);
  box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  padding-block: 22px 21px;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 660px) {
  .faq__btn {
    flex: 0 0 auto;
    width: 60%;
    margin-inline: auto;
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .faq__btn {
    width: 60%;
    font-size: 16px;
    padding-block: 17px 16px;
  }
}
.faq__btn--change {
  background: linear-gradient(90deg, #03A1EA 0%, #70D1FE 100%);
  font-weight: 900;
}

.company__subtitle {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .company__subtitle {
    font-size: 23px;
  }
}
@media screen and (max-width: 500px) {
  .company__subtitle {
    font-size: 20px;
  }
}
.company__title {
  color: #154894;
  text-align: center;
  font-family: "Golos Text", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1520px) {
  .company__title {
    font-size: 72px;
  }
}
@media screen and (max-width: 1400px) {
  .company__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .company__title {
    font-size: 7vw;
  }
}
@media screen and (max-width: 660px) {
  .company__title {
    font-size: 10vw;
  }
}
.company__top {
  padding-block: 70px 120px;
}
@media screen and (max-width: 1520px) {
  .company__top {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .company__top {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .company__top {
    padding-block: 35px 60px;
  }
}
.company__top-content {
  margin-top: 60px;
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1300px) {
  .company__top-content {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .company__top-content {
    margin-top: 25px;
    row-gap: 20px;
  }
}
.company__top-left {
  flex: 0 0 46%;
}
.company__top-left p {
  color: #333;
  font-weight: 500;
  line-height: 155.556%;
  letter-spacing: 0.05em;
}
.company__top-name {
  text-align: right;
  margin-top: 16px;
}
.company__top-img {
  flex: 0 0 27%;
}
@media screen and (max-width: 1300px) {
  .company__top-img {
    width: 40%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 599px) {
  .company__top-img {
    width: 60%;
  }
}
.company__under {
  background: #F9F9F9;
  padding-block: 120px;
}
@media screen and (max-width: 1520px) {
  .company__under {
    padding-block: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .company__under {
    padding-block: 80px;
  }
}
@media screen and (max-width: 599px) {
  .company__under {
    padding-block: 60px;
  }
}
.company__under-content {
  margin-top: 60px;
  background: #FFF;
  padding-block: 60px;
  padding-inline: 7%;
}
@media screen and (max-width: 1400px) {
  .company__under-content {
    padding-inline: 3%;
  }
}
@media screen and (max-width: 599px) {
  .company__under-content {
    margin-top: 35px;
    padding-block: 20px 40px;
  }
}
.company__under-list {
  display: flex;
  padding-block: 42px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .company__under-list {
    flex-direction: column;
    row-gap: 13px;
    padding-block: 30px;
  }
}
@media screen and (max-width: 599px) {
  .company__under-list {
    row-gap: 6px;
    padding-block: 20px;
  }
}
.company__under-left {
  flex: 0 0 22%;
  padding-left: 4.5%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 1520px) {
  .company__under-left {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .company__under-left {
    flex: 0 0 220px;
  }
}
@media screen and (max-width: 768px) {
  .company__under-left {
    flex: 0 0 auto;
    padding-inline: 0;
  }
}
@media screen and (max-width: 599px) {
  .company__under-left {
    font-size: 16px;
  }
}
.company__under-left span {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 160%;
  display: block;
}
.company__under-left span span {
  display: inline;
}
@media screen and (max-width: 768px) {
  .company__under-left span br {
    display: none;
  }
  .company__under-left span span {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .company__under-left span {
    margin-top: 6px;
  }
}
.company__under-right {
  flex: 0 0 78%;
  padding-left: 4%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .company__under-right {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .company__under-right {
    flex: 0 0 calc(100% - 220px);
  }
}
@media screen and (max-width: 768px) {
  .company__under-right {
    flex: 0 0 auto;
    padding-inline: 0;
  }
}
@media screen and (max-width: 599px) {
  .company__under-right {
    font-size: 16px;
  }
}
.company__under-right iframe {
  margin-top: 30px;
  width: 100%;
  aspect-ratio: 2.315/1;
}
@media screen and (max-width: 768px) {
  .company__under-right iframe {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 599px) {
  .company__under-right iframe {
    margin-top: 20px;
  }
}
.company__under-right p, .company__under-right a {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.entry__top {
  background: #F9F9F9;
}
.entry__top-text {
  padding-block: 42px 94px;
  color: #333;
  text-align: center;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1520px) {
  .entry__top-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .entry__top-text {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .entry__top-text {
    font-size: 16px;
    padding-inline: 4%;
  }
}
@media screen and (max-width: 500px) {
  .entry__top-text {
    padding-block: 30px 50px;
  }
  .entry__top-text br {
    display: none;
  }
}
.entry__content {
  background: #FFF;
  padding-block: 60px 80px;
}
@media screen and (max-width: 599px) {
  .entry__content {
    padding-block: 50px 60px;
  }
}
.entry__container {
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .entry__container {
    max-width: none;
    padding-inline: 4%;
  }
}
.entry__title {
  margin-bottom: 24px;
  text-align: center;
  color: #154894;
  font-family: "Golos Text", sans-serif;
  font-size: 4.2vw;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1520px) {
  .entry__title {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .entry__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 950px) {
  .entry__title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 660px) {
  .entry__title {
    font-size: 10vw;
  }
}
.entry__subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .entry__subtitle {
    font-size: 23px;
  }
}
@media screen and (max-width: 660px) {
  .entry__subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .entry__subtitle {
    font-size: 20px;
  }
}
.entry__form {
  margin-top: 100px;
}
@media screen and (max-width: 950px) {
  .entry__form {
    margin-top: 65px;
  }
}
@media screen and (max-width: 660px) {
  .entry__form {
    margin-top: 50px;
  }
}
.entry__left {
  flex: 0 0 27%;
  display: flex;
  align-items: start;
}
@media screen and (max-width: 1200px) {
  .entry__left {
    flex: 0 0 242px;
  }
}
@media screen and (max-width: 950px) {
  .entry__left {
    padding-left: 0;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .entry__left {
    font-size: 14px;
  }
}
.entry__left p {
  font-weight: 900;
  letter-spacing: 0.08em;
}
.entry__left .asterisk {
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .entry__left .asterisk {
    font-size: 12px;
  }
}
.entry__left .attention {
  margin-left: 14px;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 4px;
  border: 1px solid #154894;
  color: #154894;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.entry__right {
  flex: 0 0 67%;
}
@media screen and (max-width: 1200px) {
  .entry__right {
    flex-grow: 1;
  }
}
@media screen and (max-width: 950px) {
  .entry__right {
    width: 100%;
  }
}
.entry__right p {
  width: 100%;
}
.entry__right br {
  display: none;
}
.entry__right .reserve-br {
  display: block;
}
.entry__right .reserve {
  margin-top: 4px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #F5B52D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: 700;
  position: relative;
}
.entry__right .reserve::before {
  content: "";
  width: 100%;
  height: 0.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F5B52D;
}
.entry__right .wpcf7-form-control-wrap {
  width: 100%;
}
.entry__right input[type=text],
.entry__right input[type=tel],
.entry__right input[type=email] {
  background: rgba(21, 72, 148, 0.08);
  width: 100%;
  height: 60px;
  padding-inline: 21px;
}
@media screen and (max-width: 768px) {
  .entry__right input[type=text],
  .entry__right input[type=tel],
  .entry__right input[type=email] {
    padding-inline: 3%;
  }
}
.entry__right input[type=text]::-moz-placeholder, .entry__right input[type=tel]::-moz-placeholder, .entry__right input[type=email]::-moz-placeholder {
  color: rgba(21, 72, 148, 0.3);
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.entry__right input[type=text]::placeholder,
.entry__right input[type=tel]::placeholder,
.entry__right input[type=email]::placeholder {
  color: rgba(21, 72, 148, 0.3);
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 660px) {
  .entry__right input[type=text]::-moz-placeholder, .entry__right input[type=tel]::-moz-placeholder, .entry__right input[type=email]::-moz-placeholder {
    font-size: 14px;
  }
  .entry__right input[type=text]::placeholder,
  .entry__right input[type=tel]::placeholder,
  .entry__right input[type=email]::placeholder {
    font-size: 14px;
  }
}
.entry__right textarea {
  background: rgba(21, 72, 148, 0.08);
  width: 100%;
  height: auto;
  aspect-ratio: 2.23/1;
  resize: vertical;
  padding-inline: 21px;
  padding-block: 10px;
}
@media screen and (max-width: 1520px) {
  .entry__right textarea {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .entry__right textarea {
    padding-inline: 3%;
  }
}
@media screen and (max-width: 599px) {
  .entry__right textarea {
    aspect-ratio: 2.5/1;
  }
}
.entry__right textarea::-moz-placeholder {
  color: rgba(21, 72, 148, 0.3);
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.entry__right textarea::placeholder {
  color: rgba(21, 72, 148, 0.3);
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 660px) {
  .entry__right textarea::-moz-placeholder {
    font-size: 14px;
  }
  .entry__right textarea::placeholder {
    font-size: 14px;
  }
}
.entry__right--half p {
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 660px) {
  .entry__right--half p {
    flex-direction: column;
    row-gap: 15px;
  }
}
.entry__right--half p span {
  flex: 0 0 48%;
  width: 100%;
}
.entry__right--address p {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 660px) {
  .entry__right--address p {
    row-gap: 15px;
  }
}
.entry__right--address .address-line {
  margin-bottom: 20px;
}
@media screen and (max-width: 660px) {
  .entry__right--address .address-line {
    margin-bottom: 15px;
  }
}
.entry__right--address .address-line p {
  flex-direction: row;
  -moz-column-gap: 5%;
       column-gap: 5%;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .entry__right--address .address-line p {
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
  }
}
.entry__right--address .address-line p .wpcf7-form-control-wrap {
  flex: 0 0 70%;
}
.entry__right--address .address-line p br {
  display: none;
}
.entry__right--address .address-line p .address-btn {
  border-radius: 4px;
  border: 1px solid #154894;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
  padding: 8px 23px;
}
.entry__column {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  -moz-column-gap: 6%;
       column-gap: 6%;
}
@media screen and (max-width: 950px) {
  .entry__column {
    flex-direction: column;
    row-gap: 10px;
    align-items: normal;
  }
}
@media screen and (max-width: 660px) {
  .entry__column {
    margin-bottom: 30px;
  }
}
.entry__column--address {
  align-items: start;
}
.entry__column--textarea {
  margin-block: 40px;
  align-items: start;
}
@media screen and (max-width: 660px) {
  .entry__column--textarea {
    margin-block: 35px;
  }
}
.entry__column--check {
  margin-bottom: 60px;
}
@media screen and (max-width: 660px) {
  .entry__column--check {
    margin-bottom: 45px;
  }
}
.entry__column--check p {
  flex: 0 0 100%;
  text-align: center;
}
.entry__column--check p .wpcf7-form-control-wrap {
  flex: 0 0 100%;
}
.entry__column--check p .wpcf7-list-item {
  display: block;
  text-align: center;
  margin: 0;
}
.entry__column--check p .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.entry__column--check p .wpcf7-list-item .wpcf7-list-item-label a {
  color: #154894;
  letter-spacing: inherit;
  text-decoration: underline;
  font-weight: inherit;
}
.entry__column--submit {
  margin-bottom: 0;
}
.entry__column--submit p {
  margin-inline: auto;
}
.entry__column--submit input {
  background: linear-gradient(90deg, #03A1EA 0%, #70D1FE 100%);
  box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  padding-block: 22px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.08em;
  display: block;
  width: 280px;
  transition: 0.3s;
}
@media screen and (max-width: 660px) {
  .entry__column--submit input {
    font-size: 16px;
    width: 220px;
    padding-block: 16px;
  }
}
@media screen and (max-width: 599px) {
  .entry__column--submit input {
    width: 210px;
    padding-block: 13px;
  }
}
.entry__column--submit input:not(:disabled):hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.entry__column--submit .wpcf7-spinner {
  display: none;
}
.entry__column--radio {
  align-items: start;
}
.entry__column--radio .wpcf7-radio {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.entry__column--radio .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.entry__column--radio .wpcf7-radio .wpcf7-list-item input {
  height: 25px;
  width: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .entry__column--radio .wpcf7-radio .wpcf7-list-item input {
    height: 18px;
    width: 18px;
  }
}
.entry__column--radio .wpcf7-radio label {
  padding-left: 0 !important;
  font-weight: 900;
}
.entry__column--radio-start {
  margin-top: 60px;
}
@media screen and (max-width: 660px) {
  .entry__column--radio-start {
    margin-top: 45px;
  }
}
.entry__column--file {
  align-items: start;
}
.entry__column--file .note {
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.entry__column--file .note .note-br {
  display: block;
}
.entry__column--file .note span {
  font-size: 14px;
  letter-spacing: 0.08em;
}
.entry__column--file .wpcf7-form-control-wrap:nth-child(1) {
  display: block;
  margin-bottom: 12px;
}
.entry__policy {
  border-radius: 20px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 1px 16px 20px 15px;
  width: 100%;
  height: auto;
  aspect-ratio: 4/1;
  overflow-y: scroll;
}
@media screen and (max-width: 599px) {
  .entry__policy {
    aspect-ratio: 2/1;
    font-size: 14px;
  }
}
.entry__policy span {
  margin-block: 20px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 116.667%;
}
@media screen and (max-width: 768px) {
  .entry__policy span {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .entry__policy span {
    font-size: 16px;
    margin-bottom: 13px;
  }
}
.entry__policy .big {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .entry__policy .big {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .entry__policy .big {
    font-size: 18px;
    margin-bottom: 13px;
  }
}

.news {
  padding-block: 35px 100px;
  padding-inline: 14%;
}
@media screen and (max-width: 900px) {
  .news {
    padding: 20px 10% 85px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding-block: 10px 75px;
  }
}
@media screen and (max-width: 599px) {
  .news {
    padding-block: 55px;
    padding-inline: 7%;
  }
}
.news__inner {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 24px;
  flex-wrap: wrap;
}
.news__link {
  flex: 0 0 32%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .news__link {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 599px) {
  .news__link {
    flex: 0 0 100%;
  }
}
.news__date {
  margin-left: 5%;
  margin-block: 12px 8px;
  color: rgba(233, 80, 58, 0.75);
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .news__date {
    margin-bottom: 1px;
  }
}
.news__title {
  margin-left: 5%;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .news__title {
    font-size: 18px;
  }
}
.news .common-btn {
  margin-top: 80px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .news .common-btn {
    margin-top: 65px;
  }
}
@media screen and (max-width: 599px) {
  .news .common-btn {
    margin-top: 50px;
  }
}

.single-interview {
  background: #FAFAFA;
}
.single-interview--archive {
  background: none;
}
.single-interview__content {
  max-width: 1250px;
  margin-inline: auto;
  padding-block: 70px 120px;
}
@media screen and (max-width: 1520px) {
  .single-interview__content {
    max-width: none;
    padding-inline: 10%;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .single-interview__content {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 950px) {
  .single-interview__content {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .single-interview__content {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .single-interview__content {
    padding-block: 50px 60px;
  }
}
.single-interview__content--under {
  padding-block: 120px;
}
@media screen and (max-width: 1520px) {
  .single-interview__content--under {
    padding-block: 100px;
  }
}
@media screen and (max-width: 950px) {
  .single-interview__content--under {
    padding-block: 90px;
  }
}
@media screen and (max-width: 768px) {
  .single-interview__content--under {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .single-interview__content--under {
    padding-block: 60px;
  }
}
.single-interview__content--archive {
  padding-block: 0 120px;
}
@media screen and (max-width: 900px) {
  .single-interview__content--archive {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .single-interview__content--archive {
    padding-bottom: 60px;
  }
}
.single-interview__top {
  margin-bottom: 93px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .single-interview__top {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .single-interview__top {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  .single-interview__top {
    margin-bottom: 45px;
  }
}
.single-interview__top-left {
  position: absolute;
  left: 0;
  bottom: 12%;
}
@media screen and (max-width: 900px) {
  .single-interview__top-left {
    bottom: 5%;
  }
}
@media screen and (max-width: 768px) {
  .single-interview__top-left {
    left: 0;
    bottom: 0;
    position: relative;
  }
}
.single-interview__strings {
  background: #FFF;
  padding: 22px 35px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .single-interview__strings {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .single-interview__strings {
    padding: 7px 15px;
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
  }
}
.single-interview__status {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .single-interview__status {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  .single-interview__status {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .single-interview__status {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .single-interview__status {
    font-size: 14px;
  }
}
.single-interview__name {
  margin-top: 12px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .single-interview__name {
    font-size: 32px;
  }
}
@media screen and (max-width: 1400px) {
  .single-interview__name {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .single-interview__name {
    margin-top: 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .single-interview__name {
    font-size: 20px;
  }
}
.single-interview__comment {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .single-interview__comment {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .single-interview__comment {
    margin-top: 15px;
  }
}
.single-interview__comment p {
  padding-inline: 12px;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(0deg, #154894 0%, #154894 100%), #154894;
  color: #FFF;
  font-size: 40px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.08em;
}
.single-interview__comment p:nth-child(2) {
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .single-interview__comment p:nth-child(2) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1520px) {
  .single-interview__comment p {
    font-size: 32px;
  }
}
@media screen and (max-width: 1400px) {
  .single-interview__comment p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .single-interview__comment p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 599px) {
  .single-interview__comment p {
    font-size: 5vw;
  }
}
@media screen and (max-width: 450px) {
  .single-interview__comment p {
    font-size: 18px;
  }
}
.single-interview__img {
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .single-interview__img {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .single-interview__img {
    width: 100%;
  }
}
.single-interview__box {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (max-width: 1520px) {
  .single-interview__box {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .single-interview__box {
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 599px) {
  .single-interview__box {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 450px) {
  .single-interview__box {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.single-interview__box--flex {
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 768px) {
  .single-interview__box--flex {
    flex-direction: column;
    row-gap: 20px;
  }
}
.single-interview__box--last {
  margin-bottom: 0;
}
.single-interview__heading {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  position: relative;
  color: #154894;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1520px) {
  .single-interview__heading {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .single-interview__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .single-interview__heading {
    margin-bottom: 10px;
    font-size: 16px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.single-interview__heading::before {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background-color: #154894;
}
@media screen and (max-width: 900px) {
  .single-interview__heading::before {
    width: 26px;
  }
}
@media screen and (max-width: 599px) {
  .single-interview__heading::before {
    width: 18px;
  }
}
.single-interview__text {
  line-height: 155.556%;
  letter-spacing: 0.05em;
}
.single-interview__box-image {
  flex: 0 0 48%;
}
.single-interview__box-string {
  flex: 0 0 48%;
}
.single-interview__under {
  background: #FFF;
}

.job-description__content {
  padding-bottom: 120px;
}
@media screen and (max-width: 1520px) {
  .job-description__content {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 900px) {
  .job-description__content {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .job-description__content {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 599px) {
  .job-description__content {
    padding-bottom: 50px;
  }
}
.job-description__content--under {
  padding-block: 40px 155px;
  background: #FAFAFA;
}
@media screen and (max-width: 1520px) {
  .job-description__content--under {
    padding-block: 25px 120px;
  }
}
@media screen and (max-width: 900px) {
  .job-description__content--under {
    padding-block: 1px 90px;
  }
}
@media screen and (max-width: 768px) {
  .job-description__content--under {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 599px) {
  .job-description__content--under {
    padding-bottom: 50px;
  }
}
.job-description__cards {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 900px) {
  .job-description__cards {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .job-description__cards {
    margin-top: 30px;
  }
}
.job-description__card {
  flex: 0 0 35%;
  border-radius: 100px;
  border: 2px solid #154894;
  background: #fff;
  color: #154894;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
  padding-block: 20px;
  padding-inline: 3%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .job-description__card {
    flex: 0 0 390px;
  }
}
@media screen and (max-width: 900px) {
  .job-description__card {
    flex: 0 0 auto;
    width: 390px;
  }
}
@media screen and (max-width: 599px) {
  .job-description__card {
    padding-inline: 6%;
    font-size: 16px;
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .job-description__card {
    padding-block: 10px 13px;
    width: 100%;
  }
}
.job-description__card::before {
  content: "";
  position: absolute;
  right: 6.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 4%;
  aspect-ratio: 1/1;
  background: url(../../assets/image/job-description/card-arrow.svg) no-repeat center center/contain;
}
.job-description__title {
  margin-top: 24px;
  color: #154894;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.job-description__subtitle {
  color: #154894;
  font-size: 2vw;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1400px) {
  .job-description__subtitle {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .job-description__subtitle {
    font-size: 4vw;
  }
}
@media screen and (max-width: 599px) {
  .job-description__subtitle {
    font-size: 5.5vw;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.job-description__subtitle::before {
  content: "";
  background: #154894;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.job-description__new-graduate {
  padding-bottom: 120px;
}
@media screen and (max-width: 1520px) {
  .job-description__new-graduate {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .job-description__new-graduate {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .job-description__new-graduate {
    padding-bottom: 60px;
  }
}
.job-description__new-graduate--under {
  padding-block: 120px;
  background: #FAFAFA;
}
@media screen and (max-width: 599px) {
  .job-description__new-graduate--under {
    padding-bottom: 70px;
  }
}
.job-description__table {
  width: 100%;
  border-collapse: collapse;
}
.job-description__row {
  display: flex;
}
@media screen and (max-width: 599px) {
  .job-description__row {
    flex-direction: column;
  }
}
.job-description__head {
  display: flex;
  align-items: center;
  flex: 0 0 20%;
  padding-block: 25px;
  padding-left: 2%;
  border-bottom: 1px solid #FFF;
  background: #154894;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .job-description__head {
    flex: 0 0 190px;
  }
}
@media screen and (max-width: 599px) {
  .job-description__head {
    flex: 0 0 auto;
    padding-block: 20px;
  }
}
.job-description__cell {
  flex: 0 0 80%;
  padding-block: 25px;
  padding-inline: 2%;
  border-top: 1px solid #154894;
  border-right: 1px solid #154894;
  border-bottom: 1px solid #154894;
  background: #FFF;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .job-description__cell {
    flex: 0 0 calc(100% - 190px);
  }
}
@media screen and (max-width: 599px) {
  .job-description__cell {
    flex: 0 0 auto;
    border: 1px solid #154894;
    border-top: none;
    padding-block: 20px;
  }
}
.job-description__cell a {
  color: #03A1EA;
  word-break: break-all;
  overflow-wrap: break-word;
}

.page-top {
  padding-left: 10%;
  padding-block: 145px 140px;
}
@media screen and (max-width: 900px) {
  .page-top {
    padding-block: 125px 90px;
  }
}
@media screen and (max-width: 599px) {
  .page-top {
    padding-block: 110px 60px;
  }
}
.page-top--business {
  background: url(../../assets/image/business/business-top.webp) no-repeat center center/cover;
}
.page-top--job-technical {
  background: url(../../assets/image/job/job-technical-top.webp) no-repeat center center/cover;
}
.page-top--job-regular {
  background: url(../../assets/image/job/job-regular-top.webp) no-repeat center center/cover;
}
.page-top--career-technical {
  background: url(../../assets/image/career/career-technical-top.webp) no-repeat center center/cover;
}
.page-top--career-regular {
  background: url(../../assets/image/career/career-regular-top.webp) no-repeat center center/cover;
}
.page-top--schedule-technical {
  background: url(../../assets/image/schedule/schedule-technical-top.webp) no-repeat center center/cover;
}
.page-top--schedule-regular {
  background: url(../../assets/image/schedule/schedule-regular-top.webp) no-repeat center center/cover;
}
.page-top--culture {
  background: url(../../assets/image/culture/culture-top.webp) no-repeat center center/cover;
}
.page-top--faq {
  background: url(../../assets/image/faq/faq.webp) no-repeat center center/cover;
}
.page-top--interview {
  background: url(../../assets/image/interview/interview.webp) no-repeat center center/cover;
}
.page-top--job-description {
  background: url(../../assets/image/job-description/job-description-top.webp) no-repeat center center/cover;
}
.page-top--company {
  background: url(../../assets/image/company/company-top.webp) no-repeat center center/cover;
}
.page-top--entry {
  background: url(../../assets/image/entry/entry.webp) no-repeat center center/cover;
}
.page-top__title {
  margin-bottom: 4px;
  color: #fff;
  font-family: "Golos Text", sans-serif;
  font-size: 4.2vw;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page-top__title {
    font-size: 7vw;
  }
}
@media screen and (max-width: 599px) {
  .page-top__title {
    font-size: 8vw;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 450px) {
  .page-top__title {
    margin-bottom: 3px;
  }
}
.page-top__subtitle {
  margin-left: 10px;
  color: #FFF;
  font-size: 1.67vw;
  font-weight: 900;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .page-top__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .page-top__subtitle {
    font-size: 13px;
    margin-left: 0;
  }
}

.page-container {
  max-width: 1300px;
  margin-inline: auto;
}
@media screen and (max-width: 1520px) {
  .page-container {
    max-width: none;
    padding-inline: 10%;
  }
}
.page-container--narrow {
  max-width: 1200px;
}
@media screen and (max-width: 1520px) {
  .page-container--narrow {
    max-width: none;
    padding-inline: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .page-container {
    padding-inline: 4%;
  }
}

.breadcrumb {
  padding-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 14%;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (max-width: 1200px) {
  .breadcrumb {
    margin-right: 7%;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumb {
    margin-right: 4%;
    padding-top: 13px;
  }
}
.breadcrumb p, .breadcrumb a {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .breadcrumb p, .breadcrumb a {
    font-size: 14px;
  }
}
.breadcrumb img {
  width: auto;
}
.breadcrumb--white p, .breadcrumb--white a {
  color: #fff;
}/*# sourceMappingURL=style.css.map */