@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 .txt_box01 ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec01 .txt_box01 ul li{
  width: 48%;
}
.sec01 .txt_box01 ul li .txt01{
  font-size: 18px;
  margin-bottom: 20px;
}
.sec01 .txt_box01 ul li .orange{
  font-size: 150px;
  color: #fe7d4b;
}
.sec01 .txt_box01 ul li .orange span{
  font-size: 32px;
  font-weight: normal;
}
.sec02 .txt_box02{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec02 .txt_box02 dl{
  width: 48%;
  background: #fff;
  padding: 5%;
  margin-bottom: 70px;
}
.sec02 .txt_box02 dl dt{
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
.sec02 .txt_box02 dt::after{
  content: "";
  position: absolute;
  width: 100px;
  border-bottom: 2px solid #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec02 .txt_box02 dl dd{
  text-align: center;
  position: relative;
  z-index: 0;
}
.sec02 .txt_box02 dl dd::before{
  content: "";
  position: absolute;
  background: url("../img/company/performance_img02.png") no-repeat center center / contain;
  width: 344px;
  height: 130px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.sec02 .txt_box02 dl:nth-of-type(2) dd::before{
  background: url("../img/company/performance_img03.png") no-repeat center center / contain;
}
.sec02 .txt_box02 dl:nth-of-type(3) dd::before{
  background: url("../img/company/performance_img04.png") no-repeat center center / contain;
}
.sec02 .txt_box02 dl:nth-of-type(4) dd::before{
  background: url("../img/company/performance_img05.png") no-repeat center center / contain;
}
.sec02 .txt_box02 dl dd .orange{
  font-size: 120px;
  color: #fe7d4b;
}
.sec02 .txt_box02 dl dd .orange span{
  font-size: 32px;
  font-weight: normal;
}
.sec02 .txt_box02 dl dd .txt01{
  font-size: 18px;
}
.sec03{
  margin-bottom: 120px;
}
.sec03 .txt_box01{
  background: #fff;
  padding: 10% 14%;
}
.sec03 .txt_box01 ul{
  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: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec03 .txt_box01 ul li{
  width: 38%;
}
.sec04 {
  margin-bottom: 180px;
}
.sec04 .txt_box01{
  background: #fff;
  padding: 10%;
}
.sec04 table{
  width: 100%;
  margin-bottom: 10px;
}
.sec04 table tr th{
  font-size: 18px;
  color: #fff;
  background: #fe7d4b;
  border: 1px solid #000;
  padding: 10px 0;
}
.sec04 table tr td{
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
}
.sec04 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: 40px;
  }
  .sec01 .txt_box01 {
    padding: 10%;
  }
  .sec01 .txt_box01 ul{
    display: block;
  }
  .sec01 .txt_box01 ul li{
    width: 100%;
  }
  .sec01 .txt_box01 ul li:first-child{
    margin-bottom: 10px;
  }
  .sec01 .txt_box01 ul li .txt01 {
    font-size: 15px;
  }
  .sec01 .txt_box01 ul li .orange {
    font-size: 80px;
    text-align: center;
    margin-bottom: 20px;
  }
  .sec01 .txt_box01 ul li .orange span {
    font-size: 20px;
  }
  .sec02 .txt_box02{
    display: block;
  }
  .sec02 .txt_box02 dl{
    width: 100%;
    margin-bottom: 40px;
  }
  .sec02 .txt_box02 dl dt{
    font-size: 20px;
  }
  .sec02 .txt_box02 dl dd .orange {
    font-size: 80px;
  }
  .sec02 .txt_box02 dl dd .orange span{
    font-size: 20px;
  }
  .sec02 .txt_box02 dl dd::before{
    width: 90%;
    height: 100px;
  }
  .sec03 {
    margin-bottom: 60px;
  }
  .sec03 .txt_box01{
    padding: 10%;
  }
  .sec03 .txt_box01 ul{
    display: block;
  }
  .sec03 .txt_box01 ul li {
    width: 80%;
    margin: 0 auto;
  }
  .sec03 .txt_box01 ul li:first-child{
    margin-bottom: 40px;
  }
  .sec04 {
    margin-bottom: 60px;
  }
  .sec04 table tr th{
    font-size: 14px;
  }
  .sec04 table tr th:first-child{
    width: 35%;
  }
  .sec04 table tr td{
    font-size: 14px;
  }
  .sec04 p{
    font-size: 14px;
  }
}