@charset "utf-8";
/*================================
top
================================*/
.mv{
  position: relative;
  margin-top: 70px;
  margin-bottom: 120px;
}
.mv::before {
  content: "";
  position: absolute;
  background: #faa708;
  width: 40%;
  height: 50vh;
  left: 0;
  z-index: -2;
}
.mv .w_bg{
  position: relative;
}
.mv .w_bg::before{
  content: "";
  position: absolute;
  background: #fff;
  width: calc(50vw + 55%);
  top: 100px;
  bottom: -60px;
  right: calc((100vw - 100%)/-2);
  z-index: -1;
}
.mv .mv_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.mv .mv_img{
  width: 55%;
}
.mv .ttl_box{
  width: 40%;
  padding: 40px;
  position: relative;
}
.mv .ttl_box .movie_btn{
  width: 90px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 40px;
}
.mv .ttl_box .movie_btn img{
  display: block;
  width: 80%;
  margin: 0 auto 10px;
}
.mv .ttl_box .movie_btn p{
  font-size: 12px;
}
.mv .ttl_box .sub_ttl{
  margin-bottom: 20px;
}
.mv .ttl_box .sub_ttl span{
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  background: #fe7d4b;
  padding: 5px 7px;
}
.mv .ttl_box h2{
  font-size: 38px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.mv .ttl_box .txt01{
  margin-bottom: 20px;
}
.mv .ttl_box .tag_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.mv .ttl_box .tag_list li{
  margin-right: 10px;
}
.mv .ttl_box .tag_list li:last-child{
  margin-right: 0;
}
.mv .ttl_box  .pan_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv .ttl_box  .pan_list li{
  margin-right: 20px;
  position: relative;
}
.mv .ttl_box  .pan_list li::after{
  content: "/";
  position: absolute;
  font-size: 16px;
  right: -13px;
}
.mv .ttl_box  .pan_list li:last-child{
  border-bottom: 1px solid #cc5d00;
}
.mv .ttl_box  .pan_list li:last-child:after{
  display: none;
}
.faq{
  margin-bottom: 120px;
}
.faq dl{
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}
.faq dl:last-of-type{
  margin-bottom: 0;
}
.faq dl.flex{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq dl.flex.row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.faq dl.flex div{
  width: 46%;
}
.faq dl dt{
  font-size: 24px;
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: 20px;
  position: relative;
}
.faq dl dt::before{
  content: "Q.";
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  color: #fe7d4b;
  left: -5px;
}
.faq dl dd{
  line-height: 2;
}
.faq .small{
  font-size: 12px;
  margin-top: 20px;
}
.interview_img{
  position: relative;
  margin-bottom: 140px;
}
.interview{
  margin-bottom: 155px;
}
.interview_img .ttl01{
  position: absolute;
  background: #f7f6f0;
  width: 700px;
  padding: 20px 40px 20px 150px;
  bottom: -80px;
  left: 0;
}
.interview h2{
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 6px;
  margin-bottom: 20px;
}
.interview .txt01{
  margin-bottom: 60px;
  line-height: 2;
}
.interview h3{
  color: #fe7d4b;
  padding: 10px 10px 10px 20px;
  margin-bottom: 30px;
  border-left: 3px solid #fe7d4b;
}
.interview h3.green{
  color: #00e3c0;
  border-left: 3px solid #00e3c0;
}
.interview .interview_list01{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.interview .interview_list01 li{
  width: 32%;
  padding-left: 25px;
  position: relative;
}
.interview .interview_list01 li::after{
  content: "";
  position: absolute;
  background: url("../img/top/interview_txt01.png") no-repeat center center / contain;
  width: 12px;
  height: 120px;
  top: 0;
  left: 0;
}
.btn02{
  display: block;
  width: 90%;
  font-weight: bold;
  background: #fff;
  margin: 60px auto;
  padding: 30px 0;
  text-align: center;
}
.btn02 span{
  letter-spacing: 3px;
  position: relative;
}
.btn02 span::before{
  content: "";
  position: absolute;
  background: url("../common/img/icon_orange.png") no-repeat center center / contain;
  width: 24px;
  height: 24px;
  top: 0;
  left: -40px;
}
.interview .interview_list01 li img{
  z-index: -1;
}
.interview .interview_list01 li .txt_box{
  width: 90%;
  padding: 10px 0;
  margin-top: -20px;
}
.interview .interview_list01 li .txt_bg{
  position: relative;
  z-index: 1;
}
.interview .interview_list01 li .txt_bg::after{
  content: "";
  position: absolute;
  background: #f7f6f0;
  width: 100%;
  height: 100%;
  top: -20px;
  left: 0;
  z-index: -1;
}
.interview .txt_bg .department{
  margin-bottom: 10px;
}
.interview .txt_bg .department span{
  color: #fff;
  background: #fe7d4b;
  padding: 5px 10px;
}
.interview .txt_bg h4{
  font-size: 20px;
  font-weight: bold;
}
@media(min-width: 768px){
    a[href^="tel:"]{
        pointer-events: none;
    }
}
@media only screen and (max-width: 1024px) {
  .mv {
    width: 100%;
    margin: 60px auto 80px;
    position: relative;
  }
  .mv::before{
    width: 100%;
  }
  .mv .w_bg::before{
    top: 200px;
    bottom: -40px;
    width: calc(50vw + 53%);
  }
  .mv .mv_img{
    width: 100%;
    margin-bottom: 30px;
  }
  .mv .mv_box{
    display: block;
  }
  .mv .ttl_box {
    width: 100%;
    padding: 0;
  }
  .mv .ttl_box .movie_btn{
    right: 0;
  }
  .mv .ttl_box .movie_btn img {
    width: 60%;
    margin: 0 auto 5px;
  }
  .mv .ttl_box .sub_ttl {
    margin-bottom: 10px;
  }
  .mv .ttl_box h2 {
    font-size: 28px;
    letter-spacing: 3px;
  }
  .mv .ttl_box .txt01 {
    margin-bottom: 10px;
  }
  .mv .ttl_box .tag_list{
    margin-bottom: 15px;
  }
  .faq {
    margin-bottom: 60px;
  }
  .faq dl dt{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .faq dl dt::before{
    font-size: 18px;
  }
  .faq dl {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .faq dl.flex{
    display: block;
  }
  .faq dl.flex div{
    width: 100%;
  }
  .faq dl.flex div:first-child{
    margin-bottom: 15px;
  }
  .interview {
    margin-bottom: 60px;
  }
  .interview_img {
    margin-bottom: 60px;
  }
  .interview_img .ttl01 {
    width: 80%;
    padding: 20px;
    bottom: -50px;
    left: 0;
  }
  .interview h2 {
    font-size: 34px;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }
  .interview .txt01 {
      margin-bottom: 40px;
    }
  .interview .interview_list01{
    display: block;
  }
  .interview .interview_list01 li{
    width: 90%;
    margin: 0 auto 40px;
  }
  .interview .interview_list01 li:last-child{
    margin: 0 auto;
  }
  .interview .txt_bg .department span{
    font-size: 14px;
  }
  .interview .txt_bg h4 {
    font-size: 18px;
  }
  .btn02{
    width: 100%;
    margin: 30px auto 40px;
    padding: 20px 0;
  }
  .interview .interview_movie {
    background: #55544f;
    padding: 70px 0 0;
  }
  .interview .interview_list02{
    display: block;
  }
  .interview .interview_list02 li{
    width: 100%;
    margin-bottom: 30px;
  }
  .interview .interview_list02 li:last-child{
    margin-bottom: 0;
  }
}