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

#cont01 {
	padding: 60px 5.33% 80px;
}

#cont01 .box div:first-of-type p.t01 {
	display: inline;
	color: #5d5f68;
	font-size:min(5.2vw,42px);
	line-height: 2em;
	background-color: #eaf2fd;
}

#cont01 .box div:first-of-type p:last-child {
	padding-top: 30px;
}

#cont01 .box div:nth-of-type(2) {
	text-align: center;
	padding-top: 30px;
}

#cont02 {
	padding: 60px 5.33% 80px;
}

#cont02 .box {
	padding: 50px 0 0;
}

#cont02 .box ul li {
	padding-left: 1.2em;
	font-size:min(4.6vw,36px);
	color: #2085b3;
	line-height: 1.2em;
	padding-bottom: 15px;
	position: relative;
}

#cont02 .box ul li::before {
	content: "";
	width: 1em;
	height: 1em;
	background-image: url("../../images/ico_check02.webp");
	background-size: cover;
	position: absolute;
	left: 0;
	top: 4px;
}

#cont02 .box div {
	text-align: center;
	padding-top: 30px;
	aspect-ratio: 16 / 9;
}

#cont02 .box div video {
	width: 100%;
	height: 100%;
}

#cont03 {
	padding: 60px 5.33% 80px;
}

#cont03 p.t01 {
	padding: 50px 0;
}

#cont03 ul {
	padding-bottom: 80px;
}

#cont03 ul li {
	padding-bottom: 60px;
}

#cont03 ul li:last-child {
	padding-bottom: 0;
}

#cont03 ul li div {
	text-align: center;
	padding: 25px 0 0;
}

#cont03 ul li p {
	padding: 30px 0 0;
}

#cont03 ul li p span {
	color: #f00;
}

#cont03 div {
	text-align: center;
	padding-bottom: 60px;
}

#cont03 p.t02 {
	padding: 0 0 45px;
}

#cont04 {
	padding: 60px 5.33% 80px;
}

#cont04 .box01 {
	padding: 50px 0 0;
}

#cont04 .box01 > p {
	padding: 30px 0 30px;
}

#cont04 .box01 > ul {
	padding: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#cont04 .box01 > ul li {
	width: 49%;
	padding-bottom: 30px;
}

#cont04 .box01 > ul li p {
	padding: 20px 0 0;
	font-size:min(3.6vw,30px);
}

#cont04 .box01 > .box {
	padding: 30px 0 60px;
}

#cont04 .box01 > .box:last-of-type {
	padding-bottom: 0;
}

#cont04 .box01 > .box div {
	text-align: center;
	padding-top: 30px;
}

#cont04 .box01 > .i01 {
	text-align: center;
	padding: 0 0 60px;
}

#cont05 {
	padding: 60px 5.33% 80px;
}

#cont05 > p {
	padding: 50px 0;
	text-align: center;
	font-size:min(5.6vw,46px);
	color: #5d5f68;
	line-height: 1.4em;
	font-weight: 300;
}

#cont05 > p span {
	display: block;
	font-size:min(3.6vw,30px);
}

#cont05 > p span span {
	color: #2487c4;
	display: inline;
}

#cont05 .box01 .box {
	padding: 30px 0 60px;
}

#cont05 .box01 .box:last-of-type {
	padding-bottom: 0;
}

#cont05 .box01 .box div {
	text-align: center;
	padding-top: 30px;
}

#cont05 .box01 > p {
	padding: 30px 0 60px;
}

#cont06 {
	padding: 60px 5.33% 80px;
}

#cont06 div {
	padding: 35px 6.71% 60px;
	margin: 50px 0;
	border: 1px solid #2487c4;
	border-radius: 20px;
	background-color: #fff;
}

#cont06 div h3 {
	text-align: center;
}

#cont06 div h3 span {
	display: inline-block;
	background-color: #6d8cb7;
	margin: 0 5px;
	width: 1.5em;
	line-height: 1.5em;
	font-size:min(6.4vw,50px);
	font-weight: 500;
	color: #fff;
}

#cont06 div p.t01 {
	padding: 35px 0;
}

#cont06 div p.t02 {
	font-size:min(5.2vw,42px);
	font-weight: 500;
	color: #6d8cb7;
	line-height: 1.5em;
	text-align: center;
}

#cont06 div p.t02 span {
	font-size: min(7.8vw,60px);
	margin-left: 30px;
}

#cont07 {
	padding: 60px 5.33% 80px;
}

#cont07 p {
	padding: 50px 0;
}

#cont07 div table {
	width: 100%;
	table-layout: fixed;
}

#cont07 div table th,#cont07 div table td {
	border: 1px solid #999999;
	font-size:min(3.4vw,28px);
	padding: 20px 10px;
}

#cont07 div table tr:first-child th {
	background-color: #e9f2fc;
	color: #5d5f68;
	line-height: 1.2em;
	font-weight: 500;
	font-size:min(3.6vw,30px);
}

#cont07 div table tr:not(:first-child) th {
	background-color: #e9f2fc;
	color: #5d5f68;
	line-height: 1.2em;
	font-weight: 500;
	text-align: left;
}

#cont07 div table tr:not(:first-child) td {
	background-color: #fff;
}

#cont07 div table tr:first-child th:nth-child(2),
#cont07 div table tr:not(:first-child) td:nth-child(2) {
	background-color: #96afce;
	color: #fff;
}

#cont08 {
	padding: 60px 5.33% 80px;
}

#cont08 > ul {
	padding: 50px 0 0;
}

#cont08 > ul > li {
	padding-bottom: 60px;
}

#cont08 > ul > li:last-child {
	padding-bottom: 0;
}

#cont08 > ul > li div {
	text-align: center;
	padding: 20px 0 25px;
}

#cont08 > ul > li ul li {
	padding-left: 1em;
	line-height: 1.8em;
	position: relative;
}

#cont08 > ul > li ul li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

#cont09 {
	padding: 60px 5.33% 80px;
}

#cont09 .box {
	padding-top: 50px;
}

#cont09 .box > div {
	padding-bottom: 60px;
}

#cont09 .box > div:last-child {
	padding-bottom: 0;
}

#cont09 .box > div p {
	padding: 20px 0 0;
}

#cont09 .box > div:nth-of-type(2) p:first-of-type {
	padding-bottom: 60px;
}

#cont10 {
	padding: 60px 5.33% 80px;
}

#cont10 .box {
	border: 1px solid #2487c4;
	border-radius: 20px;
	padding: 35px 6.71% 60px;
	background-color: #fff;
}

#cont10 .box h2 {
	font-size:min(5.2vw,42px);
	font-weight: 500;
	color: #6d8cb7;
	line-height: 1.2em;
}

#cont10 .box > div {
	padding-top: 25px;
}

#cont10 .box > div div {
	width: 80%;
	margin: 0 auto;
	padding-top: 30px;
}