@charset "UTF-8";

.p-recruit {
  padding-block: 70px 80px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-recruit {
    padding-block: 97px 130px;
  }
}

.p-recruit__menu-wrap {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width:768px) {
  .p-recruit__menu-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (min-width:1024px) {
  .p-recruit__menu-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (min-width:1200px) {
  .p-recruit__menu-wrap {
    gap: min(2.5622254758vw, 35px);
  }
}

.p-recruit__menu-link {
  position: relative;
  width: clamp(200px, 18.3016105417vw, 250px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:768px) {
  .p-recruit__menu-link {
    -ms-flex-preferred-size: min(50% - 20px, 300px);
        flex-basis: min(50% - 20px, 300px);
  }
}
@media screen and (min-width:1024px) {
  .p-recruit__menu-link {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.p-recruit__menu-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/btn-arrow-blue.png) no-repeat center center/cover;
  rotate: 90deg;
}
.p-recruit__menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #011e55;
  opacity: 0.5;
}
@media (any-hover: hover) {
  .p-recruit__menu-link:hover::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    translate: 0 10px;
  }
}

.p-recruit__menu-text {
  padding-block: 12px 26px;
  margin-right: 40px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 1.12px;
  font-weight: 500;
  color: #011e55;
  text-align: center;
}

.p-recruit__top {
  padding-block: 80px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-recruit__top {
    padding-block: 120px 110px;
  }
}

.p-recruit__top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  margin-bottom: 80px;
  max-width: 510px;
  margin-inline: auto;
}
@media screen and (min-width:1200px) {
  .p-recruit__top-wrap {
    margin-bottom: 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(40px, 6.149341142vw, 84px);
    max-width: 1108px;
  }
}


.p-recruit__title-en {
  font-size: clamp(20px, 5.3333333333vw, 30px);
  line-height: 1.5333333333;
  letter-spacing: 1.6px;
  font-weight: 600;
}
@media screen and (min-width:768px) {
  .p-recruit__title-en {
    font-size: 30px;
    letter-spacing: 3px;
  }
}

.p-recruit__title-ja {
  color: #ffffff;
  display: inline-block;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.p-recruit__title-ja::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 8px);
  background: #193363;
  z-index: -1;
}

.p-recruit__img-wrap {
  margin-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 3.8067349927vw, 52px);
}

.img-l {
  width: clamp(160px, 18.5944363104vw, 254px);
  height: clamp(158.1102362205px, 18.3748169839vw, 251px);
}
.img-l img {
  border-radius: 20px;
}

.img-r {
  margin-top: clamp(20px, 5.6368960469vw, 77px);
  width: clamp(140px, 15.2269399707vw, 208px);
  height: clamp(144.0384615385px, 15.6661786237vw, 214px);
}
.img-r img {
  border-radius: 20px;
}

.p-recruit__texts {
  margin-top: 40px;
  margin-left: auto;
}
@media screen and (min-width:1200px) {
  .p-recruit__texts {
    margin-left: 0;
  }
}

.p-recruit__text {
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 1.2px;
  font-weight: 500;
}
.p-recruit__text + .p-recruit__text {
  margin-top: 24px;
}

.p-recruit__content {
  padding-block: 60px 75px;
  position: relative;
}
.p-recruit__content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  opacity: 0.6;
  z-index: -1;
}
.p-recruit__content + .p-recruit__content {
  margin-top: 80px;
}

.p-recruit__content-head {
  padding-left: clamp(20px, 6.588579795vw, 90px);
}
.p-recruit__content-head .title-en {
  font-family: "Lato", sans-serif;
  color: #011f56;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 3.15px;
  font-weight: 500;
}
.p-recruit__content-head .title-ja {
  padding-top: 10px;
  font-size: 20px;
  line-height: 1.4642857143;
  letter-spacing: 1.4px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-recruit__content-head .title-ja {
    font-size: 28px;
  }
}

.p-job {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 50px;
}
@media screen and (min-width:768px) {
  .p-job {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 966px;
    padding-inline: 20px;
    margin-inline: auto;
    gap: clamp(20px, 3.6603221083vw, 50px);
  }
}

.p-job__img {
  width: clamp(300px, 32.4304538799vw, 443px);
  height: clamp(289.841986456px, 31.3323572474vw, 428px);
  margin-inline: auto;
  min-width: 320px;
}
@media screen and (min-width:768px) {
  .p-job__img {
    min-width: 270px;
  }
}
.p-job__img img {
  border-radius: 10px;
}

.p-job__text-content {
  max-width: 433px;
  padding-inline: 20px;
}
@media screen and (min-width:768px) {
  .p-job__text-content {
    padding-inline: 0;
  }
}

.p-job__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}

.p-job__title {
  color: #193363;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  .p-job__title {
    font-size: 22px;
    letter-spacing: 2.2px;
  }
}

.p-job__text {
  margin-top: 39px;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.p-job__task-wrap {
  margin-top: 52px;
  padding: 36px 22px 27px;
  border: 1px solid #2a4169;
  border-radius: 5px;
  position: relative;
}

.p-job__task-title {
  position: relative;
  margin-top: -49px;
  padding-left: 17px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  font-weight: 600;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-job__task-title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #2A4169;
  border-radius: 50%;
}
.p-job__task-title::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -6px;
  width: calc(100% + 33px);
  height: calc(100% + 3px);
  background: #FBFBFB;
  z-index: -1;
}

.p-job__task-body {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 27px;
}

.p-jobs__task {
  display: inline-block;
  padding: 2px 12px;
  text-align: center;
  background: #F6F8FC;
  border: 1px solid #1B427A;
  border-radius: 15px;
  color: #1B427A;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}

.p-voice {
  margin-top: 49px;
  padding-inline: 20px;
    width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width:1024px) {
  .p-voice__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(20px, 5.4172767204vw, 74px);
        width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.p-voice__item:nth-of-type(n + 2) {
  padding-top: 60px;
  border-top: 1px solid #d8d8d8;
}
@media screen and (min-width:1024px) {
  .p-voice__item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-voice__item:nth-of-type(2n) .p-voice__img-head {
    margin-right: 52px;
    margin-left: 0;
  }
  .p-voice__item:nth-of-type(2n) .p-voice__img {
    margin-left: 62px;
  }
  .p-voice__item:nth-of-type(2n) .p-voice__img-content::after {
    left: 29px;
  }
}

.p-voice__item:not(:last-of-type) {
  padding-bottom: 61px;
}

.p-voice__item:nth-of-type(2) .p-voice__img-head {
  background: #033971;
}

.p-voice__item:nth-of-type(2) .p-voice__img-content::after {
  background: url(../images/voice-text-2.png) no-repeat center center/cover;
}
.p-voice__item:nth-of-type(3) .p-voice__img-head {
  background: #05538D;
}
.p-voice__item:nth-of-type(3) .p-voice__img-content::after {
  background: url(../images/voice-text-3.png) no-repeat center center/cover;
}
.p-voice__item:nth-of-type(4) .p-voice__img-content::after {
  background: url(../images/voice-text-4.png) no-repeat center center/cover;
}

.p-voice__img-content {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-voice__img-content::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 14px;
  width: 20px;
  height: 147px;
  background: url(../images/voice-text-1.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .p-voice__img-content::after {
    right: 29px;
  }
}


.p-voice__img {
  width: 270px;
  height: 263px;
}
.p-voice__img img {
  border-radius: 20px;
}

.p-voice__img-head {
  display: inline-block;
  margin-top: -35px;
  margin-left: 35px;
  padding: 18px 25px 20px 31px;
  min-width: 260px;
  color: #ffffff;
  background: #011e55;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-voice__img-head {
    margin-left: 50px;
  }
}
.p-voice__img-head .position {
  display: inline-block;
  font-size: clamp(18px, 1.756954612vw, 24px);
  line-height: 1.4583333333;
  letter-spacing: 0.48px;
  font-weight: 800;
}
.p-voice__img-head .wrap {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-voice__img-head .text {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 600;
}

.p-voice__text-content {
  max-width: 521px;
}
@media screen and (min-width:768px) {
  .p-voice__text-content {
    margin-top: 22px;
  }
}

.p-voice__head .p-job__title {
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  .p-voice__head .p-job__title {
    font-size: 22px;
    letter-spacing: 2.2px;
  }
}

.p-voice__texts {
  margin-top: 47px;
}

.p-table {
  padding-inline: 20px;
}


.p-recruit__table-container {
  width: 100%;
  max-width: 919px;
  margin-inline: auto;
  overflow-x: auto;
  margin-top: 49px;
}

.p-recruit__table {
  width: 819px;
  border-top: 1px solid #d8d8d8;
}
@media screen and (min-width:768px) {
  .p-recruit__table {
    width: 919px;
  }
}

.p-recruit__table-row {
  padding-block: 25px;
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr;
}
@media screen and (min-width:768px) {
  .p-recruit__table-row {
    grid-template-columns: 210px 1fr;
  }
}
.p-recruit__table-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
.p-recruit__table-row:first-of-type .p-recruit__table-title::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #153255;
}

.p-recruit__table-title {
  color: #193363;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
    display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-recruit__table-title::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #153255;
}

.p-recruit__table-text {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}

.table-fixed {
  position: sticky;
  left: 0;
  z-index: 1;
}
.table-fixed::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  opacity: 0.6;
  z-index: -1;
}