@charset "UTF-8";


/* ========================================
   Page-specific: CTA buttons (fixed)
   ======================================== */

.mid-fv__buttons {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: flex;
  gap: 24px;
  z-index: 100;
}
@media (max-width: 767px) {
  .mid-fv__buttons {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 0;
    z-index: 100;
  }
}

/* ========================================
   Page-specific: FV
   ======================================== */

.mid-fv {
  margin-top: 94px;
}
@media (max-width: 767px) {
  .mid-fv {
    margin-top: 104px;
  }
}
.mid-fv__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(7%, 100px);
  position: relative;
}
@media (max-width: 767px) {
  .mid-fv__inner {
    padding: 0 20px;
  }
}
.mid-fv__image {
  margin-left: 27%;
  width: 73%;
}
@media (max-width: 767px) {
  .mid-fv__image {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
.mid-fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .mid-fv__image img {
    border-radius: 10px;
  }
}
.mid-fv__catch {
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 7.6rem;
  color: #39aa5f;
  line-height: 1.2;
  text-shadow: 0 0 10px #fff;
}
@media (max-width: 767px) {
  .mid-fv__catch {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 40px;
    font-size: 4rem;
    text-shadow: none;
  }
}

/* ========================================
   Page-specific: Strengths
   ======================================== */

.strengths {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .strengths {
    padding-top: 60px;
  }
}
.strengths__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(7%, 100px);
}
@media (max-width: 767px) {
  .strengths__inner {
    padding: 0 20px;
  }
}
.strengths__heading {
  font-weight: 700;
  font-size: 4.8rem;
  color: #39aa5f;
  line-height: 0.9;
}
@media (max-width: 767px) {
  .strengths__heading {
    font-size: 3.2rem;
    text-align: center;
  }
}
.strengths__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 67px;
}
@media (max-width: 767px) {
  .strengths__list {
    gap: 24px;
    margin-top: 28px;
  }
}
.strengths__item {
  display: flex;
  align-items: flex-start;
  gap: 58px;
}
@media (max-width: 767px) {
  .strengths__item {
    flex-direction: column;
    gap: 24px;
  }
}
.strengths__item.--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .strengths__item.--reverse {
    flex-direction: column;
  }
}
.strengths__photo {
  width: 40%;
  max-width: 500px;
  /* height: 334px; */
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .strengths__photo {
    width: 100%;
    max-width: 100%;
    /* height: 234px; */
    border-radius: 8px;
  }
}
.strengths__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strengths__text {
  flex: 1;
  min-width: 0;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .strengths__text {
    width: 100%;
    padding-top: 0;
  }
}
.strengths__point {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #39aa5f;
  line-height: 0.9;
}
@media (max-width: 767px) {
  .strengths__point {
    font-size: 2.4rem;
  }
}
.strengths__title {
  font-weight: 700;
  font-size: 2.4rem;
  color: #282828;
  line-height: 1.2;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .strengths__title {
    font-size: 2.4rem;
  }
}
.strengths__desc {
  font-weight: 400;
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.5;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .strengths__desc {
    font-size: 1.6rem;
  }
}

/* ========================================
   Page-specific: Flow
   ======================================== */

.flow {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .flow {
    padding-top: 60px;
  }
}
.flow__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(7%, 100px);
}
@media (max-width: 767px) {
  .flow__inner {
    padding: 0 20px;
  }
}
.flow__heading {
  font-weight: 700;
  font-size: 4.8rem;
  color: #39aa5f;
  line-height: 0.9;
}
@media (max-width: 767px) {
  .flow__heading {
    font-size: 3.2rem;
    text-align: center;
  }
}
.flow__steps {
  margin-top: 40px;
}
.flow__steps-pc {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .flow__steps-pc {
    display: none;
  }
}
.flow__steps-sp {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .flow__steps-sp {
    display: block;
  }
}

/* ========================================
   Page-specific: Positions
   ======================================== */

.positions {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .positions {
    padding-top: 60px;
  }
}
.positions__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(7%, 100px);
}
@media (max-width: 767px) {
  .positions__inner {
    padding: 0 20px;
  }
}
.positions__heading {
  font-weight: 700;
  font-size: 4.8rem;
  color: #39aa5f;
  line-height: 0.9;
  text-align: center;
}
@media (max-width: 767px) {
  .positions__heading {
    font-size: 3.2rem;
  }
}
.positions__cards {
  display: flex;
  gap: 17px;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .positions__cards {
    flex-direction: column;
    gap: 32px;
    margin-top: 24px;
  }
}
.positions__card {
  flex: 1;
  min-width: 0;
  position: relative;
}
@media (max-width: 767px) {
  .positions__card {
    width: 100%;
  }
}
.positions__card-photo {
  width: 100%;
  /* height: 269px; */
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .positions__card-photo {
    /* height: 234px; */
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 350/234;
  }
}
.positions__card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .positions__card-photo img {
    border-radius: 5px;
  }
}
.positions__card-title {
  position: absolute;
  left: 2.4rem;
  bottom: 13.2rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .positions__card-title {
    font-size: 2.4rem;
    left: 1.8rem;
    bottom: 12rem;
  }
}
.positions__card-badge {
  position: absolute;
  left: 2.4rem;
  bottom: 9.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.4rem;
  padding: 0 1.6rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  font-size: 1.4rem;
  color: #39aa5f;
}
@media (max-width: 767px) {
  .positions__card-badge {
    left: 1.8rem;
    bottom: 8.4rem;
  }
}
.positions__card-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.5rem;
  height: 4rem;
  margin: 3.2rem auto 0;
  background-color: #fff;
  border: 1px solid #39aa5f;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #39aa5f;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 767px) {
  .positions__card-btn {
    margin-top: 24px;
  }
}
.positions__card-btn:hover {
  background-color: #39aa5f;
  color: #fff;
}
.positions__card-arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

/* ========================================
   Page-specific: Requirements
   ======================================== */

.requirements {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .requirements {
    padding-top: 60px;
  }
}
.requirements__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(7%, 100px);
  display: flex;
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 767px) {
  .requirements__inner {
    padding: 0 20px;
    flex-direction: column;
    /* gap: 40px; */
  }
}
.requirements__left {
  flex-shrink: 0;
  width: 40%;
  max-width: 500px;
}
@media (max-width: 767px) {
  .requirements__left {
    display: contents;
  }
}
.requirements__heading {
  font-weight: 700;
  font-size: 4.8rem;
  color: #39aa5f;
  line-height: 0.9;
}
@media (max-width: 767px) {
  .requirements__heading {
    font-size: 3.2rem;
    text-align: center;
    order: 1;
  }
}
.requirements__apply-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.5rem;
  height: 4rem;
  background-color: #39aa5f;
  border: 1px solid #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .requirements__apply-btn {
    order: 3;
    margin: 40px auto 0;
  }
}
.requirements__apply-btn:hover {
  background-color: #fff;
  color: #39aa5f;
  border-color: #39aa5f;
}
.requirements__apply-arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
}
.requirements__apply-arrow::after {
  content: "\2192";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #39aa5f;
  font-size: 1.4rem;
}
.requirements__table {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* margin-top: 84px; */
}
@media (max-width: 767px) {
  .requirements__table {
    width: 100%;
    margin-top: 16px;
    order: 2;
  }
}
.requirements__row {
  display: flex;
  gap: 16px;
  padding-left: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #39aa5f 28.2%, #c1c1c1 28.2%) 1;
}
@media (max-width: 767px) {
  .requirements__row {
    flex-direction: column;
    gap: 16px;
    padding-left: 0;
    border-image: none;
    border-bottom: 1px solid #c1c1c1;
  }
}
.requirements__label {
  width: 194px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 1.6rem;
  color: #39aa5f;
}
@media (max-width: 767px) {
  .requirements__label {
    width: 100%;
  }
}
.requirements__value {
  flex: 1;
  min-width: 0;
  font-weight: 400;
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .requirements__value {
    width: 100%;
  }
}

/* ========================================
   Page-specific: Apply
   ======================================== */

.apply {
  position: relative;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .apply {
    margin-top: 60px;
  }
}
.apply__bg {
  position: relative;
  width: 100%;
  height: 55.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .apply__bg {
    height: 45.3rem;
  }
}
.apply__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apply__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 7.4rem;
}
.apply__title-area {
  text-align: center;
  position: relative;
}
.apply__title-en {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 12rem;
  color: rgba(255, 255, 255, 0.34);
  line-height: 0.9;
}
@media (max-width: 767px) {
  .apply__title-en {
    font-size: 6rem;
  }
}
.apply__title-jp {
  font-weight: 700;
  font-size: 4rem;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0px 0px 10.4px black;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
@media (max-width: 767px) {
  .apply__title-jp {
    font-size: 2.8rem;
    white-space: nowrap;
  }
}
.apply__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  margin-top: 5.4rem;
  width: 100%;
  max-width: 110rem;
}
@media (max-width: 767px) {
  .apply__buttons {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 3.2rem;
  }
}
.apply__line {
  width: 2px;
  height: 20rem;
  background-color: #fff;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .apply__line {
    display: none;
  }
}
.apply__col {
  text-align: center;
  flex: 1;
}
.apply__col-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-weight: 700;
  font-size: 3.2rem;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .apply__col-heading {
    font-size: 2rem;
  }
}
.apply__bracket {
  width: 1rem;
  height: 2.9rem;
  flex-shrink: 0;
}
.apply__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27.4rem;
  height: 6.2rem;
  border: 2px solid #fff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  margin: 1.6rem auto 0;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}
@media (max-width: 767px) {
  .apply__btn {
    width: 27.4rem;
    height: 6.2rem;
    font-size: 2rem;
  }
}
.apply__btn.--line {
  background-color: #06c755;
}
.apply__btn.--line:hover {
  background-color: #fff;
  color: #06c755;
  border: 2px solid #06c755;
}
.apply__btn.--mail {
  background-color: #012152;
}
.apply__btn.--mail:hover {
  background-color: #fff;
  color: #012152;
  border: 2px solid #012152;
}
.apply__btn.--mail .apply__btn-icon {
  transition: opacity 0s;
  margin-right: 4rem;
}
.apply__btn.--mail:hover .apply__btn-icon {
  content: url("../../asset/image/mid/icon-mail-navy.svg");
}
.apply__btn-icon {
  width: 4.1rem;
  height: 4.1rem;
  margin-right: 1.2rem;
  object-fit: contain;
}
.apply__btn-icon.--line-icon {
  width: 5.6rem;
  height: 5.6rem;
}

