@charset "utf-8";
.recruit.page__right {
  padding: 100px 0 202px;
}

@media screen and (min-width: 768px) {
  .recruit.page__right {
    padding: 100px 0 303px 78px;
  }
}

.recruit__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: calc(105 / 1000 * 1em);
  line-height: 1;
  color: #51acd9;
  margin-bottom: 37px;
}

@media screen and (min-width: 768px) {
  .recruit__title {
    font-size: 28px;
  }
}

.recruit__box-text.page__right-box-text {
  letter-spacing: calc(87 / 1000 * 1em);
}

@media screen and (min-width: 414px) {
  .recruit__box-text.page__right-box-text {
    letter-spacing: calc(80 / 1000 * 1em);
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .recruit__box-text.page__right-box-text {
    letter-spacing: calc(80 / 1000 * 1em);
    font-size: 14px;
  }
}

.recruit__container.page__right-container {
  margin-top: 71px;
}

@media screen and (min-width: 768px) {
  .recruit__container.page__right-container {
    gap: 82px;
  }
}

.recruit__box-card1 {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

@media screen and (min-width: 768px) {
  .recruit__box-card1 {
    flex-direction: row;
    align-items: stretch;
  }
}

.recruit__box-card1-image {
  width: 100%;
  aspect-ratio: 378/410;
  max-width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .recruit__box-card1-image {
    max-width: 378px;
  }
}

.recruit__box-card1-image::after {
  position: absolute;
  content: "";
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 89, 160, 0.24);
}

.recruit__box-card1-image img {
  aspect-ratio: 378/410;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.recruit__box-card1-list {
  border-top: 1px solid #bbcdd5;
  width: 100%;
}

.recruit__box-card1-item {
  padding-block: 40px;
  border-bottom: 1px solid #bbcdd5;
}

.recruit__box-card1-item:nth-child(2) {
  padding-block: 42px 61px;
}

.recruit__box-card1-item:nth-child(3) {
  padding-block: 49px 37px;
}

.recruit__box-card1-head {
  display: flex;
  align-items: center;
  gap: 27px;
}

.recruit__box-card1-number {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: calc(50 / 1000 * 1em);
  line-height: 1;
  color: #51acd9;
}

.recruit__box-card1-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: calc(80 / 1000 * 1em);
  line-height: 1;
}

@media screen and (min-width: 1366px) {
  .recruit__box-card1-title {
    font-size: 20px;
  }
}

.recruit__box-card1-text {
  margin-top: 30px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: calc(80 / 1000 * 1em);
  line-height: calc(25.2 / 14);
}

@media screen and (min-width: 414px) {
  .recruit__box-card1-text {
    font-size: 12px;
  }
}

@media screen and (min-width: 1366px) {
  .recruit__box-card1-text {
    font-size: 14px;
  }
}

.recruit__box-card2 {
  margin-top: 50px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding-inline: 24px;
  padding-top: 11px;
}

@media screen and (min-width: 500px) {
  .recruit__box-card2 {
    padding-inline: 44px;
  }
}

.recruit__box-card2-item {
  padding-block: 41px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .recruit__box-card2-item {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (min-width: 1366px) {
  .recruit__box-card2-item {
    gap: 37px;
  }
}

.recruit__box-card2-item img {
  aspect-ratio: 70/70;
  width: 40px;
  height: auto;
  border-radius: 50%;
  object-fit: contain;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .recruit__box-card2-item img {
    width: 70px;
  }
}

.recruit__box-card2-item:not(:first-child) {
  border-top: 1px solid #d8d8d8;
}

.recruit__box-card2-item-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: calc(36 / 1000 * 1em);
  line-height: 1;
  color: #313131;
}

@media screen and (min-width: 1366px) {
  .recruit__box-card2-item-title {
    font-size: 20px;
  }
}

.recruit__box-card2-item-text {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: calc(80 / 1000 * 1em);
  line-height: calc(25.2 / 14);
}

@media screen and (min-width: 1366px) {
  .recruit__box-card2-item-text {
    font-size: 14px;
  }
}

.recruit__box-card2.recruit__box-card3 {
  padding-top: 53px;
  padding-bottom: 57px;
}

.recruit__box-card3-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 41px;
}

@media screen and (min-width: 768px) {
  .recruit__box-card3-head {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (min-width: 1240px) {
  .recruit__box-card3-catchphrase {
    margin-top: -33px;
  }
}

.recruit__box-card3-catchphrase p {
  white-space: nowrap;
  display: inline-block;
  color: var(--color-white);
  background: #0959a0;
  padding: 14px 25px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: calc(60 / 1000 * 1em);
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .recruit__box-card3-catchphrase p {
    font-size: 22px;
  }
}

.recruit__box-card3-catchphrase p:last-child {
  margin-top: 7px;
  display: block;
}

.recruit__box-card3-name {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: calc(60 / 1000 * 1em);
  line-height: 1;
}

.recruit__box-card3-head-text-wrap {
  margin-top: 16px;
  display: flex;
  gap: 7px;
  align-items: center;
}

.recruit__box-card3-head-year,
.recruit__box-card3-head-text {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.recruit__box-card3-head-text {
  display: flex;
  align-items: center;
  gap: 9px;
}

.recruit__box-card3-head-text::before {
  content: "";
  height: 9px;
  width: 1px;
  background: var(--color-base);
}

.recruit__box-card3-head-image {
  aspect-ratio: 464/327;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .recruit__box-card3-head-image {
    max-width: 464px;
  }
}

.recruit__box-card3-head-image img {
  aspect-ratio: 464/327;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 10px;
}

.recruit__box-card3-body {
  margin-top: 39px;
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.recruit__box-card3-body-box h4 {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: calc(60 / 1000 * 1em);
  line-height: 1;
}

.recruit__box-card3-body-box h4::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #4aade0;
  border-radius: 50%;
}

.recruit__box-card3-body-box p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: calc(81 / 1000 * 1em);
  line-height: calc(25.2 / 14);
  margin-top: 30px;
}

@media screen and (min-width: 1366px) {
  .recruit__box-card3-body-box p {
    font-size: 14px;
  }
}

.recruit__box-card4 {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.recruit__box-card4-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  min-height: 90px;
}

@media screen and (min-width: 768px) {
  .recruit__box-card4-row {
    flex-direction: row;
  }
}

.recruit__box-card4-row:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}

.recruit__box-card4-row-th {
  text-align: center;
  min-width: 171px;
  background: #0959a0;
  color: var(--color-white);
  font-size: 15px;
  font-weight: 700;
  line-height: calc(35 / 15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit__box-card4-row-td {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 19px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(30.8 / 15);
}

@media screen and (min-width: 768px) {
  .recruit__box-card4-row-td {
    justify-content: flex-start;
    padding: 19px 78px 19px 50px;
  }
}

@media screen and (min-width: 1200px) {
  .recruit__box-card4-row-td br {
    display: none;
  }
}
