@charset "utf-8";

.mv {
	display: flex;
	align-items: flex-end;
	height: 132.24vw;
	padding-bottom: 8.88vw;
	background-image: url("../img/mv_sp.jpg");
	background-size: cover;
}

@media (min-width: 768px) {
	.mv {
		align-items: center;
		height: 545px;
		padding: 0;
		background-image: url("../img/mv.jpg");
		overflow: hidden;
	}

	.mv h1 {
		/*width: 50%;*/
		/*margin-left: -15px;*/
	}
}

.btn {
	max-width: 370px;
}

@media (min-width: 768px) {
	.btn {
		max-width: 500px;
	}
}
/* sec01 */
.sec01 {
	padding: 74px 0 45px;
}

@media (min-width: 768px) {
	.sec01 {
		padding: 100px 0 50px;
	}

	.sec01 .txtbox {
		padding-left: 2%;
		padding-right: 3.6%;
	}

	.sec01 .txtbox_inner {
		margin-left: auto;
	}
}
/* sec02 */
.sec02 {
	padding: 45px 0 45px;
}

@media (min-width: 768px) {
	.sec02 {
		padding: 50px 0 50px;
	}

	.sec02 .txtbox {
		padding-left: 3.6%;
		padding-right: 2%;
	}
}

/* re_sec01 */
.re_sec01 {
	padding: 45px 0 74px;
}
@media (min-width: 768px) {
	.re_sec01 {
		padding: 50px 0 100px;
	}
}


.sec01 .flex_pc,
.sec02 .flex_pc {
	width: 86.4%;
	margin: 0 auto;
}

.sec01 h2,
.sec02 h2 {
	margin-bottom: 2.26rem;
}

.sec01 .imgbox,
.sec02 .imgbox,
.sec01 .btn,
.sec02 .btn {
	margin-top: 2.26rem;
}

@media (min-width: 768px) {
	.sec01 .flex_pc,
	.sec02 .flex_pc {
		width: 100%;
	}

	.sec01 .txtbox,
	.sec02 .txtbox {
		width: 48%;
	}

	.sec01 .txtbox_inner,
	.sec02 .txtbox_inner {
		max-width: 520px;
	}

	.sec01 .imgbox,
	.sec02 .imgbox {
		width: 52%;
		height: 540px;
		margin: 0;
	}

	.sec01 .imgbox img,
	.sec02 .imgbox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.sec01 .btn,
	.sec02 .btn {
		margin-left: 0;
	}
}
/* sec03 */
.sec03 {
	padding: 46px 0 57px;
	background-image: url("../img/03_sp.jpg");
}

.sec03 h2 {
	margin-bottom: 40px;
}

.sec03 .note {
	padding-left: 1em;
	font-size: 0.88rem;
	text-indent: -1em;
}

.sec03 .btn {
	margin-top: 35px;
}

.sec03 .btn a {
	background-image: url("../img/link.svg");
	background-position: center right 1.94rem;
	background-size: 0.81rem auto;
}

@media (min-width: 768px) {
	.sec03 {
		text-align: center;
	}

	.sec03 h2 {
		margin-bottom: 38px;
	}

	.sec03 .note {
		font-size: 16px;
	}

	.sec03 .btn {
		margin-top: 46px;
	}

	.sec03 .btn a {
		background-position: center right 19%;
		background-size: 13px auto;
	}
}
