@charset "UTF-8";

/*================================================

　メインビジュアル

=================================================*/
.mainvisual {
	position: relative;
	overflow: hidden;
	max-height: 372px;
	margin: 0 0 min(2.734375%, 35px);
	background: #7ECEF4 url("../images/top/mainvisual_bg01.png") center bottom / 836px auto repeat-x;
	border-bottom: 2px solid #404041;
	z-index: 20;
}
.mainvisual-wrap {
	position: relative;
	max-width: 1280px;
	margin: auto;
	padding: 17px 0 0;
}
.mainvisual-text h1 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: #FFF;
	font-size: clamp(2.2rem, (100vw - 375px) * 7 / 905 + 22px, 2.9rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	text-shadow: 1px 3px 0 rgba(0,97,178,1);
}
.mainvisual-text h1 img {
	padding: 2px 5px 0;
}
.mainvisual-text h2 {
	display: flex;
	justify-content: center;
	margin: 10px 0 0;
	font-size: clamp(1.5rem, (100vw - 375px) * 4 / 905 + 15px, 1.9rem);
	font-weight: 700;
	letter-spacing: 0.05em;
}
.mainvisual-text h2 span {
	margin: 0 15px;
	padding: 0 0 2px;
	border-bottom: 1.7px solid #0061B2;
}
.mainvisual-text p {
	padding: 5px 0 0;
	text-align: center;
	font-size: clamp(1rem, (100vw - 375px) * 3 / 905 + 10px, 1.3rem);
	font-weight: 700;
	letter-spacing: 0.05em;
}
.mainvisual-text p span {
	position: relative;
	padding: 0 30px 0 0;
}
.mainvisual-text p span::after {
	position: absolute;
	top: 50%;
	right: 3px;
	content: '';
	width: 24px;
	height: 1px;
	background-color: #0061B2;
}
.mainvisual-text ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 750px;
	margin: 0 auto 10px;
	color: #F69200;
}
.mainvisual-text ul li {
	width: 29.866667%;
	padding: 8px 0 10px;
	text-align: center;
	font-size: clamp(1.6rem, (100vw - 375px) * 9 / 905 + 16px, 2.5rem);
	font-weight: 600;
	background-color: #FFF;
	border: 3px solid #F69200;
	border-radius: 14px;
}
.mainvisual-wrap figure {
	width: 251px;
	margin: 19px auto -2px;
	text-align: center;
}

@media screen and (max-width: 767px) {

	.mainvisual {
		max-height: initial;
	}
	.mainvisual-text h1 {
		font-size: clamp(1.6rem, (100vw - 375px) * 8 / 392 + 16px, 2.4rem);
		text-shadow: 1px 3px 0 rgba(0,97,178,1);
	}
	.mainvisual-text h1 img {
		width: 21.25163%;
	}

	.mainvisual-text ul {
		width: 85%;
	}
	.mainvisual-text ul li {
		border: 2px solid #F69200;
		border-radius: 12px;
	}
	.mainvisual-wrap figure {
		width: 32.724902%;
	}

}
@media screen and (max-width: 600px) {

	.mainvisual {
		background: #7ECEF4 url("../images/top/mainvisual_bg01.png") center bottom / 100% auto repeat-x;
	}
	.mainvisual-text h1 {
		display: block;
		margin: 0 auto 15px;
		text-align: center;
	}
	.mainvisual-text h1 img {
		margin: 8px 0 3px;
		width: 21.25163%;
	}
	.mainvisual-text h1 span {
		display: block;
	}
	.mainvisual-text h2 span {
		margin: 0 10px;
	}
	.mainvisual-text ul {
		width: 85%;
	}
	.mainvisual-text ul li {
		border: 2px solid #F69200;
		border-radius: 12px;
	}

}

/*================================================

　特典

=================================================*/
.privilege {
	position: relative;
	width: 880px;
	margin: 0 auto;
	padding: 0 35px;
}
.privilege-inner {
}
.privilege-inner h2 {
	margin: 25px 0 14px;
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	font-size: clamp(1.4rem, (100vw - 375px) * 11 / 905 + 14px, 2.5rem);
	font-weight: 600;
	text-shadow: 1px 2px 0 rgba(177,90,36,1);
	background-color: #F69200;
	border-radius: 9px;
	box-shadow: 3px 4px 0px rgba(177,90,36,1);
}
.privilege-inner p {
	margin: 15px 0;
	padding: 0;
	text-align: center;
	font-size: clamp(1.1rem, (100vw - 375px) * 14 / 905 + 11px, 2.5rem);
	font-weight: 600;
}
.privilege-inner ul.feature {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 10px;
	color: #FFF;
}
.privilege-inner ul.feature li {
	width: 22.839506%;
	padding: 6px 0 8px;
	text-align: center;
	font-size: clamp(1rem, (100vw - 375px) * 8 / 905 + 10px, 1.8rem);
	font-weight: 600;
	background-color: #009BE4;
	border-radius: 6px;
	box-shadow: 3px 4px 0px rgba(0,97,178,1);
}
.privilege figure:nth-of-type(1) {
	position: absolute;
	top: 13px;
	left: -87px;
	width: 15.454545%;
}
.privilege figure:nth-of-type(2) {
	position: absolute;
	top: 22px;
	right: -150px;
	width: 25.340909%;
}

@media screen and (max-width: 1080px) {

	.privilege {
		width: 81.481481%;
		padding: 0 3.977273%;
	}
	.privilege-inner h2 {
		margin: 2.840909% 0 1.590909%;
		padding: 1.136364% 0;
		text-shadow: 1px 2px 0 rgba(177,90,36,1);
		border-radius: 6px;
		box-shadow: 2px 3px 0px rgba(177,90,36,1);
	}
	.privilege-inner p {
		margin: 1.704545% 0;
		padding: 0;
	}
	.privilege figure:nth-of-type(1) {
		top: 8%;
		left: -9%;
	}
	.privilege figure:nth-of-type(2) {
		top: 12%;
		right: -15%;
	}

}

@media screen and (max-width: 767px) {

	.privilege-inner h2 {
		padding: 1.136364% 0 1.7%;
		box-shadow: 1px 2px 0px rgba(177,90,36,1);
	}
	.privilege-inner p {
		margin: 1.704545% 0;
		padding: 0;
	}
	.privilege-inner ul.feature li {
		width: 24%;
		padding: 4px 0 6px;
		border-radius: 4px;
		box-shadow: 1px 2px 0px rgba(0,97,178,1);
	}

}


/*================================================

　パック料金

=================================================*/
.price {
	position: relative;
	width: 880px;
	margin: -100px auto 0;
	padding: 200px 0 0;
}
.price-inner {
}
.price-inner p {
	margin: 15px 0;
	padding: 0;
	text-align: center;
	font-size: clamp(2rem, (100vw - 375px) * 5 / 905 + 20px, 2.5rem);
}
.price-inner ul.feature {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 10px;
	padding: 0 3.977273%;
	color: #FFF;
}
.price-inner ul.feature li {
	width: 22.839506%;
	margin: 0 0 10px;
}
.price-inner ul.feature li span {
	display: block;
	padding: 6px 0 8px;
	text-align: center;
	font-size: clamp(1.2rem, (100vw - 375px) * 6 / 905 + 12px, 1.8rem);
	font-weight: 600;
	background-color: #009BE4;
	border-radius: 6px;
	box-shadow: 3px 4px 0px rgba(0,97,178,1);
}
.price-inner ul.feature li dd {
	margin: 10px 0 0;
}
.pack-box {
	width: 880px;
	margin: 0 auto;
	padding: 0 5.681818%;
}
.pack-box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 5.681818%;
	padding: 0;
	color: #2E97D1;
}
.pack-box ul li {
	width: 30.128205%;
	margin: 0 0 10px;
	padding: 20px 10px;
	border: 3px solid #2E97D1;
	border-radius: 8px;
}
.pack-box ul li h3 {
	margin: 10px 0;
	padding: 0 0 10px;
	text-align: center;
	font-size: clamp(2rem, (100vw - 375px) * 7 / 905 + 20px, 2.7rem);
	font-weight: 700;
	letter-spacing: -0.05em;
	border-bottom: 1px solid #2E97D1;
}
.pack-box ul li p {
	margin: 0;
	padding: 0;
	font-size: clamp(1.2rem, (100vw - 375px) * 6 / 905 + 18px, 1.8rem);
}
.pack-box ul li p.discount {
	margin: 30px 0 0;
	position: relative;
	font-size: clamp(2rem, (100vw - 375px) * 6 / 905 + 20px, 2.6rem);
	font-weight: 700;
}
.pack-box ul li p.discount::after {
	position: absolute;
	top: -20px;
	left: calc(50% - 28px);
	content: '';
	width: 0;
	height: 0;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;	
	border-top: 15px solid #2E97D1;
}
.pack-box ul li p.solid {
	margin: 8px 12px 0;
	padding: 5px 0 8px;
	color: #FFF;
	font-size: clamp(1.6rem, (100vw - 375px) * 6 / 905 + 16px, 2.2rem);
	font-weight: 700;
	background-color: #2E97D1;
	border-radius: 6px;
}
.pack-box ul:nth-of-type(2) {
	margin: 0 0 20px;
}
.pack-box ul:nth-of-type(2) li p {
	line-height: 1.4;
}
.pack-box ul:nth-of-type(2) li p.solid {
	margin: 5px 0 10px;
	padding: 5px 0 8px;
	font-size: clamp(1.5rem, (100vw - 375px) * 6 / 905 + 15px, 2.1rem);
	line-height: 1;
}
.pack-box ul:nth-of-type(3) {
	display: block;
	font-size: clamp(1rem, (100vw - 375px) * 4 / 905 + 10px, 1.4rem);
}
.pack-box ul:nth-of-type(3) li {
	width: 100%;
	margin: 0 0 10px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	border: none;
}
.pack-box h4 {
	margin: 0 auto 15px;
	padding: 8px 0 10px;
	color: #FFF;
	text-align: center;
	font-size: clamp(1.4rem, (100vw - 375px) * 7 / 905 + 14px, 2.1rem);
	font-weight: 700;
	background-color: #2E97D1;
	border-radius: 8px;
}

.price figure:nth-of-type(1) {
	position: absolute;
	top: 555px;
	left: -85px;
	width: 15.227273%;
}
.price figure:nth-of-type(2) {
	position: absolute;
	bottom: 80px;
	right: -60px;
	width: 18.75%;
}

@media screen and (max-width: 1080px) {

	.price {
		width: 81.481481%;
		margin: -9% auto 0;
		padding: 18% 0 0;
	}
	.price-inner p {
		margin: 15px 0;
	}
	.price-inner ul.feature li span {
		padding: 6px 0 8px;
		font-size: clamp(1.2rem, (100vw - 767px) * 4 / 313 + 12px, 1.6rem);
		border-radius: 4px;
		box-shadow: 2px 3px 0px rgba(0,97,178,1);
	}
	.pack-box {
		width: 100%;
		padding: 0 5.681818%;
	}
	.pack-box ul li {
		width: 31.128205%;
	}
	.pack-box ul li h3 {
		font-size: clamp(1.7rem, (100vw - 767px) * 7 / 313 + 17px, 2.4rem);
	}
	.pack-box ul li p {
		font-size: clamp(1.2rem, (100vw - 767px) * 4 / 313 + 12px, 1.6rem);
	}
	.pack-box ul li p.discount {
		font-size: clamp(1.6rem, (100vw - 767px) * 6 / 313 + 16px, 2.2rem);
	}
	.pack-box ul li p.discount::after {
		top: -17px;
		left: calc(50% - 24px);
		border-left: 24px solid transparent;
		border-right: 24px solid transparent;	
		border-top: 13px solid #2E97D1;
	}
	.pack-box ul li p.solid {
		font-size: clamp(1rem, (100vw - 375px) * 10 / 705 + 10px, 2rem);
	}
	.pack-box ul:nth-of-type(2) li p.solid {
		margin: 0 0 10px;
		font-size: clamp(1.4rem, (100vw - 767px) * 4 / 313 + 14px, 1.8rem);
	}
	
	.price figure:nth-of-type(1) {
		top: 54%;
		left: -9.659091%;
	}
	.price figure:nth-of-type(2) {
		bottom: 11%;
		right: -6.818182%;
	}

}

@media screen and (max-width: 767px) {

	.price {
		width: 90%;
	}
	.price-inner ul.feature li {
		width: 30%;
		margin: 0 0 10px;
	}
	.pack-box {
		padding: 0 3.5%;
	}
	.pack-box ul li {
		width: 32%;
	}
	.pack-box h4 {
		line-height: 1.3;
	}
	
	.price figure:nth-of-type(1) {
		top: 55%;
		left: -4.659091%;
	}
	.price figure:nth-of-type(2) {
		bottom: 9%;
		right: -4.818182%;
	}

}
@media screen and (max-width: 600px) {

	.price {
		width: 90%;
	}
	.price-inner ul.feature li {
		width: 48%;
	}
	.pack-box ul li {
		width: 100%;
	}
	.pack-box ul li p.solid {
		max-width: 300px;
		margin: 8px auto 0;
	}
	.pack-box ul:nth-of-type(2) li p.solid {
		margin: 5px auto 10px;
	}

	.price figure:nth-of-type(1) {
		top: 60%;
		left: -4.659091%;
	}
	.price figure:nth-of-type(2) {
		bottom: 9%;
		right: -4.818182%;
	}

}

/*================================================

　example

=================================================*/
.example {
	position: relative;
	width: 880px;
	margin: -100px auto 0;
	padding: 140px 0 0;
}
.example-inner {
}
.example-inner p {
	margin: 15px 0;
	padding: 0;
	text-align: center;
	font-size: clamp(2rem, (100vw - 375px) * 5 / 905 + 20px, 2.5rem);
}
.example-inner ul.outline {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 20px;
	padding: 0 23px;
	color: #FFF;
}
.example-inner ul.outline li {
	width: 30.612245%;
	margin: 0 0 13px;
	padding: 8px 0 10px;
	text-align: center;
	font-size: clamp(1.4rem, (100vw - 375px) * 4 / 905 + 14px, 1.8rem);
	font-weight: 700;
	background-color: #009BE4;
	border-radius: 10px;
	box-shadow: 3px 4px 0px rgba(0,97,178,1);
}
.detail-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 62px;
}
.detail-box h3 {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 0 8px;
	color: #009BE4;
	text-align: center;
	font-size: clamp(1.3rem, (100vw - 375px) * 4 / 905 + 13px, 1.7rem);
	border-bottom: 1px solid #009BE4;
}
.detail-box-list {
	width: 20.13245%;
	font-size: clamp(1.2rem, (100vw - 375px) * 2 / 905 + 12px, 1.4rem);
}
.detail-box-list h4 {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 36.551724%;
	background: #009BE4 url("../images/top/example_detail_icon01.svg") right 11.724138% center / auto 75% no-repeat;
	border-radius: 6px;
	box-shadow: 3px 4px 0px rgba(0,97,178,1);
}
.detail-box-list:nth-of-type(2) h4 { background: #009BE4 url("../images/top/example_detail_icon02.svg") right 6.896552% center / auto 78.571429% no-repeat; }
.detail-box-list:nth-of-type(3) h4 { background: #009BE4 url("../images/top/example_detail_icon03.svg") right 8.965517% center / auto 75% no-repeat; }

.detail-box-list h4 span {
	position: absolute;
	top: 50%;
	left: 17.931034%;
	color: #FFF;
	font-size: clamp(1.1rem, (100vw - 375px) * 4 / 905 + 11px, 1.5rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	transform: translateY(-50%);
}
.detail-box-list:nth-of-type(3) h4 span {
	left: 9.655172%;
}
.detail-box-list li {
	margin: 0 0 1.6em;
	padding: 0 0 0 1em;
	color: #009BE4;
}

.example figure:nth-of-type(1) {
	position: absolute;
	top: 77px;
	right: 100px;
	width: 18.522727%;
}

@media screen and (max-width: 1080px) {

	.example {
		width: 81.481481%;
	}
	.example-inner p {
		margin: 15px 0;
	}
	.example-inner ul.outline {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 20px;
		padding: 0 23px;
		color: #FFF;
	}
	.example-inner ul.outline li {
		width: 30.612245%;
		margin: 0 0 13px;
		padding: 8px 0 10px;
		font-size: clamp(1.2rem, (100vw - 767px) * 4 / 313 + 12px, 1.6rem);
		border-radius: 10px;
		box-shadow: 3px 4px 0px rgba(0,97,178,1);
	}
	.detail-box-list {
		width: 22.13245%;
	}
	.detail-box-list li {
		margin: 0 -3em 1.6em 0;
	}
	.example figure:nth-of-type(1) {
		top: 86px;
		right: 7%;
		width: 140px;
	}

}

@media screen and (max-width: 767px) {

	.example {
		width: 90%;
	}
	.example-inner ul.outline {
		padding: 0 2.613636%;
	}
	.detail-box {
		padding: 0 20px;
	}
	.detail-box-list {
		width: 26.13245%;
	}
	.example figure:nth-of-type(1) {
		top: 100px;
		width: 100px;
	}

}

@media screen and (max-width: 600px) {

	.example {
	}
	.example-inner ul.outline li {
		width: 48%;
		margin: 0 0 13px;
		border-radius: 6px;
		box-shadow: 2px 3px 0px rgba(0,97,178,1);
	}
	.detail-box {
		padding: 0 20px;
	}
	.detail-box h3 {
		width: 100%;
		margin: 0 auto 20px;
		padding: 0 0 8px;
		color: #009BE4;
		text-align: center;
		font-size: clamp(1.3rem, (100vw - 375px) * 4 / 905 + 13px, 1.7rem);
		border-bottom: 1px solid #009BE4;
	}
	.detail-box-list {
		width: 100%;
		margin: 0 0 20px;
	}
	.detail-box-list h4 {
		width: 120px;
		margin: 0 0 15px;
		padding: 0 0 10.551724%;
		border-radius: 4px;
		box-shadow: 2px 3px 0px rgba(0,97,178,1);
	}
	.detail-box-list ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 0 0 -1em;
	}
	.detail-box-list li {
		margin: 0 0 1.6em;
		padding: 0 0 0 2em;
		color: #009BE4;
	}
	.example figure:nth-of-type(1) {
		top: 115px;
		width: 70px;
	}

}


/*================================================

　対応エリア

=================================================*/
.area {
	width: 880px;
	margin: -100px auto 30px;
	padding: 160px 0 0;
}
.area-inner {
}
.area-inner h3 {
	margin: 0 0 10px;
	padding: 0;
	color: #009BE4;
	text-align: center;
	font-size: clamp(1.4rem, (100vw - 375px) * 8 / 905 + 14px, 2.2rem);
	font-weight: 700;
}
.area-inner-box {
	position: relative;
	margin: 0 85px;
	padding: 45px 0 35px;
	text-align: center;
	background-color: #B1DDEF;
	border-radius: 15px;
}
.area-inner-box h4 {
	display: inline-block;
	margin: 0 auto 55px;
	padding: 4px 10px 6px;
	color: #FFF;
	font-size: clamp(1rem, (100vw - 375px) * 3 / 905 + 10px, 1.3rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	background-color: #009BE4;
	border-radius: 7px;
}
.area-inner-box-map {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0 50px 0 90px;
}
.area-inner-box-map ul {
	width: 40.571429%;
	margin: 0 0 0 15px;
	text-align: left;
	font-size: clamp(1rem, (100vw - 375px) * 2 / 905 + 10px, 1.2rem);
	font-weight: 600;
}
.area-inner-box-map ul li {
	margin: 0 0 10px;
	padding: 0 0 2px 1px;
	background: url("../images/top/area_arrow.svg") right 8px center / auto 34% no-repeat;
	border-bottom: 0.5px solid #0061B2;
}

.area-inner-box figure.illust01 {
	position: absolute;
	top: 20px;
	left: 50px;
	width: 18.732394%;
}
.area-inner-box figure.illust02 {
	position: absolute;
	top: 20px;
	right: 70px;
	width: 15.492958%;
}

@media screen and (max-width: 1080px) {

	.area {
		width: 81.481481%;
		margin: -9% auto 30px;
		padding: 12.5% 0 0;
	}
	.area-inner h3 {
	}
	.area-inner-box {
		margin: 0 9.659091%;
		padding: 6.338028% 0 4.929577%;
		border-radius: 10px;
	}
	.area-inner-box h4 {
		margin: 0 auto 7.746479%;
		font-size: clamp(1rem, (100vw - 767px) * 1 / 313 + 10px, 1.2rem);
		border-radius: 5px;
	}

	.area-inner-box-map {
		padding: 0 5.633803%;
	}
	.area-inner-box-map figure {
		width: 50%;
	}
	.area-inner-box-map ul {
		width: 40.571429%;
		margin: 0 0 0 15px;
		text-align: left;
		font-size: clamp(1rem, (100vw - 375px) * 2 / 905 + 10px, 1.2rem);
		font-weight: 600;
	}
	.area-inner-box figure.illust01 {
		top: 4%;
		left: 7.042254%;
	}
	.area-inner-box figure.illust02 {
		top: 4%;
		right: 9.859155%;
	}

}

@media screen and (max-width: 767px) {

	.area {
		width: 90%;
	}
	.area-inner-box {
		margin: 0 4%;
		padding: 6.338028% 0 4.929577%;
		border-radius: 6px;
	}
	.area-inner-box h4 {
		padding: 4px 15px 6px;
		line-height: 1.4;
	}

}

@media screen and (max-width: 600px) {

	.area-inner-box-map {
		flex-wrap: wrap;
	}
	.area-inner-box-map figure {
		width: 80%;
	}
	.area-inner-box-map ul {
		width: 80%;
		margin: 20px 0 0;
	}
	.area-inner-box figure.illust01 {
		top: 4%;
		left: 5.5%;
	}
	.area-inner-box figure.illust02 {
		top: 4%;
		right: 8%;
	}

}

