@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/works/mv.jpg") no-repeat top center / cover;
  position: relative;
  width: 100%;
  height: 60vh;
  margin-left: auto;
}
.mv .ttl_box{
  width: 65%;
  padding: 40px 0 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: 60px;
}
.sec01 h3{
  font-size: 32px;
  margin-bottom: 30px;
}
.sec01 p{
  line-height: 2.4;
}
.sec01 .txt01{
  margin-bottom: 40px;
}
.sec01 .txt02{
  font-size: 12px;
}
.sec02{
  background: #f9d796;
  padding: 80px 0;
}
.sec02 .w_bg{
  background: #fff;
  padding: 5%;
  margin-bottom: 70px;
}
.sec02 h4{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.sec02 .txt01{
  margin-bottom: 40px;
  text-align: center;
}
.sec02 .list01{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 2%;
  margin-bottom: 40px;
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
}
.sec02 .list01:nth-child(odd){
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sec02 .list01 li{
  width: 45%;
}
.sec02 .list01 li:last-child{
  line-height: 2;
}
.sec02 .list02{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2%;
}
.sec02 .list02 li:first-child{
  width: 15%;
}
.sec02 .list02 li:last-child{
  width: 80%;
}
.sec02 .list02 li:last-child .ttl{
  font-weight: bold;
  margin-bottom: 10px;
}
.sec02 .list02 li:last-child .txt02{
  line-height: 2;
}
@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: 90%;
    padding: 30px 0 30px 5%;
  }
  .mv .ttl_box h2 {
    font-size: 34px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .sec01{
    margin-bottom: 40px;
  }
  .sec01 h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .sec01 p {
    line-height: 2;
  }
  .sec02 {
    padding: 40px 0;
  }
  .sec02 .w_bg {
    padding: 7% 5%;
    margin-bottom: 40px;
  }
  .sec02 h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sec02 .txt01 {
    margin-bottom: 30px;
  }
  .sec02 .list01{
    display: block;
    padding: 30px 2%;
    margin-bottom: 30px;
  }
  .sec02 .list01 li{
    width: 100%;
  }
  .sec02 .list01 li:first-child{
    margin-bottom: 15px;
  }
  .sec02 .list01 li:last-child {
    line-height: 1.6;
  }
  .sec02 .list02{
    display: block;
  }
  .sec02 .list02 li:first-child {
    width: 50%;
    margin: 0 auto 20px;
  }
  .sec02 .list02 li:last-child {
    width: 100%;
  }
  .sec02 .list02 li:last-child .txt02 {
    line-height: 1.6;
  }





}