@charset "UTF-8";
.p-pagebody {
  position: relative;
  z-index: 1;
}

.p-interview {
  padding: 6rem 0 14rem;
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding: 9.3333333333vw 0 13.3333333333vw;
  }
}
.p-interview-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-interview-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.p-interview-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-interview-recruit-item {
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .p-interview-recruit-item {
    width: 50%;
  }
}
.p-interview-recruit-link {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #002698;
  text-align: center;
  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;
  position: relative;
  width: 100%;
  height: 4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-interview-recruit-link {
    font-size: 4.2666666667vw;
    line-height: 1;
    height: 10.6666666667vw;
  }
}
.p-interview-recruit-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0.1rem solid #002698;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-interview-recruit-link::before {
    border-width: 0.2666666667vw;
  }
}
.p-interview-recruit-link.current {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#001e77), color-stop(37.79%, #002698), to(#2d67d2));
  background: linear-gradient(90deg, #001e77 0%, #002698 37.79%, #2d67d2 100%);
}
.p-interview-recruit-link.current::before {
  border-color: transparent;
}
.p-interview-box {
  padding: 3.2rem 4.5rem;
  border-left: 0.5rem solid #002698;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-interview-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-box {
    padding: 8vw 5.3333333333vw;
  }
}
.p-interview-box-term {
  font-family: "Oswald", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 2.6rem;
  line-height: 1.0384615385;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
  padding-left: 2.1rem;
}
@media screen and (min-width: 768px) {
  .p-interview-box-term {
    width: 18.75%;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-box-term {
    font-size: 9.0666666667vw;
    line-height: 1.4705882353;
    padding-left: 5.3333333333vw;
  }
}
.p-interview-box-term::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 1.1rem;
  height: 1.1rem;
  background: #2C4286;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-interview-box-term::before {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.p-interview-box-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-interview-box-btns {
    width: 81.25%;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-box-btns {
    gap: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-interview-box-link {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #002698;
  display: inline-block;
  position: relative;
  padding: 0 1.35rem;
  background: #fff;
}
.p-interview-box-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0.1rem solid #002698;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-interview-box-link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-interview-box-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-box-link {
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
    padding: 0 3.2vw;
    border-width: 0.2666666667vw;
  }
}
.p-interview-box-link.current {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#001e77), color-stop(37.79%, #002698), to(#2d67d2));
  background: linear-gradient(90deg, #001e77 0%, #002698 37.79%, #2d67d2 100%);
}
.p-interview-box-link.current::before {
  border-color: transparent;
}
.p-interview-list {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-interview-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-list {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-interview-list-item {
    width: calc((100% - 6rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-list-item:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
.p-interview-list-link {
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 3.5rem rgba(118, 118, 118, 0.13);
          box-shadow: 0 0 3.5rem rgba(118, 118, 118, 0.13);
}
@media screen and (min-width: 768px) {
  .p-interview-list-link:hover .p-interview-list-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-interview-list-link:hover .p-interview-list-category, .p-interview-list-link:hover .p-interview-list-ttl, .p-interview-list-link:hover .p-interview-list-txt {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-interview-list-link {
    -webkit-box-shadow: 0 0 9.3333333333vw rgba(118, 118, 118, 0.13);
            box-shadow: 0 0 9.3333333333vw rgba(118, 118, 118, 0.13);
  }
}
.p-interview-list-img {
  aspect-ratio: 380/235;
  overflow: hidden;
}
.p-interview-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-interview-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6rem;
  padding: 3rem 2rem 4.7rem;
}
@media screen and (max-width: 767px) {
  .p-interview-list-box {
    gap: 1.6vw;
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
}
.p-interview-list-category {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #002698;
  padding: 0 1.25rem;
  border: 0.1rem solid #002698;
  background: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-interview-list-category {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    padding: 0 3.3333333333vw;
  }
}
.p-interview-list-ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #2C4286;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-interview-list-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.p-interview-list-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  margin-top: 0.6rem;
  padding-top: 1.4rem;
  width: 100%;
  border-top: 0.1rem solid #E6E6E6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-interview-list-txt {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    margin-top: 1.0666666667vw;
    padding-top: 3.7333333333vw;
    border-top-width: 0.2666666667vw;
  }
}
.p-interview-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  margin: 4rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-interview-txt {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    margin-top: 5.3333333333vw;
  }
}

.p-detail {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-detail {
    padding-top: 6.6666666667vw;
  }
}
.p-detail-intro {
  position: relative;
  z-index: 2;
  min-height: 35rem;
}
.p-detail-intro-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-detail-intro-bg {
    top: 31.7333333333vw;
    height: calc(100% - 31.7333333333vw);
  }
}
.p-detail-intro-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (min-width: 768px) {
  .p-detail-intro-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 2rem 0 2rem 10rem;
    min-height: 35rem;
  }
}
.p-detail-intro-img {
  aspect-ratio: 500/350;
}
@media screen and (min-width: 768px) {
  .p-detail-intro-img {
    position: absolute;
    top: 6rem;
    right: 2rem;
    z-index: 2;
    width: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-intro-img {
    position: relative;
    z-index: 2;
    padding: 0 3.4666666667vw 3.4666666667vw 0;
    aspect-ratio: 322/228.77;
  }
}
.p-detail-intro-img::before, .p-detail-intro-img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-detail-intro-img::before, .p-detail-intro-img::after {
    top: 2rem;
    left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-intro-img::before, .p-detail-intro-img::after {
    bottom: 0;
    right: 0;
    width: 85.8666666667vw;
    height: 60vw;
  }
}
.p-detail-intro-img::before {
  z-index: -2;
  background: #fff;
}
.p-detail-intro-img::after {
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(210, 226, 255, 0.6)), color-stop(99.1%, rgba(227, 245, 255, 0.6)), to(rgba(227, 245, 255, 0.6)));
  background: linear-gradient(0deg, rgba(210, 226, 255, 0.6) 0%, rgba(227, 245, 255, 0.6) 99.1%, rgba(227, 245, 255, 0.6) 100%);
}
.p-detail-intro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-detail-intro-box {
    width: 56rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-intro-box {
    padding: 9.0666666667vw 0 13.3333333333vw;
  }
}
.p-detail-intro-ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-detail-intro-ttl {
    font-size: 5.8666666667vw;
    line-height: 1.5454545455;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
.p-detail-intro-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-intro-txt {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-top: 8vw;
  }
}
.p-detail-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-detail-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-detail-box-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-detail-box-list {
  counter-reset: number 0;
  padding: 16rem 0 11.1rem;
}
@media screen and (max-width: 767px) {
  .p-detail-box-list {
    padding: 10.6666666667vw 0 8vw;
  }
}
.p-detail-box-list-item {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-detail-box-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-detail-box-list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 3rem;
  right: 0;
  z-index: -1;
  width: calc(100% - 5rem);
  height: calc(100% - 3rem);
  background: #fff;
  -webkit-box-shadow: 0 0 3.5rem rgba(118, 118, 118, 0.13);
          box-shadow: 0 0 3.5rem rgba(118, 118, 118, 0.13);
}
@media screen and (max-width: 767px) {
  .p-detail-box-list-item::before {
    top: 32vw;
    width: 100%;
    height: calc(100% - 32vw);
    -webkit-box-shadow: 0 0 9.3333333333vw rgba(118, 118, 118, 0.13);
            box-shadow: 0 0 9.3333333333vw rgba(118, 118, 118, 0.13);
  }
}
@media screen and (max-width: 767px) {
  .p-detail-box-list-item.noimg {
    padding: 6.6666666667vw 8vw 10.6666666667vw;
  }
}
.p-detail-box-list-item.noimg::before {
  top: 0;
  height: 100%;
}
.p-detail-box-list-item.noimg .p-detail-box-list-txtbox {
  padding: 5rem 8rem 0 13rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-detail-box-list-item.noimg .p-detail-box-list-txtbox {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-box-list-item.noimg .p-detail-box-list-num {
    padding: 1.4rem 8rem 3.4rem 13rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-box-list-item.noimg .p-detail-box-list-num {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-box-list-item.noimg:not(:first-child) {
    margin-top: 9rem;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-box-list-item.noimg:nth-child(odd) .p-detail-box-list-txtbox {
    padding: 5rem 13rem 0 8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-box-list-item.noimg:nth-child(odd) .p-detail-box-list-num {
    padding: 1.4rem 13rem 3.4rem 8rem;
  }
}
.p-detail-box-list-item:not(:first-child) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-box-list-item:not(:first-child) {
    margin-top: 8vw;
  }
}
.p-detail-box-list-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .p-detail-box-list-item:nth-child(odd)::before {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-box-list-item:nth-child(odd) .p-detail-box-list-img::before, .p-detail-box-list-item:nth-child(odd) .p-detail-box-list-img::after {
    left: 3rem;
    right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-box-list-item:nth-child(odd) .p-detail-box-list-txtbox {
    padding: 8rem 4rem 0 8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-box-list-item:nth-child(odd) .p-detail-box-list-num {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1.4rem 10rem 3.4rem 8rem;
  }
}
.p-detail-box-list-img {
  position: relative;
  z-index: 2;
  padding-bottom: 3rem;
  width: 50rem;
  aspect-ratio: 500/430;
}
@media screen and (min-width: 768px) {
  .p-detail-box-list-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-box-list-img {
    margin-inline: auto;
    padding: 0 4.5333333333vw 4.5333333333vw 0;
    width: 78.6666666667vw;
    aspect-ratio: 278/226.17;
  }
}
.p-detail-box-list-img::before, .p-detail-box-list-img::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 3rem;
  width: 100%;
  height: calc(100% - 3rem);
}
@media screen and (max-width: 767px) {
  .p-detail-box-list-img::before, .p-detail-box-list-img::after {
    right: 0;
    width: 74.1333333333vw;
    height: 59.4666666667vw;
  }
}
.p-detail-box-list-img::before {
  z-index: -2;
  background: #fff;
}
.p-detail-box-list-img::after {
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(210, 226, 255, 0.6)), color-stop(99.1%, rgba(227, 245, 255, 0.6)), to(rgba(227, 245, 255, 0.6)));
  background: linear-gradient(0deg, rgba(210, 226, 255, 0.6) 0%, rgba(227, 245, 255, 0.6) 99.1%, rgba(227, 245, 255, 0.6) 100%);
}
.p-detail-box-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-detail-box-list-txtbox {
  padding: 8rem 8rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-detail-box-list-txtbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 50rem);
  }
}
@media screen and (max-width: 767px) {
  .p-detail-box-list-txtbox {
    padding: 0 8vw 10.6666666667vw;
  }
}
.p-detail-box-list-ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #002698;
  position: relative;
  padding: 0 0 1.4rem 4.6rem;
  border-bottom: 0.1rem solid #2C4286;
}
@media screen and (max-width: 767px) {
  .p-detail-box-list-ttl {
    font-size: 5.8666666667vw;
    line-height: 1.5454545455;
    padding: 0 0 2.6666666667vw 8.5333333333vw;
    border-bottom-width: 0.2666666667vw;
  }
}
.p-detail-box-list-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#001e77), color-stop(37.79%, #002698), to(#2d67d2));
  background: linear-gradient(0deg, #001e77 0%, #002698 37.79%, #2d67d2 100%);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
@media screen and (max-width: 767px) {
  .p-detail-box-list-ttl::before {
    top: 1.6vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-detail-box-list-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-box-list-txt {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    margin-top: 5.3333333333vw;
  }
}
.p-detail-box-list-num {
  font-family: "Oswald", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 500;
  color: #D8E0EF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6rem;
  padding: 1.4rem 8rem 3.4rem 10rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-detail-box-list-num {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-box-list-num {
    font-size: 3.2vw;
    line-height: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 1.3333333333vw;
    padding: 0 8vw;
  }
}
.p-detail-box-list-num::after {
  font-family: "Oswald", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 5.9rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 500;
  color: #D8E0EF;
  text-align: center;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: relative;
  bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-box-list-num::after {
    font-size: 9.6vw;
    line-height: 1.4722222222;
    bottom: 0.2666666667vw;
  }
}
.p-detail-box-other {
  position: relative;
  z-index: 1;
  padding-bottom: 8.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-box-other {
    padding-bottom: 13.3333333333vw;
  }
}
.p-detail-box-other::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 192rem;
  height: calc(100% - 5rem);
  background: -webkit-gradient(linear, left top, right top, from(#001e77), color-stop(37.79%, #002698), to(#2d67d2));
  background: linear-gradient(90deg, #001e77 0%, #002698 37.79%, #2d67d2 100%);
}
@media screen and (min-width: 768px) {
  .p-detail-box-other::before {
    top: 5rem;
    min-height: 35rem;
    -webkit-clip-path: polygon(35rem 0, 100% 0, calc(100% - 35rem) 100%, 0 100%);
            clip-path: polygon(35rem 0, 100% 0, calc(100% - 35rem) 100%, 0 100%);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-detail-box-other::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52%;
  }
}
.p-detail-box-other-inner {
  position: relative;
  z-index: 1;
  padding: 5rem 13rem 7rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-box-other-inner {
    padding: 8vw 8vw 10.6666666667vw;
  }
}
.p-detail-box-other-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 5rem);
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 3.5rem rgba(118, 118, 118, 0.13);
          box-shadow: 0 0 3.5rem rgba(118, 118, 118, 0.13);
}
@media screen and (max-width: 767px) {
  .p-detail-box-other-inner::before {
    width: 100%;
    -webkit-box-shadow: 0 0 9.3333333333vw rgba(118, 118, 118, 0.13);
            box-shadow: 0 0 9.3333333333vw rgba(118, 118, 118, 0.13);
  }
}
.p-detail-box-other-ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #002698;
  position: relative;
  padding: 0 0 1.4rem 4.6rem;
  border-bottom: 0.1rem solid #2C4286;
}
@media screen and (max-width: 767px) {
  .p-detail-box-other-ttl {
    font-size: 5.8666666667vw;
    line-height: 1.5454545455;
    padding: 0 0 2.6666666667vw 8.5333333333vw;
    border-bottom-width: 0.2666666667vw;
  }
}
.p-detail-box-other-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#001e77), color-stop(37.79%, #002698), to(#2d67d2));
  background: linear-gradient(0deg, #001e77 0%, #002698 37.79%, #2d67d2 100%);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
@media screen and (max-width: 767px) {
  .p-detail-box-other-ttl::before {
    top: 1.6vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-detail-box-other-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-box-other-txt {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    margin-top: 5.3333333333vw;
  }
}
.p-detail-other {
  padding: 8rem 0 14rem;
  background: #F5F5F5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-detail-other {
    padding: 13.3333333333vw 0;
  }
}
.p-detail-other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-other-list {
    margin-top: 8vw;
  }
}
.p-detail-other-list-item {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .p-detail-other-list-item {
    width: 42.6666666667vw;
  }
}
.p-detail-other-list-btn {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #002698;
  text-align: center;
  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;
  position: relative;
  width: 100%;
  height: 4rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-detail-other-list-btn {
    font-size: 4.2666666667vw;
    line-height: 1;
    height: 10.6666666667vw;
  }
}
.p-detail-other-list-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0.1rem solid #002698;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-detail-other-list-btn::before {
    border-width: 0.2666666667vw;
  }
}
.p-detail-other-list-btn.checked {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#001e77), color-stop(37.79%, #002698), to(#2d67d2));
  background: linear-gradient(90deg, #001e77 0%, #002698 37.79%, #2d67d2 100%);
}
.p-detail-other-list-btn.checked::before {
  border-color: transparent;
}
.p-detail-other-tab {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-other-tab {
    margin: 8vw auto 0;
    width: 89.3333333333vw;
    overflow: hidden;
  }
}
.p-detail-other-tab-cont {
  position: relative;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.p-detail-other-tab-cont.show {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.p-detail-other .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-detail-other .slick-slider {
    gap: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-other .slick-slider.is-within-3 .slick-list {
    padding-bottom: 9.6rem;
  }
}
.p-detail-other .slick-arrow {
  width: 5.6rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-detail-other .slick-arrow:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-other .slick-arrow {
    width: 16vw;
  }
}
.p-detail-other .slick-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-detail-other .slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.p-detail-other .slick-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.p-detail-other .slick-dots {
  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;
  gap: 1.6rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .p-detail-other .slick-dots {
    gap: 2.6666666667vw;
  }
}
.p-detail-other .slick-dots li {
  width: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-other .slick-dots li {
    width: 3.2vw;
  }
}
.p-detail-other .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 1.2rem;
  border: 0.1rem solid #002698;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .p-detail-other .slick-dots button:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-other .slick-dots button {
    height: 3.2vw;
    border-width: 0.2666666667vw;
  }
}
.p-detail-other .slick-active button {
  background: #2C4286;
}
.p-detail-other .slick-active::before {
  opacity: 0;
}
.p-detail-other .slick-list {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-detail-other .slick-list {
    padding: 0 18.75vw;
  }
}
.p-detail-other .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
}
.p-detail-other .slick-slide {
  float: none;
  height: auto;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-detail-other .slick-slide {
    position: relative;
    margin-inline: 0.78125vw;
  }
  .p-detail-other .slick-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
  }
}
.p-detail-other-slider-link {
  display: block;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-detail-other-slider-link:hover .p-interview-slider-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-detail-other-slider-link:hover .p-interview-slider-category, .p-detail-other-slider-link:hover .p-interview-slider-ttl, .p-detail-other-slider-link:hover .p-interview-slider-txt {
    opacity: 0.6;
  }
}
.p-detail-other-slider-img {
  aspect-ratio: 380/235;
  overflow: hidden;
}
.p-detail-other-slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-detail-other-slider-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6rem;
  padding: 2.4rem 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-other-slider-box {
    gap: 1.6vw;
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
}
.p-detail-other-slider-category {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #002698;
  padding: 0 1.3rem;
  border: 0.1rem solid #002698;
  background: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-detail-other-slider-category {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    padding: 0 3.4666666667vw;
    display: none;
  }
}
.p-detail-other-slider-ttl {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #002698;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-detail-other-slider-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.p-detail-other-slider-txt {
  font-size: 0.8333333333vw;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  margin-top: 0.3125vw;
  padding-top: 0.7291666667vw;
  width: 100%;
  border-top: 0.1rem solid #E6E6E6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-detail-other-slider-txt {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    margin-top: 1.0666666667vw;
    padding-top: 3.7333333333vw;
    border-top-width: 0.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-other .m-btn01 {
    position: absolute;
    bottom: 0;
    right: 19.53125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-other .m-btn01 {
    text-align: center;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-other .m-btn01-link {
    font-size: 1.0416666667vw;
    gap: 0 1.71875vw;
    padding: 0.2604166667vw 0 0.625vw;
    border-bottom: 0.0520833333vw solid #2C4286;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-other .m-btn01-icn {
    width: 2.2395833333vw;
  }
}