@charset "utf-8";



/* CONTENTS */

#contents-wrapper {
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
}


/* Header */
.contents_header_block {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 110px;
	background-color: #2ea33a;
}

.header_company_name {
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	width: 100%;
	padding: 25px 0;
	font-size: 2.0rem;
	color: #fff;
}

#contents_top {
	position: relative;
	width: 100%;
	height: 500px;
	padding-top: 110px;
}
.contents_top_block {
	position: relative;
	width: 100%;
	height: 500px;
	padding: 0;
	color: #fff;
	text-align: center;
	background-image: url("../img/img_01.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



@media print, screen and (max-width: 1080px) {


}
@media print, screen and (max-width: 768px) {

	.header_company_name {
		width: 100%;
		padding: 20px 0;
		font-size: 1.7rem;
		color: #fff;
	}

}




/* Main */

#contents_main {
	max-width: 980px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.business_department_block {
	width: 100%;
}

.business_department_title_wrap {
	width: fit-content;
}

.business_contents {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.business_contents_1 {
	display: inline-flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
	width: 48%;
	margin-right: 2%;
}
.business_contents_2 {
	display: inline-flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
	width: 48%;
	margin-left: 2%;
}


.contents_main_block {
	max-width: 980px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 160px;
	background-image: url(../img/ci.png);
	background-repeat: no-repeat;
	background-position: right 160px;
	background-size: 350px auto; 
}

.company_profile {
	font-size: 1.2rem;
	color: #808080;
}

.company_email {
	width: 100%;
	padding: 100px 0 50px 0;
	font-size: 1.2rem;
	color: #808080;
	text-align: center;
}

@media print, screen and (max-width: 1080px) {

	.contents_main_block {
		width: 90%;
		padding-top: 160px;
		background-image: url(../img/ci.png);
		background-repeat: no-repeat;
		background-position: right 160px;
		background-size: 350px auto; 
	}

}
@media print, screen and (max-width: 768px) {

	.contents_main_block {
		width: 90%;
		padding-top: 120px;
		background-image: url(../img/ci.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 230px auto; 
	}

	.company_profile {
		font-size: 1.0rem;
	}
	
	.company_email {
		width: 100%;
		padding: 50px 0 50px 0;
		font-size: 1.0rem;
	}

}


