/* ------------------------------
 width: all
------------------------------ */
body {
	background-position: top 0 center;
	background-image: url(../../../images/bg_ev.webp);
}

main section.ttlsection .wrapper {
	background-image: url(../../../images/bg_ttl_ew.webp);
}

main section.s01 {
	padding: 80px 30px 0;
}

main section.s01 .wrapper {
	max-width: 1400px;
	margin: 0 auto;
}

main section.s01 .wrapper h3 {
	text-align: center;
	font-weight: bold;
	color: #00a99d;
	font-size: 42px;
}

main section.s01 .wrapper .t01 {
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.7;
	margin-top: 45px;
}

main section.s01 .wrapper ul {
	display: flex;
	flex-wrap: wrap;
	gap: 90px 5%;
	margin-top: 50px;
}

main section.s01 .wrapper ul li {
	width: 30%;
}

main section.s01 .wrapper ul li picture img {
	width: 100%;
	display: block;
}

main section.s01 .wrapper ul li .t02 {
	text-align: center;
	font-weight: bold;
	color: #00a99d;
	font-size: 32px;
	margin-top: 20px;
}

main section.s01 .wrapper ul li .t03 {
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	margin-top: 15px;
}

main section.s01 .wrapper ul li .t03 span {
	display: block;
}

main section.s01 .wrapper .btn03 {
	margin-top: 90px;
}

main section.s02 {
	padding: 200px 30px 0;
}

main section.s02 .wrapper {
	max-width: 1400px;
	margin: 0 auto;
}

main section.s02 .wrapper h4 {
	text-align: center;
	font-weight: bold;
	color: #00a99d;
	font-size: 42px;
}

main section.s02 .wrapper .t01 {
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.7;
	margin-top: 45px;
}

main section.s02 .wrapper .slidettl {
	background: #00a99d;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	margin-top: 65px;
}

main section.s02 .wrapper .slidettl:nth-of-type(n+2) {
	margin-top: 87px;
}

main section.s02 .wrapper .box01 {
	background: -webkit-gradient(linear, left top, right top, from(#c8e1f1), to(#c4ebea));
	background: linear-gradient(90deg, #c8e1f1 0%, #c4ebea 100%);
	padding: 50px 75px 65px;
	position: relative;
}

main section.s02 .wrapper .box01>div {
	background: #fff;
}

main section.s02 .wrapper .box01 .swiper-area01 .swiper .swiper-wrapper .swiper-slide,
main section.s02 .wrapper .box01 .swiper-area02 .swiper .swiper-wrapper .swiper-slide,
main section.s02 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

main section.s02 .wrapper .box01 .swiper-area01 .swiper .swiper-wrapper .swiper-slide picture,
main section.s02 .wrapper .box01 .swiper-area02 .swiper .swiper-wrapper .swiper-slide picture,
main section.s02 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide picture {
	width: 65.5%;
}

main section.s02 .wrapper .box01 .swiper-area01 .swiper .swiper-wrapper .swiper-slide picture img,
main section.s02 .wrapper .box01 .swiper-area02 .swiper .swiper-wrapper .swiper-slide picture img,
main section.s02 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide picture img {
	width: 100%;
	display: block;
}

main section.s02 .wrapper .box01 .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox,
main section.s02 .wrapper .box01 .swiper-area02 .swiper .swiper-wrapper .swiper-slide .txtbox,
main section.s02 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .txtbox {
	width: 34.5%;
	background-color: #fff;
	padding: min(50px, 3vw) min(50px, 3vw) 0;
}

main section.s02 .wrapper .box01 .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .t01,
main section.s02 .wrapper .box01 .swiper-area02 .swiper .swiper-wrapper .swiper-slide .txtbox .t01,
main section.s02 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .txtbox .t01 {
	width: 100%;
	text-align: left;
	font-size: min(38px, 2.5vw);
	color: #00a99d;
	margin-top: 0;
}

main section.s02 .wrapper .box01 .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .t02,
main section.s02 .wrapper .box01 .swiper-area02 .swiper .swiper-wrapper .swiper-slide .txtbox .t02,
main section.s02 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .txtbox .t02 {
	width: 100%;
	font-size: min(22px, 1.5vw);
	font-weight: 500;
	line-height: 1.6;
	margin-top: 20px;
}

main section.s02 .wrapper .box01 .swiper-area01 .swiper-pagination,
main section.s02 .wrapper .box01 .swiper-area02 .swiper-pagination,
main section.s02 .wrapper .box01 .swiper-area03 .swiper-pagination {
	padding-bottom: 0;
	bottom: 20px;
	z-index: 1000000;
}

main section.s02 .wrapper .box01 .swiper-area01 .swiper-pagination span,
main section.s02 .wrapper .box01 .swiper-area02 .swiper-pagination span,
main section.s02 .wrapper .box01 .swiper-area03 .swiper-pagination span {
	width: 12px;
	height: 12px;
	margin: 0 10px;
	background-color: #fff !important;
	opacity: 1 !important;
}

main section.s02 .wrapper .box01 .swiper-area01 .swiper-pagination span.swiper-pagination-bullet-active,
main section.s02 .wrapper .box01 .swiper-area02 .swiper-pagination span.swiper-pagination-bullet-active,
main section.s02 .wrapper .box01 .swiper-area03 .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #00a99d !important;
}

.swiper-button-next,
.swiper-button-prev {
	svg {
		color: #00a99d;
	}
}

main section.s02 .wrapper .box01 .swiper-button-prev {
	display: block;
	width: 24px;
	height: 46px;
	/* background-image: url(../../../images/icon_prev01.svg);*/
	background-repeat: no-repeat;
	background-position: center center;
	top: 50% !important;
	left: 25px !important;
	margin-top: -23px !important;
}

main section.s02 .wrapper .box01 .swiper-button-prev::after {
	display: none !important;
}

main section.s02 .wrapper .box01 .swiper-button-next {
	display: block;
	width: 24px;
	height: 46px;
	/*background-image: url(../../../images/icon_next01.svg);*/
	background-repeat: no-repeat;
	background-position: center center;
	top: 50% !important;
	right: 25px !important;
	margin-top: -23px !important;
}

main section.s02 .wrapper .box01 .swiper-button-next::after {
	display: none !important;
}

main section.s02 .wrapper .btn03 {
	margin-top: 100px;
}

main section.s02 .wrapper .btnlist02 {
	margin-top: 180px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
	body {
		background-image: url(../../../images/bg_ev_sp.webp);
	}

	main section.ttlsection .wrapper {
		background-image: url(../../../images/bg_ttl_ew.webp);
	}

	main section.s01 {
		padding: 15px 32px 0;
	}

	main section.s01 .wrapper {
		max-width: 1400px;
		margin: 0 auto;
	}

	main section.s01 .wrapper h3 {
		text-align: center;
		font-weight: bold;
		color: #00a99d;
		font-size: 17px;
	}

	main section.s01 .wrapper .t01 {
		text-align: left;
		font-weight: 500;
		font-size: 12px;
		line-height: 1.7;
		margin-top: 8px;
	}

	main section.s01 .wrapper ul {
		display: block;
		margin-top: 30px;
	}

	main section.s01 .wrapper ul li {
		width: 100%;
		position: relative;
		padding-top: 35px;
		display: block;
	}

	main section.s01 .wrapper ul li.has_caution {
		padding-bottom: 25px;
	}

	main section.s01 .wrapper ul li.has_caution .t03 span {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}

	main section.s01 .wrapper ul li+li {
		margin-top: 30px;
	}

	main section.s01 .wrapper ul li picture {
		width: 100%;
		display: block;
	}

	main section.s01 .wrapper ul li .t02 {
		text-align: center;
		font-weight: bold;
		color: #00a99d;
		font-size: 17px;
		margin-top: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	main section.s01 .wrapper ul li .t03 {
		width: 100%;
		font-weight: 500;
		font-size: 11px;
		line-height: 1.6;
		margin-top: 10px;
	}

	main section.s02 {
		padding: 55px 0 0;
	}

	main section.s02 .wrapper {
		max-width: 1400px;
		margin: 0 auto;
	}

	main section.s02 .wrapper h4 {
		width: calc(100% - 64px);
		margin: 0 auto;
		border-top: 1px solid #00a99d;
		padding-top: 30px;
		text-align: center;
		font-weight: bold;
		color: #00a99d;
		font-size: 17px;
	}

	main section.s02 .wrapper .slidettl {
		font-size: 22px;
		margin-top: 35px;
	}

	main section.s02 .wrapper .slidettl:nth-of-type(n+2) {
		margin-top: 50px;
	}

	main section.s02 .wrapper .t01 {
		text-align: left;
		font-weight: 500;
		font-size: 12px;
		line-height: 1.7;
		margin-top: 8px;
		padding: 0 32px;
	}

	main section.s02 .wrapper .box01 {
		background: -webkit-gradient(linear, left top, right top, from(#c8e1f1), to(#c4ebea));
		background: linear-gradient(90deg, #c8e1f1 0%, #c4ebea 100%);
		padding: 25px 32px 40px;
		position: relative;
	}

	main section.s02 .wrapper .box01 .swiper-area01 .swiper .swiper-wrapper .swiper-slide,
	main section.s02 .wrapper .box01 .swiper-area02 .swiper .swiper-wrapper .swiper-slide,
	main section.s02 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide {
		width: 100%;
		display: block;
	}

	main section.s02 .wrapper .box01 .swiper-area01 .swiper .swiper-wrapper .swiper-slide picture,
	main section.s02 .wrapper .box01 .swiper-area02 .swiper .swiper-wrapper .swiper-slide picture,
	main section.s02 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide picture {
		width: 100%;
	}

	main section.s02 .wrapper .box01 .swiper-area01 .swiper .swiper-wrapper .swiper-slide picture img,
	main section.s02 .wrapper .box01 .swiper-area02 .swiper .swiper-wrapper .swiper-slide picture img,
	main section.s02 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide picture img {
		width: 100%;
		display: block;
	}

	main section.s02 .wrapper .box01 .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox,
	main section.s02 .wrapper .box01 .swiper-area02 .swiper .swiper-wrapper .swiper-slide .txtbox,
	main section.s02 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .txtbox {
		width: 100%;
		background-color: #fff;
		padding: 15px 40px;
	}

	main section.s02 .wrapper .box01 .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .t01,
	main section.s02 .wrapper .box01 .swiper-area02 .swiper .swiper-wrapper .swiper-slide .txtbox .t01,
	main section.s02 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .txtbox .t01 {
		width: 100%;
		text-align: left;
		font-size: 19px;
		color: #00a99d;
		margin-top: 0;
		padding: 0;
	}

	main section.s02 .wrapper .box01 .swiper-area01 .swiper .swiper-wrapper .swiper-slide .txtbox .t02,
	main section.s02 .wrapper .box01 .swiper-area02 .swiper .swiper-wrapper .swiper-slide .txtbox .t02,
	main section.s02 .wrapper .box01 .swiper-area03 .swiper .swiper-wrapper .swiper-slide .txtbox .t02 {
		width: 100%;
		font-size: 11px;
		font-weight: 500;
		line-height: 1.6;
		margin-top: 5px;
	}

	main section.s02 .wrapper .box01 .swiper-area01 .swiper-pagination,
	main section.s02 .wrapper .box01 .swiper-area02 .swiper-pagination,
	main section.s02 .wrapper .box01 .swiper-area03 .swiper-pagination {
		padding-bottom: 0;
		bottom: 12px;
		z-index: 1000000;
	}

	main section.s02 .wrapper .box01 .swiper-area01 .swiper-pagination span,
	main section.s02 .wrapper .box01 .swiper-area02 .swiper-pagination span,
	main section.s02 .wrapper .box01 .swiper-area03 .swiper-pagination span {
		width: 8px;
		height: 8px;
		margin: 0 5px;
		background-color: #fff !important;
		opacity: 1 !important;
	}

	main section.s02 .wrapper .box01 .swiper-area01 .swiper-pagination span.swiper-pagination-bullet-active,
	main section.s02 .wrapper .box01 .swiper-area02 .swiper-pagination span.swiper-pagination-bullet-active,
	main section.s02 .wrapper .box01 .swiper-area03 .swiper-pagination span.swiper-pagination-bullet-active {
		background-color: #00a99d !important;
	}

	main section.s02 .wrapper .box01 .swiper-button-prev {
		display: block;
		width: 12px;
		height: 23px;
		background-image: url(../../../images/icon_prev01.svg);
		background-repeat: no-repeat;
		background-position: center center;
		top: 50% !important;
		left: 10px !important;
		margin-top: -11.5px !important;
	}

	main section.s02 .wrapper .box01 .swiper-button-prev::after {
		display: none !important;
	}

	main section.s02 .wrapper .box01 .swiper-button-next {
		display: block;
		width: 12px;
		height: 23px;
		background-image: url(../../../images/icon_next01.svg);
		background-repeat: no-repeat;
		background-position: center center;
		top: 50% !important;
		right: 10px !important;
		margin-top: -11.5px !important;
	}

	main section.s02 .wrapper .box01 .swiper-button-next::after {
		display: none !important;
	}

	main section.s02 .wrapper .btn03 {
		margin-top: 35px;
	}

	main section.s02 .wrapper .btnlist02 {
		margin-top: 60px;
	}
}