@charset "UTF-8";


html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  scroll-behavior: smooth;
}

body.is-open {
  overflow: hidden;
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.464rem + 0.6vw, 1rem);
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  /* 強調をなくす */
}

.l-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 9%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.l-main {
  margin-top: 60px;
}

.c-drawer-icon {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #1B579D;
}

.c-drawer-icon .bar1,
.c-drawer-icon .bar2,
.c-drawer-icon .bar3 {
  position: absolute;
  display: inline-block;
  width: 36px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-drawer-icon .bar1 {
  top: 20px;
}

.c-drawer-icon .bar2 {
  top: 35px;
}

.c-drawer-icon .bar3 {
  top: 50px;
}

.c-drawer-icon.is-open {
  z-index: 300;
}

.c-drawer-icon.is-open .bar1 {
  -webkit-transform: translate(-18px, 17px) rotate(45deg);
          transform: translate(-18px, 17px) rotate(45deg);
}

.c-drawer-icon.is-open .bar2 {
  top: 0;
  -webkit-transform: translate(-18px, 37px) rotate(-45deg);
          transform: translate(-18px, 37px) rotate(-45deg);
}

.c-drawer-icon.is-open .bar3 {
  opacity: 0;
  visibility: hidden;
}

.c-head {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  font-size: clamp(1.5rem, 0.858rem + 1.34vw, 2rem);
}

.c-head span {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.589rem + 0.33vw, 0.875rem);
}

.c-head.white {
  color: #fff;
}

.c-head.white span {
  color: #fff;
}

.c-head.blue {
  color: #1B579D;
  margin-top: 10px; /* 必要に応じて値を調整 */
}

.c-head.blue span {
  color: #1B579D;
}

.c-head.orange {
  color: #FF9100;
}

.c-head.orange span {
  color: #FF9100;
}

.c-head.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.c-entry {
  background-color: #e1621a;
  padding: 20px 0;
}

.c-entry__title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 900;
  letter-spacing: 0.25em;
  max-width: 600px;
  margin: 0 auto;
}

.c-entry__text {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 700;
  max-width: 600px;
  margin: 0 auto;
}

.c-drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 298;
  display: none;
}

.c-diagonal {
  width: 100%;
  height: auto;
  aspect-ratio: 1366/400;
}

.c-diagonal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-headline-head {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.c-head-interview {
  font-size: 3rem;
  line-height: 1.0416666667;
  letter-spacing: -0.02em;
  font-weight: 900;
  font-size: clamp(1.625rem, 1.232rem + 1.96vw, 3rem);
  color: #1B579D;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.c-head-interview span {
  color: #1B579D;
  display: block;
  font-size: 1.125rem;
  line-height: 2.7777777778;
  letter-spacing: -0.02em;
  font-weight: 900;
  font-size: clamp(0.75rem, 0.643rem + 0.54vw, 1.125rem);
  margin-bottom: -10px;
}

.c-head-interview::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 2px;
  background-color: #192a51;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.interview .c-head-interview {
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-size: clamp(1.063rem, 0.814rem + 1.24vw, 1.875rem);
  color: #fff;
  background-color: #1B579D;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 2px;
  margin: 0;
}

.interview .c-head-interview__small {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.0000014em;
  font-weight: 400;
  color: #FF9100;
}

.interview .c-head-interview::before {
  width: 0;
  height: 0;
}

.c-top-btn {
  color: #fff;
  font-size: 1.875rem;
  line-height: 2.3333333333;
  letter-spacing: 0em;
  font-weight: 900;
  background-color: #FF9100;
  border-radius: 50px;
  padding: 0px 94px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-top-btn__wrap {
  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;
  margin-top: 170px;
}

.c-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 75px;
  height: 75px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.c-to-top a {
  display: block;
  width: 100%;
  height: 100%;
}

.c-to-top.is-show {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.p-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 80px;
  z-index: 50;
}

.p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__logo {
  width: 100px;
  aspect-ratio: 135/100;
  height: inherit;
}

.p-header__logo a {
  display: block;
  height: inherit;
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  height: 100%;
}

.p-header__nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 300;
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  height: 100%;
}

.p-header__item {
  height: 100%;
  position: relative;
  z-index: 1;
}

.p-header__item::before {
  background: #1B579D;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: -1;
}

.p-header__item a {
  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-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pc_hidden {
  display: none;
}

.header-default {
  background-color: #fff;
}

.p-header.interview {
  background-color: #fff;
}

.p-header.interview .p-header__item a {
  color: #000;
}

.p-mv {
  background-image: url(../img/mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: -100px;
}

.p-mv__read {
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-size: clamp(2.5rem, 0.092rem + 5.02vw, 4.375rem);
}

.p-mv__read span {
  display: block;
  color: #fff;
  font-size: 3.25rem;
  line-height: 1.3461538462;
  letter-spacing: 0em;
  font-weight: 700;
  font-size: clamp(2.25rem, 0.966rem + 2.68vw, 3.25rem);
  margin-bottom: 20px;
}

.p-business {
  padding-top: 200px;
  margin-bottom: 200px;
}

.p-business__inner-top {
  position: relative;
}

.p-business__inner-under {
  position: relative;
}

.p-business__img {
  position: absolute;
  z-index: -1;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-business__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-business .img01 {
  right: 0;
  width: 64%;
  aspect-ratio: 875/575;
  top: 40%;
}

.p-business .img02 {
  left: 0;
  width: 64%;
  top: 27px;
  aspect-ratio: 737/553;
}

.p-business .top {
  background-color: #1B579D;
  padding: min(2.9282576867vw, 40px) min(2.9282576867vw, 40px) min(2.9282576867vw, 40px) min(6.588579795vw, 90px);
}

.p-business .under {
  margin: min(32.9428989751vw, 450px) 0 0 auto;
  background-color: #fff;
  padding: min(5.4172767204vw, 74px) min(3.6603221083vw, 80px) min(5.4172767204vw, 74px) min(3.6603221083vw, 80px);
}

.p-business__content {
  max-width: min(80%, 757px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(6.588579795vw, 90px);
}

.p-business__head-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-business__title {
  font-size: 1.5rem;
  line-height: 1.0416666667;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}

.p-business__link {
  display: block;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: -0.00028em;
  font-weight: 500;
}

.p-business__text p {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.p-business__text li {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0em;
  font-weight: 400;
  margin-left: 15px;
  color: #fff;
  position: relative;
}

.p-business__text li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -10px;
  border-radius: 50px;
  background-color: #fff;
  width: 3px;
  height: 3px;
}

.p-business__text:nth-child(n+2) {
  margin-top: 20px;
}

.p-business__link + .p-business__link {
  margin-top: 10px;
}

.p-message {
  padding-top: 220px;
  padding-bottom: 80px;
  background-color: #1B579D;
}

.p-message__head-wrap {
  text-align: center;
  margin-bottom: 113px;
}

.p-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-bottom: 80px;
}

.p-message__title {
  font-size: 1.3125rem;
  line-height: 1.0476190476;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: clamp(1.125rem, 0.884rem + 0.5vw, 1.313rem);
  color: #fff;
}

.p-message__img {
  width: 65%;
  height: auto;
  aspect-ratio: 683/578;
}

.p-message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-message__text-box {
  width: 45%;
}

.p-message__text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0em;
  font-weight: 400;
  color: #fff;
}

.p-message .revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-message .ta-right {
  text-align: right;
  padding-top: 10px;
}

.p-message__text + .p-message__text {
  margin-top: 20px;
}

.p-staff {
  padding: 40px 0 120px;
  position: relative;
  background-color: #fff;
}

.p-staff::before {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 0 100%, 0 25%);
          clip-path: polygon(100% 0, 100% 75%, 0 100%, 0 25%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.p-staff__head-wrap {
  margin-left: 100px;
}

.p-staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  margin: 140px auto 0;
  max-width: 1040px;
}

.p-staff__item {
  width: auto;
  max-width: 25%;
  padding: 10px min(1.1713030747vw, 16px) 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-staff__item::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 345px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.p-staff__text-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-staff__title {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.655rem + 0.4vw, 1rem);
  margin-bottom: 10px;
  color: #fff;
  position: relative;
}

.p-staff__title::before {
  content: "";
  position: absolute;
  width: clamp(8.125rem, 4.112rem + 8.36vw, 11.25rem);
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -4px;
}

.p-staff__name {
  font-size: 0.875rem;
  line-height: 1.0714285714;
  letter-spacing: -0.00028em;
  font-weight: 400;
  color: #fff;
}

.p-staff__info {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.0002em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
}

.p-staff__btn {
  display: block;
  font-size: 0.75rem;
  line-height: 0.8333333333;
  letter-spacing: -0.0002em;
  font-weight: 400;
  width: 70%;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
}

.p-staff__btn::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.p-staff__btn::after {
  background: #1B579D;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}

.p-staff .item01::before {
  background-image: url(../img/staff01.webp);
}

.p-staff .item02::before {
  background-image: url(../img/staff02.webp);
}

.p-staff .item03::before {
  background-image: url(../img/staff03.webp);
}

.p-staff .item04::before {
  background-image: url(../img/staff04_sp.webp);
}

.p-staff .soon {
  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;
}

.p-staff .soon .p-staff__title {
  margin: 0 auto;
}

.p-staff .soon .p-staff__title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.p-strengths {
  margin-top: 300px;
  position: relative;
}

.p-strengths__head-wrap {
  text-align: center;
  margin-bottom: 120px;
}

.p-strengths__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: min(6.2225475842vw, 85px) min(5.710102489vw, 78px);
}

.p-strengths__item {
  width: calc(50% - 39px);
  background-color: rgba(255, 255, 255, 0.5);
}

.p-strengths__img {
  width: 40%;
  height: auto;
  aspect-ratio: 318/430;
}

.p-strengths__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-strengths__text-box {
  padding: 11px 24px 38px;
}

.p-strengths__title {
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  letter-spacing: -0.00042em;
  font-weight: 700;
  text-align: center;
}

.p-strengths ol {
  margin-bottom: 20px;
}

.p-strengths li {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-strengths p {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-strengths .item1 {
  position: relative;
}

.p-strengths .item1 .p-strengths__title {
  color: #1b579d;
}

.p-strengths .item1::before {
  content: "";
  position: absolute;
  background-image: url(../img/strengths01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 203px;
  z-index: -1;
  top: -90px;
  left: -70px;
}

.p-strengths .item2 {
  position: relative;
}

.p-strengths .item2 .p-strengths__title {
  color: #24b6a9;
}

.p-strengths .item2::before {
  content: "";
  position: absolute;
  background-image: url(../img/strengths02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 210px;
  height: 189px;
  z-index: -1;
  top: -90px;
  left: -100px;
}

.p-strengths .item3 {
  position: relative;
}

.p-strengths .item3 .p-strengths__title {
  color: #ec6a00;
}

.p-strengths .item3::before {
  content: "";
  position: absolute;
  background-image: url(../img/strengths04.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 206px;
  height: 218px;
  z-index: -1;
  top: -80px;
  left: -70px;
}

.p-strengths .item4 {
  position: relative;
}

.p-strengths .item4 .p-strengths__title {
  color: #df4467;
}

.p-strengths .item4::before {
  content: "";
  position: absolute;
  background-image: url(../img/strengths03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 248px;
  height: 146px;
  z-index: -1;
  top: -90px;
  left: -100px;
}

.p-recruit {
  background-color: #1B579D;
  padding-top: 200px;
  padding-bottom: 140px;
  margin-top: -100px;
}

.p-recruit__head-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 80px;
}

.p-recruit__title {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.p-recruit__data {
  display: flex;
  justify-content: center;
  max-width: 770px;
  margin: 0 auto 24px;
  flex-wrap: wrap; 
}

.p-recruit__data p {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 5px;
  border: 1px solid #fff;
  display: inline-block;
}

.p-recruit__content {
  max-width: 560px;
  margin: 0 auto;
}

.p-recruit__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-recruit__tab li {
  width: 50%;
  text-align: center;
  margin: auto 0 0;
  cursor: pointer;
}

.p-recruit__tab li span {
  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;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  background-color: #fff;
  padding: 5px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-recruit__tab li.active span {
  height: 100%;
  background-color: #FF9100;
  color: #fff;
  height: 40px;
}

.p-recruit__list {
  background-color: #fff;
}

.js-panel {
  display: none;
}

.js-panel.active {
  display: block;
}

.p-process {
  padding: 30px 24px 18px;
}

.p-process__item {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  border: 1px solid #1B579D;
  padding: 5px;
  text-align: center;
}

.p-process__item + .p-process__item {
  margin-top: 45px;
  position: relative;
}

.p-process__item + .p-process__item::after {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 50px 0 50px;
  border-color: #1b579d transparent transparent transparent;
}

.p-treatment {
  padding: 120px 0;
}

.p-treatment__head-wrap {
  margin-bottom: 60px;
  text-align: center;
}

.p-treatment__content {
  max-width: 775px;
  margin: 0 auto;
}

.p-treatment__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-treatment__tab li {
  width: 50%;
  text-align: center;
  margin: auto 0 0;
  cursor: pointer;
}

.p-treatment__tab li span {
  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;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  padding: 5px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: 1px solid #000;
}

.p-treatment__tab li.active span {
  height: 100%;
  background-color: #FF9100;
  color: #fff;
  height: 40px;
  border: none;
}

.p-treatment__list {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 24px 28px 20px;
}

.p-treatment__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.p-treatment__row dt {
  padding: 5px 10px;
  width: calc(20% - 6px);
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0em;
  font-weight: 500;
  background-color: #1B579D;
  color: #fff;
}

.p-treatment__row dd {
  padding: 5px 10px;
  width: calc(80% - 6px);
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0em;
  font-weight: 400;
  border: 1px solid #1B579D;
}

.p-treatment__row + .p-treatment__row {
  margin-top: 5px;
}

.p-program {
  padding-top: 120px;
  padding-bottom: -60px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.p-program::before {
  content: "";
  position: absolute;
  /* background-image: url(../img/programs.webp); */
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 51%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-program__head-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.p-program__img {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 120px;
}

.p-program__img img {
  width: 100%;
  height: 100%;
}

.p-program__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  max-width: 900px;
  margin: 0 auto;
}

.p-program__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ff9100), to(rgba(255, 145, 0, 0.2196078431))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ff9100 0%, rgba(255, 145, 0, 0.2196078431) 100%) 0% 0% no-repeat padding-box;
  font-size: 1.1875rem;
  line-height: 1.6842105263;
  letter-spacing: 0em;
  font-weight: 700;
  padding-bottom: 20px;
  margin-top: 40px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-program__arrow::after {
  position: absolute;
  content: "";
  top: -65px;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25px;
  height: 25px;
  border: 25px solid transparent;
  border-bottom: 40px solid #ff9100;
}

.p-program__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.p-program__item {
  width: calc(33% - 15px);
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.p-program .grow {
  min-height: 80px;
}

.p-program .item1 {
  background-color: #1b579d;
}

.p-program .item2 {
  background-color: #3a74b8;
}

.p-program .item3 {
  background-color: #81a4ce;
}

.p-program .item4 {
  width: 100%;
  background-color: #2c2c2c;
}

.p-program .item4 * {
  color: #FF9100;
}

.p-program .item4 .p-program__title::before {
  background-color: #FF9100;
}

.p-program__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.p-program__flex p {
  width: calc(50% - 15px);
}

.p-program .bold {
  display: block;
  border-bottom: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-program__title {
  font-size: 1.1875rem;
  line-height: 1.6842105263;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  position: relative;
}

.p-program__title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

.p-program__text {
  color: #fff;
  min-height: 100px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-program p {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  letter-spacing: 0em;
  font-weight: 400;
  color: #fff;
}

.p-program p span {
  color: #1B579D;
  background-color: #fff;
  padding: 2px;
  margin: 0 auto 10px;
  display: block;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0em;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-date {
  padding-top: 200px;
  padding-bottom: 140px;
  background-image: url(../img/date_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.p-date__head-wrap {
  text-align: center;
  margin-bottom: 26px;
}

.p-date__table {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #fff;
  margin-bottom: 80px;
}

.p-date__title {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.p-date__sub {
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0em;
  font-weight: 500;
}

.p-date th,
.p-date td {
  border: 1px solid #1b579d;
}

.p-date th {
  text-align: center;
  padding: 10px;
}

.p-date td {
  text-align: right;
}

.p-date td p {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 2px;
}

.p-date td p + p {
  border-top: 1px solid #1b579d;
}

.p-date td .center {
  text-align: center;
}

.p-date td.p-date__year {
  text-align: center;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0em;
  font-weight: 500;
}

.p-date__right {
  text-align: right;
  margin-bottom: 26px;
}

.p-footer {
  background-color: #1B579D;
  padding: 40px 0;
  text-align: center;
}

.p-footer small {
  font-size: 0.75rem;
  line-height: 2.25;
  letter-spacing: 0em;
  font-weight: 400;
  color: #fff;
}

.p-achievements {
  margin-top: 80px;
}

.p-achievements__title {
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
}

.p-achievements__content {
  background-color: #fff;
  border: 1px solid #1B579D;
  color: #1B579D;
  padding: 20px 18px;
  max-width: 710px;
  margin: 0 auto;
}

.p-achievements__head {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0em;
  font-weight: 500;
  color: #1B579D;
  text-align: center;
  margin-bottom: 10px;
}

.p-achievements__text {
  font-size: 0.75rem;
  line-height: 1.5833333333;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-achievements__content + .p-achievements__content {
  margin-top: 20px;
}

.p-headline {
  background-image: url(../img/dummy.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0;
}

.p-headline.interview03 {
  background-image: url(../img/interview01.webp);
  background-position: center center;
  height: 524px;
}

.p-headline.interview04 {
  background-image: url(../img/interview08.webp);
  background-position: center center;
  height: 524px;
}

.p-headline.interview02 {
  background-image: url(../img/interview14.webp);
  background-position: center center;
  height: 524px;
}

.p-profile {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-profile__inner {
  max-width: 1400px;
}

.p-profile__content {
  background-color: #1B579D;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.p-profile__title {
  color: #FF9100;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.071rem + 2.14vw, 3rem);
  margin-bottom: 40px;
}

.p-profile__title span {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.7777777778;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1.125rem);
  margin-bottom: -10px;
}

.p-profile__info {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.643rem + 0.54vw, 1.125rem);
  margin-bottom: 5px;
}

.p-profile__text {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.643rem + 0.54vw, 1.125rem);
}

.p-profile__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

.p-profile__img {
  width: 50%;
  height: auto;
  aspect-ratio: 790/480;
}

.p-profile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile__text-box {
  width: 50%;
  border: 1px solid #8a8c8d;
}

.interview .p-profile {
  padding-top: 0;
  padding-bottom: 80px;
}

.interview .p-profile__inner {
  max-width: 1400px;
}

.interview .p-profile__content {
  -webkit-transform: translate(0%, -40%);
          transform: translate(0%, -40%);
  background-color: #1B579D;
  max-width: 1000px;
  padding: 0 min(4.39238653vw, 60px) min(2.9282576867vw, 40px);
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 auto 0 0;
}

.interview .p-profile__content.interview02 {
  max-width: 666px;
}

.interview .p-profile__content.interview03 {
  max-width: 814px;
}

.interview .p-profile__content.interview04 {
  max-width: 666px;
}

.interview .p-profile__title {
  color: #FF9100;
  font-size: 2.375rem;
  line-height: 1.2631578947;
  letter-spacing: 0.0000038em;
  font-weight: 500;
  font-size: clamp(1rem, 0.48rem + 2.22vw, 2.375rem);
  position: absolute;
  top: -40px;
  left: 0;
  margin-bottom: 0;
  z-index: -1;
}

.interview .p-profile__info {
  color: #fff;
  font-size: 7.5rem;
  line-height: 1.45;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: left;
}

.interview .p-profile__read {
  color: #fff;
  font-size: 2.125rem;
  line-height: 1.1176470588;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: left;
}

.interview .p-profile__text p {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.703rem + 0.2vw, 0.875rem);
}

.interview .p-profile__text p + p {
  margin-top: 20px;
}

.interview .p-profile__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.93%;
}

.interview .p-profile__img {
  width: 50%;
  height: auto;
  aspect-ratio: 477/419;
}

.interview .p-profile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview .p-profile__text-box {
  width: 51%;
  border: 1px solid transparent;
  position: relative;
  margin: auto 0;
  padding: 0px 0 0px;
}

.interview .p-profile__head-wrap {
  position: absolute;
  top: -50%;
  left: -18%;
}

.interview .p-profile__head-wrap.interview02 {
  top: -27%;
}

.interview .p-profile__head-wrap.interview03 {
  top: -100px;
}

.p-interview {
  background-image: url(../img/date_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 288px;
  padding-bottom: 120px;
  overflow: hidden;
}

.p-interview__inner {
  max-width: 1400px;
}

.p-interview__box {
  background-color: #fff;
  padding: min(3.6603221083vw, 50px) min(5.1244509517vw, 70px);
  width: 50%;
}

.p-interview__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.643rem + 0.54vw, 1.125rem);
}

.p-interview__content {
  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;
  position: relative;
  z-index: 0;
}

.p-interview__img {
  position: absolute;
  width: 55%;
  aspect-ratio: 850/730;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-interview__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interview .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-interview .img01 {
  width: 65%;
  aspect-ratio: 840/874;
  right: -50px;
}

.p-interview .item01 {
  margin-bottom: 100px;
}

.p-interview .img02 {
  left: -50px;
  width: 60%;
}

.p-interview .item02 {
  margin-top: 140px;
}

.p-interview .img03 {
  right: -50px;
  width: 55%;
}

.p-interview .item03 {
  margin-top: 170px;
}

.interview .p-interview {
  background-image: url(../img/date_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 200px;
  padding-bottom: 120px;
}

.interview .p-interview__inner {
  max-width: 1400px;
}

.interview .p-interview__box {
  background-color: transparent;
  padding: 0;
  position: relative;
  width: 50%;
}

.interview .p-interview__text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.703rem + 0.2vw, 0.875rem);
  width: 420px;
  margin: 50px 0 0 auto;
}

.interview .p-interview__text p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.703rem + 0.2vw, 0.875rem);
}

.interview .p-interview__text p + p {
  margin-top: 20px;
}

.interview .p-interview__text.wide {
  width: 440px;
}

.interview .p-interview__content {
  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;
  position: relative;
  z-index: 0;
}

.interview .p-interview__img {
  position: absolute;
  width: 55%;
  aspect-ratio: 850/730;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.interview .p-interview__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview .p-interview .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.interview .p-interview .img01 {
  width: 44%;
  aspect-ratio: 530/480;
  right: 3%;
}

.interview .p-interview .item01 {
  margin-bottom: 100px;
}

.interview .p-interview .img02 {
  left: -50px;
  width: 60%;
}

.interview .p-interview .item02 {
  margin-top: 140px;
}

.interview .p-interview .img03 {
  right: -50px;
  width: 55%;
}

.interview .p-interview .item03 {
  margin-top: 170px;
}

.interview .p-interview__head-wrap {
  position: absolute;
  top: -50px;
  right: 160px;
}

.interview .p-interview__head-wrap.interview03 {
  top: -80px;
  right: -100px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-schedule {
  background-color: #192a51;
  padding-bottom: 260px;
}

.p-schedule__inner {
  max-width: 1400px;
  position: relative;
  z-index: 1;
}

.p-schedule__text-box {
  width: 55%;
  background-color: #fff;
  padding: min(12.4450951684vw, 170px) min(4.39238653vw, 60px);
}

.p-schedule__head {
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: clamp(2.25rem, 1.821rem + 2.14vw, 3.75rem);
  color: #1B579D;
  margin-bottom: 80px;
}

.p-schedule__head span {
  display: block;
  font-size: 1.3125rem;
  line-height: 2.380952381;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.589rem + 0.8vw, 1.313rem);
  color: #FF9100;
}

.p-schedule__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-schedule__list li + li {
  margin-top: 10px;
}

.p-schedule__list time {
  font-size: 1.5rem;
  line-height: 2.0833333333;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.536rem + 1.07vw, 1.5rem);
}

.p-schedule__list p {
  font-size: 1.5rem;
  line-height: 2.0833333333;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.536rem + 1.07vw, 1.5rem);
}

.p-schedule__img {
  position: absolute;
  right: 0;
  height: auto;
  z-index: -1;
}

.p-schedule__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-schedule .img01 {
  top: 10%;
  width: 70%;
  aspect-ratio: 1090/541;
}

.p-schedule .img02 {
  bottom: -8%;
  width: 40%;
  aspect-ratio: 760/470;
}

.interview .p-schedule {
  background-color: #192a51;
  padding-bottom: 260px;
}

.interview .p-schedule p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.703rem + 0.2vw, 0.875rem);
}

.interview .p-schedule__inner {
  max-width: 1400px;
  position: relative;
  z-index: 1;
}

.interview .p-schedule__text-box {
  width: min(33%, 366px);
  background-color: #fff;
  padding: min(2.9282576867vw, 40px) min(1.0980966325vw, 15px);
}

.interview .p-schedule__head {
  font-size: 2rem;
  line-height: 1.0625;
  letter-spacing: 0em;
  font-weight: 700;
  font-size: clamp(1.438rem, 1.225rem + 0.91vw, 2rem);
  color: #1B579D;
  margin-bottom: 40px;
}

.interview .p-schedule__head span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.703rem + 0.2vw, 0.875rem);
  color: #FF9100;
}

.interview .p-schedule__list {
  margin-bottom: 24px;
}

.interview .p-schedule__list p {
  display: inline-block;
}

.interview .p-schedule__list li {
  display: block;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.703rem + 0.2vw, 0.875rem);
}

.interview .p-schedule__list li + li {
  margin-top: 0;
}

.interview .p-schedule__list time {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.703rem + 0.2vw, 0.875rem);
}

.interview .p-schedule__caption:not(:first-child) {
  margin-top: 40px;
}

.interview .p-schedule__img {
  position: absolute;
  right: 0;
  height: auto;
  z-index: -1;
}

.interview .p-schedule__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview .p-schedule .img01 {
  top: -5%;
  right: 7%;
  width: 44%;
  aspect-ratio: 600/456;
}

.interview .p-schedule .img02 {
  bottom: -20%;
  width: 38%;
  right: 20%;
  aspect-ratio: 514/365;
}

.interview .p-schedule .img03 {
  top: 0;
  right: 7%;
  width: 44%;
  aspect-ratio: 600/456;
}

.interview .p-schedule .img04 {
  bottom: min(-14.6412884334vw, -200px);
  width: 38%;
  right: 20%;
  aspect-ratio: 514/365;
}

.p-staff-info {
  background-color: #192a51;
  padding: 100px 0;
}

.p-staff-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-staff-info__list li {
  width: calc(33% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-staff-info__img {
  width: 100%;
  height: 250px;
  aspect-ratio: 470/300;
  margin-bottom: 20px;
}

.p-staff-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff-info__text-box {
  border: 1px solid #8a8c8d;
  padding: 30px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-staff-info__name {
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: clamp(1.875rem, 1.554rem + 1.61vw, 3rem);
  color: #fff;
}

.p-staff-info__text {
  font-size: 1.875rem;
  line-height: 2;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: clamp(1.188rem, 0.991rem + 0.98vw, 1.875rem);
  color: #fff;
}

.p-staff-info__btn {
  font-size: 1.25rem;
  line-height: 3;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: clamp(0.813rem, 0.688rem + 0.63vw, 1.25rem);
  color: #fff;
  display: block;
}

.interview .p-staff-info {
  background-color: #192a51;
  padding: 60px 0;
}

.interview .p-staff-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 700px;
  margin: 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.interview .p-staff-info__list li {
  width: calc(33% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.interview .p-staff-info__img {
  width: 100%;
  height: auto;
  aspect-ratio: 200/130;
  margin-bottom: 20px;
}

.interview .p-staff-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview .p-staff-info__text-box {
  border: 1px solid #8a8c8d;
  padding: 20px 8px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.interview .p-staff-info__name {
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
}

.interview .p-staff-info__text {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
}

.interview .p-staff-info__btn {
  font-size: 0.875rem;
  line-height: 1.6428571429;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  display: block;
  border-bottom: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
}

.interview .p-staff-info .soon {
  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;
}

.interview .p-staff-info .soon p {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
}

.p-staff-info__img.soon {
  background-color: #666666;
}

.p-circle__list {
  display: grid;
  grid-template-columns: 140px 140px 140px;
  grid-template-rows: 140px 140px;
  gap: 20px;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.p-circle__item {
  /* background-color: #30aff1; */
  background-color: #1B579D;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 25px;
}

.p-circle__title {
  color: white;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}

.p-circle__date {
  color: white;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-circle__date span {
  color: white;
  font-size: 3.6875rem;
  line-height: 1.3559322034;
  letter-spacing: 0em;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.p-circle__date.mt-10 {
  margin-top: -17px;
}

.p-charm {
  background-image: url(../img/interview-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 120px 0;
}

.p-charm__box {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 90px 65px;
  max-width: 915px;
  margin: 0 auto;
}

.p-charm__box p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.703rem + 0.2vw, 0.875rem);
}

.p-charm__head-wrap {
  margin: 0 auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-charm .interview03 {
  max-width: 945px;
  margin: 0 auto;
}

.p-charm.interview02 {
  background-image: url(../img/interview-bg.webp);
  margin-top: -200px;
  background-position: bottom center;
}

.p-charm.interview02 .p-charm__box {
  margin: 13% 0 0 auto;
}

.p-charm.interview04 {
  background-image: url(../img/interview-bg05.webp);
  background-position: bottom center;
  padding: 200px 0;
}

.p-reason {
  padding-top: 140px;
  overflow: hidden;
  position: relative;
}

.p-reason__content {
  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-reason .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-reason .img01 {
  width: 57%;
  aspect-ratio: 630/569;
}

.p-reason .img02 {
  width: 54%;
  aspect-ratio: 643/582;
}

.p-reason .img03 {
  width: 35%;
  aspect-ratio: 411/720;
  -webkit-transform: translate(34%, -26%);
          transform: translate(34%, -26%);
}

.p-reason__head-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 0;
}

.p-reason__box {
  -webkit-transform: translate(-29%, -18%);
          transform: translate(-29%, -18%);
}

.p-reason__box.interview03 {
  -webkit-transform: translate(0, -18%);
          transform: translate(0, -18%);
}

.p-reason__box.interview03 .p-reason__head-wrap {
  -webkit-transform: translateX(16%);
          transform: translateX(16%);
}

.p-reason__box.interview02 {
  -webkit-transform: translate(-26%, -50%);
          transform: translate(-26%, -50%);
}

.p-reason__box.interview02 .p-reason__head-wrap {
  margin: 0 auto 0 0;
  position: absolute;
  top: -32%;
  left: -30%;
}

.reason02 .p-reason__head-wrap {
  -webkit-transform: translate(-20px, 0px);
          transform: translate(-20px, 0px);
}

.reason02 .p-reason__box {
  -webkit-transform: translate(-37%, -18%);
          transform: translate(-37%, -18%);
}

.reason03 .p-reason__head-wrap {
  -webkit-transform: translate(20px, 0px);
          transform: translate(20px, 0px);
}

.diagonal-line {
  position: relative;
}

.diagonal-line::before {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 80%, 0 100%, 0 0%);
          clip-path: polygon(100% 0, 100% 80%, 0 100%, 0 0%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-outlook {
  background-image: url(../img/interview-bg03.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  padding-top: 270px;
  padding-bottom: 240px;
  margin-top: -100px;
}

.p-outlook__inner {
  position: relative;
}

.p-outlook__img {
  height: auto;
}

.p-outlook__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-outlook .img01 {
  width: 40%;
  aspect-ratio: 475/855;
  margin: 0 0 0 auto;
}

.p-outlook .img02 {
  width: 40%;
  aspect-ratio: 475/872;
  margin: 0 auto 0 0;
}

.p-outlook__head-wrap {
  max-width: 850px;
  position: absolute;
  top: 37%;
  left: 15%;
}

.p-outlook__head-wrap.interview03 {
  -webkit-transform: translate(22%, -22%);
          transform: translate(22%, -22%);
  max-width: 810px;
}

.p-outlook__content {
  background-color: #1B579D;
  padding: 7px 2px 50px 2px;
}

.p-outlook__head {
  font-size: 4rem;
  line-height: 1.09375;
  letter-spacing: 0em;
  font-weight: 700;
  font-size: clamp(1.5rem, 0.735rem + 3.82vw, 4rem);
  color: #fff;
  margin-bottom: 30px;
}

.p-outlook__text {
  padding: 0 35px;
}

.p-outlook__text p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.703rem + 0.2vw, 0.875rem);
}

.p-outlook__text p + p {
  margin-top: 20px;
}

.p-blue__head-wrap {
  max-width: 840px;
  margin: 0 auto 100px;
}

.p-blue__head-wrap .c-head-interview__small {
  text-align: right;
}

.p-blue__content {
  background-color: #1B579D;
  padding: 7px 2px 50px 2px;
}

.p-blue__head {
  font-size: 2.9375rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.06rem + 2.2vw, 2.938rem);
  text-align: right;
  color: #fff;
  margin-bottom: 30px;
}

.p-blue__text {
  padding: 0 60px;
}

.p-blue__text p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.703rem + 0.2vw, 0.875rem);
}

.p-blue__text p + p {
  margin-top: 20px;
}

.p-system {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  max-width: 900px;
  margin: 0 auto; */
  width: 100%;
  overflow: hidden; 
  overflow-x: auto;  /* 横スクロール可能に */
  -webkit-overflow-scrolling: touch;
}

.p-system__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  color: #653200;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FF9100), to(#FF9100)) 0% 0% no-repeat padding-box;  
  background: transparent linear-gradient(180deg, #FF9100 0%, #F6F9FC 100%) 0% 0% no-repeat padding-box;
  font-size: 1.1875rem;
  line-height: 1.6842105263;
  letter-spacing: 0em;
  font-weight: 700;
  padding-bottom: 20px;
  margin-top: 40px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-system__arrow::after {
  position: absolute;
  content: "";
  top: -65px;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25px;
  height: 25px;
  border: 25px solid transparent;
  border-bottom: 40px solid #FF9100;
}

.p-system__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.p-system__left,
.p-system__right {
  width: calc(50% - 15px);
}

.p-system__right {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-system__right .p-system__text {
  margin-top: 140px;
}

.p-system__item {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-system__item:not(:first-child) {
  margin-top: 30px;
}

.p-system__item .p-system__text {
  margin-top: 30px;
}

.p-system__bottom {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-system__title {
  font-size: 1.1875rem;
  line-height: 1.6842105263;
  letter-spacing: 0em;
  font-weight: 700;
  color: #653200;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  position: relative;
}

.p-system__title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #112e6f;
}

.p-system .item01 {
  background-color: #FFE5CC;
}

.p-system .item02 {
  background-color: #FFF2CC;
}

.p-system .item03 {
  background-color: #FFCC99;
}

.p-system .item04 {
  width: 100%;
  background-color: #FFFFFF;
}

.p-system p {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  letter-spacing: 0em;
  font-weight: 500;
  color: #653200;
}

.p-system p span {
  color: #FF9100;
  background-color: #ffffff;
  padding: 2px;
  margin: 0 auto 10px;
  display: block;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0em;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-system .grow {
  min-height: 0;
}

.u-sec-wrap1 {
  background: #1B579D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (hover: hover) and (min-width: 1180px) {
  .p-header__item:hover {
    color: #1B579D;
  }
}

@media screen and (min-width: 1180px) {
  .header-default .p-header__item a {
    color: #000;
  }

  .u-pc-hidden {
    display: none;
  }
}

@media screen and (min-width: 1367px) {
  .p-reason__box.interview02 .p-reason__head-wrap {
    left: -150px;
  }
}

@media screen and (max-width: 900px) {
  .p-staff__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 500px;
  }

  .p-staff__list .p-staff__item:nth-child(n+3) {
    margin-top: 24%;
  }
}

@media screen and (max-width: 767px) {
  * {
    font-size: 0.9375rem;
    line-height: 1.6666666667;
    letter-spacing: -0.02em;
    font-weight: 500;
    font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  }

  .l-inner {
    padding: 0 20px;
  }

  .c-head {
    font-size: 1.625rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }

  .c-head span {
    margin-top: 5px;
    font-size: 0.75rem;
    line-height: 2.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }

  .c-head.sp-blue {
    color: #1B579D;
  }

  .c-head.sp-blue span {
    color: #1B579D;
  }

  .c-entry__title {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 900;
  }

  .c-entry__text {
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }

  .c-drawer-bg.is-open {
    display: block;
  }

  .c-diagonal {
    aspect-ratio: 393/116;
  }

  .c-headline-head {
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 700;
  }

  .c-top-btn {
    padding: 0 45px;
    font-size: 1.875rem;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 900;
  }

  .c-top-btn__wrap.interview02 {
    padding-top: 0;
  }

  .c-top-btn__wrap.interview04 {
    padding-top: 100px;
  }

  .c-to-top {
    bottom: 20px;
    right: 20px;
  }

  .p-header {
    height: 75px;
    padding: 0 40px;
  }

  .p-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding: 100px 20px 100px 20px;
    height: 100%;
    overflow-y: scroll;
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    z-index: 200;
    display: block;
  }

  .p-header__list {
    display: block;
  }

  .p-header__item a {
    color: #000;
    display: block;
    padding: 20px 10px 20px 20px;
  }

  .p-header__item {
    display: block;
    border-bottom: 1px solid #000;
    height: auto;
  }

  .p-header.interview {
    height: 75px;
  }

  .p-mv {
    background-image: url(../img/mv_sp.webp);
    margin-top: -80px;
    height: 100svh;
  }

  .p-mv__read {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(1rem, -0.074rem + 5.37vw, 2.5rem);
  }

  .p-mv__read span {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(1rem, 0.284rem + 3.58vw, 2rem);
  }

  .p-business {
    padding-top: 80px;
    margin-bottom: 0;
  }

  .p-business__inner-top {
    padding: 0;
  }

  .p-business__inner-under {
    padding: 0;
  }

  .p-business__img {
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 430/400;
  }

  .p-business .img01 {
    width: 100%;
    aspect-ratio: 393/262;
  }

  .p-business .img02 {
    width: 100%;
    aspect-ratio: 393/262;
  }

  .p-business .top {
    padding: 0 5% 70px;
  }

  .p-business .under {
    margin: 0 auto;
    padding: 0 0 60px;
  }

  .p-business__content {
    display: block;
    max-width: 100%;
  }

  .p-business__head-wrap {
    text-align: center;
    padding-top: 45px;
    margin-bottom: 20px;
  }

  .p-business__title {
    margin-bottom: 25px;
  }

  .p-business__link {
    max-width: 310px;
    margin: 0 auto;
  }

  .p-message {
    padding: 50px 0 20px;
  }

  .p-message__inner {
    padding: 0 12%;
  }

  .p-message__head-wrap {
    margin-bottom: 26px;
  }

  .p-message__content {
    display: block;
  }

  .p-message__title {
    font-size: 1rem;
    line-height: 1.125;
    letter-spacing: 0em;
    font-weight: 700;
  }

  .p-message__img {
    width: 100%;
    aspect-ratio: 282/200;
  }

  .p-message__text-box {
    width: 100%;
    margin-top: 40px;
  }

  .p-staff::before {
    -webkit-clip-path: polygon(100% 0, 100% 93%, 0 100%, 0 7%);
            clip-path: polygon(100% 0, 100% 93%, 0 100%, 0 7%);
  }

  .p-staff {
    padding: 0 0 20px;
  }

  .p-staff__head-wrap {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .p-staff__head-wrap .c-head {
    text-align: left;
  }

  .p-staff__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 70px auto 0;
    max-width: 500px;
  }

  .p-staff__list .p-staff__item:nth-child(n+3) {
    margin-top: 26%;
  }

  .p-staff__item::before {
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .p-staff__item {
    width: calc(50% - 10px);
    padding: 20px 10px;
  }

  .p-staff__title::before {
    width: 150px;
  }

  .p-staff__title {
    margin-bottom: 10px;
  }

  .p-staff__name {
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: -0.00024em;
    font-weight: 400;
  }

  .p-staff__info {
    font-size: 0.625rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .p-staff__btn {
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    width: 72%;
    margin: 0 auto;
  }

  .p-staff__btn::before {
    width: 6px;
    height: 6px;
    right: 7px;
  }

  .p-staff .item01::before {
    background-image: url(../img/staff01_sp.webp);
  }

  .p-staff .item02::before {
    background-image: url(../img/staff02_sp.webp);
  }

  .p-staff .item03::before {
    background-image: url(../img/staff03_sp.webp);
  }

  .p-staff .item04::before {
    background-image: url(../img/staff04_sp.webp);
  }

  .p-staff .soon .p-staff__title {
    margin: 0 auto 10%;
  }

  .p-strengths {
    margin-top: 160px;
  }

  .p-strengths__list {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .p-strengths__item {
    display: block;
    width: 81%;
    margin: 0 0 0 auto;
  }

  .p-strengths__img {
    width: 100%;
    aspect-ratio: 344/232;
  }

  .p-strengths__text-box {
    width: 100%;
    padding: 8px 22px;
  }

  .p-strengths li {
    font-size: 0.75rem;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 400;
  }

  .p-strengths p {
    font-size: 0.75rem;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 400;
  }

  .p-strengths .item1::before {
    width: 42%;
    height: auto;
    aspect-ratio: 150/169;
    top: -60px;
  }

  .p-strengths .item2::before {
    width: 49.7%;
    height: auto;
    aspect-ratio: 175/158;
    top: -60px;
    left: -80px;
  }

  .p-strengths .item3::before {
    width: 42%;
    height: auto;
    aspect-ratio: 172/181;
    top: -60px;
  }

  .p-strengths .item4::before {
    width: 58.8%;
    height: auto;
    aspect-ratio: 207/122;
    top: -50px;
    left: -80px;
  }

  .p-strengths__item + .p-strengths__item {
    margin-top: 70px;
  }

  .p-recruit {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .p-recruit__head-wrap {
    margin-bottom: 40px;
    margin: 0 auto 40px;
  }

  .p-recruit__title {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }

  .p-recruit__data {
    margin-bottom: 16px;
    max-width: 290px;
  }

  .p-recruit__data p {
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    padding: 2px;
  }

  .p-recruit__content {
    max-width: 290px;
  }

  .p-recruit__tab {
    margin-top: 10px;
  }

  .p-recruit__tab li span {
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    padding: 2px 5px;
  }

  .p-recruit__tab li.active span {
    height: 24px;
  }

  .p-process {
    padding: 8px 12px;
  }

  .p-process__item + .p-process__item {
    margin-top: 17px;
  }

  .p-process__item + .p-process__item::after {
    top: -15px;
    border-width: 12px 25px 0 25px;
  }

  .p-treatment {
    padding: 90px 0;
  }

  .p-treatment__head-wrap {
    margin-bottom: 40px;
  }

  .p-treatment__tab li span {
    padding: 2px 5px;
  }

  .p-treatment__tab li.active span {
    height: 26px;
  }

  .p-treatment__list {
    padding: 18px 16px;
  }

  .p-treatment__row {
    gap: 10px;
  }

  .p-treatment__row dt {
    width: calc(27% - 5px);
    font-size: 0.75rem;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 400;
    padding: 2px 5px;
  }

  .p-treatment__row dd {
    width: calc(73% - 5px);
    font-size: 0.75rem;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 400;
    padding: 2px 5px;
  }

  .p-program::before {
    height: 30%;
  }

  .p-program__head-wrap {
    margin-bottom: 40px;
  }

  .p-program__img {
    margin-bottom: 80px;
  }

  .p-program__figure {
    gap: 10px;
    max-width: 400px;
  }

  .p-program__arrow {
    width: 20px;
    margin-top: 20px;
    font-size: 8px;
  }

  .p-program__arrow::after {
    top: -30px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom: 20px solid #ff9100;
  }

  .p-program__top {
    gap: 6px;
    margin-bottom: 6px;
  }

  .p-program__item {
    padding: 5px 0;
    gap: 10px;
    width: calc(33% - 3px);
  }

  .p-program .item4 {
    padding: 5px;
  }

  .p-program__title::before {
    width: 40px;
  }

  .p-program__title {
    font-size: 0.75rem;
    line-height: 1.0833333333;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(0.5rem, 0.321rem + 0.89vw, 0.75rem);
    margin-bottom: 10px;
  }

  .p-program__text {
    font-size: 0.5rem;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 400;
    min-height: 60px;
    padding: 0 5px;
  }

  .p-program p {
    font-size: 0.5rem;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 400;
  }

  .p-program p span {
    font-size: 0.5rem;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 400;
  }

  .p-date {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .p-date__head-wrap {
    margin-bottom: 40px;
  }

  .p-date__table {
    margin-bottom: 40px;
  }

  .p-date__title {
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .p-date__sub {
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }

  .p-date th {
    padding: 6px;
  }

  .p-date td p {
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }

  .p-date td.p-date__year {
    padding: 6px;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }

  .p-footer {
    padding: 10px 0;
  }

  .p-footer small {
    font-size: 0.5rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }

  .p-achievements {
    margin-top: 40px;
  }

  .p-achievements__title {
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 14px;
  }

  .p-achievements__content {
    padding: 6px 15px;
  }

  .p-achievements__head {
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }

  .p-headline.interview03 {
    background-position: 70% 50%;
    height: 226px;
  }

  .p-headline.interview04 {
    background-position: 70% 50%;
    height: 226px;
  }

  .p-headline.interview02 {
    background-position: 70% 50%;
    height: 226px;
  }

  .p-profile {
    padding-top: 0;
  }

  .p-profile__inner {
    padding: 0;
  }

  .p-profile__content {
    padding: 30px 20px;
    margin-bottom: 0;
  }

  .p-profile__flex {
    display: block;
  }

  .p-profile__img {
    width: 100%;
  }

  .p-profile__text-box {
    width: 100%;
    border: none;
  }

  .interview .p-profile {
    padding-top: 0;
  }

  .interview .p-profile__inner {
    padding: 0;
  }

  .interview .p-profile__content {
    width: 85.75%;
    padding: 0 max(5.0890585242vw, 20px) max(5.0890585242vw, 20px);
    -webkit-transform: translate(5%, -40%);
            transform: translate(5%, -40%);
  }

  .interview .p-profile__content.interview02 {
    max-width: 400px;
  }

  .interview .p-profile__content.interview03 {
    max-width: 360px;
  }

  .interview .p-profile__content.interview04 {
    max-width: 400px;
  }

  .interview .p-profile__title {
    top: -12%;
  }

  .interview .p-profile__info {
    font-size: clamp(3.375rem, 2.928rem + 2.24vw, 4rem);
  }

  .interview .p-profile__read {
    font-size: clamp(0.938rem, 0.669rem + 1.34vw, 1.313rem);
  }

  .interview .p-profile__text {
    padding: 0 28px;
  }

  .interview .p-profile__flex {
    display: block;
  }

  .interview .p-profile__img {
    width: 100%;
    aspect-ratio: 369/224;
    padding: 0 10px;
  }

  .interview .p-profile__text-box {
    width: 100%;
    border: none;
  }

  .interview .p-profile__head-wrap {
    position: static;
    margin: 20px 0 20px;
    padding: 0 5%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-interview {
    padding-top: 0;
  }

  .p-interview__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }

  .p-interview__box {
    width: 100%;
  }

  .p-interview__text {
    padding: 0 38px;
  }

  .p-interview__content {
    display: block;
  }

  .p-interview__img {
    position: static;
    aspect-ratio: 430/333;
    width: 100%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  .p-interview .img01 {
    width: 100%;
    aspect-ratio: 430/333;
  }

  .p-interview .item01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }

  .p-interview .img02 {
    width: 100%;
  }

  .p-interview .item02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }

  .p-interview .img03 {
    width: 100%;
  }

  .p-interview .item03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0;
  }

  .p-interview .order01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }

  .p-interview .order05 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .interview .p-interview {
    padding-top: 0;
  }

  .interview .p-interview__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }

  .interview .p-interview__box {
    width: 100%;
  }

  .interview .p-interview__text {
    width: 100%;
    margin: 20px auto 0;
  }

  .interview .p-interview__text.wide {
    width: 100%;
    margin: 20px auto 0;
  }

  .interview .p-interview__content {
    display: block;
  }

  .interview .p-interview__img {
    position: static;
    aspect-ratio: 430/333;
    width: 100%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  .interview .p-interview .img01 {
    width: 100%;
    aspect-ratio: 430/333;
    margin-bottom: 40px;
  }

  .interview .p-interview .item01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }

  .interview .p-interview .img02 {
    width: 100%;
  }

  .interview .p-interview .item02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }

  .interview .p-interview .img03 {
    width: 100%;
  }

  .interview .p-interview .item03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0;
  }

  .interview .p-interview .order01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }

  .interview .p-interview .order05 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .interview .p-interview__head-wrap {
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translateX(4%);
            transform: translateX(4%);
  }

  .p-schedule {
    padding: 0;
  }

  .p-schedule__inner {
    padding: 0;
  }

  .p-schedule__text-box {
    padding: 40px;
    width: 90%;
    margin: 20px auto;
  }

  .p-schedule__head {
    margin-bottom: 20px;
  }

  .p-schedule__list li + li {
    margin-top: 0;
  }

  .p-schedule__img {
    position: static;
  }

  .p-schedule .img01 {
    width: 100%;
  }

  .p-schedule .img02 {
    width: 100%;
  }

  .interview .p-schedule {
    padding: 0;
  }

  .interview .p-schedule__inner {
    padding: 0;
  }

  .interview .p-schedule__text-box {
    padding: min(10.1781170483vw, 40px) min(5.0890585242vw, 20px);
    width: min(78%, 366px);
    margin: 0 auto 40px;
  }

  .interview .p-schedule__head {
    margin-bottom: 20px;
  }

  .interview .p-schedule__list li + li {
    margin-top: 0;
  }

  .interview .p-schedule__caption:not(:first-child) {
    margin-top: 20px;
  }

  .interview .p-schedule__img {
    position: static;
  }

  .interview .p-schedule .img01 {
    width: 86%;
    margin: 0 0 0 auto;
  }

  .interview .p-schedule .img02 {
    width: 74%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }

  .interview .p-schedule .img03 {
    width: 86%;
    margin: 0 0 0 auto;
  }

  .interview .p-schedule .img04 {
    width: 74%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }

  .p-staff-info__list {
    display: block;
  }

  .p-staff-info__list li + li {
    margin-top: 20px;
  }

  .p-staff-info__list li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .interview .p-staff-info__list {
    display: block;
  }

  .interview .p-staff-info__list li + li {
    margin-top: 20px;
  }

  .interview .p-staff-info__list li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .interview .p-staff-info__text-box {
    min-height: 150px;
    padding: 16px 10px;
  }

  .interview .p-staff-info__btn {
    margin: 0 auto;
  }

  .p-circle__list {
    gap: 3.0534351145vw;
    grid-template-columns: 21.6284987277vw 21.6284987277vw 21.6284987277vw;
    grid-template-rows: 21.6284987277vw 21.6284987277vw;
    max-width: 71.2468193384vw;
  }

  .p-circle__item {
    padding-top: 15%;
  }

  .p-circle__title {
    font-size: 0.5rem;
    line-height: 1.375;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: 2.0356234097vw;
  }

  .p-circle__date {
    font-size: 0.5rem;
    line-height: 1.375;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: 2.0356234097vw;
  }

  .p-circle__date span {
    font-size: 2.25rem;
    line-height: 1.3611111111;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: 9.1603053435vw;
  }

  .p-circle__date.mt-10 {
    margin-top: -12%;
  }

  .p-charm {
    background-size: 100%;
    padding-bottom: 0;
    background-position: top center;
  }

  .p-charm__inner {
    padding: 0;
  }

  .p-charm__box {
    width: 100%;
    padding: 40px 20px;
    background-size: 100%;
  }

  .p-charm__head-wrap {
    margin-bottom: 20px;
  }

  .p-charm.interview02 {
    margin-top: 0;
    background-position: top center;
    background-image: url(../img/interview-bg04_sp.webp);
  }

  .p-charm.interview02 .p-charm__head-wrap {
    margin: 0 auto 40px 0;
  }

  .p-charm.interview04 {
    padding-top: 220px;
    padding-bottom: 0;
    background-size: 100%;
    background-position: top center;
  }

  .p-reason {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .p-reason__inner {
    padding: 0;
  }

  .p-reason__content {
    display: block;
  }

  .p-reason__img {
    position: static;
    aspect-ratio: 430/333;
    margin-bottom: 40px;
  }

  .p-reason .img01 {
    width: 100%;
  }

  .p-reason .img02 {
    width: 100%;
  }

  .p-reason .img03 {
    width: 41%;
    -webkit-transform: translate(10%, 20%);
            transform: translate(10%, 20%);
  }

  .p-reason__head-wrap {
    margin: 0;
    padding: 0 20px;
  }

  .p-reason__box {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .p-reason__box.interview03 {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .p-reason__box.interview03 .p-reason__head-wrap {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }

  .p-reason__box.interview02 {
    -webkit-transform: translate(10%, -10%);
            transform: translate(10%, -10%);
  }

  .p-reason__box.interview02 .p-reason__head-wrap {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .p-reason__box.interview02 .p-reason__text {
    width: 80%;
    margin: 5% auto 0;
  }

  .reason02 .p-reason__head-wrap {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }

  .reason02 .p-reason__box {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .reason03 .p-reason__head-wrap {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .diagonal-line::before {
    -webkit-clip-path: none;
            clip-path: none;
  }

  .p-outlook {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 180px;
  }

  .p-outlook__inner {
    padding: 0;
  }

  .p-outlook__img {
    aspect-ratio: 393/574;
  }

  .p-outlook__img img {
    -o-object-position: top center;
       object-position: top center;
  }

  .p-outlook .img01 {
    width: 100%;
  }

  .p-outlook .img02 {
    width: 100%;
  }

  .p-outlook__head-wrap {
    top: 34%;
  }

  .p-outlook__head-wrap.interview03 {
    -webkit-transform: translate(0%, -12%);
            transform: translate(0%, -12%);
  }

  .p-outlook__text {
    padding: 0 38px;
  }

  .p-blue__head-wrap {
    margin: 40px auto 0;
  }

  .p-blue__text {
    padding: 0 40px;
  }

  .p-system {
    gap: 10px;
    max-width: 400px;
  }

  .p-system__arrow {
    width: 20px;
    margin-top: 20px;
    font-size: 8px;
  }

  .p-system__arrow::after {
    top: -30px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom: 20px solid #FF9100;
  }

  .p-system__top {
    gap: 10px;
    margin-bottom: 10px;
  }

  .p-system__left,
  .p-system__right {
    width: calc(50% - 5px);
  }

  .p-system__right {
    padding: 10px;
  }

  .p-system__right .p-system__text {
    margin-top: 20px;
  }

  .p-system__item {
    padding: 10px;
  }

  .p-system__item:not(:first-child) {
    margin-top: 10px;
  }

  .p-system__item .p-system__text {
    margin-top: 20px;
  }

  .p-system__bottom {
    padding: 10px;
  }

  .p-system__title::before {
    width: 40px;
  }

  .p-system__title {
    font-size: 0.75rem;
    line-height: 1.0833333333;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(0.5rem, 0.321rem + 0.89vw, 0.75rem);
  }

  .p-system .item04 {
    padding: 5px;
  }

  .p-system p {
    font-size: 0.625rem;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 500;
    font-size: clamp(0.5rem, 0.411rem + 0.45vw, 0.625rem);
  }

  .p-system p span {
    font-size: 0.625rem;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 500;
    font-size: clamp(0.5rem, 0.411rem + 0.45vw, 0.625rem);
  }

  .u-sp-hidden {
    display: none;
  }
}

@media screen and (hover: hover) and (max-width: 767px) {
  .p-header__item:hover {
    color: #fff;
    border-bottom: 1px solid #1B579D;
  }

  .p-header__item:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (max-width: 390px) {
  .p-staff__list {
    display: block;
  }

  .p-staff__list .p-staff__item:nth-child(n+3) {
    margin-top: 120px;
  }

  .p-staff__item {
    width: 200px;
    margin: 0 auto;
  }

  .p-staff .item04 {
    margin-top: 170px !important;
  }

  .p-staff__item + .p-staff__item {
    margin-top: 120px;
  }
}

@media screen and (max-width: 374px) {
  .c-top-btn__wrap.interview03 {
    padding-top: 200px;
  }

  .c-top-btn__wrap.interview04 {
    padding-top: 360px;
  }
}

@media (min-width: 768px ) and (max-width: 1179px) {
  .l-inner {
    padding: 0 40px;
  }

  .c-drawer-bg.is-open {
    display: block;
  }

  .c-top-btn__wrap {
    margin-top: 200px;
  }

  .c-top-btn__wrap.interview04 {
    margin-top: 250px;
  }

  .p-header {
    height: 75px;
    padding: 0 40px;
  }

  .p-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 375px;
    background-color: #fff;
    padding: 100px 20px 100px 20px;
    height: 100%;
    overflow-y: scroll;
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    z-index: 200;
    display: block;
  }

  .p-header__list {
    display: block;
  }

  .p-header__item a {
    color: #000;
    display: block;
    padding: 20px 10px 20px 20px;
  }

  .p-header__item {
    display: block;
    border-bottom: 1px solid #000;
    height: auto;
  }

  .p-header.interview {
    height: 75px;
  }

  .p-mv {
    height: 100vh;
    margin-top: -80px;
  }

  .p-business {
    padding-top: 160px;
  }

  .p-business .img01 {
    right: 40px;
  }

  .p-business .img02 {
    left: 40px;
  }

  .p-business .under {
    padding: min(5.4172767204vw, 74px) min(2.9282576867vw, 80px) min(5.4172767204vw, 74px) min(2.9282576867vw, 80px);
  }

  .p-business__content {
    padding: 40px 40px;
    gap: 3.6603221083vw;
  }

  .p-message {
    padding: 120px 0 80px;
  }

  .p-staff::before {
    -webkit-clip-path: polygon(100% 0, 100% 87%, 0 100%, 0 13%);
            clip-path: polygon(100% 0, 100% 87%, 0 100%, 0 13%);
    padding-bottom: 100px;
  }

  .p-staff {
    padding: 0px 0 300px;
  }

  .p-staff__list {
    gap: 10px;
    margin: 140px auto;
  }

  .p-staff__item {
    width: calc(50% - 5px);
  }

  .p-staff__title {
    margin-bottom: 10px;
    font-size: clamp(0.75rem, 0.283rem + 0.97vw, 1rem);
  }

  .p-staff__info {
    margin-bottom: 0;
    min-height: 60px;
  }

  .p-staff__btn {
    margin: 0 5px auto 0;
  }

  .p-staff__btn::before {
    width: 8px;
    height: 8px;
    right: 5px;
  }

  .p-strengths {
    margin-top: 140px;
  }

  .p-strengths__list {
    gap: 80px 40px;
  }

  .p-strengths__text-box {
    padding: 11px 10px 38px;
  }

  .p-recruit {
    padding-top: 120px;
  }

  .p-program__figure {
    gap: 20px;
  }

  .p-program__arrow {
    width: 40px;
    margin-top: 20px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }

  .p-program__arrow::after {
    top: -40px;
    width: 40px;
    height: 40px;
    border: 20px solid transparent;
    border-bottom: 20px solid #ff9100;
  }

  .p-program__top {
    gap: 20px;
    margin-bottom: 20px;
  }

  .p-program__item {
    padding: 10px;
    gap: 20px;
    width: calc(33% - 10px);
  }

  .p-achievements__content {
    padding: 20px 7px;
  }

  .p-headline.interview03 {
    background-position: 70% 50%;
  }

  .p-headline.interview04 {
    background-position: 70% 50%;
  }

  .p-headline.interview02 {
    background-position: 70% 50%;
  }

  .p-profile__inner {
    padding: 0;
  }

  .p-profile__content {
    padding: 60px;
    margin-bottom: 0;
    max-width: 100%;
  }

  .p-profile__flex {
    display: block;
  }

  .p-profile__img {
    width: 100%;
  }

  .p-profile__text-box {
    width: 100%;
    border: none;
  }

  .interview .p-profile__inner {
    padding: 0;
  }

  .interview .p-profile__content {
    max-width: 710px;
    padding: 0 min(5.1244509517vw, 50px) min(2.9282576867vw, 34px);
    -webkit-transform: translate(7%, -40%);
            transform: translate(7%, -40%);
  }

  .interview .p-profile__content.interview03 {
    max-width: 700px;
  }

  .interview .p-profile__title {
    top: -10%;
  }

  .interview .p-profile__info {
    font-size: 6.25rem;
    line-height: 1.74;
    letter-spacing: 0em;
    font-weight: 700;
  }

  .interview .p-profile__read {
    font-size: 1.875rem;
    line-height: 1.2666666667;
    letter-spacing: 0em;
    font-weight: 700;
  }

  .interview .p-profile__text {
    padding-right: 20px;
  }

  .interview .p-profile__flex {
    margin-top: 40px;
  }

  .interview .p-profile__text-box {
    border: none;
  }

  .interview .p-profile__head-wrap {
    top: -50%;
    left: -25%;
  }

  .p-interview {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .p-interview__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }

  .p-interview__box {
    width: 100%;
  }

  .p-interview__content {
    display: block;
  }

  .p-interview__img {
    position: static;
    width: 100%;
    aspect-ratio: 768/333;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  .p-interview .img01 {
    width: 100%;
    aspect-ratio: 768/333;
  }

  .p-interview .item01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }

  .p-interview .img02 {
    width: 100%;
  }

  .p-interview .item02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }

  .p-interview .img03 {
    width: 100%;
  }

  .p-interview .item03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0;
  }

  .p-interview .order01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }

  .p-interview .order05 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .interview .p-interview {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .interview .p-interview__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .interview .p-interview__box {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .interview .p-interview__img {
    position: static;
    width: 100%;
    aspect-ratio: 768/333;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  .interview .p-interview .img01 {
    width: 100%;
  }

  .interview .p-interview .item01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .interview .p-interview .img02 {
    width: 100%;
  }

  .interview .p-interview .item02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }

  .interview .p-interview .img03 {
    width: 100%;
  }

  .interview .p-interview .item03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0;
  }

  .interview .p-interview .order01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }

  .interview .p-interview .order05 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .interview .p-interview__head-wrap {
    right: 220px;
  }

  .p-schedule {
    padding-bottom: 200px;
  }

  .p-schedule__text-box {
    padding: max(2.9282576867vw, 40px) max(2.196193265vw, 30px);
  }

  .p-schedule__head {
    margin-bottom: 20px;
  }

  .p-schedule__list li + li {
    margin-top: 5px;
  }

  .interview .p-schedule {
    padding-bottom: 200px;
  }

  .interview .p-schedule__text-box {
    width: min(45%, 366px);
    padding: max(2.9282576867vw, 40px) max(1.4641288433vw, 20px);
  }

  .interview .p-schedule__head {
    margin-bottom: 20px;
  }

  .interview .p-schedule__list li + li {
    margin-top: 0;
  }

  .interview .p-schedule .img01 {
    right: 4%;
  }

  .interview .p-schedule .img02 {
    bottom: 2%;
    right: 8%;
  }

  .interview .p-schedule .img03 {
    right: 4%;
  }

  .interview .p-schedule .img04 {
    bottom: -20%;
    right: 8%;
  }

  .p-staff-info__list {
    gap: 20px;
  }

  .p-staff-info__list li {
    width: calc(33% - 10px);
  }

  .p-staff-info__img {
    height: 150px;
  }

  .p-staff-info__name {
    font-size: 0.9375rem;
    line-height: 1.2666666667;
    letter-spacing: -0.02em;
    font-weight: 700;
  }

  .p-staff-info__text {
    font-size: 0.5625rem;
    line-height: 2.1111111111;
    letter-spacing: -0.02em;
    font-weight: 500;
  }

  .p-staff-info__btn {
    font-size: 0.5625rem;
    line-height: 2.1111111111;
    letter-spacing: -0.02em;
    font-weight: 500;
  }

  .interview .p-staff-info__list {
    gap: 20px;
  }

  .interview .p-staff-info__list li {
    width: calc(33% - 10px);
  }

  .p-charm__box {
    padding: 90px 35px;
  }

  .p-charm.interview02 {
    position: relative;
    z-index: 1;
    padding-top: 160px;
    margin-top: -200px;
    padding-bottom: 0;
    background-image: url(../img/interview-bg04.webp);
    background-size: 100%;
  }

  .p-charm.interview02 .p-charm__box {
    margin: 12% 0 0 auto;
  }

  .p-charm.interview03 {
    background-size: 100%;
    padding-bottom: 0;
    background-position: top center;
  }

  .p-charm.interview04 {
    padding: 100px 0;
  }

  .p-reason__head-wrap {
    margin: 0;
  }

  .p-reason__box {
    -webkit-transform: translate(-4%, -18%);
            transform: translate(-4%, -18%);
    width: 60%;
  }

  .p-reason__box.interview02 {
    -webkit-transform: translate(13%, -50%);
            transform: translate(13%, -50%);
  }

  .p-reason__box.interview02 .p-reason__head-wrap {
    left: -6%;
  }

  .p-reason__box.interview02 .p-reason__text {
    padding: 0 20px;
  }

  .p-reason .p-interview__text {
    margin: 50px 0 0 0;
  }

  .reason02 .p-reason__box {
    -webkit-transform: translate(-5%, -23%);
            transform: translate(-5%, -23%);
  }

  .reason03 .p-reason__head-wrap {
    -webkit-transform: translate(-30px, 0px);
            transform: translate(-30px, 0px);
  }

  .diagonal-line::before {
    -webkit-clip-path: none;
            clip-path: none;
  }

  .p-outlook {
    margin-top: -50px;
    padding-top: 170px;
    padding-bottom: 140px;
  }

  .p-outlook__head-wrap {
    max-width: 750px;
  }

  .p-outlook__head-wrap.interview03 {
    -webkit-transform: translate(0%, -22%);
            transform: translate(0%, -22%);
  }

  .p-outlook__text {
    padding: 0 25px;
  }

  .p-outlook__text.interview04 {
    padding: 0 20px;
  }

  .p-outlook__text.small {
    padding: 0 16px;
  }

  .p-system {
    gap: 20px;
  }

  .p-system__arrow {
    width: 40px;
    margin-top: 20px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 700;
  }

  .p-system__arrow::after {
    top: -40px;
    width: 40px;
    height: 40px;
    border: 20px solid transparent;
    border-bottom: 20px solid #FCC000;
  }

  .u-tab-hidden {
    display: none;
  }
}

@media (hover: hover) and (min-width: 768px ) and (max-width: 1179px) {
  .p-header__item:hover {
    color: #fff;
    border-bottom: 1px solid #1B579D;
  }

  .p-header__item:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (min-width: 391px) and (max-width: 415px) {
  .p-staff__br {
    display: none;
  }
}

@media (hover: hover) {
  .c-top-btn:hover {
    opacity: 0.8;
  }

  .c-to-top:hover {
    opacity: 0.8;
  }

  .p-business__link:hover {
    color: #1B579D;
  }

  .p-staff__btn:hover {
    border: 1px solid #1B579D;
  }

  .p-staff__btn:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  .interview .p-staff-info .link:hover {
    background-color: #fff;
  }

  .interview .p-staff-info .link:hover .p-staff-info__name,
  .interview .p-staff-info .link:hover .p-staff-info__text,
  .interview .p-staff-info .link:hover .p-staff-info__btn {
    color: #1B579D;
  }

}

/*新卒サイトバナーのデザイン（2025/10/03追記）*/
/* 新卒バナー 共通スタイル */
.p-shinsotsu-banner {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto;
}

/* スマホ時にバナーを拡大 */
@media screen and (max-width: 767px) {
  .p-shinsotsu-banner {
    width: 100%;
  }
}

/*会社説明資料のデザイン（2025/4/25追記）*/
/* 会社説明資料ダウンロードリンクのスタイル */
.p-company-introduction {
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding: 15px 30px;
  display: inline-block;
  transition: all 0.3s ease;
}

.p-company-introduction:hover {
  transform: scale(1.1);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .p-company-introduction {
    font-size: 16px;
    padding: 12px 24px;
  }
}



/*# sourceMappingURL=style.css.map */
/* 新規追加(pdfプレビュー機能) */
.p-pdf_container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 新規追加(pdfプレビュー機能) */
.p-pdf_preview {
  width: 100%;
  aspect-ratio:16/9;
  border: 2px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background-color: #525659;
  margin-bottom: 20px;
}

/* 新規追加(pdfプレビュー機能) */
.p-pdf_preview iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* 新規追加（お問い合わせリンク） */
a.toiawase-link[target="_blank"] {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

/* 新規追加（外部リンクアイコン） */
a.toiawase-link[target="_blank"]::after {
  content: "\00a0↗";
  font-size: 0.8em;
  opacity: 0.7;
  white-space: nowrap;
}

/* 新規追加（お問い合わせリンク行：改行させず1行で表示） */
.c-entry__link-line {
  display: inline-block;
  white-space: nowrap;
}

/* 新規追加(新卒採用バナー オーバーレイ) */
.p-shinsotsu-wrapper {
  width: 100%;
  position: relative;
}

.p-shinsotsu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-shinsotsu-overlay-text {
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0 20px;
  font-size: 2em;
}

@media (max-width: 768px) {
  .p-shinsotsu-overlay-text {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .p-shinsotsu-overlay-text {
    font-size: 0.9em;
  }
}
