@charset "UTF-8";
img {
  width: 100%;
}

.l-main-inner {
  margin: 0;
  max-width: unset;
  width: unset;
  background: #fff;
}

.l-recruit-inner {
  padding: 0 100px;
}

.l-interview-inner {
  padding: 0 200px;
}

@media screen and (max-width: 905px) {
  .l-main-inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .l-main-inner {
    padding: 0 20px;
  }
}
.l-footer-entry {
  background: #DC4913;
  padding: 0 140px;
  display: none;
}

.l-footer-entry__inner {
  position: relative;
  padding: clamp(33.5555555556px, 3.7037037037vw + 0px, 56px) 0 clamp(53.9285714286px, 5.9523809524vw + 0px, 90px);
  max-width: 1232px;
  margin: 0 auto;
}
.l-footer-entry__inner::after {
  position: absolute;
  content: "RECRUIT";
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 250px;
  font-weight: 900;
  line-height: 0px; /* 0% */
  letter-spacing: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: clamp(85.0873015873px, 9.3915343915vw + 0px, 142px);
}

.l-footer-entry__img-left {
  position: absolute;
  width: clamp(150.4007936508px, 16.6005291005vw + 0px, 251px);
  height: clamp(165.380952381px, 18.253968254vw + 0px, 276px);
  bottom: 0;
  left: 0;
  z-index: 10;
}

.l-footer-entry__img-right {
  position: absolute;
  width: clamp(104.8611111111px, 11.5740740741vw + 0px, 175px);
  height: clamp(185.753968254px, 20.5026455026vw + 0px, 310px);
  bottom: 0;
  right: 0;
  z-index: 10;
}

.l-footer-entry__lead {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.28px;
}

.l-footer-entry__button {
  width: 320px;
  height: 80px;
  margin: 48px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  position: relative;
}

.l-footer-entry__link {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
  width: 100%;
  padding: 9.5px 0;
  display: block;
}
.l-footer-entry__link span {
  color: #DC4913;
  font-size: 12px;
  display: block;
}
.l-footer-entry__link:hover {
  color: #fff;
  background: #000; /* 親要素の背景を変更 */
}

@media screen and (max-width: 905px) {
  .l-footer-entry {
    padding: 0 22px;
  }
  .l-footer-entry__inner {
    padding: 56px 14.5px 133px;
  }
  .l-footer-entry__inner::after {
    font-size: 85px;
    font-weight: 900;
    line-height: 0px;
    letter-spacing: -3.4px;
    width: 360px;
    bottom: unset;
    top: 103px;
    left: 47%;
  }
  .l-footer-entry__img-left {
    display: none;
  }
  .l-footer-entry__img-right {
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 67px;
    height: 121px;
  }
  .l-footer-entry__lead {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    white-space: nowrap;
  }
  .l-footer-entry__button {
    height: 72px;
    margin: 16px auto 0;
    width: 100%;
    max-width: 320px;
  }
  .l-footer-entry__link {
    font-size: 24px;
  }
}
@media screen and (max-width: 905px) {
  .l-footer-entry__lead {
    font-size: 14px;
  }
}
.c-recruit-subtitle {
  font-size: 24px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
.c-recruit-subtitle::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 5px;
  background: url("../img/subtitle-line-right.svg") no-repeat center center/cover;
  width: 17px;
  height: 26px;
}
.c-recruit-subtitle::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 5px;
  background: url("../img/subtitle-line-left.svg") no-repeat center center/cover;
  width: 17px;
  height: 26px;
}

@media screen and (max-width: 905px) {
  .c-recruit-subtitle {
    font-size: 14px;
    padding: 0 23px;
  }
  .c-recruit-subtitle::after {
    width: 13px;
    height: 20px;
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-recruit-subtitle::before {
    width: 13px;
    height: 20px;
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-custom-button {
  padding-right: 14px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-custom-button::after {
  content: "";
  background-image: url("../img/custom-button-arrow.svg");
  position: absolute;
  width: 32px;
  height: 8px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-custom-button__link {
  border-radius: 80px;
  padding: 21px 0;
  width: 320px;
  position: relative;
  color: #0500FF;
  display: inline-block;
  z-index: 3000;
  border-radius: 80px;
  border: 0.5px solid #0500FF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 905px) {
  .c-custom-button__link {
    width: 273px;
    font-size: 16px;
    padding: 19px 0;
  }
  .c-custom-button {
    padding-right: 12px;
  }
  .c-custom-button::after {
    background-size: contain;
    width: 24px;
    height: 6px;
  }
}
.c-br--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-br--pc {
    display: none;
  }
  .c-br--sp {
    display: block;
  }
}
.p-about-mv {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.mv-bottom-bg {
  padding: 160px 0 147px;
  margin: 0 auto;
}

.mv-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 1212px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mv-bottom-img1 {
  margin-bottom: 0;
  width: 77.47%;
}

.mv-bottom-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  gap: 9px;
  margin-left: -115px;
}

.mv-bottom-text__quotation {
  font-size: clamp(38.3492063492px, 4.2328042328vw + 0px, 64px);
  letter-spacing: 1.28px;
  margin-top: -26px;
}

.mv-bottom-text {
  font-size: clamp(16.7777777778px, 1.8518518519vw + 0px, 28px);
  white-space: nowrap;
  letter-spacing: 0.56px;
}

@media screen and (max-width: 1280px) {
  .mv-bottom-text-wrapper {
    margin-left: clamp(-89.880952381px, -9.9206349206vw + 0px, -150px);
  }
}
@media screen and (max-width: 905px) {
  .mv-bottom-bg {
    padding: 120px 12px 72px;
    width: unset;
  }
  .mv-bottom {
    display: block;
    width: unset;
  }
  .mv-bottom-img1 {
    width: 98.78%;
    display: block;
    margin-left: auto;
  }
  .mv-bottom-text-wrapper {
    gap: 4px;
    margin-top: 38px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .mv-bottom-text__quotation {
    font-size: 44px;
    letter-spacing: 0.88px;
  }
  .mv-bottom-text {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.p-about-evolution {
  padding: clamp(69.5079365079px, 7.671957672vw + 0px, 116px) 0 clamp(95.873015873px, 10.582010582vw + 0px, 160px);
  position: relative;
}
.p-about-evolution::after {
  position: absolute;
  content: "EVOLUTION";
  color: rgba(24, 83, 176, 0.04);
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 200px;
  font-weight: 800;
  right: 0;
  top: 0;
}

.p-about-evolution__inner {
  padding-right: clamp(50.3333333333px, 5.5555555556vw + 0px, 84px);
  z-index: 1;
  position: relative;
}

.p-about-evolution__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(97.0714285714px, 10.7142857143vw + 0px, 162px);
}

.p-about-evolution_img {
  width: clamp(399.0714285714px, 44.0476190476vw + 0px, 666px);
  width: 46.66%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-about-evolution_img img {
  width: 100%;
}

.p-about-evolution__text-wrapper {
  padding-top: clamp(29.9603174603px, 3.3068783069vw + 0px, 50px);
  width: clamp(359.5238095238px, 39.6825396825vw + 0px, 600px);
}

.p-about-evolution__lead {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15; /* 115% */
  letter-spacing: 1.6px;
}

.p-about-evolution__text {
  margin-top: clamp(33.5555555556px, 3.7037037037vw + 0px, 56px);
}

.p-about-evolution__description {
  font-weight: 400;
  line-height: 2; /* 200% */
  letter-spacing: 0.64px;
}

/* Bulletsのスタイル */
.swiper-pagination-bullets-container .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d9d9d9;
}

.swiper-pagination-bullet-active {
  background: #000;
}

/* Fractionのスタイル */
.swiper-pagination-fraction-container .swiper-pagination-fraction {
  font-size: 14px;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 905px) {
  .p-about-evolution {
    padding: clamp(30.941475827px, 9.6692111959vw + 0px, 87.5063613232px) 0 80px;
    margin: 0 -60px;
  }
  .p-about-evolution::after {
    font-size: clamp(52.1119592875px, 16.2849872774vw + 0px, 147.3791348601px);
    line-height: normal;
  }
  .p-about-evolution__inner {
    padding: 0;
  }
  .p-about-evolution__contents {
    display: block;
  }
  .p-about-evolution_img {
    width: 62.08%;
  }
  .p-about-evolution__text-wrapper {
    margin-top: 26px;
    padding: 0 60px;
    width: unset;
  }
  .p-about-evolution__lead {
    font-size: 24px;
    letter-spacing: 0.96px;
    line-height: 1.333;
  }
  .p-about-evolution__description {
    font-size: 14px;
    letter-spacing: 0.56px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p-about-evolution {
    margin: 0 -20px;
  }
  .p-about-evolution__text-wrapper {
    padding: 0 20px;
  }
}
.p-about-value {
  padding: clamp(70.7063492063px, 7.8042328042vw + 0px, 118px) 0 clamp(143.8095238095px, 15.873015873vw + 0px, 240px);
  position: relative;
  font-family: "Noto Sans", sans-serif;
}
.p-about-value::after {
  position: absolute;
  content: "VALUE ACTIONS";
  white-space: nowrap;
  color: rgba(24, 83, 176, 0.04);
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 200px;
  font-weight: 800;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

.p-about-value__inner {
  padding: 0 clamp(50.3333333333px, 5.5555555556vw + 0px, 84px) 0 clamp(95.873015873px, 10.582010582vw + 0px, 160px);
  z-index: 1;
  position: relative;
}

.p-about-value__contents {
  position: relative;
  max-width: 1149px;
  margin: 0 auto;
}

.p-about-value__text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}

.p-about-value__lead {
  color: #15171B;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
}

@media screen and (max-width: 905px) {
  .p-about-value {
    margin: 0 -60px;
    padding: clamp(85.4961832061px, 26.7175572519vw + 0px, 241.7938931298px) 60px 85px;
  }
  .p-about-value::after {
    font-size: clamp(52.1119592875px, 16.2849872774vw + 0px, 147.3791348601px);
    content: "VALUE";
    right: 0;
    -webkit-transform: unset;
            transform: unset;
    left: unset;
    line-height: 1;
  }
  .p-about-value::before {
    font-size: clamp(52.1119592875px, 16.2849872774vw + 0px, 147.3791348601px);
    position: absolute;
    content: "ACTIONS";
    color: rgba(24, 83, 176, 0.04);
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    right: 0;
    -webkit-transform: unset;
            transform: unset;
    top: clamp(61.0687022901px, 19.0839694656vw + 0px, 172.7099236641px);
    line-height: 1;
  }
  .p-about-value__inner {
    padding: 0;
  }
  .p-about-value__text {
    position: static;
  }
  .p-about-value__lead {
    letter-spacing: 0.4px;
    font-size: 20px;
  }
  .p-about-value__card {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .p-about-value {
    margin: 0 -20px;
    padding: clamp(85.4961832061px, 26.7175572519vw + 0px, 241.7938931298px) 20px 85px;
  }
}
.p-card__swiper-container,
.p-card__swiper,
.p-card__swiper-wrapper,
.p-card__swiper-slide {
  position: relative;
}

.p-card__swiper-container {
  padding-right: 40px;
}

.p-card__swiper {
  overflow: hidden;
}

.p-card__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-card__swiper-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: clamp(45.5396825397px, 5.0264550265vw + 0px, 76px);
  left: 20%;
  left: clamp(149.8015873016px, 16.5343915344vw + 0px, 250px);
}

.p-card__swiper-lead {
  color: #15171B;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.p-card__swiper-description {
  color: #15171B;
  font-size: 15px;
  font-weight: 500;
  line-height: 2; /* 200% */
  letter-spacing: 0.3px;
  margin-top: 48px;
  position: relative;
  padding-left: 14px;
  padding-top: 25px;
}
.p-card__swiper-description span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25; /* 125% */
  letter-spacing: 0.48px;
  position: absolute;
  top: 0;
  left: 0;
}

.p-card__swiper-bg {
  width: 441px;
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: #FAFAFA;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
   ナビゲーションボタン
============================= */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  width: 57px;
}

.swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}

.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
  gap: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #000;
}

/* Fractionのスタイル */
.swiper-pagination-fraction {
  font-size: 14px;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  position: absolute;
  bottom: clamp(33.5555555556px, 3.7037037037vw + 0px, 56px);
}

/* 現在のページ */
.swiper-pagination-fraction .current-page {
  color: #15171B;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 48px;
}

/* セパレーター */
.swiper-pagination-fraction .separator {
  margin-right: 4px;
}

/* 総ページ数 */
.swiper-pagination-fraction .total-pages {
  color: #D3D4D9;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.swiper-pagination.swiper-pagination-custom.swiper-pagination-horizontal {
  height: 100%;
  top: 0;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-card__swiper-img {
  width: clamp(144.4087301587px, 15.9391534392vw + 0px, 241px);
}
.p-card__swiper-img img {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .p-card__swiper-bg {
    width: clamp(264.25px, 29.1666666667vw + 0px, 441px);
    height: clamp(389.4841269841px, 42.9894179894vw + 0px, 650px);
  }
  .swiper-button-prev {
    width: 40px;
  }
  .swiper-button-next {
    width: 40px;
  }
  .p-card__swiper-bottom {
    left: clamp(167.7777777778px, 18.5185185185vw + 0px, 280px);
  }
}
@media screen and (max-width: 1100px) {
  .swiper-pagination-fraction .current-page {
    font-size: 60px;
    margin-right: 30px;
  }
  .swiper-pagination-fraction .total-pages {
    font-size: 24px;
  }
}
@media screen and (max-width: 905px) {
  .p-card__swiper-container {
    padding-right: 0;
    padding-bottom: 78px;
  }
  .swiper-pagination-bullets {
    display: none;
  }
  .p-card__swiper-slide {
    display: block;
  }
  .p-card__swiper-lead {
    display: none;
  }
  .p-card__swiper-description {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875; /* 187.5% */
    letter-spacing: 0.32px;
    padding-top: 13px;
  }
  .p-card__swiper-bg {
    margin-top: 24px;
    width: 100%;
    height: clamp(298.8295165394px, 93.3842239186vw + 0px, 845.1272264631px);
  }
  .p-card__swiper-img {
    width: clamp(157.1501272265px, 49.1094147583vw + 0px, 444.4402035623px);
    height: clamp(135.9796437659px, 42.4936386768vw + 0px, 384.5674300254px);
  }
  .p-card__swiper-bottom {
    bottom: 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 0;
  }
  .swiper-pagination-fraction {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .swiper-pagination-fraction .current-page {
    font-size: 48px;
    font-weight: 700;
    margin-right: 24px;
  }
  .swiper-pagination-fraction .separator {
    margin-right: 16.58px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 48px;
  }
}
.p-img__swiper-container {
  width: 100%;
  margin: 0 auto;
}

.p-img__swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-img__slide {
  height: 208px;
  width: 370px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-img__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-img__slide:last-child {
  width: 330px;
}

@media screen and (max-width: 905px) {
  .p-img__slide {
    width: 272px;
    height: 181px;
  }
  .p-img__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-about-message {
  position: relative;
  padding: clamp(83.8888888889px, 9.2592592593vw + 0px, 140px) 0;
  max-width: 1512px;
  margin: 0 auto;
}
.p-about-message::after {
  position: absolute;
  content: "MESSAGE";
  white-space: nowrap;
  color: rgba(24, 83, 176, 0.04);
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 200px;
  font-weight: 800;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

.p-about-message__inner {
  padding: 0 clamp(50.3333333333px, 5.5555555556vw + 0px, 84px) 0 clamp(95.873015873px, 10.582010582vw + 0px, 160px);
  z-index: 1;
  position: relative;
}

.p-about-message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 99px;
}

.p-about-message__img {
  width: 45%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 569px;
}
.p-about-message__img img {
  border-radius: 10px;
  width: 100%;
}

.p-about-message__text {
  max-width: 600px;
  width: 48%;
}

.p-about-message__description {
  padding-top: 5px;
  font-weight: 400;
  line-height: 2; /* 200% */
  letter-spacing: 0.64px;
}

.p-about-message__ceo {
  display: block;
  text-align: right;
  margin-top: 16px;
  letter-spacing: 0.64px;
}

.p-about-message__name {
  width: 149px;
  height: 48px;
  margin-left: auto;
}
.p-about-message__name img {
  width: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 905px) {
  .p-about-message {
    padding: clamp(34.817302799px, 10.8804071247vw + 0px, 98.4676844784px) 60px 80px;
    margin: 0 -60px;
  }
  .p-about-message::after {
    font-size: clamp(52.1119592875px, 16.2849872774vw + 0px, 147.3791348601px);
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    right: 0;
    line-height: 1;
  }
  .p-about-message__inner {
    padding: 0;
  }
  .p-about-message__contents {
    display: block;
  }
  .p-about-message__img {
    margin: 0 auto;
    width: 100%;
  }
  .p-about-message__text {
    margin: 0 auto;
    width: 100%;
    margin-top: 18px;
  }
  .p-about-message__description {
    padding-top: 0;
    font-size: 14px;
    letter-spacing: 0.56px;
  }
  .p-about-message__name {
    width: 123px;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .p-about-message {
    padding: clamp(34.817302799px, 10.8804071247vw + 0px, 98.4676844784px) 20px 80px;
    margin: 0 -20px;
  }
}
.recruit-home-text {
  width: 50%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  padding: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.recruit-home-text::after {
  position: absolute;
  content: "RECRUIT";
  color: rgba(24, 83, 176, 0.04);
  text-align: center;
  font-family: Raleway;
  font-size: clamp(95.873015873px, 10.582010582vw + 0px, 160px + 0.5 * (100vw - 1512px));
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  top: clamp(78.496031746px, 8.664021164vw + 0px, 131px + 0.5 * (100vw - 1512px));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.recruit-home-text__person01 {
  position: absolute;
  width: clamp(44.3412698413px, 4.8941798942vw + 0px, 74px);
  height: clamp(68.3095238095px, 7.5396825397vw + 0px, 114px);
  top: clamp(53.3293650794px, 5.8862433862vw + 0px, 89px);
  left: clamp(46.7380952381px, 5.1587301587vw + 0px, 78px);
}
.recruit-home-text__person01 img {
  width: 100%;
}

.recruit-home-text__person02 {
  position: absolute;
  width: clamp(34.753968254px, 3.835978836vw + 0px, 58px);
  height: clamp(89.880952381px, 9.9206349206vw + 0px, 150px);
  bottom: clamp(77.8968253968px, 8.5978835979vw + 0px, 130px);
  right: clamp(50.3333333333px, 5.5555555556vw + 0px, 84px);
}
.recruit-home-text__person02 img {
  width: 100%;
}

.recruit-home-title {
  width: clamp(179.1626984127px, 19.7751322751vw + 0px, 299px);
  margin: 0 auto;
  position: relative;
  padding-top: clamp(47.9365079365px, 5.291005291vw + 0px, 80px);
  background: linear-gradient(102deg, #0ACFFE 0%, #495AFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(38.3492063492px, 4.2328042328vw + 0px, 64px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  font-family: "Noto Sans";
}

.recruit-home-title__span {
  line-height: 1.066;
  font-size: clamp(35.9523809524px, 3.9682539683vw + 0px, 60px);
}

.recruit-home-description {
  margin-top: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
  font-size: 14px;
  margin-bottom: clamp(28.7619047619px, 3.1746031746vw + 0px, 48px);
}

.recruit-home-text img {
  width: 100%;
  position: unset;
}

.recruit-home-lead {
  position: absolute;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  font-family: "Caveat", cursive;
  font-size: clamp(23.9682539683px, 2.6455026455vw + 0px, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.4px;
  background: linear-gradient(91deg, #0ACFFE 0%, #495AFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  bottom: clamp(100.6666666667px, 11.1111111111vw + 0px, 168px);
  width: clamp(113.8492063492px, 12.5661375661vw + 0px, 190px);
  left: clamp(100.0674603175px, 11.044973545vw + 0px, 167px);
}

.recruit-home-text__button {
  color: #0500FF;
  border: 1px solid #0500FF;
}

.recruit-home-text__button::after {
  background-image: url("../img/arrow5.png");
  right: 0;
}

@media screen and (max-width: 1511px) {
  .recruit-home-text::after {
    font-size: clamp(95.873015873px, 10.582010582vw + 0px, 160px);
    top: clamp(78.496031746px, 8.664021164vw + 0px, 131px);
  }
}
@media screen and (max-width: 1060px) {
  .recruit-home-description {
    font-size: 12px;
  }
}
@media screen and (max-width: 905px) {
  .recruit-home-text {
    width: 100%;
    padding: clamp(127.0229007634px, 39.6946564885vw + 0px, 359.2366412214px) clamp(48.8549618321px, 15.2671755725vw + 0px, 138.1679389313px) clamp(65.1399491094px, 20.3562340967vw + 0px, 184.2239185751px);
  }
  .recruit-home-text::after {
    top: clamp(106.6666666667px, 33.3333333333vw + 0px, 301.6666666667px);
    font-size: clamp(65.1399491094px, 20.3562340967vw + 0px, 184.2239185751px);
  }
  .recruit-home-title {
    padding-top: 0;
    width: clamp(183.2061068702px, 57.2519083969vw + 0px, 518.1297709924px);
    font-size: clamp(39.0839694656px, 12.213740458vw + 0px, 110.534351145px);
  }
  .recruit-home-title__span {
    font-size: clamp(36.641221374px, 11.4503816794vw + 0px, 103.6259541985px);
  }
  .recruit-home-text__person01 {
    width: clamp(60.2544529262px, 18.8295165394vw + 0px, 170.4071246819px);
    height: auto;
    top: clamp(45.5979643766px, 14.2493638677vw + 0px, 128.9567430025px);
    left: 40px;
  }
  .recruit-home-text__person02 {
    width: clamp(38.2697201018px, 11.9592875318vw + 0px, 108.2315521628px);
    height: auto;
    top: clamp(149.8218829517px, 46.8193384224vw + 0px, 423.7150127226px);
    right: 40px;
  }
  .recruit-home-lead {
    bottom: clamp(107.4809160305px, 33.5877862595vw + 0px, 303.9694656489px);
    width: clamp(122.1374045802px, 38.1679389313vw + 0px, 345.4198473282px);
    font-size: clamp(26.0559796438px, 8.1424936387vw + 0px, 73.68956743px);
    left: clamp(102.5954198473px, 32.0610687023vw + 0px, 290.1526717557px);
  }
  .recruit-home-description {
    margin-top: clamp(52.1119592875px, 16.2849872774vw + 0px, 147.3791348601px);
    white-space: nowrap;
    margin-bottom: clamp(32.5699745547px, 10.1781170483vw + 0px, 92.1119592875px);
    font-size: 16px;
    line-height: 1.714;
    letter-spacing: 0.56px;
  }
  .recruit-home-text__button {
    width: 100%;
    max-width: 353px;
    height: 56px;
    border-radius: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0 auto;
  }
  .recruit-home-text__button::after {
    right: 37px;
    width: 24px;
  }
}
@media screen and (max-width: 500px) {
  .recruit-home-text {
    padding: clamp(127.0229007634px, 39.6946564885vw + 0px, 359.2366412214px) clamp(16.2849872774px, 5.0890585242vw + 0px, 46.0559796438px) clamp(65.1399491094px, 20.3562340967vw + 0px, 184.2239185751px);
  }
  .recruit-home-description {
    font-size: 14px;
  }
  .recruit-home-text__person01 {
    left: 20px;
  }
  .recruit-home-text__person02 {
    right: 20px;
  }
}
@media screen and (max-width: 374px) {
  .recruit-home-description {
    font-size: 12px;
  }
}
.p-recruit-mv {
  padding-top: clamp(77.8968253968px, 8.5978835979vw + 0px, 130px);
  background: #fff;
  font-family: "Noto Sans", sans-serif;
}

.p-recruit-mv__inner {
  position: relative;
  height: clamp(564.8298809524px, 62.3432539683vw + 0px, 942.63px + 0.5 * (100vw - 1512px));
  overflow: hidden;
}

.p-recruit-mv__title-wrapper {
  position: absolute;
  background: #FFF;
  padding: clamp(19.1746031746px, 2.1164021164vw + 0px, 32px + 0.5 * (100vw - 1512px)) clamp(23.9682539683px, 2.6455026455vw + 0px, 40px + 0.5 * (100vw - 1512px));
  top: clamp(115.6468253968px, 12.7645502646vw + 0px, 193px + 0.5 * (100vw - 1512px));
  left: 0;
  z-index: 10;
}

.p-recruit-mv__lead {
  font-size: clamp(21.5714285714px, 2.380952381vw + 0px, 36px + 0.5 * (100vw - 1512px));
  font-weight: 700;
  letter-spacing: 1.44px;
  top: clamp(10.7857142857px, 1.1904761905vw + 0px, 18px + 0.5 * (100vw - 1512px));
  left: clamp(230.0952380952px, 25.3968253968vw + 0px, 384px + 0.5 * (100vw - 1512px));
  position: absolute;
  z-index: 10;
}
.p-recruit-mv__lead .line:not(:first-child) {
  margin-top: clamp(5.9920634921px, 0.6613756614vw + 0px, 10px);
}

.p-recruit-mv__title {
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(94deg, #0ACFFE 0%, #495AFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(47.9365079365px, 5.291005291vw + 0px, 80px + 0.5 * (100vw - 1512px));
  font-weight: 700;
}
.p-recruit-mv__title span {
  font-size: clamp(14.380952381px, 1.5873015873vw + 0px, 24px + 0.5 * (100vw - 1512px));
  background: linear-gradient(94deg, #0ACFFE 0%, #495AFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.p-recruit-mv__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(19.1746031746px, 2.1164021164vw + 0px, 32px + 0.5 * (100vw - 1512px));
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-recruit-mv__lists-sp {
  display: none;
}

.p-recruit-mv__list {
  width: clamp(212.119047619px, 23.4126984127vw + 0px, 354px + 0.5 * (100vw - 1512px));
  -webkit-animation: fadeIn 1s ease-in-out;
          animation: fadeIn 1s ease-in-out;
}
.p-recruit-mv__list:nth-child(2) {
  padding-top: clamp(89.880952381px, 9.9206349206vw + 0px, 150px + 0.5 * (100vw - 1512px));
}
.p-recruit-mv__list:nth-child(3) {
  padding-top: clamp(53.9285714286px, 5.9523809524vw + 0px, 90px + 0.5 * (100vw - 1512px));
}

.p-recruit-mv__list-upper img {
  width: 100%;
}

.p-recruit-mv__list-lower {
  margin-top: clamp(19.1746031746px, 2.1164021164vw + 0px, 32px + 0.5 * (100vw - 1512px));
}
.p-recruit-mv__list-lower img {
  width: 100%;
}

.p-recruit-mv__img01 {
  border-radius: 0px 15px 15px 0px;
}

.p-recruit-mv__img02 {
  border-radius: 0px 15px 15px 0px;
}

.p-recruit-mv__img03 {
  border-radius: 15px;
}

.p-recruit-mv__img04 {
  border-radius: 10px 10px 0px 0px;
}

.p-recruit-mv__img05 {
  border-radius: 15px;
}

.p-recruit-mv__img06 {
  border-radius: 10px 10px 0px 0px;
}

.p-recruit-mv__img07 {
  border-radius: 15px 0px 0px 15px;
}

.p-recruit-mv__img08 {
  border-radius: 15px 0px 0px 15px;
}

.p-recruit-mv__list--scroll {
  -webkit-transition: -webkit-transform 2.5s ease-out;
  transition: -webkit-transform 2.5s ease-out;
  transition: transform 2.5s ease-out;
  transition: transform 2.5s ease-out, -webkit-transform 2.5s ease-out; /* スムーズなスクロール */
}

.p-recruit-mv__list--scroll {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-recruit-mv__list--scroll.is-visible {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.c-animation__text {
  display: inline-block;
  overflow: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.c-animation__text .char {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: perspective(1000px) translate3d(0, 70%, -200px) rotateX(-90deg);
          transform: perspective(1000px) translate3d(0, 70%, -200px) rotateX(-90deg);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), -webkit-transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1);
  transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), -webkit-transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1);
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1), opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1);
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1), opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), -webkit-transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1);
}

.c-animation__text .char.is-view {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0) rotateX(0);
          transform: perspective(1000px) translate3d(0, 0, 0) rotateX(0);
  opacity: 1;
}

@media screen and (max-width: 1511px) {
  .p-recruit-mv__inner {
    position: relative;
    height: clamp(564.8298809524px, 62.3432539683vw + 0px, 942.63px);
    overflow: hidden;
  }
  .p-recruit-mv__lists {
    gap: clamp(19.1746031746px, 2.1164021164vw + 0px, 32px);
  }
  .p-recruit-mv__list {
    width: clamp(212.119047619px, 23.4126984127vw + 0px, 354px);
  }
  .p-recruit-mv__list:nth-child(2) {
    padding-top: clamp(89.880952381px, 9.9206349206vw + 0px, 150px);
  }
  .p-recruit-mv__list:nth-child(3) {
    padding-top: clamp(53.9285714286px, 5.9523809524vw + 0px, 90px);
  }
  .p-recruit-mv__list__lower {
    margin-top: clamp(19.1746031746px, 2.1164021164vw + 0px, 32px);
  }
  .p-recruit-mv__title-wrapper {
    padding: clamp(19.1746031746px, 2.1164021164vw + 0px, 32px) clamp(23.9682539683px, 2.6455026455vw + 0px, 40px);
    top: clamp(115.6468253968px, 12.7645502646vw + 0px, 193px);
  }
  .p-recruit-mv__title {
    font-size: clamp(47.9365079365px, 5.291005291vw + 0px, 80px);
  }
  .p-recruit-mv__title span {
    font-size: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
  }
  .p-recruit-mv__lead {
    font-size: clamp(21.5714285714px, 2.380952381vw + 0px, 36px);
    top: clamp(10.7857142857px, 1.1904761905vw + 0px, 18px);
    left: clamp(230.0952380952px, 25.3968253968vw + 0px, 384px);
  }
}
@media screen and (max-width: 905px) {
  .p-recruit-mv {
    padding-bottom: 80px;
  }
  .p-recruit-mv__inner {
    margin-top: 58px;
    padding-top: 160px;
    height: clamp(480.4071246819px, 150.1272264631vw + 0px, 1358.6513994911px);
    overflow: hidden;
  }
  .p-recruit-mv__title-wrapper {
    padding: 0;
    left: 20px;
    top: 80px;
  }
  .p-recruit-mv__title {
    font-size: 34px;
  }
  .p-recruit-mv__title span {
    font-weight: 400;
    font-size: 16px;
  }
  .p-recruit-mv__lead {
    top: 0;
    left: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.333; /* 133.333% */
    letter-spacing: 0.72px;
    z-index: 10;
  }
  .p-recruit-mv__lists {
    display: none;
  }
  .p-recruit-mv__list {
    width: clamp(100.9669211196px, 31.5521628499vw + 0px, 285.5470737913px);
  }
  .p-recruit-mv__img01 {
    border-radius: 0px 5px 5px 0px;
  }
  .p-recruit-mv__list-lower {
    margin-top: clamp(8.1424936387px, 2.5445292621vw + 0px, 23.0279898219px);
  }
  .p-recruit-mv__img02 {
    border-radius: 0px 5px 5px 0px;
  }
  .p-recruit-mv__img03 {
    border-radius: 0px 5px 5px 0px;
  }
  .p-recruit-mv__img04 {
    border-radius: 5px;
  }
  .p-recruit-mv__img05 {
    border-radius: 5px 5px 0px 0px;
  }
  .p-recruit-mv__img06 {
    border-radius: 5px 0px 0px 5px;
  }
  .p-recruit-mv__img07 {
    border-radius: 5px 0px 0px 5px;
  }
  .p-recruit-mv__img08 {
    border-radius: 5px 0px 0px 5px;
  }
  .p-recruit-mv__lists-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(8.1424936387px, 2.5445292621vw + 0px, 23.0279898219px);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 500px) {
  .p-recruit-mv__title-wrapper {
    left: 20px;
  }
  .p-recruit-mv__title {
    font-size: 26px;
  }
  .p-recruit-mv__title span {
    font-size: 12px;
  }
  .p-recruit-mv__lead {
    left: 20px;
    font-size: 18px;
  }
}
.p-recruit-message {
  padding: clamp(59.9206349206px, 6.6137566138vw + 0px, 100px) 0 clamp(148.003968254px, 16.335978836vw + 0px, 247px);
  position: relative;
  max-width: 1312px;
  margin: 0 auto;
}

.p-recruit-message__person01 {
  position: absolute;
  width: clamp(183.3571428571px, 20.2380952381vw + 0px, 306px);
  height: clamp(280.4285714286px, 30.9523809524vw + 0px, 468px);
  left: 0;
  top: clamp(146.8055555556px, 16.2037037037vw + 0px, 245px);
}
.p-recruit-message__person01 img {
  width: 100%;
}

.p-recruit-message__person02 {
  position: absolute;
  width: clamp(121.0396825397px, 13.3597883598vw + 0px, 202px);
  height: clamp(315.7817460317px, 34.8544973545vw + 0px, 527px);
  top: clamp(22.7698412698px, 2.5132275132vw + 0px, 38px);
  right: 0;
}
.p-recruit-message__person02 img {
  width: 100%;
}

.p-recruit-message__contents {
  max-width: 513px;
  margin: 0 auto;
}

.p-recruit-message__lead-en {
  font-family: "Caveat", cursive;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -4.8px;
  background: linear-gradient(91deg, #0ACFFE 0%, #495AFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 21px;
}

.p-recruit-message__lead {
  margin-top: 20px;
  font-weight: 700;
  font-size: 32px;
  font-weight: 700;
  line-height: 0%; /* 0px */
  letter-spacing: 0.64px;
  white-space: nowrap;
}

.p-recruit-message__lead-span01 {
  font-size: 22px;
  line-height: 0%;
  letter-spacing: 0.44px;
}

.p-recruit-message__lead-span02 {
  font-size: 32px;
  line-height: 130%;
}

.p-recruit-message__lead-span03 {
  font-size: 32px;
  line-height: 106%;
}

.p-recruit-message__text {
  margin-top: 48px;
}

.p-recruit-message__description {
  text-align: center;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 0.6px;
  white-space: nowrap;
}
.p-recruit-message__description:not(:first-child) {
  margin-top: 32px;
}

@media screen and (max-width: 1280px) {
  .p-recruit-message__person01 {
    position: absolute;
    width: clamp(119.8412698413px, 13.2275132275vw + 0px, 200px);
  }
  .p-recruit-message__person01 img {
    width: 100%;
  }
  .p-recruit-message__person02 {
    position: absolute;
    width: clamp(89.880952381px, 9.9206349206vw + 0px, 150px);
  }
  .p-recruit-message__person02 img {
    width: 100%;
  }
}
@media screen and (max-width: 905px) {
  .p-recruit-message {
    padding-top: 70px;
    padding-bottom: 130px;
  }
  .p-recruit-message__person01 {
    width: 110px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: unset;
    bottom: -30px;
  }
  .p-recruit-message__person02 {
    width: 80px;
  }
  .p-recruit-message__lead-en {
    font-size: 40px;
    letter-spacing: -2.4px;
  }
  .p-recruit-message__lead {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto 0;
    font-size: 24px;
    letter-spacing: 0.48px;
  }
  .p-recruit-message__lead-span01 {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
  .p-recruit-message__lead-span02 {
    font-size: 24px;
  }
  .p-recruit-message__lead-span03 {
    font-size: 24px;
  }
  .p-recruit-message__text {
    margin-top: 32px;
  }
  .p-recruit-message__description {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px;
    white-space: unset;
  }
  .p-recruit-message__description:not(:first-child) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-message__person01 {
    width: 74px;
    bottom: 0;
  }
  .p-recruit-message__person02 {
    width: 47px;
  }
}
@media screen and (max-width: 374px) {
  .p-recruit-message__lead {
    font-size: 22px;
  }
  .p-recruit-message__lead-span01 {
    font-size: 12px;
  }
  .p-recruit-message__lead-span02 {
    font-size: 22px;
  }
  .p-recruit-message__lead-span03 {
    font-size: 22px;
  }
}
@media screen and (max-width: 340px) {
  .p-recruit-message__lead {
    font-size: 20px;
  }
  .p-recruit-message__lead-span02 {
    font-size: 20px;
  }
  .p-recruit-message__lead-span03 {
    font-size: 20px;
  }
}
.p-recruit-data {
  margin: 0 -100px;
  position: relative;
  padding: 2px 0 120px;
  font-family: "Noto Sans", sans-serif;
}

.p-recruit-data__bg {
  background: #0500FF;
  top: clamp(213.9166666667px, 23.6111111111vw + 0px, 357px);
  position: absolute;
  width: 100%;
  height: calc(100% - 357px);
}

.p-recruit-data__inner {
  z-index: 1;
  position: relative;
  padding: 0 180px;
}

.p-recruit-data__title-wrapper {
  padding-bottom: clamp(47.9365079365px, 5.291005291vw + 0px, 80px);
  margin: 32px auto 0;
  max-width: 1152px;
  position: relative;
  white-space: nowrap;
}
.p-recruit-data__title-wrapper::after {
  position: absolute;
  content: "";
  background: url("../img/assets_special_mv1.png") no-repeat center center/cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: clamp(47.9365079365px, 5.291005291vw + 0px, 80px);
  bottom: 0;
  width: clamp(129.4285714286px, 14.2857142857vw + 0px, 216px);
}

.p-recruit-data__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0500FF;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 30px;
  border: 16px solid #000;
  padding: clamp(20.9722222222px, 2.3148148148vw + 0px, 35px) clamp(56.3253968254px, 6.2169312169vw + 0px, 94px) clamp(2.996031746px, 0.3306878307vw + 0px, 5px);
}

.p-recruit-data__title-special {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  letter-spacing: 0.32px;
  padding-left: 36px;
  position: relative;
}
.p-recruit-data__title-special::after {
  position: absolute;
  content: "";
  background: url("../img/data-ellipse.svg") no-repeat center center/cover;
  width: 28px;
  height: 14px;
  left: 0;
  bottom: 2px;
}

.p-recruit-data__title {
  margin-top: clamp(4.7936507937px, 0.5291005291vw + 0px, 8px);
  font-weight: 700;
}

.p-recruit-data__title-upper {
  font-size: clamp(41.9444444444px, 4.6296296296vw + 0px, 70px);
}

.p-recruit-data__title-span01 {
  font-size: clamp(22.7698412698px, 2.5132275132vw + 0px, 38px);
}

.p-recruit-data__title-span02 {
  font-weight: 900;
}

.p-recruit-data__title-lower {
  font-size: clamp(89.880952381px, 9.9206349206vw + 0px, 150px);
  font-weight: 900;
  margin-top: clamp(-21.5714285714px, -2.380952381vw + 0px, -36px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.p-recruit-data__title-img {
  width: clamp(207.9246031746px, 22.9497354497vw + 0px, 347px);
}
.p-recruit-data__title-img img {
  width: 100%;
}

.p-recruit-data__contents {
  max-width: 1152px;
  margin: 64px auto 0;
}

.p-recruit-data__contents-sp {
  display: none;
}

.p-recruit-data__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
.p-recruit-data__lists:not(:first-child) {
  margin-top: clamp(16.7777777778px, 1.8518518519vw + 0px, 28px);
}

.p-recruit-data__lists02 .p-recruit-data__list:first-child {
  width: clamp(270.8412698413px, 29.8941798942vw + 0px, 452px);
}
.p-recruit-data__lists02 .p-recruit-data__list:nth-child(2) {
  width: clamp(499.7380952381px, 55.1587301587vw + 0px, 834px);
}

.p-recruit-data__lists04 .p-recruit-data__list:first-child {
  width: clamp(499.7380952381px, 55.1587301587vw + 0px, 834px);
}
.p-recruit-data__lists04 .p-recruit-data__list:nth-child(2) {
  width: clamp(269.6428571429px, 29.7619047619vw + 0px, 450px);
}

.p-recruit-data__lists01 .p-recruit-data__list, .p-recruit-data__lists03 .p-recruit-data__list, .p-recruit-data__lists05 .p-recruit-data__list, .p-recruit-data__lists06 .p-recruit-data__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-recruit-data__list {
  background: #fff;
  border: 16px solid #000;
  padding: clamp(14.380952381px, 1.5873015873vw + 0px, 24px) 0;
  position: relative;
}

.p-recruit-data__heading {
  text-align: center;
}

.p-recruit-data____heading-ja {
  font-size: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
  font-weight: 700;
  letter-spacing: 0.48px;
}

.p-recruit-data____heading-en {
  font-weight: 100;
  letter-spacing: 4px;
  font-size: clamp(8.9880952381px, 0.9920634921vw + 0px, 15px);
}

.p-recruit-data__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(11.9841269841px, 1.3227513228vw + 0px, 20px) auto 0;
}

.p-recruit-data__img-wrapper06 {
  position: absolute;
  bottom: clamp(23.9682539683px, 2.6455026455vw + 0px, 40px);
  left: clamp(28.7619047619px, 3.1746031746vw + 0px, 48px);
}

.p-recruit-data__img01 {
  width: clamp(53.9285714286px, 5.9523809524vw + 0px, 90px);
}

.p-recruit-data__img02 {
  width: clamp(71.9047619048px, 7.9365079365vw + 0px, 120px);
}

.p-recruit-data__img03 {
  width: clamp(40.1468253968px, 4.4312169312vw + 0px, 67px);
}

.p-recruit-data__img04 {
  width: clamp(58.7222222222px, 6.4814814815vw + 0px, 98px);
}

.p-recruit-data__img05 {
  width: clamp(101.8650793651px, 11.2433862434vw + 0px, 170px);
}

.p-recruit-data__img06 {
  width: clamp(71.9047619048px, 7.9365079365vw + 0px, 120px);
}

.p-recruit-data__img07_1 {
  width: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
}

.p-recruit-data__img07_2 {
  width: clamp(15.5793650794px, 1.7195767196vw + 0px, 26px);
}

.p-recruit-data__img08 {
  width: clamp(53.3293650794px, 5.8862433862vw + 0px, 89px);
}

.p-recruit-data__img09 {
  width: clamp(47.9365079365px, 5.291005291vw + 0px, 80px);
}

.p-recruit-data__img10 {
  width: clamp(52.7301587302px, 5.8201058201vw + 0px, 88px);
  margin: clamp(14.380952381px, 1.5873015873vw + 0px, 24px) auto 0;
}

.p-recruit-data__img11 {
  width: clamp(53.3293650794px, 5.8862433862vw + 0px, 89px);
}

.p-recruit-data__img12 {
  width: clamp(47.9365079365px, 5.291005291vw + 0px, 80px);
  margin: clamp(17.9761904762px, 1.9841269841vw + 0px, 30px) auto 0;
}

.p-recruit-data__img13 {
  width: clamp(59.9206349206px, 6.6137566138vw + 0px, 100px);
  margin: clamp(17.9761904762px, 1.9841269841vw + 0px, 30px) auto 0;
}

.p-recruit-data__text {
  text-align: center;
}

.p-recruit-data__description {
  font-weight: 700;
  letter-spacing: 0.64px;
  text-align: center;
  margin-top: clamp(9.5873015873px, 1.0582010582vw + 0px, 16px);
  font-size: clamp(9.5873015873px, 1.0582010582vw + 0px, 16px);
}

.p-recruit-data__description01 {
  font-size: clamp(41.9444444444px, 4.6296296296vw + 0px, 70px);
}
.p-recruit-data__description01 span {
  font-size: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
}

.p-recruit-data__description02 {
  letter-spacing: 16px;
  font-size: clamp(23.9682539683px, 2.6455026455vw + 0px, 40px);
  margin-top: clamp(7.1904761905px, 0.7936507937vw + 0px, 12px);
}

.p-recruit-data__description03 {
  font-size: clamp(50.3333333333px, 5.5555555556vw + 0px, 84px);
  letter-spacing: 9.6px;
  margin-top: clamp(-12.5833333333px, -1.3888888889vw + 0px, -21px);
}
.p-recruit-data__description03 span {
  font-size: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
  letter-spacing: 2.4px;
  margin-left: clamp(4.7936507937px, 0.5291005291vw + 0px, 8px);
}

.p-recruit-data__description04 {
  font-size: clamp(50.3333333333px, 5.5555555556vw + 0px, 84px);
}
.p-recruit-data__description04 span {
  font-size: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
}

.p-recruit-data__description06 {
  font-size: clamp(50.3333333333px, 5.5555555556vw + 0px, 84px);
  margin-top: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
  position: relative;
  z-index: 1;
}
.p-recruit-data__description06 span {
  font-size: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
  margin-left: clamp(4.7936507937px, 0.5291005291vw + 0px, 8px);
}

.p-recruit-data__description08 {
  font-size: clamp(33.5555555556px, 3.7037037037vw + 0px, 56px);
}
.p-recruit-data__description08 span {
  font-size: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
  margin-left: clamp(4.7936507937px, 0.5291005291vw + 0px, 8px);
}

.p-recruit-data__description10 {
  font-size: clamp(29.9603174603px, 3.3068783069vw + 0px, 50px);
}
.p-recruit-data__description10 span {
  font-size: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
  margin-left: clamp(4.7936507937px, 0.5291005291vw + 0px, 8px);
}

.p-recruit-data__description11 {
  font-size: clamp(33.5555555556px, 3.7037037037vw + 0px, 56px);
}
.p-recruit-data__description11 span {
  font-size: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
  margin-left: clamp(4.7936507937px, 0.5291005291vw + 0px, 8px);
}

.p-recruit-data__description12 {
  font-size: clamp(33.5555555556px, 3.7037037037vw + 0px, 56px);
}
.p-recruit-data__description12 span {
  font-size: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
  margin-left: clamp(2.3968253968px, 0.2645502646vw + 0px, 4px);
}

.p-recruit-data__note {
  color: #565656;
  text-align: center;
  font-size: clamp(5.9920634921px, 0.6613756614vw + 0px, 10px);
  font-weight: 300;
  letter-spacing: 0.4px;
}

.p-recruit-data__description-blue {
  color: #0500FF;
  font-weight: 700;
}

.p-recruit-data__chart-wrapper {
  margin: clamp(23.9682539683px, 2.6455026455vw + 0px, 40px) auto 0;
  padding-right: clamp(45.5396825397px, 5.0264550265vw + 0px, 76px);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-recruit-data__img05 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-recruit-data__chart-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(9.5873015873px, 1.0582010582vw + 0px, 16px);
  height: clamp(23.9682539683px, 2.6455026455vw + 0px, 40px);
}

.p-recruit-data__chart-area {
  font-size: clamp(8.3888888889px, 0.9259259259vw + 0px, 14px);
  font-weight: 600;
  color: #0500FF;
  letter-spacing: 0.56px;
}

.p-recruit-data__chart {
  background: #0500FF;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-weight: 700;
}

.p-recruit-data__chart-list:not(:first-child) {
  margin-top: clamp(5.9920634921px, 0.6613756614vw + 0px, 10px);
}
.p-recruit-data__chart-list:first-child .p-recruit-data__chart {
  width: clamp(237.8849206349px, 26.2566137566vw + 0px, 397px);
}
.p-recruit-data__chart-list:nth-child(2) .p-recruit-data__chart {
  width: clamp(53.9285714286px, 5.9523809524vw + 0px, 90px);
}
.p-recruit-data__chart-list:nth-child(3) .p-recruit-data__chart {
  width: clamp(107.8571428571px, 11.9047619048vw + 0px, 180px);
}
.p-recruit-data__chart-list:nth-child(4) .p-recruit-data__chart, .p-recruit-data__chart-list:nth-child(5) .p-recruit-data__chart {
  width: clamp(35.9523809524px, 3.9682539683vw + 0px, 60px);
}

.p-recruit-data__club-lists {
  margin: clamp(14.380952381px, 1.5873015873vw + 0px, 24px) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-club__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20.9722222222px, 2.3148148148vw + 0px, 35px);
}

.p-club__list {
  font-weight: 700;
}

.p-club__list-heading {
  position: absolute;
  top: 0;
  right: clamp(9.5873015873px, 1.0582010582vw + 0px, 16px);
  font-size: clamp(9.5873015873px, 1.0582010582vw + 0px, 16px);
  color: #000;
}

.p-club__list-description {
  color: #0500FF;
  position: relative;
  text-align: right;
  font-size: clamp(50.3333333333px, 5.5555555556vw + 0px, 84px);
  height: clamp(78.496031746px, 8.664021164vw + 0px, 131px);
  width: clamp(65.9126984127px, 7.2751322751vw + 0px, 110px);
}

.p-club__list-span {
  color: #0500FF;
  font-size: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
  margin-left: clamp(2.3968253968px, 0.2645502646vw + 0px, 4px);
}

.p-gender__list-text {
  font-weight: 700;
}

.p-gender__list-heading {
  position: absolute;
  top: 0;
  right: clamp(4.7936507937px, 0.5291005291vw + 0px, 8px);
  font-size: clamp(9.5873015873px, 1.0582010582vw + 0px, 16px);
  color: #000;
}

.p-gender__list-description {
  color: #0500FF;
  position: relative;
  font-size: clamp(33.5555555556px, 3.7037037037vw + 0px, 56px);
  height: clamp(59.3214285714px, 6.5476190476vw + 0px, 99px);
  padding-top: clamp(7.1904761905px, 0.7936507937vw + 0px, 12px);
  width: clamp(44.3412698413px, 4.8941798942vw + 0px, 74px);
}

.p-gender__list-span {
  color: #0500FF;
  font-size: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
  margin-left: clamp(4.7936507937px, 0.5291005291vw + 0px, 8px);
}

.p-gender__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(44.3412698413px, 4.8941798942vw + 0px, 74px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(16.7777777778px, 1.8518518519vw + 0px, 28px) auto 0;
}

.p-gender__list-img {
  padding-left: clamp(22.7698412698px, 2.5132275132vw + 0px, 38px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-faculty__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(34.753968254px, 3.835978836vw + 0px, 58px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(7.1904761905px, 0.7936507937vw + 0px, 12px) auto 0;
}

.p-faculty__list {
  font-weight: 700;
}

.p-faculty__list-heading {
  position: absolute;
  top: 0;
  left: clamp(12.5833333333px, 1.3888888889vw + 0px, 21px);
  font-size: clamp(9.5873015873px, 1.0582010582vw + 0px, 16px);
  color: #000;
}

.p-faculty__list-description {
  color: #0500FF;
  position: relative;
  font-size: clamp(29.9603174603px, 3.3068783069vw + 0px, 50px);
  height: clamp(52.130952381px, 5.753968254vw + 0px, 87px);
  padding-top: clamp(6.5912698413px, 0.7275132275vw + 0px, 11px);
  width: clamp(38.9484126984px, 4.2989417989vw + 0px, 65px);
}

.p-faculty__list-span {
  color: #0500FF;
  font-size: clamp(14.380952381px, 1.5873015873vw + 0px, 24px);
  margin-left: clamp(4.7936507937px, 0.5291005291vw + 0px, 8px);
}

@media screen and (max-width: 1100px) {
  .p-recruit-data__inner {
    padding: 0;
  }
  .p-recruit-data__title-wrapper {
    width: 740px;
  }
  .p-recruit-data__contents {
    width: 740px;
  }
}
@media screen and (max-width: 905px) {
  .p-recruit-data {
    margin: 0 -60px;
  }
  .p-recruit-data__inner {
    padding: 0 60px;
  }
  .p-recruit-data__bg {
    top: clamp(121.3231552163px, 37.9134860051vw + 0px, 343.1170483461px);
  }
  .p-recruit-data__title-wrapper {
    margin-top: 17px;
    padding-bottom: clamp(19.5419847328px, 6.106870229vw + 0px, 55.2671755725px);
    width: unset;
  }
  .p-recruit-data__title-wrapper::after {
    width: clamp(52.9262086514px, 16.5394402036vw + 0px, 149.6819338422px);
    height: clamp(19.5419847328px, 6.106870229vw + 0px, 55.2671755725px);
  }
  .p-recruit-data__title-box {
    border: 8px solid #000;
    border-radius: 10px;
    padding: clamp(13.0279898219px, 4.0712468193vw + 0px, 36.844783715px) clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px) clamp(8.9567430025px, 2.7989821883vw + 0px, 25.3307888041px) clamp(13.0279898219px, 4.0712468193vw + 0px, 36.844783715px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-recruit-data__title-special {
    font-size: 12px;
    letter-spacing: 0.24px;
    padding-left: 20px;
  }
  .p-recruit-data__title-special::after {
    bottom: 3px;
    width: 16px;
    height: 8px;
  }
  .p-recruit-data__title-upper {
    font-size: clamp(17.9134860051px, 5.5979643766vw + 0px, 50.6615776081px);
  }
  .p-recruit-data__title-span01 {
    font-size: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
  }
  .p-recruit-data__title-span02 {
    font-size: clamp(17.9134860051px, 5.5979643766vw + 0px, 50.6615776081px);
  }
  .p-recruit-data__title-lower {
    font-size: clamp(47.2264631043px, 14.7582697201vw + 0px, 133.5623409669px);
    margin-top: clamp(-9.7709923664px, -3.0534351145vw + 0px, -27.6335877863px);
  }
  .p-recruit-data__title-img {
    width: clamp(81.4249363868px, 25.4452926209vw + 0px, 230.2798982188px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .p-recruit-data__contents {
    display: none;
  }
  .p-recruit-data__contents-sp {
    display: block;
    margin-top: 48px;
  }
  .p-recruit-data__lists {
    gap: 11px;
  }
  .p-recruit-data__lists:not(:first-child) {
    margin-top: 11px;
  }
  .p-recruit-data__list {
    border: 6px solid #000;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-recruit-data____heading-ja {
    font-size: clamp(11.3994910941px, 3.5623409669vw + 0px, 32.2391857506px);
    letter-spacing: 0.28px;
  }
  .p-recruit-data____heading-en {
    font-size: clamp(8.1424936387px, 2.5445292621vw + 0px, 23.0279898219px);
    font-weight: 100;
    letter-spacing: 1.5px;
  }
  .p-recruit-data____heading-en10 {
    letter-spacing: 1px;
  }
  .p-recruit-data__img01 {
    width: clamp(46.4122137405px, 14.5038167939vw + 0px, 131.2595419847px);
  }
  .p-recruit-data__description01 {
    font-size: clamp(32.5699745547px, 10.1781170483vw + 0px, 92.1119592875px);
  }
  .p-recruit-data__img02 {
    width: clamp(45.5979643766px, 14.2493638677vw + 0px, 128.9567430025px);
  }
  .p-recruit-data__description02 {
    margin-top: 0;
    letter-spacing: 12px;
    text-align: center;
    margin-left: clamp(2.4427480916px, 0.7633587786vw + 0px, 6.9083969466px);
    font-size: clamp(32.5699745547px, 10.1781170483vw + 0px, 92.1119592875px);
  }
  .p-recruit-data__img03 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: clamp(35.0127226463px, 10.941475827vw + 0px, 99.0203562341px);
    margin: clamp(13.0279898219px, 4.0712468193vw + 0px, 36.844783715px) auto 0;
  }
  .p-recruit-data__description03 {
    font-size: clamp(35.8269720102px, 11.1959287532vw + 0px, 101.3231552163px);
    margin-top: 0;
    letter-spacing: normal;
  }
  .p-recruit-data__description03 span {
    font-size: clamp(13.0279898219px, 4.0712468193vw + 0px, 36.844783715px);
    letter-spacing: normal;
    margin-left: clamp(3.2569974555px, 1.0178117048vw + 0px, 9.2111959288px);
  }
  .p-recruit-data__img04 {
    margin: clamp(6.5139949109px, 2.0356234097vw + 0px, 18.4223918575px) auto 0;
    width: clamp(32.5699745547px, 10.1781170483vw + 0px, 92.1119592875px);
  }
  .p-recruit-data__description04 {
    font-size: clamp(35.8269720102px, 11.1959287532vw + 0px, 101.3231552163px);
  }
  .p-recruit-data__description04 span {
    font-size: clamp(13.0279898219px, 4.0712468193vw + 0px, 36.844783715px);
    margin-left: clamp(3.2569974555px, 1.0178117048vw + 0px, 9.2111959288px);
  }
  .p-recruit-data__chart-wrapper {
    margin-top: clamp(19.5419847328px, 6.106870229vw + 0px, 55.2671755725px);
    padding-right: 0;
    width: unset;
  }
  .p-recruit-data__chart-list {
    height: clamp(19.5419847328px, 6.106870229vw + 0px, 55.2671755725px);
  }
  .p-recruit-data__chart-list:not(:first-child) {
    margin-top: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
  }
  .p-recruit-data__chart-area {
    font-size: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
    letter-spacing: 0.48px;
  }
  .p-recruit-data__chart {
    font-size: clamp(10.5852417303px, 3.3078880407vw + 0px, 29.9363867684px);
    letter-spacing: 0.26px;
    padding: clamp(2.4427480916px, 0.7633587786vw + 0px, 6.9083969466px) clamp(8.1424936387px, 2.5445292621vw + 0px, 23.0279898219px);
  }
  .p-recruit-data__img05 {
    width: clamp(90.3816793893px, 28.2442748092vw + 0px, 255.6106870229px);
    margin-top: 0;
    height: clamp(97.7099236641px, 30.534351145vw + 0px, 276.3358778626px);
  }
  .p-recruit-data__lists03 .p-recruit-data__list {
    padding: clamp(14.6564885496px, 4.5801526718vw + 0px, 41.4503816794px) clamp(28.4987277354px, 8.9058524173vw + 0px, 80.5979643766px) clamp(21.1704834606px, 6.6157760814vw + 0px, 59.8727735369px) clamp(11.3994910941px, 3.5623409669vw + 0px, 32.2391857506px);
  }
  .p-recruit-data__img06 {
    width: clamp(46.4122137405px, 14.5038167939vw + 0px, 131.2595419847px);
    height: clamp(39.0839694656px, 12.213740458vw + 0px, 110.534351145px);
    margin: clamp(3.2569974555px, 1.0178117048vw + 0px, 9.2111959288px) auto 0;
  }
  .p-recruit-data__description06 {
    font-size: clamp(35.8269720102px, 11.1959287532vw + 0px, 101.3231552163px);
    margin-top: clamp(3.2569974555px, 1.0178117048vw + 0px, 9.2111959288px);
  }
  .p-recruit-data__description06 span {
    font-size: clamp(13.0279898219px, 4.0712468193vw + 0px, 36.844783715px);
    margin-left: clamp(3.2569974555px, 1.0178117048vw + 0px, 9.2111959288px);
  }
  .p-club__lists {
    gap: clamp(13.0279898219px, 4.0712468193vw + 0px, 36.844783715px);
    margin-top: clamp(26.0559796438px, 8.1424936387vw + 0px, 73.68956743px);
  }
  .p-club__list {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .p-club__list-description {
    font-size: clamp(39.0839694656px, 12.213740458vw + 0px, 110.534351145px);
    padding-top: clamp(14.6564885496px, 4.5801526718vw + 0px, 41.4503816794px);
    height: clamp(52.9262086514px, 16.5394402036vw + 0px, 149.6819338422px);
    width: unset;
  }
  .p-club__list-heading {
    font-size: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
  }
  .p-club__list-span {
    margin-left: clamp(3.2569974555px, 1.0178117048vw + 0px, 9.2111959288px);
    font-size: clamp(12.213740458px, 3.8167938931vw + 0px, 34.5419847328px);
  }
  .p-gender__lists {
    gap: clamp(13.0279898219px, 4.0712468193vw + 0px, 36.844783715px);
    margin-top: clamp(15.4707379135px, 4.834605598vw + 0px, 43.7531806616px);
  }
  .p-gender__list-img {
    padding-left: clamp(14.6564885496px, 4.5801526718vw + 0px, 41.4503816794px);
  }
  .p-recruit-data__img07_1 {
    width: clamp(8.5496183206px, 2.6717557252vw + 0px, 24.179389313px);
    height: clamp(22.7989821883px, 7.1246819338vw + 0px, 64.4783715013px);
  }
  .p-gender__list-description {
    font-size: clamp(26.0559796438px, 8.1424936387vw + 0px, 73.68956743px);
    width: unset;
    padding-top: clamp(13.0279898219px, 4.0712468193vw + 0px, 36.844783715px);
    height: unset;
  }
  .p-gender__list-heading {
    font-size: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
    right: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
  }
  .p-gender__list-span {
    font-size: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
    margin-left: 0;
  }
  .p-recruit-data__img07_2 {
    width: clamp(9.262086514px, 2.8944020356vw + 0px, 26.1943384224px);
    height: clamp(22.7989821883px, 7.1246819338vw + 0px, 64.4783715013px);
  }
  .p-recruit-data__img08 {
    width: clamp(46.4122137405px, 14.5038167939vw + 0px, 131.2595419847px);
    height: clamp(45.5979643766px, 14.2493638677vw + 0px, 128.9567430025px);
    margin: clamp(13.0279898219px, 4.0712468193vw + 0px, 36.844783715px) auto 0;
  }
  .p-recruit-data__description08 {
    font-size: clamp(26.0559796438px, 8.1424936387vw + 0px, 73.68956743px);
    margin-top: clamp(8.1424936387px, 2.5445292621vw + 0px, 23.0279898219px);
  }
  .p-recruit-data__description08 span {
    font-size: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
    margin-left: clamp(3.2569974555px, 1.0178117048vw + 0px, 9.2111959288px);
  }
  .p-recruit-data__img09 {
    width: clamp(35.8269720102px, 11.1959287532vw + 0px, 101.3231552163px);
    height: clamp(35.8269720102px, 11.1959287532vw + 0px, 101.3231552163px);
    margin: clamp(8.1424936387px, 2.5445292621vw + 0px, 23.0279898219px) auto 0;
  }
  .p-faculty__lists {
    gap: clamp(13.8422391858px, 4.3256997455vw + 0px, 39.1475826972px);
    margin-top: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
  }
  .p-faculty__list-description {
    font-size: clamp(26.0559796438px, 8.1424936387vw + 0px, 73.68956743px);
    height: clamp(48.8549618321px, 15.2671755725vw + 0px, 138.1679389313px);
    width: clamp(39.0839694656px, 12.213740458vw + 0px, 110.534351145px);
    padding-top: clamp(13.0279898219px, 4.0712468193vw + 0px, 36.844783715px);
  }
  .p-faculty__list-heading {
    font-size: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
    left: unset;
    right: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
  }
  .p-faculty__list-span {
    font-size: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
    margin-left: 0;
  }
  .p-recruit-data__img10 {
    width: clamp(45.5979643766px, 14.2493638677vw + 0px, 128.9567430025px);
    height: clamp(45.5979643766px, 14.2493638677vw + 0px, 128.9567430025px);
    margin: clamp(13.0279898219px, 4.0712468193vw + 0px, 36.844783715px) auto 0;
  }
  .p-recruit-data__description10 {
    font-size: clamp(26.0559796438px, 8.1424936387vw + 0px, 73.68956743px);
    margin-top: clamp(8.1424936387px, 2.5445292621vw + 0px, 23.0279898219px);
  }
  .p-recruit-data__description10 span {
    font-size: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
    margin-left: clamp(3.2569974555px, 1.0178117048vw + 0px, 9.2111959288px);
  }
  .p-recruit-data__img11 {
    width: clamp(46.4122137405px, 14.5038167939vw + 0px, 131.2595419847px);
    height: clamp(45.5979643766px, 14.2493638677vw + 0px, 128.9567430025px);
    margin: clamp(13.0279898219px, 4.0712468193vw + 0px, 36.844783715px) auto 0;
  }
  .p-recruit-data__description11 {
    font-size: clamp(26.0559796438px, 8.1424936387vw + 0px, 73.68956743px);
    margin-top: clamp(8.1424936387px, 2.5445292621vw + 0px, 23.0279898219px);
  }
  .p-recruit-data__description11 span {
    font-size: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
    margin-left: clamp(3.2569974555px, 1.0178117048vw + 0px, 9.2111959288px);
  }
  .p-recruit-data__img12 {
    width: clamp(35.8269720102px, 11.1959287532vw + 0px, 101.3231552163px);
    height: clamp(35.8269720102px, 11.1959287532vw + 0px, 101.3231552163px);
    margin: clamp(7.3282442748px, 2.2900763359vw + 0px, 20.7251908397px) auto 0;
  }
  .p-recruit-data__description12 {
    font-size: clamp(26.0559796438px, 8.1424936387vw + 0px, 73.68956743px);
    margin-top: clamp(8.1424936387px, 2.5445292621vw + 0px, 23.0279898219px);
  }
  .p-recruit-data__description12 span {
    font-size: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
    margin-left: clamp(3.2569974555px, 1.0178117048vw + 0px, 9.2111959288px);
  }
  .p-recruit-data__img13 {
    width: clamp(45.5979643766px, 14.2493638677vw + 0px, 128.9567430025px);
    height: clamp(45.5979643766px, 14.2493638677vw + 0px, 128.9567430025px);
    margin: clamp(13.0279898219px, 4.0712468193vw + 0px, 36.844783715px) auto 0;
  }
  .p-recruit-data__description13 {
    margin-top: clamp(19.5419847328px, 6.106870229vw + 0px, 55.2671755725px);
    font-size: clamp(9.7709923664px, 3.0534351145vw + 0px, 27.6335877863px);
    letter-spacing: 0.48px;
  }
}
@media screen and (max-width: 374px) {
  .p-recruit-data__lists03 .p-recruit-data__list {
    padding: clamp(14.6564885496px, 4.5801526718vw + 0px, 41.4503816794px) clamp(11.3994910941px, 3.5623409669vw + 0px, 32.2391857506px) clamp(21.1704834606px, 6.6157760814vw + 0px, 59.8727735369px) clamp(11.3994910941px, 3.5623409669vw + 0px, 32.2391857506px);
  }
  .p-recruit-data__img05 {
    width: 80px;
  }
  .p-recruit-data__chart-list:first-child .p-recruit-data__chart {
    width: clamp(149.8015873016px, 16.5343915344vw + 0px, 250px);
  }
  .p-recruit-data__chart-list:nth-child(2) .p-recruit-data__chart {
    width: clamp(23.9682539683px, 2.6455026455vw + 0px, 40px);
  }
  .p-recruit-data__chart-list:nth-child(3) .p-recruit-data__chart {
    width: clamp(47.9365079365px, 5.291005291vw + 0px, 80px);
  }
  .p-recruit-data__chart-list:nth-child(4) .p-recruit-data__chart, .p-recruit-data__chart-list:nth-child(5) .p-recruit-data__chart {
    width: clamp(11.9841269841px, 1.3227513228vw + 0px, 20px);
  }
}
.p-recruit-interview {
  padding: 376px 0 158px;
  max-width: 1312px;
  margin: 0 auto;
  position: relative;
  font-family: "Noto Sans", sans-serif;
}
.p-recruit-interview::before {
  position: absolute;
  content: "";
  background: url("../img/recruit_asset05.png") no-repeat center center/cover;
  left: 0;
  width: clamp(237.8849206349px, 26.2566137566vw + 0px, 397px);
  height: clamp(223.503968254px, 24.6693121693vw + 0px, 373px);
  top: clamp(59.9206349206px, 6.6137566138vw + 0px, 100px);
}
.p-recruit-interview::after {
  position: absolute;
  content: "";
  background: url("../img/recruit_asset04.png") no-repeat center center/cover;
  right: 0;
  width: clamp(111.4523809524px, 12.3015873016vw + 0px, 186px);
  height: clamp(284.0238095238px, 31.3492063492vw + 0px, 474px);
  top: clamp(-25.7658730159px, -2.8439153439vw + 0px, -43px);
}

.p-recruit-interview__inner {
  padding: 0 80px;
}

.p-recruit-interview__title-wrapper {
  margin: 16px -100px 0;
}

.p-recruit-interview__title {
  color: #0500FF;
  font-size: clamp(19.1746031746px, 2.1164021164vw + 0px, 32px + 0.5 * (100vw - 1512px));
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.p-recruit-interview__title::after {
  position: absolute;
  width: clamp(378.6984126984px, 41.7989417989vw + 0px, 632px + 0.5 * (100vw - 1512px));
  height: 7px;
  background: #0500FF;
  left: clamp(141.4126984127px, 15.6084656085vw + 0px, 236px + 0.5 * (100vw - 1512px));
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.p-recruit-interview__lists {
  margin: 64px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15.5793650794px, 1.7195767196vw + 0px, 26px);
  overflow: hidden;
}

.p-recruit-interview__link {
  border: 16px solid #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  position: relative;
  display: block;
}
.p-recruit-interview__link::before {
  content: "";
  display: block;
  aspect-ratio: 1000/559;
  background-position: center;
}
.p-recruit-interview__link:hover {
  opacity: 0.6;
}

.p-recruit-interview__link:nth-child(1)::before {
  background: url("../img/recruit_interview01_01.jpg") no-repeat center center;
  background-size: cover;
}
.p-recruit-interview__link:nth-child(2)::before {
  background: url("../img/recruit_interview03_01.jpg") no-repeat center center;
  background-size: cover;
}
.p-recruit-interview__link:nth-child(3)::before {
  background: url("../img/recruit_interview03_01.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 1511px) {
  .p-recruit-interview__title {
    font-size: 32px;
  }
  .p-recruit-interview__title::after {
    width: clamp(378.6984126984px, 41.7989417989vw + 0px, 632px);
    left: 236px;
  }
}
@media screen and (max-width: 1100px) {
  .p-recruit-interview__inner {
    padding: 0;
  }
  .p-recruit-interview__lists {
    width: 740px;
    gap: 15px;
  }
}
@media screen and (max-width: 905px) {
  .p-recruit-interview {
    padding: clamp(161.2213740458px, 50.3816793893vw + 0px, 455.9541984733px) 0 clamp(65.1399491094px, 20.3562340967vw + 0px, 184.2239185751px);
  }
  .p-recruit-interview::before {
    width: clamp(127.0229007634px, 39.6946564885vw + 0px, 359.2366412214px);
    height: clamp(119.6946564885px, 37.4045801527vw + 0px, 338.5114503817px);
  }
  .p-recruit-interview::after {
    width: clamp(41.5267175573px, 12.9770992366vw + 0px, 117.4427480916px);
    height: clamp(105.8524173028px, 33.0788804071vw + 0px, 299.3638676845px);
  }
  .p-recruit-interview__subtitle {
    font-size: 16px;
    padding: 0 24px;
  }
  .p-recruit-interview__subtitle::after {
    width: 16px;
    height: 25px;
  }
  .p-recruit-interview__subtitle::before {
    width: 16px;
    height: 25px;
  }
  .p-recruit-interview__title-wrapper {
    margin-top: clamp(5.6997455471px, 1.7811704835vw + 0px, 16.1195928753px);
  }
  .p-recruit-interview__title {
    font-size: 32px;
  }
  .p-recruit-interview__lists {
    display: block;
    margin-top: 32px;
    width: unset;
  }
  .p-recruit-interview__link {
    border: 8px solid #000;
  }
  .p-recruit-interview__link:not(:first-child) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 500px) {
  .p-recruit-interview::before {
    top: clamp(24.427480916px, 7.6335877863vw + 0px, 69.0839694656px);
  }
}
.p-recruit-guideline {
  margin: 0 -100px;
  padding-bottom: 100px;
  font-family: "Noto Sans", sans-serif;
}

.p-recruit-guideline__img-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-recruit-guideline__contents {
  margin-top: 80px;
}

.p-recruit-guideline__container {
  max-width: 759px;
  margin: 29px auto 0;
  border: 1px solid #D5D5D5;
}

.p-recruit-guideline__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #15171B;
  font-weight: 500;
  line-height: 2; /* 200% */
  letter-spacing: 0.32px;
}
.p-recruit-guideline__dl:not(:first-child) {
  border-top: 1px solid #D5D5D5;
}

.p-recruit-guideline__dt {
  width: 25.4%;
  background: #F6F6F6;
  padding: 16px 0 16px 32px;
  border-right: 1px solid #D5D5D5;
}

.p-recruit-guideline__dd {
  width: 74.6%;
  background: #FFF;
  padding: 16px 0 16px 48px;
}

.p-recruit-guideline__dd-salary01 {
  line-height: 1.5; /* 150% */
}

.p-recruit-guideline__dd-salary02 {
  padding: 16px 29.5px;
  margin-top: 16px;
  background: #F6F6F6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-salary__detail {
  color: #15171B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-salary__detail:not(:first-child) {
  margin-top: 16px;
}

.p-recruit-guideline__address:not(:first-child) {
  margin-top: 10px;
}

@media screen and (max-width: 1511px) {
  .p-recruit-guideline__img-list {
    width: clamp(221.7063492063px, 24.4708994709vw + 0px, 370px);
    height: clamp(124.6349206349px, 13.7566137566vw + 0px, 208px);
  }
  .p-recruit-guideline__img-list:last-child {
    width: clamp(197.7380952381px, 21.8253968254vw + 0px, 330px);
  }
}
@media screen and (max-width: 905px) {
  .p-recruit-guideline {
    overflow-x: hidden;
    margin: 0 -20px;
    padding-bottom: 80px;
  }
  .p-recruit-guideline__img-lists {
    gap: 16px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    overflow: hidden;
    height: 134px;
  }
  .p-recruit-guideline__img-list {
    height: 100%;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-recruit-guideline__img-list img {
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .p-recruit-guideline__subtitle {
    font-size: 20px;
    padding: 0 26px;
  }
  .p-recruit-guideline__subtitle::before {
    width: 16px;
    height: 25px;
  }
  .p-recruit-guideline__subtitle::after {
    width: 16px;
    height: 25px;
  }
  .p-recruit-guideline__contents {
    margin-top: 64px;
    padding: 0 20px;
  }
  .p-recruit-guideline__container {
    margin: 24px auto 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    border: 1px solid #EEE;
  }
  .p-recruit-guideline__dl {
    display: block;
    border: none;
    font-size: 14px;
    letter-spacing: 0.28px;
  }
  .p-recruit-guideline__dl:not(:first-child) {
    border: none;
  }
  .p-recruit-guideline__dt {
    width: 100%;
    padding: 16px 0;
    text-align: center;
    border: none;
    font-weight: 600;
    line-height: normal;
  }
  .p-recruit-guideline__dd {
    width: 100%;
    padding: 16px 0;
    text-align: center;
    border: none;
    line-height: 1.714; /* 171.429% */
  }
  .p-recruit-guideline__dd-salary02 {
    margin: 16px auto 0;
  }
}
.p-interview-mv {
  padding-top: 149px;
  font-family: "Noto Sans", sans-serif;
  max-width: 1112px;
  margin: 0 auto;
  position: relative;
}
.p-interview-mv::after {
  position: absolute;
  content: "";
  background: url("../img/recruit_asset05.png") no-repeat center center/cover;
  width: clamp(202.5317460317px, 22.3544973545vw + 0px, 338px);
  height: clamp(190.5476190476px, 21.0317460317vw + 0px, 318px);
  top: clamp(89.2817460317px, 9.8544973545vw + 0px, 149px);
  right: -59px;
}

.p-interview-mv__title {
  color: #0500FF;
  font-size: 80px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.p-interview-mv__title span {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: 0.8px;
  display: block;
}

.p-interview-mv__contents {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-interview-mv__img {
  width: 54.31%;
}

.p-interview-mv__heading {
  width: 40.1%;
}

.p-interview-mv__lead {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.96px;
  background: #0500FF;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 24px;
}

.p-interview-mv__name-wrapper {
  margin-top: 24px;
}

.p-interview-mv__department {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.p-interview-mv__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.56px;
  margin-top: 16px;
}

.p-interview-mv__education {
  display: block;
}

@media screen and (max-width: 1511px) {
  .p-interview-mv__lead {
    font-size: 20px;
  }
  .p-interview-mv::after {
    width: clamp(149.8015873016px, 16.5343915344vw + 0px, 250px);
    background-size: contain;
  }
}
@media screen and (max-width: 905px) {
  .p-interview-mv::after {
    width: 118px;
    top: 199px;
    height: 111px;
    right: 0;
  }
  .p-interview-mv__title {
    font-size: 40px;
  }
  .p-interview-mv__title span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .p-interview-mv__contents {
    display: block;
    padding-top: 131px;
  }
  .p-interview-mv__img {
    width: 100%;
  }
  .p-interview-mv__heading {
    width: 100%;
    margin-top: 32px;
  }
  .p-interview-mv__lead {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
  .p-interview-mv__name-wrapper {
    margin-top: 16px;
  }
}
@media screen and (max-width: 374px) {
  .p-interview-mv__lead {
    font-size: 14px;
  }
}
.p-interview-contents {
  max-width: 1112px;
  margin: 120px auto 0;
  padding-bottom: 160px;
}

.p-interview-contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-interview-contents__list:not(:first-child) {
  margin-top: 120px;
}
.p-interview-contents__list:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-interview-contents__text {
  width: 59.17%;
}

.p-interview-contents__heading {
  color: #0500FF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.166; /* 116.667% */
  letter-spacing: 0.48px;
  position: relative;
  padding-left: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CFD8E6;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.p-interview-contents__heading::before {
  position: absolute;
  content: "";
  background: url("../img/interview-contents-line.svg") no-repeat center center/cover;
  left: 0;
  top: 0;
  width: 4px;
  height: 24px;
}

.p-interview-contents__description {
  margin-top: 32px;
  color: #111;
  font-weight: 400;
  line-height: 32px; /* 200% */
  letter-spacing: 0.64px;
}

.p-interview-contents__img {
  width: 35.79%;
}

.p-interview-page__button {
  margin: 56px auto 0;
}

@media screen and (max-width: 905px) {
  .p-interview-contents {
    margin: 72px auto 0;
    padding-bottom: 100px;
  }
  .p-interview-contents__list {
    display: block;
  }
  .p-interview-contents__list:not(:first-child) {
    margin-top: 56px;
  }
  .p-interview-contents__text {
    width: 100%;
  }
  .p-interview-contents__heading {
    font-size: 16px;
    line-height: 1.75; /* 175% */
    letter-spacing: 0.32px;
    padding-bottom: 8px;
    padding-left: 16px;
    width: 100%;
  }
  .p-interview-contents__heading::before {
    height: 14px;
    bottom: 15px;
    top: 7px;
  }
  .p-interview-contents__description {
    font-size: 14px;
    line-height: 2; /* 200% */
    letter-spacing: 0.28px;
    margin-top: 16px;
  }
  .p-interview-contents__img {
    margin: 32px auto 0;
    aspect-ratio: 353/280;
    width: 100%;
    overflow: hidden;
  }
  .p-interview-contents__img img {
    height: auto;
    display: block;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-interview-page__button {
    margin: 32px auto 0;
  }
}
.p-interview-page {
  margin: 0 -100px;
  padding-bottom: 158px;
}

.p-interview-page__guideline {
  margin: 0 -200px;
}

.p-interview-page__lists {
  max-width: 1312px;
  margin-top: 0;
}

@media screen and (max-width: 905px) {
  .p-interview-page {
    margin: 0;
    padding-bottom: 80px;
  }
  .p-interview-page__guideline {
    margin: 0 -20px;
  }
  .p-interview-page__lists {
    margin-top: 0;
  }
  .p-recruit-interview__list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-recruit-interview__link {
    font-size: 40px;
  }
}