/* profile
---------------------------------------------------------- */
.sec_profile {
  background-color: #ebebeb;
  background-image: url(../images/interview/single_bg_town_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 60px;
}
@media all and (min-width: 751px) {
  .sec_profile {
    background-image: url(../images/interview/single_bg_town_pc.webp);
    background-repeat: repeat-x;
    background-size: 1200px auto;
    background-position: left bottom;
    padding: 58px 0 108px;
  }
}
.sec_profile .sec_ttl {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  color: #a9161b;
  font-size: 40px;
  margin-bottom: 58px;
}
@media all and (min-width: 751px) {
  .sec_profile .sec_ttl {
    font-size: 59px;
    margin-bottom: 78px;
  }
}
.sec_profile .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media all and (min-width: 751px) {
  .sec_profile .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
}
.sec_profile .wrap .image {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 751px) {
  .sec_profile .wrap .image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 416px;
  }
}
.sec_profile .wrap .image::before, .sec_profile .wrap .image::after {
  position: absolute;
  content: "";
  background-color: #a9161b;
  aspect-ratio: 1;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.sec_profile .wrap .image::before {
  width: 44.6%;
  top: -26px;
  left: -20px;
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
}
@media all and (min-width: 751px) {
  .sec_profile .wrap .image::before {
    top: -12.4%;
    left: -8.5%;
    width: 21.7%;
  }
}
.sec_profile .wrap .image::after {
  width: 32.3%;
  bottom: -20px;
  right: -20px;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
@media all and (min-width: 751px) {
  .sec_profile .wrap .image::after {
    width: 32.2%;
    bottom: -8.5%;
    right: -6.68%;
  }
}
.sec_profile .wrap .image .img_wrap {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.5s 0.6s;
  transition: all 0.5s 0.6s;
}
.sec_profile .wrap .image.scroll_active::before, .sec_profile .wrap .image.scroll_active::after {
  opacity: 0.86;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sec_profile .wrap .image.scroll_active .img_wrap {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sec_profile .wrap .texts {
  background-color: #fff;
  padding: 28px 20px;
}
@media all and (min-width: 751px) {
  .sec_profile .wrap .texts {
    width: 44%;
    padding: 38px 36px;
  }
}
.sec_profile .wrap .texts p {
  letter-spacing: 0.02em;
}

/* interview
---------------------------------------------------------- */
.sec_interview {
  overflow: hidden;
  background-color: #ebebeb;
  padding: 30px 0 60px;
}
@media all and (min-width: 751px) {
  .sec_interview {
    padding: 100px 0;
  }
}
@media all and (max-width: 750px) {
  .sec_interview .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_interview .block .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec_interview .block .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec_interview .block .image {
  margin-bottom: 18px;
}
@media all and (min-width: 751px) {
  .sec_interview .block .image {
    width: 48%;
  }
}
.sec_interview .block .heading {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .sec_interview .block .heading {
    text-align: left;
    font-size: 27px;
    letter-spacing: 0;
    margin-bottom: 14px;
  }
}
.sec_interview .block .heading span {
  color: #fff;
  background-color: #a9161b;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 2px 10px;
}
.sec_interview .block .text p:not(:last-child) {
  margin-bottom: 1em;
}
.sec_interview .block:not(:last-child) {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .sec_interview .block:not(:last-child) {
    margin-bottom: 68px;
  }
}
@media all and (min-width: 751px) {
  .sec_interview .block.odd .image {
    float: right;
    margin-left: 4%;
  }
  .sec_interview .block.even .image {
    float: left;
    margin-right: 4%;
  }
}
.sec_interview .full_img {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_interview .full_img {
    margin-bottom: 100px;
  }
}
.sec_interview .full_img::before, .sec_interview .full_img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 1s cubic-bezier(0.23, 0.67, 0.23, 0.99) 0.2s;
  transition: all 1s cubic-bezier(0.23, 0.67, 0.23, 0.99) 0.2s;
}
.sec_interview .full_img::before {
  opacity: 0.5;
  z-index: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec_interview .full_img::after {
  z-index: 2;
}
.sec_interview .full_img img {
  mix-blend-mode: multiply;
}
.sec_interview .full_img.scroll_active::before, .sec_interview .full_img.scroll_active::after {
  width: 0;
}

/* schedule
---------------------------------------------------------- */
.sec_schedule {
  background-color: #f6f6f6;
  padding: 30px 0 60px;
}
@media all and (min-width: 751px) {
  .sec_schedule {
    padding: 80px 0 140px;
  }
}
@media all and (min-width: 751px) {
  .sec_schedule .inner {
    max-width: 1070px;
  }
}
.sec_schedule .sec_ttl {
  text-align: center;
  color: #a9161b;
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .sec_schedule .sec_ttl {
    margin-bottom: 50px;
  }
}
.sec_schedule .sec_ttl .en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.6;
}
@media all and (min-width: 751px) {
  .sec_schedule .sec_ttl .en {
    font-size: 59px;
    line-height: 1.4;
  }
}
.sec_schedule .sec_ttl .jp {
  font-weight: bold;
  font-size: 18px;
}
.sec_schedule .list {
  position: relative;
}
.sec_schedule .list::before {
  position: absolute;
  content: "";
  top: 0;
  left: 80.5px;
  width: 1px;
  height: 100%;
  background-color: #ac1618;
}
@media all and (min-width: 751px) {
  .sec_schedule .list::before {
    left: 161px;
    width: 2px;
  }
}
.sec_schedule .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  background-color: var(--bg_color);
  padding: 15px 18px 30px;
}
@media all and (min-width: 751px) {
  .sec_schedule .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    min-height: 220px;
    padding: 30px 50px;
  }
}
.sec_schedule .item .time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 53px;
  color: #cc5e79;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media all and (min-width: 751px) {
  .sec_schedule .item .time {
    height: 100%;
    width: 81px;
    font-size: 28px;
  }
}
.sec_schedule .item .dot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #b3183d;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 8px;
}
@media all and (max-width: 750px) {
  .sec_schedule .item .dot {
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
  }
}
@media all and (min-width: 751px) {
  .sec_schedule .item .dot {
    width: 14px;
  }
}
.sec_schedule .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-left: 6px;
}
@media all and (min-width: 751px) {
  .sec_schedule .item .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    margin-left: 2px;
  }
}
.sec_schedule .item .content .heading {
  font-size: 16px;
}
@media all and (min-width: 751px) {
  .sec_schedule .item .content .heading {
    width: 130px;
    font-size: 18px;
  }
}
.sec_schedule .item .content .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec_schedule .item .content .text p {
  font-size: 13px;
  line-height: 1.53;
}
@media all and (min-width: 751px) {
  .sec_schedule .item .content .text p {
    font-weight: bold;
    line-height: 2.15;
    letter-spacing: 0;
  }
}
.sec_schedule .item .content .image {
  width: min(180px, 100%);
}
@media all and (max-width: 750px) {
  .sec_schedule .item .content .image {
    margin-top: 6px;
  }
}
@media all and (min-width: 751px) {
  .sec_schedule .item .content .image {
    width: min(230px, 30%);
    margin-left: 40px;
  }
}
.sec_schedule .item:nth-child(odd) {
  --bg_color: #fff;
}
.sec_schedule .item:nth-child(even) {
  --bg_color: #fafafa;
}
.sec_schedule .item:first-child {
  overflow: hidden;
}
.sec_schedule .item:first-child .dot {
  position: relative;
  z-index: 1;
}
.sec_schedule .item:first-child .dot::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 3px;
  height: 30px;
  background-color: var(--bg_color);
}
@media all and (min-width: 751px) {
  .sec_schedule .item:first-child .dot::before {
    height: 400px;
  }
}
.sec_schedule .item:last-child {
  overflow: hidden;
}
.sec_schedule .item:last-child .dot {
  position: relative;
  z-index: 1;
}
.sec_schedule .item:last-child .dot::before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 3px;
  height: 500px;
  background-color: var(--bg_color);
}