@charset "utf-8";
/* top_interview
/* ------------------------------------------------------------------------ */
.top_interview {
  margin: 95px auto 110px;
  padding: 50px 30px 0;
  width: 940px;
}
.top_interview .title {
  font-size: 48px;
  background: url('../img/headline_img.png') no-repeat center bottom;
  padding: 0 0 40px 0;
  font-weight: 500;
}
.top_interview .titleTxt {
  font-size: 18px;
  font-weight: 400;
  margin: 40px 0 50px 0;
  line-height: 2;
}
.client_box{
  border: solid 2px #65c2d5;
  border-radius: 10px;
  background: #65c2d5;
}
.client_box .client_tl{
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  padding: 5px 0;
}
.client_box .inner{
  padding: 30px;
  font-size: 18px;
  text-align: left;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.client_box .txt_area{
  padding-right: 30px;
}
.client_box .txt_area p:first-child{
  margin-bottom: 15px;
}
.client_box .txt_area a{
  color: #1072bb;
  text-decoration:underline;
  padding-right: 22px;
  position: relative;
}
.client_box .txt_area a:after {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e93d';
  font-size: 14px;
  color: #2e2313;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
.client_box .txt_area a:hover{
  text-decoration:none;
}

@media (max-width: 767px) {
  .top_interview {
    margin: 60px auto 50px;
    padding: 20px 0 0 0;
    width: 90%;
  }
  .top_interview .title {
    font-size: 30px;
    line-height: 2;
    padding-bottom: 15px;
    background-size: 100px;
  }
  .top_interview .titleTxt {
    font-size: 15px;
    margin: 20px 0;
    line-height: 1.8;
    text-align:left;
  }
  .top_interview .titleTxt br{
    display: none;
  }
  .client_box .client_tl{
    font-size: 18px;
  }
  .client_box .inner {
    padding: 18px 10px;
    font-size: 15px;
    display: block;
  }
  .client_box .txt_area{
    padding: 0 0 20px;
    font-size: 14px;
  }
  .client_box .txt_area .spmini{
    font-size: 12px;
  }
  .client_box .txt_area a {
    padding-right: 17px;
  }
  .client_box .img{
    text-align: center;
  }
  .client_box .txt_area a:after {
    font-size: 12px;
    margin-top: -2px;
  }
}

/* interview_area
/* ------------------------------------------------------------------------ */
.interview_area {
  width: 1160px;
  padding: 0 30px;
  text-align: left;
  margin: 0 auto 110px;
}
.interviewer{
    background: #f0f0f0;
    padding: 30px 50px;
    margin: 0 0 30px;
  }
.interviewer p.txt{
  font-size: 19px;
  position: relative;
  padding-left: 30px;
  line-height: 2;
}
.interviewer p.txt:before{
  content: "";
  position: absolute;
  background: #2e2313;
  width: 18px;
  height: 1px;
  left: 0;
  top:20px;
}
.interviewer .note{
  margin:7px 0 0 30px;
  text-indent: -3em;
  padding-left: 3em;
}
.interview_txt_area .name{
  color: #65c2d5;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 20px;
}
.interview_txt{
  overflow: hidden;
}
.interview_txt .txt{
  font-size: 17px;
  line-height: 2;
}
.interview_txt .txt span{
  font-weight: 600;
}
.interview_txt .txt.txt01{
  margin-bottom: 40px;
}
.interview_txt .float_R{
  float: right;
  margin: 0 0 50px 50px;
}
.interview_txt .float_L{
  float: left;
  margin: 0 50px 50px 0;
}
.interview_txt .pic_center{
  text-align: center;
  margin: 80px 0;
}

@media (max-width: 767px) {
  .interview_area {
    width: 90%;
    padding: 0;
    margin: 0 auto 50px;
  }
  .interviewer {
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  .interviewer p.txt {
    font-size: 16px;
    padding-left: 25px;
    line-height: 1.8;
  }
  .interviewer p.txt:before {
    width: 13px;
    top: 14px;
  }
  .interviewer p.txt br{
    display: none;
  }
  .interview_txt_area .name {
    font-size: 19px;
    margin: 0 0 15px;
  }
  .interview_txt .float_R,
  .interview_txt .float_L {
    float: none;
    text-align:center;
    margin: 0 0 30px;
  }
  .interview_txt .txt {
    font-size: 15px;
    line-height: 1.8;
  }
  .interviewer .note {
    margin: 7px 0 0 25px;
    font-size: 13px;
  }
  .interview_txt .txt.txt01{
    margin-bottom: 30px;
  }
  .interview_txt .pic_center{
    margin: 30px 0;
  }
}

/* btn_area
/* ------------------------------------------------------------------------ */
.btn_area{
  margin-bottom: 70px;
}
.btn_area a{
  position: relative;
  margin: 0 auto;
  max-width: 410px;
  height:90px;
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  border-radius: 45px;
  line-height:90px;
  padding: 0 40px;
  background: #f57800;
  border-bottom: #ca680a 5px solid;
}
.btn_area a:hover{
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}
.btn_area a:before {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e916';
  font-size: 20px;
  color: #fff;
  top: 50%;
  right: 14px;
  margin-top: -9px;
}
@media (max-width: 767px) {
  .btn_area {
    width: 90%;
    margin: 0 auto 30px;
  }
  .btn_area a {
    height: 70px;
    font-size: 20px;
    border-radius: 35px;
    line-height: 70px;
  }
}
