@charset "UTF-8";

/*================================================
 *  事業案内 用（business）
 ================================================*/


/*===============事業案内　共通===============*/
/*******メインエリア*******/
section#main_area .main_box {
	padding-top: 200px;
}
section#main_area .main_box::after {
	position: absolute;
	content: '';
	top: 0;
	right: 130px;
	width: 100vw;
	height: 110%;
	height: calc(100% + 220px);
	background-color: #f5f5f5;
	z-index: -1;
}
section#main_area .main_box .unit_img {
	width: 300px;
	margin-left: 50px;
}
section#main_area .main_box .unit_img ul {
	width: 700px;
}
.page-index section#main_area .main_box .unit_img ul li:nth-child(1) {
	margin-top: 40px;
}
.page-index section#main_area .main_box .unit_img ul li:nth-child(2) {
	margin-top: -40px;
}

.page-enveq section#main_area .main_box .unit_img ul li:nth-child(1) {
	margin-left: 80px;
}
.page-enveq section#main_area .main_box .unit_img ul li:nth-child(2) {
	margin-top: 20px;
}


section#main_area .main_box .unit_txt {
	max-width: 620px;
}
section#main_area .main_box .unit_txt h3 {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.75;
	margin: -0.375em -1em 1.4em 0;
}
.page-index section#main_area .main_box .unit_txt h3 {
	letter-spacing: 0.1em;
}
section#main_area .main_box .unit_txt > p {
	font-size: 20px;
	line-height: 3;
}


section#main_area .point_list dl {
	width: 330px;
	margin: 50px 27px 0;
}
@media screen and (min-width: 767.1px) {
	section#main_area .point_list dl:nth-of-type(2) {
		animation-delay: 0.3s;
	}
	section#main_area .point_list dl:nth-of-type(3) {
		animation-delay: 0.6s;
	}
}
section#main_area .point_list dl dt {
	border-radius: 100%;
	font-size: 28px;
	line-height: 1.75;
	width: 330px;
	height: 330px;
	text-align: center;
}
section#main_area .point_list dl dd {
	margin-top: 1.2em;
}




/*******画像＋テキスト リスト*******/
section#list_area {
	max-width: 1360px;
	padding: 0 50px;
	margin: -90px auto 0;
}

section#list_area figure {
	width: 600px;
	width: calc(50% - 30px);
	margin-top: 90px;
}
section#list_area figure .img_scale {
	height: 400px;
}
section#list_area figure figcaption {
	padding: 60px 40px 0;
	letter-spacing: 0.06em;
}
section#list_area figure figcaption h4 {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.04em;
	text-align: center;
	margin: -0.25em 0 0.4em;
}


@media screen and (max-width: 1000px) {
	
	section#list_area {
		display: block;
		max-width: 700px;
	}
	section#list_area figure {
		width: 100%;
	}
}








/*===============シートメタル事業（index.php）===============*/
.page-index section#main_area .flow_box {
	padding: 140px 0 160px;
}
.page-index section#main_area .flow_box .img_bg img {
	z-index: -1;
}
.page-index section#main_area .flow_box .img_bg img:nth-child(1) {
	top: -30px;
	right: -700px;
}
.page-index section#main_area .flow_box .img_bg img:nth-child(2) {
	left: -790px;
	bottom: -710px;
}

.page-index section#main_area .flow_box .img_flow {
	display: block;
}
.page-index section#main_area .flow_box .img_flow img {
	max-width: 100%;
}


/*******主要設備*******/
.page-index section#facility_area {
	max-width: 1300px;
	margin: 180px auto 0;
	padding: 0 100px;
}

.page-index section#facility_area .facility_box {
	display: grid; 
	grid-template-columns: 1fr 420px; 
	grid-template-rows: min-content 1fr; 
	gap: 0px 20px; 
	grid-template-areas: "title unit_img" "unit_txt unit_img"; 
}
.page-index section#facility_area .facility_box .title {
	grid-area: title;
}
.page-index section#facility_area .facility_box .title h3.title_anime {
	position: relative;
	left: -80px;
	max-width: inherit;
	padding: 0 0 100px;
}
.page-index section#facility_area .facility_box .unit_img {
	grid-area: unit_img;
	width: 420px;
}
.page-index section#facility_area .facility_box .unit_img ul li:nth-child(2) {
	margin: 20px 0 0 115px;
}
.page-index section#facility_area .facility_box .unit_txt {
	grid-area: unit_txt;
	max-width: 540px;
}
.page-index section#facility_area .facility_box .unit_txt .btn_list {
	margin-top: 90px;
}




/*===============環境機器事業（enveq.php）===============*/
.page-enveq section#main_area .machine_box {
	padding: 120px 10px 150px;
}
.page-enveq section#main_area .machine_box .img_bg img {
	z-index: -1;
}
.page-enveq section#main_area .machine_box .img_bg img:nth-child(1) {
	top: -30px;
	right: -700px;
}
.page-enveq section#main_area .machine_box .img_bg img:nth-child(2) {
	left: -790px;
	bottom: -710px;
}



/*******コスモクリーン*******/
section#cosmo_area {
	margin-top: 150px;
}
section#cosmo_area h3 {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.1em;
	text-align: center;
}

section#cosmo_area .bnr_cosmo {
	border: 1px solid #c8c8c8;
	display: block;
	text-align: center;
	padding: 70px 0 105px;
	position: relative;
	margin-top: 70px;
}
section#cosmo_area .bnr_cosmo em {
	display: block;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 1.35em;
}
section#cosmo_area .bnr_cosmo [class*="icon-"] {
	position: absolute;
	right: 1.25em;
	bottom: 1.25em;
	font-size: 22px;
}















/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width: 767px) {


/*===============事業案内　共通===============*/
/*******メインエリア*******/
section#main_area .main_box {
	padding: 0 0 0 10vw;
}
section#main_area .main_box::after {
	top: 24vw;
	right: auto;
	left: 0;
	width: 80vw;
	height: calc(100% + 34vw - 24vw);
}
section#main_area .main_box .unit_img {
	width: 100%;
	margin: 0 0 13vw;
}
section#main_area .main_box .unit_img ul {
	width: 100%;
}
.page-index section#main_area .main_box .unit_img ul li {
	width: 43.5vw;
}
.page-index section#main_area .main_box .unit_img ul li:nth-child(1) {
	margin: 10vw 0 0;
}
.page-index section#main_area .main_box .unit_img ul li:nth-child(2) {
	margin: 0;
}
.page-enveq section#main_area .main_box .unit_img ul li:nth-child(1) {
	margin-left: 10vw;
}
.page-enveq section#main_area .main_box .unit_img ul li:nth-child(2) {
	margin-top: 3vw;
}

section#main_area .main_box .unit_img ul li img {
	height: auto;
}

section#main_area .main_box .unit_txt {
	max-width: inherit;
	padding-right: 10vw;
}
section#main_area .main_box .unit_txt h3 {
	font-size: 6.4vw;
	margin-right: -0.5em;
	margin-bottom: 0.7em;
}
.page-enveq section#main_area .main_box .unit_txt h3 {
	font-size: 5.6vw;
}
section#main_area .main_box .unit_txt > p {
	font-size: 4vw;
	line-height: 2.5;
}


section#main_area .point_list {
	margin-top: 12vw;
}
section#main_area .point_list dl {
	width: 100%;
	margin: 0;
}
section#main_area .point_list dl + dl {
	margin-top: 8vw;
}
section#main_area .point_list dl dt {
	font-size: 4.8vw;
	width: 46vw;
	height: 46vw;
	margin: 0 auto;
}



/*******画像＋テキスト リスト*******/
section#list_area {
	margin: 0 auto;
}

section#list_area figure {
	margin-top: 0;
}
section#list_area figure + figure {
	margin-top: 15vw;
}
section#list_area figure .img_scale {
	height: 53vw;
}
section#list_area figure figcaption {
	padding: 9vw 3.5vw 0;
	letter-spacing: normal;
}
section#list_area figure figcaption h4 {
	font-size: 5.6vw;
}





/*===============シートメタル事業（index.php）===============*/
section#main_area .flow_box {
	padding: 17vw 0 4vw;
}

section#main_area .flow_box .img_flow {
	width: 100%;
}


/*******主要設備*******/
.page-index section#facility_area {
	margin-top: 20vw;
}

.page-index section#facility_area .facility_box {
	display: block;
}
.page-index section#facility_area .facility_box .title h3.title_anime {
	left: 0;
	padding-bottom: 10vw;
}
.page-index section#facility_area .facility_box .unit_img {
	width: 100%;
}
.page-index section#facility_area .facility_box .unit_img ul li:nth-child(2) {
	margin: 3vw 0 0;
}
.page-index section#facility_area .facility_box .unit_txt {
	max-width: inherit;
	padding: 10vw 3.5vw 0;
}
.page-index section#facility_area .facility_box .unit_txt .btn_list {
	margin-top: 9vw;
}



/*===============環境機器事業（enveq.php）===============*/
.page-enveq section#main_area .machine_box {
	padding: 0;
	margin: 20vw 0 3vw;
}
.page-enveq section#main_area .machine_box .img_machine01 {
	width: 100%;
}
.page-enveq section#main_area .machine_box .img_machine02 {
	position: absolute;
	left: 50%;
	bottom: 1vw;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	width: 32vw;
	z-index: 1;
}


/*******コスモクリーン*******/
section#cosmo_area {
	margin-top: 17vw;
}
section#cosmo_area h3 {
	font-size: 6.4vw;
	margin: 0 -1em;
}

section#cosmo_area .bnr_cosmo {
	padding: 10vw 0 15vw;
	margin-top: 7vw;
}
section#cosmo_area .bnr_cosmo em {
	font-size: 4.8vw;
}
section#cosmo_area .bnr_cosmo img {
	width: 48vw;
}
section#cosmo_area .bnr_cosmo [class*="icon-"] {
	font-size: 4.5vw;
}








	
}