.content {
	min-height: 100vh;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-size:cover;
	background-position:50%;
}
.content01 {
	background-image: url("../img/index/bg01.jpg");
}
.content02 {
	background-image: url("../img/index/bg02.jpg");
}
.content03 {
	background-image: url("../img/index/bg03.jpg");
}
.content04 {
	background-image: url("../img/index/bg04.jpg");
}
.content05 {
	background-image: url("../img/index/bg05.jpg");
}
.content06 {
	background-image: url("../img/index/bg06.jpg");
}
.content07 {
	background-image: url("../img/index/bg07.jpg");
}
.content08 {
	background-image: url("../img/index/bg08.jpg");
}

.content .content-inner h2 span {
	padding-left: 3rem;
}
.content .content-inner h2 span:before {
	content: '';
	display: block;
	height: 1px;
	width: 2.5rem;
	background: #B11556;
	position: absolute;
	top: 50%;
	left: 0;
}
.content .content-inner .right {
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.content .content-inner .caption {
	font-size: 1.2rem;
	margin-top: 0.5rem;
}
.content .content-inner .caption span {
	display: block;
	font-size: 1.4rem;
}
.content .content-inner h3 {
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.content .content-inner p {
	font-size: 0.95rem;
}
.content .content-inner .w40 {
	width: 40%;
	text-align: justify;
}
.content .content-inner .w45 {
	width: 45%;
}
.content .content-inner .mt8 {
	margin-top: 8rem;
}
.content .content-inner img {
	width: 100%;
}



.content01 .mv {
	position: absolute;
	left: 7%;
	bottom: 20vh;
}
.content01 .mv h2 {
	font-size: 3.8rem;
	font-family: 'Poppins';
	font-weight: 600;
}
.content01 .mv h2 span {
	display: block;
	font-size: 1.3rem;
	padding: 0.5rem 0 1rem 0;
}
.content01 .mv p {
	font-size: 1.3rem;
	line-height: 1.5;
}
.content02 .news-list {
	font-size: 1rem;
	flex: 1;
}
.content02 .news-list ul {
	margin-bottom: 2rem;
}
.content02 .news-list li {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: #FFFFFF 1px solid;
}
.content02 .news-list span {
	display: block;
	font-size: 0.8rem;
}
.content02 .news-list .icon {
	background: #B11556;
	display: inline-block;
	padding: 0 1rem;
}
.content02 .btn01 a ,
.content07 .btn01 a {
	width: 40%;
}
.w40 .btn01 a {
	width: 100%;
	margin-top: 2rem;
}
.content07 .right p {
	padding: 1rem 0;
	font-size: 1.4rem;
}
.content08 {
	min-height: auto;
	padding: 2rem 0;
}
.content08 .content-inner h2 {
	color: #000000;
}
.content08 .content-inner h2 span {
	padding-left: 0!important;
}
.content08 .content-inner h2 span:before {
	display: none!important;
}
.content08 .banner-list ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.content08 .banner-list li {
	width: 20%;
	margin: 0 0 -1px -1px;
}
.banner-list__group a {
	margin-top: 2%;
	margin-bottom: 2%;
}
.content.contact .content-inner h2 {
	width: 100%;
}
.content.contact .content-inner h2 span {
	padding-left: 0;
}
.content.contact .content-inner h2 span:before {
	display: none;
}
.content.contact .content-inner .btn01 a {
	width: 30%;
	margin-top: 2rem;
}
.content.contact .content-inner {
	display: block;
}
@media only screen and (max-width: 1024px) {
	.content.contact .content-inner .btn01 a {
		width: 40%;
	}
}
@media only screen and (max-width: 720px) {
	.content .content-inner .right {
		display: block;
		width: 100%;
	}
	.content .content-inner .w40 {
		width: 100%;
		text-align: justify;
	}
	.content .content-inner .w45 {
		width: 90%;
	}
	.content .content-inner .w45:first-child {
		margin-left: 10%;
	}
	.content02 .btn01 a ,
	.content07 .btn01 a ,
	.content.contact .content-inner .btn01 a {
		width: 100%;
	}
	
	.content03 .sp-only ,
	.content06 .sp-only {
		text-align: right;
	}
	.content03 .sp-only img ,
	.content06 .sp-only img {
		width: 80%;
		/*margin: 4rem 0;*/
	}
	.content03 .w45 ,
	.content06 .w45 {
		display: none;
	}
	.content .content-inner .mt8 {
		margin-top: 2rem;
	}
	.content08 .banner-list li {
		width: 50%;
	}
}
















