@charset "UTF-8";
@media screen and (min-width: 768px) {
  .p-recruit-interview {
    position: relative;
  }
  .p-recruit-interview::before, .p-recruit-interview::after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .p-recruit-interview::before {
    top: 14.7rem;
    left: 0;
    width: 45.6rem;
    height: 73.3rem;
    background: url(../images/recruit/people/interview/interview_deco_01.png) center/contain no-repeat;
  }
  .p-recruit-interview::after {
    bottom: -40.5rem;
    right: 0;
    width: 31.3rem;
    height: 62.2rem;
    background: url(../images/recruit/people/interview/interview_deco_02.png) center/contain no-repeat;
  }
}
.p-recruit-interview .c-wrap {
  max-width: 100rem;
}
.p-recruit-interview .txt {
  font-size: 2.4rem;
  line-height: 1.8333333333;
  text-align: center;
  margin: 7rem auto 0;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .txt {
    font-size: 3.2rem;
    line-height: 1.625;
    text-align: left;
  }
}
.p-recruit-interview .list {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list {
    margin-top: 7.7rem;
  }
}
.p-recruit-interview .list_item:nth-child(n+2) {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_item:nth-child(n+2) {
    margin-top: 6rem;
  }
}
.p-recruit-interview .list_item:nth-child(odd) {
  --_color-01: #ebf4fe;
  --_color-02: #0078f0;
}
.p-recruit-interview .list_item:nth-child(even) {
  --_color-01: #fff3f0;
  --_color-02: #ff643c;
}
.p-recruit-interview .list_item:has([src*=interview_img_01]) {
  --_img-sub-bottom: -1.4rem;
  --_img-sub-left: -4.2rem;
  --_img-sub-width: 8.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_item:has([src*=interview_img_01]) {
    --_img-sub-bottom: -1.7rem;
    --_img-sub-left: 1.2396694215%;
    --_img-sub-width: 25.6198347107%;
  }
}
.p-recruit-interview .list_item:has([src*=interview_img_02]) {
  --_img-sub-bottom: -2.5rem;
  --_img-sub-left: -6rem;
  --_img-sub-width: 10.3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_item:has([src*=interview_img_02]) {
    --_img-sub-bottom: -1.6rem;
    --_img-sub-left: 0.4132231405%;
    --_img-sub-width: 24.3801652893%;
  }
}
.p-recruit-interview .list_item:has([src*=interview_img_03]) {
  --_img-sub-bottom: -3rem;
  --_img-sub-left: -2.8rem;
  --_img-sub-width: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_item:has([src*=interview_img_03]) {
    --_img-sub-bottom: -1.7rem;
    --_img-sub-left: 6.8181818182%;
    --_img-sub-width: 19.0082644628%;
  }
}
.p-recruit-interview .list_item:has([src*=interview_img_04]) {
  --_img-sub-bottom: -3.2rem;
  --_img-sub-left: -3.3rem;
  --_img-sub-width: 10.3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_item:has([src*=interview_img_04]) {
    --_img-sub-bottom: -1.9rem;
    --_img-sub-left: 6.4049586777%;
    --_img-sub-width: 30.3719008264%;
  }
}
.p-recruit-interview .list_link {
  --_default-opacity: 1;
  --_active-opacity: 0;
  --_arrow-color: #ff643c;
  position: relative;
  z-index: 1;
  padding: 0 5rem 4rem 11.2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview .list_link {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 27rem 1fr;
    column-gap: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_link {
    display: block;
    padding: 8.4rem 0 7.5rem;
  }
}
.p-recruit-interview .list_link::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 6rem);
  border-radius: 3rem;
  background: var(--_color-01);
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_link::before {
    top: 3.3rem;
    height: calc(100% - 3.3rem);
  }
}
.p-recruit-interview .list_link:focus-visible {
  --_default-opacity: 0;
  --_active-opacity: 1;
  --_arrow-color: #fff;
  opacity: 1;
}
@media (any-hover: hover) {
  .p-recruit-interview .list_link:hover {
    --_default-opacity: 0;
    --_active-opacity: 1;
    --_arrow-color: #fff;
    opacity: 1;
  }
}
.p-recruit-interview .list_img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_img {
    margin-inline: auto;
    width: 85.3658536585%;
  }
}
.p-recruit-interview .list_img_main {
  display: block;
  border-radius: calc(infinity * 1px);
  overflow: hidden;
}
.p-recruit-interview .list_img_sub {
  display: grid;
  position: absolute;
  bottom: var(--_img-sub-bottom);
  left: var(--_img-sub-left);
  width: var(--_img-sub-width);
}
.p-recruit-interview .list_img_sub_deco {
  grid-row: 1;
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_img_sub_deco {
    animation: interview-profile-deco 3s linear infinite;
  }
}
.p-recruit-interview .list_img_sub_deco._default {
  opacity: var(--_default-opacity);
}
.p-recruit-interview .list_img_sub_deco._active {
  opacity: var(--_active-opacity);
}
@media screen and (min-width: 768px) {
  .p-recruit-interview .list_hgroup {
    padding-top: 4.3rem;
  }
}
.p-recruit-interview .list_hgroup_num {
  width: 18.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_hgroup_num {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    translate: -50% 0;
    width: 27.6rem;
  }
}
.p-recruit-interview .list_hgroup_num_label {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--_color-02);
  text-align: center;
  display: grid;
  place-content: center;
  margin: 0.6rem auto 0;
  padding: 0.6rem 2.75rem 0.8rem;
  width: fit-content;
  border-radius: calc(infinity * 1px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_hgroup_num_label {
    font-size: 2.4rem;
    margin-top: 1.8rem;
    padding: 1.1rem 3.55rem 1.2rem;
  }
}
.p-recruit-interview .list_hgroup_ttl {
  font-feature-settings: "palt";
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: var(--_color-02);
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_hgroup_ttl {
    font-size: 4.4rem;
    line-height: 1.3636363636;
    text-align: center;
    margin-top: 4.4rem;
  }
}
.p-recruit-interview .list_hgroup_name {
  font-feature-settings: "palt";
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_hgroup_name {
    font-size: 2.6rem;
    line-height: 1.3846153846;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 5.4rem;
  }
}
.p-recruit-interview .list_hgroup_name_other {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview .list_hgroup_name_other {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_hgroup_name_other {
    font-size: 2.6rem;
    line-height: 1.3846153846;
  }
}
.p-recruit-interview .list_arrow {
  position: absolute;
  bottom: -4rem;
  right: 10rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-image: linear-gradient(90deg, rgb(255, 140, 110) 0%, rgb(180, 151, 216) 50%, rgb(37, 145, 255) 100%);
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_arrow {
    right: 0;
    bottom: 4.6296296296%;
    width: 21.6071428571%;
    height: 16.2198391421%;
  }
}
.p-recruit-interview .list_arrow::before, .p-recruit-interview .list_arrow::after {
  content: "";
  position: absolute;
}
.p-recruit-interview .list_arrow::before {
  inset: 0.2rem;
  z-index: 1;
  border-radius: inherit;
  background: #fff;
  opacity: var(--_default-opacity);
  transition: opacity 0.4s;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_arrow::before {
    inset: 0.4rem;
  }
}
.p-recruit-interview .list_arrow::after {
  top: 50%;
  left: 50%;
  z-index: 2;
  translate: -50% -50%;
  width: 1.6rem;
  height: 2.1rem;
  background: var(--_arrow-color);
  clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%, 50% 50%);
  transition: background-color 0.4s;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview .list_arrow::after {
    width: 20.6611570248%;
    height: 26.4462809917%;
  }
}
.p-recruit-interview-work {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-work {
    margin-top: 20rem;
  }
}
.p-recruit-interview-entry {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-entry {
    margin-top: 20rem;
  }
}

.p-recruit-interview-detail-fv {
  container-type: inline-size;
  background-image: linear-gradient(90deg, rgb(227, 233, 242) 0%, rgb(217, 224, 234) 100%);
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-fv {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-interview-detail-fv .c-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-interview-detail-fv .hgroup {
    padding-left: 1.6666666667%;
    width: 50%;
  }
}
.p-recruit-interview-detail-fv .hgroup._blue {
  --_fv-txt-color: #0078f0;
}
.p-recruit-interview-detail-fv .hgroup._orange {
  --_fv-txt-color: #ff643c;
}
.p-recruit-interview-detail-fv .hgroup_num {
  width: 18.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-fv .hgroup_num {
    margin-inline: auto;
    width: 28rem;
  }
}
.p-recruit-interview-detail-fv .hgroup_num_label {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--_fv-txt-color);
  text-align: center;
  display: grid;
  place-content: center;
  margin: 0.6rem auto 0;
  padding: 0.6rem 2.75rem 0.8rem;
  width: fit-content;
  border-radius: calc(infinity * 1px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-fv .hgroup_num_label {
    font-size: 2.4rem;
    margin-top: 1.8rem;
    padding: 1.1rem 3.55rem 1.2rem;
  }
}
.p-recruit-interview-detail-fv .hgroup_ttl {
  font-feature-settings: "palt";
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: var(--_fv-txt-color);
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-fv .hgroup_ttl {
    font-size: 4.4rem;
    line-height: 1.3636363636;
    text-align: center;
    margin-top: 3.6rem;
  }
}
.p-recruit-interview-detail-fv .hgroup_name {
  font-feature-settings: "palt";
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-fv .hgroup_name {
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 3.1rem;
  }
}
.p-recruit-interview-detail-fv .hgroup_other {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-fv .hgroup_other {
    font-size: 2.6rem;
    line-height: 1.8461538462;
    letter-spacing: 0em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-interview-detail-fv .img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-fv .img {
    margin-inline: calc(50% - 50cqi);
  }
}
.p-recruit-interview-detail-message {
  container-type: inline-size;
  padding-top: 11rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview-detail-message {
    position: relative;
    z-index: 1;
  }
  .p-recruit-interview-detail-message::before, .p-recruit-interview-detail-message::after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .p-recruit-interview-detail-message::before {
    top: 6.8rem;
    left: 0;
    width: 25.3rem;
    height: 66.6rem;
    background: url(../images/recruit/people/interview/deco_01.png) center/contain no-repeat;
  }
  .p-recruit-interview-detail-message::after {
    top: 93.6rem;
    right: 0;
    width: 26.1rem;
    height: 59.2rem;
    background: url(../images/recruit/people/interview/deco_02.png) center/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-message {
    padding-top: 9rem;
  }
}
.p-recruit-interview-detail-message .ttl {
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-message .ttl {
    font-size: 4.8rem;
    line-height: 1.4583333333;
  }
}
.p-recruit-interview-detail-message .ttl + .txt {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-message .ttl + .txt {
    margin-top: 6rem;
  }
}
.p-recruit-interview-detail-message .txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-message .txt {
    font-size: 2.8rem;
    line-height: 1.7142857143;
    margin-inline: auto;
    max-width: 56.9rem;
  }
}
.p-recruit-interview-detail-message .box {
  margin-top: 11.1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview-detail-message .box {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 56rem;
    gap: 6.4rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-message .box {
    margin-top: 6rem;
  }
}
.p-recruit-interview-detail-message .box + .ttl {
  margin-top: 13.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-message .box + .ttl {
    margin-top: 6.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-interview-detail-message .box_txt + .box_txt {
    grid-row: 2;
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-message .box_txt + .box_txt {
    margin-top: 4.8rem;
  }
}
.p-recruit-interview-detail-message .box_img {
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-message .box_img {
    margin-top: 7rem;
    border-radius: 3rem;
  }
}
.p-recruit-interview-detail-message .img {
  margin: 6.4rem calc(50% - 50cqi) 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-message .img {
    margin-top: 6rem;
  }
}
.p-recruit-interview-detail-message .img + .txt {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-message .img + .txt {
    margin-top: 7rem;
  }
}
.p-recruit-interview-detail-flow {
  margin-top: 15.2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview-detail-flow {
    position: relative;
    z-index: 1;
  }
  .p-recruit-interview-detail-flow::before {
    content: "";
    position: absolute;
    top: 35.9rem;
    left: 0;
    z-index: -1;
    width: 38.9rem;
    height: 69.6rem;
    background: url(../images/recruit/people/interview/deco_03.png) center/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow {
    margin-top: 17.9rem;
  }
}
.p-recruit-interview-detail-flow .list {
  margin: 11.6rem auto 0;
  max-width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .list {
    margin-top: 11.5rem;
    max-width: 55.8rem;
  }
}
.p-recruit-interview-detail-flow .list_item {
  display: grid;
  grid-template-columns: 10.7rem 1fr;
  column-gap: 2.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .list_item {
    grid-template-columns: 14.8rem 1fr;
    column-gap: 5.2rem;
  }
}
.p-recruit-interview-detail-flow .list_item::before, .p-recruit-interview-detail-flow .list_item::after {
  content: "";
  position: absolute;
}
.p-recruit-interview-detail-flow .list_item::before {
  top: 0.8rem;
  left: 0;
  z-index: 1;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: #ff643c;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .list_item::before {
    top: 1.1rem;
    width: 3rem;
    height: 3rem;
  }
}
.p-recruit-interview-detail-flow .list_item:not(:last-child) {
  padding-bottom: 5.1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .list_item:not(:last-child) {
    padding-bottom: 6.4rem;
  }
}
.p-recruit-interview-detail-flow .list_item:not(:last-child)::after {
  top: 0.8rem;
  left: 0.8rem;
  width: 0.1rem;
  height: 100%;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .list_item:not(:last-child)::after {
    top: 1.4rem;
    left: 1.4rem;
    width: 0.2rem;
  }
}
.p-recruit-interview-detail-flow .list_time {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .list_time {
    font-size: 4rem;
    line-height: 1.2;
  }
}
.p-recruit-interview-detail-flow .list_des_theme {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
  color: #0078f0;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .list_des_theme {
    font-size: 3.6rem;
    line-height: 1.3333333333;
  }
}
.p-recruit-interview-detail-flow .list_des_theme + .list_des_txt {
  margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .list_des_theme + .list_des_txt {
    margin-top: 0.5rem;
  }
}
.p-recruit-interview-detail-flow .list_des_txt {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .list_des_txt {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
.p-recruit-interview-detail-flow .list_des_txt._disc {
  position: relative;
  padding-left: 1em;
}
.p-recruit-interview-detail-flow .list_des_txt._disc::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-recruit-interview-detail-flow .profile {
  position: relative;
  z-index: 1;
  margin-top: 15.3rem;
  padding: 0 7.8rem 6rem 12rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview-detail-flow .profile {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 27rem 1fr;
    column-gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .profile {
    margin-top: 11.5rem;
    padding: 9.6rem 4.9rem 6.4rem;
  }
}
.p-recruit-interview-detail-flow .profile:has([src*=interview_img_01]) {
  --_img-sub-bottom: -1.4rem;
  --_img-sub-left: -4.2rem;
  --_img-sub-width: 8.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .profile:has([src*=interview_img_01]) {
    --_img-sub-bottom: -1.7rem;
    --_img-sub-left: 1.2396694215%;
    --_img-sub-width: 25.6198347107%;
  }
}
.p-recruit-interview-detail-flow .profile:has([src*=interview_img_02]) {
  --_img-sub-bottom: -2.5rem;
  --_img-sub-left: -6rem;
  --_img-sub-width: 10.3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .profile:has([src*=interview_img_02]) {
    --_img-sub-bottom: -1.6rem;
    --_img-sub-left: 0.4132231405%;
    --_img-sub-width: 24.3801652893%;
  }
}
.p-recruit-interview-detail-flow .profile:has([src*=interview_img_03]) {
  --_img-sub-bottom: -3rem;
  --_img-sub-left: -2.8rem;
  --_img-sub-width: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .profile:has([src*=interview_img_03]) {
    --_img-sub-bottom: -1.7rem;
    --_img-sub-left: 6.8181818182%;
    --_img-sub-width: 19.0082644628%;
  }
}
.p-recruit-interview-detail-flow .profile:has([src*=interview_img_04]) {
  --_img-sub-bottom: -3.2rem;
  --_img-sub-left: -3.3rem;
  --_img-sub-width: 10.3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .profile:has([src*=interview_img_04]) {
    --_img-sub-bottom: -1.9rem;
    --_img-sub-left: 6.4049586777%;
    --_img-sub-width: 30.3719008264%;
  }
}
.p-recruit-interview-detail-flow .profile._blue {
  --_color-01: #ebf4fe;
  --_color-02: #0078f0;
}
.p-recruit-interview-detail-flow .profile._orange {
  --_color-01: #fff3f0;
  --_color-02: #ff643c;
}
.p-recruit-interview-detail-flow .profile::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 6rem);
  border-radius: 3rem;
  background: var(--_color-01);
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .profile::before {
    top: 3.3rem;
    height: calc(100% - 3.3rem);
  }
}
.p-recruit-interview-detail-flow .profile_img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .profile_img {
    margin-inline: auto;
    width: 86.7383512545%;
  }
}
.p-recruit-interview-detail-flow .profile_img_main {
  display: block;
  border-radius: calc(infinity * 1px);
  overflow: hidden;
}
.p-recruit-interview-detail-flow .profile_img_sub {
  display: grid;
  position: absolute;
  bottom: var(--_img-sub-bottom);
  left: var(--_img-sub-left);
  width: var(--_img-sub-width);
}
.p-recruit-interview-detail-flow .profile_img_sub_deco {
  --_default-opacity: 1;
  --_active-opacity: 0;
  grid-row: 1;
  grid-column: 1;
  animation: interview-profile-deco 3s linear infinite;
}
.p-recruit-interview-detail-flow .profile_img_sub_deco._default {
  opacity: var(--_default-opacity);
}
.p-recruit-interview-detail-flow .profile_img_sub_deco._active {
  opacity: var(--_active-opacity);
}
@keyframes interview-profile-deco {
  0% {
    --_default-opacity: 0;
    --_active-opacity: 1;
  }
  100% {
    --_default-opacity: 1;
    --_active-opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-interview-detail-flow .profile_hgroup {
    padding-top: 3.4rem;
  }
}
.p-recruit-interview-detail-flow .profile_hgroup_num {
  width: 20.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .profile_hgroup_num {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    translate: -50% 0;
    width: 27.1rem;
  }
}
.p-recruit-interview-detail-flow .profile_hgroup_num_label {
  font-feature-settings: "palt";
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--_color-02);
  text-align: center;
  display: grid;
  place-content: center;
  margin: 3rem auto 0;
  padding: 0.4rem 3.25rem 0.6rem;
  width: fit-content;
  border-radius: calc(infinity * 1px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .profile_hgroup_num_label {
    font-size: 2.4rem;
    margin-top: 2.2rem;
    padding: 1.1rem 3.55rem 1.2rem;
  }
}
.p-recruit-interview-detail-flow .profile_hgroup_name {
  font-feature-settings: "palt";
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: var(--_color-02);
  margin-top: 3.3rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview-detail-flow .profile_hgroup_name {
    padding-left: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .profile_hgroup_name {
    text-align: center;
    margin-top: 3.9rem;
  }
}
.p-recruit-interview-detail-flow .profile_hgroup_other {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.7rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview-detail-flow .profile_hgroup_other {
    padding-left: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .profile_hgroup_other {
    font-size: 2.6rem;
    line-height: 1.2307692308;
    text-align: center;
    margin-top: 1.5rem;
  }
}
.p-recruit-interview-detail-flow .profile_hgroup_txt {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.075em;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview-detail-flow .profile_hgroup_txt {
    font-feature-settings: "palt";
    padding-left: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-flow .profile_hgroup_txt {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    margin-top: 5.5rem;
  }
}
.p-recruit-interview-detail-list {
  position: relative;
  z-index: 1;
  margin-top: 16rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list {
    margin-top: 20rem;
  }
}
.p-recruit-interview-detail-list .splide {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview-detail-list .splide {
    margin-inline: auto;
    width: 97rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide {
    margin-top: 11.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide__arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 57.3333333333vw;
    left: 50%;
    z-index: 2;
    translate: -50% 0;
    width: 91.4666666667vw;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide__arrow {
    position: relative;
    width: 4.2666666667vw;
    height: 5.6vw;
    pointer-events: all;
  }
  .p-recruit-interview-detail-list .splide__arrow::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #b1bfcc;
    clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%, 50% 50%);
  }
  .p-recruit-interview-detail-list .splide__arrow--prev {
    scale: -1 1;
  }
  .p-recruit-interview-detail-list .splide__arrow svg {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit-interview-detail-list .splide__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 8rem;
  }
}
.p-recruit-interview-detail-list .splide__track {
  overflow: visible;
}
.p-recruit-interview-detail-list .splide__slide {
  position: relative;
  padding-top: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide__slide {
    padding: 10.8vw 6.4vw 0;
  }
}
.p-recruit-interview-detail-list .splide__slide._01 {
  --_label-width: 18.1rem;
  --_deco-bottom: 0.2777777778%;
  --_deco-left: -20.3703703704%;
  --_deco-width: 35.5555555556%;
  --_splide-ttl-color: #0078f0;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide__slide._01 {
    --_label-width: 36.8vw;
    --_deco-left: -3.2vw;
    --_deco-width: 22.5333333333vw;
  }
}
.p-recruit-interview-detail-list .splide__slide._02 {
  --_label-width: 18.3rem;
  --_deco-top: 3.3333333333%;
  --_deco-left: -7.4074074074%;
  --_deco-width: 34.0740740741%;
  --_splide-ttl-color: #ff643c;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide__slide._02 {
    --_deco-top: auto;
    --_deco-bottom: 0.2666666667vw;
    --_label-width: 37.0666666667vw;
    --_deco-left: -1.4666666667vw;
    --_deco-width: 22vw;
  }
}
.p-recruit-interview-detail-list .splide__slide._03 {
  --_label-width: 18.5rem;
  --_deco-bottom: -0.5555555556%;
  --_deco-left: -2.962962963%;
  --_deco-width: 22.2222222222%;
  --_splide-ttl-color: #0078f0;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide__slide._03 {
    --_deco-bottom: 0.1333333333vw;
    --_label-width: 37.3333333333vw;
    --_deco-left: 2.2666666667vw;
    --_deco-width: 14vw;
  }
}
.p-recruit-interview-detail-list .splide__slide._04 {
  --_label-width: 18.5rem;
  --_deco-top: -0.5555555556%;
  --_deco-right: -17.4074074074%;
  --_deco-width: 40.7407407407%;
  --_splide-ttl-color: #ff643c;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide__slide._04 {
    --_deco-top: auto;
    --_deco-bottom: 0.5333333333vw;
    --_label-width: 37.3333333333vw;
    --_deco-left: 1.3333333333vw;
    --_deco-right: auto;
    --_deco-width: 25.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide__slide.is-active .splide_deco {
    animation: interview-deco 2s linear 2;
  }
}
.p-recruit-interview-detail-list .splide_label {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: var(--_label-width);
}
.p-recruit-interview-detail-list .splide_link {
  --_default-opacity: 1;
  --_active-opacity: 0;
  --_arrow-color: #ff643c;
  display: block;
  position: relative;
}
.p-recruit-interview-detail-list .splide_link:focus-visible {
  --_default-opacity: 0;
  --_active-opacity: 1;
  --_arrow-color: #fff;
  --_img-scale: 1.1;
  opacity: 1;
}
@media (any-hover: hover) {
  .p-recruit-interview-detail-list .splide_link:hover {
    --_default-opacity: 0;
    --_active-opacity: 1;
    --_arrow-color: #fff;
    --_img-scale: 1.1;
    opacity: 1;
  }
}
.p-recruit-interview-detail-list .splide_img {
  aspect-ratio: 270/360;
  border-radius: calc(infinity * 1px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide_img {
    aspect-ratio: 558/742;
  }
}
.p-recruit-interview-detail-list .splide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: var(--_img-scale);
  transition: scale 0.4s;
}
.p-recruit-interview-detail-list .splide_deco {
  display: grid;
  position: absolute;
  top: var(--_deco-top);
  bottom: var(--_deco-bottom);
  left: var(--_deco-left);
  right: var(--_deco-right);
  width: var(--_deco-width);
}
@keyframes interview-deco {
  0% {
    --_default-opacity: 0;
    --_active-opacity: 1;
  }
  100% {
    --_default-opacity: 1;
    --_active-opacity: 0;
  }
}
.p-recruit-interview-detail-list .splide_deco_img {
  grid-row: 1;
  grid-column: 1;
}
.p-recruit-interview-detail-list .splide_deco_img._default {
  opacity: var(--_default-opacity);
}
.p-recruit-interview-detail-list .splide_deco_img._active {
  opacity: var(--_active-opacity);
}
.p-recruit-interview-detail-list .splide_arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 29.6296296296%;
  height: 22.2222222222%;
  border-radius: 50%;
  background-image: linear-gradient(90deg, rgb(255, 140, 110) 0%, rgb(180, 151, 216) 50%, rgb(37, 145, 255) 100%);
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide_arrow {
    width: 21.6845878136%;
    height: 16.307277628%;
  }
}
.p-recruit-interview-detail-list .splide_arrow::before, .p-recruit-interview-detail-list .splide_arrow::after {
  content: "";
  position: absolute;
}
.p-recruit-interview-detail-list .splide_arrow::before {
  inset: 0.2rem;
  z-index: 1;
  border-radius: inherit;
  background: #fff;
  opacity: var(--_default-opacity);
  transition: opacity 0.4s;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide_arrow::before {
    inset: 0.4rem;
  }
}
.p-recruit-interview-detail-list .splide_arrow::after {
  top: 50%;
  left: 50%;
  z-index: 2;
  translate: -50% -50%;
  width: 1.6rem;
  height: 2.1rem;
  background: var(--_arrow-color);
  clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%, 50% 50%);
  transition: background-color 0.4s;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide_arrow::after {
    width: 20.6611570248%;
    height: 26.4462809917%;
  }
}
.p-recruit-interview-detail-list .splide_txt {
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.7142857143;
  text-align: center;
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide_txt {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 5.1rem;
  }
}
.p-recruit-interview-detail-list .splide_ttl {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 500;
  color: var(--_splide-ttl-color);
  text-align: center;
  margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide_ttl {
    font-size: 2.4rem;
    line-height: 2;
    margin-top: 0.7rem;
  }
}
.p-recruit-interview-detail-list .splide_ttl_name {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide_ttl_name {
    font-size: 3.6rem;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-list .splide__pagination {
    gap: 2rem;
    margin-top: 7.3rem;
  }
  .p-recruit-interview-detail-list .splide__pagination li {
    width: 3.2rem;
    height: 3.2rem;
  }
  .p-recruit-interview-detail-list .splide__pagination button {
    position: relative;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    background: #b5b5b5;
  }
  .p-recruit-interview-detail-list .splide__pagination button::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: #fff;
  }
  .p-recruit-interview-detail-list .splide__pagination button.is-active {
    background-image: linear-gradient(90deg, rgb(255, 140, 110) 0%, rgb(180, 151, 216) 50%, rgb(37, 145, 255) 100%);
  }
  .p-recruit-interview-detail-list .splide__pagination button.is-active::before {
    opacity: 0;
  }
}
.p-recruit-interview-detail-work {
  margin-top: 16.8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-work {
    margin-top: 20rem;
  }
}
.p-recruit-interview-detail-entry {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview-detail-entry {
    margin-top: 20rem;
  }
}

/*# sourceMappingURL=interview.css.map */
