.p-intro {
	margin-bottom: 11.3rem;
	padding-top: 34rem;
	position: relative;
	z-index: 1;
}

.p-intro__bg {
	position: absolute;
	top: 14.6rem;
	left: .3rem;
	z-index: -1;
}

.p-intro__bg img {
	width: 60.7rem;
}

.p-intro__txt {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.7142857143;
}

.p-intro__reset {
	margin-left: -0.5em;
}

.p-message {
	margin-bottom: 8.7rem;
}

.p-message__wrap {
	display: flex;
	align-items: flex-start;
}

.p-message__img {
	flex-shrink: 0;
	margin-right: 2.6rem;
}

.p-message__img img {
	width: 23rem;
}

.p-message__txt p {
	margin-bottom: 3rem;
}

.p-message__txt p:last-child {
	margin-bottom: 0;
}

.p-message__info .name {
	margin-top: 4.8rem;
	text-align: right;
}

.p-message__info .name img {
	width: 27rem;
}

.p-outline {
	margin-bottom: 11.7rem;
}

.p-outline .hline01 {
	margin-bottom: 4rem;
}

.p-outline__map {
	height: 41.6rem;
	overflow: hidden;
	position: relative;
}

.p-outline__map iframe {
	height: 100%;
	width: 100%;
}

.p-related {
	margin-bottom: 4rem;
}

.p-related .hline01 {
	margin-bottom: 2.4rem;
}

.p-related__wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.p-related__info {
	flex-shrink: 0;
	width: 40.4rem;
}

.p-related__ttl img {
	width: 32.2rem;
}

.p-related__sub-ttl {
	font-family: "Noto Serif JP",serif;
	font-size: 1.7rem;
	font-weight: 500;
	margin: .6rem 0 2.2rem -0.5em;
}

.p-related__sub-ttl img {
	width: 16.6rem;
}

.p-related__big-txt {
	font-weight: bold;
	font-size: 2.4rem;
	margin-bottom: 1rem;
}

.p-related__logo {
	flex-shrink: 0;
}

.p-related__logo img {
	width: 16.6rem;
}

@media (min-width: 768px) {

.p-intro {
	padding-top: 33rem;
	margin-bottom: 23.2rem;
}

.p-intro__bg {
	top: 16.7rem;
	left: 9.3rem;
}

.p-intro__bg img {
	width: 82.4rem;
}

.p-intro__txt {
	font-size: 2.4rem;
	line-height: 1.75;
}

.p-message {
	margin-bottom: 14.6rem;
}

.p-message__img {
	margin-right: 5.2rem;
}

.p-message__img img {
	width: 28.8rem;
}

.p-message__info .name {
	margin-top: 2.4rem;
}

.p-outline {
	margin-bottom: 17.7rem;
}

.p-related {
	margin-bottom: 11rem;
}

.p-related__info {
	width: 65%;
}

.p-related__ttl img {
	width: 33.2rem;
}

.p-related__sub-ttl img {
	width: 20rem;
}

.p-related__logo img {
	width: 20rem;
}

}

@media (min-width: 1000px) {

.p-message__info .name {
	margin-top: -1.5rem;
}

.p-related__wrap {
	padding-right: 5.8rem;
}

}

