.homePage .sec01{
	background: url("../img/sec01_bg01.png") no-repeat center bottom/cover;
	padding: 105px 0 125px;
}
.homePage .sec01 .layout{
	max-width: 1250px !important;
	transform: translateX(-50px);
}
.homePage .sec01 .part01{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 50px;
}
.homePage .sec01 .part01 .part01_L{
	padding-top: 10px;
	padding-right: 45px;
}
.homePage .sec01 .part01 .part01_L h1{
	font-size: 5rem;
	font-weight: bold;
	color: #07187A;
	line-height: 1;
}
.homePage .sec01 .part01 .part01_L h1 .s01{
	font-weight: 600;
}
.homePage .sec01 .part01 .part01_L h1 .s02{
	font-size: 3.6rem;
}
.homePage .sec01 .part01 .part01_L .p01{
	display: inline-block;
	font-size: 2.8rem;
	font-weight: bold;
	color: #E4A417;
	line-height: 1.5;
	margin-top: 24px;
	border-bottom: 2px solid #E4A417;
}
.homePage .sec01 .part01 .part01_L .p02{
	font-size: 3.6rem;
	font-weight: bold;
	color: #0452C5;
	line-height: 1.25;
	margin-top: 24px;
}
.homePage .sec01 .part01 .part01_L .p03{
	font-size: 2rem;
	color: #07187A;
	font-weight: bold;
	line-height: 1;
	margin-top: 8px;
}
.homePage .sec01 .part01 .part01_R{
	padding-top: 10px;
	padding-left: 45px;
	border-left: 2px solid #E4A417;
}
.homePage .sec01 .part01 .part01_R p{
	display: inline-block;
	background-color: #E4A417;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 7px 12px;
}
.homePage .sec01 .part01 .part01_R ul{
	margin-top: 24px;
}
.homePage .sec01 .part01 .part01_R ul li{
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 10px;
	margin-bottom: 13px;
}
.homePage .sec01 .part01 .part01_R ul li:last-of-type{
	margin-bottom: 0;
}
.homePage .sec01 .part01 .part01_R ul li img{
	width: 56px;
}
.homePage .sec01 .part01 .part01_R ul li div{
	font-size: 3rem;
	font-weight: bold;
	color: #07187A;
}
.homePage .sec01 .part02 ul{
	display: flex;
	column-gap: 15px;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.homePage .sec01 .part02 ul li{
	width: calc((100% - 45px) / 4);
	border: 2px solid #E4A417;
	box-shadow: 0 8px 20px 0 rgba(0, 43, 91, 0.055);
	padding: 8px;
	border-radius: 6px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	background-color: #fff;
}
.homePage .sec01 .part02 ul li figure{
	width: 84px;
	background-color: #08298A;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.homePage .sec01 .part02 ul li figure figcaption{
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 3px;
}
.homePage .sec01 .part02 ul li div{
	width: calc(100% - 84px);
	padding: 12px 10px 12px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.homePage .sec01 .part02 ul li div .p01{
	font-size: 3.2rem;
	font-weight: bold;
	color: #08298A;
	line-height: 1.2;
}
.homePage .sec01 .part02 ul li div .p01 .s01{
	font-size: 2.8rem;
}
.homePage .sec01 .part02 ul li div .p01 .s02{
	font-size: 1.9rem;
}
.homePage .sec01 .part02 ul li div .p02{
	font-size: 2rem;
	font-weight: bold;
	color: #08298A;
	line-height: 1.25;
	margin-bottom: 3px;
}
.homePage .sec01 .part02 ul li div .p03{
	font-size: 1.4rem;
	font-weight: bold;
	color: #08298A;
	line-height: 1.4;
	margin-bottom: 7px;
}
.homePage .sec01 .part02 ul li div .p04{
	font-size: 1.2rem;
	font-weight: 500;
	color: #08298A;
	line-height: 1.3;
}
.homePage .sec01 .part02 ul li div img{
	display: block;
	max-width: 100%;
}
.homePage .sec01 .part02 ul li div hr{
	border: 0;
	width: 100%;
	height: 1px;
	background: #E4A418;
	margin: 10px 0;
}
.homePage .sec h2{
	font-size: 3rem;
	font-weight: bold;
	color: #002B5B;
	line-height: 1;
	margin-bottom: 35px;
	border-left: 4px solid #C9A646;
	padding-left: 20px;
}
.homePage .sec h2 span{
	display: inline-block;
	font-size: 2.4rem;
	margin-left: 20px;
}
.homePage .sec02{
	padding: 72px 0;
	background-color: #F4F8FA;
}
.homePage .sec02 ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}
.homePage .sec02 ul li{
	list-style-type: none;
	width: calc((100% - 80px) / 5);
	border: 1px solid rgb(208, 228, 240);
	box-shadow: 0 2px 8px rgba(0, 43, 91, 0.07);
	border-radius: 10px;
}
.homePage .sec02 ul li a{
	display: block;
}
.homePage .sec02 ul li a:hover{
	box-shadow: 4px 4px 8px rgba(11,111,174,0.42);
	border-radius: 10px;
	transform: translate(-1px, -1px);
}
.homePage .sec02 ul li a img{
	display: block;
	width: 100%;
	border-radius: 10px;
}
.homePage .sec03{
	padding: 72px 0;
}
.homePage .sec03 h2>a{
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	color: #0B6FAE;
	text-decoration: none;
	float: right;
	padding: 5px 0;
	border-bottom: solid 1px #0B6FAE;
}
.homePage .sec03 h2>a:hover{
	box-shadow: 2px 2px 4px rgba(11,111,174,0.42);
}
.homePage .sec03 ul{
	border-top: 1px solid #C8DCE8;
}
.homePage .sec03 ul li{
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 28px;
	padding: 18px 0;
	border-bottom: 1px solid #C8DCE8;
}
.homePage .sec03 ul li{
	font-size: 1.5rem;
	font-weight: 400;
	color: #1A2733;
}
.homePage .sec03 ul li>.news-date{
	font-size: 1.4rem;
	font-weight: 500;
	color: #0B4F7A;
	white-space: nowrap;
}
.homePage .sec03 ul li>.news-text{
	display: block;
	min-width: 0;
}
.homePage .sec03 ul li .news-text a{
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 400;
	color: #1A2733;
	text-decoration: none;
	border-bottom: 1px solid #0B4F7A;
}
.homePage .sec03 ul li .news-text a:hover{
	color: #E4A417;
	border-bottom: 1px solid #E4A417;
}
.homePage .sec04{
	padding: 65px 0;
	background: linear-gradient(to right, #FFFBF0, #FFF7DD);
}
.homePage .sec04 ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 16px;
	row-gap: 20px;
}
.homePage .sec04 ul li{
	list-style-type: none;
	width: calc((100% - 32px) / 3);
}
.homePage .sec04 ul li figure{
	position: relative;
}
.homePage .sec04 ul li figure>img{
	display: block;
	width: 100%;
	border-radius: 8px;
}
.homePage .sec04 ul li figure>figcaption{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translate(-50%, -50%);
}
.homePage .sec04 ul li figure>figcaption p{
	display: inline-block;
	max-width: calc(100% - 94px);
	font-size: 2rem;
	font-weight: bold;
	color: #002B5B;
	line-height: 1.2;
	text-align: center;
	position: relative;
}
.homePage .sec04 ul li figure>figcaption p:after{
	content: '';
	width: 32px;
	height: 13px;
	background: url("../img/sec04_icon01.png") no-repeat center;
	background-size: contain;
	position: absolute;
	left: calc(100% + 15px);
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.homePage .sec04 ul li a{
	display: block;
}
.homePage .sec04 ul li a:hover{
	 transform: translate(-1px, -1px);
	box-shadow: 2px 2px 4px rgba(11,111,174,0.42);
	border-radius: 8px;
}
.homePage .secPoster{
	padding: 77px 0;
	background-color: #fff;
}
.homePage .secPoster .poster-download{
	width: 100%;
	max-width: 800px;
	height: 140px;
	margin: auto;
	border-radius: 10px;
	background-color: #E6F2FE;
	color: #002B5B;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 0 0 6.5px #fff;
}
.homePage .secPoster .poster-download:before{
	content: '';
	width: 87.916%;
	height: 253.196%;
	background: url("../img/poster_button_bg.png") no-repeat center/cover;
	position: absolute;
	left: -4.714%;
	top: -76.437%;
	opacity: 0.19;
	pointer-events: none;
}
.homePage .secPoster .poster-download span{
	position: relative;
	z-index: 1;
}
.homePage .secPoster .poster-download:hover{
	box-shadow: 2px 2px 4px rgba(11,111,174,0.42);
	transform: translate(-1px, -1px);
}
.homePage .sec05{
	padding: 48px 0;
	background-color: #F4F8FA;
}
.homePage .sec05 .part{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	row-gap: 15px;
}
.homePage .sec05 .part>a{
	width: 100%;
	max-width: 800px;
	padding: 20px 40px;
	background-color: #fff;
	border: 0.67px solid #D0E4F0;
	border-radius: 10px;
	box-shadow: 0 2px 8px 0 rgba(0, 43, 91, 0.07);
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.homePage .sec05 .part>a>figure{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	max-width: 660px;
}
.homePage .sec05 .part>a>figure>div{
	width: 98px;
}
.homePage .sec05 .part>a>figure>div>img{
	width: 100%;
	display: block;
}
.homePage .sec05 .part>a>figure>figcaption{
	font-size: 2.2rem;
	text-decoration: none;
	font-weight: 700;
	color: #07187A;
	width: calc(100% - 98px);
	padding-left: 40px;
	display: flex;
	flex-wrap: wrap;
}
.homePage .sec05 .part>a:hover{
	box-shadow: 2px 2px 4px rgba(11,111,174,0.42);
	 transform: translate(-1px, -1px);
	border-radius: 10px;
}

@media only screen and (max-width: 1600px) {
	.homePage .sec01 .layout{
		transform: translateX(0);
	}
	.homePage .sec01 .part01 .part01_L{
		padding-right: 3%;
	}
	.homePage .sec01 .part01 .part01_L h1{
		font-size: 4.5rem;
	}
	.homePage .sec01 .part01 .part01_L h1 .s02{
		font-size: 3.2rem;
	}
	.homePage .sec01 .part01 .part01_L .p01{
		font-size: 2.6rem;
		margin-top: 20px;
	}
	.homePage .sec01 .part01 .part01_L .p02{
		font-size: 3.4rem;
		margin-top: 20px;
	}
	.homePage .sec01 .part01 .part01_R{
		padding-left: 3%;
	}
	.homePage .sec01 .part01 .part01_R p{
		font-size: 2.6rem;
	}
	.homePage .sec01 .part01 .part01_R ul li div{
		font-size: 2.8rem;
	}
	.homePage .sec01 .part01 .part01_R ul li img{
		width: 50px;
	}
	.homePage .sec01 .part02 ul li figure{
		width: 65px;
	}
	.homePage .sec01 .part02 ul li div{
		width: calc(100% - 65px);
		padding: 10px 10px;
	}
}
@media only screen and (max-width: 1024px) {
	.homePage .sec01{
		padding: 100px 0;
	}
	.homePage .sec01 .part01{
		flex-direction: column;
		margin-bottom: 40px;
	}
	.homePage .sec01 .part01 .part01_L{
		width: 100%;
		padding-right: 0;
		padding-top: 0;
	}
	.homePage .sec01 .part01 .part01_L h1{
		font-size: 4rem;
	}
	.homePage .sec01 .part01 .part01_L h1>br{
		display: none;
	}
	.homePage .sec01 .part01 .part01_L h1 .s02{
		font-size: 3rem;
	}
	.homePage .sec01 .part01 .part01_L .p01{
		font-size: 2.4rem;
	}
	.homePage .sec01 .part01 .part01_L .p02{
		font-size: 3rem;
	}
	.homePage .sec01 .part01 .part01_R{
		padding-left: 0;
		padding-top: 20px;
		margin-top: 20px;
		border: none;
		border-top: 2px solid #E4A417;
	}
	.homePage .sec01 .part01 .part01_R p{
		font-size: 2.4rem;
	}
	.homePage .sec01 .part01 .part01_R ul{
		margin-top: 20px;
	}
	.homePage .sec01 .part01 .part01_R ul li div{
		font-size: 2.6rem;
	}
	.homePage .sec01 .part01 .part01_R ul li img{
		width: 45px;
	}
	.homePage .sec01 .part02 ul{
		column-gap: 10px;
		row-gap: 10px;
	}
	.homePage .sec01 .part02 ul li{
		width: calc((100% - 10px) / 2);
	}
	.homePage .sec01 .part02 ul li figure>img{
		width: 30px;
	}
	.homePage .sec01 .part02 ul li div .p01{
		font-size: 3rem;
	}
	.homePage .sec01 .part02 ul li div .p01 .s01{
		font-size: 2.6rem;
	}
	.homePage .sec h2{
		padding-left: 15px;
	}
	.homePage .sec h2 span{
		font-size: 2.2rem;
		margin-left: 15px;
	}
	.homePage .sec04 ul li figure>figcaption p{
		font-size: 1.8rem;
	}
	.homePage .sec04 ul li figure>figcaption p:after{
		left: calc(100% + 10px);
	}
	.homePage .secPoster .poster-download{
		height: 125px;
		font-size: 2.5rem;
	}
}
@media only screen and (max-width: 768px) {
	.homePage .sec h2{
		font-size: 2.8rem;
		margin-bottom: 30px;
		padding-left: 10px;
	}
	.homePage .sec h2 span{
		font-size: 2rem;
		margin-left: 10px;
	}
	.homePage .sec01{
		padding: 80px 0;
	}
	.homePage .sec01 .part01{
		margin-bottom: 30px;
	}
	.homePage .sec01 .part01 .part01_L h1{
		font-size: 3.5rem;
	}
	.homePage .sec01 .part01 .part01_L h1>br{
		display: block;
	}
	.homePage .sec01 .part01 .part01_L h1 .s02{
		font-size: 2.8rem;
	}
	.homePage .sec01 .part01 .part01_L .p01{
		font-size: 2.2rem;
	}
	.homePage .sec01 .part01 .part01_L .p02{
		font-size: 2.8rem;
	}
	.homePage .sec01 .part01 .part01_L .p03{
		font-size: 1.8rem;
	}
	.homePage .sec01 .part01 .part01_R p{
		font-size: 2.2rem;
	}
	.homePage .sec01 .part01 .part01_R ul{
		margin-top: 15px;
	}
	.homePage .sec01 .part01 .part01_R ul li div{
		font-size: 2.4rem;
	}
	.homePage .sec01 .part01 .part01_R ul li img{
		width: 40px;
	}
	.homePage .sec01 .part02 ul li figure>img{
		width: 30px;
	}
	.homePage .sec01 .part02 ul li figure figcaption{
		font-size: 1.6rem;
	}
	.homePage .sec01 .part02 ul li div .p01{
		font-size: 2.8rem;
	}
	.homePage .sec01 .part02 ul li div .p01 .s01{
		font-size: 2.4rem;
	}
	.homePage .sec02 ul{
		column-gap: 15px;
		row-gap: 15px;
	}
	.homePage .sec02 ul li{
		width: calc((100% - 45px) / 4);
	}
	.homePage .sec03{
		padding: 70px 0;
	}
	.homePage .sec03 ul li{
		column-gap: 20px;
		padding: 15px 0;
	}
	.homePage .sec04 ul{
		column-gap: 20px;
	}
	.homePage .sec04 ul li{
		width: calc((100% - 20px) / 2);
	}
	.homePage .secPoster{
		padding: 70px 0;
	}
	.homePage .secPoster .poster-download{
		height: 110px;
		font-size: 2.4rem;
	}
	.homePage .secPoster .poster-download:before{
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-size: cover;
		background-position: center;
	}
	.homePage .sec05 .part>a>figure>figcaption{
		font-size: 2rem;
		padding-left: 30px;
	}
}
@media only screen and (max-width: 480px) {
	.homePage .sec01{
		padding: 60px 0;
	}
	.homePage .sec01 .part01{
		margin-bottom: 25px;
	}
	.homePage .sec01 .part01 .part01_L h1{
		font-size: 3rem;
	}
	.homePage .sec01 .part01 .part01_L h1 .s02{
		font-size: 2.6rem;
	}
	.homePage .sec01 .part01 .part01_L .p01{
		font-size: 2rem;
		margin-top: 15px;
	}
	.homePage .sec01 .part01 .part01_L .p02{
		font-size: 2.6rem;
		margin-top: 15px;
	}
	.homePage .sec01 .part01 .part01_L .p03{
		font-size: 1.6rem;
	}
	.homePage .sec01 .part01 .part01_R p{
		font-size: 1.8rem;
	}
	.homePage .sec01 .part01 .part01_R ul li{
		column-gap: 5px;
		margin-bottom: 10px;
		align-items: flex-start;
	}
	.homePage .sec01 .part01 .part01_R ul li div{
		font-size: 2.2rem;
	}
	.homePage .sec01 .part01 .part01_R ul li img{
		width: 35px;
	}
	.homePage .sec01 .part02 ul{
		column-gap: 0;
	}
	.homePage .sec01 .part02 ul li{
		width: 100%;
	}
	.homePage .sec01 .part02 ul li figure>img{
		width: 25px;
	}
	.homePage .sec01 .part02 ul li div .p01{
		font-size: 2.6rem;
	}
	.homePage .sec01 .part02 ul li div .p01 .s01{
		font-size: 2.2rem;
	}
	.homePage .sec01 .part02 ul li div .p03{
		margin-bottom: 5px;
	}
	.homePage .sec h2{
		font-size: 2.6rem;
		margin-bottom: 25px;
	}
	.homePage .sec h2 span{
		font-size: 1.8rem;
		margin-left: 5px;
	}
	.homePage .sec02{
		padding: 60px 0;
	}
	.homePage .sec02 ul{
		column-gap: 10px;
		row-gap: 10px;
	}
	.homePage .sec02 ul li{
		width: calc((100% - 20px) / 3);
	}
	.homePage .sec03{
		padding: 60px 0;
	}
	.homePage .sec03 h2>a{
		font-size: 1.2rem;
	}
	.homePage .sec03 ul li{
		column-gap: 10px;
		padding: 10px 0;
	}
	.homePage .sec04{
		padding: 60px 0;
	}
	.homePage .sec04 ul li{
		width: 100%;
	}
	.homePage .sec04 ul li figure>figcaption p:after{
		width: 20px;
		height: 8px;
	}
	.homePage .secPoster{
		padding: 60px 0;
	}
	.homePage .secPoster .poster-download{
		height: 92px;
		font-size: 2.1rem;
	}

	.homePage .sec05 .part>a{
		padding: 20px;
	}
	.homePage .sec05 .part>a>figure>div{
		width: 80px;
	}
	.homePage .sec05 .part>a>figure>figcaption{
		width: calc(100% - 80px);
		font-size: 1.8rem;
		padding-left: 10px;
	}
}





