
/***********************************************************************************************************************

business_subpage.css

***********************************************************************************************************************/
.business{
}

.business main{
	overflow-x: hidden; /* フォールバック */
	overflow-x: clip;   /* モダンブラウザ向け */
}


/* sec *************************************************************/
.sec_hd_sub{
	position: relative;
	padding: 0;
	background: #C18FAF;
background: linear-gradient(90deg, rgba(193, 143, 175, 1) 0%, rgba(196, 75, 120, 1) 100%);
	overflow: hidden;
}
.business_chemistry .sec_hd_sub{
	background: #F2A09B;
background: linear-gradient(90deg, rgba(242, 160, 155, 1) 0%, rgba(242, 206, 160, 1) 100%);
}
.business_energy .sec_hd_sub{
	background: #D8DD75;
background: linear-gradient(90deg, rgba(216, 221, 117, 1) 0%, rgba(0, 153, 146, 1) 100%);
}
.business_medical .sec_hd_sub{
	background: #73B366;
background: linear-gradient(90deg, rgba(115, 179, 102, 1) 0%, rgba(194, 229, 111, 1) 100%);
}
.business_water .sec_hd_sub{
	background: #006FB5;
background: linear-gradient(90deg, rgba(0, 111, 181, 1) 0%, rgba(73, 189, 236, 1) 50%);
}
.business_it .sec_hd_sub{
	background: #F5D848;
background: linear-gradient(90deg, rgba(245, 216, 72, 1) 0%, rgba(238, 117, 0, 1) 100%);
}
.business_car .sec_hd_sub{
	background: #6890C1;
background: linear-gradient(90deg, rgba(104, 144, 193, 1) 0%, rgba(152, 125, 193, 1) 100%);
}
.business_health .sec_hd_sub{
	background: #EEB065;
background: linear-gradient(90deg, rgba(238, 176, 101, 1) 0%, rgba(238, 108, 101, 1) 100%);
}
.business_others .sec_hd_sub{
	background: #999999;
background: linear-gradient(90deg, rgba(153, 153, 153, 1) 0%, rgba(113, 133, 143, 1) 100%);
}

.sec_lead{
	padding-top: 8%;
}
.sec_introducing{
	padding-top: 8%;
}
.sec_features{
	padding-top: 8%;
}
.industry_wrap{
	padding-top: 8%;
}
.customer_wrap{
	padding-top: 8%;
}

.sec_service{
	margin-top: 10%;
	padding: 10% 0;
	background-color: #f7f7f7;
}
.sec_base{
	padding: 10% 0;
}


@media screen and (max-width: 767px) {
.sec_hd_sub{
}
.sec_lead{
	padding-top: 12%;
}
.sec_introducing{
	padding-top: 15%;
}
.sec_features{
	padding-top: 15%;
}
.industry_wrap{
	padding-top: 12%;
}
.customer_wrap{
	padding-top: 12%;
}
.sec_service{
	margin-top: 15%;
	padding: 15% 0;
}
.sec_base{
	padding: 15% 0;
}
}




/* h1〜 *************************************************************/
h1.h1_ttl{
	position: absolute;
	z-index: 2;
	top: 48%;
	left: 3%;
	transform: translateY(-48%);
	width: 40%;
	font-size: 20px;
	font-size: clamp(12px, 1.8vw, 20px);
	color: #fff;
}
h1.h1_ttl .cate{
	display: block;
	margin-bottom: 1em;
}
h1.h1_ttl .big{
	font-size: 180%;
	line-height: 1.5em;
}
h1.h1_ttl .big_sub{
	font-size: 150%;
	line-height: 1.5em;
}

h1.h1_ttl .en{
	font-family: "Zalando Sans SemiExpanded", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 250%;
	font-weight: 400; /*from 200 to 900*/
}
h1.h1_ttl .small{
	font-size: 90%;
}

h2.h2_ttl{
	font-size: 30px;
	font-size: clamp(22px, 2.8vw, 30px);
	line-height: 1.3em;
	margin-bottom: 1.5em;
}
h2.h2_ttl .en{
	display: block;
	font-family: "Zalando Sans SemiExpanded", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200; /*from 200 to 900*/
	font-style: normal;
	font-size: 50%;
	color: #c18faf;
	/*margin-bottom: 0.6em;*/
}
.business_chemistry h2.h2_ttl .en{ color: #F2A09B;}
.business_energy h2.h2_ttl .en{ color: #C6CD51;}
.business_medical h2.h2_ttl .en{ color: #7FC26F;}
.business_water h2.h2_ttl .en{ color: #006FB5;}
.business_it h2.h2_ttl .en{ color: #F1C400;}
.business_car h2.h2_ttl .en{ color: #6890C1;}
.business_health h2.h2_ttl .en{ color: #EEB065;}
.business_others h2.h2_ttl .en{ color: #71858F;}


h3.h3_features{
	font-size: 24px;
	font-size: clamp(18px, 2.4vw, 24px);
	line-height: 1.6em;
	color: #c18faf;
	margin-bottom: 0.6em;
}
h3.h3_features .font_zalando{
	font-weight: 500;
}
.business_chemistry h3.h3_features{ color: #F2A09B;}
.business_energy h3.h3_features{ color: #C6CD51;}
.business_medical h3.h3_features{ color: #7FC26F;}
.business_water h3.h3_features{ color: #006FB5;}
.business_it h3.h3_features{ color: #F1C400;}
.business_car h3.h3_features{ color: #6890C1;}
.business_health h3.h3_features{ color: #EEB065;}
.business_others h3.h3_features{ color: #71858F;}


h3.h3_features .small{
	font-size: 70%;
}


h4.h4_ttl{
	font-size: 22px;
	font-size: clamp(16px, 2.2vw, 22px);
	line-height: 1.6em;
	color: #c18faf;
	padding-bottom: 0.3em;
	margin-bottom: 0.6em;
	border-bottom: 1px solid #ccc;
}
.business_chemistry h4.h4_ttl{ color: #F2A09B;}
.business_energy h4.h4_ttl{ color: #C6CD51;}
.business_medical h4.h4_ttl{ color: #7FC26F;}
.business_water h4.h4_ttl{ color: #006FB5;}
.business_it h4.h4_ttl{ color: #F1C400;}
.business_car h4.h4_ttl{ color: #6890C1;}
.business_health h4.h4_ttl{ color: #EEB065;}
.business_others h4.h4_ttl{ color: #71858F;}


h4.h4_zuhan{
	font-size: 20px;
	font-size: clamp(15px, 2.0vw, 20px);
	margin-bottom: 0.8em;
}
h4.h4_type_A{
	font-size: 20px;
	font-size: clamp(15px, 2.0vw, 20px);
	text-align: center;
	margin-bottom: 0.8em;
}
h4.h4_type_A .font_zalando{ font-weight: 500;}


h4.h4_engineer{
	font-size: 20px;
	font-size: clamp(15px, 2.0vw, 20px);
	color: #71858F;
	margin-top: 0.4em;
}
h4.h4_engineer .jp{
	font-size: 160%;
	margin-right: 0.6em;
}


h5.h5_base{
	font-size: 22px;
	font-size: clamp(16px, 2.2vw, 22px);
	font-weight: 600;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 0.6em;
}

p.lead{
	font-size: 18px;
	font-size: clamp(14px, 1.8vw, 18px);
	text-align: center;
	line-height: 2.2em;
}
p.lead_sub{
	font-size: 18px;
	font-size: clamp(14px, 1.8vw, 18px);
	text-align: center;
	line-height: 2.2em;
}



@media screen and (max-width: 767px) {
h1.h1_ttl{
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	width: 90%;
	margin: 0 auto;
	padding: 2.2em 0 1.5em;

}
h1.h1_ttl .en{
	font-size: 250%;
}
p.lead_sub{
	text-align: justify;
}
p.lead_sub .resp_autowrap{
	display: inline;
}
}




/* fig_hd *************************************************************/
.fig_hd{
	position: relative;
	/*width: 68.055556%;
	margin-left: auto;*/
	text-align: right;
}
.fig_hd img{
	width: 68.055556%;
	height: auto;
}

i.i_nami{
	position: absolute;
	top: 53%;
	right: 0;
	display: block;
	width: 77.77777778%;
	height: 100%;
	background: url("/business/img/hd_nami.svg") top right / 100% auto no-repeat;
}


@media screen and (max-width: 767px) {
.fig_hd{	
}
.fig_hd img{
	width: 86.25%; /*81.25%*/
}
i.i_nami{
	width: 98.75%; /*93.75%*/
}
}





/* list_features *************************************************************/
.list_features{
	
}
.list_features li{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 6%;
}
.list_features li:first-child{
	margin-top: 0;
}

/* ITページのみ */
.list_features li.zuhan{
	display: block;
	padding: 3em 2em 1em;
	margin: 3% 0 8%;
	background-color: rgba(245,216,72,0.1);
}

.list_features li .photo{
	width: 350px; /*29.166667%*/
}
.list_features li .txt{
	width: calc(100% - 380px); /*68.3333333%*/
}


/* 障がい者就労支援事業のみ */
.list_features li.type_A{
	align-items: flex-start;
}
.list_features li.type_A .photo{
	order: 2;
	width: calc(48.3333333% - 2em);
	padding: 2em 1em;
	background-color: rgba(238,176,101,0.1);
}
.list_features li.type_A .txt{
	order: 1;
	width: 48.3333333%;
}

.list_features li .photo img{
	width: 100%;
	height: auto;
}


@media screen and (max-width: 979px) {
.list_features li .photo{
	width: 42%;
}
.list_features li .txt{
	width: 55%;
}
}


@media screen and (max-width: 767px) {
.list_features li{
	margin-top: 8%;
}
.list_features li.zuhan{
	padding: 2em 1em 1em;
	margin-bottom: 15%;
}
.list_features li .photo{
	width: 100%;
}
.list_features li .txt{
	width: 100%;
	margin-top: 2em;
}

.list_features li.type_A .photo{
	order: 1;
	width: 100%;
}
.list_features li.type_A .txt{
	order: 2;
	width: 100%;
}
}



/* list_industry *************************************************************/
.list_industry{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}
.list_industry li{
	font-size: 18px;
	font-size: clamp(13px, 1.8vw, 18px);
	font-weight: 500;
	color: #333;
	line-height: 2.8em;
	height: 2.8em;
	padding: 0 1.2em;
	margin: 0 0.6em 0.6em 0;
	background-color: #f7f7f7;
	border-radius: 1.4em;
}




/* list_service *************************************************************/
.list_service{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.list_service > li{
}
.list_service > li.col1{
	width: 100%;
}
.list_service > li.col1:nth-child(2){
	margin-top: 8%;
}

.list_service > li.col2{
	width: 45%;
}
.list_service > li.base{
	width: 100%;
	margin-top: 8%;
}
.list_service > li.base.only-base{
	margin-top: 0;
}


@media screen and (max-width: 979px) {
.list_service > li.col1:nth-child(2){
	margin-top: 12%;
}
.list_service > li.col2{
	width: 100%;
	margin-top: 12%;
}
.list_service > li.col2:first-child,
.list_service > li.col2.sub_2nd{
	margin-top: 0;
}
.list_service > li.base{
	margin-top: 12%;
}
}


/* list_service_sub *************************************************************/
.list_service_sub{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.list_service_sub li{
}
.list_service_sub li.col3{
	width: 31%;
}


@media screen and (max-width: 767px) {
.list_service_sub li.col3{
	width: 100%;
}
.list_service_sub li.col3 dl.service_detail{
	margin-top: 0;
}
.list_service_sub li.col3:first-child dl.service_detail{
	margin-top: 2em;
}
}



/* service_detail *************************************************************/
dl.service_detail{
	margin-top: 3em; /*2.4em*/
}
h4.h4_ttl + dl.service_detail{
	margin-top: 2em;
}

dl.service_detail dt{
	position: relative;
	font-size: 16px;
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.6em;
	color: #666;
	margin: 0 0 0.6em;
	padding-left: 1.2em;
}
dl.service_detail dt.ttl{
	color: #333;
	font-weight: 500;
}
dl.service_detail dt.ttl_big{
	font-size: 18px;
	font-size: clamp(16px, 1.8vw, 18px);
	font-weight: 500;
	color: #333;
	padding-left: 0;
	margin-bottom: 0.4em;
}

dl.service_detail dt::before{
	content: "";
	display: block;
	position: absolute;
	top: 0.6em;
	left: 0.3em;
	width: 0.4em;
	height: 0.4em;
	background-color: #c18faf;
	border-radius: 50%;
}
dl.service_detail dt.ttl_big::before{
	content: "";
	display: none;
}

.business_chemistry dl.service_detail dt::before{ background-color: #F2A09B;}
.business_energy dl.service_detail dt::before{ background-color: #C6CD51;}
.business_medical dl.service_detail dt::before{ background-color: #7FC26F;}
.business_water dl.service_detail dt::before{ background-color: #006FB5;}
.business_it dl.service_detail dt::before{ background-color: #F1C400;}
.business_car dl.service_detail dt::before{ background-color: #6890C1;}
.business_health dl.service_detail dt::before{ background-color: #EEB065;}
.business_others dl.service_detail dt::before{ background-color: #71858F;}



dl.service_detail dd{
	font-size: 14px;
	font-size: clamp(12px, 1.6vw, 14px);
	line-height: 1.8em;
	color: #666;
	text-align: justify;
	padding-left: 1.2em;
}
dl.service_detail dd.dd_2nd{
	margin-top: 0.4em;
}



/* list_base *************************************************************/
.list_base{

}
.list_base li{
	margin-top: 3em;
}



/* list_base *************************************************************/
.base_box{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.base_box_map{
	width: 500px; /*41.666667%*/
}
.base_box_txt{
	width: calc(100% - 530px); /*55%*/
}
.base_box_txt p{
	padding: 0;
	margin: 0 0 0.5em;
	line-height: 1.6em;
}



@media screen and (max-width: 979px) {
.base_box_map{
	width: 41.666667%
}
.base_box_txt{
	width: 55%;
}
}


@media screen and (max-width: 639px) {
.base_box_map{
	width: 100%;
	order: 2;
}
.base_box_txt{
	width: 100%;
	order: 1;
}
}




/* gmap *************************************************************/
.gmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/* lead_box *************************************************************/
/* 電力プラントエンジニアリング｜エネルギー内 */
.lead_box{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.lead_box_txt{
	width: 46.6666667%;
}
.lead_box_photo{
	width: 49.1666667%;
	align-self: flex-start;
	position: sticky;
	top: 100px;
}
.lead_box_txt p.lead_sub{
	text-align: justify;
}

@media screen and (max-width: 767px) {
.lead_box_txt{
	width: 100%;
}
.lead_box_photo{
	position: relative;
	top: 0;
	width: 100%;
}
}




/* engineer_dani_box *************************************************************/
/* 先端放射線装置・グローバルエンジニアリング事業｜エネルギー内 */
.engineer_dani_box{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 2.5em;
}
.engineer_dani_box_photo{
	width: 40%;
	align-self: flex-start;
	position: sticky;
	top: 100px;
}
.engineer_dani_box_txt{
	width: 56.6666667%;
}
.engineer_dani_box_txt h6.h6_dani{
	font-size: 18px;
	font-size: clamp(15px, 1.8vw, 18px);
	line-height: 1.7em;
	color: #C6CD51;
	margin-bottom: 0.6em;
}

.engineer_dani_box_photo figure{
	position: relative;
}
.engineer_dani_box_photo figure figcaption{
	position: absolute;
	bottom: 0.3em;
	right: 0.5em;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

.engineer_dani_box_txt h6.h6_dani .en{
	display: block;
	font-size: 210%;
	font-weight: 400;
	margin-bottom: 0.3em;
}
.engineer_dani_box_txt p{
	padding-bottom: 0.4em;
}


@media screen and (max-width: 767px) {
.engineer_dani_box_photo{
	width: 100%;
	position: relative;
	top: 0;
}
.engineer_dani_box_txt{
	width: 100%;
	margin-top: 2em;
}
}





/* fig_atention *************************************************************/
/* IT 4ページ */
.fig_atention{
	padding: 10px 0;
}

@media screen and (max-width: 767px) {
.fig_atention{
	overflow-x: auto;
    display: block;
}
.fig_atention img{
	width: 800px;
	max-width: 800px;
	height: auto;
}
}



/*** 初回だけ表示（マウスオーバーで消す）  **********************************/
/* IT 4ページ */
.atention_wrap{
	position: relative;
}
.atention_scroll{
	display: none;
}


@media screen and (max-width: 767px) {
.atention_scroll{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%; 
	background-color: rgba(0,0,0,0.5);
	/*transition: all .3s linear;*/
}

.atention_scroll p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 300px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}
.atention_scroll img{
	width: 56px!important;
	height: auto!important;
}
}




/*** engineer_box **********************************/
/* 技術開発研究所のみ */
.engineer_wrap{
	margin-top: 5%;
}
h2.h2_ttl + .engineer_wrap{
	margin-top: 0;
}

.engineer_box{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.engineer_box_photo{
	width: 20.8333333%;
}
.engineer_box_txt{
	align-self: flex-end;
	width: 79.1666667%;
	background-color: #F7F7F7;
}
.engineer_box_txt p{
	line-height: 1.6em;
}

.engineer_box_txt .inner{
	padding: 5% 4em 3%;
}

.engineer_profile{
	width: 95%;
	margin-left: auto;
	background-color: #F7F7F7;
}


@media screen and (max-width: 767px) {
.engineer_box_photo{
	position: relative;
	z-index: 1;
	width: 40%;
}
.engineer_box_txt{
	width: 95%;
	margin-left: auto;
	margin-top: -30%;
}
.engineer_box_txt .inner{
	padding: 40% 2em 3%;
}
}



/*** list_engineer_profile **********************************/
/* 技術開発研究所のみ */
.list_engineer_profile{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 92.982456%;
	margin: 0 auto;
	padding-bottom: 5%;
}
.list_engineer_profile li{
	width: 48.113208%;
	margin-top: 5%;
}

.list_engineer_profile li dl{
}
.list_engineer_profile li dl.second{
	margin-top: 5%;
}

.list_engineer_profile li dl dt{
	font-size: 16px;
	font-size: clamp(14px, 1.6vw, 16px);
	font-weight: 500;
	color: #71858F;
	margin-bottom: 0.8em;
}
.list_engineer_profile li dl dd{
	position: relative;
	font-size: 14px;
	font-size: clamp(12px, 1.4vw, 14px);
	line-height: 1.7em; /*1.6em*/
	padding: 0 0 0.7em 1.4em; /*0 0 0.7em 1.2em*/
	margin-left: 0.5em;
	border-left: 1px solid rgba(113,133,143,0.3);
}
.list_engineer_profile li dl dd:first-child{
	padding-top: 5%;
}

.list_engineer_profile li dl dd:before{
	content: "";
	display: block;
	position: absolute;
	top: 0.7em;
	left: 0.6em;
	width: 0.4em;
	height: 0.4em;
	background-color: rgba(113,133,143,0.3);
	border-radius: 50%;
}


@media screen and (max-width: 767px) {
.list_engineer_profile{
	width: 90%;
	padding-bottom: 8%;
}
.list_engineer_profile li{
	width: 100%;
	margin-top: 8%;
}
.list_engineer_profile li dl dd:first-child{
	padding-top: 8%;
}
}



