.interviewee {
  display: flex;
  justify-content: center;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
.interviewee li { width: 200px;}
.interviewee li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  transition: background 0.5s ease;
  height: 100%;
  border-radius: 40px;
  padding: 20px 0 35px;
  box-sizing: border-box;
  position: relative;
}
.interviewee li a.on {background: #fff554;}
.interviewee li a > * { position: relative; z-index: 2;}
.interviewee li a::before {
  content: "01";
  font-size: 160px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  z-index: 1;
  display: none;
}
.interviewee li a.on::before { display: block;}
.interviewee li:nth-child(2) a::before { content: "02";}
.interviewee li:nth-child(3) a::before { content: "03";}
.interviewee li:nth-child(4) a::before { content: "04";}
.interviewee li:nth-child(5) a::before { content: "05";}

.interviewee .name { font-size:18px; font-weight: bold; line-height: 1.5;}
.interviewee .name .en { font-size:11px;}
@media only screen and (max-width: 782px) {
  .interviewee {
    margin: -35px 0 0 2.5vw;
    width: 100%;
  }
  .interviewee li { width: 25%;}
  .interviewee li a {
    border-radius: 20px;
    padding: 10px 0 15px;
  }
  .interviewee li a::before {
    font-size: 21vw;
    bottom: -4vw;
  }
  .interviewee .name { font-size:3.2vw; font-weight: bold; line-height: 1.5;}
  .interviewee .name .en { font-size:1.6vw; line-height: 1.2;transform: scale(0.7); display: block; white-space: nowrap;}
}

.profile {
  width: calc(100% - 200px);
  text-align: center;
}
.profile h2 {
  font-size: 45px;
  line-height: 1.4;
  margin-top: 70px;
}
.profile h3 {
  margin-top: 40px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile h3::before,
.profile h3::after {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #262253;
}
.profile h3 span { margin: 0 25px;}
.profile .name span { display: block;}
.profile .name .jp { font-size: 24px;}
.profile .name .en { font-size: 12px;}
.profile .desc { font-size: 86%; margin-top: 3rem;}

@media only screen and (max-width: 782px) {
  .profile {
    width: auto;
    margin: 0 7.5vw;
  }
  .profile h2 {
    font-size: 22px;
    margin-top: 40px;
  }
  .profile h3 {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
  }
  .profile h3 span { margin: 0 18px;}
  .profile .name .jp { font-size: 18px;}
  .profile .name .en { font-size: 9px;}

}

.section {
  margin-top: 120px;
}
.section h2 {
  display: inline-block;
  color: #fff;
  padding: 8px 15px;
  background: #e55c56;
  font-weight: bold;
  border-radius: 20px 0 0 0;
  position: relative;
  margin-left: -15px;
}
/* add */
@media only screen and (min-width: 783px) {
  .section h2:nth-of-type(2) {
  margin-top: 3.5rem;
}
}
/* --- */
.section h2::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
      left: 3.5px;
    bottom: -9px;
  width: 20px;
  height: 20px;
  border: transparent 9px solid;
  border-left: #e55c56 9px solid;
  transform: rotate(-45deg);
}
.section h3 {
  font-size: 30px;
  margin-top: 2.5rem;
  line-height: 1.5;
  width: calc(100% + 2vw);
  letter-spacing: 0;
}
@media only screen and (max-width: 782px) {
  .section {
    margin-top: 60px;
  }
  .section h2 {
    transform: scale(0.75);
    transform-origin: left top;
    margin-top: 7.5vw;
    margin-left: -2.5vw;
  }
  .section h3 {
    font-size: 22px;
    margin-top: 1.5rem;
    width: auto;
  }
}

.text_img {
  display: flex;
  justify-content: space-between;
}
.text_img .text {
  width: 36.25%;
  margin-left: 7.5%;
}
.text_img .img {
  width: 51.875%;
}
.text_img .img img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 60px 0 0 60px;
}
/*  add  */
@media only screen and (min-width: 783px) {
  .name-motoki .text_img .img img,
.name-yamatani .text_img .img img,
.name-kobatake .text_img .img img {
    max-height: 810px;
}
}
/*  ---  */

@media only screen and (max-width: 782px) {
  .text_img {
    flex-direction: column-reverse;
  }
  .text_img .text {
    width: auto;
    margin: 0 7.5vw;
  }
  .text_img .img {
    width: auto;
    margin: 0 0 0 5vw;
  }
  .text_img .img img {
    width: 100%;
    max-height: inherit;
    object-fit: none;;
    border-radius: 30px 0 0 30px;
  }
}
.img_text {
  display: flex;
}
.img_text .img {
  width: 43.75%;
}
.img_text .img img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 0 60px 60px 0;
}
.img_text .text {
  width: 31.875%;
  margin-left: 4.375%;
}
@media only screen and (max-width: 782px) {
  .img_text {
    flex-direction: column;
  }
  .img_text .img {
    width: auto;
    margin: 0 5vw 0 0;
  }
  .img_text .img img {
    width: 100%;
    max-height: inherit;
    object-fit: none;;
    border-radius: 0 30px 30px 0;
  }
  .img_text .text {
    width: auto;
    margin: 0 7.5vw;
  }
}

.schedule {
  margin: 80px 20% 0 7.5%;
  border-radius: 20px;
  background: rgba(65,189,206,0.15);
  padding: 5vw calc(5vw - 10px);
}
.schedule h2 {
  color: #41bdce;
  font-size: 40px;
  text-align: center;
  padding-top: 90px;
  background: url("../img/recruit/icon_clock@2x.png") no-repeat center top / 80px auto;
}
@media only screen and (max-width: 782px) {
.schedule {
    margin: 40px 5vw 0 5vw;
    border-radius: 10px;
    padding: 7vw;
  }
  .schedule h2 {
    font-size: 20px;
    padding-top: 45px;
    background-size: 40px auto;
  }
}
.schedule ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.schedule li {
  margin: 30px 0px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 16.6666%;
}
.schedule li .maru {
  width: calc(100% - 15px);
  box-sizing: border-box;
  border: #41bdce 5px solid;
  border-radius: 100px;
  position: relative;
}
.schedule li .maru::before { content: ""; padding-top: 100%; display: block;}
.schedule li .maru::after {
  content: "";
  width: 38px;
  height: 18px;
  box-sizing: border-box;
  border: transparent 9px solid;
  border-right: transparent 19px solid;
  border-left: #41bdce 19px solid;
  position: absolute;
  top: calc(50% - 9px);
  right: -38px;
}
.schedule li .maru strong {
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  color: #41bdce;
  line-height: 1.3;
  letter-spacing: 0.05rem;
}
.schedule li .maru strong .small { font-size: 66%;}
.schedule li .time { text-align: center; font-size: 25px; font-weight: 600; display: flex; justify-content: center; align-items: center; height: 50px; white-space: nowrap;}
.schedule li .text { font-size: 86%; margin: 0 10px 0; line-height: 1.7; letter-spacing: 0;}
@media only screen and (max-width: 782px) {
  .schedule ul {
    display: block;
  }
  .schedule li {
    margin: 25px 0px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    position: relative;
    padding-left: 85px;
    min-height: 75px;
  }
  .schedule li + li { margin-top: 10px;}
  .schedule li .maru {
    width: 70px;
    border: #41bdce 2.5px solid;
    position: absolute;
    left: 0px;
    top: calc(50% - 35px);
  }
  .schedule li .maru::after {
    content: "";
    width: 10px;
    height: 20px;
    border: transparent 5px solid;
    border-bottom: transparent 10px solid;
    border-top: #41bdce 10px solid;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -20px;
    left: calc(50% - 5px);
  }
  .schedule li .maru strong {
    font-size: 15px;
  }
  .schedule li .time { text-align: left; font-size: 16px; font-weight: 600; display: block; height: auto;}
  .schedule li .text { font-size: 86%; margin: 0; line-height: 1.7; letter-spacing: 0;}
}

.section .full {
  position: relative;
  z-index: 1;
}
.section .full img {
  width: 100%;
  border-radius: 60px;
}
.section .full + div {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}
.text_img_img {
  display: flex;
}
.text_img_img .text {
  margin-left: 7.5%;
  width: 31.875%;
}
.text_img_img .img {
  margin-left: 4.375%;
  width: 36.25%;
  margin-top: -160px;
}
/* add */
@media only screen and (min-width: 783px) {
  .name-motoki .text_img_img .img,
.name-yamatani .text_img_img .img,
.name-kobatake .text_img_img .img {
  margin-top: -100px;
}
}
/* --- */

.text_img_img .img img {
  border-radius: 30px;
  width: 100%;
  height: auto;
}
.text_img_img .img img + img { margin-top: 15px;}
@media only screen and (max-width: 782px) {
  .section .full img {
    border-radius: 40px;
    width: 100%;
    height: 66.6vw;
    object-fit: cover;
  }
  .section .full + div {
    margin-top: 40px;
  }
  .text_img_img {
    display: block;
  }
  .text_img_img .text {
    margin: 0 7.5vw;
    width: auto;
  }
  .text_img_img .img {
    margin: 30px 10vw 0;
    width: auto;
  }
  .text_img_img .img img {
    border-radius: 15px;
  }
  .text_img_img .img img + img { margin-top: 2.5vw;}
}

.message {
  margin-top: 140px;
  padding: 90px 0 130px;
  position: relative;
  box-sizing: border-box;
  min-height: 50vw;
}
.message .bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.message .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px;
}
.message .text {
  position: relative;
  z-index: 2;
  margin-left: 7.5%;
  width: 37.5%;
  max-width: 600px;
  padding: 80px 3.75% 100px;
  backdrop-filter: blur(20px);
  background: rgba(255,255,255,0.3);
  border-radius: 40px;
}
/*add*/
@media only screen and (min-width: 783px) {
  .name-motoki .message .text, .name-yamatani .message .text{
  margin-left: 45.5%;
  width: 31.5%;
}
.name-kobatake .message .text{
  width: 29.5%;
}
}
/* --- */

.message .text h2 span { display: block;}
.message .text h2 .en { font-size: 80px; line-height: 1.2; font-weight: 600;}
.message .text h2 .jp { font-size: 20px; line-height: 1.2; font-weight: bold; margin-bottom: 35px;}
.message .text .myBtn a { width: 320px;}
.message .text .myBtn  { margin-top: 3rem;}

@media only screen and (max-width: 782px) {
  .message {
    margin-top: 50px;
    padding: 0;
    min-height: inherit;
  }
  .message .bg {
    position: relative;
  }
  .message .bg img {
    width: 100%;
    height: 100vw;
    object-fit: cover;
    border-radius: 30px;
  }
  .message .text {
    margin: -70px 7.5vw 0;
    width: auto;
    max-width: inherit;
    padding: 40px 5vw 55px;
    border-radius: 20px;
  }
  .message .text h2 span { display: block;}
  .message .text h2 .en { font-size: 40px; line-height: 1.2; font-weight: 600;}
  .message .text h2 .jp { font-size: 15px; line-height: 1.2; font-weight: bold; margin-bottom: 25px;}
  .message .text .myBtn a { width: 240px;}
  .message .text .myBtn  { margin-top: 3rem;}
}
.footer { width: calc(100% - 200px); margin-bottom: 220px;}
.footer .interviewee { margin-top: -20px}
@media only screen and (max-width: 782px) {
  .footer { width: calc(100% - 5vw);margin-bottom:0;}
}