@charset "UTF-8";
/* ==========================================================================
// 先輩インタビュー
========================================================================== */


/* ==========================================================================
// interview-section-01
========================================================================== */
.interview-section-01{
  background-color:#fff;
  position: relative;
  padding: 0 0 200px;
}
@media screen and (max-width:480px) {
  .interview-section-01{
    padding: 0 0 50px;
  }
}

.interview-section-01 .signboard-wrap{
}
.interview-section-01 .title{
  color: #fff;
  font-size: 30px;
  position: absolute;
  z-index: 10;
  text-align: center;
  width: 300px;
  height: auto;
  margin-top: -33px;
}
.interview-section-01 .signboard{
  position: relative;
}
.interview-section-01 .signboard img{
  position: absolute;
  top: -100px;
  left: 0;
  width: 300px;
  height: 200px;
}
@media screen and (max-width:1024px) {
  .signboard-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .interview-section-01 .signboard {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .interview-section-01 .signboard img{
    position: absolute;
    top: -100px;
    left: 50%;
    width: 300px;
    height: 200px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media screen and (max-width:480px) {
  .interview-section-01 .title {
    font-size: 20px;
    /* margin-top: -80px; */
    margin-top: -50px;
}
  .interview-section-01 .signboard img {
    position: absolute;
    top: -100px;
    left: 50%;
    width: 230px;
    height: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}}


.interview-section-01 .btn-wrapper {
  padding-top: 200px;
  margin-bottom: 150px;
}
@media screen and (max-width:1024px) {
  .interview-section-01 .btn-wrapper {
    margin-bottom: 0;
  }
}
@media screen and (max-width:480px) {
  .interview-section-01 .btn-wrapper {
    padding-top: 100px;
  }}
.interview-section-01 .btn-wrapper ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.interview-section-01 .btn-wrapper ul::after {
  display: block;
  content:"";
  width: 400px;
  margin: 0 auto;
}

.interview-section-01 .btn-wrapper ul li{
  position: relative;
}
.interview-section-01 .btn-wrapper ul li .btn{
  width: 400px;
  height: 270px;
  padding-left: 50px;
}
.interview-section-01 .btn-wrapper ul li .btn .job{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 14%;
  z-index: 10;
}
.interview-section-01 .btn-wrapper ul li .btn .name{
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  position: absolute;
  bottom: 32%;
  z-index: 10;
}

/* height→ウィンドウ幅から画像の高さを取得 */
/* 400px × 270px = 1 :0.675 */

@media screen and (max-width:1244px) {
  .interview-section-01 .btn-wrapper ul li .btn{
    width: calc(100vw / 3);
    height: calc(100vw / 3 * 0.675);
    padding-left: calc(50px - 1vw);
  }
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(1),
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(4){
    margin-left: auto;
  }
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(3),
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(5){
    margin-right: auto;
  }
  .interview-section-01 .btn-wrapper ul li .btn .job{
    font-size: 20px;
  }
  .interview-section-01 .btn-wrapper ul li .btn .name{
    font-size: 26px;
  }
}

@media screen and (max-width:1024px) {
  .interview-section-01 .btn-wrapper ul li .btn{
    width: calc(100vw / 2);
    height: calc(100vw / 2 * 0.675);
    padding-left: 12%;
  }
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(1),
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(4){
    margin-left: auto;
  }
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(3),
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(5){
    margin-right: auto;
  }
  .interview-section-01 .btn-wrapper ul li .btn .job{
    font-size: 20px;
  }
  .interview-section-01 .btn-wrapper ul li .btn .name{
    font-size: 26px;
  }
}

@media screen and (max-width:645px) {
  .interview-section-01 .btn-wrapper ul li .btn{
    width: calc(100vw / 2);
    height: calc(100vw / 2 * 0.675);
    padding-left: 12%;
  }
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(1),
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(4){
    margin-left: auto;
  }
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(3),
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(5){
    margin-right: auto;
  }
  .interview-section-01 .btn-wrapper ul li .btn .job{
    font-size: calc(12px + 0.5vw);
  }
  .interview-section-01 .btn-wrapper ul li .btn .name{
    font-size: calc(18px + 0.5vw);
  }
}
@media screen and (max-width:480px) {
  .interview-section-01 .btn-wrapper ul li .btn{
    width: 100vw;
    height: calc(100vw * 0.675);
    padding-left: 12%;
  }
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(1),
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(4){
    margin-left: auto;
  }
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(3),
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(5){
    margin-right: auto;
  }
  .interview-section-01 .btn-wrapper ul li .btn .job{
    font-size: calc(14px + 0.5vw);
  }
  .interview-section-01 .btn-wrapper ul li .btn .name{
    font-size: calc(20px + 0.5vw);
  }
}

/* ==========================================================================
// interview-section-02〜06 COMMON
========================================================================== */

.interview-section-common{
  background-color:#fff;
  color: #fff;
  position: relative;
  padding: 200px 0;
}
@media screen and (max-width:1024px) {
  .interview-section-common{
    padding: 20px 0;
  }}

.interview-section-02{
  background-color :var(--color-c-primary);
}
.interview-section-03{
  background-color:#ffa9cd;
}
.interview-section-04{
  background-color:#da75a9;
}
.interview-section-05{
  background-color:#d792a5;
}
.interview-section-06{
  background-color:#a3cfce;
}

.interview-section-common .article .job{
  font-size: 20px;
  display: block;
  font-weight: bold;
  margin: 80px 0 0;
}
@media screen and (max-width:1024px) {
  .interview-section-common .article .job{
    margin: 30px 0 0 0;
  }
}

.interview-section-common .article .box .name{
  font-size: 26px;
  color: #fff;
  margin-left: auto;
  display: block;
  width: 170px;
}
@media screen and (max-width:1024px) {
  .interview-section-common .article .box .name{
    margin: 10px 0 30px 0;
  }
}
.interview-section-common .article .box .name span img{
  height: 17px;
  margin: 10px 0 0;
  display: block;
}




.interview-section-common:nth-of-type(odd) .article .box{
  order: 2;
}
.interview-section-common:nth-of-type(odd) .article .content-wrap {
  order: 1;
}

@media screen and (max-width:1024px) {
  .interview-section-common:nth-of-type(odd) .article .box{
    order: 1;
  }
  .interview-section-common:nth-of-type(odd) .article .content-wrap {
    order: 2;
  }
}