@charset "UTF-8";

.interview p {
  font-size: 1.6rem;
}

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 40px; }
.mt40 { margin-top: 50px; }
.mt70 { margin-top: 70px; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb70 { margin-bottom: 70px; }
.mb100 { margin-bottom: 100px; }


.itv_main {
  background: #003B63;
  text-align: center;
}
.itv_main img {
  max-height: 621px;
}
.interview .intBtn {
  margin: 0 auto;
}
.itv_btnBox {
  background: #FFF;
  padding: 50px 30px;
}

.itv_wrap {
  width: 100%;
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.itv_h2_1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.itv_h2_2 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #003B63;
  margin-top: -210px;
  margin-bottom: 110px;
  line-height: 1.1em;
}
.itv_h2_2 span {
  font-size: 17px;
  font-weight: bold;
  color: #000;
}
.itv_h2bg{
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.itv_h2bg::before {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  content: "INTERVIEW";
  font-size: 250px;
  font-weight: bold;
  color: #FFF;
  opacity: 0.5;
}

.itv_ach {
  background: #FFF;
  border: 1px solid #003B63;
  border-radius: 10px;
  padding: 30px 30px 20px 30px;
  margin-bottom: 50px;
}
.itv_ach li {
  font-size: 16px;
  list-style: none;
  background: url("../img/interview/list-mark.png") no-repeat;
  background-size: 17px 17px;
  background-position: 0 3px;
  padding: 0 0 0 28px;
  margin-bottom: 10px;
}

.itv_imgL,
.itv_imgR {
  display: flex;
  margin: 100px 0;
}
.itv_imgL div,
.itv_imgR div {
  flex: 1;
}
.itv_imgL img,
.itv_imgR img {
  width: 70%;
}

.itv_talkL,
.itv_talkR {
  display: flex;
  align-items: flex-start;
}
.itv_talkL img,
.itv_talkR img {
  width: 60px;
  margin-bottom: 30px;
}
.itv_talkL img { margin-right: 30px; }
.itv_talkR img { margin-left: 30px; }
.itv_talkL p,
.itv_talkR p {
  flex: 1;
  font-size: 1.6rem;
  padding-top: 14px;
  margin-bottom: 30px;
}
.itv_talkL p {
  font-weight: bold;
}
.itv_txt1 {
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.itv_txt2 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 100px;
}
.itv_after {
  border: 1px solid #CCCCCC;
  padding: 50px 50px 60px 50px;
  margin-bottom: 70px;
}
.itv_after h2 {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.itv_after h2::after {
  background-color: #003B63;
  border-radius: 5px;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}
.itv_after p {
  font-size: 1.6rem;
}
.itv_after a {
  position: relative;
  display: block;
  background: linear-gradient(150deg, #55C7FB, #BD60E6);
  border-radius: 50px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  margin: 50px auto 0;
  padding: 24px 0;
}
.itv_after a::after {
  content: url(../img/arrow_right@w.svg);
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 11px;
  line-height: 11px;
}
.itv_case {
  background: #FFF;
  border-radius: 6px;
  padding: 50px;
  margin-bottom: 100px;
}
.itv_case h2 {
  background: url("../img/interview/case.png") no-repeat;
  background-size: 47px auto;
  padding: 0 0 0 70px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3em;
}
.itv_case h2 span {
  color: #B2A891;
  font-size: 2.0rem;
}
.itv_caseBox {
  display: flex;
  padding: 50px 0;
  border-bottom: 1px dashed #003B63;
}
.itv_caseBoxL {
  width: 150px;
  margin-right: 40px;
}
.itv_caseBoxR {
  flex: 1;
}
.itv_caseBoxL p {
  font-size: 1.4rem;
  margin-top: 10px;
}



@media (max-width: 767px) {

  .itv_btnBox {
    background: #FFF;
    padding: 20px 30px;
  }
  .itv_btnBox .intBtn {
    font-size: 1.5rem;
    padding: 12px 0;
  }
  .intBtn::after {
    top: 24px;
    left: 30px;
  }
  .itv_imgL,
  .itv_imgR {
    display: block;
    margin: 50px 0;
  }
  .itv_imgL div,
  .itv_imgR div {
    display: none;
  }
  .itv_imgL img,
  .itv_imgR img {
    width: 100%;
  }
  .itv_after {
    padding: 40px 20px;
  }
  .itv_after a {
    padding: 14px 0;
  }
  .itv_case {
    padding: 40px 20px;
  }
  .itv_case h2 {
    font-size: 2rem;
  }
  .itv_caseBox {
    display: block;
  }
  .itv_caseBoxL {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .itv_caseBoxL img {
    width: 150px;
  }


} /* end @media */
