@charset "UTF-8";

/* 日本晴れの心緒 */
#concept-section .comment {
	line-height: 2.5em;
	text-align: center;
	margin: 50px auto;
}


/* 代表挨拶 */
#message-section {
	background-image: url(../img/about/message-bg.jpg);
	background-position: 100% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f9f6f4;
	padding: 100px;
}

#message-section .contents {
	width: 60%;
	padding: 60px 50px;
	background-color: #ffffff;
}

#message-section .contents .inner {
	margin-top: 50px;
}

#message-section .contents .inner .ttl {
	font-size: 30px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: #999999;
	padding-bottom: 20px;
	position: relative;
}

#message-section .contents .inner .ttl::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #cc9933;
}

#message-section .contents .inner .comment {
	line-height: 2.5em;
	text-align: justify;
	margin-top: 20px;
}

#message-section .contents .inner .ceo-name {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 700;
	margin-top: 50px;
}


/* 会社概要 */
#company-section .contents {
	margin: 100px auto;
	max-width: 600px;
}

#company-section .contents dl {
	padding: 50px 0;
	border-bottom: 1px solid #ededed;
	display: flex;
}

#company-section .contents dl:first-of-type {
	border-top: 1px solid #ededed;
}

#company-section .contents dl dt {
	font-weight: 700;
	padding: 30px;
	width: 35%;
}

#company-section .contents dl dd {
	padding: 30px;
	width: 65%;
}


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

	#message-section {
		background-image: url(../img/about/message-bg-sp.jpg);
		padding: 300px 0 100px;
	}

	#message-section .contents {
		width: 100%;
		padding: 50px 20px;
	}

	#message-section .contents .inner {
		margin-top: 30px;
	}

	#message-section .contents .inner .ttl {
		font-size: 20px;
		line-height: 1.5em;
		letter-spacing: 0;
	}

	#message-section .contents .inner .comment {
		line-height: 2.0em;
	}

	#message-section .contents .inner .ceo-name {
		font-size: 15px;
		line-height: 1.5em;
		margin-top: 30px;
	}

	#company-section .contents {
		margin-top: 30px;
	}

	#company-section .contents dl {
		padding: 30px 0;
	}

	#company-section .contents dl dt {
		padding: 0 30px 0 0;
	}

	#company-section .contents dl dd {
		padding: 0;
	}

}