@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/company/mv.jpg") no-repeat top center / cover;
  position: relative;
  width: 100%;
  height: 60vh;
  margin-left: auto;
}
.mv .ttl_box{
  padding: 40px 40px 40px 10%;
  background: #fff;
  position: absolute;
  bottom: -100px;
  left: 0;
}
.mv .sub_ttl{
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.mv .ttl_box h2{
  font-size: 54px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
.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: 70px;
}
.sec01 .txt_box01{
  background: #fff;
  padding: 10% 14%;
}
h3{
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
h3::after{
  content: "";
  position: absolute;
  width: 100px;
  border-bottom: 2px solid #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec01 {
  margin-bottom: 180px;
}
.sec01 .txt_box01{
  background: #fff;
  padding: 10%;
}
.sec01 table{
  width: 100%;
  margin-bottom: 10px;
}
.sec01 table tr th{
  font-size: 18px;
  color: #fff;
  background: #fe7d4b;
  border: 1px solid #000;
  padding: 10px 0;
}
.sec01 table tr td{
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
}
.sec01 p{
  text-align: right;
}
@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{
    padding: 30px 10px 30px 5%;
  }
  .mv .ttl_box h2 {
    font-size: 34px;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }
  h3{
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .sec01 {
    margin-bottom: 60px;
  }
  .sec01 table tr th{
    font-size: 14px;
  }
  .sec01 table tr th:first-child{
    width: 35%;
  }
  .sec01 table tr td{
    font-size: 14px;
  }
  .sec01 p{
    font-size: 14px;
  }
}