@charset "utf-8";
/* CSS Document */


.sec-title .icon1, .sec-title .icon2, .sec-title .icon3, .sec-title .icon4, .sec-title .icon5 {
	display: inline-block;
	margin-right: 0.4rem;
	margin-left: -0.5rem !important;	
}

.sec-title .icon1 {
	width: 3.5rem;
	vertical-align: -1.8rem;
}

.sec-title .icon2 {
	width: 2.5rem;
	vertical-align: -2.0rem;
}

.sec-title .icon3 {
	width: 2.5rem;
	vertical-align: -0.8rem;
}

.sec-title .icon4 {
	width: 3.8rem;
	vertical-align: -0.8rem;
}

.sec-title .icon5 {
	width: 3.8rem;
	vertical-align: -0.8rem;
}

.sec-title h1 {
	font-size: 1.4rem;
	line-height: 1.5em;
	font-weight: 400;
	color: #3961ac;
	display: inline-block;
}


@media (min-width: 576px) {
	.sec-title .icon3 {
		vertical-align: -2rem;
	}
	
	.sec-title .icon4 {
		width: 3.8rem;
		vertical-align: -1.5rem;
	}	
}

@media (min-width: 768px) {
	.sec-title h1 {
		font-size: 1.6rem;
	}
	
	.sec-title .icon5 {
		vertical-align: -1.5rem;
	}
	
	.sec1 .note-center {
		text-align: center !important;
		display: block;
	}
}

@media (min-width: 992px) {
	section .num {
		width: 100px !important;
	}
	
	.sec1 .note, .sec3 .note {
		text-align: center;
		display: block;
	}
}	


/*////////// セクション1 ///////////*/
.sec1 .sec-title h1 span {
	font-size: 0.7rem;
	display: inline-block;
	vertical-align: 0.6em;
}

.sec1 h3 {
	color: #3D74B7;
	font-size: 1.1rem;
	font-weight: 400;
	text-align: center;
	border: 1px solid #3D74B7;
	border-radius: 14px;
	width: 10em;
	display: block;
	padding: 0.4rem;
	margin: 0 auto;	
}

@media (min-width: 768px) {
	.sec1 .img02 {
		margin-left: 0 !important;
		margin-right: auto !important;
	}
	
	.sec1 h3 {
		margin-left: 0 !important;
		margin-right: auto !important;
	}	
}



/*////////// セクション2 ///////////*/
.sec1 h2, .sec2 h2, .sec3 h2, .sec4 h2 {
	font-size: 1.3rem;
	line-height: 1.5em;
	font-weight: 400;
}

.sec2 h3 {
	font-size: 1.3rem;
	line-height: 1.5em;
	font-weight: 400;
}

.sec2 h4 {
	font-size: 1.1rem;
	line-height: 1.5em;
	font-weight: 400;
	text-align: center;
}

.sec2 ul {
	padding: 0;
}

.sec2 ul li {
	width: 48%;
	background-color: #28baee;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 0.6rem 0.4rem;
	font-size: 0.87rem;
	line-height: 1.5em;
	margin-bottom: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}


@media (min-width: 768px) {
	.sec2 h4 {
		font-size: 1.2rem;
	}

	.sec2 ul li {
		width: 32%;
		border-radius: 10px;
		padding: 0.75rem 0.5rem;
		font-size: 0.95rem;
		margin-bottom: 0.75rem;
	}
}


@media (min-width: 992px) {
	.sec1 h2, .sec2 h2, .sec3 h2, .sec4 h2 {
		font-size: 1.45rem;
		margin-bottom: 1rem;
	}
}	


/*////////// セクション4 ///////////*/
.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sec4 h3, .sec5 h3 {
	font-size: 1.1rem;
	line-height: 1.5em;
	font-weight: 400;
	text-align: center;
}

.sec4 h4 {
	font-size: 1.25rem;
	line-height: 1.5em;
	font-weight: 400;
}

@media (min-width: 768px) {
	.sec4 h3, .sec5 h3 {
		font-size: 1.2rem;
	}
}

@media (min-width: 992px) {
	.sec4 h3, .sec5 h3 {
		font-size: 1.3rem;
	}
}



/*////////// セクション5 ///////////*/
.sec5 h4 {
	background-color: #28baee;
	color: #fff;
	padding: 0.75rem;
	font-size: 1.25rem;
	line-height: 1.5em;
	font-weight: 400;
	margin: 0 auto;
	max-width: 900px;
}

.sec5 .box {
	background-color: #f3f3f3;
}


@media (min-width: 768px) {
	.sec5 h4 {
		padding: 1.2rem;
	}
}

@media (min-width: 992px) {
	.sec5 h4 {
		padding: 1.5rem;
		font-size: 1.35rem;
	}
}


/*////////// 画像 ///////////*/
.img01 {
	max-width: 158px;
}

.img02 {
	max-width: 304px;
}

.img03 {
	max-width: 940px;
}

.img04 {
	max-width: 545px;
}

.img05 {
	max-width: 919px;
}

.secret_mark {
	max-width: 695px;
}

.img06 {
	max-width: 200px;
}

.img07 {
	max-width: 900px;
}

.img08 {
	max-width: 900px;
}

.img09 {
	max-width: 900px;
}

