@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");
/* --------------------------- 導入 -------------------------*/


#interview-page h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #FFA700;
  line-height: 3.5rem;
  padding: 60px 0 40px;
}
#interview-page h1 span {
  font-size: 2rem;
  font-weight: 700;
  opacity: .6;
}
#interview-page .fv {
  position: relative;
  width: 96%;
  height: 490px;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
}
#interview-page .fv.int01 {
  background-image: url(../images/recruit/int01-fv.png);
}
#interview-page .fv.int02 {
  background-image: url(../images/recruit/int02-fv.png);
}
#interview-page .fv.int03 {
  background-image: url(../images/recruit/int03-fv.png);
}
#interview-page .fv.int04 {
  background-image: url(../images/recruit/int04-fv.png);
}
#interview-page .fv.int05 {
  background-image: url(../images/recruit/int05-fv.png);
}
#interview-page  h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 700;
  background-color: #fff;
  padding: 8px 20px;
}
#interview-page h2.copy1 {
  position: absolute;
  left: 10%;
  bottom: 180px;
}
#interview-page h2.copy2 {
  position: absolute;
  left: 10%;
  bottom: 125px;
}
#interview-page .fv .name {
  position: absolute;
  left: 10%;
  bottom: 70px;
  background-color: #FFA700;
  padding: 5px 30px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
}
#interview-page .fv .bird {
  position: absolute;
  right: 4%;
  bottom: 30px;
}
/* -----共通の見出し----- */
#interview-page img {
  border-radius: 15px;
}
#interview-page section {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  #interview-page .fv.int01 {
    background-image: url(../images/recruit/int01-fv-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #interview-page .fv.int02 {
    background-image: url(../images/recruit/int02-fv-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #interview-page .fv.int03 {
    background-image: url(../images/recruit/int03-fv-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #interview-page .fv.int04 {
    background-image: url(../images/recruit/int04-fv-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #interview-page .fv.int04 {
    background-image: url(../images/recruit/int05-fv-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #interview-page .fv {
    height: 280px;
  }
  #interview-page .fv-area h1 {
    font-size: 2.6rem;
    line-height: 3.5rem;
    padding: 50px 0 30px;
  }
  #interview-page .fv-area h1 span {
    font-size: 1.8rem;
  }
  #interview-page h2 {
    font-size: 18px;
    padding: 5px 0 5px 10px;
    margin-bottom: 10px;
  }
  #interview-page section {
    padding-bottom: 50px;
  }
  #interview-page .fv .name {
    font-size: 1.6rem;
    padding: 3px 20px;
    left: 6%;
    bottom: 20px;
  }
  #interview-page h2.copy1 {
    left: 6%;
    bottom: 92px;
  }
  #interview-page h2.copy2 {
    left: 6%;
    bottom: 55px;
  }
  #interview-page .fv .bird {
    width: 28%;
  }
}
/* --------------------------- プロフ -------------------------*/
.profile-area {
  margin: 50px 0 0;
}
.profile-area .common-container-wrap {
  background-color: #FFFDF0;
  padding: 30px 10%;
  border-radius: 15px;
}
.profile-area h4 {
  color: #FFA700;
}

@media (max-width: 768px) {
  .profile-area .common-container-wrap {
    padding: 30px 5%;
  }
}
/* --------------------------- 見出し-------------------------*/
#interview-page h3 {
  position: relative;
  padding-left: 20px;
}
.main-area h3::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1.6em;
  background-color: #FFA700;
  border-radius: 4px;
}
/* --------------------------- 本文エリア -------------------------*/
.main-area .common-container-wrap{
  padding: 0;
}
.main-area .flex {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
.main-area.first .flex p {
  width: 60%;
}
.main-area.first .flex picture {
  width: 38%;
}
.main-area.first .flex picture {
  width: 38%;
}
.main-area.second .flex {
  justify-content: center;
}
.main-area.second .flex picture {
  padding: 0 5px;
  max-width: 450px;
}

@media (max-width: 768px) {
  .main-area .flex {
    display: block;
    margin: 20px 0 0;
  }
  .main-area.first .flex p {
    max-width: inherit;
    width: 100%;
  }
  .main-area.first .flex p {
    padding-bottom: 20px;
  }
  .main-area.second .flex {
    display: flex;
  }
}
/* --------------------------- 他のインタビュー -------------------------*/
.other-area {
  display: flex;
  justify-content: center;
  margin: 30px 0 80px;
}
.other-area .item {
  margin: 0 5px;
}
.other-area .item .midashi {
  font-weight: 500;
}
.other-area .item .set {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.other-area .item .name {
  color: #FFA700;
}
@media (max-width: 768px) {
  .other-area {
    flex-wrap: wrap;
    margin: 0 0 80px;
  }
  .other-area .item {
    width: 46%;
    margin: 0 2% 30px;
  }
  .other-area .item .midashi {
    line-height: 2.2rem;
  }
}










.schedule-item {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
.schedule-time {
  min-width: 70px;
  height: 36px;
  background: #ff9800;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule-body {
  text-align: left;
}
.flow-area h3 {
  margin: 0 0 5px;
  color: #ff9800;
}
.flow-area .photos {
  padding-top: 30px;
  display: flex;
  justify-content: space-evenly;
}
.flow-area .photos picture {
  width: 46%;
}
@media (max-width: 768px) {
  .ttl-flex {
    display: flex;
  }
  .schedule-item {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px;
  }
  .schedule-time {
    width: fit-content;
    padding: 0 12px;
    font-size: 1.7rem;
  }
  .schedule-body h3 {
    font-size: 16px;
  }
  .flow-area h3 {
    margin: 0;
    padding-left: 20px;
    padding-top: 4px;
  }
  .flow-area .photos {
    display: block;
  }
  .flow-area .photos picture {
    width: 100%;
  }
  .flow-area .photos picture img {
    margin-bottom: 15px;
  }
}
/* --------------------------- 募集要項 -------------------------*/
.resp-table dt {
  font-weight: 600;
}
.resp-table dt, .resp-table dd {
  border-bottom: 1px solid #FFA700;
}
/* --------------------------- ボタン -------------------------*/
.entry {
  margin: 0 auto;
  text-align: center;
}
.entry p {
  color: #FFA700;
  margin-bottom: 30px;
}
.entry .btn a{
  background-color: #FFA700;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 100px;
  font-size: 2.2rem;
  border-radius: 50px;
  width: 100%;
}
.entry .btn a.arrow::before {
  top: 45%;
  background-image: url(../images/recruit/wh-arrow.png);
}
.anchorbtn-area .btn-item:nth-of-type(2) {
  margin: 0 auto;
}
.anchorbtn-area .btn-item {
  width: calc(100% / 4); 
  max-width: 350px;
  margin: 0 20px!important;
}
.last-btn {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .entry .btn a{
    font-size: 1.8rem;
    padding: 15px 80px;
  }
  .entry p {
    margin-bottom: 25px;
  }
  .anchorbtn-area .btn-item {
    width: calc(100% / 1.5);
    margin: 0 auto 20px!important;
  }
}

/* --------------------------- フッターライン -------------------------*/
.footer-line {
  display: block;
  border-bottom: 1px solid rgb(3, 91, 123);
  width: 100%;
}










