@font-face {
  font-family: 'Fjalla One';
  src: url('/common/font/fjallaone-regular.eot');
  src: url('/common/font/fjallaone-regular.eot?#iefix') format('embedded-opentype'), url('/common/font/fjallaone-regular.woff') format('woff'), url('/common/font/fjallaone-regular.ttf') format('truetype'), url('/common/font/fjallaone-regular.svg#fjalla_oneregular') format('svg');
}
/* ==========================================================================
   recruit variable
   ========================================================================== */
/* font
  ========================================================================== */
/*Aleo*/
@font-face {
  font-family: "Aleo";
  font-style: normal;
  font-weight: 700;
  src: url("/common/font/Aleo/Aleo-Bold.woff2") format("woff2"), url("/common/font/Aleo/Aleo-Bold.ttf") format("truetype");
}
/*Noto Sans JP*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("/common/font/NotoSansJP/NotoSansJP-Light.woff2") format("woff2"), url("/common/font/NotoSansJP/NotoSansJP-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/common/font/NotoSansJP/NotoSansJP-Regular.woff2") format("woff2"), url("/common/font/NotoSansJP/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/common/font/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("/common/font/NotoSansJP/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/common/font/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2"), url("/common/font/NotoSansJP/NotoSansJP-Bold.ttf") format("truetype");
}
.recruit-interview {
  color: #222;
}
.recruit-interview * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruit-interview .mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit-interview .mv {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview .mv__textArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    bottom: 0;
    right: 0;
    top: 0;
  }
}
.recruit-interview .mv__category {
  position: absolute;
  top: 19.5%;
  padding-left: max(3.88vw, 42.68px);
  width: max(29.306vw, 322.36px);
}
@media screen and (max-width: 768px) {
  .recruit-interview .mv__category {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    width: 100%;
    padding-top: 13px;
  }
}
.recruit-interview .mv__categoryName {
  position: relative;
  font-size: max(3.61vw, 3.971rem);
  font-weight: bold;
  color: #00559d;
  z-index: 1;
  letter-spacing: 0;
  font-family: "Aleo", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .recruit-interview .mv__categoryName {
    font-size: 4.9rem;
    letter-spacing: 0;
  }
}
.recruit-interview .mv__categoryNum {
  position: absolute;
  font-size: max(11.11vw, 12.221rem);
  font-weight: 700;
  color: #E9EDF4;
  right: 0;
  bottom: min(-2.222vw, -24.44px);
  line-height: 1;
  letter-spacing: 0;
  font-family: "Aleo", sans-serif;
}
@media screen and (max-width: 768px) {
  .recruit-interview .mv__categoryNum {
    top: -7px;
    font-size: 12rem;
  }
}
.recruit-interview .mv__image {
  position: relative;
  margin-left: auto;
  text-align: right;
  width: max(70.13vw, 771.43px);
  height: max(43.05vw, 473.55px);
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit-interview .mv__image {
    width: -webkit-calc(100vw - 20px);
    width: calc(100vw - 20px);
    height: auto;
    border-radius: 10px 0 0 0;
    margin-top: 3px;
  }
}
.recruit-interview .mv__image img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.recruit-interview .mv__title {
  position: absolute;
  top: 32.2%;
  background: -webkit-linear-gradient(315deg, #00559d 15%, #0273d2 100%);
  background: linear-gradient(135deg, #00559d 15%, #0273d2 100%);
  padding-top: max(3.12vw, 34.32px);
  padding-left: max(4.02vw, 44.22px);
  padding-bottom: max(3.17vw, 34.87px);
  width: max(36vw, 390px);
  border-radius: 0 10px 10px 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit-interview .mv__title {
    position: relative;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding-left: 20px;
    padding-top: 26px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-top: -20px;
  }
}
.recruit-interview .mv__title h1 {
  font-size: max(3vw, 3.355rem);
  font-weight: bold;
  line-height: 1.4;
  margin-top: max(1.14vw, 12.54px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit-interview .mv__title h1 {
    font-size: 2.6rem;
    margin-top: 15px;
  }
}
.recruit-interview .mv__department {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #00559d;
  background-color: #fff;
  border-radius: 100vh;
  padding: max(0.6vw, 6.6px) max(1.68vw, 18.48px);
  line-height: 1.3;
  font-size: max(1.04vw, 1.144rem);
}
@media screen and (max-width: 768px) {
  .recruit-interview .mv__department {
    font-size: 1.1rem;
    padding: 8px 16px;
  }
}
.recruit-interview .mv__joining {
  font-size: max(1.04vw, 1.144rem);
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .recruit-interview .mv__joining {
    font-size: 1.3rem;
    margin: 10px;
    margin-left: 0;
  }
}
.recruit-interview .interviewSection {
  margin-top: 130px;
}
.recruit-interview .interviewSection:first-of-type {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .recruit-interview .interviewSection:first-of-type {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview .interviewSection {
    margin-top: 70px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview .interviewSection:not(:first-of-type) {
    margin-top: 100px;
  }
}
.recruit-interview .interviewSection__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-interview .interviewSection__title {
    margin-bottom: 30px;
  }
}
.recruit-interview .interviewSection__title + .interviewSection__image {
  margin-top: 0;
}
.recruit-interview .interviewSection__title + .interviewSection__text {
  margin-top: 0;
}
.recruit-interview .interviewSection__title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 2rem;
  color: #00559d;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .recruit-interview .interviewSection__title p {
    font-size: 1.6rem;
  }
}
.recruit-interview .interviewSection__title p::before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #00559d;
}
@media screen and (max-width: 768px) {
  .recruit-interview .interviewSection__title p::before {
    width: 26px;
    height: 2px;
  }
}
.recruit-interview .interviewSection__title h2 {
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .recruit-interview .interviewSection__title h2 {
    font-size: 2.5rem;
    margin-top: 20px;
  }
}
.recruit-interview .interviewSection__text {
  font-size: 1.6rem;
  line-height: 2.1;
  margin-top: 56px;
}
.recruit-interview .interviewSection__text:first-child {
  margin-top: 0;
}
.recruit-interview .interviewSection__text + .interviewSection__text {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .recruit-interview .interviewSection__text {
    margin-top: 35px;
    font-size: 1.5rem;
  }
}
.recruit-interview .interviewSection__2col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-interview .interviewSection__2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 26px;
  }
}
.recruit-interview .interviewSection__2col__text-wrapper {
  width: -webkit-calc((100% - 80px) / 2);
  width: calc((100% - 80px) / 2);
  line-height: 2.1;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .recruit-interview .interviewSection__2col__text-wrapper {
    width: 100%;
    margin-top: 40px;
    font-size: 1.5rem;
  }
}
.recruit-interview .interviewSection__2colImage {
  position: relative;
  padding-top: 35px;
  padding-right: 30px;
  width: -webkit-calc((100% - 80px) / 2);
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 768px) {
  .recruit-interview .interviewSection__2colImage {
    width: 100%;
    max-width: 521.35px;
    margin-inline: auto;
    padding-top: min(6.41vw, 32.1px);
    padding-right: min(5.38vw, 26.9px);
  }
}
.recruit-interview .interviewSection__2colImage::before {
  content: '';
  position: absolute;
  width: 340px;
  height: 317px;
  background: -webkit-linear-gradient(315deg, #00559d 15%, #0273d2 100%);
  background: linear-gradient(135deg, #00559d 15%, #0273d2 100%);
  top: 0;
  right: 0px;
  border-radius: 10px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .recruit-interview .interviewSection__2colImage::before {
    width: min(59.74vw, 298.7px);
    height: min(55.9vw, 279.5px);
  }
}
.recruit-interview .interviewSection__2colImage img {
  max-width: 100%;
  width: 100%;
}
.recruit-interview .interviewSection__imageWrapper {
  border-radius: 10px;
  overflow: hidden;
}
.recruit-interview .interviewSection__image {
  margin-top: 50px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit-interview .interviewSection__image {
    margin-top: 25px;
  }
}
.recruit-interview .interviewSection--1col {
  max-width: 870px;
}
.recruit-interview .schedule {
  position: relative;
  background-color: #EEF2F9;
  padding-top: 80px;
  padding-bottom: 90px;
  overflow: hidden;
  margin-top: 130px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-interview .schedule {
    padding-inline: 20px;
    margin-top: 95px;
    padding-top: 60px;
  }
}
.recruit-interview .schedule::before {
  content: '';
  position: absolute;
  width: 393px;
  height: 393px;
  background-image: url('/company/recruit/img/common/decoration_schedule01.png');
  background-size: cover;
  top: -97px;
  left: 66%;
}
@media screen and (max-width: 768px) {
  .recruit-interview .schedule::before {
    width: 236px;
    height: 236px;
    left: auto;
    top: -6.5%;
    right: -9%;
  }
}
.recruit-interview .schedule__inner {
  max-width: 1100px;
  margin-inline: auto;
}
.recruit-interview .schedule__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media screen and (max-width: 768px) {
  .recruit-interview .schedule__title {
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
}
.recruit-interview .schedule__title > img {
  width: 110px;
  height: 110px;
  border-radius: 100vh;
}
.recruit-interview .schedule__title > div {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .recruit-interview .schedule__title > div {
    margin-top: 20px;
  }
}
.recruit-interview .schedule__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 6rem;
  font-weight: bold;
  color: #00559d;
  line-height: 1;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  letter-spacing: 0;
  font-family: "Aleo", sans-serif;
}
@media screen and (max-width: 768px) {
  .recruit-interview .schedule__title h2 {
    font-size: 4.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recruit-interview .schedule__title p {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.3;
  color: #00559d;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .recruit-interview .schedule__title p {
    margin-top: 10px;
    font-size: 1.5rem;
    text-align: center;
  }
}
.recruit-interview .schedule__flow {
  position: relative;
  margin-top: -79px;
  left: 47.6%;
}
@media screen and (max-width: 768px) {
  .recruit-interview .schedule__flow {
    margin-top: 30px;
    left: 0;
    max-width: 510px;
    margin-inline: auto;
  }
}
.recruit-interview .schedule__flowLine {
  position: absolute;
  width: 20px;
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
  top: 10px;
  left: 16px;
}
@media screen and (max-width: 768px) {
  .recruit-interview .schedule__flowLine {
    height: 100%;
    left: 14px;
  }
}
.recruit-interview .schedule__flowLine::before {
  content: '';
  position: absolute;
  width: 2px;
  height: -webkit-calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #00559d;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruit-interview .schedule__flowLine::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 17px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/company/recruit/img/common/icon_arrowBottom.png);
}
.recruit-interview .schedule__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 80px;
  font-family: "Aleo", sans-serif;
}
@media screen and (max-width: 768px) {
  .recruit-interview .schedule__item {
    width: 100%;
    padding-left: 63px;
  }
}
.recruit-interview .schedule__item:not(:first-of-type) {
  margin-top: 36.4px;
}
@media screen and (max-width: 768px) {
  .recruit-interview .schedule__item:not(:first-of-type) {
    margin-top: 28.5px;
    padding-top: 0;
  }
}
.recruit-interview .schedule__item:not(:first-of-type) .schedule__time {
  margin-top: 2px;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  padding-top: 5px;
}
.recruit-interview .schedule__item span {
  line-height: 1.3;
}
.recruit-interview .schedule__time {
  position: absolute;
  letter-spacing: 0;
  font-family: "Aleo", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: #00559d;
  margin-right: 22px;
  background-color: #EEF2F9;
  padding-top: 3px;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit-interview .schedule__time {
    font-size: 2.6rem;
    padding-top: 5px;
    padding-bottom: 0px;
  }
}
.recruit-interview .schedule__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 1.9rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 100vh;
  padding: 12px 26px 10px 22px;
  line-height: 1 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .recruit-interview .schedule__place {
    font-size: 1.6rem;
    padding: 12px 20px 10px 18px;
    -webkit-column-gap: 8.5px;
       -moz-column-gap: 8.5px;
            column-gap: 8.5px;
  }
}
.recruit-interview .schedule__place::before {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #00559d;
  border-radius: 100vh;
  -webkit-transform: translate(0px, -1px);
      -ms-transform: translate(0px, -1px);
          transform: translate(0px, -1px);
}
@media screen and (max-width: 768px) {
  .recruit-interview .schedule__place::before {
    width: 9px;
    height: 9px;
  }
}
.recruit-interview .schedule__task {
  width: 370px;
  font-size: 1.6rem;
  padding-top: 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .recruit-interview .schedule__task {
    width: auto;
    font-size: 1.5rem;
    padding-top: 8px;
  }
}
.recruit-interview .otherInterview {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .recruit-interview .otherInterview {
    margin-top: 80px;
    padding-inline: 20px;
  }
}
.recruit-interview .otherInterview a {
  color: #222;
}
.recruit-interview .otherInterview__title {
  text-align: center;
}
.recruit-interview .otherInterview__title h2 {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.3;
  color: #00559d;
  letter-spacing: 0;
  font-family: "Aleo", sans-serif;
}
@media screen and (max-width: 768px) {
  .recruit-interview .otherInterview__title h2 {
    font-size: 3.6rem;
  }
}
.recruit-interview .otherInterview__title p {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.3;
  color: #00559d;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .recruit-interview .otherInterview__title p {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.recruit-interview .otherInterview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-inline: 10px;
  gap: 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .recruit-interview .otherInterview__list {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 10px;
    row-gap: 50px;
  }
}
.recruit-interview .otherInterview__list li {
  width: -webkit-calc((100% - 70px) / 3);
  width: calc((100% - 70px) / 3);
}
@media screen and (max-width: 768px) {
  .recruit-interview .otherInterview__list li {
    width: 100%;
    max-width: 440px;
    margin-inline: auto;
  }
}
.recruit-interview .otherInterview__list li a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.recruit-interview .otherInterview__list li a:hover .otherInterview__imageWrapper::after {
  opacity: 1!important;
}
.recruit-interview .otherInterview__imageWrapper {
  position: relative;
}
.recruit-interview .otherInterview__imageWrapper::before,
.recruit-interview .otherInterview__imageWrapper::after {
  content: '';
  position: absolute;
  width: 46px;
  height: 46px;
  background-size: cover;
  right: -10px;
  bottom: -10px;
  z-index: 1;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
@media screen and (max-width: 768px) {
  .recruit-interview .otherInterview__imageWrapper::before,
  .recruit-interview .otherInterview__imageWrapper::after {
    right: -10px;
    bottom: -10px;
  }
}
.recruit-interview .otherInterview__imageWrapper::before {
  background-image: url('/company/recruit/img/common/icon_circleArrow.svg');
}
.recruit-interview .otherInterview__imageWrapper::after {
  opacity: 0;
  background-image: url('/company/recruit/img/common/icon_circleArrow-hover.svg');
}
.recruit-interview .otherInterview__image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.recruit-interview .otherInterview__image img {
  width: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
  transition: 0.3s cubic-bezier(0.18, -0.01, 0.3, 1);
}
.recruit-interview .otherInterview__text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 25px;
}
.recruit-interview .otherInterview__category {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 18px;
}
