@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 769px) {

.headArea {
background: url("../images/about/hed_img.jpg") center center no-repeat;
background-size: cover;
}
.maker{
background: url("../images/about/hed_img_01.jpg") center center no-repeat;
background-size: cover;
}



.tit_box{margin: 0 auto;text-align: center;min-width: 1200px;}
.tit_box h3{font-size: 50px;font-weight: 700;margin-bottom: 30px;} 
.tit_box h3 span{color:#29ABE2; }
.tit_box p{font-size: 28px;font-weight: 400;line-height: 55px;}

/*reason*/
#reason{margin-top:10%;position: relative;min-width: 1200px;}
#reason::after{position: absolute;  z-index: -10000;  content: "";  top: -35%;  left: -5%;  width: 100%;  height: 587px;  background-color: #E6E6E6;transform: rotate(-120deg);}
#reason .wrap .con_img{width: 60%;}
#reason .wrap .con_img img{width: 100%;}
#reason .wrap .con_img::after{content: "";display: inline-block;background-color:#152F77;width: 1014px;height:390px;position: absolute;top:40%;left: 0;z-index: -1; }
#reason .txt_box{background-color: #fff;position: absolute; right: 5%;top: 15%;padding: 60px;width: 35%;}
#reason .txt_box h2{font-size: 80px;font-weight: 700;color: #152F77;line-height: 1;}
#reason .txt_box .com_sub_tit{font-size: 28px;margin-bottom: 80px;}
#reason .txt_box p{font-size: 20px;line-height: 45px;}
/*flexendで右に寄せています↓rea_img*/
#reason .img_box .rea_img {display: flex;justify-content: flex-end;margin-top: 5%;}
#reason .img_box .rea_img img{width: 35%;}
#reason .img_box .rea_img::after{content: "";display: inline-block;background-color:#152F77;width: 350px;height:350px;position: absolute;bottom:5%;right: 10%;z-index: -1;}
#reason .img_box .rea_img01{position: absolute;bottom: -5%;left: 2%;}




#sefe{margin-top: 15%;;position: relative;min-width: 1200px;}
#sefe .wrap .con_img{text-align: right;}
#sefe .txt_box{background-color: #fff;position: absolute; left: 10%;top: 20%;padding: 60px;width: 38.5%;}
#sefe .txt_box .com_sub_tit{font-size: 28px;margin-bottom: 80px;}
#sefe  .txt_box h2{font-size: 80px;font-weight: 700;color: #152F77;line-height: 1;}
#sefe  .txt_box p{font-size: 20px;line-height: 45px;}

#products{margin-top: 10%;position: relative;min-height: 1400px;}
#products::after{position: absolute;  z-index: -10000;  content: "";  top: 350px;  left: -5%;  width: 120%;  height: 587px;  background-color: #E6E6E6;transform: rotate(-240deg);}
#products .txt_box{text-align: center;}
#products .txt_box h2{font-size: 80px;font-weight: 700;color: #152F77;line-height: 1;}
#products .txt_box .com_sub_tit{font-size: 28px;margin-bottom: 80px;}
#products	.box_wrap{display: flex;justify-content: space-between;flex-wrap: wrap;column-gap: 10px;}
#products	.box_wrap .itm_box{width: 30%; }
#products	.box_wrap .itm_box img{border: 1px solid #000;}
#products	.box_wrap .itm_box .itm_txt{margin-top:10px;font-family: 'Noto Sans JP', sans-serif;font-weight: 500; }
#products	.box_wrap_under{display: flex;justify-content: space-between;flex-wrap: wrap;column-gap: 10px;width: 65%;margin: 70px auto 0;}
#products	.box_wrap_under .itm_box{width: 302px;}
#products	.box_wrap_under .itm_box img{border: 1px solid #000;}
#products	.box_wrap_under .itm_box .itm_txt{margin-top:10px;font-family: 'Noto Sans JP', sans-serif;font-weight: 500;}



}



/*sp*/
@media only screen and (max-width: 768px) {

.headArea {
background: url("../images/about/hed_img.jpg") center center no-repeat;
background-size: cover;  
width: 100%;
  padding: 120px 0 160px;
  margin: 0 0 30px;
}

.maker{
background: url("../images/about/hed_img_01.jpg") top center no-repeat;
background-size: cover;
}


.tit_box{margin: 0 auto;text-align: center;padding: 0 2%;}
.tit_box h3{font-size: 25px;font-weight: 700;margin-bottom: 30px;} 
.tit_box h3 span{color:#29ABE2; }
.tit_box p{font-size: 17px;font-weight: 400;line-height: 35px;}

/*reason*/
#reason{margin-top:10%;position: relative;}
#reason::after{position: absolute;  z-index: -10000;  content: "";  top: 53%;  right: 18%;  width: 152%;  height: 200px;  background-color:#E6E6E6;transform: rotate(-120deg);}
#reason .wrap .con_img{}
#reason .wrap .con_img img{width: 100%;}
#reason .wrap .con_img::after{content: "";display: inline-block;background-color:#152F77;width:30%;height:13%;position: absolute;top:120%;left: 7%;z-index: -1; }
#reason .txt_box{padding:0 2%;margin:10% 0;}
#reason .txt_box h2{font-size: 45px;font-weight: 700;color: #152F77;}
#reason .txt_box .com_sub_tit{font-size: 23px;margin-bottom: 60px;}
#reason .txt_box p{font-size: 14px;line-height: 22px;}
#reason .img_box .rea_img {margin-top: 5%;width: 40%;}
#reason .img_box .rea_img::after{content: "";display: inline-block;background-color:#152F77;width: 215px;height:215px;position: absolute;bottom:-12%;right: 29%;z-index: -1;}
#reason .img_box .rea_img01{position: absolute;bottom: -20%;left: 42%;width: 50%;}




#sefe{margin-top: 78%;position: relative;}
#sefe .wrap .con_img{}
#sefe .txt_box{padding: 0 2% 10%;}
#sefe .txt_box .com_sub_tit{font-size: 23px;margin-bottom: 60px;}
#sefe  .txt_box h2{font-size: 45px;font-weight: 700;color: #152F77;}
#sefe  .txt_box p{font-size: 14px;line-height: 22px;}

#products{margin: 20% 0 18%;position: relative;padding: 0 2%;}
#products::after{position: absolute;z-index: -10000;content: "";top: 204px;left: -113%;width: 266%;height: 200px;background-color: #E6E6E6;transform: rotate(-250deg);}
#products .txt_box{text-align: center;}
#products .txt_box h2{font-size: 45px;font-weight: 700;color: #152F77;}
#products .txt_box .com_sub_tit{font-size: 23px;margin-bottom: 80px;}
#products	.box_wrap{display: flex;justify-content: space-between;flex-wrap: wrap;column-gap: 10px;}
#products	.box_wrap .itm_box{width: 30%; }
#products	.box_wrap .itm_box img{border: 1px solid #000;}
#products	.box_wrap .itm_box .itm_txt{margin-top:10px;font-family: 'Noto Sans JP', sans-serif;font-weight: 500;font-size: 14px; }
#products	.box_wrap_under{display: flex;justify-content: space-between;flex-wrap: wrap;column-gap: 10px;width: 63%;margin: 40px auto 0;}
#products	.box_wrap_under .itm_box{width: 46%;}
#products	.box_wrap_under .itm_box img{border: 1px solid #000;}
#products	.box_wrap_under .itm_box .itm_txt{margin-top:10px;font-family: 'Noto Sans JP', sans-serif;font-weight: 500;font-size: 14px; }
}