@charset "UTF-8";

.p-fv {
  padding-top: clamp(120px, 13.8360175695vw, 189px);
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(76%, #EAF8FF), to(#015FB7)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #EAF8FF 76%, #015FB7 100%) 0% 0% no-repeat padding-box;
  position: relative;
}

.p-fv__head {
  padding-left: clamp(20px, 5.3333333333vw, 60px);
}
@media screen and (min-width:768px) {
  .p-fv__head {
    padding-left: clamp(60px, 10.7613469985vw, 147px);
  }
}

.p-fv__title {
  font-size: clamp(32px, 4.296875vw, 44px);
  line-height: 1.4545454545;
  letter-spacing: 3.52px;
  font-weight: 700;
}

.p-fv__desc {
  margin-top: 30px;
  padding-left: clamp(24px, 3.90625vw, 40px);
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  font-weight: 700;
  position: relative;
}
.p-fv__desc::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: clamp(15px, 2.44140625vw, 25px);
  height: 1px;
  background: #005EB7;
}

.p-fv__swiper {
  margin-top: 50px;
}

.p-fv__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-fv__swiper-slide {
  width: clamp(300px, 43.9238653001vw, 600px);
  aspect-ratio: 600/510;
  position: relative;
}
.p-fv__swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 50px rgba(155, 220, 255, 0.5019607843);
          box-shadow: inset 0px 0px 50px rgba(155, 220, 255, 0.5019607843);
  pointer-events: none;
}
.p-fv__swiper-slide img {
  -webkit-box-shadow: inset 0px 0px 50px rgba(155, 220, 255, 0.5019607843);
          box-shadow: inset 0px 0px 50px rgba(155, 220, 255, 0.5019607843);
}

.p-fv__bg-l {
  position: absolute;
  top: 0;
  left: 0;
  translate: -50% -50%;
  width: clamp(200px, 59.2972181552vw, 810px);
  aspect-ratio: 810/594;
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(157, 255, 240, 0.3019607843) 0%, rgba(1, 95, 183, 0) 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
}

.p-fv__bg-r {
  position: absolute;
  top: 12.6647144949%;
  right: -45.6588355465%;
  width: clamp(300px, 71.6691068814vw, 979px);
  aspect-ratio: 979/755;
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(1, 95, 183, 0.3019607843) 0%, rgba(1, 95, 183, 0) 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
}

.p-sv {
  padding-top: clamp(80px, 12.3718887262vw, 169px);
  padding-bottom: clamp(88px, 12.9575402635vw, 177px);
  color: #ffffff;
  background: #005EB7;
  position: relative;
  border-radius: 0px 0px 30px 30px;
}
.p-sv .l-inner {
  z-index: 2;
}
.p-sv__title {
  font-size: clamp(24px, 2.9296875vw, 30px);
  line-height: 1.6666666667;
  letter-spacing: 2.4px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.p-sv__text {
  margin-top: clamp(40px, 5.76171875vw, 59px);
  font-size: clamp(14px, 1.5625vw, 16px);
  line-height: 2;
  letter-spacing: 1.28px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-sv__text {
    text-align: center;
  }
}

.p-sv__btn {
  margin-top: 50px;
  margin-inline: auto;
}

.p-sv__bg {
  position: absolute;
  border-radius: 0px 0px 30px 30px;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 100%;
  aspect-ratio: 1366/576;
  min-height: 300px;
}
.p-sv__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#005eb7), to(rgba(0, 134, 183, 0.2039215686))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #005eb7 0%, rgba(0, 134, 183, 0.2039215686) 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 30px 30px;
  pointer-events: none;
  z-index: 1;
}
.p-sv__bg img {
  border-radius: 0px 0px 30px 30px;
}

.p-service {
  padding-top: clamp(80px, 8.3333333333vw, 100px);
}

.p-service__body {
  margin-top: clamp(60px, 6.5833333333vw, 79px);
  max-width: 974px;
  margin-inline: auto;
}

.p-service__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width:1024px) {
  .p-service__texts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-service__text-main {
  font-size: clamp(24px, 2.9296875vw, 30px);
  line-height: 1.7;
  letter-spacing: 2.4px;
  font-weight: 700;
}

.p-service__text {
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 1.2px;
  font-weight: 500;
  max-width: 480px;
}
@media screen and (min-width:1024px) {
  .p-service__text {
    -ms-flex-item-align: end;
        align-self: end;
  }
}

.p-service__btn {
  margin-top: 38px;
  margin-left: auto;
}

.p-recruit {
  padding-top: clamp(80px, 8.3333333333vw, 100px);
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(49%, #cae5ff), to(#ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffffff 0%, #cae5ff 49%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.p-recruit__swiper {
  max-width: 1200px;
  aspect-ratio: 1200/620;
}

.p-recruit__swiper-slide {
  -webkit-box-shadow: inset 0px 0px 50px #88c3dc;
          box-shadow: inset 0px 0px 50px #88c3dc;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.p-recruit__swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 50px #88c3dc;
          box-shadow: inset 0px 0px 50px #88c3dc;
  border-radius: 20px;
  pointer-events: none;
}
.p-recruit__swiper-slide img {
  border-radius: 20px;
}



.p-recruit__bottom {
  margin-top: clamp(60px, 6.6666666667vw, 80px);
  padding-top: clamp(60px, 5.8333333333vw, 70px);
  padding-bottom: clamp(60px, 6.5833333333vw, 79px);
  color: #ffffff;
  background: #005EB7;
  -webkit-box-shadow: inset 0px 0px 50px #88c3dc;
          box-shadow: inset 0px 0px 50px #88c3dc;
  border-radius: 30px;
}

.p-recruit__head {
  color: #ffffff;
}
.p-recruit__head .c-section__title-en {
  font-size: clamp(48px, 6.6666666667vw, 80px);
  line-height: 1.5125;
  letter-spacing: 8px;
  font-weight: 600;
}
@media screen and (min-width:1024px) {
  .p-recruit__head .c-section__title-ja {
    margin-top: -20px;
  }
}
.p-recruit__head .c-section__title-ja::after {
  background: #ffffff;
}

.p-recruit__body {
  margin-top: clamp(60px, 6.8333333333vw, 82px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width:1024px) {
  .p-recruit__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-recruit__items {
  max-width: 600px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-recruit__items {
    margin-inline: 0;
  }
}

.p-recruit__item {
  padding-block: 30px;
  padding-right: 63px;
  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: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:768px) {
  .p-recruit__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-recruit__item::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 43px;
  height: 40px;
  background: url(../images/icon-right.svg) no-repeat center center/cover;
}
@media (any-hover: hover) {
  .p-recruit__item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.p-recruit__item-texts {
  -ms-flex-item-align: center;
      align-self: center;
}


.p-recruit__item-title {
  font-size: clamp(15px, 2.34375vw, 18px);
  line-height: 1.5;
  letter-spacing: 1.8px;
  font-weight: 700;
  text-decoration: underline;
}

.p-recruit__item-text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 1.12px;
  max-width: 381px;
}

.p-recruit__item-img {
  aspect-ratio: 1/1;
  max-width: 120px;
}
.p-recruit__item-img img {
  border-radius: 10px;
}

.p-recruit__img {
  max-width: 500px;
  aspect-ratio: 500/558px;
  -webkit-box-shadow: inset 0px 0px 50px #88c3dc;
          box-shadow: inset 0px 0px 50px #88c3dc;
  border-radius: 20px;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-recruit__img {
    margin-inline: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-recruit__img img {
  border-radius: 20px;
}

.p-news {
  padding-block: clamp(80px, 10vw, 120px);
}

.p-news__body {
  margin-top: 35px;
  max-width: 1160px;
  margin-inline: auto;
}

.p-news__item {
  padding-block: 35px;
  padding-right: 63px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-news__item {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-news__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/news-line.svg) no-repeat center center/cover;
}
.p-news__item::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 43px;
  height: 40px;
  background: url(../images/icon-right.svg) no-repeat center center/cover;
}

.p-news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.p-news__item-date {
  color: #005EB7;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 1.12px;
  opacity: 0.8;
}

.p-news__item-tag span {
  display: inline-block;
  white-space: nowrap;
  min-width: 89px;
  color: #005EB7;
  font-size: 11px;
  line-height: 1.5454545455;
  letter-spacing: 0.88px;
  padding: 4px 15px;
  border-radius: 5px;
  background-color: rgba(0, 94, 183, 0.1);
  text-align: center;
}

.p-news__item-title {
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 1.2px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-news__btn {
  margin-top: 40px;
  margin-inline: auto;
}
