@charset "UTF-8";

#page_title_section {
	background-image: url("../img/company/top_backimage.jpg");
	background-position: 40% 50%;
}

#message_section .container {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#message_section .cont_img {
	min-width: 300px;
	margin-right: 50px;
	max-height: 800px;
	overflow: hidden;
}

#message_section .cont_txt {
	max-width: 600px;
	margin-right: calc(50vw - 490px);
}

@media screen and (max-width: 980px) {
	#message_section .cont_txt {
		margin-right: 0;
	}	
}

#message_section .cont_txt .comment_L {
	font-size: 22px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	padding: 50px 0;
}

#message_section .cont_txt .comment_S {
	font-size: 15px;
	line-height: 2.8em;
	text-align: justify;
}

#company_section {
	margin-bottom: 100px;
}

#company_section .container {
	background: linear-gradient(to right, #f9f4e8 85%, transparent 85%);
	padding: 100px 0;
}

#company_section .contents {
	display: flex;
	justify-content: space-between;
}

#company_section .inner_txt {
	max-width: 500px;
	margin-left: calc(50vw - 490px);
	margin-right: 50px;
}

@media screen and (max-width: 980px) {
	#company_section .inner_txt {
		margin-left: 0;
	}
}

#company_section .inner_txt .info {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 50px;
}

#company_section .inner_txt .info dt {
	font-size: 16px;
	line-height: 1.8em;
	padding: 10px 15px 10px 0;
	width: 25%;
}

#company_section .inner_txt .info dd {
	font-size: 17px;
	line-height: 1.8em;
	padding: 10px 0;
	width: 75%;
}

#company_section .inner_img {
	min-width: 300px;
	margin-bottom: -200px;
	max-height: 800px;
	overflow: hidden;
}




/* スマートフォン用 */
@media screen and (max-width: 768px) {

	#message_section .container {
		display: block;
		padding: 0 20px;
	}

	#message_section .cont_txt {
		max-width: none;
	}

	#message_section .cont_txt .comment_L {
		font-size: 20px;
		padding: 30px 0 20px;
	}

	#message_section .cont_txt .comment_S {
		line-height: 2.0em;
		padding-bottom: 20px;
	}

	#message_section .cont_img {
		min-width: 0;
		margin-right: 0;
	}

	#company_section .container {
		background: #f9f4e8;
		padding: 50px 20px;
	}

	#company_section .contents {
		display: block;
	}

	#company_section .inner_txt {
		max-width: none;
		margin-right: 0;
	}

	#company_section .inner_txt .info {
		padding-top: 30px;
		padding-bottom: 30px;
		display: block;
	}

	#company_section .inner_txt .info dt {
		font-size: 15px;
		padding: 0;
		width: 100%;
	}

	#company_section .inner_txt .info dd {
		font-size: 15px;
		padding: 0 0 15px;
		width: 100%;
	}

	#company_section .inner_img {
		min-width: 0;
	}

}


