:root {
  --cl01: #aa56bc;
  --cl02: #813591;
}

.p_interview .c_interview__item .item_sub {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p_interview .c_interview__item .item_sub {
    font-size: 1.125rem;
  }
}

.p_interview01 .block_question__sub, .p_interview .c_interview__item .item_ttl,
.p_interview .c_interview__item .item_name {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p_interview01 .block_question__sub, .p_interview .c_interview__item .item_ttl,
  .p_interview .c_interview__item .item_name {
    font-size: 1.5rem;
  }
}

.p_interview01 .block_question__ttl, .p_interview01 .block01_ttl .ttl, .p_interview02__ttl, .p_interview03__ttl .ttl_jp {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p_interview01 .block_question__ttl, .p_interview01 .block01_ttl .ttl, .p_interview02__ttl, .p_interview03__ttl .ttl_jp {
    font-size: clamp(1.75rem, 1.5625vw + 1rem, 2rem);
  }
}

.p_interview01 .block01_content__ttl, .p_interview01 .block01_content__name, .p_interview01 .block02_profile__ttl {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p_interview01 .block01_content__ttl, .p_interview01 .block01_content__name, .p_interview01 .block02_profile__ttl {
    font-size: 2.5rem;
  }
}

.p_interview01 .block01_ttl .number {
  font-size: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p_interview01 .block01_ttl .number {
    font-size: clamp(4.375rem, 3.125vw + 2.875rem, 6rem);
  }
}

.p_interview03__ttl .ttl_en {
  font-size: 5rem;
}
@media screen and (min-width: 768px) {
  .p_interview03__ttl .ttl_en {
    font-size: 7.5rem;
    font-size: clamp(6.25rem, 2.9761904762vw + 4.8214285714rem, 7.5rem);
  }
}

.p_interview {
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  .p_interview {
    padding-top: 69px;
  }
}
.p_interview01 .block_question__sub {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  line-height: 1.375;
  color: #b7d1da;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p_interview01 .block_question__sub {
    padding-bottom: 22px;
  }
}
.p_interview01 .block_question__sub::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #b7d1da;
}
.p_interview01 .block_question__sub .sub_txt {
  display: inline;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 768px) {
  .p_interview01 .block_question__sub .sub_txt {
    top: -2px;
  }
}
.p_interview01 .block_question__ttl {
  font-weight: 700;
  line-height: 1.4375;
  color: #2f3a4c;
  padding: 20px 0 40px;
}
@media screen and (min-width: 768px) {
  .p_interview01 .block_question__ttl {
    padding: clamp(1.25rem, 7.8125vw + -2.5rem, 2.5rem) 0 clamp(1.25rem, 6.25vw + -1.75rem, 2.25rem);
  }
}
.p_interview01 .block_question__txt {
  line-height: 2;
  font-weight: 500;
}
.p_interview01 .block01_ttl {
  color: var(--cl01);
  text-align: right;
}
.p_interview01 .block01_ttl .ttl {
  display: block;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  padding-bottom: 4px;
}
.p_interview01 .block01_ttl .number {
  display: block;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
}
.p_interview01 .block01_content {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_interview01 .block01_content {
    padding-top: clamp(2.5rem, 15.0240384615vw + -4.7115384615rem, 10.3125rem);
  }
}
.p_interview01 .block01_content__ttl, .p_interview01 .block01_content__name {
  font-weight: 700;
  color: #2f3a4c;
  line-height: 1.45;
}
.p_interview01 .block01_content__name {
  padding: 18px 0 25px;
}
.p_interview01 .block01_content__txt {
  line-height: 2;
}
.p_interview01 .block02_profile {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dashed #2f3a4c;
}
@media screen and (min-width: 768px) {
  .p_interview01 .block02_profile {
    padding-bottom: clamp(2.5rem, 3.7259615385vw + 0.7115384615rem, 4.4375rem);
    margin-bottom: clamp(2.5rem, 5.5288461538vw + -0.1538461538rem, 5.375rem);
  }
}
.p_interview01 .block02_profile__ttl {
  font-weight: 700;
  color: var(--cl01);
  font-family: "Manrope", sans-serif;
  line-height: 1.375;
  padding-bottom: 20px;
}
.p_interview01 .block02_profile__txt {
  line-height: 2;
  font-weight: 500;
}
.p_interview02 {
  background-color: #fff;
}
.p_interview02__ttl {
  color: #2f3a4c;
  font-weight: 700;
  line-height: 1.4375;
}
.p_interview02__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(11.25rem, 27.027027027vw + 4.9155405405rem, 14.375rem), 1fr));
  gap: 20px;
  padding: 0 0 40px;
  border-bottom: 1px dashed #2f3a4c;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_interview02__content {
    gap: clamp(1.125rem, 4.8076923077vw + -1.1826923077rem, 3.625rem) clamp(1.25rem, 2.4038461538vw + 0.0961538462rem, 2.5rem);
    padding: 0 0 clamp(1.25rem, 2.4038461538vw + 0.0961538462rem, 2.5rem);
    margin-top: clamp(2.5rem, 2.4038461538vw + 1.3461538462rem, 3.75rem);
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: auto;
  }
}
.p_interview02__item .time {
  font-size: 1.5rem;
  color: var(--cl01);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_interview02__item .time {
    font-size: 1rem;
  }
}
.p_interview02__item .time::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 67px);
  height: 1px;
  background-color: #aa56bc;
}
.p_interview02__item .item_img {
  width: 120px;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .p_interview02__item .item_img {
    margin: clamp(1.25rem, 3.0048076923vw + -0.1923076923rem, 2.8125rem) auto clamp(1.25rem, 2.4038461538vw + 0.0961538462rem, 2.5rem);
    position: relative;
    left: 7px;
    width: clamp(4.375rem, 6.0096153846vw + 1.4903846154rem, 7.5rem);
  }
}
.p_interview02__item .item_img img {
  border-radius: 100%;
}
.p_interview02__item .item_ttl {
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  padding-bottom: 8px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p_interview02__item .item_ttl {
    font-size: clamp(1rem, 0.9259259259vw + 0.5555555556rem, 1.25rem);
  }
}
.p_interview02__item .item_txt {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p_interview02__item .item_txt {
    font-size: clamp(0.75rem, 0.9259259259vw + 0.3055555556rem, 1rem);
  }
}
.p_interview03 {
  background-color: #fff;
  padding: 60px 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p_interview03 {
    padding: 0 0 clamp(5rem, 12.0192307692vw + -0.7692307692rem, 11.25rem);
    border-bottom-left-radius: clamp(3.75rem, 11.8990384615vw + -1.9615384615rem, 9.9375rem);
    border-bottom-right-radius: clamp(3.75rem, 11.8990384615vw + -1.9615384615rem, 9.9375rem);
  }
}
.p_interview03__ttl {
  text-align: center;
}
.p_interview03__ttl .ttl_en {
  display: block;
  color: #f6f8fa;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  line-height: 1.3666666667;
}
.p_interview03__ttl .ttl_jp {
  display: block;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  line-height: 1.4375;
  margin-top: -40px;
  color: #2f3a4c;
}
@media screen and (min-width: 768px) {
  .p_interview03__ttl .ttl_jp {
    margin-top: -60px;
  }
}
.p_interview03__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_interview03__content {
    flex-direction: row;
    padding-top: 38px;
  }
}
.p_interview03__txt {
  width: 100%;
  margin: 0 auto 20px;
  max-width: 480px;
  position: relative;
  line-height: 2;
  font-weight: 500;
  padding: 36px 40px;
  color: #4a4a4a;
  background-color: #f6f8fa;
}
@media screen and (min-width: 768px) {
  .p_interview03__txt {
    padding: clamp(1.25rem, 6.25vw + -1.75rem, 2.25rem) clamp(1.25rem, 7.8125vw + -2.5rem, 2.5rem);
    max-width: 580px;
    margin: 0;
    width: 50%;
  }
}
.p_interview03__txt::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: #f6f8fa;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p_interview03__txt::after {
    width: clamp(1.875rem, 3.90625vw + 0rem, 2.5rem);
    height: clamp(1.875rem, 3.90625vw + 0rem, 2.5rem);
    bottom: auto;
    left: 100%;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    transform: translateX(0) rotate(0);
  }
}
.p_interview03__img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_interview03__img {
    margin: 0;
    width: 41.3793103448%;
  }
}
.p_interview .c_interview {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_interview .c_interview {
    margin-top: clamp(5rem, 9.6153846154vw + 0.3846153846rem, 10rem);
  }
}
.p_interview .c_interview__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_interview .c_interview__content {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding-top: 93px;
  }
}
.p_interview .c_interview__item {
  position: relative;
  color: #2f3a4c;
}
@media screen and (min-width: 768px) {
  .p_interview .c_interview__item {
    max-width: clamp(12.5rem, 19.2307692308vw + 3.2692307692rem, 22.5rem);
    width: 33.3333333333%;
  }
}
.p_interview .c_interview__item .item_img {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p_interview .c_interview__item .item_img {
    padding-bottom: 30px;
  }
}
.p_interview .c_interview__item .item_number {
  position: absolute;
  top: -20px;
  font-size: 2.5rem;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  color: var(--cl01);
}
@media screen and (min-width: 768px) {
  .p_interview .c_interview__item .item_number {
    font-size: clamp(2.5rem, 2.8846153846vw + 1.1153846154rem, 4rem);
    top: clamp(-2.5rem, -2.4038461538vw + -0.0961538462rem, -1.25rem);
  }
}
.p_interview .c_interview__item .item_ttl,
.p_interview .c_interview__item .item_name {
  font-weight: 700;
  line-height: 1.4583333333;
}
.p_interview .c_interview__item .item_name {
  font-family: "Manrope", sans-serif;
  line-height: 1.375;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .p_interview .c_interview__item .item_name {
    padding-top: 20px;
  }
}
.p_interview .c_interview__item .item_sub {
  font-weight: 700;
  padding-top: 5px;
}
.p_interview .c_scroll03 {
  position: relative;
  background-color: #fff;
  padding: 127px 0 0;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
@media screen and (min-width: 768px) {
  .p_interview .c_scroll03 {
    padding: clamp(6.625rem, 2.5240384615vw + 5.4134615385rem, 7.9375rem) 0 0;
    border-top-left-radius: clamp(3.75rem, 11.8990384615vw + -1.9615384615rem, 9.9375rem);
    border-top-right-radius: clamp(3.75rem, 11.8990384615vw + -1.9615384615rem, 9.9375rem);
  }
}
.p_interview .c_scroll03__item {
  position: relative;
}
.p_interview .c_scroll03__item.is_top .c_scroll03__content {
  top: 0;
}
.p_interview .c_scroll03__item.is_fixed .c_scroll03__content {
  position: fixed;
  top: 0;
}
.p_interview .c_scroll03__item.is_bottom .c_scroll03__content {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p_interview .c_scroll03 .c_scroll03__content {
    width: 100%;
    min-height: clamp(56.25rem, 78.125vw + 18.75rem, 68.75rem);
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p_interview .c_scroll03 .c_scroll03__content {
    min-height: clamp(68.75rem, 52.0833333333vw + 35.4166666667rem, 87.5rem);
  }
}
@media screen and (min-width: 768px) {
  .p_interview .c_scroll03 .c_scroll03__contentreal {
    min-height: clamp(56.25rem, 78.125vw + 18.75rem, 68.75rem);
  }
}
@media screen and (min-width: 1024px) {
  .p_interview .c_scroll03 .c_scroll03__contentreal {
    min-height: clamp(68.75rem, 52.0833333333vw + 35.4166666667rem, 87.5rem);
  }
}
.p_interview .lr_01.is_fixed .lr_01_photo_replace_wrap {
  width: calc(var(--left-w) / 1600 * 100vw);
  position: fixed;
  top: var(--top);
}
.p_interview .lr_01.is_bottom .lr_01_photo_replace_wrap {
  bottom: 0;
}
.p_interview .lr_01_grid {
  --left-w: 780;
  display: flex;
}
.p_interview .lr_01_grid_left {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_interview .lr_01_grid_left {
    width: calc(var(--left-w) / 1600 * 100vw);
    display: block;
  }
}
.p_interview .lr_01_grid_right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_interview .lr_01_grid_right {
    padding: 0 0 50vh;
    width: calc(100% - var(--left-w) / 1600 * 100vw);
  }
}
.p_interview .lr_01_block {
  display: flex;
  flex-direction: column;
}
.p_interview .lr_01_photo_base {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p_interview .lr_01_photo_base img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_interview .lr_01_photo_replace {
  position: absolute;
  inset: 0;
  opacity: 0;
  scale: 1.02;
  filter: blur(10px);
  transition: 500ms ease-out;
}
@media screen and (min-width: 768px) {
  .p_interview .lr_01_photo_replace {
    top: clamp(5.25rem, 0.7211538462vw + 4.9038461538rem, 5.625rem);
  }
}
.p_interview .lr_01_photo_replace:nth-child(1) {
  opacity: 1;
  scale: 1;
  filter: blur(0);
}
.p_interview .lr_01_photo_replace.is_open {
  opacity: 1;
  scale: 1;
  filter: blur(0);
}
.p_interview .lr_01_photo_replace_wrap {
  --top: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
}
.p_interview .lr_01_photo_replace img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.p_interview .lr_01_photo {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_interview .lr_01_photo {
    display: none;
  }
}
.p_interview .lr_01_photo img {
  width: 100%;
  display: block;
}
.p_interview .lr_01_photo--style1 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
.p_interview .lr_01_content {
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .p_interview .lr_01_content {
    padding: clamp(3.75rem, 7.2115384615vw + 0.2884615385rem, 7.5rem) 20px 0;
  }
}
.p_interview .lr_01_content.lr_top {
  padding: 40px 20px 60px;
}
@media screen and (min-width: 768px) {
  .p_interview .lr_01_content.lr_top {
    padding: clamp(3.75rem, 9.6153846154vw + -0.8653846154rem, 8.75rem) 20px 60px;
  }
}
.p_interview .lr_01_content_wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p_interview .lr_01_content_wrap {
    max-width: clamp(25rem, 22.4759615385vw + 14.2115384615rem, 36.6875rem);
    padding-right: 25px;
    padding-left: 3px;
  }
}
@media screen and (min-width: 768px) {
  .p_interview .lr_01_content_wrap.block_content {
    padding: 0;
    max-width: clamp(25rem, 31.25vw + 10rem, 41.25rem);
    margin-left: clamp(1.25rem, 9.6153846154vw + -3.3653846154rem, 6.25rem);
  }
}

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