@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');

.page-interview {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 2.1;
  background: rgba(255, 255, 255, 1);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* -ttl */

.-ttl {
  font-size: 32px;
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 1em;
  color: #6EC800;
}

@media screen and (max-width: 768px) {
  
  .-ttl {
    font-size: 6vw;
    margin: 0 0 10% 0;
  }

}

/* profile */

.profile {
  padding: 150px 0 0 0;
  margin: 0 0 100px 0;
}

.profile-wrapper {
  display: flex;
  justify-content: space-between;
}

.profile-info {
  width: 49.5%;
  position: relative;
  background-image: url(../img/interview/profile_bg.png);
  background-position: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.profile-info-no {
  width: 15%;
  position: absolute;
  top: 2.3%;
  left: 1.3%;
}

.profile-info-comment {
  font-size: 23px;
  line-height: 1.5;
  margin: 45px 0 0;
  padding: 0 0 10px 10%;
  font-weight: bold;
}

.profile-info .-line {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-top: 2px solid #84C63C;
}

.profile-info-name {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding: 22px 0 12px 10%;
}

.profile-info-name .enName {
  color: #B2B2B2;
  font-size: 12px;
}

.profile-info-group {
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 0 10%;
}

.profile-info-btn {
  margin: 0 0 0 10%;
}

.profile-img {
  width: 49%;
}

@media screen and (max-width: 768px) {

  .profile {
    padding: 0 0 0 0;
    margin: 0 0 14% 0;
  }
  
  .profile-wrapper {
    display: block;
  }

  .profile-ttl {
  }

  .profile-info {
    width: 100%;
    padding: 0 0 10% 0;
  }
  
  .profile-info-no {
    width: 15%;
    position: absolute;
    top: 2.3%;
    left: 1.3%;
  }
  
  .profile-info-comment {
    font-size: 4.2vw;
    line-height: 1.5;
    margin: 0;
    padding: 10% 0 10px 10%;
  }
  
  .profile-info .-line {
  }
  
  .profile-info-name {
    font-size: 4.5vw;
    padding: 5% 0 3% 10%;
  }
  
  .profile-info-name .enName {
    font-size: 3.3vw;
  }
  
  .profile-info-group {
    font-size: 3vw;
    line-height: 1.5em;
  }
  
  .profile-img {
    width: 100%;
    margin: 0 0 15% 0;
  }

}


/* interview */

.interview {
  padding: 0 0 100px 0;
}

.interview-list-headline {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 30px;
  font-weight: bold;
}

.interview-list-item {
  margin: 0 0 100px 0;
}

.interview-list-item:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  
  .interview {
    padding: 0 0 14% 0;
  }
  
  .interview-list-headline {
    margin: 0 0 5% 0;
    font-size: 6.5vw;
    line-height: 1.5;
  }
  
  .interview-list-item {
    margin: 0 0 12% 0;
  }
  
  .interview-list-item:last-child {
    margin: 0;
  }

  .interview-list-copy {
    font-size: 4vw;
  }

}


/* schedule */

.schedule {
}

.schedule-wrapper {
  padding: 88px 110px 0 110px;
  background-color: #F6F6F6;
}

@media screen and (max-width: 768px) {
  
  .schedule {
  }
  
  .schedule-wrapper {
    padding: 12% 6%;
  }

}


/* weekend */

.weekend {
}

.weekend-wrapper {
  padding: 88px 110px 88px 110px;
  background-color: #F6F6F6;
}

.weekend-copy {
  margin: 0 0 35px 0;
}

.weekend-img {
  display: flex;
  justify-content: space-between;
}

.weekend-img.two-img {
  justify-content: center;
}

.weekend-img.two-img .weekend-img-item:first-child {
  margin: 0 1.47% 0 0;
}

.weekend-img-item {
  width: 32%;
}

@media screen and (min-width: 769px) {
  
  .weekend-img.-smallimg {
    width: 67.794%;
    margin: 0 auto;
  }

}


@media screen and (max-width: 768px) {
  
  .weekend {
  }
  
  .weekend-wrapper {
    padding: 8% 6% 12% 6%;
  }
  
  .weekend-copy {
    margin: 0 0 8% 0;
    font-size: 4vw;
  }
  
  .weekend-img {
  }
  
  .weekend-img-item {
    width: 32%;
  }
}


/* message */

.message {
}

.message-wrapper {
  padding: 88px 0 0 0;
}

.message-ttl {
  color: #FF1E6E;
}

@media screen and (max-width: 768px) {

  .message-copy {
    font-size: 4vw;
  }

}