/* ===================================================================
  intern
=================================================================== */
.footer-second .for-intern {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.main-column {
  padding: 50px 0 45px;
}

.lede {
  text-align: center;
}

.lede__title {
  font-weight: bold;
  width: 939px;
  height: 69px;
  line-height: 69px;
  -moz-border-radius: 35px;
       border-radius: 35px;
  background-color: #0f6ab6;
  color: #fff;
  font-size: 4rem;
  margin: 0 auto 20px;
}

.lede__text {
  font-size: 1.8rem;
  line-height: 1.8;
}

.lede__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.lede__list li {
  width: 280px;
  margin-right: 10px;
}

.lede__list li:last-of-type {
  margin-right: 0;
}

.lede__pix {
  margin-top: 20px;
}

.lede__btn {
  -moz-border-radius: 25px;
       border-radius: 25px;
  font-size: 2.4rem;
  width: 645px;
  height: 50px;
  line-height: 50px;
  margin: 20px auto 0;
}

.interview {
  margin-top: 78px;
  position: relative;
  font-size: 1.8rem;
}

.interview:before {
  content: '';
  display: block;
  width: 324px;
  height: 429px;
  background: url(../images/interview_illust1.png) no-repeat center top;
  -moz-background-size: 100%;
       background-size: 100%;
  position: absolute;
  left: 10px;
  top: -15px;
}

.interview__title {
  font-size: 3.6rem;
  color: #ef73a9;
  position: relative;
  line-height: 1.3;
  padding-left: 395px;
  margin-bottom: 30px;
}

.interview__title img {
  display: block;
  margin-bottom: 20px;
}

.interview__title:after {
  content: '';
  display: block;
  width: 255px;
  height: 144px;
  background: url(../images/interview_illust2.png) no-repeat center center;
  -moz-background-size: 100%;
       background-size: 100%;
  position: absolute;
  right: 0;
  top: -15px;
  z-index: -1;
}

.interview__list {
  padding: 0 25px;
}

.interview__list-item {
  margin-bottom: 50px;
  line-height: 1.7;
  position: relative;
}

.interview__list-item:last-of-type {
  margin-bottom: 0;
}

.interview .list-item01 {
  padding-left: 370px;
}

.interview .list-item02 {
  padding-right: 205px;
}

.interview .list-item02__pix {
  position: absolute;
  right: -10px;
  bottom: 0;
}

.interview .list-item04 {
  padding-left: 370px;
}

.interview .list-item04__pix {
  position: absolute;
  left: -35px;
  top: 0;
}

.interview__caption {
  padding: 0 0 0 56px;
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #0f6ab6;
  position: relative;
}

.interview__caption:before {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/ico_ques.png) no-repeat left center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.interview .orner {
  font-weight: bold;
}

.interview .orner.orner-tone01 {
  color: #039e19;
}

.interview .orner.orner-tone02 {
  color: #ef73a9;
}

.interview__banner {
  text-align: center;
  display: table;
  margin: 15px auto 0;
}
