.headline {
  background: url(../img/headline/recruit.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .headline {
    background: url(../img/headline/recruit-sp.png) no-repeat center center/cover;
  }
}
.headline::before {
  display: none;
}
@media (max-width: 768px) {
  .headline__inner {
    padding-bottom: 0 !important;
  }
}
.headline__title {
  margin-top: 4em;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .headline__title {
    margin-top: 0.625em;
    margin-bottom: 0.625em;
  }
}
.headline__title-en {
  mix-blend-mode: multiply;
  -webkit-transform: inherit;
          transform: inherit;
  opacity: 1;
}
.headline__title-jp {
  text-align: left;
}
.headline__catch {
  font-size: 1.25em;
  color: #0093C6;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.45;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .headline__catch {
    font-size: 1.125em;
    margin-bottom: 0.625rem;
  }
}
.headline__text {
  line-height: 2.1428;
  margin-bottom: 1rem;
  font-weight: 500;
}
.headline__catch02 {
  font-size: 1.5625em;
  letter-spacing: 0.21em;
  line-height: 1.44;
  color: #00489D;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .headline__catch02 {
    font-size: 1.25em;
    margin-bottom: 0.625rem;
  }
}
.headline__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  left: inherit;
}
@media (max-width: 768px) {
  .headline__image {
    position: initial;
    width: 100%;
  }
}

.greeting__inner {
  padding: 4em 0;
}
@media (max-width: 768px) {
  .greeting__inner {
    padding-top: 2.5em;
    padding-bottom: 3em;
  }
}
.greeting__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .greeting__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.greeting__contents {
  width: 44%;
  padding-top: 4em;
}
@media (max-width: 768px) {
  .greeting__contents {
    width: 100%;
    padding-top: 0;
  }
}
.greeting__title {
  margin-bottom: 1.75em;
}
@media (max-width: 768px) {
  .greeting__title {
    margin-bottom: 0.75em;
  }
}
.greeting__title-en {
  letter-spacing: 0.15em;
  position: absolute;
  left: 0;
  -webkit-transform: translate(25%, -125%);
          transform: translate(25%, -125%);
}
@media (max-width: 768px) {
  .greeting__title-en {
    position: initial;
    left: inherit;
    -webkit-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
  }
}
@media (max-width: 768px) {
  .greeting__title-jp {
    text-align: left;
  }
}
.greeting__text {
  line-height: 2.64;
  margin-bottom: 0.5rem;
}
.greeting__signature {
  font-size: 1.125em;
  letter-spacing: 0.14em;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 768px) {
  .greeting__signature {
    font-size: 1em;
  }
}
.greeting__image {
  width: 51.53%;
}
@media (max-width: 768px) {
  .greeting__image {
    width: 100%;
  }
}

.features {
  background: url(../img/recruit/features_bg.png) no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
.features::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.27;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.features__name {
  position: absolute;
  top: 9.5%;
  right: 6.5%;
}
@media (max-width: 768px) {
  .features__name {
    display: none;
  }
}
.features__name img {
  width: 100%;
  height: 100%;
}
.features__title-jp {
  text-align: center;
  color: #fff;
  margin-bottom: 2.68em;
}
@media (max-width: 1024px) {
  .features__title-jp {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .features__title-jp {
    margin-bottom: 1.375em;
  }
}
.features__lead {
  margin-bottom: 2em;
}
@media (max-width: 1024px) {
  .features__lead {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .features__lead {
    margin-bottom: 1em;
  }
}
.features__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .features__list {
    gap: 1.875em;
  }
}
.features__item {
  width: 60.0862%;
}
@media (max-width: 768px) {
  .features__item {
    width: 100%;
  }
}
.features__item:first-child {
  padding-right: 53px;
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .features__item:first-child {
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .features__item:first-child .features__item-img {
    margin-left: calc(50% - 50vw);
  }
}
.features__item:nth-child(2) {
  width: 35.862%;
  position: absolute;
  right: 0;
  top: 13%;
}
@media (max-width: 768px) {
  .features__item:nth-child(2) {
    position: initial;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .features__item:nth-child(2) img {
    -o-object-position: top;
       object-position: top;
    aspect-ratio: 354/389;
  }
}
.features__item-img {
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .features__item-img {
    margin-bottom: 0.625em;
    width: 90.76923vw;
  }
}
@media (max-width: 768px) {
  .features__item-img img {
    aspect-ratio: 354/230;
  }
}
.features__item-title {
  font-size: 1.5625em;
  letter-spacing: 0.19em;
  font-weight: 600;
  line-height: 1.44;
  color: #7ED8F7;
  margin-bottom: 0.875rem;
}
@media (max-width: 768px) {
  .features__item-title {
    font-size: 1.125em;
    margin-bottom: 0.625rem;
  }
}
.features__item-text {
  color: #fff;
  letter-spacing: 0.17em;
  line-height: 2.2857;
  max-width: 602px;
}
@media (max-width: 768px) {
  .features__item-text {
    line-height: 2;
  }
}

.interview {
  background: url(../img/recruit/interview_bg.png) no-repeat center center/cover;
  position: relative;
  z-index: 0;
  color: #fff;
}
.interview::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.27;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.interview__inner {
  max-width: 983px;
  padding-bottom: 8em;
}
@media (max-width: 768px) {
  .interview__inner {
    padding-bottom: 3em;
  }
}
.interview__title {
  text-align: center;
  margin-bottom: 1em;
}
.interview__lead {
  text-align: center;
  margin-bottom: 4em;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .interview__lead {
    margin-bottom: 1.5em;
  }
}
.interview__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .interview__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
  }
}
.interview__image {
  width: 43.345%;
}
@media (max-width: 768px) {
  .interview__image {
    width: 100%;
  }
}
.interview__contents {
  width: 52%;
}
@media (max-width: 768px) {
  .interview__contents {
    width: 100%;
  }
}
.interview__name {
  font-size: 0.875em;
  letter-spacing: 0.17em;
  line-height: 1.428;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .interview__name {
    margin-bottom: 1rem;
  }
}
.interview__name span {
  display: inline-block;
  margin-left: 2em;
  font-size: 1.25rem;
  letter-spacing: 0.14em;
  font-weight: 600;
}
.interview__text {
  line-height: 2.5;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .interview__text {
    margin-bottom: 1em;
  }
}
.interview__change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30%;
  position: relative;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .interview__change {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10%;
    margin-bottom: 2em;
  }
}
.interview__change::before {
  content: "";
  display: block;
  width: 15%;
  height: 13px;
  background: url(../img/recruit/interview_arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 30%;
}
@media (max-width: 768px) {
  .interview__change::before {
    background: url(../img/recruit/interview_arrow-sp.svg) no-repeat center center/contain;
    width: 13%;
    height: 13px;
    left: 36%;
  }
}
.interview__change-before-title, .interview__change-after-title {
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.17em;
}
.interview__change-before-title {
  margin-bottom: 0.75rem;
}
.interview__change-before-text {
  font-size: 0.875em;
  letter-spacing: 0.17em;
  font-weight: bold;
}
.interview__change-before-text span {
  font-size: 2.142857em;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .interview__change-before-text span {
    font-size: 1.7857em;
  }
}
.interview__change-after-text {
  font-size: 1.375em;
  color: #7ED8F7;
  letter-spacing: 0.17em;
  font-weight: bold;
  -webkit-transform: translateY(-0.4em);
          transform: translateY(-0.4em);
}
@media (max-width: 768px) {
  .interview__change-after-text {
    font-size: 1.125em;
    -webkit-transform: translateY(-0.2em);
            transform: translateY(-0.2em);
  }
}
.interview__change-after-text span {
  font-size: 2.1904762em;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .interview__change-after-text span {
    font-size: 2.222em;
    letter-spacing: 0.09em;
  }
}
.interview__faq {
  margin-bottom: 4.5em;
}
@media (max-width: 768px) {
  .interview__faq {
    margin-bottom: 2.5em;
  }
}
.interview__faq-item:nth-child(n+2) {
  margin-top: 4em;
}
@media (max-width: 768px) {
  .interview__faq-item:nth-child(n+2) {
    margin-top: 2.5em;
  }
}
.interview__faq-item-question {
  font-size: 1.25em;
  letter-spacing: 0.14em;
  font-weight: 600;
  margin-bottom: 1.25em;
}
@media (max-width: 768px) {
  .interview__faq-item-question {
    font-size: 1em;
    line-height: 1.6875;
    margin-bottom: 0.625rem;
  }
}
.interview__faq-item-answer {
  font-size: 0.875em;
  letter-spacing: 0.19em;
  font-weight: bold;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .interview__faq-item-answer {
    line-height: 2.1428;
  }
}
.interview__schedule {
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(126, 216, 247, 0.57);
  mix-blend-mode: multiply;
}
.interview__schedule-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .interview__schedule-tabs {
    gap: 20px;
  }
}
.interview__schedule-tab {
  width: 50%;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.14em;
  font-size: 1.5625em;
  padding: 1rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .interview__schedule-tab {
    font-size: 0.875em;
  }
}
.interview__schedule-tab::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
}
@media (max-width: 768px) {
  .interview__schedule-tab::after {
    width: 20px;
  }
}
.interview__schedule-tab:first-child::after {
  left: calc(100% - 0.1px);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  background-color: rgba(126, 216, 247, 0.3);
}
.interview__schedule-tab:first-child.is-active::after {
  mix-blend-mode: multiply;
  background-color: rgba(126, 216, 247, 0.57);
}
.interview__schedule-tab:last-child::after {
  right: calc(100% - 0.1px);
  background-color: rgba(126, 216, 247, 0.3);
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.interview__schedule-tab:last-child.is-active::after {
  mix-blend-mode: multiply;
  background-color: rgba(126, 216, 247, 0.57);
}
.interview__schedule-tab:not(.is-active) {
  background-color: rgba(126, 216, 247, 0.3);
}
.interview__schedule-tab.is-active {
  z-index: 0;
}
.interview__schedule-tab.is-active::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(126, 216, 247, 0.57);
  mix-blend-mode: multiply;
}
.interview__schedule-panel {
  padding: 3.5em 2em;
}
@media (max-width: 768px) {
  .interview__schedule-panel {
    padding: 1.5em 1em;
  }
}
.interview__schedule-panel-title {
  text-align: center;
  font-size: 1.5625em;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-bottom: 0.8em;
}
@media (max-width: 768px) {
  .interview__schedule-panel-title {
    font-size: 1.25em;
    margin-bottom: 1em;
  }
}
.interview__schedule-panel-list {
  max-width: 583px;
  margin: 0 auto;
}
.interview__schedule-panel-item {
  font-size: 1.25em;
  letter-spacing: 0.19em;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.1em;
  padding: 1em 0;
  position: relative;
}
@media (max-width: 768px) {
  .interview__schedule-panel-item {
    font-size: 1em;
    padding: 0.75em 0;
  }
}
.interview__schedule-panel-item:last-child::after {
  display: none;
}
.interview__schedule-panel-item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 0.5em;
}
.interview__schedule-panel-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 4px;
}
@media (max-width: 768px) {
  .interview__schedule-panel-item::after {
    top: 1.25em;
  }
}

.training {
  position: relative;
  z-index: 0;
}
.training::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(126, 216, 247, 0.23);
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .training__inner {
    padding-top: 2.5em;
    padding-bottom: 2em;
  }
}
.training__title {
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 768px) {
  .training__title {
    margin-bottom: 5px;
  }
}
.training__lead {
  line-height: 2.5;
  text-align: center;
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .training__lead {
    letter-spacing: 0.16em;
    line-height: 2;
  }
}
.training__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .training__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.training__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .training__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .training__item:nth-child(n+2) {
    margin-top: 0.625em;
  }
}
.training__item:first-child {
  gap: 1.25em;
}
.training__item:first-child .training__item-image {
  max-width: 313px;
}
.training__item:nth-child(2) {
  gap: 1.25em;
}
.training__item:nth-child(2) .training__item-image {
  max-width: 329px;
}
.training__item:nth-child(2) .training__item-image img {
  background-color: #fff;
}
.training__item:nth-child(2) .training__item-contents {
  max-width: 625px;
}
.training__item:nth-child(3) {
  margin-top: 3em;
  gap: 1.5625em;
}
.training__item:nth-child(3) .training__item-image {
  max-width: 522px;
}
.training__item:nth-child(3) .training__item-contents {
  max-width: 438px;
}
.training__item:nth-child(4) .training__item-image {
  max-width: 829px;
}
.training__item:nth-child(4) .training__item-contents {
  max-width: 438px;
  margin-right: -12em;
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .training__item:nth-child(4) .training__item-contents {
    margin-right: 0;
    padding-bottom: 0;
  }
}
.training__item:nth-child(5) .training__item-image {
  max-width: 628px;
}
.training__item:nth-child(5) .training__item-contents {
  max-width: 385px;
  margin-left: -3.1875em;
  padding-bottom: 4em;
}
@media (max-width: 768px) {
  .training__item:nth-child(5) .training__item-contents {
    margin-left: 0;
    padding-bottom: 0;
  }
}
.training__item-contents {
  position: relative;
  z-index: 0;
}
.training__item-title {
  font-size: 1.25em;
  letter-spacing: 0.14em;
  color: #005776;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .training__item-title {
    font-size: 1em;
    margin-bottom: 0.625em;
  }
}
.training__item-text {
  letter-spacing: 0.17em;
  font-weight: 500;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .training__item-text {
    font-size: 0.875em;
    letter-spacing: 0.08em;
    line-height: 2.1428;
  }
}
.training__item-image {
  background-color: rgba(126, 216, 247, 0.23);
}
.training__item-image img {
  mix-blend-mode: multiply;
  display: block;
}

.requirement {
  background-color: rgba(126, 216, 247, 0.23);
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .requirement__inner {
    padding-top: 2.5em;
    padding-bottom: 2em;
  }
}
.requirement__title {
  text-align: center;
}
.requirement__container {
  margin-bottom: 4.21875em;
}
@media (max-width: 768px) {
  .requirement__container {
    margin-bottom: 1.875em;
  }
}
.requirement__title {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .requirement__title {
    margin-bottom: 0;
  }
}
.requirement__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.7188em 0;
  border-bottom: 1px solid #7ED8F7;
}
@media (max-width: 768px) {
  .requirement__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
    padding: 1.5em 0;
  }
}
.requirement__item-title {
  width: 20.27%;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .requirement__item-title {
    font-size: 1.125em;
    width: 100%;
  }
}
.requirement__item-text {
  width: 79.73%;
  letter-spacing: 0.16em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .requirement__item-text {
    width: 100%;
  }
}
.requirement__btn {
  margin: 0 auto;
}