@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/
.titleBox h2{
  color: #053785;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 16px;
}

.titleBox h3{
  color: #333333;
  font-size: 16px;
  letter-spacing: 8px;
}

.btn{
  display: inline-block;
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 15px 140px 15px 40px;
  font-size: 18px;
}

.btn::before{
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}

.btn::after{
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -7px;
  bottom: 0;
  right: 40px;
  margin: auto;
  transform: rotate(45deg);
}

/*==============================
メイン
==============================*/
.backScroll{
  position: fixed;
  z-index: -1;
  width: 100%;
  height: calc(100vh - 62px);
  background-image: url("../img/topMain.jpg");
  background-size: cover;
  background-position: center;
}

header{
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 62px);
}

header h2,
header h3{
  position: absolute;
  background-color: #e50012;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

header h2{
  top: 10vh;
  right: 0;
  font-size: 60px;
  line-height: 60px;
  padding: 10px 20px;
}

header h3{
  bottom: 10vh;
  left: 0;
  font-size: 70px;
  line-height: 70px;
  padding: 10px 20px;
}

.sectionBlock{
  background-color: #fff;
  border: 20px solid #e50012;
  border-bottom: 0;
  border-top: 20px solid #e50012;
  padding: 100px;
  position: relative;
}

.sectionBlock:first-of-type{
  border-top: none;
}

.sectionBlock::before{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #e50013 transparent transparent transparent;
}

.sectionBlock:first-of-type::before{
  display: none;
}

.sectionBlock::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  width: 0;
  height: 0;
  z-index: 999;
  border-style: solid;
  border-width: 12.5px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}

.sectionBlock:last-of-type::after{
  display: none;
}

#aboutWrap{
  text-align: center;
}

#aboutWrap h2{
  font-size: 50px;
  color: #e50013;
  letter-spacing: 20px;
  margin-bottom: 10px;
}
#aboutWrap h3{
  display: inline-block;
  padding: 2px 10px 2px 12px;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: bold;
  border-bottom: 4px solid #e50013;
  margin-bottom: 20px;
}
#aboutWrap > p{
  font-size: 15px;
  margin-bottom: 50px;
}

.linkBox{
  position: relative;
  width: 70vw;
  height: 35vw;
  margin: 100px auto;
  background-image: url("../img/serviceMain.png");
  background-position: center;
  background-size: cover;
}

.linkBox a{
  position: absolute;
  z-index: 2;
  display: inline-block;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 10px 30px;
}

.linkBox a span{
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
}

.linkBox a::before{
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 10px 0 10px;
  border-color: #000000 transparent transparent transparent;
}

.aboutBtn01{
  top: -1vw;
  left: 18vw;
}

.aboutBtn01::before{
  bottom: -40px;
  left: 80px;
  transform: rotate(-30deg);
}

.aboutBtn02{
  top: 5vw;
  left: 2vw;
}

.aboutBtn02::before{
  bottom: -40px;
  left: 80px;
  transform: rotate(-30deg);
}

.aboutBtn03{
  top: 1vw;
  right: 12vw;
}

.aboutBtn03::before{
  bottom: -35px;
  left: 40px;
  transform: rotate(45deg);
}

.aboutBtn04{
  top: 15vw;
  right: 2vw;
}

.aboutBtn04::before{
  bottom: -35px;
  left: 40px;
  transform: rotate(45deg);
}

#aboutWrap h4{
  font-size: 30px;
  margin-bottom: 50px;
}

#aboutWrap h4::before{
  content: "＼";
  font-weight: 900;
  margin-right: 20px;
}

#aboutWrap h4::after{
  content: "／";
  font-weight: 900;
  margin-left: 20px;
}

#aboutWrap > img{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
}

#aboutWrap > table{
  width: 100%;
  max-width: 1200px;
  margin:  0 auto;
}

#aboutWrap > table th,
#aboutWrap > table td{
  text-align: left;
  vertical-align: top;
}

#aboutWrap > table td table th,
#aboutWrap > table td table td{
  padding: 10px 50px 10px 0;
  letter-spacing: 1px;
}

#aboutWrap > table td table th{
  color: #e50012;
}

#aboutWrap > table td table td span{
  color: #e50012;  
}


#suppliersWrap{
  text-align: center;
}

#suppliersWrap h2 {
  font-size: 30px;
  margin-bottom: 50px;
}

#suppliersWrap h2::before{
  content: "＼";
  font-weight: 900;
  margin-right: 20px;
}

#suppliersWrap h2::after{
  content: "／";
  font-weight: 900;
  margin-left: 20px;
}

#suppliersWrap > p {
  font-size: 15px;
  margin-bottom: 50px;
}

#suppliersWrap div{
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

#suppliersWrap div ul{
  width: 30%;
}

#suppliersWrap div ul h3{
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding: 5px 0;
  margin-bottom: 30px;
}

#suppliersWrap div ul li{
  display: flex;
  margin-bottom: 10px;
}

#suppliersWrap div ul li::before{
  content: "・";
}

#suppliersWrap div ul li p{
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
  
  .sectionBlock{
    padding: 100px 50px;
  }
  
  #suppliersWrap div{
    flex-wrap: wrap;
  }
  
  #suppliersWrap div ul{
    width: 100%;
    max-width: 330px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 600px){  
  .sectionBlock{
    border: 20px solid #e50012;
    border-bottom: none;
    padding: 70px 20px 50px 20px;
  }
  
  #aboutWrap{
    border-top: 20px solid #e50012;    
  }
  
  #aboutWrap h2{
    font-size: 30px;
    letter-spacing: 10px;
  }
  
  #aboutWrap > p{
    text-align: justify;
  }  
  
  #aboutWrap h4{
    font-size: 18px;
    letter-spacing: 0px;
  }
  #aboutWrap h4::before{
    margin-right: 0;
  }
  
  #aboutWrap h4::after{
    margin-left: 0;
  }
  
  #aboutWrap > table > tbody > tr{
    display: flex;
    flex-wrap: wrap;
  }
  
  #aboutWrap > table > tbody > tr > td{
    width: 100%;
  }
  
  #aboutWrap > table td table th{
    padding-right: 20px;
  }
  
  #aboutWrap > table td table td{
    padding-right: 0;
  }
  
  #suppliersWrap h2{
    font-size: 18px;
    letter-spacing: 0px;
  }
  #suppliersWrap h2::before{
    margin-right: 0;
  }
  
  #suppliersWrap h2::after{
    margin-left: 0;
  }
}

@media screen and (max-width: 414px){
}