@charset "utf-8";
section h2 {
	margin-bottom: 25px;
	font-size: 126.66% !important;
	letter-spacing: 2px;
}
section h2 + p {
	margin-top: 25px;
}
.message .kv article p:first-of-type {
	background: url("../img/message/kv_message_sp.jpg") no-repeat;
	height: 210px;
	background-size: cover;
	position: relative;
}
main .kv article .catch span {
	background: url("../img/message/kv_message_txt_sp.png") no-repeat;
	height: 160px;
	width: 230px;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
main section.message-1 article:first-of-type h2::after,
main section.message-1 article h2::after {
	display: none;
}
.message-1 .topics {
	background-color: #fffaed;
}
.message-1 .topics h2 {
	display: flex;
	justify-content: space-between;
}
.message-1 .topics h2:after {
	content: "";
	background: url("../img/message/illust_message.png") no-repeat;
	height: 79px;
	display: block;
	width: 100px;
	background-size: contain;
	position: static;
	transform: none;
	border: none;
}
.message-1 .topics h2 + p {
	margin-top: -25px;
}
@media screen and (min-width:769px) {
	main .kv article .catch {
		position: relative;
	}
	.message .kv article p:first-of-type {
		background: url("../img/message/kv_message_pc.jpg") no-repeat;
		height: 405px;
		background-size: cover;
		position: relative;
		background-position: center;
	}
	.message .kv article .catch span {
		background: url("../img/message/kv_message_txt_pc.png") no-repeat;
		height: 246px;
		width: 609px;
		background-size: cover;
		position: absolute;
		top: -325px;
		transform: none;
		left: 0;
	}
	main section:not(.kv) p {
		letter-spacing: 1px;
	}
	.message-1 .topics {
		border-radius: 50px;
		padding: 50px !important;
	}
	main section.message-1 article.topics h2:after {
		height: 155px;
		width: 200px;
		display: block !important;
	}
	.message-1 .topics h2 + p {
		margin-top: -125px;
	}
	.message-2 article {
		padding: 100px 0 150px;
	}
	.message-2 article h2 {
		margin-left: 0;
		margin-bottom: 0;
	}
	.message-2 article > div {
		display: flex;
		width: 100%;
		max-width: 1170px !important;
	}
	.message-2 article > div > div,
	.message-2 article > div:nth-of-type(2) .text {
		width: 43.5%;
		max-width: 506px;
	}
	.message-2 article > div:first-of-type {
		margin-left: 110px;
	}
	.message-2 div .text {
		margin-top: 40px;
		text-align: left;
	}
	.message-2 div .photo {
		margin-top: 0 !important;
		width: 607px;
	}
	.message-2 div:first-of-type .photo,
	.message-2 div:nth-of-type(2) .text {
		margin-left: 40px;
	}
	.message-2 > article > div:nth-of-type(2) {
		margin-top: 100px;
	}
	.message-1 article {
		max-width: 960px;
	}
	.message-2 article {
		max-width: 1170px !important;
	}

}