@charset "UTF-8";
/*------------- ニュース -------------*/
.p-news {
  padding: 8rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  max-width: 100rem;
  margin: 0 auto;
}

.p-news-inner {
  width: 10rem;
}

.p-news-list {
  width: 83.5rem;
}

.p-news-item {
  display: grid;
  -webkit-align-items: center;
  align-items: center;
  grid-template-columns: 9rem 10.8rem 1fr;
  grid-template-rows: repeat(2, 0.8rem);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #DFDFDF;
  padding: 1rem 0 1.5rem;
  color: #303030;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 1.5rem;
  position: relative;
}
.p-news-item::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../../images/common/icn_arrow_right.svg) no-repeat left top;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
}

.p-news-date {
  font-size: 1.5rem;
  line-height: 1.9333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: inline-block;
  color: #303030;
  grid-area: 1/1/3/2;
}

.p-news-category {
  display: inline-block;
  background: #fff;
  color: #005ED2;
  border: 1px solid #005ED2;
  border-radius: 0.3rem;
  font-size: 1.5rem;
  line-height: 1.9333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  grid-area: 1/2/3/3;
}

.p-news-txt {
  grid-area: 1/3/3/4;
}

@media screen and (max-width: 767px) {
  .p-news {
    padding: 0 0 10.6666666667vw;
    gap: 0;
    flex-direction: column;
  }
  .p-news-inner {
    width: 100%;
    position: relative;
  }
  .p-news-more {
    position: absolute;
    top: 10.6666666667vw;
    right: 0;
  }
  .p-news-list {
    width: 100%;
  }
  .p-news-item {
    display: grid;
    -webkit-align-items: center;
    align-items: center;
    grid-template-columns: 24vw 28.8vw 1fr;
    grid-template-rows: 6.4vw 14.1333333333vw;
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding: 2.6666666667vw 0 4vw;
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 4vw;
  }
  .p-news-item::before {
    width: 6.4vw;
    height: 6.4vw;
  }
  .p-news-date {
    font-size: 4vw;
    line-height: 1.9333333333;
    letter-spacing: 0.06em;
    font-weight: 400;
    display: inline-block;
    color: #303030;
    grid-area: 1/1/2/2;
  }
  .p-news-category {
    border-radius: 0.8vw;
    font-size: 4vw;
    line-height: 1.9333333333;
    letter-spacing: 0.06em;
    font-weight: 400;
    grid-area: 1/2/2/3;
  }
  .p-news-txt {
    grid-area: 2/1/3/4;
    margin-right: 8vw;
  }
}
/*------------- 共通 -------------*/
.p-recruit-sec-ttl {
  width: fit-content;
  margin-bottom: 4rem;
}
.p-recruit-sec-ttl._row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 2rem;
  width: 100%;
}

.p-recruit-sec-ttl-en {
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-family: "Bebas Neue";
}
.p-recruit-sec-ttl-en::first-letter {
  color: #005ED2;
}

.p-recruit-sec-ttl-jp {
  display: grid;
  grid-template-columns: auto auto 1fr;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-recruit-sec-ttl-jp .num {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Bebas Neue";
  margin-right: 0.8rem;
}
.p-recruit-sec-ttl-jp .line {
  margin-left: 1.6rem;
  position: relative;
}
.p-recruit-sec-ttl-jp .line::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #005ED2;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec-ttl {
    width: calc(100% - 5.3333333333vw);
    margin-bottom: 6.6666666667vw;
  }
  .p-recruit-sec-ttl._row {
    display: block;
    width: calc(100% - 5.3333333333vw);
  }
  .p-recruit-sec-ttl-en {
    font-size: 16vw;
    margin-bottom: 0.8vw;
  }
  .p-recruit-sec-ttl-jp {
    font-size: 4.2666666667vw;
  }
  .p-recruit-sec-ttl-jp .num {
    font-size: 5.3333333333vw;
    margin-right: 2.1333333333vw;
  }
  .p-recruit-sec-ttl-jp .line {
    margin-left: 4vw;
  }
  .p-recruit-sec-ttl-jp .line::before {
    height: 0.2666666667vw;
  }
}
/*------------- 下層ページへの導線 -------------*/
.p-recruit-sec {
  margin-bottom: 12rem;
}
.p-recruit-sec:nth-child(even) .p-recruit-content {
  flex-direction: row-reverse;
}
.p-recruit-sec:first-child .p-recruit-content {
  align-items: end;
}
.p-recruit-sec:first-child .p-recruit-sec-ttl {
  margin-bottom: 0;
}
.p-recruit-sec:first-child .p-recruit-text {
  width: calc(100% - 62.4rem - 8rem);
}
.p-recruit-sec:first-child .p-recruit-image {
  width: 62.4rem;
}

.p-recruit-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8rem;
}

.p-recruit-text {
  width: calc(100% - 60rem - 8rem);
}

.p-recruit-subtitle {
  color: #005ED2;
  font-size: 3.5rem;
  line-height: 1.4857142857;
  letter-spacing: 0.06em;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 3rem;
  margin-left: -0.5em;
}

.p-recruit-description {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 4rem;
}

.p-recruit-image {
  width: 60rem;
}

.p-message {
  padding-bottom: 7rem;
  margin-bottom: 16rem;
  position: relative;
}
.p-message::before {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 120rem;
  height: 57.2rem;
  background: #f4f8ff;
  z-index: -1;
}

.p-message-button {
  width: 33.9rem;
}

.p-recruit-button {
  width: 27rem;
}

.p-training .p-recruit-content {
  position: relative;
}
.p-training .p-recruit-content::before {
  position: absolute;
  content: "";
  top: 4rem;
  right: -7rem;
  transform: translateY(-100%);
  width: 17rem;
  height: auto;
  aspect-ratio: 170/194;
  background: url(../../images/recruit/img_training-deco.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec {
    margin-bottom: 16vw;
  }
  .p-recruit-sec:nth-child(even) .p-recruit-content {
    flex-direction: column;
  }
  .p-recruit-sec:first-child .p-recruit-content {
    align-items: end;
  }
  .p-recruit-sec:first-child .p-recruit-sec-ttl {
    margin-bottom: 6.6666666667vw;
  }
  .p-recruit-sec:first-child .p-recruit-text {
    width: 100%;
  }
  .p-recruit-sec:first-child .p-recruit-image {
    width: 100%;
  }
  .p-recruit-content {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-recruit-text {
    width: 100%;
  }
  .p-recruit-subtitle {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
    margin-left: 0;
  }
  .p-recruit-description {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
  .p-recruit-image {
    width: 100%;
  }
  .p-message {
    padding-bottom: 0;
    margin-bottom: 17.3333333333vw;
  }
  .p-message::before {
    bottom: 0;
    width: 100%;
    height: 160vw;
  }
  .p-message-button {
    width: 78.6666666667vw;
    margin: auto;
  }
  .p-message-button .m-button-txt {
    font-size: 4.8vw;
    line-height: 1.5;
    justify-content: start;
    height: 21.3333333333vw;
  }
  .p-message-button .m-button-icn {
    height: 21.3333333333vw;
  }
  .p-recruit-button {
    width: 78.6666666667vw;
    margin: auto;
  }
  .p-recruit-button .m-button-txt {
    justify-content: start;
  }
  .p-training .p-recruit-content::before {
    top: 5.3333333333vw;
    right: 0;
    width: 23.7333333333vw;
  }
}
/*------------- 数字で見るOSK -------------*/
.p-data-of-osk {
  background-color: #eef5fd;
  padding: 11rem 0 10rem;
  position: relative;
  overflow: visible;
}
.p-data-of-osk::before {
  position: absolute;
  content: "";
  bottom: -6rem;
  left: 26rem;
  width: 24.6rem;
  height: auto;
  aspect-ratio: 246/213;
  background: url(../../images/recruit/img_data-deco.svg) no-repeat center/contain;
}

.p-data-of-osk-list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 5rem 0 6rem;
}

.p-data-of-osk-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 24.5rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 1.2rem rgba(0, 94, 210, 0.12);
  position: relative;
}
.p-data-of-osk-item:nth-child(1) {
  background: url(../../images/recruit/bg_data01.png) no-repeat bottom right/contain, #fff;
}
.p-data-of-osk-item:nth-child(2) {
  background: url(../../images/recruit/bg_data02.png) no-repeat bottom right/contain, #fff;
}
.p-data-of-osk-item:nth-child(3) {
  background: url(../../images/recruit/bg_data03.png) no-repeat bottom right/contain, #fff;
}
.p-data-of-osk-item:nth-child(4) {
  background: url(../../images/recruit/bg_data04.png) no-repeat bottom right/contain, #fff;
}

.p-data-of-osk-item-label {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  padding: 0.5rem 3rem;
  border-radius: 1rem 0;
  background-color: #005ED2;
}

.p-data-of-osk-item-label-span {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-data-of-osk-item-number {
  color: #005ED2;
  font-size: 12rem;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 400;
  font-family: "Bebas Neue";
  padding-top: 2rem;
  -webkit-text-stroke: 1.2rem #fff;
  text-stroke: 1.2rem #fff;
  paint-order: stroke;
}

.p-data-of-osk-item-unit {
  color: #303030;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-left: 0.8rem;
  font-family: "Noto Sans JP";
  -webkit-text-stroke: 0.7rem #fff;
  text-stroke: 0.7rem #fff;
  paint-order: stroke;
}

.p-data-of-osk-button {
  width: 27rem;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-data-of-osk {
    padding: 18.6666666667vw 0 24vw;
  }
  .p-data-of-osk::before {
    bottom: 1.3333333333vw;
    transform: translateY(50%);
    left: 5.3333333333vw;
    width: 42.1333333333vw;
  }
  .p-data-of-osk-list {
    flex-wrap: wrap;
    gap: 5.3333333333vw;
    margin: 0 0 8vw;
  }
  .p-data-of-osk-item {
    flex: none;
    width: calc(50% - 2.6666666667vw);
    height: 36vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0 0 3.2vw rgba(0, 94, 210, 0.12);
  }
  .p-data-of-osk-item-label {
    font-size: 3.4666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 2.6666666667vw 0;
  }
  .p-data-of-osk-item-label-span {
    font-size: 3.2vw;
  }
  .p-data-of-osk-item-number {
    font-size: 17.8666666667vw;
    padding-top: 5.3333333333vw;
    -webkit-text-stroke: 1.6vw #fff;
    text-stroke: 1.6vw #fff;
  }
  .p-data-of-osk-item-unit {
    font-size: 4.2666666667vw;
    margin-left: 1.3333333333vw;
    -webkit-text-stroke: 1.3333333333vw #fff;
    text-stroke: 1.3333333333vw #fff;
  }
  .p-data-of-osk-button {
    width: 78.6666666667vw;
  }
  .p-data-of-osk-button .m-button-txt {
    justify-content: start;
  }
}
/*------------- 社員紹介 -------------*/
.p-interview {
  padding: 12rem 0;
  background-color: #fff;
}

.p-interview-inner {
  display: grid;
  grid-template-columns: 1fr 60rem 60rem 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 3rem 0;
  margin-bottom: 6rem;
}
.p-interview-inner .p-recruit-sec-ttl {
  grid-column: 2/3;
  grid-row: 1/2;
  margin-bottom: 0;
}
.p-interview-inner .p-interview-swiper {
  grid-column: 2/5;
}
.p-interview-inner .p-interview-swiper-controller {
  grid-column: 3/4;
  grid-row: 1/2;
  align-self: flex-end;
}

.p-interview-swiper {
  width: 100%;
}

.swiper-slide {
  box-sizing: content-box;
}

.p-interview-card {
  display: block;
  width: 100%;
  height: 20.8333333333vw;
  border-radius: 0.5208333333vw;
  overflow: hidden;
  position: relative;
  border: 0.15625vw solid transparent;
}
.p-interview-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* 画像をコンテナにフィットさせる（切り抜きあり） */
  display: block;
}
.p-interview-card::before {
  position: absolute;
  content: "";
  bottom: 0.9375vw;
  right: 0.9375vw;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  background: url(../../images/common/icn_arrow_circle_white.svg) no-repeat center/contain;
  z-index: 1;
}
@media (hover: hover) {
  .p-interview-card:hover {
    border-color: #005ED2;
  }
  .p-interview-card:hover::before {
    background: url(../../images/common/icn_arrow_circle_blue.svg) no-repeat center/contain;
  }
  .p-interview-card:hover .p-interview-card-img {
    scale: 1.1;
  }
  .p-interview-card:hover .p-interview-card-caption {
    color: #005ED2;
  }
  .p-interview-card:hover .p-interview-card-caption::before {
    left: 0;
  }
  .p-interview-card:hover .p-interview-card-role, .p-interview-card:hover .p-interview-card-name {
    color: #005ED2;
    position: relative;
    z-index: 2;
  }
}

.p-interview-card-img {
  display: block;
  width: 100%;
  height: auto;
  transition: scale 0.3s ease-in-out;
}

.p-interview-card-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2604166667vw;
  width: 100%;
  color: #fff;
  padding: 1.0416666667vw 1.5625vw;
  border-radius: 0 1.8229166667vw 0 0;
  background-color: #005ED2;
  transition: all 0.3s ease-in-out;
}
.p-interview-card-caption::before {
  content: "";
  border-radius: 0 1.8229166667vw 0 0;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  /* ホバー時の色 */
  transition: left 0.4s ease-in-out;
}

.p-interview-card-role {
  font-size: 1.6rem;
  font-size: 0.8333333333vw;
}

.p-interview-card-name {
  font-size: 2rem;
  font-size: 1.0416666667vw;
  font-weight: 700;
}

.p-interview-swiper-controller {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.5625vw;
  width: 100%;
}
.p-interview-swiper-controller .p-interview-swiper-scrollbar {
  position: static;
  width: 19.0104166667vw;
  height: 0.2083333333vw;
  background-color: #DFDFDF;
  border-radius: 0;
}
.p-interview-swiper-controller .p-interview-swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #005ED2;
}

.p-interview-swiper-button-wrapper {
  display: flex;
  gap: 1.0416666667vw;
}

.p-interview-swiper-button-prev,
.p-interview-swiper-button-next {
  position: static;
  transform: none;
  width: 2.2395833333vw;
  height: 2.2395833333vw;
  margin-top: 0;
  border-radius: 9999px;
  background: url(../../images/common/icn_arrow_right.svg) no-repeat center/contain;
}
.p-interview-swiper-button-prev::before, .p-interview-swiper-button-prev::after,
.p-interview-swiper-button-next::before,
.p-interview-swiper-button-next::after {
  content: none;
}

.p-interview-swiper-button-prev {
  scale: -1 1;
}

.p-interview-button {
  width: 27rem;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-interview {
    padding: 26.6666666667vw 0 16vw;
  }
  .p-interview-inner {
    display: grid;
    grid-template-columns: 5.3333333333vw 1fr 5.3333333333vw;
    grid-template-rows: repeat(3, auto);
    gap: 0;
    margin-bottom: 8vw;
  }
  .p-interview-inner .p-recruit-sec-ttl {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-bottom: 8vw;
  }
  .p-interview-inner .p-interview-swiper {
    grid-column: 2/3;
    margin-bottom: 5.3333333333vw;
  }
  .p-interview-inner .p-interview-swiper-controller {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .swiper-slide {
    max-width: 78.6666666667vw;
    padding-right: 0;
  }
  a.p-interview-card {
    margin: 0 !important;
    border-radius: 2.6666666667vw;
    border: none;
    height: 106.6666666667vw;
  }
  a.p-interview-card::before {
    bottom: 4vw;
    right: 4vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  .p-interview-card-caption {
    gap: 0.8vw;
    padding: 4vw 5.3333333333vw;
    border-radius: 0 9.3333333333vw 0 0;
  }
  .p-interview-card-caption::before {
    border-radius: 0 9.3333333333vw 0 0;
  }
  .p-interview-card-role {
    font-size: 4.2666666667vw;
  }
  .p-interview-card-name {
    font-size: 4.8vw;
  }
  .p-interview-swiper-controller {
    justify-content: start;
    gap: 4vw;
  }
  .p-interview-swiper-controller .p-interview-swiper-scrollbar {
    width: 58.6666666667vw;
    height: 1.0666666667vw;
  }
  .p-interview-swiper-button-wrapper {
    gap: 2.6666666667vw;
  }
  .p-interview-swiper-button-prev,
  .p-interview-swiper-button-next {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
  .p-interview-button {
    width: 78.6666666667vw;
  }
  .p-interview-button .m-button-txt {
    justify-content: start;
  }
}
/*------------- 導線 -------------*/
.p-recruit-link {
  padding: 9.5rem 0 11.5rem;
  background-color: #EEF5FF;
}

.p-recruit-link-cards {
  display: flex;
  gap: 6rem;
}

.p-recruit-link-card-link {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #005ED2;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  height: 17rem;
  padding-left: 20rem;
  border-radius: 1rem;
  box-shadow: 0 0 1.2rem rgba(0, 94, 210, 0.15);
  transition: all 0.1s ease-in-out;
  overflow: hidden;
  position: relative;
}
.p-recruit-link-card-link::before {
  position: absolute;
  content: "";
  bottom: 1.5rem;
  right: 2.5rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../../images/common/icn_arrow_right.svg) no-repeat center/contain;
}
.p-recruit-link-card-link:nth-child(1) {
  background: url(../../images/recruit/img_recruit_osk_pc.png) no-repeat center left/cover, #fff;
}
.p-recruit-link-card-link:nth-child(2) {
  background: url(../../images/recruit/img_professional_pc.png) no-repeat center left/cover, #fff;
}
.p-recruit-link-card-link:nth-child(3) {
  background: url(../../images/recruit/img_recruit_info_pc.png) no-repeat center left/cover, #fff;
}
.p-recruit-link-card-link:hover {
  outline: 0.3rem solid #005ED2;
  outline-offset: -0.3rem;
}

@media screen and (max-width: 767px) {
  .p-recruit-link {
    padding: 13.3333333333vw 0 16vw;
  }
  .p-recruit-link-cards {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-recruit-link-card-link {
    flex: none;
    font-size: 4.8vw;
    height: 34.6666666667vw;
    padding-left: 40vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0 0 3.2vw rgba(0, 94, 210, 0.15);
  }
  .p-recruit-link-card-link span {
    font-size: 4.2666666667vw;
  }
  .p-recruit-link-card-link::before {
    bottom: 4vw;
    right: 4vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .p-recruit-link-card-link:hover {
    outline: 0.3rem solid #005ED2;
    outline-offset: -0.3rem;
  }
}
