/*===========================================

個別の社員インタビューページ　レイアウト編集はこちら

===========================================*/

/*===========================================
共通css
===========================================*/

body {
  font-family: "Noto Sans Jp", serif;
  margin: 0 auto;
}
#wrapper-a {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 1245px) {
  .contents-item {
    display: none;
  }
  .numbers-illustration {
    display: none;
  }
}

.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 800;
  font-style: normal;
}
.manrope-extrabold {
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.breadcrumb {
  width: 100%;
  height: 40px;
  background-color: #fff;
  z-index: 5;
  margin-top: 72px;
  position: relative;
}
.breadcrumb-list {
  color: #575757;
  font-size: 13px;
  max-width: 100%;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin-left: 55px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 20px;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "＞";
  height: 40px;
  position: relative;
  margin: 0 3px;
  color: #777; /* 記号の色 */
  align-items: center;
}

/*===========================================
PC　interview
===========================================*/
/*===========================================
key-visual
===========================================*/

.main-head {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 664px;
}
.main-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.container-01 {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  z-index: 2;
}
.heading {
  color: #a3a56d;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-top: 20rem;
  margin-left: 12vw;
  white-space: normal;
}
.copy {
  font-size: 32px; /* 固定のフォントサイズ */
  color: #333;
  letter-spacing: 0.05em;
  width: 608px;
  max-width: calc(100% - 2rem); /* 親要素内に収める */
  margin-left: 12vw;
  margin-top: 10px;
  word-wrap: break-word;
  white-space: normal; /* 折り返しを許可 */
}
.interviewee-name {
  display: flex;
  justify-content: left;
  margin-top: 0;
  margin-left: 12vw;
}
.interviewee-job {
  color: #fff;
  background-color: #a3a56d;
  width: 65px;
  object-fit: cover;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 14px;
}
.interviewee-detail {
  color: #a3a56d;
  width: 220px;
  object-fit: cover;
  margin: 0 auto;
  font-size: 14px;
}
.detail-band {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
}
.detail-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  bottom: 0;
}
.detail-text {
  position: absolute;
  font-size: 16px;
  color: #575757;
  width: 100%;
  height: 100%;
  margin-left: 12vw;
  display: flex;
  align-items: center;
  white-space: normal; /* 折り返しを許可 */
}
.pc_br {
  display: block;
}
@media screen and (max-width: 690px) {
  .pc_br {
    display: none;
  }
}

/*===========================================
interview
===========================================*/

.english {
  color: #575757;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
  font-family: "Manrope", serif;
  font-weight: bold;
}
.voice {
  margin-bottom: 80px;
}
.interview-detail-b {
  margin-top: 75px;
}
.question {
  color: #a3a56d;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 20px;
}
.answer {
  width: 600px;
  height: auto;
}
.interview-comment {
  width: 100%;
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.comment {
  font-size: 16px;
  color: #575757;
  line-height: 200%;
}
.interview-pic {
  margin-top: 60px;
}
.interview-pic img {
  width: 600px;
  height: 400px;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
}
.schedule {
  color: #a3a56d;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-top: 50px;
}
.week {
  display: flex;
  flex-wrap: wrap;
}
.week-a {
  width: 184px;
  height: 258px;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  margin-top: 20px;
}
.week-b {
  width: 184px;
  height: 258px;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  margin-top: 20px;
  margin-left: 20px;
}
.day {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 15px;
  align-items: flex-end;
}
.day-Japanese {
  color: #9f9f9f;
  font-size: 20px;
  font-weight: bold;
}
.day-english {
  color: #9f9f9f;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.week-detail {
  font-size: 14px;
  color: #575757;
  width: 136px;
  margin: 0 auto;
  margin-top: 15px;
}

/*===========================================
button
===========================================*/

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 20px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 150px;
  padding: 0.9em 2em;
  border: 1px solid #575757;
  border-radius: 5px;
  background-color: #fff;
  color: #575757;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 1245px) {
  .button:hover {
    background-color: #00aebb;
    border: 1px solid #00aebb;
    color: #fff;
    transition: all 0.3s ease;
  }
}
.button::before {
  content: "";
  display: inline-block;
  transform: rotate(225deg);
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-top: 2px solid #575757;
  border-right: 2px solid #575757;
}
@media (min-width: 1245px) {
  .button:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.3s ease;
  }
}

/*===========================================
TB　interview
===========================================*/

@media screen and (max-width: 1245px) {
  .breadcrumb {
    margin-top: 64px;
  }
  .breadcrumb-list {
    margin-left: 0;
  }

  .main-head {
    height: 664px;
  }
  .main-head img {
    width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    object-fit: cover;
  }
  .heading {
    margin-top: 17.5rem;
    margin-left: 40px;
  }
  .copy {
    margin-left: 40px;
    width: 680px;
  }
  .interviewee-name {
    margin-left: 40px;
  }
  .detail-band {
    height: 120px;
  }
  .detail-text {
    width: 690px;
    margin-left: 40px;
  }
}

/*===========================================
SP　interview
===========================================*/
@media screen and (max-width: 690px) {
  #wrapper-a {
    max-width: 328px;
  }
  .heading {
    margin-top: 12.5rem;
  }
  .copy {
    width: 320px;
  }
  .detail-band {
    height: 172px;
  }
  .detail-text {
    width: 320px;
    margin-left: 40px;
  }

  .english {
    font-size: 30px;
    margin: 70px 0 0 0;
  }
  .question {
    margin-top: 70px;
  }
  .answer {
    width: 328px;
  }
  .interview-pic img {
    width: 328px;
    height: auto;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .week {
    display: flex;
    justify-content: space-between;
  }
  .week-a {
    width: 152px;
    height: 230px;
    margin-top: 20px;
  }
  .week-b {
    width: 152px;
    height: 230px;
    margin-top: 20px;
    margin-left: 0;
  }
  .day {
    margin-top: 20px;
  }
  .week-detail {
    font-size: 12px;
    width: 118px;
    margin-top: 15px;
  }
}
