@media screen and (min-width: 769px) {
  .main_outer {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .main_outer {
    margin-top: 11rem;
  }
}

.kv_section {
  position: relative;
  background: #ef0000;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .kv_section {
    padding: 0 0 18rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_section {
    padding: 0 0 16.5rem;
  }
}
.kv_inner {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .kv_inner {
    max-width: 1400px;
    padding: 0 0 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_inner {
    flex-direction: column;
  }
}
.kv_inner .breadcrumb_list {
  position: absolute;
  height: 5rem;
  left: 10rem;
  top: 0;
}
@media screen and (max-width: 768px) {
  .kv_inner .breadcrumb_list {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .kv_image {
    width: calc(50% + 27.4rem);
    height: 60.6rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .kv_image {
    width: 100%;
    height: 75rem;
  }
}
.kv_image figure {
  position: relative;
  border-radius: 0 0 0 20rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1401px) {
  .kv_image figure {
    width: calc(100% + 50vw - 700px);
    margin-right: calc(700px - 50vw);
  }
}
.kv_image figure img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}
.kv_caption {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .kv_caption {
    order: -1;
    flex-shrink: 0;
    width: 37.6rem;
    padding: 5rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .kv_caption {
    width: 65rem;
    padding: 3.5rem 0 0;
  }
}
.kv_caption_lead {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .kv_caption_lead {
    letter-spacing: 0.04em;
    line-height: 1.477;
    font-size: 4.2rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .kv_caption_lead {
    letter-spacing: 0.02em;
    line-height: 1.378;
    font-size: 5.3rem;
  }
}
.kv_caption_part {
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .kv_caption_part {
    padding-top: 6rem;
    line-height: 1.556;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_caption_part {
    padding-top: 3.5rem;
    line-height: 1.5;
    font-size: 3rem;
  }
}
.kv_caption_name {
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .kv_caption_name {
    padding-top: 1rem;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_caption_name {
    padding-top: 1.5rem;
    font-size: 5.2rem;
  }
}

.breadcrumb_list {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .breadcrumb_list {
    font-size: 1.2rem;
  }
}
.breadcrumb_list > li {
  display: flex;
}
.breadcrumb_list > li + li::before {
  content: ">";
  display: block;
  margin: 0 0.5em;
}
.breadcrumb_link:hover {
  opacity: 0.5;
}
.breadcrumb_link.is-current {
  pointer-events: none;
}

.outline_section {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .outline_section {
    border-radius: 10rem 10rem 0 0;
    margin-top: -13rem;
    padding: 13rem 0 24rem;
  }
}
@media screen and (max-width: 768px) {
  .outline_section {
    border-radius: 8rem 8rem 0 0;
    margin-top: -11rem;
    padding: 11rem 0 24rem;
  }
}
.outline_inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .outline_inner {
    max-width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .outline_inner {
    width: 65rem;
  }
}
.outline_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .outline_block {
    column-gap: 10rem;
    max-width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .outline_block {
    flex-direction: column;
    row-gap: 4.5rem;
  }
}
@media screen and (min-width: 769px) {
  .outline_block + .outline_block {
    padding-top: 10.3rem;
  }
}
@media screen and (max-width: 768px) {
  .outline_block + .outline_block {
    padding-top: 11rem;
  }
}
.outline_block_image {
  position: relative;
  border-radius: 5rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .outline_block_image {
    flex-shrink: 0;
    width: 65rem;
  }
}
@media screen and (max-width: 768px) {
  .outline_block_image {
    order: 2;
  }
}
.outline_block_caption {
  width: 100%;
}
.outline_block_lead {
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .outline_block_lead {
    margin-top: -0.7rem;
    line-height: 1.412;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .outline_block_lead {
    line-height: 1.417;
    font-size: 4.8rem;
  }
}
.outline_block_text {
  padding-top: 4rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .outline_block_text {
    line-height: 2;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .outline_block_text {
    line-height: 1.778;
    font-size: 2.7rem;
  }
}

.summary_section {
  position: relative;
  background: #ef0000;
  margin-top: -12rem;
  padding: 12rem 0 24rem;
}
@media screen and (min-width: 769px) {
  .summary_section {
    border-radius: 10rem 10rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .summary_section {
    border-radius: 8rem 8rem 0 0;
  }
}
.summary_inner {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .summary_inner {
    justify-content: center;
    column-gap: 5rem;
    max-width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .summary_inner {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
    width: 65rem;
  }
}
.summary_box {
  background: #fff;
  border-radius: 5rem;
}
@media screen and (min-width: 769px) {
  .summary_box {
    width: 57.5rem;
    padding: 8rem 0 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .summary_box {
    width: 100%;
    padding: 8rem 0;
  }
}
.summary_box_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
@media screen and (min-width: 769px) {
  .summary_box_head {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .summary_box_head {
    margin-bottom: 6rem;
  }
}
.summary_box_head p {
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
  color: #ef0000;
}
@media screen and (min-width: 769px) {
  .summary_box_head p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .summary_box_head p {
    font-size: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .schedule_box .summary_box_head h3 {
    width: 35.8rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule_box .summary_box_head h3 {
    width: 50rem;
  }
}
.schedule_timeline {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .message_box .summary_box_head h3 {
    width: 18.7rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box .summary_box_head h3 {
    width: 26.2rem;
  }
}
.message_detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .message_detail {
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .message_detail {
    row-gap: 2rem;
  }
}
.message_detail_image {
  position: relative;
}
@media screen and (min-width: 769px) {
  .message_detail_image {
    width: 16rem;
    height: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .message_detail_image {
    width: 20.8rem;
    height: 20.8rem;
  }
}
.message_detail_image::after {
  content: "";
  position: absolute;
  aspect-ratio: 21/25;
  background-image: url(../img/interview/massage_image_bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13.125%;
  top: 6.25%;
  right: -8.75%;
  pointer-events: none;
}
.message_detail_image figure {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.message_detail_text {
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .message_detail_text {
    width: 45rem;
    line-height: 2;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .message_detail_text {
    width: 52rem;
    line-height: 1.778;
    font-size: 2.7rem;
  }
}

.interview_section {
  position: relative;
  background: #fff;
  margin-top: -12rem;
}
@media screen and (min-width: 769px) {
  .interview_section {
    border-radius: 10rem 10rem 0 0;
    padding: 12rem 0 15rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_section {
    border-radius: 8rem 8rem 0 0;
    padding: 12rem 0;
  }
}
.interview_inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .interview_inner {
    max-width: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_inner {
    width: 65rem;
  }
}
.interview_head {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 769px) {
  .interview_head {
    column-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_head {
    flex-direction: column;
    row-gap: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .interview_head h3 {
    width: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_head h3 {
    width: 44.7rem;
  }
}
.interview_head p {
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
  color: #ef0000;
}
@media screen and (min-width: 769px) {
  .interview_head p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_head p {
    font-size: 3rem;
  }
}
.interview_swiper {
  padding-top: 6rem;
}
.interview_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  position: static;
  margin-top: 4rem;
}
@media screen and (min-width: 769px) {
  .interview_swiper .swiper-pagination {
    display: none;
  }
}
.interview_swiper .swiper-pagination .swiper-pagination-dot {
  background: #bebebe;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 !important;
  opacity: 1 !important;
  cursor: pointer;
}
.interview_swiper .swiper-pagination .swiper-pagination-dot.is-active {
  background: #ef0000;
}
.interview_card {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .interview_card {
    row-gap: 2rem;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_card {
    row-gap: 2.5rem;
    padding: 0 2.5rem;
  }
}
.interview_card_image {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .interview_card_image {
    border-radius: 31rem;
    height: 43rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_card_image {
    border-radius: 45rem;
    height: 62.4rem;
  }
}
.interview_card_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: scale 0.4s ease;
}
.interview_card_lead {
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .interview_card_lead {
    line-height: 1.305;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_card_lead {
    line-height: 1.445;
    font-size: 3.6rem;
  }
}
.interview_card_text {
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .interview_card_text {
    line-height: 1.4;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_card_text {
    line-height: 1.4;
    font-size: 2.5rem;
  }
}
.interview_card:hover {
  color: #ef0000;
}
.interview_card:hover .interview_card_image img {
  scale: 1.1;
}