@charset "utf-8";

.sub_main_img{
	position: relative;
	margin-bottom: 30px;
}

.sub_main_img img{
	width: 100%;
}

.sub_main_ttl{
		position: absolute;
	bottom: -45px;
	left: 18%;
	background: #fff;
	box-shadow: 0px 0px 5px #d8d8d8;
	padding: 40px 0 40px 90px;
	width: 550px;
	

}

.sub_main_img p{
	line-height: 0.8;
}


#company .info{
	width: 1150px;
	margin: 120px auto 90px;
	position: relative;
	
}

#company .info_bg{
	background: linear-gradient(#fff 30%, #f4fcfc 20%);
}

#company .info h3{
	margin-bottom: 50px;
}
#company table{
	position: absolute;
	top: 140px;
	left: 0;
	background: #fff;
	padding: 60px 40px;
	box-shadow: 0px 0px 3px #d8d8d8;
	width: 650px;
	z-index: 1;
}

#company table th{
	width: 110px;
	padding: 15px 40px 15px 0;
	border-right: 1px #d6d6d6 solid;
	text-align: right;
}

#company table td{
	width: auto;
	padding: 15px 0 15px 40px;
}

#company .info_img{
	margin-top: 850px;
	padding-bottom: 50px;
}

#company .info_img img{
	box-shadow: 0px 0px 3px #d8d8d8;
	margin: 0 10px;
	width: 31%;
	height: auto;
}

#company .office iframe{
	margin: 30px 0;
}

#company .office .btn-wap{
	margin: 30px auto 100px;
}

#company .greeting{
	width: 1150px;
	margin: 0 auto 80px;
}

#company .greeting .fl{
	margin-top: 40px;
}

#company .greeting_txt_box{
	width: 600px;
	margin-top: 40px; 
	text-align: right;
	margin-right: 50px;
}

#company .greeting_txt_box p{
	text-align: left;
	letter-spacing: 4px;
}

#company .greeting_txt_box .greeting_txt01{
	margin: 20px 0 30px;
	letter-spacing: 2px;
	line-height: 1.6;
}

#company .greeting_txt_box .greeting_name_img{
	margin-right: 8px;
}

#company .philosophy{
	padding: 70px 0 80px;
}

#company .philosophy .wh_bg{
	padding-bottom: 60px;
}

#company .philosophy h3{
	padding: 60px 0 20px;
}

#company .philosophy img{
	width: 22%;
	height: auto;
}

#company .philosophy p.philosophy_txt01{
	padding: 50px 0 70px;
	border-bottom: 1px solid #6e828a;
	width: 640px;
	margin: auto;
	line-height: 2;
}

#company .philosophy p.philosophy_txt02{
	line-height: 60px;
	color: #fff;
	background: #143a52;
	width: 610px;
	margin: auto;
	border-radius: 30px;
}

#company .philosophy p.philosophy_txt03{
	padding: 30px 0 40px;
	width: 640px;
	margin: auto;
	line-height: 2;
}

#company .philosophy p.philosophy_txt04{
	width: 770px;
	margin:auto;
	border: #cde3eb 2px solid;
	padding: 30px 0 30px 30px;
}

/*---------------------/contact---------------------*/

#contact .contact_txt01{
	margin: 130px 0 20px;
}

#contact .contact_txtbox01{
	border-bottom: 1px solid #6E828A;
	border-top: 1px solid #6E828A;
	padding: 25px 0;
	width: 730px;
	margin: auto;
	justify-content: center;
}

#contact .contact_txtbox01 p.contact_txt02{
	background: url("../img/contact/icon01.svg") no-repeat center left;
	background-size: 15px 20px;
	padding-left: 25px;
	margin: 0 10px 0 0;
}

#contact .contact_txtbox01 p.contact_txt03{
	background: url("../img/contact/icon02.svg") no-repeat top 11px left;
	background-size: 18px 18px;
	padding-left: 25px;
	margin: 0 10px 0 20px;
}

#contact .contact_txtbox01 p.contact_txt03 span,
#contact .contact_txtbox01 p.contact_txt02 a{
	position: relative;
	top: 2px;
}

#contact .contact_txt04{
	margin: 60px 0 20px;
}

#contact .contact_txt05{
	margin-bottom: 20px;
}




#contact #form{
	width: 680px;
	margin: 40px auto 0;
}

#contact th{
	width: 220px;
	padding: 17px 0px 15px;
	vertical-align: top;
	text-align: right;
}

#contact th span{
	color:#d10012;
	display: inline-block;
	padding-left: 5px;
}

#contact td{
	padding: 15px 0px 15px 30px;
}

#contact td.radio{
	padding: 18px 0px 15px 30px;
}


#contact td .it_a{
	width: 500px;
	height: 40px;
	border: 1px solid #999999;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 14px;
}

#contact td .it_b{
	width: 120px;
	height: 40px;
	border: 1px solid #999999;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 14px;
}

#contact td .it_c{
	width: 500px;
	height: 180px;
	padding-top: 10px;
	border: 1px solid #999999;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 14px;
}
#submit{
	text-align: center;
}

#submit input {
    padding: 15px 0;
    font-weight: 600;
    text-decoration: none !important;
    font-size: 16px;
	letter-spacing: 2px;
	width: 210px;
	font-family : 'Noto Sans CJK JP', sans-serif;
	
}
#submit input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
	background-color: #143a52;
    border: 2px solid #143a52;
    color: #fff;
}

/*---------------------contact/---------------------*/


/*---------------------/information---------------------*/

#information .information_txt_box{
	margin: 120px auto 0;
	width: 960px;
}

#information .information_txt_box .information_day{
	margin-bottom: 5px;
	letter-spacing: 1px;
}

#information .information_txt_box .information_ttl{
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
}

#information .information_txt_box .information_txt{
	padding-bottom: 20px;
	border-bottom: 1px dashed #ECECEC;
	margin-bottom: 20px;
	margin-bottom: 30px;
}

#information .information_txt_box .information_txt p{
	margin-bottom: 10px;
}

#information .information_txt_box .information_txt a{
    color: #143a52;
    font-weight: bold;
}

#information .information_txt_box img{
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}

#information .information_fl{
	display: flex;
  justify-content: space-between;
}

.pull-right i,
.pull-left i{
	position: relative;
	top: 6px;
}

#information .information_fl.sp_blocl{
	display: none;
}

.wp-block-image figure{
	width: auto;
	display: inline;
	
}


#column img {
	text-align: left;
	display:block;
	margin-left:auto;
	margin-right:auto;

	}
#column img.alignnone {
	text-align: left;
	}

#column img.alignright {
	display: inline;
	}

#column img.alignleft {
	display: inline;
	}

#column .alignright {
	float: right;
	margin: 0 0 20px 20px;
	}

#column .alignleft {
	float: left;
	margin: 0 20px 20px 0;
	}

.clear{clear:both;}





/*---------------------information/---------------------*/



/*---------------------/business---------------------*/

#business .business_cont01{
	background-image: url("../img/business/img01.jpg") ,url("../img/business/bg01.png");
	background-repeat: no-repeat;
	background-position: top left , top 160px right;
	padding: 150px 0 70px;
	background-size: 60% , auto;
	
}

#business .business_cont01_txtbox{
	background-color: #143A52;
	width: 480px;
	padding: 80px 70px 100px;
	position: relative;
	margin: 0 0 0 50%;
	z-index: 1;
}

#business .business_cont01_txtbox p{
	color: #fff;
	line-height: 1.6;
}

#business .business_cont01_txtbox hr{
	border-bottom: 1px solid #fff;
	width: 80px;
	border-top: none;
	margin: 35px auto 60px;
}

#business  .business_cont01 img{
	margin: -30px 0 0 33%;
}

#business .business_cont02.g_bg{
	padding: 70px 0 80px;
}

#business .business_cont02 .wh_bg{
	padding: 30px 0 60px;
}

#business .business_cont02 p{
	padding: 40px 0 20px;
}

#business .business_cont03{
	background: linear-gradient(#fff 62%, #CBE2EA 10%);
	padding-bottom: 90px;
}

#business .business_cont03 h3{
	padding-top: 90px;
}


#business .slider{
    margin: 60px auto 0;
    width: 760px;
}
#business ul.slider{
	box-shadow: 0px 0px 3px #d8d8d8;
}

#business ul.slider li.slider_box{
	background: #fff;
	padding-bottom: 40px;
	border-bottom: 2px solid #143A52;
	    
}
#business .slider img{
	height: auto;
	width: 100%;
}

#business .slider p.business_slider_txt01{
	margin: 65px 0 15px;
}

#business .slider .slick-dots{
	bottom: 130px;
}

#business .slider .slick-dots li{
	margin: 0 1px;
}

#business .slick-dots li button:before{
	font-size: 32px;
	
}
#business .slick-next:before,
#business .slick-prev:before {
  content: "" !important;
}

#business .slick-prev {
	width: 52px;
	height: 52px;
  background-image: url(../img/business/arrow01.png) !important;
	background-repeat: no-repeat;
	left: -75px;
	top: 34%;

}
#business .slick-prev:hover{
	background-image: url(../img/business/arrow01.png) !important;
}

#business .slick-next {
	width: 52px;
	height: 52px;
  background-image: url(../img/business/arrow02.png) !important;
	position: absolute;
	background-repeat: no-repeat;
	right: -75px;
	top: 34%;
}

#business .slick-next:hover{
	background-image: url(../img/business/arrow02.png) !important;
}




/*---------------------business/---------------------*/


/*---------------------/recruit---------------------*/
#recruit .recruit_cont01{
	margin: 150px 0 80px;
}

#recruit .recruit_cont01 img{
	margin: 0 5px;
}

#recruit .recruit_cont01 p.recruit_cont01_line{
	color: #CDE3EB;
	font-size: 50px;
	margin: 50px 0 30px;
}

#recruit .recruit_cont01 p.recruit_cont01_txt01{
	line-height: 1.6;
	margin-bottom: 30px;
}

#recruit .recruit_cont01 p.recruit_cont01_txt02{
	line-height: 1.4;
}

#recruit .recruit_cont02.g_bg{
	padding: 80px 0;
}

#recruit .recruit_cont02 .wh_bg{
	padding: 70px 0;
}

#recruit .recruit_cont02 table{
	margin: 50px auto 0;
	border-top: 1px #ECECEC solid;
}

#recruit .recruit_cont02 table th{
	padding: 30px 0;
	width: 190px;
	border-bottom: 1px #ECECEC solid;
}

#recruit .recruit_cont02 table td{
	padding: 20px 0;
	width: 720px;
	border-bottom: 1px #ECECEC solid;
	line-height: 1.6;
}




/*---------------------recruit/---------------------*/


/*---------------------/bcp---------------------*/

#bcp .g_bg{
	margin-top: -30px;
	padding: 120px 0 80px;
}

#bcp .wh_bg{
	padding: 10px 120px 80px;
	width: 910px;
}

#bcp p.bcp_ttl{
	padding: 60px 0 20px;
	border-bottom: 2px solid #143a52;
	margin-bottom: 25px;
}

#bcp .fl{
	justify-content: space-between;
}

#bcp .fl .fl_box{
	width: 430px;
}

#bcp .fl .fl_box_mb{
	margin-bottom: 40px;
}

#bcp p.bcp_txt01{
	padding: 15px 0;
	border-bottom: 1px solid #EBEBEB;
	text-align: left;
}

#bcp p.bcp_txt02{
	padding-top: 15px;
	text-align: left;
}


/*---------------------bcp/---------------------*/

/*---------------------facility/---------------------*/

#facility h3{
	margin: 120px auto 40px;
}

#facility .btn-wap{
	margin-bottom: 45px;
}
#facility .btn{
	margin: 0 5px 15px;
}

#facility .facility_ttl01{
	padding: 70px 0 30px;
}

#facility .facility_ttl02{
	line-height: 65px;
	color: #fff;
	margin-bottom: 30px;
}

#facility .facility_ttl02 p{
	background: #6E828A;
	text-align: center;
	width: 130px;
}

#facility .facility_ttl02 span{
	background: #143A52;
	width: 850px;
	display: block;
	text-align: center;
	
}


#facility .facility_conts{
	position: relative;
	width: 980px;
	margin: auto;
}

#facility .facility_conts_txt_box{
	position: absolute;
	top: 250px;
    background: #fff;
	opacity: 0.95;
    padding: 50px 40px;
    box-shadow: 0px 0px 3px #d8d8d8;
    width: 420px;
    z-index: 1;
}

#facility .facility_conts_txt_box02{
	width: 580px;
	text-align: center;
	opacity: 1 !important;
	background-size: cover;
}
#facility .facility_conts_txt_box03{
	top: 125px;
}



#facility .facility_conts_txt_box02 img{
	background: #fff  !important;
	opacity: 1 !important;
}


#facility .facility_conts_txt_box p{
	margin-bottom: 20px;
}

#facility .facility_conts_txt_box02{
	top: 125px;
	
}

#facility table.table01 th{
	width: 100px;
	padding: 13px 40px 13px 0;
	border-right: 1px #d6d6d6 solid;
	text-align: right;
}

#facility table.table01 td{
	width: auto;
	padding: 13px 0 13px 40px;
}

#facility .facility_img{
	margin-top: 770px;
	padding-bottom: 80px;
	justify-content: space-between;
	width: 980px;
	margin: 25px auto 0;

}

#facility .facility_img02{
	padding-top: 170px;
}

#facility .facility_img03{
	padding-top: 240px;
}


#facility .facility_img img{
	box-shadow: 0px 0px 3px #d8d8d8;
}

#facility .facility_ttl03{
	margin: 370px auto 20px;
}

#facility table.table02{
	margin: auto;
	padding: 12px 0 85px;
	border-top: 1px #d6d6d6 solid;
}

#facility table.table02 th{
	width: 220px;
	padding: 15px 40px 15px 20px;
	border-bottom: 1px #d6d6d6 solid;

}

#facility table.table02 td{
	width: auto;
	padding: 15px 20px 15px 0;
		border-bottom: 1px #d6d6d6 solid;
}

#facility .facility_conts_txt_box p.facility_conts_txt02{
	margin-bottom: 10px;
}

#facility .facility_conts_txt_box p.facility_conts_txt03{
	margin-bottom: 30px;
	line-height: 1.4;
}


#facility table.table03 th{
	width: 170px;
	padding: 13px 15px 13px 0;
	border-right: 1px #d6d6d6 solid;
	text-align: right;
}

#facility table.table03 td{
	width: auto;
	padding: 13px 0 13px 15px;
	text-align: left;
}

#facility .right_flow{
	width: 450px;
	margin: 25px 0 100px;
	float: right;
}

#facility .right_flow .right_flow_txt01{
	margin-bottom: 20px;
}

#facility .right_flow .right_flow_txt02{
	background: #6E828A;
	line-height: 50px;
	color: #fff;
}

#facility .right_flow .right_flow_txt02 i{
	position: relative;
	top: 14px;
	padding:  0 15px 0 8px;
}

#facility .right_flow .right_flow_txt03{
	background: #fff;
	padding: 20px 25px;
	line-height: 1.4;
	box-shadow: 0px 0px 3px #d8d8d8;
	text-align: left;
}

#facility .right_flow img{
	margin: 8px 0;
}

#facility #an01{
	position: relative;
	top: -50px;
}

#facility #an02{
	position: relative;
	top: -80px;
}

#facility #an03{
	position: relative;
	top: -50px;
}

#facility #an04{
	position: relative;
	top: -100px;
}

#facility #an05{
	position: relative;
	top: -50px;
}




/*---------------------facility/---------------------*/

/*---------------------/about---------------------*/
#about .abou_cont01{
	width: 100%;
	margin: 170px auto 80px;
	position: relative;
}


#about .abou_cont01 .abou_cont01_bg01{
	position: absolute;
	left: 2%;
	max-width: 250px;
	width: 16%;
	height: auto;
}

#about .abou_cont01 .abou_cont01_bg02{
	position: absolute;
	right: 2%;
	max-width: 250px;
	width: 16%;
	height: auto;
}

#about .abou_cont01 .abou_cont01_txt02{
	background: url("../img/about/line01.png") no-repeat bottom center;
	margin: 40px auto 30px;
	padding-bottom: 20px;
}

#about .abou_cont01 .fl{
	width: 710px;
	margin: auto;
}

#about .abou_cont01 .fl img{
	margin-right: 30px;
}

#about .abou_cont01 .fl p{
	width: 640px;
	margin-bottom: 40px;
}

#about .abou_cont02{
	position: relative;
}

#about .abou_cont02 .abou_cont02_bg{
	position: absolute;
	top: 310px;
	right: 0;
}

#about .abou_cont02 .abou_cont02_main_img_box{
	text-align: center;
	background: linear-gradient(90deg, #143a52 70%, #ffffff 30%);
	padding: 70px 0;
}

#about .abou_cont02 hr{
	border-top: none;
	border-bottom: none;
	border-left: #6E828A 1px solid;
	border-right: #6E828A 1px solid;
	width: 0px;
	height: 90px;
	margin: 0 auto;
	position: relative;
	top: -45px;
}

#about .abou_cont02 .abou_cont02_txt01{
	letter-spacing: 3px;
}


#about .abou_cont02 .abou_cont02_txt02{
	width: 760px;
	margin: 20px auto 40px;
	line-height: 1.8;
	letter-spacing: 1px;
}

#about .abou_cont02 .abou_cont02_box{
	width: 680px;
	margin: 0 auto 90px;
	border: #6E828A 1.5px solid;
	padding: 0 40px 40px;
}


#about .abou_cont02 .abou_cont02_box .abou_cont02_box_ttl{
	position: relative;
	top: -18px;
}

#about .abou_cont02 .abou_cont02_box .fl{
	justify-content: space-between;
}

#about .abou_cont03{
	position: relative;
	padding-bottom: 200px;
}
#about .abou_cont03 .abou_cont03_main_img_box{
	text-align: center;
	background: linear-gradient(90deg, #fff 30%, #143a52 30%);
	padding: 70px 0;
	margin-bottom: 80px;
}

#about .abou_cont03 .abou_cont03_txt02{
	margin: 30px 0 0;
	line-height: 1.8;
}

#about .abou_cont03 .abou_cont03_txt_box{
	max-width: 760px;
	width: 50%;
	margin: auto;
	padding-left:50px;
}

#about .abou_cont03 .abou_cont03_right_img{
	display: block;
	position: relative;
	top: 200px;
}

#about .abou_cont04{
	background: url("../img/about/bg04.jpg") no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 0;
}

#about .abou_cont04 .wh_bg{
	padding: 80px 0 70px;
	opacity: 0.85;
}

#about .abou_cont04 .wh_bg .abou_cont04_txt02{
	width: 760px;
	margin: 30px auto 40px;
	line-height: 1.6;
}

/*
==============================================
hatch
==============================================
*/

.hatch{
	animation-name: hatch;
	-webkit-animation-name: hatch;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 

	visibility: visible !important;		
}

@keyframes hatch {
	0% {
		transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		transform: rotate(2deg) scaleY(1);
	}
	50% {
		transform: rotate(-2deg);
	}	
	65% {
		transform: rotate(1deg);
	}	
	80% {
		transform: rotate(-1deg);
	}		
	100% {
		transform: rotate(0deg);
	}									
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}
	50% {
		-webkit-transform: rotate(-2deg);
	}	
	65% {
		-webkit-transform: rotate(1deg);
	}	
	80% {
		-webkit-transform: rotate(-1deg);
	}		
	100% {
		-webkit-transform: rotate(0deg);
	}		
}



/*---------------------about/---------------------*/







/*---------------------/sdgs---------------------*/

#sdgs .g_bg{
	margin-top: -30px;
	padding: 120px 0 80px;
}

#sdgs .wh_bg{
	padding: 10px 120px 80px;
	width: 910px;
}

#sdgs p.sdgs_ttl{
	padding: 60px 0 20px;
	border-bottom: 2px solid #143a52;
	margin-bottom: 25px;
}
#sdgs .sdgs_ttl_top {
	padding: 60px 0 0px;
	margin-bottom: 0px;
}

#sdgs .fl{
	justify-content: space-between;
}

#sdgs .fl .fl_box{
	width: 430px;
}

#sdgs .fl .fl_box_mb{
	margin-bottom: 40px;
}

#sdgs p.sdgs_txt01{
	padding: 15px 0;
	border-bottom: 1px solid #EBEBEB;
	text-align: left;
}

#sdgs p.sdgs_txt02{
	padding-top: 15px;
	text-align: left;
}

#sdgs .sdgs_list {
	display: flex;
}
#sdgs .sdgs_icon {
	width: 100px;
	margin: 10px;
}



#sdgs .lh_100 {
	line-height: 1;
}
#sdgs .lh_150 {
	line-height: 1.5;
}
#sdgs .lh_175 {
	line-height: 1.75;
}

#sdgs .sp {
	display: none;
}

footer .sdgs_banner {
	display: block;
	width: 200px;
	margin-top: 40px;
}

/*---------------------sdgs/---------------------*/

/* -----------------------------------------------
会社案内：ISOロゴ追加
-------------------------------------------------*/
#company .info_img  {
	margin-top: 1020px;
}
/* -----------------------------------------------
footer：ロゴ追加
-------------------------------------------------*/
.green_logo {
	margin-left: 20px;
	margin-top: 11px;
}
.iso_logo {
	margin-left: 20px;
	margin-top: 11px;
}
.logo {
	display: flex;
}












