@charset "utf-8";

/*----------------------------
	top
------------------------------*/

/* bgWrap */
.bgWrap {
	background: #004136;
	padding-bottom: 8rem;
}

/* mvWrap */
.mvWrap h1 {
	width: 100%;
	max-width: 110rem;
	margin: 0 auto;
}
.mvWrap h1 img {
	margin: 0 auto;
}
@media (max-width: 768px) {
	.mvWrap h1 {
		margin: 0 auto 2rem;
	}

}

/* sec */
.sec + .sec {
	margin-top: 8rem;
}
.sec .box {
	padding: 5rem 10rem;
}
@media (max-width: 768px) {
	.sec .box {
		padding: 5rem 4rem 7rem;
	}

}

/* h2・h3・h4・h5 */
h2 {
	font-size: 3.5rem;
	line-height: 6rem;
	text-align: center;
	font-weight: bold;
	color: #CF0000;
}
h2 img {
	width: 59.8rem;
	display: block;
	margin: 0.5rem auto 0;
}
h3 {
	font-size: 2.2rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #CF0000;
	padding: 0.3rem 0 0.4rem;
	border-radius: 10rem;
	margin-top: 5rem;
}
@media (max-width: 768px) {
	h3 {
		font-size: 4rem;
		padding: 0.2rem 0 0.3rem;
		margin-top: 8rem;
	}
}
h4 {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	color: #CF0000;
	padding-bottom: 1.3rem;
	position: relative;
	margin: 5rem auto 1.5rem;
}
.stepCont01 h4 {
	margin-top: 2.5rem;
}
h4::after {
	content: "";
	position: absolute;
	width: 3.4rem;
	height: 0.1rem;
	background: #CF0000;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 768px) {
	h4 {
		font-size: 3.5rem;
		padding-bottom: 1.6rem;
		line-height: 5.4rem;
		margin: 7rem auto 2.5rem;
	}
	.stepCont01 h4 {
		margin-top: 5.5rem;
	}
	h4::after {
		width: 7rem;
		height: 0.1rem;
	}
}
h5 {
	text-align: center;
	margin: 4rem auto 3rem;
}
h5 span {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #004136;
	padding: 0.2rem 3rem 0.3rem;
	border-radius: 4rem;
}
@media (max-width: 768px) {
	h5 {
		margin: 6rem auto 5rem;
	}
	h5 span {
		font-size: 3.5rem;
		padding: 0.2rem 4rem 0.3rem;
	}
}

/* btn */
.btn a {
	display: block;
	width: 33rem;
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	border: solid 1px #000;
	border-radius: 1.2rem;
	padding: 2rem 0 2.1rem;
	position: relative;
	margin: 0 auto;
}
.btn a::after {
	content: "";
	position: absolute;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	width: 1.4rem;
	height: 1.4rem;
	top: calc(50% - 0.8rem);
	right: 1.2rem;
	transform: rotate(45deg);
}
@media (max-width: 768px) {
	.btn a {
		width: 58rem;
		font-size: 3.5rem;
		padding: 3.8rem 0 3.9rem;
	}
	.btn a::after {
		width: 2.4rem;
		height: 2.4rem;
		top: calc(50% - 1.4rem);
		right: 3rem;
	}
}

/* mainWrap */
.mainWrap {
	margin-top: 3rem;
	display: flex;
	align-items: center;
	gap: 3.5rem;
}
.mainWrap .pic {
	width: 33rem;
}
.mainWrap .picNote {
	font-size: 1.3rem;
	line-height: 2rem;
	font-weight: 600;
	margin-top: 4.5rem;
	margin-right: -2rem;
}
.mainWrap .txtWrap {
	width: calc(100% - 36.5rem);
	padding-bottom: 8rem;
}
.mainWrap .txtWrap p {
	font-size: 1.5rem;
	line-height: 2.3rem;
	font-weight: 600;
}
.mainWrap .txtWrap .txt02 {
	margin-top: 2.5rem;
	letter-spacing: 0;
}
.mainWrap .txtWrap .note {
	font-size: 1.3rem;
	line-height: 2rem;
	font-weight: 600;
	margin-top: 0.2rem;
}
@media (max-width: 768px) {
	.mainWrap {
		margin-top: 3rem;
		display: block;
	}
	.mainWrap .pic {
		width: 54.8rem;
		margin: 0 auto;
	}
	.mainWrap .picNote {
		font-size: 2.4rem;
		line-height: 3.6rem;
		margin-top: 9rem;
		margin-right: 0;
	}
	.mainWrap .txtWrap {
		width: 100%;
		margin-top: 4rem;
		padding-bottom: 0;
	}
	.mainWrap .txtWrap p {
		font-size: 2.8rem;
		line-height: 4.4rem;
	}
	.mainWrap .txtWrap .txt02 {
		margin-top: 4.5rem;
	}
	.mainWrap .txtWrap .note {
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
}
/*----------------------------
	swiper
------------------------------*/
.sec .slide {
	position: relative;
}
.sec .swiper-prev,
.sec .swiper-next {
	width: 1rem;
	height: 1.8rem;
	position: absolute;
	top: calc(50% - 0.9rem);
	z-index: 10;
	cursor: pointer;
}
.sec .swiper-prev {
	left: -2rem;
}
.sec .swiper-next {
	right: -2rem;
}
.sec .swiper-prev img,
.sec .swiper-next img {
	display: block;
}
.sec .swiper-pagination {
	bottom: -3.3rem;
}
.sec .swiper-pagination .swiper-pagination-bullet {
	background: #808080;
	opacity: 1;
	width: 1rem;
	height: 1rem;
	margin: 0 1rem;
}
.sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #CF0000;
}
@media (max-width: 768px) {
	.sec .swiper-prev,
	.sec .swiper-next {
		width: 1.8rem;
		height: 3.1rem;
		top: calc(50% - 1.55rem);
	}
	.sec .swiper-prev {
		left: -3.5rem;
	}
	.sec .swiper-next {
		right: -3.5rem;
	}
	.sec .swiper-pagination {
		bottom: -6.5rem;
	}
	.sec .swiper-pagination .swiper-pagination-bullet {
		width: 1.6rem;
		height: 1.6rem;
		margin: 0 1.5rem;
	}
}

/* stepWrap */
.stepWrap .lead {
	font-size: 1.5rem;
	line-height: 2.7rem;
	font-weight: bold;
	text-align: center;
	margin-top: 3rem;
}
.stepWrap .txt {
	font-size: 1.5rem;
	line-height: 2.7rem;
}
.stepWrap .days {
	font-size: 1.5rem;
	line-height: 2.7rem;
	font-weight: bold;
	margin-top: 0.6rem;
}
.stepWrap .note,
.stepDl .note {
	margin-top: 0.8rem;
	font-size: 1.3rem;
	line-height: 2rem;
	font-weight: 600;
}
@media (max-width: 768px) {
	.stepWrap .lead {
		font-size: 2.8rem;
		line-height: 4.4rem;
		margin-top: 5rem;
	}
	.stepWrap .txt {
		font-size: 2.8rem;
		line-height: 4.4rem;
		font-weight: 600;
	}
	.stepWrap .days {
		font-size: 2.8rem;
		line-height: 4.4rem;
	}
	.stepWrap .note,
	.stepDl .note {
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
}

/* step1 stepCont02 */
.step1 .stepCont02 ol {
	display: flex;
	gap: 0 1.2rem;
}
.step1 .stepCont02 ol li {
	width: calc((100% - 3.6rem) / 4);
}
.step1 .stepCont02 ol li p {
	font-size: 1.5rem;
	line-height: 2.3rem;
	font-weight: 600;
	margin-top: 1rem;
}
.step1 .stepCont02 ol li:first-child p {
	margin-top: 0.5rem;
}
@media (max-width: 768px) {
	.step1 .stepCont02 ol {
		display: block;
	}
	.step1 .stepCont02 ol li {
		width: 49.6rem;
		margin: 0 auto;
	}
	.step1 .stepCont02 ol li p {
		font-size: 3.5rem;
		line-height: 5.5rem;
		padding-left: 2rem;
	}
	.step1 .stepCont02 ol li + li {
		margin-top: 7.5rem;
	}
}

/* step2 */
.step2 {
	margin-top: 7rem;
}
@media (max-width: 768px) {
	.step2 {
		margin-top: 0;
	}
	.step2 h3 {
		font-size: 3.3rem;
		line-height: 4.7rem;
		padding: 1.3rem 0 1.5rem;
	}
}

/* step2 stepCont01 */
.step2 .stepCont01 .txt.bold {
	font-weight: bold;
}
.step2 .stepCont01 .btn {
	margin-top: 2rem;
}
@media (max-width: 768px) {
	.step2 .stepCont01 .btn {
		margin-top: 3rem;
	}
}

/* step2 stepCont02 */
.step2 .stepCont02 .picWrap {
	display: flex;
	justify-content: center;
	margin: 3rem auto 0;
	gap: 0 3rem;
}
.step2 .stepCont02 .picWrap li {
	width: 16.6rem;
}
.step2 .stepCont02 .note.mt {
	margin-top: 3rem;
}
@media (max-width: 768px) {
	.step2 .stepCont02 .picWrap {
		display: block;
		margin: 5rem auto 0;
	}
	.step2 .stepCont02 .picWrap li {
		width: 49.6rem;
		margin: 0 auto;
	}
	.step2 .stepCont02 .picWrap li + li {
		margin-top: 7rem;
	}
	.step2 .stepCont02 .note.mt {
		margin-top: 4.5rem;
	}
}

/* stepDl */
.stepDl {
	margin-top: 7rem;
}
.stepDl .dlListWrap {
	width: 57rem;
	margin: 3rem auto 0;
}
.stepDl .dlList {
	display: flex;
	justify-content: center;
	gap: 0 5rem;
}
.stepDl .dlList li {
	background: #F2F2F1;
	border-radius: 1.325rem;
	padding: 2.75rem 0 4rem;
	width: 26rem;
	font-size: 2.3rem;
}
.stepDl .dlList li .txt {
	text-align: center;
	font-weight: bold;
	font-size: 2.3rem;
}
.stepDl .dlList li:first-child .txt {
	color: #E63D39;
}
.stepDl .dlList li:last-child .txt {
	color: #4CB275;
}
.stepDl .dlList li .link {
	margin: 3rem auto 0;
}
.stepDl .dlList li:first-child .link {
	width: 17.375rem;
}
.stepDl .dlList li:last-child .link {
	width: 20.875rem;
}
.stepDl .dlList li .link a {
	width: 100%;
	display: block;
}
.stepDl .dlList li .qr {
	width: 16.4375rem;
	margin: 4rem auto 0;
}
.stepDl .note {
	margin-top: 2rem;
	font-weight: 500;
}

/* dlWrap */
.dlWrap {
	position: fixed;
	width: 100%;
	height: 13rem;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.dlWrap h2 {
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-top: 1.75rem;
	letter-spacing: 0.1em;
}
.dlWrap .flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 2.5rem;
	margin-top: 1.25rem;
}
.dlWrap .flex .icon01 {
	width: 6.4375rem;
}
.dlWrap .flex .icon02 {
	width: 17.375rem;
}
.dlWrap .flex .icon03 {
	width: 20.875rem;
}
@media (max-width: 768px) {
	.dlWrap {
		height: 15.75rem;
	}
	.dlWrap h2 {
		font-size: 2.675rem;
		margin-top: 1.25rem;
		line-height: 1.5;
	}
	.dlWrap .flex {
		gap: 0 2.875rem;
		margin-top: 0.625rem;
	}
	.dlWrap .flex .icon01 {
		width: 7.4375rem;
	}
	.dlWrap .flex .icon02 {
		width: 20.25rem;
	}
	.dlWrap .flex .icon03 {
		width: 25.625rem;
	}
}

.pageTop {
	bottom: 10rem;
}
@media (max-width: 768px) {
	.pageTop {
		bottom: 14rem;
	}
}

footer {
	padding-bottom: 13rem;
}
@media (max-width: 768px) {
	footer {
		padding-bottom: 15.75rem;
	}
}
