@charset "UTF-8";


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

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

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

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

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

.requirements {
  padding-top: 96px;
}
@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: 24px;
  }
}
.requirements__left {
  flex-shrink: 0;
  width: 40.3%;
}
@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;
    width: 100%;
    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: 4rem;
}
.requirements__apply-btn:hover {
  background-color: #fff;
  color: #39aa5f;
  border-color: #39aa5f;
}
@media (max-width: 767px) {
  .requirements__apply-btn {
    order: 3;
    margin: 40px auto 0;
  }
}
.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;
}
@media (max-width: 767px) {
  .requirements__table {
    width: 100%;
    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;
  }
}
.requirements__label {
  width: 26.2%;
  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: Salary
   ======================================== */

.salary {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .salary {
    padding-top: 60px;
  }
}
.salary__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(7%, 100px);
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .salary__inner {
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
  }
}
.salary__arrow {
  position: relative;
  width: 38.8%;
  height: 24rem;
  flex-shrink: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .salary__arrow {
    width: 100%;
    height: auto;
    background: #fff;
  }
}
.salary__arrow img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 767px) {
  .salary__arrow img {
    border-radius: 0;
  }
}
.salary__arrow-text {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 3.2rem;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 767px) {
  .salary__arrow-text {
    left: 50%;
    top: 44%;
    font-size: 2.4rem;
    line-height: 1.2;
    /* white-space: initial; */
    /* width: 200px; */
  }
}
.salary__box {
  width: 79.4%;
  height: 23.2rem;
  background-color: #fff;
  margin-left: -18.1%;
  margin-top: 4px;
  display: flex;
  align-items: center;
  padding: 0 8rem 0 27rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .salary__box {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    padding: 16px 20px;
    gap: 0;
  }
}
.salary__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .salary__col {
    align-items: center;
    text-align: center;
  }
}
.salary__label {
  font-weight: 700;
  font-size: 1.6rem;
  color: #39aa5f;
  line-height: 1;
}
@media (max-width: 767px) {
  .salary__label {
    font-size: 1.6rem;
  }
}
.salary__number {
  display: flex;
  align-items: baseline;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .salary__number {
    margin-top: 12px;
  }
}
.salary__num {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 12rem;
  color: #000;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .salary__num {
    font-size: 8rem;
  }
}
.salary__unit {
  font-weight: 700;
  font-size: 3.2rem;
  color: #39aa5f;
  margin-left: 4px;
  line-height: 1;
}
@media (max-width: 767px) {
  .salary__unit {
    font-size: 3.2rem;
  }
}
.salary__note {
  font-weight: 400;
  font-size: 1.4rem;
  color: #39aa5f;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .salary__note {
    font-size: 1.4rem;
    margin-top: 8px;
    width: 100%;
    text-align: left;
  }
}
.salary__triangle {
  flex-shrink: 0;
  margin: 0 4rem;
}
@media (max-width: 767px) {
  .salary__triangle {
    margin: 16px auto;
    /* transform: rotate(90deg); */
  }
}
.salary__triangle img {
  width: 2.5rem;
  height: 10.4rem;
  display: block;
}
@media (max-width: 767px) {
  .salary__triangle img {
    width: auto;
    height: auto;
  }
}

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

.flow {
  padding-top: 96px;
}
@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;
}
@media (max-width: 767px) {
  .flow__steps {
    margin-top: 24px;
  }
}
.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: Persona
   ======================================== */

.persona {
  margin-top: 100px;
  padding: 120px 0 80px;
  background-color: #d6e5df;
}
@media (max-width: 767px) {
  .persona {
    margin-top: 60px;
    padding: 40px 0 0;
  }
}
.persona__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 min(7%, 100px);
  min-height: 43.4rem;
}
@media (max-width: 767px) {
  .persona__inner {
    padding: 0 20px;
    min-height: auto;
  }
}
.persona__content {
  flex-shrink: 0;
}
.persona__heading {
  font-weight: 700;
  font-size: 4.8rem;
  color: #39aa5f;
  line-height: 0.9;
}
@media (max-width: 767px) {
  .persona__heading {
    font-size: 3.2rem;
    text-align: center;
  }
}
.persona__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .persona__list {
    gap: 10px;
    margin-top: 24px;
  }
}
.persona__item {
  display: flex;
  align-items: center;
  width: 46.9%;
  height: auto;
  padding: 1.6rem 2.4rem;
  background-color: #009a7d;
  font-weight: 700;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .persona__item {
    width: 100%;
    height: auto;
    font-size: 2rem;
    padding: 12px 16px;
  }
}
.persona__photo {
  position: absolute;
  right: 10rem;
  top: 50%;
  transform: translateY(-50%);
  width: 49%;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 767px) {
  .persona__photo {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
  }
}
.persona__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.apply {
  position: relative;
  /* margin-top: 120px; */
}
@media (max-width: 767px) {
  .apply {
    margin-top: 0;
  }
}
.apply__bg {
  position: relative;
  width: 100%;
  height: 55.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .apply__bg {
    height: 65.4rem;
  }
}
.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: 8rem;
  }
}
.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: 3.2rem;
    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;
}
.apply__col-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .apply__col-heading {
    font-size: 2.4rem;
  }
}
.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.--mynavi {
  background-color: #00aaea;
}
.apply__btn.--mynavi:hover {
  background-color: #fff;
  color: #00aaea;
  border: 2px solid #00aaea;
}
.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;
}

