@charset "utf-8";
/*-----------------------------------------------------

	message.css
	メッセージページ用 CSS

------------------------------------------------------*/


#message_sect {
	position: relative;
	margin-bottom: 90px;
}

#message_photo {
	width: 52%;
	height: 500px;
	background: url(../images/message_photo.jpg) no-repeat center bottom;
}

#massage_honbun {
	width: 55%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	margin-left: -170px;
	padding: 45px 50px;
}

#massage_honbun h3 {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: bold;
	font-size: 2.8em;
	color: #de5e51;
	text-decoration: underline;
	margin-bottom: 20px;
}

#massage_honbun p {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 1.8em;
	margin-bottom: 15px;
}

.sect_box {
	padding-bottom: 65px;
}

.sect_box h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 2.4em;
	font-weight: 700;
	border-bottom: solid 1px #67806a;
	margin-bottom: 30px;
	padding-bottom: 8px;
}

.sect_box .sect_photo {
	width: 440px;
	height: 300px;
	float: left;
}

.sect_box .sect_R {
	width: 638px;
	float: right;
	padding-top: 25px;
}

.sect_box .sect_R h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-size: 1.8em;
	font-weight: 700;
	color: #de5e51;
	margin-bottom: 10px;
}

.sect_box .sect_R ul {
	background: #fff;
	margin-bottom: 25px;
	padding: 15px 45px;
	font-size: 1.8em;
	border-radius: 10px;
}

.sect_box .sect_R li {
	text-indent: -1em;
}

.sect_box .sect_R p {
	font-size: 1.8em;
	margin-bottom: 30px;
}

#achievement {
	margin-top: 80px;
}
#achievement.sect_box h3 {
	font-size: 2.8em;
	border: none;
	text-align: center;
	margin-bottom: 20px;
}

.achievement_area {
	background: #fff;
	border-radius: 10px;
	padding: 10px 65px 65px;
}

.achievement_area h4 {
	width: 130px;
	height: 45px;
	margin: 50px 0 20px;
	border-radius: 10px;
	background: #de5e51;
	font-size: 2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
	color: #fff;
}

.achievement_box {
	border-bottom: solid 1px #ccc;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.achievement_box h5 {
	font-size: 1.8em;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
}

.achievement_box p {
	font-size: 1.6em;
	margin-bottom: 15px;
}

/*-----------------------------------------------------

	SP layout

------------------------------------------------------*/


@media screen and (max-width: 767px) {

#message_sect {
	margin-bottom: 30px;
}

#message_photo {
	width: 100%;
	height: 100px;
	background-size: cover;
}

#massage_honbun {
	width: 100%;
	background: #fff;
	position: relative;
	top: inherit;
	left: inherit;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	margin-left: 0px;
	padding: 20px 15px;
}

#massage_honbun h3 {
	font-size: 2rem;
	margin-bottom: 10px;
}

#massage_honbun p {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.sect_box {
	padding-bottom: 30px;
}

.sect_box h3 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.sect_box .sect_photo {
	width: 100%;
	height: auto;
	float: none;
}

.sect_box .sect_R {
	width: 100%;
	float: none;
}

.sect_box .sect_R h4 {
	font-size: 1.4rem;
}

.sect_box .sect_R p {
	font-size: 1.4rem;
}

.sect_box .sect_R ul {
	font-size: 1.4rem;
	padding: 10px 20px 10px 30px;
}

#achievement {
	margin-top: 10px;
}

#achievement.sect_box h3 {
	font-size: 2rem;
	margin-bottom: 10px;
}

.achievement_area {
	padding: 10px;
}

.achievement_area h4 {
	width: 100px;
	height: 35px;
	margin: 10px 0;
	line-height: 35px;
	font-size: 1.6rem;
}

.achievement_box {
	margin-bottom: 20px;
	padding-bottom: 0;
}

.achievement_box h5 {
	font-size: 1.6rem;
}
















}
