@charset "utf-8";

body {
	font-size: 14px;
	line-height: 175%;
	overflow-x: hidden;
	
}
* html body {
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
}
*:first-child+html body {  
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
}  

img{
	width :auto;
}


.hover {
	filter:alpha(opacity=100);
	opacity:1.0;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	outline: none;
}
.hover:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
}
.img_hover a img{
	filter:alpha(opacity=100);
	opacity:1.0;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.img_hover a img:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}

.link_hover a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.link_hover a:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}

.link_hover a img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.link_hover a img:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.hover:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}


/* nav btn ------------------------- */

.menu-trigger{
	display: none;
}
/*
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-trigger {
	position: fixed;
	width: 30px;
	height: 28px;
	right: 30px;
	top: 12px;
	z-index: 15000;
	cursor: pointer;
}
.menu-trigger span {
	position: absolute;
	height: 2px;
	background-color: #000000;
	width: 100%;
}

.menu-trigger span:nth-of-type(1) {
	left: 0px;
	top: 0px;
}
.menu-trigger span:nth-of-type(2) {
	left: 0px;
	top: 13px;
	
}
.menu-trigger span:nth-of-type(3) {
	left: 0px;
	bottom: 0px;
	width: 20px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
	width: 100%;
}
*/





/* site -------------------- */

.contents{

}

.pc_block{
	display: block;
}

.sp_only{
	display: none;
}

.contents_w{
	width: 85%;
	max-width: 1160px;
	margin-left: auto;
	margin-right:auto;
	position: relative;
}

/*
@media screen and (max-width:1320px){
	.contents_w{
		width: 94%;
		max-width: 1160px;
	}
}

@media screen and (max-width:1270px){
	.contents_w{
		width: 94%;
		max-width: 1060px;
	}
}
@media screen and (max-width:1100px){
	.contents_w{
		width: 84%;
	}
}
*/

.reverse{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.page_link{
	padding-top: 100px;
	margin-top: -100px;
}

@media screen and (max-width:1770px){
	.page_link{
		padding-top: 170px;
		margin-top: -170px;
	}
}

.head_mg{
	height: 75px;
}

/* header ----------------------- */

.gheader{
	background:rgba(255,255,255,0.5);
	width: 100%;
	position: fixed;
	z-index: 1000;
	height: 84px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.gheader_top{
	background:none;
}

.logo_area{
	top: 20px;
	left: 20px;
}

.gheader .logo{
	width: 200px;
	margin-right: 30px;
}
.gheader .bic_logo{
	width: 136px;
}
@media screen and (max-width:1240px){
	.gheader .logo{
		width: 150px;
		margin-right: 20px;
	}
	.gheader .bic_logo{
		width: 80px;
	}
}

/* index_main -------------------- */
.index_main{
	height: 109.8vh;
}
.index_main_img{
	height: 100vh;
}
.index_main_txt{
	height: 109.8vh;
	background-size: auto 100%;
	background-position: center;
}

.index_main_txt01{
	background-image:url(../images/top/slide_txt01_pc.png);
}
.index_main_txt02{
	background-image:url(../images/top/slide_txt02_pc.png);
}
.index_main_txt03{
	background-image:url(../images/top/slide_txt03_pc.png);
}

.index_main_slide .main01{
	background-image: url(../images/top/main_pc.jpg);
}
.index_main_slide .main02{
	background-image: url(../images/top/main02_pc.jpg);
}

@media screen and (max-width:1024px){
	.index_main_txt{
		height: 100vh;
		background-position: left center;
	}
	.index_main_txt01{
		background-image:url(../images/top/slide_txt01_tab.png);
	}
	.index_main_txt02{
		background-image:url(../images/top/slide_txt02_tab.png);
	}
	.index_main_txt03{
		background-image:url(../images/top/slide_txt03_tab.png);
	}
}

/* fix_bn -------------------- */
.fix_bn{
	right: 0;
	top: 0;
}
.fix_bn li{
	width: 140px;
}
.fix_bn li a{
	height: 160px;
	
}
.fix_bn li .icon{
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 25px;
}
.fix_bn01 a:hover{
	background: #AAAAAA;
}
.fix_bn02 a:hover{
	background: #AAAAAA;
}

/* gnav -------------------- */

.gnav_area{
	-webkit-transition: all .4s;
	transition: all .4s;
}
.gnav a,.gnav span{
	display: inline-block;
}
.gnav_area_top a,.gnav_area_top span{
	color: #fff;
}
.gnav_area_top .gnav li a::after,.gnav_area_top .gnav li span::after{
	background: #fff;
}

.gnav{
	position: fixed;
	top:30px;
	right: 380px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1000;
}
.gnav li.tree01{
	margin-left: 30px;
	position: relative;
}
.gnav li a::after,.gnav li span::after{
	content: "";
	display: block;
	height: 3px;
	width: 0%;
	margin-left: 50%;
	background: #000;
	-webkit-transition: all .4s;
	transition: all .4s;	
	margin-top: 5px;
}
.gnav li a:hover::after,.gnav li span:hover::after{
	width: 100%;
	margin-left: 0%;
}

.gnav a.link,.gnav span.trigger{
	font-weight: bold;
}
.gnav .open{
	position: absolute;
	left: 0;
	top:54px;
	width: 125px;
	display: none;
	background:rgba(255,255,255,0.5);
	padding: 15px 15px 0;
	font-weight: bold;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gnav .open02{
	width: 160px;
}
.gnav_area_top .open{
	background: none;
	padding: 0;
}
.gnav .open li{
	margin-bottom: 10px;
}

@media screen and (max-width:1240px){
	.gnav{
		right: 350px;
	}
	.gnav li.tree01{
		margin-left: 20px;
	}
}


/* top -------------------- */
.index_msg{
	padding: 150px 0 190px;
}
.index_msg .txt{
	font-size: 1.9vw;
	line-height: 90px;
}
.index_msg .img{
	width: 200px;
	margin-top: 40px;
}

@media screen and (max-width:1024px){
	.index_msg{
		padding: 50px 0 120px;
	}
}

.index_news_area{
	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;
	padding: 90px 0;
}
.ttl_index_news{
	width: 29%;
	line-height: 120px;
	font-size: 30px;
	border-right: solid 1px #333333;
}
.index_news{
	width: 60%;
}
.index_news .ttl{
	background-image:url(../images/icon_arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px;
	padding-right: 50px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.index_news .ttl:hover{
	background-image:url(../images/icon_arrow01_on.png);
}

.ttl_l{
	font-size:7.8vw; 
}
.index_business_ttl .txt_area{
	padding-left: 20%;
}

.index_business_ttl .ttl_ja{
	font-size:1.5vw; 
	margin-top: 70px;
}

.index_business{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.index_business li{
	width: 33.333%;
}

.index_business li .ttl{
	font-size: 30px;
}
.index_business li .txt{
	font-size: 16px;
	margin: 0 20%;
}
.index_business li .en{
	margin: 40px 0 70px;
}
.index_business li:hover .txt_area{
	opacity: 0;
}
.index_business li:hover .overlay{
	opacity: 0;
}
.index_business li:hover .over{
	opacity: 1.0;
}

.index_business li:hover .more span{
	background-image:url(../images/icon_arrow01_on02.png);
}

.index_business_list li .en{
	font-size: 25px;
	line-height: 150%;
}
.index_business_list li .ttl{
	font-size: 35px;
}
.index_business_list li .more{
	font-size: 25px;
	font-weight: bold;
	bottom: 70px;
}

.index_info_area{
	padding-top: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.index_info_area .ttl_ja{
	margin-top: 80px;
}

.index_info_ttl{
	width: 49%;
}

@media screen and (min-width:2100px){
	.index_info_ttl .ttl_l{
		font-size: 150px;
	}
	
}
.index_info_list{
	width: 50%;
}

.info_list .ttl{
	background-image:url(../images/icon_arrow01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px;
	padding-right: 50px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.info_list a:hover .ttl{
	background-image:url(../images/icon_arrow01_on.png);
}


.info_list li{
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.index_info_list .more a:hover{
	background-image:url(../images/icon_arrow03_on.png);
	color: #AAAAAA;
}

.bn_area{
	margin-top: 100px;
	padding-bottom: 150px;
}
.bn_area .swiper-pagination{
	margin-top: 50px;
}
.btm_business_slide_area{
	margin-top: 140px;
}
.btm_business_slide_area .pc_overlay{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	
}

.btm_business_slide_area .txt_area{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 100;
	padding-left: 19.7%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.btm_business_slide_area .txt_area .inner{
/*
	background-image:url(../images/btm_comany_slide_overlay_pc.png);
	padding: 40px;
	background-size: auto 100%;
*/
}
.btm_business_slide_area .txt_area .img{
	width: 415px;
	margin: 70px 0;
}
.btm_business_slide_area .more{
	font-size: 20px;
	font-weight: normal;
	margin-top: 100px;
}
.btm_business_slide_area .more a{
	background-image:url(../images/icon_arrow04.png);
	color: #fff;
}
.btm_business_slide_area .more a:hover{
	color: #AAAAAA;
	background-image:url(../images/icon_arrow03_on.png);
}

.btm_contact_area{
	background-image:url(../images/top/bg_btm_cntact_pc.jpg);
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px; 
}
.btm_contact_area_inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	max-width: 1034px;
}
.btm_contact_area_cont{
	width: 50%;
}
.btm_contact_area_cont .txt01{
	font-size: 30px;
	line-height: 140%;
}
.btm_contact_area_cont .txt02{
	font-size: 20px;
	line-height: 160%;
}
.btm_contact_area .tel_area::after{
	width: 1px;
	height: 200px;
	top:50%;
	right: 0;
	margin-top: -100px;
}
.btm_contact_area .mail_area:hover .icon{
	background: #58A107;
	border: solid 1px #58A107;
}

.footer_link_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 100px 0 120px;
}
.footer_link li a:hover{
	background-image:url(../images/icon_arrow01_on.png);
}
.footer_logo{
	width: 200px;
}
	


.gfooter_link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer_link_outer{
	margin-top: 100px;
}

.bread{
	margin-top: 130px;
	font-size: 16px;
	margin-left: 20px;
	margin-bottom: 30px;
}
.bread li{
	margin-right: 20px;
	padding-right: 20px;
}

.contnts_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.contnts_area .ttl_area{
	width: 43%;
}
.contnts_area .contentsL{
	width: 50%;
	font-size: 20px;
	line-height: 160%;
	overflow: hidden;
}

@media screen and (min-width:2100px){
	.contnts_area .ttl_area .ttl_l{
		font-size: 150px;
	}

}

.contnts_area .ttl_area .ttl_ja{
	font-size:1.5vw; 
	margin-top: 80px;
}

.contnts_area .ttl_area .ttl_ja_top{
	margin-top: 00px;
	margin-bottom: 50px;
	font-size: 40px;
}

.company_tbl dd{
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.company_tbl dt{
	font-size: 16px;
}

.contnts_area_mb_b{
	margin-bottom: 100px;
}

.access_img{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.access_img li{
	width: 50%;
}


.pagetop{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #58A107;
	color: #fff;
	position: fixed;
	right: -70px;
	bottom: 20px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
}

.pagetop_on{
	right: 20px;
}

.philosophy_txt_img{
	width: 415px;
	margin-top: 60px;
}

.philosophy_txt01{
	margin-top: 80px;
}
.philosophy_txt02{
	margin-top: 70px;
}

.philosophy_txt_area01{
	padding-top: 70px;
}
.philosophy_img{
	width: 
}

.ttl_circle{
	font-size: 40px;
	padding: 35px 0 0 35px;
}

.ttl_circle::before{
	width: 70px;
	height: 70px;
	border-radius: 35px;
}

.ttl_c_s{
	font-size: 25px;
}

.ttl_philosophy{
	margin-top: 360px;
}

.permit_list{
	width: 100%;
	max-width: 580px;
}

.permit_list li{
	width: 50%;
}
.permit_list li .name{
	font-size: 30px;
}

.permit_list li .txt_area{
	font-size: 19px;
}
@media screen and (max-width:1310px){
	.permit_list li .txt_area{
		font-size: 17px;
	}

}

@media screen and (max-width:1180px){
	.permit_list li .txt_area{
		font-size: 15px;
		padding: 10px 10px 10px 10px;
	}

}

.permit_pdf a{
	padding-right: 60px;
	background-size: auto 40px;
	height: 40px;
	line-height: 40px;
}
.permit_list li:nth-child(even) .permit_list_inner{
	border-left: none;
}

.icon_kogata{
	width: 120px;
	margin-top: 50px;

}
.txt_kobutsu{
	margin-top: 50px;
}

.page_link_list_area{
	text-align: right;
}
.page_link_list{
	display: inline-block;
	text-align: left;
}
.page_link_list li a{
	-webkit-transition: all .4s;
	transition: all .4s;
}
.page_link_list li a:hover{
	background-image:url(../images/icon_down_on.png);
}

.ttl_b_dot{
	margin-top: 70px;
}


.sub_ttl_b_dot{
	margin-top: 50px;
}
.governance_box_area{
	margin-top: 70px;
}
.governance_box{
/*	height: 300px;*/
}

.governance_box_close{
	height: 300px !important;
}



.recruit_list .ttl{
	padding: 25px;
}
.recruit_list .txt{
	padding: 25px;
}

.recruit_list .more{
	margin-bottom: 25px;
	margin-right: 25px;
}

.ttl_recruit_top{
	margin-top: 100px;
}

.recruit_top_txt01{
	margin-top: 70px;
}
/*
.people_list .ttl{
	font-size: 40px;
}
.people_list .name{
	margin: 20px 0 15px;
}

.people_list a:hover .more{
	background-image:url(../images/icon_arrow03_on.png);
	color: #AAAAAA;
}
.people_list .img,.people_list li{
	overflow: hidden;
}
.people_list .img img{
	-webkit-transform: scale(1.0);
	transform: scale(1);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.people_list .img:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
*/
.ttl_recruit{
	padding-bottom: 30px;
	font-size: 30px;
}
.recruit_cat{	
	width: 200px;
	height: 50px;
	line-height: 50px;
}

.recruit_detail dt{
	font-size: 16px;
	margin-top: 30px;
}

.recruit_detail dd{
	padding: 30px 0;
}

.appliances_ttl_area{
	position: relative;
	z-index: 10;
}

.appliances_ttl_area .ttl_ja{
	font-size:1.5vw; 
	margin-top: 70px;
	color: #fff;
}


.appliances_slide_area{
	margin-top: -28%;
}



.appliances_slide .img{
	padding-top: 45%;
}
.home_appliances_slide01{
	background-image:url(../images/home_appliances/home_appliances_slide01_pc.jpg);
}
.home_appliances_slide02{
	background-image:url(../images/home_appliances/home_appliances_slide02_pc.jpg);
}
.home_appliances_slide03{
	background-image:url(../images/home_appliances/home_appliances_slide03_pc.jpg);
}

.appliances_slide_txt_inner{
	position: absolute;
	right: 0;
	bottom: 100px;
	width: 55%;
	max-width: 580px;
}
.appliances_slide_txt_inner .ttl{
	font-size: 40px;
}
.appliances_slide_txt_inner .txt{
	margin-top: 60px;
	font-size: 20px;
	line-height: 160%;
}
.appliances_slide_txt_inner .link{
	font-size: 18px;
	margin-top: 50px;
}

.appliances_slide_nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -50px;
	position: relative;
	z-index: 20;
	-webkit-box-shadow: 10px 10px 3px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 10px 3px 1px rgba(0, 0, 0, 0.1);
}
.appliances_slide_nav li{
	width: 33.333%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	background-image:url(../images/icon_up.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 30px;
	cursor: pointer;
	position: relative;
}

@media screen and (max-width:1270px){
	.small_appliances_slide_nav li{
		font-size: 16px;
	}
}
@media screen and (max-width:1170px){
	.small_appliances_slide_nav li{
		text-align: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 30px;
	}
}

@media screen and (max-width:1090px){
	.small_appliances_slide_nav li{
		
		padding-left: 15px;
	}
}

@media screen and (max-width:1020px){
	.small_appliances_slide_nav li{
		font-size: 14px;
	}
}

.appliances_slide_nav li.active{
	background-image:url(../images/icon_up02.png);
}

.appliances_slide_nav li::after{
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background: #AAAAAA;
	position: absolute;
	right: 0;
	top:25px;
}

.appliances_slide_nav li:last-child::after{
	display: none;
}

@media screen and (max-width:1340px){
	.appliances_slide_txt_inner .ttl{
		font-size: 40px;
	}
	.appliances_slide_txt_inner .txt{
		margin-top: 40px;
	}
	.appliances_slide_txt_inner .link{
		margin-top: 30px;
	}

}


@media screen and (max-width:1250px){
	.appliances_slide_txt_inner .ttl{
		font-size: 35px;
	}
	.appliances_slide_txt_inner .txt{
		margin-top: 30px;
	}
	.appliances_slide_txt_inner .link{
		margin-top: 30px;
	}

}

@media screen and (max-width:1065px){
	.small_appliances_slide .appliances_slide_txt_inner .ttl{
		font-size: 30px;
	}
}


.scroll_area{
	margin-top: 80px;
}

.ttl_appliances02{
	margin-top: 140px;
}

.appliances_movie_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.appliances_movie_list li{
	width: calc(50% - 20px);
	margin-top: 50px;
}


.connection_bn_area{
	padding: 80px 0 100px;
}

.connection_slide ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.connection_slide ul li{
	width: 23.5%;
	margin-right: 2%;
	margin-top: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.connection_slide ul li:nth-child(4n){
	margin-right: 0;
}

.demand_person_list{
	font-size:30px; 
}

.demand_person_list li{
	margin-top: 40px;
	line-height: 150%;
}

.ttl_people_list{
	text-align: center;
	margin-top: 140px;
	margin-bottom: 100px;
}
.ttl_people_list .ttl_circle{
	display: inline-block;
}
.people_list .ttl{
	padding: 0 10px 0 20px;
}
.people_list .department{
	font-size: 23px;
	margin-top: 50px;
}


@media screen and (max-width:1280px){
	.people_list li .ttl{
		font-size: 23px;
		font-size: 18px;
	}
}

@media screen and (max-width:1150px){
	.people_list .department{
		margin-top: 30px;
		
	}
}

.people_intro_txt{
	margin-top: 100px;
	font-size: 40px;
}

.peole_name{
	font-size: 23px;
	margin-top: 50px;
	margin-bottom: 40px;
}
.peole_name span{
	font-size: 35px;
	margin-left: 10px;
}
@media screen and (max-width:1170px){
	.peole_name span{
		display: block;
		margin-top: 10px;
	}
}

.people_img01{
	margin-top: 50px;
}

.people_img02,.people_img03{
	margin-top: 60px;
}

.people_img_area{
	margin-top: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.people_img_area .l{
	width: 34.44%;
}
.people_img_area .r{
	width: 63.33%;
}

.people_cont{
	font-size: 20px;
	line-height: 160%;
}

.people_time_img_area{
	display: table;
	width: 100%;
	margin-top: 70px;
	margin-bottom: 170px;
}
.people_time_img_area .time_area,.people_time_img_area .img_area{
	display: table-cell;
	
	vertical-align: middle;
}
.people_time_img_area .time_area{
	width: 55%;
	padding: 0 40px;
}

.people_time_img_area .img_area{
	width: 40%;
}

.ttl_time_area{
	font-size: 25px;
}
.ttl_time_area i{
	font-size: 50px;
	margin-right: 20px;
}

.time_list li .time{
	width:100px;
}
.time_list li .txt{
	width: calc(100% - 100px);
}

@media screen and (max-width:1200px){
	.time_list li{
		margin-top: 7px;
	}
}

@media screen and (max-width:1120px){
	.time_list li{
		margin-top: 0px;
	}
}

.no_recruit_txt{
	padding: 50px 20px;
	margin-top: 50px;
}

@media screen and (max-width:1080px){
	.no_recruit_txt{
		padding: 50px 5px 50px 15px;
	}
}

.ttl_b_dot_environment{
	margin-bottom: 30px;
}

.environment_list li{
	margin-top: 20px;
}

.environment_open{
	margin-top: 40px;
}
.environment_open_img{
	width: 200px;
}

.ttl_environment{
	margin-bottom: 30px;
	margin-top: 70px;
}

.sdgs_cont{
	width: 750px;
	font-size: 20px;
	padding: 40px;
}

.sdgs_list li{
	margin-top: 40px;
}
.sdgs_list li .img{
	width: 140px;
}
.sdgs_list li .txt{
	width: calc(100% - 140px);
	padding: 0 30px;
	line-height: 150%;
}

.sdgs_list02 li .img{
	width: 280px;
}
.sdgs_list02 li .txt{
	width: calc(100% - 280px);
	padding: 0 30px;
	line-height: 150%;
}

.small_appliances_slide01{
	background-image:url(../images/small_appliances/slide01_pc.jpg);
}
.small_appliances_slide02{
	background-image:url(../images/small_appliances/slide02_pc.jpg);
}
.small_appliances_slide03{
	background-image:url(../images/small_appliances/slide03_pc.jpg);
}

.mark_kogata{
	margin-top: 30px;
	padding: 20px;
}
.mark_kogata .icon{
	width: 60px;
}
.mark_kogata .icon_txt{
	width: calc(100% - 75px);
	font-size: 16px;
}
.small_appliances_txt01{
	margin-top: 40px;
	line-height: 160%;
}


.info_img_list .img{
	width: 130px;
}
.info_img_list .txt_area{
	width: calc(100% - 160px);
}

.ttl_info{
	font-size: 40px;
}

.info_cont{
	margin-top: 50px;
}

.contact_txt01{
	margin-bottom: 50px;
}

.contact_txt02{
	margin-top: 50px;
}



.form_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form_list dt,.form_list dd{
	border-bottom: dotted 1px #AAAAAA;
	padding: 30px 0;
}
.form_list dt{
	width: 200px;
}

.form_list dd{
	width: calc(100% - 200px);
}


.contact_txt03{
	margin: 30px 0 70px;
}

.btn_submit{
	width: 400px;
}
.btn_submit input{
	height: 100px;
	line-height: 100px;
}

.ttl_sdgs{
	font-size: 25px;
}


.back_infomation_list{
	height: 60px;
	line-height: 60px;
	margin-top: 100px;
	width: 300px;
}

.contact_tel_area {
	margin-top: 100px;
}
.contact_tel_area .btm_contact_area_cont{
	width: 100%;
}

.contact_tel_area .tel_area::after{
	display: none;
}

.people_list02 li{
	width: 50%;
}

.home_flow{
	width: 90%;
}

.news_flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news_flex li{
	width: calc(50% - 15px);
}

.news_flex_221118 li:first-child{
	width: 42.7%;
}

.news_flex_221118 li:last-child{
	width: 54.8%;
}

.news_flex_231212 li:first-child{
	width: 35.46%;
}

.news_flex_231212 li:last-child{
	width: 62.64%;
}

.news_flex_240403 li:first-child{
	width: 71.42%;
}

.news_flex_240403 li:last-child{
	width: 25.47%;
}

/* グラフ -------------------- */

.move_graph_cont{
	margin-top: 100px;
}

.move_graph_year{
	font-size: 20px;
}
.move_graph_ttl_bg{
	margin-top: 60px;
}

.move_graph_flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.move_graph_flex li{
	width: 31%;
	
}

.move_graph_flex .icon{
	width: 140px;
	margin-bottom: 30px;
}

.move_graph_canvas_area .num p{
	font-size: 20px;
}
.move_graph_canvas_area .num p span{
	font-size: 35px;
}
.move_graph_canvas_area .num p{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}

.move_graph_flex{
	margin-top: 70px;
}
.move_graph_ttl_bg02{
	margin-top: 100px;
}

.calculation_area li{
	margin-right: 20px;
}

.calculation01{
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.info_area{
	font-size: 20px;
	line-height: 160%;
}

.news_slogan_list .cat{
	width: 150px;
}

.news_slogan_list .txt_area{
	width: calc(100% - 150px);
	padding-left: 20px;
}