@charset "UTF-8";

.interview-index {
  font-family: "Overpass", sans-serif;
  color: #6ead31;
  font-weight: bold;
}
.interview-index .num {
  font-size: 158px;
  display: inline-block;
  margin-bottom: -0.2em;
  letter-spacing: -0.06em;
}
.interview-index .small-text {
  font-size: 36px;
  display: inline-block;
  letter-spacing: -0.04em;
}

.interview-index-inner {
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .interview-index .num {
    font-size: 79px;
  }
  .interview-index .small-text {
    font-size: 18px;
  }
}
/* 
.p-interview
└ インタビュー一覧・詳細のmain内すべてを包括するclass
*/
/* .block-link02　-　採用ページへのリンクエリア */
.p-interview .block-link02 {
  background-color: #ffffff;
  padding: 100px 100px 20px;
}

.p-interview .block-link02 .recruit__link a {
  background-color: #6ead33;
  height: 160px;
}

.p-interview .block-link02 .recruit__links {
  justify-content: center;
}

.p-interview .block-link02 .recruit__link {
  flex-basis: calc(33.3333333333% - 5px);
  max-width: 400px;
  margin: 0 10px;
}

.p-interview .block-link02 .recruit__link__title {
  font-size: 22px;
}

.p-interview .block-link02 .recruit__link__subtitle {
  font-size: 15px;
  margin: -10px 0 0;
}

.p-interview .block-link02 .recruit__link-icon {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .p-interview .block-link02 {
    background-color: transparent;
    padding: 20px 50px 20px;
    position: relative;
    z-index: 1;
  }
  .p-interview .block-link02 .recruit__links {
    padding: 0;
  }
  .p-interview .block-link02 .recruit__link {
    max-width: 100%;
    margin: 10px auto;
  }
  .p-interview .block-link02 .recruit__link a {
    height: auto;
    padding: 3.90625vw;
  }
}
/* インタビュー一覧・詳細のfooterのマージンを解除 */
.single-interview #footer,
.post-type-archive-interview #footer {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .single-interview #footer,
  .post-type-archive-interview #footer {
    margin-top: -50px;
  }
}
/* フッター内の「Contact」を非表示に */
@media screen and (max-width: 768px) {
  .single-interview .footer__contact,
  .post-type-archive-interview .footer__contact {
    display: none;
  }
}
/* =======================
  インタビュー一覧ページ
 ======================= */
.interview-list .title-area .text {
  left: 100px;
  right: auto;
}

.interview-lead {
  font-size: 15px;
  color: #0058a6;
  letter-spacing: 0.01em;
  line-height: 1.75;
  margin-top: 120px;
}

.interview-list-content {
  margin-top: 240px;
  min-width: 1340px;
}

.interview-list-inner {
  background-color: #f1f3f8;
  padding-top: 60px;
}

.interview-list-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -130px;
}

.interview-list-item {
  flex-basis: 50%;
  position: relative;
  z-index: 0;
  margin-bottom: 166px;
  /* 左の列はaを右寄せ */
  /* 右の列の場合 */
}
.interview-list-item a {
  position: relative;
  max-width: 600px;
  display: block;
  margin-left: 20px;
}
.interview-list-item:nth-child(2n + 1) a {
  margin-left: auto;
  margin-right: 20px;
}
.interview-list-item:before {
  position: absolute;
  content: "";
  width: 83.3333333333%;
  height: 348px;
  top: 130px;
  left: 0;
  background-color: #ffffff;
  border-radius: 0 20px 20px 0;
  z-index: -1;
}
.interview-list-item:nth-child(2n):before {
  border-radius: 20px 0 0 20px;
  left: auto;
  right: 0;
}
.interview-list-item .interview-index {
  position: absolute;
  top: -66px;
  left: -33px;
  text-align: center;
}
.interview-list-item .thumb {
  margin-bottom: 35px;
  border-radius: 20px;
  height: auto;
}
.interview-list-item .title {
  color: #0058a6;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0;
  margin-bottom: 45px;
}
.interview-list-item .name {
  color: #0058a6;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0;
  margin-bottom: 6px;
}
.interview-list-item .info {
  color: #0058a6;
  font-size: 15px;
  line-height: 1.63;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .interview-list .title-area .text {
    left: 0;
    right: 0;
  }
  .interview-list .title-area picture {
    width: 100%;
    border-radius: 0;
  }
  .interview-lead {
    font-size: 14px;
    line-height: 1.71;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .interview-list-content {
    margin-top: 120px;
    min-width: auto;
  }
  .interview-list-inner {
    padding-bottom: 60px;
  }
  .interview-list-list {
    display: block;
    flex-wrap: wrap;
    width: 100%;
  }
  .interview-list-item {
    width: auto;
    margin-bottom: 70px;
    padding: 0 25px;
  }
  .interview-list-item a {
    margin-left: 0;
    margin-right: 0;
  }
  .interview-list-item:before {
    position: absolute;
    content: "";
    width: 66.6666666667%;
    padding-bottom: 51%;
    height: 0px;
    top: 65px;
    left: auto;
    right: 0px;
    border-radius: 10px 0 0 10px;
  }
  .interview-list-item:nth-child(2n) .interview-index {
    left: auto;
    right: 25px;
  }
  .interview-list-item:nth-child(2n):before {
    left: 0;
    right: auto;
    border-radius: 0 10px 10px 0;
  }
  .interview-list-item:nth-child(2n + 1) a {
    margin-left: 0;
    margin-right: 0;
  }
  .interview-list-item .interview-index {
    top: -30px;
    left: -10px;
  }
  .interview-list-item .thumb {
    margin-bottom: 17px;
    border-radius: 10px;
  }
  .interview-list-item .title {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .interview-list-item .name {
    font-size: 13px;
  }
  .interview-list-item .info {
    font-size: 11px;
  }
}
/* =======================
  インタビュー詳細ページ
 ======================= */
.interview-detail {
  /* トップの見出し */
}
.interview-detail .title-area {
  margin-bottom: 230px;
}
.interview-detail .title-area .text {
  left: 100px;
  right: auto;
}
.interview-detail .title-area .lead-text {
  font-size: 32px;
  color: #004fa2;
  font-weight: 500;
  position: static;
  line-height: 1.5;
  margin-top: 67px;
}
.interview-detail .title-area .name {
  margin-top: 25px;
  font-size: 26px;
  color: #004fa2;
  font-weight: 500;
  line-height: 1.5;
}
.interview-detail .title-area .info {
  margin-top: 6px;
  font-size: 15px;
  color: #004fa2;
  line-height: 1.5;
}

.interview-section {
  padding: 120px 0;
  color: #004fa2;
}
.interview-section.blue {
  background-color: #004fa2;
  color: #eef1f7;
}
.interview-section.gray {
  background-color: #eef1f7;
  color: #004fa2;
}

.interview-inner {
  /* width: 1340px; */
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.interview-inner.flex {
  display: flex;
  justify-content: space-between;
}
.interview-inner.flex.reverse {
  flex-direction: row-reverse;
}

.interview-column.image {
  /* flex-basis: 600px; */
  width: 46%;
}
.interview-column.text {
  /* flex-basis: 590px; */
  width: 46%;
}

.interview-detail-image {
  border-radius: 20px;
}
.interview-detail-image.large {
  border-radius: 30px;
  width: 100%;
  margin: 55px 0;
}

.interview-heading02 {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: inherit;
  font-weight: 500;
}

/* .page h2を打ち消し */
.interview-detail .interview-heading02 {
  font-size: 30px;
  color: inherit;
}

/* インタビュー本文 */
.interview-text {
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: 0;
  color: inherit;
}

.interview-heading02 + .interview-text {
  margin-top: 32px;
}

/* 画像の配置がイレギュラーなセクション */
.interview-section.top .name.en {
  /* 英字の名前 */
  font-size: 60px;
  color: #0074da;
  font-weight: bold;
  font-family: "Overpass", sans-serif;
  position: absolute;
  left: 0;
  z-index: 1;
}
.interview-section.top .interview-inner {
  position: relative;
}
.interview-section.top .interview-column.image {
  position: relative;
}
.interview-section.top .interview-column.image img {
  position: absolute;
  left: auto;
  right: 50px;
  top: -230px;
}

@media screen and (max-width: 768px) {
  .interview-detail {
    /* トップの見出し */
  }
  .interview-detail .title-area {
    margin-bottom: 130px;
  }
  .interview-detail .title-area picture {
    width: auto;
    margin-left: 25px;
  }
  .interview-detail .title-area .text {
    top: 15px;
    left: 0;
    right: 0;
  }
  .interview-detail .title-area .lead-text {
    font-size: 30px;
    line-height: 1.33;
    margin-top: 23px;
  }
  .interview-detail .title-area .name {
    margin-top: 25px;
    font-size: 16px;
  }
  .interview-detail .title-area .info {
    margin-top: 6px;
    font-size: 11px;
    color: #004fa2;
    line-height: 1.5;
  }
  .interview-section {
    padding: 53px 0;
  }
  .interview-inner {
    width: 100%;
    padding: 0 20px;
  }
  .interview-inner.flex {
    display: block;
  }
  .interview-column {
    /* QAの部分は少し内側に */
  }
  .interview-column.image {
    margin-bottom: 24px;
  }
  /* .interview-section.qa .interview-column.text {
    padding: 0 17px;
  } */
  .interview-column.image {
    width: 100%;
  }
  .interview-column.text {
    width: 100%;
  }
  .interview-section.top .name.en {
    font-size: 30px;
    top: 80px;
    left: 25px;
  }
  .interview-section.top .interview-column.image {
    margin-top: -108px;
  }
  .interview-section.top .interview-column.image img {
    position: relative;
    top: 0;
    width: 218px;
    margin-left: auto;
    margin-right: 0;
    right: 0;
  }
  .interview-detail-image {
    border-radius: 10px;
    /* QAの部分は少し内側に */
  }
  .interview-detail-image.large {
    border-radius: 0px;
    width: calc(100% + 50px);
    max-width: none;
    display: block;
    margin: 29px 0;
    margin-left: -25px;
  }
  .interview-section.qa .interview-detail-image.large {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .interview-heading02 {
    font-size: 25px;
    line-height: 1.4;
  }
  /* .page h2を打ち消し */
  .interview-detail .interview-heading02 {
    font-size: 25px;
  }
  /* インタビュー本文 */
  .interview-text {
    font-size: 13px;
    line-height: 1.77;
    font-weight: 400;
  }
  .interview-heading02 + .interview-text {
    margin-top: 22px;
  }
}
/* ----------------
　 一日の流れ
---------------- */
.interview-section.workflow {
  position: relative;
  z-index: 0;
  /* 見出し */
}
.interview-section.workflow .heading .en {
  font-size: 110px;
  font-weight: 700;
  letter-spacing: -0.04em;
  font-family: "Overpass", sans-serif;
}
.interview-section.workflow .heading .en .green {
  color: #6ead31;
}
.interview-section.workflow .heading .jp {
  font-size: 30px;
  color: #004fa2;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  /* .page h2を打ち消し */
  margin-bottom: 0;
}
.interview-section.workflow:before {
  position: absolute;
  content: "";
  background-color: #eef1f7;
  border-radius: 0 20px 20px 0;
  height: calc(100% - 146px);
  width: calc(50vw - 670px + 185px);
  left: 0;
  bottom: 0;
  z-index: -1;
}

/* タイムライン */
.interview-timeline {
  margin-top: 130px;
}
.interview-timeline .time {
  font-weight: 700;
  font-style: italic;
  color: #004fa2;
  font-size: 50px;
  font-family: "Overpass", sans-serif;
  letter-spacing: -0.04em;
  margin-bottom: 25px;
}
.interview-timeline .time:not(:first-child) {
  margin-top: 25px;
}
.interview-timeline .toDo {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 46px;
  margin-left: 25px;
  border-left: 1px solid #004fa2;
}
.interview-timeline .toDo:last-child {
  border-left: none;
}
.interview-timeline .title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 11px;
}
.interview-timeline .text {
  font-size: 15px;
  line-height: 2.13;
  font-weight: 400;
}
.interview-timeline .text:not(:last-child) {
  margin-bottom: 71px;
}

@media screen and (max-width: 768px) {
  .interview-section.workflow {
    /* 見出し */
  }
  .interview-section.workflow .heading .en {
    font-size: 70px;
    display: inline;
    vertical-align: middle;
    margin-right: 12px;
  }
  .interview-section.workflow .heading .jp {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    /* .page h2を打ち消し */
    margin-bottom: 0;
    display: inline;
  }
  .interview-section.workflow:before {
    border-radius: 0 10px 10px 0;
    height: calc(100% - 90px);
    width: 33%;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  /* タイムライン */
  .interview-timeline {
    margin-top: 32px;
  }
  .interview-timeline .time {
    font-size: 25px;
    letter-spacing: -0.04em;
    margin-bottom: 13px;
  }
  .interview-timeline .time:not(:first-child) {
    margin-top: 25px;
  }
  .interview-timeline .toDo {
    padding-top: 22px;
    padding-bottom: 40px;
    padding-left: 24px;
    margin-left: 29px;
  }
  .interview-timeline .title {
    font-size: 18px;
    margin-bottom: 13px;
  }
  .interview-timeline .text {
    font-size: 13px;
    line-height: 1.76;
  }
  .interview-timeline .text:not(:last-child) {
    margin-bottom: 24px;
  }
}
/* 他の社員インタビュー */
.interview-section.others {
  /* 見出し */
  /* すべて見る */
}
.interview-section.others .heading {
  margin-bottom: 65px;
}
.interview-section.others .heading .en {
  font-size: 40px;
  color: #004fa2;
  font-weight: bold;
  font-family: "Overpass", sans-serif;
}
.interview-section.others .heading .jp {
  font-size: 22px;
  color: #004fa2;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 20px;
}
.interview-section.others .btn-area .button-arrow.blue a {
  justify-content: flex-end;
}

/* スライダー */
.interview-slider {
  /* min-width: 1340px; */
  /* max-width: 1300px; */
  /* ページャー */
}
.interview-slider.slick-dotted {
  margin-bottom: 60px;
}
.interview-slider .slick-track {
  display: flex;
}
.interview-slider .slick-dots {
  z-index: 1;
  margin-bottom: -60px;
}
.interview-slider .slick-dots li {
  margin: 0;
}
.interview-slider .slick-dots li.slick-active button:before {
  color: #4ea600;
}

.interview-slide {
  height: auto;
}
.interview-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.interview-slide .thumb {
  border-radius: 20px 20px 0 0;
  height: auto;
}
.interview-slide .interview-index {
  position: absolute;
  top: -50px;
}
.interview-slide .interview-index .num {
  font-size: 110px;
}
.interview-slide .interview-index .small-text {
  font-size: 25px;
}
.interview-slide .title {
  font-size: 24px;
  font-weight: 700;
  color: #004fa2;
  line-height: 1.5;
}
.interview-slide .name {
  font-size: 26px;
  font-weight: 700;
  color: #004fa2;
  line-height: 1.5;
  margin-top: 39px;
}
.interview-slide .info {
  font-size: 15px;
  font-weight: 400;
  color: #004fa2;
  line-height: 2.13;
}
.interview-slide .body {
  border-radius: 0 0 20px 20px;
  background-color: #eef1f7;
  position: relative;
  padding: 100px 50px 35px;
  flex-grow: 1;
}

/* もっと見る */
.interview-more {
  position: absolute;
  left: auto;
  right: calc(50vw - 620px);
  z-index: 1;
}
@media screen and (max-width: 1350px) {
  .interview-slide {
    margin: 7px;
  }
  .interview-slide .thumb {
    border-radius: 10px 10px 0 0;
  }
  .interview-slide .interview-index {
    top: -26px;
  }
  .interview-slide .interview-index .num {
    font-size: 55px;
  }
  .interview-slide .interview-index .small-text {
    font-size: 13px;
  }
  .interview-slide .title {
    font-size: 16px;
    line-height: 1.5;
  }
  .interview-slide .name {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 14px;
  }
  .interview-slide .info {
    font-size: 11px;
    line-height: 2.13;
  }
  .interview-slide .body {
    border-radius: 0 0 10px 10px;
    padding: 45px 22px 35px;
  }
  .interview-more {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .interview-section.others {
    margin-bottom: 70px;
    /* 見出し */
  }
  .interview-section.others .heading {
    margin-bottom: 30px;
  }
  .interview-section.others .heading .en {
    font-size: 40px;
  }
  .interview-section.others .heading .jp {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 3px;
  }
  /* スライダー */
  .interview-slider {
    min-width: auto;
    /* ページャー */
  }
  .interview-slider.slick-dotted {
    margin-bottom: 20px;
  }
  .interview-slider .slick-dots {
    text-align: left;
    margin-bottom: -20px;
    padding-left: 20px;
  }
  /* もっと見る */
  .interview-more {
    right: 25px;
  }
}
/* 採用ページへのリンク */
.interview-recruit {
  display: none;
  position: relative;
  z-index: 1;
}

.interview-recruit-inner {
  width: 275px;
  margin: 0 auto;
}

.interview-recruit-item:not(:first-child) {
  margin-top: 10px;
}
.interview-recruit-item a {
  text-align: center;
  border-radius: 10px;
  background-color: #6ead31;
  padding: 15px 15px 29px;
  display: block;
}
.interview-recruit-item a:hover {
  transform: scale(0.9);
}
.interview-recruit-item .jp {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
}
.interview-recruit-item .en {
  font-size: 11px;
  color: #ffffff;
  display: inline-block;
  line-height: 1.5;
}
.interview-recruit-item .arrow {
  margin-top: 14px;
  display: inline-block;
}
.interview-recruit-item .arrow img {
  display: inline;
  width: 36px;
}

@media screen and (max-width: 768px) {
  .interview-recruit {
    display: block;
  }
}
