.cover {
	background-image: url(../img/partners/cover.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 560px;
	display: flex;
	height: 35vh;
}
.cover .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
}
.cover h1 {
	font-size: 6rem;
    color: #fff;
    letter-spacing: 7px;
	text-align: center;
	font-weight: 600;
}
.cover p {
	font-size: 2rem;
    color: #fff;
    letter-spacing: 7px;
    margin-top: 2rem;
	text-align: center;
	font-weight: 600;
}


.cover {
	height: 30rem;
	height: 40rem;
	min-height: auto;
	background-image: none;
	background-color: #000;
}
.cover .inner {
top: 50%;
}
.cover h1 {
font-size: 3rem;
}
main .contents {
	max-width: 1000px;
	margin: 10rem auto 4rem;
}
main .contents h2 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
main .contents h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1rem;
	margin-top: 5rem;
}
main .contents p {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

main .back_wrap {
	text-align: center;
	margin-top: 3rem;
}
main .back {
	display: inline-block;
	transition: all .2s;
}
main .back:hover {
	opacity: .5;
}

/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
	main .contents {
		width: 95%;
	}
	div.cover {
		height: 20rem;
	}
	.cover .inner {
		top: 45%;
	}
	.cover h1 {
		font-size: 2rem;
	}
	section.caption p {
		width: 70%;
		margin: 0 auto;
	}
	main .contents h2 {
		font-size: 1.8rem;
	}
	main .contents h3 {
		font-size: 1.6rem;
		margin-top: 3rem;
	}
}