@charset "utf-8";
/*================================
top
================================*/
.mv{
  position: relative;
  margin-bottom: 300px;
}
.mv::before{
  content: "";
  position: absolute;
  background: #faa708;
  width: 75%;
  height: 80vh;
  right: 0;
  z-index: -1;
}
.mv .mv_img{
  background: url("../img/interview/interview/mv.jpg") no-repeat top center / cover;
  position: relative;
  width: 100%;
  height: 60vh;
  margin-left: auto;
}
.mv .ttl_box{
  width: 60%;
  padding: 40px 20px 40px 10%;
  background: #fff;
  position: absolute;
  bottom: -100px;
  left: 0;
}
.mv .sub_ttl{
  font-size: 14px;
  letter-spacing: 2px;
}
.mv .ttl_box h2{
  font-size: 60px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.mv .pan_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mv .pan_list li{
  margin-right: 20px;
  position: relative;
}
.mv .pan_list li::after{
  content: "/";
  position: absolute;
  font-size: 16px;
  right: -13px;
}
.mv .pan_list li:last-child{
  border-bottom: 1px solid #cc5d00;
}
.mv .pan_list li:last-child:after{
  display: none;
}
.sec01 {
  margin-bottom: 155px;
}
.sec01 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec01 .contents .txt_area{
  width: 46%;
  /* padding: 30px; */
}
.sec01 .contents .txt_area .bg{
  position: relative;
  padding: 40px;
  z-index: 0;
}
.sec01 .contents .txt_area .bg::before{
  content: "";
  background: #f9d796;
  display: block;
  position: absolute;
  width: calc(50vw + 55%);
  height: 100%;
  top: 0;
  left: calc((100vw - 100%)/-2);
  z-index: -1;
}
.sec01 .contents .txt_area .bg h2{
  margin-bottom: 20px;
}
.sec01 .contents .txt_area .bg p{
  line-height: 2;
  margin-bottom: 20px;
}

/*＝＝＝並び替えボタンのCSS*/
.sort-btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* padding: 20px; */
}

.sort-btn li{
  font-size: 14px;
  width: 28%;
  background:#fff;
  /* border-radius:10px; */
  border: 1px solid #a1a1a1;
  cursor: pointer;
  padding: 5px;
  margin: 0 10px 20px 0;
  text-align: center;
}

.sort-btn li.active{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
  background:#fff;  
}

/*横幅が480px以下になった際の指定*/
@media only screen and (max-width: 480px) {
.sort-btn{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
  
.sort-btn li{
  width:48%;
  margin:0 0 10px 0;
  text-align:center;
  } 
}

/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
  position: relative;
  width: 46%;
  height: 150vh;
  overflow: scroll;
  /*並び替えの基準点を指定*/
}

/*各画像の横幅などの設定*/
.item {
  display: block;
  /* position: absolute; */
  z-index: 1;
  padding: 30px 0;
  position: relative;
}

.item::after{
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #000;
  bottom: 0;
}

.item:first-child::before{
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #000;
  top: 0;
}
/*内側のボックスの高さが崩れないように維持*/
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img{
  display: block;
  width:70%;
  margin: 0 auto;
  height:auto;
}
.grid .name{
  font-size: 22px;
  margin-bottom: 10px;
}
.grid .category{
  margin-bottom: 40px;
}






@media(min-width: 768px){
    a[href^="tel:"]{
        pointer-events: none;
    }
}
@media only screen and (max-width: 1024px) {
  .mv {
    width: 100%;
    margin: 0 auto 180px;
    position: relative;
  }
  .mv::before{
    height: 62vh;
  }
  .mv .mv_img{
    height: 45vh;
  }
  .mv .ttl_box{
    width: 95%;
    padding: 30px 0 30px 5%;
  }
  .mv .pan_list li{
    font-size: 12px;
  }
  .mv .pan_list li::after{
    font-size: 12px;
  }
  .mv .ttl_box h2 {
    font-size: 34px;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }
  .sec01 .contents{
    display: block;
  }
  .sec01 .contents .txt_area .bg {
    padding: 20px 0;
  }
  .sec01 .contents .txt_area{
    width: 100%;
    margin-bottom: 40px;
  }
  .sec01 .contents .txt_area .bg h2{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .sec01 .contents .txt_area .bg p{
    font-size: 14px;
    line-height: 1.8;
  }
  .grid {
    width: 100%;
  }




  /* .sort-btn{
    padding: 0;
  }
  .sec01 .category01, .sec01 .category02{
    display: block;
  }
  .sec01 .category02{
    margin-bottom: 40px;
  }
  .sec01 .category01 p, .sec01 .category02 p{
    margin-bottom: 10px;
  }
  .sec01 .interview_list{
    display: block;
  }
  .sec01 .interview_list li{
    width: 100%;
    margin-bottom: 40px;
  }
  .sec01 .interview_list li:last-child{
    margin-bottom: 0;
  } */









}