@charset "UTF-8";
/* フォント変換 */
/* フレキシブルサイズ（増加・減少の両方に対応） */
/* スマートフォン用フレキシブルサイズ（320-767pxでスケール） */
/* レスポンシブフォントサイズ（768-1200pxで縮小） */
/* 点線パターン */
.p-front-mv__video-wrap {
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-mv__video-wrap {
    padding: 10px;
  }
}
.p-front-mv__video {
  position: relative;
  width: 100%;
  border-radius: 30px;
  background: url("../img/front/fv-video-load.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-front-mv__video {
    border-radius: 20px;
    background: url("../img/front/fv-video-load-sp.webp") no-repeat 50% 50%;
    background-size: cover;
  }
}
.p-front-mv__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #000;
  opacity: 0.15;
}
@media screen and (max-width: 767px) {
  .p-front-mv__video::after {
    border-radius: 20px;
  }
}
.p-front-mv__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1920/1080;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-front-mv__video video {
    aspect-ratio: 740/1080;
    border-radius: 20px;
  }
}

.p-front-mv-contents-wrap {
  position: relative;
  left: 7%;
  width: 90%;
}
@media screen and (max-width: 1340px) {
  .p-front-mv-contents-wrap {
    left: 3%;
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv-contents-wrap {
    left: 1%;
    width: 98%;
  }
}

.p-front-mv-contents__en {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 655px;
  opacity: 0;
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(80px, 20px + 7.8125vw, 120px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0.04em;
  text-align: left;
  color: #faf9f6;
}
@media screen and (max-width: 1340px) {
  .p-front-mv-contents__en {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv-contents__en {
    bottom: -18px;
    left: 17px;
    width: calc(100% - 17px);
    max-width: 380px;
    font-size: clamp(50px, 35.6823266219px + 4.4742729306vw, 70px);
  }
}
.p-front-mv-contents__en span {
  display: block;
}
.p-front-mv-contents__en .slide-text {
  overflow: hidden;
  display: inline-block;
  opacity: 1;
  padding-bottom: 18px;
}
.p-front-mv-contents__en .slide-text-child {
  display: inline-block;
  opacity: 1;
}
.p-front-mv-contents__en-letter02 {
  animation-name: slideTextX-100;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.p-front-mv-contents__en-letter03 {
  animation-name: slideTextX-100;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.p-front-mv-contents__title {
  position: absolute;
  bottom: 105px;
  left: 65px;
  width: 460px;
  font-size: clamp(43.75px, 33.5805084746px + 1.3241525424vw, 50px);
  line-height: 1.2;
  text-align: left;
  color: #bc0c13;
  overflow: hidden;
}
@media screen and (max-width: 1340px) {
  .p-front-mv-contents__title {
    bottom: 80px;
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv-contents__title {
    bottom: 48px;
    left: 33px;
    width: clamp(220px, 220px + 0vw, 220px);
  }
}

@keyframes slideTextX100 {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideTextX-100 {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.p-front-company {
  position: relative;
  padding-block: clamp(90px, 75px + 1.953125vw, 100px) clamp(180px, 130.5px + 6.4453125vw, 213px);
}
@media screen and (max-width: 767px) {
  .p-front-company {
    padding-block: 36px 128px;
  }
}

.p-front-company-block01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-front-company-block01 {
    flex-direction: column;
  }
}
.p-front-company-block01__imgs {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  width: 44%;
  height: clamp(550px, 490px + 7.8125vw, 590px);
}
@media screen and (max-width: 767px) {
  .p-front-company-block01__imgs {
    display: contents;
    justify-content: flex-end;
    align-self: flex-start;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-front-company-block01__img01 {
    width: 100%;
    text-align: right;
    order: 1;
  }
}
.p-front-company-block01__img01 img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-company-block01__img01 img {
    width: clamp(143px, 130.8299776286px + 3.8031319911vw, 160px);
  }
}
.p-front-company-block01__img02 {
  position: absolute;
  right: 36px;
  bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-front-company-block01__img02 {
    position: relative;
    width: 100%;
    inset: auto;
    order: 3;
  }
}
.p-front-company-block01__img02 img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-company-block01__img02 img {
    width: clamp(117px, 109.841163311px + 2.2371364653vw, 127px);
  }
}
.p-front-company-block01__contents {
  width: 50%;
  padding-block: clamp(50px, 35px + 1.953125vw, 60px) clamp(40px, 25px + 1.953125vw, 50px);
}
@media screen and (max-width: 1090px) {
  .p-front-company-block01__contents {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-company-block01__contents {
    width: 100%;
    padding-block: 15px 64px;
    order: 2;
  }
}
.p-front-company-block01__text {
  margin-bottom: clamp(40px, 22px + 2.34375vw, 52px);
  line-height: 2.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-front-company-block01__text {
    margin-bottom: 50px;
    line-height: 2.27;
  }
}
.p-front-company-block01__btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-front-company-block01__btn {
    text-align: center;
  }
}

.p-front-heading {
  margin-bottom: clamp(30px, 15px + 1.953125vw, 40px);
}
.p-front-heading__en {
  width: fit-content;
  background-image: linear-gradient(to right, #25a0de, #bc0c13);
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(20px, 14px + 0.78125vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: transparent;
  margin-bottom: 0;
  word-break: break-word;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .p-front-heading__en {
    font-size: 16px;
  }
}
.p-front-heading__jp {
  font-size: clamp(28px, 16px + 1.5625vw, 36px);
  font-weight: bold;
  line-height: 1.67;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-front-heading__jp {
    font-size: 22px;
  }
}

/* service */
.p-front-service {
  position: relative;
  z-index: 2;
  border-radius: 80px 80px 0 0;
  background-color: #e9eef4;
  padding-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .p-front-service {
    border-radius: 40px 40px 0 0;
    padding-bottom: 28px;
  }
}
.p-front-service::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: calc(50% - 300px);
  height: 68%;
  background-color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-front-service::after {
    width: 100%;
    height: 138px;
  }
}

.p-front-service-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-front-service-block01 {
    flex-direction: column-reverse;
  }
}
.p-front-service-block01__row-sp {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-front-service-block01__row-sp {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.p-front-service-block01__row-sp .p-front-heading {
  margin-bottom: 45px;
}
.p-front-service-block01__contents {
  position: relative;
  z-index: 4;
  width: 44%;
  padding-top: clamp(85px, 65.5px + 2.5390625vw, 98px);
}
@media screen and (max-width: 767px) {
  .p-front-service-block01__contents {
    width: 100%;
    padding: 0;
    margin-top: -30px;
  }
}
.p-front-service-block01__title {
  margin-bottom: clamp(23px, 8px + 1.953125vw, 33px);
  font-size: clamp(36px, 15px + 2.734375vw, 50px);
  font-weight: bold;
  line-height: 1.72;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-front-service-block01__title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.p-front-service-block01__text {
  margin-bottom: clamp(80px, 53px + 3.515625vw, 98px);
  line-height: 2.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-front-service-block01__text {
    margin-bottom: 50px;
    line-height: 2.27;
  }
}
.p-front-service-block01__btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-front-service-block01__btn {
    margin-bottom: 60px;
    text-align: center;
  }
}
.p-front-service-block01__img {
  position: relative;
  top: -50px;
  z-index: 2;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-front-service-block01__img {
    right: -18px;
    width: 65%;
  }
}
.p-front-service-block01__img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-front-service-block01__img img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
    border-radius: 20px;
  }
}

.p-front-service-deco01-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .p-front-service-deco01-wrap {
    margin-top: 0;
  }
}

.p-front-service-deco01 {
  position: relative;
  z-index: 3;
  width: calc(100% + 0.7em);
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(90px, 18.9230769231px + 9.2548076923vw, 167px);
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: right;
  color: #faf9f6;
  margin-right: -0.7em;
}
@media screen and (max-width: 1090px) {
  .p-front-service-deco01 {
    width: calc(100% + 0.1em);
    font-size: clamp(76px, 25px + 6.640625vw, 110px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-service-deco01 {
    width: 100%;
    font-size: clamp(60px, 52.841163311px + 2.2371364653vw, 70px);
    line-height: 1.14;
    text-align: left;
    padding-inline: 28px;
  }
}

/* works */
.p-front-works {
  position: relative;
  padding-block: clamp(130px, 100px + 3.90625vw, 150px) clamp(170px, 110px + 7.8125vw, 210px);
}
@media screen and (max-width: 767px) {
  .p-front-works {
    padding-block: 70px 190px;
  }
}
.p-front-works .p-front-heading {
  margin-bottom: clamp(34px, 19px + 1.953125vw, 44px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-works .p-front-heading {
    margin-bottom: 30px;
  }
}
.p-front-works .p-front-heading__en {
  margin-inline: auto;
}
.p-front-works__lead {
  margin-bottom: clamp(50px, 35px + 1.953125vw, 60px);
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-works__lead {
    margin-bottom: 40px;
    padding-inline: 28px;
    line-height: 2.27;
    text-align: left;
  }
}
.p-front-works__btn {
  text-align: center;
}

/* slick */
.p-front-works-block01 {
  margin-bottom: clamp(42px, 27px + 1.953125vw, 52px);
}
.p-front-works-block01__img {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-front-works-block01__img {
    margin-right: 6px;
  }
}
.p-front-works-block01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 358/537;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-front-works-block01__img img {
    border-radius: 20px;
  }
}

/* plant */
.p-front-plant {
  position: relative;
  z-index: 2;
  border-radius: 80px 80px 0 0;
  background-color: #e9eef4;
  padding-bottom: clamp(15px, 0px + 1.953125vw, 25px);
}
@media screen and (max-width: 767px) {
  .p-front-plant {
    border-radius: 40px 40px 0 0;
    padding-bottom: 100px;
  }
}
.p-front-plant::after {
  content: "";
  position: absolute;
  top: 74px;
  left: 0;
  z-index: -1;
  width: 40%;
  height: 61%;
  background-color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-front-plant::after {
    inset: auto 0 240px;
    width: 100%;
    height: 640px;
    border-radius: 0 40px 40px 0;
  }
}
.p-front-plant__inner {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 1356px;
  margin-inline: auto;
  padding-left: 20px;
}
.p-front-plant__deco {
  position: absolute;
  top: 174px;
  left: 7px;
  z-index: 1;
  font-family: "Cal Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 1em;
  text-align: left;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 1340px) {
  .p-front-plant__deco {
    display: none;
  }
}
.p-front-plant__btn {
  margin-top: -60px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-front-plant__btn {
    margin-top: 50px;
    text-align: center;
  }
}

.p-front-plant-block01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.p-front-plant-block01__row-sp {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-front-plant-block01__row-sp {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.p-front-plant-block01__row-sp .p-front-heading {
  margin-bottom: 45px;
}
.p-front-plant-block01__img {
  position: relative;
  top: -50px;
  z-index: 2;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-front-plant-block01__img {
    right: -18px;
    width: 65%;
  }
}
.p-front-plant-block01__img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-front-plant-block01__img img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
    border-radius: 20px;
  }
}
.p-front-plant-block01__contents {
  position: relative;
  z-index: 4;
  width: 44%;
  max-width: 465px;
  padding-top: clamp(85px, 67px + 2.34375vw, 97px);
}
@media screen and (max-width: 767px) {
  .p-front-plant-block01__contents {
    width: 100%;
    padding: 0;
    margin-top: -30px;
  }
}
.p-front-plant-block01__title {
  margin-bottom: clamp(40px, 25px + 1.953125vw, 50px);
  font-size: clamp(43.75px, 33.5805084746px + 1.3241525424vw, 50px);
  font-weight: bold;
  line-height: 1.72;
  color: #014b95;
}
.p-front-plant-block01__text {
  margin-bottom: 0;
  line-height: 2.5;
  letter-spacing: 0.02em;
}
.p-front-plant-block01__btn {
  text-align: right;
}
.p-front-plant-block01__en {
  position: relative;
  top: -4px;
  z-index: 3;
  width: 167%;
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(90px, 8.582278481px + 10.6012658228vw, 157px);
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: right;
  color: #faf9f6;
  margin-left: -50%;
}
@media screen and (max-width: 1440px) {
  .p-front-plant-block01__en {
    margin-left: -54%;
  }
}
@media screen and (max-width: 1340px) {
  .p-front-plant-block01__en {
    top: 25px;
    width: 150%;
    font-size: clamp(100px, 87.8481012658px + 1.582278481vw, 110px);
  }
}
@media screen and (max-width: 1200px) {
  .p-front-plant-block01__en {
    margin-left: -50%;
  }
}
@media screen and (max-width: 1090px) {
  .p-front-plant-block01__en {
    font-size: clamp(80px, 35px + 5.859375vw, 110px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-plant-block01__en {
    margin-left: 0;
    width: 100%;
    font-size: clamp(60px, 52.841163311px + 2.2371364653vw, 70px);
    line-height: 1.14;
    text-align: left;
    padding-inline: 0;
  }
}

.p-front-plant-block02 {
  position: relative;
  top: -140px;
  z-index: 2;
  padding: clamp(80px, 50px + 3.90625vw, 100px) 0 clamp(70px, 40px + 3.90625vw, 90px) clamp(6px, -9px + 1.953125vw, 16px);
}
@media screen and (max-width: 1340px) {
  .p-front-plant-block02 {
    top: clamp(-170px, 251.6783216783px + -31.4685314685vw, 10px);
  }
}
@media screen and (max-width: 1090px) {
  .p-front-plant-block02 {
    top: clamp(-170px, 255px + -33.203125vw, 0px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-plant-block02 {
    margin-top: 30px;
    padding: 0 0 50px;
  }
}
.p-front-plant-block02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(50% + clamp(250px, -125px + 48.828125vw, 500px));
  height: 100%;
  border-radius: 30px 0 0 30px;
  background-color: #faf9f6;
}
@media screen and (max-width: 1090px) {
  .p-front-plant-block02::before {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-plant-block02::before {
    top: 35px;
    width: calc(100% - 10px);
    height: calc(100% - 35px);
  }
}
.p-front-plant-block02__inner {
  display: flex;
  justify-content: flex-end;
  position: relative;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .p-front-plant-block02__inner {
    flex-direction: column;
    right: auto;
  }
}
.p-front-plant-block02__list {
  display: grid;
  gap: 24px;
  width: calc(100% - clamp(70px, -134px + 26.5625vw, 206px));
  margin: 0;
  padding: 0;
  list-style-type: none;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .p-front-plant-block02__list {
    width: calc(100% - clamp(90px, -15px + 13.671875vw, 160px));
  }
}
@media screen and (max-width: 1090px) {
  .p-front-plant-block02__list {
    width: calc(100% - clamp(50px, 5px + 5.859375vw, 80px));
  }
}
@media screen and (max-width: 767px) {
  .p-front-plant-block02__list {
    gap: 10px;
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.p-front-plant-block02__item {
  border-radius: 15px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.p-front-plant-block02__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #faf9f6;
  transition: 0.2s;
}
@media screen and (max-width: 1090px) {
  .p-front-plant-block02__img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-plant-block02__img {
    width: 72px;
    height: 72px;
  }
  .p-front-plant-block02__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.p-front-plant-block02__no {
  background-image: linear-gradient(to right, #25a0de, #bc0c13);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(30px, 16.5px + 1.7578125vw, 39px);
  font-weight: bold;
  color: transparent;
  margin-inline: clamp(10px, -5px + 1.953125vw, 20px) clamp(10px, -20px + 3.90625vw, 30px);
  word-break: break-word;
  background-clip: text;
}
@media screen and (max-width: 1090px) {
  .p-front-plant-block02__no {
    font-size: clamp(24px, 15px + 1.171875vw, 30px);
    margin-inline: clamp(5px, -2.5px + 0.9765625vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  .p-front-plant-block02__no {
    font-size: 20px;
    margin-inline: 10px 20px;
  }
}
.p-front-plant-block02__text {
  font-size: clamp(14px, 8px + 0.78125vw, 18px);
  letter-spacing: 0.04em;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-front-plant-block02__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  .p-front-plant-block02__text {
    font-size: 15px;
  }
}

/* recruit */
.p-front-recruit__title-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-block: clamp(120px, 90px + 3.90625vw, 140px) clamp(90px, 48px + 5.46875vw, 118px);
  background: url("../img/front/recruit-img01.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-front-recruit__title-wrap {
    padding-block: 48px 38px;
    background: url("../img/front/recruit-img01-sp.webp") no-repeat 50% 50%;
    background-size: cover;
  }
}
.p-front-recruit__title {
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(110px, 39.5px + 9.1796875vw, 157px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #faf9f6;
}
@media screen and (max-width: 767px) {
  .p-front-recruit__title {
    font-size: clamp(60px, 52.841163311px + 2.2371364653vw, 70px);
  }
}

.p-front-recruit-block01-wrap {
  background: url("../img/front/recruit-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
  padding-block: clamp(70px, 40px + 3.90625vw, 90px) clamp(76px, 46px + 3.90625vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-front-recruit-block01-wrap {
    background: url("../img/front/recruit-bg01-sp.webp") no-repeat 50% 50%;
    background-size: cover;
    padding-block: 38px 87px;
  }
}

.p-front-recruit-block01__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(100px, 50.5px + 6.4453125vw, 133px);
}
@media screen and (max-width: 767px) {
  .p-front-recruit-block01__row {
    margin-bottom: 50px;
    flex-direction: column;
  }
}
.p-front-recruit-block01__contents {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .p-front-recruit-block01__contents {
    width: 54%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-recruit-block01__contents {
    width: 100%;
  }
}
.p-front-recruit-block01__heading {
  font-size: clamp(28px, 16px + 1.5625vw, 36px);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: clamp(43px, 28px + 1.953125vw, 53px);
}
@media screen and (max-width: 767px) {
  .p-front-recruit-block01__heading {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.p-front-recruit-block01__title {
  margin-bottom: clamp(20px, 0.5px + 2.5390625vw, 33px);
  font-size: clamp(40px, 25.5639097744px + 1.8796992481vw, 50px);
  font-weight: bold;
  line-height: 1.72;
  color: #faf9f6;
}
@media screen and (max-width: 767px) {
  .p-front-recruit-block01__title {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.p-front-recruit-block01__text {
  line-height: 2.5;
  letter-spacing: 0.02em;
  color: #faf9f6;
}
@media screen and (max-width: 767px) {
  .p-front-recruit-block01__text {
    margin-bottom: 40px;
    line-height: 2.27;
  }
}
.p-front-recruit-block01__img {
  width: 40%;
  padding-bottom: 10px;
}
@media screen and (max-width: 1090px) {
  .p-front-recruit-block01__img {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-recruit-block01__img {
    width: 100%;
  }
}
.p-front-recruit-block01__img img {
  border-radius: 20px;
}
.p-front-recruit-block01__btn {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-front-recruit-block01__btn {
    text-align: center;
  }
}

/* news */
.p-front-news {
  position: relative;
  padding-block: clamp(100px, 70px + 3.90625vw, 120px) clamp(110px, 65px + 5.859375vw, 140px);
}
@media screen and (max-width: 767px) {
  .p-front-news {
    padding-block: 70px 80px;
  }
}
.p-front-news .p-front-heading {
  text-align: center;
}
.p-front-news .p-front-heading__en {
  margin-inline: auto;
}
.p-front-news__btn {
  width: 100%;
  max-width: 994px;
  margin: 0 auto;
  text-align: right;
}

.p-front-news-block01 {
  width: 100%;
  max-width: 994px;
  margin: clamp(55px, 40px + 1.953125vw, 65px) auto clamp(60px, 30px + 3.90625vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-front-news-block01 {
    margin: 30px 0 40px;
  }
}

/* 背景の装飾 */
.p-object01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.p-object01__01 {
  position: absolute;
  bottom: 3%;
  left: -180px;
  width: clamp(380px, 350px + 3.90625vw, 400px);
  height: auto;
  opacity: 1;
  animation: fluffy_1 3s ease-in-out infinite alternate;
  filter: blur(10px);
}
@media screen and (max-width: 767px) {
  .p-object01__01 {
    top: 0;
    bottom: auto;
    left: -120px;
    width: 200px;
    filter: blur(5px);
  }
}
.p-object01__01 img {
  width: 100%;
}
.p-object01__02 {
  position: absolute;
  top: 17%;
  left: 30%;
  width: clamp(140px, 110px + 3.90625vw, 160px);
  height: auto;
  opacity: 1;
  animation: fluffy_2 4s ease-in-out infinite alternate;
  filter: blur(5px);
}
@media screen and (max-width: 767px) {
  .p-object01__02 {
    top: 50%;
    left: 16%;
    width: 120px;
  }
}
.p-object01__02 img {
  width: 100%;
}
.p-object01__03 {
  position: absolute;
  right: 20%;
  bottom: 20%;
  width: clamp(120px, 97.5px + 2.9296875vw, 135px);
  height: auto;
  opacity: 1;
  animation: fluffy_2 5s ease-in-out infinite alternate;
  filter: blur(4px);
}
@media screen and (max-width: 767px) {
  .p-object01__03 {
    right: 14%;
    bottom: 10%;
    width: 140px;
  }
}
.p-object01__03 img {
  width: 100%;
}
.p-object01__04 {
  position: absolute;
  top: 0;
  right: -100px;
  width: clamp(250px, 220px + 3.90625vw, 270px);
  height: auto;
  opacity: 1;
  animation: fluffy_3 3.5s ease-in-out infinite alternate;
  animation-delay: 0;
  filter: blur(10px);
}
@media screen and (max-width: 767px) {
  .p-object01__04 {
    filter: blur(5px);
    top: 30%;
    right: -70px;
    width: 160px;
  }
}
.p-object01__04 img {
  width: 100%;
}

.p-object02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.p-object02__01 {
  position: absolute;
  right: 9%;
  bottom: -10px;
  width: clamp(270px, 240px + 3.90625vw, 290px);
  height: auto;
  opacity: 1;
  animation: fluffy_1 3s ease-in-out infinite alternate;
  filter: blur(10px);
}
@media screen and (max-width: 767px) {
  .p-object02__01 {
    right: 10%;
    bottom: 5%;
    width: 120px;
    filter: blur(5px);
    opacity: 0.8;
  }
}
.p-object02__01 img {
  width: 100%;
}
.p-object02__02 {
  position: absolute;
  top: 18%;
  right: 4%;
  width: clamp(150px, 120px + 3.90625vw, 170px);
  height: auto;
  opacity: 1;
  animation: fluffy_2 4s ease-in-out infinite alternate;
  filter: blur(5px);
}
@media screen and (max-width: 767px) {
  .p-object02__02 {
    top: 24%;
    right: -10px;
    width: 110px;
  }
}
.p-object02__02 img {
  width: 100%;
}
.p-object02__03 {
  position: absolute;
  bottom: 10%;
  left: 15%;
  width: clamp(125px, 110px + 1.953125vw, 135px);
  height: auto;
  opacity: 1;
  animation: fluffy_2 5s ease-in-out infinite alternate;
  filter: blur(4px);
}
@media screen and (max-width: 767px) {
  .p-object02__03 {
    display: none;
  }
}
.p-object02__03 img {
  width: 100%;
}
.p-object02__04 {
  position: absolute;
  top: -20px;
  left: 10%;
  width: clamp(260px, 230px + 3.90625vw, 280px);
  height: auto;
  opacity: 1;
  animation: fluffy_3 3.5s ease-in-out infinite alternate;
  animation-delay: 0;
  filter: blur(10px);
}
@media screen and (max-width: 767px) {
  .p-object02__04 {
    top: 0;
    left: -60px;
    width: 160px;
    filter: blur(5px);
  }
}
.p-object02__04 img {
  width: 100%;
}

.p-object03 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-object03 {
    display: none;
  }
}
.p-object03__01 {
  position: absolute;
  bottom: 14%;
  left: -210px;
  width: clamp(350px, 320px + 3.90625vw, 370px);
  height: auto;
  opacity: 1;
  animation: fluffy_1 3s ease-in-out infinite alternate;
  filter: blur(10px);
}
.p-object03__01 img {
  width: 100%;
}
.p-object03__02 {
  position: absolute;
  top: 7%;
  left: 28%;
  width: clamp(140px, 110px + 3.90625vw, 160px);
  height: auto;
  opacity: 1;
  animation: fluffy_2 4s ease-in-out infinite alternate;
  filter: blur(5px);
}
.p-object03__02 img {
  width: 100%;
}
.p-object03__03 {
  position: absolute;
  right: 1%;
  bottom: 11%;
  width: clamp(100px, 85px + 1.953125vw, 110px);
  height: auto;
  opacity: 1;
  animation: fluffy_2 5s ease-in-out infinite alternate;
  filter: blur(4px);
}
.p-object03__03 img {
  width: 100%;
}
.p-object03__04 {
  position: absolute;
  top: 0;
  right: -80px;
  width: clamp(250px, 220px + 3.90625vw, 270px);
  height: auto;
  opacity: 1;
  animation: fluffy_3 3.5s ease-in-out infinite alternate;
  animation-delay: 0;
  filter: blur(10px);
}
.p-object03__04 img {
  width: 100%;
}

@keyframes fluffy_1 {
  0% {
    transform: translate(0, 10px) rotate(-10deg);
  }
  50% {
    transform: translate(0, -30px) rotate(0deg);
  }
  100% {
    transform: translate(0, 10px) rotate(10deg);
  }
}
@keyframes fluffy_2 {
  0% {
    transform: translate(0, -20px) rotate(-10deg);
  }
  50% {
    transform: translate(0, 0) rotate(10deg);
  }
  100% {
    transform: translate(0, -20px) rotate(-10deg);
  }
}
@keyframes fluffy_3 {
  0% {
    transform: translate(0, -10px) rotate(15deg);
  }
  50% {
    transform: translate(0, 20px) rotate(0deg);
  }
  100% {
    transform: translate(0, -10px) rotate(15deg);
  }
}
.slide-text01 {
  display: inline-block;
  overflow: hidden;
  opacity: 0;
}

.slide-text-child01 {
  display: inline-block;
  opacity: 0;
}

/* KVのアニメーション
--------------------------- */
.p-object-subkv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-object-subkv__01 {
  position: absolute;
  bottom: 12%;
  left: -130px;
  width: clamp(210px, 180px + 3.90625vw, 230px);
  height: auto;
  opacity: 1;
  animation: fluffy_1 3s ease-in-out infinite alternate;
  filter: blur(10px);
}
@media screen and (max-width: 767px) {
  .p-object-subkv__01 {
    left: -70px;
    width: 130px;
  }
}
.p-object-subkv__01 img {
  width: 100%;
}
.p-object-subkv__02 {
  position: absolute;
  top: 0%;
  left: 35%;
  width: clamp(190px, 160px + 3.90625vw, 210px);
  height: auto;
  opacity: 1;
  animation: fluffy_2 4s ease-in-out infinite alternate;
  filter: blur(5px);
}
@media screen and (max-width: 767px) {
  .p-object-subkv__02 {
    width: 100px;
  }
}
.p-object-subkv__02 img {
  width: 100%;
}
.p-object-subkv__03 {
  position: absolute;
  right: -20px;
  bottom: 16%;
  width: clamp(130px, 100px + 3.90625vw, 150px);
  height: auto;
  opacity: 1;
  animation: fluffy_2 5s ease-in-out infinite alternate;
  filter: blur(4px);
}
@media screen and (max-width: 767px) {
  .p-object-subkv__03 {
    width: 80px;
  }
}
.p-object-subkv__03 img {
  width: 100%;
}

/* 会社案内
--------------------------- */
.p-company-sec01 {
  padding: 10px 0 clamp(400px, -61.5384615385px + 60.0961538462vw, 900px);
  background: url("../img/company/sec01-img01.webp") no-repeat 50% 100%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-company-sec01 {
    padding: 0 0 400px;
  }
}
.p-company-sec01__title {
  width: fit-content;
  margin: 0 auto clamp(45px, 30px + 1.953125vw, 55px);
  background-image: linear-gradient(to right, #25a0de, #bc0c13);
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(20px, 14px + 0.78125vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: transparent;
  word-break: break-word;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .p-company-sec01__title {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.p-company-sec01__lead {
  font-size: clamp(22px, 13px + 1.171875vw, 28px);
  font-weight: bold;
  line-height: 2.86;
  letter-spacing: 0.06em;
  text-align: center;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-company-sec01__lead {
    font-size: 16px;
  }
}

.p-company-sec02 {
  padding-block: clamp(80px, 39.5px + 5.2734375vw, 107px) clamp(110px, 20px + 11.71875vw, 170px);
}
.p-company-sec02 .c-heading01 {
  margin-bottom: clamp(35px, 20px + 1.953125vw, 45px);
}
.p-company-sec02 .c-table01 {
  width: 100%;
  max-width: 788px;
  margin: 0 auto clamp(60px, 45px + 1.953125vw, 70px);
}
.p-company-sec02 .c-table01 th {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .p-company-sec02 .c-table01 th {
    width: 110px;
  }
}
.p-company-sec02 .c-table01 .u-link-external {
  display: inline-block;
  margin-bottom: 10px;
}
.p-company-sec02__btn-wrap {
  text-align: center;
}
.p-company-sec02__btn-memo {
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  color: #014b95;
}

.p-company-sec03 {
  border-radius: 80px 80px 0 0;
  background-color: #e9eef4;
  padding-block: clamp(80px, 50px + 3.90625vw, 100px) clamp(100px, 70px + 3.90625vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-company-sec03 {
    padding-block: 70px;
    border-radius: 40px 40px 0 0;
  }
}
.p-company-sec03 .c-heading01 {
  margin-bottom: clamp(40px, 25px + 1.953125vw, 50px);
}

.p-company-sec04 {
  padding-block: clamp(140px, 110px + 3.90625vw, 160px) clamp(50px, 20px + 3.90625vw, 70px);
}
@media screen and (max-width: 767px) {
  .p-company-sec04 {
    padding-block: 80px 0;
  }
}
.p-company-sec04 .c-heading01 {
  margin-bottom: clamp(35px, 20px + 1.953125vw, 45px);
}
.p-company-sec04__lead {
  width: 100%;
  max-width: 606px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .p-company-sec04__lead {
    line-height: 2.27;
  }
}

.p-company-sec04-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  width: 100%;
  max-width: 994px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-company-sec04-block01 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-company-sec04-block01__item {
  padding: 24px 30px;
  border-radius: 20px;
  background-color: #e9eef4;
}
@media screen and (max-width: 767px) {
  .p-company-sec04-block01__item {
    padding: 24px 20px;
  }
}
.p-company-sec04-block01__title {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-company-sec04-block01__title {
    font-size: 18px;
  }
}
.p-company-sec04-block01__text {
  min-height: 150px;
  line-height: 1.88;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-company-sec04-block01__text {
    line-height: 2.27;
  }
}

.p-company-sec05 {
  padding-block: clamp(84px, 69px + 1.953125vw, 94px) 0;
}
.p-company-sec05 .c-heading01 {
  margin-bottom: clamp(20px, 12.5px + 0.9765625vw, 25px);
}
.p-company-sec05__lead {
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 20px;
}
.p-company-sec05__map {
  padding: 0 20px;
}
.p-company-sec05__map iframe {
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-company-sec05__map iframe {
    height: 500px;
    border-radius: 20px;
  }
}

/* --------------------------
事業内容
--------------------------- */
.p-service-sec01 {
  margin-bottom: clamp(130px, 100px + 3.90625vw, 150px);
}
@media screen and (max-width: 767px) {
  .p-service-sec01 {
    margin-bottom: 80px;
  }
}

.p-service-block01__img {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-service-block01__img {
    padding: 0;
  }
}
.p-service-block01__img img {
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-service-block01__img img {
    border-radius: 0;
  }
}
.p-service-block01__content-wrap {
  position: relative;
  z-index: 2;
  padding: clamp(40px, 10px + 3.90625vw, 60px) clamp(60px, 0px + 7.8125vw, 100px);
  border-radius: 30px;
  background-color: #faf9f6;
  margin-top: calc(clamp(80px, 50px + 3.90625vw, 100px) * -1);
}
@media screen and (max-width: 767px) {
  .p-service-block01__content-wrap {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.p-service-block01__title {
  margin-bottom: 50px;
  font-size: clamp(30px, 21px + 1.171875vw, 36px);
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.02em;
  text-align: center;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-service-block01__title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.p-service-block01__process {
  position: relative;
}
.p-service-block01__process::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #014b95;
  text-align: center;
}
.p-service-block01__process span {
  display: block;
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0 auto clamp(40px, -5px + 5.859375vw, 70px);
  padding: 0 15px;
  background-color: #faf9f6;
  font-family: "Cal Sans", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-service-block01__process span {
    font-size: 22px;
  }
}
.p-service-block01__hr {
  margin: clamp(40px, -20px + 7.8125vw, 80px) 0;
  border: none;
  border-bottom: 1px solid #014b95;
}

.p-service-message {
  margin-bottom: clamp(40px, -5px + 5.859375vw, 70px);
  padding: 40px 20px;
  border-radius: 20px;
  background-color: #e9eef4;
}
.p-service-message__title {
  margin-bottom: 30px;
  font-size: clamp(24px, 18px + 0.78125vw, 28px);
  font-weight: bold;
  line-height: 1.57;
  text-align: center;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-service-message__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.p-service-message__text {
  max-width: 787px;
  margin: auto;
  line-height: 2.5;
  letter-spacing: 0.02em;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-service-message__text {
    line-height: 2.27;
  }
}

.p-service-block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: clamp(40px, -12.5px + 6.8359375vw, 75px);
}
@media screen and (max-width: 767px) {
  .p-service-block02 {
    flex-direction: column;
    gap: 20px;
  }
}
.p-service-block02:last-of-type {
  margin-bottom: 0;
}
.p-service-block02__img {
  max-width: 45%;
}
@media screen and (max-width: 1090px) {
  .p-service-block02__img {
    max-width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-block02__img {
    width: 100%;
    max-width: 515px;
    margin: auto;
  }
}
.p-service-block02__img img {
  border-radius: 20px;
}
.p-service-block02__img img + img {
  margin-top: 20px;
}
.p-service-block02__contents {
  margin-top: -5px;
  width: 515px;
  max-width: 52%;
}
@media screen and (max-width: 767px) {
  .p-service-block02__contents {
    max-width: 100%;
    margin: 0 auto;
  }
}
.p-service-block02__title {
  margin-bottom: 11px;
  font-size: clamp(25px, 20.5px + 0.5859375vw, 28px);
  font-weight: bold;
  line-height: 1.57;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-service-block02__title {
    font-size: 18px;
  }
}
.p-service-block02__title > span {
  position: relative;
  top: 2px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(36px, 31.5px + 0.5859375vw, 39px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-service-block02__title > span {
    font-size: 24px;
  }
}
.p-service-block02__text {
  line-height: 2.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-service-block02__text {
    line-height: 2.27;
  }
}

.p-service-block03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .p-service-block03 {
    grid-template-columns: 1fr;
  }
}
.p-service-block03__img {
  margin-bottom: 20px;
}
.p-service-block03__img img {
  width: 100%;
  border-radius: 20px;
}
.p-service-block03__text {
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #014b95;
}
.p-service-block03__btn {
  text-align: center;
}

.p-service-block04 {
  padding: 22px 20px 27px;
  border: solid 1px #014b95;
  border-radius: 20px;
}
.p-service-block04__text {
  max-width: 583px;
  margin: 0 auto 20px;
  line-height: 2.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-service-block04__text {
    margin: 0 auto 10px;
    font-size: 14px;
  }
}
.p-service-block04__link {
  text-align: center;
}
.p-service-block04__link a {
  font-size: clamp(18px, 15px + 0.390625vw, 20px);
  font-weight: bold;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-service-block04__link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  .p-service-block04__link a {
    font-size: 13px;
  }
}
.p-service-block04__link a::after {
  left: 10px;
  width: 20px;
  height: 19px;
}
@media screen and (max-width: 767px) {
  .p-service-block04__link a::after {
    top: 2px;
    left: 8px;
    width: 18px;
    height: 17px;
  }
}

.p-service-sec02 {
  margin-bottom: clamp(120px, 90px + 3.90625vw, 140px);
}
@media screen and (max-width: 767px) {
  .p-service-sec02 {
    margin-bottom: 80px;
  }
}

/* --------------------------
工場紹介
--------------------------- */
.p-plants-sec01 {
  padding-block: 0 clamp(130px, 100px + 3.90625vw, 150px);
}
@media screen and (max-width: 767px) {
  .p-plants-sec01 {
    padding-block: 0 70px;
  }
}
.p-plants-sec01__title {
  margin-bottom: 50px;
  font-size: clamp(30px, 21px + 1.171875vw, 36px);
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.02em;
  text-align: center;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-plants-sec01__title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.p-plants-sec01__img {
  margin-bottom: clamp(60px, 45px + 1.953125vw, 70px);
}
.p-plants-sec01__img img {
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-plants-sec01__img img {
    border-radius: 20px;
  }
}

.p-plants-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 994px;
  margin: 0 auto clamp(57px, 42px + 1.953125vw, 67px);
}
@media screen and (max-width: 1090px) {
  .p-plants-block01 {
    flex-direction: column;
    align-items: center;
  }
}
.p-plants-block01__head {
  position: relative;
  top: -12px;
  width: 52%;
}
@media screen and (max-width: 1090px) {
  .p-plants-block01__head {
    width: fit-content;
  }
}
.p-plants-block01__en {
  position: relative;
  top: 33px;
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(20px, 14px + 0.78125vw, 24px);
  letter-spacing: 0.04em;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-plants-block01__en {
    top: -15px;
    font-size: 16px;
  }
}
.p-plants-block01__title {
  margin-top: -50px;
  font-size: clamp(36px, 21px + 1.953125vw, 46px);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-plants-block01__title {
    font-size: 30px;
  }
}
.p-plants-block01__title > span {
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(145px, 127px + 2.34375vw, 157px);
  line-height: 1;
  padding-inline: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-plants-block01__title > span {
    position: relative;
    top: 2px;
    font-size: 80px;
  }
}
.p-plants-block01__body {
  width: 412px;
  max-width: 45%;
}
@media screen and (max-width: 767px) {
  .p-plants-block01__body {
    max-width: 328px;
    margin: auto;
  }
}
.p-plants-block01__body p {
  line-height: 2.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-plants-block01__body p {
    line-height: 2.27;
  }
}

/* tab */
.p-plants-tab {
  width: 100%;
  max-width: 994px;
  margin: 0 auto;
}
.p-plants-tab__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-plants-tab__head {
    gap: 7px;
  }
}
.p-plants-tab__head-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 62px;
  border: solid 1px #014b95;
  border-radius: 50px;
  background-color: #faf9f6;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #014b95;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .p-plants-tab__head-item {
    padding: 15px;
    font-size: 13px;
  }
}
.p-plants-tab__head-item:hover {
  opacity: 0.7;
}
.p-plants-tab__head-item.is-current {
  background-color: #014b95;
  color: #faf9f6;
}
.p-plants-tab__body-item {
  display: none;
}
.p-plants-tab__body-item.is-current {
  display: block;
}
.p-plants-tab__body-img {
  margin-bottom: 30px;
}
.p-plants-tab__body-img img {
  width: 100%;
  border-radius: 30px;
}
.p-plants-tab__body-title {
  margin-bottom: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid #282828;
  font-size: clamp(18px, 15px + 0.390625vw, 20px);
  font-weight: bold;
  line-height: 1.9;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-plants-tab__body-title {
    font-size: 16px;
  }
}
.p-plants-tab__body-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1090px) {
  .p-plants-tab__body-row {
    flex-direction: column;
  }
}
.p-plants-tab__map {
  width: 43%;
  max-width: 412px;
}
@media screen and (max-width: 1090px) {
  .p-plants-tab__map {
    width: 100%;
    max-width: 100%;
  }
}
.p-plants-tab__map iframe {
  width: 100%;
  border-radius: 20px;
}

.p-plants-table01 {
  width: 100%;
  max-width: 994px;
  margin: 0 0 clamp(40px, 25px + 1.953125vw, 50px);
}
.p-plants-table01--pt2 {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .p-plants-table01--pt2 {
    width: 100%;
  }
}
.p-plants-table01 th {
  min-width: 180px;
  border: none;
  background-color: transparent;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: left;
  color: #014b95;
  padding-bottom: 15px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-plants-table01 th {
    width: 155px;
    min-width: auto;
    padding: 5px 10px 5px 0;
  }
}
.p-plants-table01 td {
  border: none;
  padding-bottom: 15px;
  letter-spacing: 0.02em;
  vertical-align: top;
}
.p-plants-table01 td a {
  text-decoration: underline;
  color: #014b95;
}

/* --------------------------
個人情報保護方針
--------------------------- */
.p-policy-sec01 {
  width: 100%;
  max-width: 994px;
  margin: auto;
  padding-block: 0 clamp(70px, -35px + 13.671875vw, 140px);
}
.p-policy-sec01__lead {
  margin-bottom: clamp(70px, 40px + 3.90625vw, 90px);
  line-height: 2.5;
  letter-spacing: 0.02em;
}
.p-policy-sec01__area {
  margin-bottom: clamp(50px, 35px + 1.953125vw, 60px);
}
.p-policy-sec01__area h2 {
  margin-bottom: 10px;
  font-size: clamp(18px, 15px + 0.390625vw, 20px);
  font-weight: bold;
  line-height: 1.9;
}
.p-policy-sec01__area p {
  margin-bottom: 2.1em;
  line-height: 2.5;
  letter-spacing: 0.02em;
}

/* --------------------------
お問い合わせ
--------------------------- */
.p-contact-sec01 {
  width: 100%;
  max-width: 994px;
  margin: 0 auto clamp(175px, 145px + 3.90625vw, 195px);
  padding: clamp(45px, 30px + 1.953125vw, 55px) clamp(40px, -56px + 12.5vw, 104px) clamp(120px, 96px + 3.125vw, 136px);
  border-radius: 30px;
  background-color: #e9eef4;
}
@media screen and (max-width: 767px) {
  .p-contact-sec01 {
    margin: 0 auto 120px;
    padding: 40px 20px;
    border-radius: 20px;
  }
}
.p-contact-sec01__lead {
  font-size: clamp(18px, 15px + 0.390625vw, 20px);
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  color: #014b95;
  margin-bottom: clamp(47px, 32px + 1.953125vw, 57px);
}
@media screen and (max-width: 767px) {
  .p-contact-sec01__lead {
    font-size: 16px;
    text-align: left;
  }
}

/* --------------------------
採用
--------------------------- */
.p-recruit-mv {
  position: relative;
  padding-block: clamp(210px, 180px + 3.90625vw, 230px) clamp(110px, 80px + 3.90625vw, 130px);
  background-image: linear-gradient(127deg, #f5b3b8 36%, #fafcb8 100%);
}
@media screen and (max-width: 767px) {
  .p-recruit-mv {
    padding-block: 300px 0;
  }
}
.p-recruit-mv__img01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 30%;
  max-width: calc(50% - 335px);
}
@media screen and (max-width: 1090px) {
  .p-recruit-mv__img01 {
    width: 18%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-mv__img01 {
    top: 88px;
    width: 44%;
    max-width: none;
  }
}
.p-recruit-mv__img01 img {
  width: 100%;
  max-height: 560px;
  border-radius: 0 0 20px;
  object-fit: cover;
  object-position: 50% 80%;
}
@media screen and (max-width: 1440px) {
  .p-recruit-mv__img01 img {
    height: 520px;
  }
}
@media screen and (max-width: 1090px) {
  .p-recruit-mv__img01 img {
    object-position: 70% 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-mv__img01 img {
    height: auto;
    border-radius: 0 20px 20px 0;
  }
}
.p-recruit-mv__img02 {
  position: absolute;
  top: clamp(80px, 66.6666666667px + 1.7361111111vw, 100px);
  right: 5%;
  z-index: 1;
  width: 20%;
}
@media screen and (max-width: 1440px) {
  .p-recruit-mv__img02 {
    top: 16%;
  }
}
@media screen and (max-width: 1090px) {
  .p-recruit-mv__img02 {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-mv__img02 {
    top: 139px;
    right: 18px;
    width: 30%;
  }
}
.p-recruit-mv__img02 img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}
.p-recruit-mv__img03 {
  position: absolute;
  bottom: clamp(80px, 40px + 5.2083333333vw, 140px);
  left: 2%;
  z-index: 1;
  width: 20%;
}
@media screen and (max-width: 1440px) {
  .p-recruit-mv__img03 {
    bottom: 22%;
  }
}
@media screen and (max-width: 1090px) {
  .p-recruit-mv__img03 {
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-mv__img03 {
    bottom: 90px;
    left: 28px;
    width: 30%;
  }
}
.p-recruit-mv__img03 img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}
.p-recruit-mv__img04 {
  position: absolute;
  right: 0;
  bottom: 5%;
  z-index: 1;
  width: 24%;
  max-width: calc(50% - 394px);
}
@media screen and (max-width: 1440px) {
  .p-recruit-mv__img04 {
    width: 20%;
    max-width: none;
    height: 440px;
  }
}
@media screen and (max-width: 1090px) {
  .p-recruit-mv__img04 {
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-mv__img04 {
    bottom: 50px;
    width: 34%;
    max-width: none;
    height: auto;
  }
}
.p-recruit-mv__img04 img {
  width: 100%;
  height: 100%;
  max-height: 510px;
  border-radius: 20px 0 0 20px;
  object-fit: cover;
  object-position: 50% 10%;
}
@media screen and (max-width: 1090px) {
  .p-recruit-mv__img04 img {
    object-position: 90% 10%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-mv__img04 img {
    height: auto;
  }
}

.p-recruit-mv-contents {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}
@media screen and (max-width: 1090px) {
  .p-recruit-mv-contents {
    max-width: 470px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-mv-contents {
    max-width: 100%;
    padding-inline: 28px;
  }
}
.p-recruit-mv-contents__en {
  margin-bottom: 28px;
  padding-bottom: 4px;
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(70px, -5px + 9.765625vw, 120px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-mv-contents__en {
    font-size: clamp(60px, 52.841163311px + 2.2371364653vw, 70px);
  }
}
.p-recruit-mv-contents__en > div {
  overflow: visible !important;
}
.p-recruit-mv-contents__jp {
  position: relative;
  width: fit-content;
  margin: 0 auto clamp(75px, 60px + 1.953125vw, 85px);
  padding-inline: 56px;
  font-size: clamp(22px, 13px + 1.171875vw, 28px);
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: 0.4em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-mv-contents__jp {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.p-recruit-mv-contents__jp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 1px;
  background-color: #fff;
}
.p-recruit-mv-contents__jp::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 42px;
  height: 1px;
  background-color: #fff;
}
.p-recruit-mv-contents__text {
  font-size: clamp(18px, 15px + 0.390625vw, 20px);
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-mv-contents__text {
    padding-bottom: 280px;
    font-size: 14px;
    line-height: 2.26;
  }
}
@media screen and (max-width: 380px) {
  .p-recruit-mv-contents__text {
    font-size: 13.5px;
  }
}

.p-recruit-slide {
  overflow: hidden;
}
.p-recruit-slide__img img {
  width: 100%;
}

.p-recruit-heading {
  text-align: center;
  color: #fff;
}
.p-recruit-heading__jp {
  margin-bottom: -20px;
  font-size: clamp(30px, 21px + 1.171875vw, 36px);
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1200px) {
  .p-recruit-heading__jp {
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-heading__jp {
    margin-bottom: -4px;
    font-size: 18px;
  }
}
.p-recruit-heading__en {
  width: fit-content;
  margin: auto;
  padding-bottom: 0;
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(90px, 15px + 9.765625vw, 140px);
  line-height: 1.15;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-heading__en {
    font-size: clamp(50px, 35.6823266219px + 4.4742729306vw, 70px);
  }
}

.p-recruit-job {
  padding-block: clamp(70px, 55px + 1.953125vw, 80px) clamp(280px, 250px + 3.90625vw, 300px);
  background-image: linear-gradient(127deg, #f5b3b8 36%, #fafcb8);
}
.p-recruit-job .p-recruit-heading {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-recruit-job .p-recruit-heading {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-job .p-recruit-heading__en {
    font-size: clamp(42px, 15px + 3.515625vw, 60px);
  }
}
.p-recruit-job__youtube {
  margin-bottom: clamp(70px, 25px + 5.859375vw, 100px);
  text-align: center;
}
.p-recruit-job__youtube iframe {
  border-radius: 30px;
  aspect-ratio: 16/9;
}

.p-recruit-interview {
  margin-top: -302px;
  position: relative;
  z-index: 2;
}
.p-recruit-interview .p-recruit-heading {
  position: relative;
  top: clamp(22px, 7px + 1.953125vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .p-recruit-heading {
    top: 25px;
  }
}

.p-recruit-interview-block01-wrap {
  padding: clamp(112px, 97px + 1.953125vw, 122px) 0 clamp(83px, 68px + 1.953125vw, 93px);
  border-radius: 80px 80px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-block01-wrap {
    padding-block: 80px 50px;
    border-radius: 40px 40px 0 0;
  }
}

.p-recruit-interview-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 1070px;
  margin: auto;
}
@media screen and (max-width: 1090px) {
  .p-recruit-interview-block01 {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-block01 {
    flex-direction: column;
    gap: 50px 26px;
  }
}
.p-recruit-interview-block01__item {
  position: relative;
  width: calc(33.3333333333% - 26.6px);
}
@media screen and (max-width: 1090px) {
  .p-recruit-interview-block01__item {
    width: calc(33.3333333333% - 13.3px);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-block01__item {
    width: 100%;
  }
}
.p-recruit-interview-block01__link {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-block01__link {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
}
.p-recruit-interview-block01__left {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-block01__left {
    display: block;
    width: 50%;
  }
}
.p-recruit-interview-block01__right {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-block01__right {
    display: block;
    width: 50%;
  }
}
.p-recruit-interview-block01__no {
  position: absolute;
  top: -48px;
  left: -6px;
  z-index: 3;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(75px, 67.5px + 0.9765625vw, 80px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-block01__no {
    top: -25px;
    left: -2px;
    font-size: 45px;
  }
}
.p-recruit-interview-block01__img {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-block01__img {
    margin-bottom: 0;
  }
}
.p-recruit-interview-block01__img img {
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-block01__img img {
    border-radius: 20px;
  }
}
.p-recruit-interview-block01__position {
  margin-bottom: 1px;
  font-weight: bold;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-block01__position {
    margin-bottom: 15px;
  }
}
.p-recruit-interview-block01__name {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #014b95;
}

.p-recruit-work {
  padding-block: clamp(86px, 56px + 3.90625vw, 106px) clamp(110px, 80px + 3.90625vw, 130px);
  background-image: linear-gradient(127deg, #f5b3b8 36%, #fafcb8 100%);
}
.p-recruit-work__btn {
  text-align: center;
}
.p-recruit-work .p-recruit-heading {
  margin-bottom: 30px;
}

.p-recruit-work-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
  gap: clamp(20px, -4px + 3.125vw, 36px);
}
@media screen and (max-width: 1090px) {
  .p-recruit-work-block01 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-work-block01 {
    grid-template-columns: 1fr;
  }
}
.p-recruit-work-block01__item {
  padding: clamp(20px, 5px + 1.953125vw, 30px);
  border-radius: 30px;
  background-color: #faf9f6;
}
.p-recruit-work-block01__title {
  margin-bottom: 28px;
  font-size: clamp(18px, 15px + 0.390625vw, 20px);
  font-weight: bold;
  text-align: center;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-recruit-work-block01__title {
    margin-bottom: 20px;
  }
}
.p-recruit-work-block01__img {
  margin-bottom: 12px;
}
.p-recruit-work-block01__text {
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-recruit-work-block01__text {
    line-height: 2.27;
  }
}

.p-recruit-num {
  padding-block: clamp(110px, 80px + 3.90625vw, 130px) 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-num {
    padding-block: 80px 0;
  }
}
.p-recruit-num .p-recruit-heading {
  margin-bottom: 11px;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-recruit-num .p-recruit-heading {
    margin-bottom: 20px;
  }
}
.p-recruit-num__memo {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: right;
  color: #014b95;
  margin-top: 10px;
}

.p-recruit-num-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
}
@media screen and (max-width: 1090px) {
  .p-recruit-num-block01 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-num-block01 {
    gap: 10px;
  }
}
.p-recruit-num-block01__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 20px 30px 20px 40px;
  border-radius: 20px;
  background-color: #e9eef4;
}
@media screen and (max-width: 767px) {
  .p-recruit-num-block01__item {
    padding: 20px;
  }
}
.p-recruit-num-block01__title {
  position: relative;
  margin-bottom: 14px;
  padding-top: 10px;
  font-size: clamp(18px, 15px + 0.390625vw, 20px);
  font-weight: bold;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-recruit-num-block01__title {
    width: 90px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-recruit-num-block01__title::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -40px;
  width: 10px;
  height: 29px;
  background-color: #f5b3b8;
}
@media screen and (max-width: 767px) {
  .p-recruit-num-block01__title::before {
    top: 9px;
    left: -20px;
    width: 5px;
  }
}
.p-recruit-num-block01__icon {
  position: absolute;
  top: 20px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit-num-block01__icon {
    right: 10px;
    max-width: 38px;
  }
}
.p-recruit-num-block01__num {
  width: 100%;
  color: #014b95;
}
.p-recruit-num-block01__num > em {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(70px, 40px + 3.90625vw, 90px);
  font-weight: bold;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-num-block01__num > em {
    font-size: 40px;
  }
}
.p-recruit-num-block01__num > span {
  margin-left: 7px;
  font-size: clamp(25px, 20.5px + 0.5859375vw, 28px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-recruit-num-block01__num > span {
    font-size: 16px;
  }
}
.p-recruit-num-block01__gender {
  display: flex;
  justify-content: center;
  gap: clamp(50px, 20px + 3.90625vw, 70px);
  width: 100%;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-recruit-num-block01__gender {
    gap: 20px;
  }
}
.p-recruit-num-block01__gender-item > strong {
  display: block;
  font-size: clamp(25px, 20.5px + 0.5859375vw, 28px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-recruit-num-block01__gender-item > strong {
    font-size: 16px;
  }
}
.p-recruit-num-block01__gender-item > em {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(60px, 52.5px + 0.9765625vw, 65px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-recruit-num-block01__gender-item > em {
    font-size: 30px;
  }
}
.p-recruit-num-block01__gender-item > span {
  margin-left: 0;
  font-size: clamp(25px, 20.5px + 0.5859375vw, 28px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-recruit-num-block01__gender-item > span {
    font-size: 16px;
  }
}

.p-recruit-faq {
  padding-block: clamp(90px, 75px + 1.953125vw, 100px) clamp(90px, 60px + 3.90625vw, 110px);
}
.p-recruit-faq .p-recruit-heading {
  margin-bottom: 10px;
  color: #014b95;
}

.p-faq-block01 {
  width: 100%;
  max-width: 994px;
  margin: 0 auto;
}
.p-faq-block01__item {
  border: 1px solid #014b95;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.p-faq-block01__question {
  position: relative;
  padding: 17px 40px;
  background-color: #014b95;
  color: #fff;
  list-style: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq-block01__question {
    padding: 17px 45px 17px 20px;
  }
}
.p-faq-block01__question::marker {
  display: none;
}
.p-faq-block01__label {
  position: relative;
  top: 4px;
  width: 28px;
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(32px, 29px + 0.390625vw, 34px);
  font-weight: 500;
  line-height: 1;
  margin-right: clamp(22px, 16px + 0.78125vw, 26px);
}
@media screen and (max-width: 767px) {
  .p-faq-block01__label {
    top: 0;
    margin-right: 10px;
    font-size: 22px;
  }
}
.p-faq-block01__question-text {
  font-size: clamp(18px, 15px + 0.390625vw, 20px);
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-faq-block01__question-text {
    font-size: 16px;
  }
}
.p-faq-block01__answer {
  display: flex;
  padding: 30px 40px;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-faq-block01__answer {
    padding: 20px;
  }
  .p-faq-block01__answer .p-faq-block01__label {
    top: 6px;
  }
}
.p-faq-block01__answer-text {
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-faq-block01__answer-text {
    line-height: 2.27;
  }
}
.p-faq-block01__icon {
  position: absolute;
  top: 27px;
  right: 39px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-faq-block01__icon {
    top: 26px;
    right: 24px;
  }
}
.p-faq-block01__icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq-block01__icon::after {
    width: 10px;
    height: 10px;
  }
}
.p-faq-block01__icon.is-open::after {
  transform: rotate(-45deg);
}

.p-recruit-rec {
  border-radius: 80px 80px 0 0;
  padding-block: clamp(80px, 50px + 3.90625vw, 100px) clamp(90px, 60px + 3.90625vw, 110px);
  background-image: linear-gradient(144deg, #f5b3b8 37%, #fafcb8 100%);
}
@media screen and (max-width: 767px) {
  .p-recruit-rec {
    border-radius: 40px 40px 0 0;
  }
}
.p-recruit-rec .p-recruit-heading {
  margin-bottom: 11px;
}
.p-recruit-rec__subtitle {
  margin-bottom: 26px;
  font-size: clamp(32px, 26px + 0.78125vw, 36px);
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-rec__subtitle {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.p-recruit-rec-block01 {
  margin-bottom: 60px;
  padding: 80px 20px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-rec-block01 {
    margin-bottom: 40px;
    padding: 60px 20px 30px;
  }
}
.p-recruit-rec-block01__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  width: 100%;
  max-width: 994px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-rec-block01__inner {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 26px;
  }
}

.p-recruit-list01__item {
  width: 100%;
}
.p-recruit-list01__item + .p-recruit-list01__item {
  margin-top: 26px;
}
.p-recruit-list01 dt {
  position: relative;
  width: 100%;
  margin-bottom: 7px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #014b95;
}
.p-recruit-list01 dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #014b95;
}
.p-recruit-list01 dt > span {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: fit-content;
  background-color: #fff;
  padding-right: 10px;
}
.p-recruit-list01 dd {
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.02em;
}

.p-recruit-list02__item {
  display: flex;
  min-height: 60px;
  margin-bottom: 10px;
  padding: 10px 20px 10px clamp(60px, 30px + 3.90625vw, 80px);
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-list02__item {
    flex-direction: column;
    padding: 10px 20px;
  }
}
.p-recruit-list02__item dt {
  width: clamp(190px, 160px + 3.90625vw, 210px);
  color: #014b95;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-recruit-list02__item dt {
    width: 100%;
  }
}
.p-recruit-list02__item dd {
  flex: 1;
  position: relative;
  padding: 7px 0 0 clamp(60px, 30px + 3.90625vw, 80px);
  border-left: 1px solid #282828;
}
@media screen and (max-width: 767px) {
  .p-recruit-list02__item dd {
    padding: 0;
    border: none;
  }
}

.p-recruit-entry {
  margin-bottom: -60px;
  padding-block: clamp(56px, 41px + 1.953125vw, 66px) clamp(32px, 17px + 1.953125vw, 42px);
  background: url("../img/recruit/entry-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry {
    padding-block: 150px 40px;
    background: url("../img/recruit/entry-bg01-sp.webp") no-repeat 70% 50%;
    background-size: cover;
  }
}
.p-recruit-entry__title {
  margin-bottom: clamp(68px, 53px + 1.953125vw, 78px);
  font-size: clamp(32px, 26px + 0.78125vw, 36px);
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.p-recruit-entry__btn {
  margin-bottom: clamp(62px, 47px + 1.953125vw, 72px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__btn {
    margin-bottom: 35px;
  }
}
.p-recruit-entry__lead {
  margin-bottom: 5px;
  font-size: clamp(18px, 15px + 0.390625vw, 20px);
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__lead {
    margin-bottom: 0;
    font-size: 16px;
  }
}
.p-recruit-entry__memo {
  margin-bottom: 14px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__memo {
    margin-bottom: 0;
  }
}
.p-recruit-entry__tel {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 19px + 0.390625vw, 24px);
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__tel {
    font-size: 24px;
  }
}
.p-recruit-entry__tel em {
  font-size: clamp(28px, 25px + 0.390625vw, 30px);
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__tel em {
    font-size: 30px;
  }
}

.p-recruit-driver {
  padding-block: clamp(115px, 85px + 3.90625vw, 135px) 15px;
}

.p-recruit-driver-block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 994px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-driver-block01 {
    flex-direction: column;
    gap: 30px;
  }
}
.p-recruit-driver-block01__left {
  width: 50%;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-recruit-driver-block01__left {
    width: 100%;
  }
}
.p-recruit-driver-block01__title {
  margin-bottom: 25px;
  font-size: clamp(32px, 26px + 0.78125vw, 36px);
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-recruit-driver-block01__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.p-recruit-driver-block01__title > span {
  display: block;
  font-size: clamp(18px, 15px + 0.390625vw, 20px);
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-driver-block01__title > span {
    font-size: 16px;
  }
}
.p-recruit-driver-block01__text {
  max-width: 402px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-recruit-driver-block01__text {
    max-width: 100%;
  }
}
.p-recruit-driver-block01__right {
  width: calc(50% - 50px);
}
@media screen and (max-width: 767px) {
  .p-recruit-driver-block01__right {
    width: 100%;
  }
}
.p-recruit-driver-block01__banner {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit-driver-block01__banner {
    margin-bottom: 10px;
  }
}
.p-recruit-driver-block01__banner:last-of-type {
  margin-bottom: 0;
}
.p-recruit-driver-block01__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 24px 20px 22px;
  border-radius: 20px;
  background-color: #014b95;
  font-size: clamp(18px, 15px + 0.390625vw, 20px);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-driver-block01__link {
    font-size: 16px;
  }
}
.p-recruit-driver-block01__link > span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-recruit-driver-block01__link::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.p-recruit-driver-block01__link:hover {
  background-color: #25a0de;
}

/* --------------------------
福利厚生・制度
--------------------------- */
.p-work-style-sec01 {
  margin-bottom: clamp(80px, 50px + 3.90625vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-work-style-sec01 {
    margin-bottom: 60px;
  }
}

.p-work-style-block01__img {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-work-style-block01__img {
    padding: 0;
  }
}
.p-work-style-block01__img img {
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-work-style-block01__img img {
    border-radius: 0;
  }
}
.p-work-style-block01__content-wrap {
  position: relative;
  z-index: 2;
  padding: clamp(40px, 10px + 3.90625vw, 60px) clamp(40px, -54.5px + 12.3046875vw, 103px);
  border-radius: 30px;
  background-color: #faf9f6;
  margin-top: calc(clamp(80px, 50px + 3.90625vw, 100px) * -1);
}
@media screen and (max-width: 1200px) {
  .p-work-style-block01__content-wrap {
    max-width: calc(100% - 40px);
    margin-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-work-style-block01__content-wrap {
    max-width: 100%;
    margin: -30px 0 0;
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.p-work-style-block01__content-wrap--interview {
  width: 100%;
  max-width: 994px;
  margin: calc(clamp(65px, 50px + 1.953125vw, 75px) * -1) auto 0;
  background-color: #e9eef4;
}
@media screen and (max-width: 1200px) {
  .p-work-style-block01__content-wrap--interview {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-work-style-block01__content-wrap--interview {
    width: 100%;
    margin: -30px 0 0;
  }
}
.p-work-style-block01__title {
  margin-bottom: 40px;
  font-size: clamp(30px, 21px + 1.171875vw, 36px);
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.02em;
  text-align: center;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-work-style-block01__title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.p-work-style-block01__subtitle {
  margin-bottom: 5px;
  font-size: clamp(18px, 15px + 0.390625vw, 20px);
  font-weight: bold;
  line-height: 1.9;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-work-style-block01__subtitle {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #014b95;
  }
}

.p-recruit-table01 {
  width: 100%;
  max-width: 994px;
  margin-bottom: 46px;
}
.p-recruit-table01 tr:first-of-type th {
  border-top: 1px solid #014b95;
}
@media screen and (max-width: 767px) {
  .p-recruit-table01 tr:first-of-type th {
    border: none;
  }
}
.p-recruit-table01 tr:first-of-type td {
  border-top: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
  .p-recruit-table01 tr:first-of-type td {
    border: none;
  }
}
.p-recruit-table01 th {
  width: 273px;
  padding: 15px 10px 15px 30px;
  border: none;
  background-color: transparent;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: left;
  color: #014b95;
  border-bottom: 1px solid #014b95;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-recruit-table01 th {
    display: block;
    width: 100%;
    padding: 15px 0 5px;
    border: none;
  }
}
.p-recruit-table01 td {
  padding: 15px 20px 15px 40px;
  border: none;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #dedede;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-recruit-table01 td {
    display: block;
    width: 100%;
    padding: 0 0 15px;
    line-height: 2.27;
  }
}
.p-recruit-table01 td a {
  text-decoration: underline;
  color: #014b95;
}

.p-work-style-sec02 {
  margin-bottom: clamp(0px, -19.5px + 2.5390625vw, 13px);
}

.p-work-sytle-btn {
  margin-bottom: 30px;
  text-align: center;
}

.p-work-sytle-list {
  display: flex;
  justify-content: center;
  gap: clamp(60px, 30px + 3.90625vw, 80px);
  list-style: none;
  margin: 0;
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .p-work-sytle-list {
    flex-direction: column;
    gap: 10px;
    width: fit-content;
    margin: auto;
  }
}
.p-work-sytle-list > li > a {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #014b95;
}

/* --------------------------
インタビュー
--------------------------- */
.p-interview-sec01 {
  padding-bottom: clamp(30px, 0px + 3.90625vw, 50px);
}

.p-interview-hero {
  position: relative;
  height: clamp(550px, 383.3333333333px + 21.7013888889vw, 800px);
}
@media screen and (max-width: 767px) {
  .p-interview-hero {
    height: auto;
  }
}
.p-interview-hero__inner {
  position: relative;
  z-index: 2;
}
.p-interview-hero__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: calc(50% + 70px);
  height: clamp(550px, 383.3333333333px + 21.7013888889vw, 800px);
}
@media screen and (max-width: 767px) {
  .p-interview-hero__img {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    padding-inline: 0;
  }
}
.p-interview-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .p-interview-hero__img img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.p-interview-hero__label {
  margin: 4px 0 50px;
  padding-left: clamp(3px, -48px + 6.640625vw, 37px);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-interview-hero__label {
    display: none;
  }
}
.p-interview-hero__label em {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.p-interview-hero__content {
  position: relative;
  z-index: 2;
  margin-left: clamp(0px, -154.5px + 20.1171875vw, 103px);
}
@media screen and (max-width: 767px) {
  .p-interview-hero__content {
    width: fit-content;
    margin: auto;
  }
}
.p-interview-hero__title {
  width: 100%;
  max-width: clamp(440px, 330.5px + 14.2578125vw, 513px);
  margin: 0 0 7px;
  padding: 16px 0 23px;
  background-color: #faf9f6;
  font-size: clamp(30px, 21px + 1.171875vw, 36px);
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.02em;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-interview-hero__title {
    margin: 20px auto 0;
    padding: 0;
    font-size: 22px;
  }
}
.p-interview-hero__profile-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 30px;
  width: fit-content;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-interview-hero__profile-row {
    gap: 0 24px;
  }
}
.p-interview-hero__number {
  position: relative;
  top: 8px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(76px, 70px + 0.78125vw, 80px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-interview-hero__number {
    top: 7px;
    font-size: 60px;
  }
}
.p-interview-hero__department {
  font-size: clamp(18px, 15px + 0.390625vw, 20px);
  font-weight: bold;
  line-height: 1.5;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-interview-hero__department {
    font-size: 16px;
  }
}
.p-interview-hero__name {
  width: 302px;
  margin: 0;
  padding: 8px 20px;
  border-radius: 10px;
  background: #014b95;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-interview-hero__name {
    font-size: 15px;
  }
}

.p-interview-job-desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(50px, 35px + 1.953125vw, 60px);
  width: 100%;
  max-width: 994px;
  margin: -50px auto clamp(120px, 90px + 3.90625vw, 140px);
  padding: 56px clamp(40px, 10px + 3.90625vw, 60px);
  border-radius: 30px;
  background-color: #e9eef4;
}
@media screen and (max-width: 767px) {
  .p-interview-job-desc {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 320px;
    margin: 20px auto 80px;
    padding: 30px 28px;
    border-radius: 30px;
  }
}
.p-interview-job-desc__left {
  width: 213px;
}
.p-interview-job-desc__title {
  margin-bottom: 20px;
  font-weight: bold;
  color: #014b95;
}
.p-interview-job-desc__img > img {
  width: 100%;
  border-radius: 20px;
}
.p-interview-job-desc__right {
  flex: 1;
}
.p-interview-job-desc__text {
  padding-top: 37px;
  line-height: 2.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-interview-job-desc__text {
    padding-top: 0;
    line-height: 2.27;
  }
}

.p-interview-block01 {
  position: relative;
  margin-bottom: 100px;
  min-height: clamp(560px, 400px + 20.8333333333vw, 800px);
}
@media screen and (max-width: 767px) {
  .p-interview-block01 {
    margin-bottom: 60px;
    min-height: auto;
  }
}
.p-interview-block01__img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 290px);
  height: clamp(560px, 400px + 20.8333333333vw, 800px);
}
@media screen and (max-width: 1090px) {
  .p-interview-block01__img {
    width: 35%;
    height: clamp(460px, 250px + 27.34375vw, 600px);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-block01__img {
    position: relative;
    width: 100%;
    height: auto;
    text-align: right;
  }
}
.p-interview-block01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .p-interview-block01__img img {
    margin-bottom: 30px;
    width: 56%;
    height: auto;
  }
}
@media screen and (max-width: 1090px) {
  .p-interview-block01--rev {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-block01--rev {
    display: block;
  }
}
.p-interview-block01--rev .p-interview-block01__img {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-interview-block01--rev .p-interview-block01__img {
    text-align: left;
  }
}
.p-interview-block01--rev .p-interview-block01__img img {
  border-radius: 0 30px 30px 0;
}

.p-interview-list01 {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto clamp(90px, 67.5px + 2.9296875vw, 105px);
  padding: 9px 338px 0 28px;
}
@media screen and (max-width: 1090px) {
  .p-interview-list01 {
    width: 60%;
    margin: 0 0 clamp(90px, 67.5px + 2.9296875vw, 105px);
    padding: 9px 28px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-list01 {
    width: 100%;
    margin: 0 0 60px;
  }
}
.p-interview-list01__item {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-interview-list01__item {
    margin-bottom: 60px;
  }
}
.p-interview-list01__item:last-of-type {
  margin-bottom: 0;
}
.p-interview-list01 dt {
  position: relative;
  margin-bottom: 32px;
  padding-left: 50px;
  font-size: clamp(25px, 20.5px + 0.5859375vw, 28px);
  font-weight: bold;
  line-height: 1.57;
  color: #014b95;
}
@media screen and (max-width: 767px) {
  .p-interview-list01 dt {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 38px;
  }
}
.p-interview-list01 dt::before {
  content: "Q";
  position: absolute;
  top: -4px;
  left: 0;
  width: 0;
  height: 0;
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(46px, 40px + 0.78125vw, 50px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-interview-list01 dt::before {
    top: 0;
    font-size: 30px;
  }
}
.p-interview-list01 dd {
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-interview-list01 dd {
    padding-left: 38px;
    line-height: 2.27;
  }
}
.p-interview-list01--rev {
  padding-inline: 310px 0;
}
@media screen and (max-width: 1090px) {
  .p-interview-list01--rev {
    padding: 9px 28px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-list01--rev {
    padding: 0 28px;
  }
}

.p-interview-sec02 {
  padding-bottom: clamp(110px, 80px + 3.90625vw, 130px);
}

.p-interview-sec03 {
  padding-block: clamp(70px, 55px + 1.953125vw, 80px) 0;
  border-radius: 80px 80px 0 0;
  background-image: linear-gradient(127deg, #f5b3b8 36%, #fafcb8 100%);
}
@media screen and (max-width: 767px) {
  .p-interview-sec03 {
    padding-block: 60px 0;
    border-radius: 40px 40px 0 0;
  }
}
.p-interview-sec03 .p-recruit-heading {
  margin-bottom: 70px;
}
.p-interview-sec03__btn {
  margin-block: clamp(100px, 70px + 3.90625vw, 120px) 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-interview-sec03__btn {
    margin-block: 60px 30px;
  }
}

/* 採用ページのアニメーション
--------------------------- */
.js-split-text01 {
  opacity: 0;
  overflow: hidden;
}

.js-card-animation {
  opacity: 0;
  scale: 0.9;
}
