@charset "utf-8";
body{
	overflow: hidden;
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img01{
	background-image: url(../img/index/eye01_1.jpg);
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img02{
	background-image: url(../img/index/eye01_2.jpg);
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img03{
	background-image: url(../img/index/eye01_3.jpg);
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .eye_img01{
		background-image: url(../img/index/eye01_1_sp.jpg);
	}
	.eyecatch_inc.top .eyecatch_inc02 .eye_img02{
		background-image: url(../img/index/eye01_2_sp.jpg);
	}
	.eyecatch_inc.top .eyecatch_inc02 .eye_img03{
		background-image: url(../img/index/eye01_3_sp.jpg);
	}
}

.overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 1s ease, opacity 1s ease;
}
.overlay.fade-out{
	transform: translateY(-100%);
}
.loding{
	width: 70px;
	height: auto;
	opacity: 0;
	transition: opacity 1s ease;
}
.loding img{
	width: 100%;
	height: auto;
	display: block;
}
.loding.show{
	opacity: 1;
}

/* contents01ここから */
.contents01{
	width: 100%;
	height: auto;
	padding: 0 0 101px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01{
		padding: 0 0 50px;
	}
}
.contents01 .contents01_01{
	width: 100%;
	height: 707px;
	background-color: #002A9D;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 100%;
		height: auto;
		padding: 0 0 154px;
	}
}
.contents01 .contents01_01::before{
	content: '';
	width: 714px;
	height: 100%;
	background-image: url(../img/index/contents01/bg01_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01::before{
		width: 170px;
		background-image: url(../img/index/contents01/bg01_1_sp.png);
	}
}
.contents01 .contents01_01::after{
	content: '';
	width: 570px;
	height: 100%;
	background-image: url(../img/index/contents01/bg01_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01::after{
		width: 170px;
		background-image: url(../img/index/contents01/bg01_2_sp.png);
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 1120px;
	height: auto;
	margin: 94px auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		width: 90%;
		max-width: 320px;
		margin: 64px auto 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 25px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: calc((50/1000)*1em);
	color: #7FC8C9;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text01{
		font-size: 14px;
		line-height: 14px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 35px;
	font-size: 28px;
	line-height: 47px;
	letter-spacing: calc((50/1000)*1em);
	color: #ffffff;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text02{
		margin: 0 0 24px;
		font-size: 25px;
		line-height: 38px;
	}
}
@media only screen and (max-width: 374px) {
	.contents01 .contents01_01 .contents01_01_01 > .text02{
		font-size: 21px;
		line-height: 34px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text03{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: calc((0/1000)*1em);
	color: #ffffff;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text03{
		line-height: 28px;
		text-align: justify;
		text-align-last: left;
	}
}
.contents01 ul{
	width: 1120px;
	height: auto;
	margin: -130px auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.contents01 ul{
		width: 90%;
		max-width: 320px;
		margin: -108px auto 0;
		flex-wrap: nowrap;
		flex-direction: column;
	}
}
.contents01 ul li{
	width: calc((100% - 20px * 2) / 3);
	margin: 60px 20px 0 0;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 ul li{
		width: 100%;
		margin: 30px 0 0;
	}
}
.contents01 ul li:nth-of-type(-n+3){
	margin-top: 0;
}
.contents01 ul li:nth-of-type(3n){
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 ul li:nth-of-type(-n+3){
		margin-top: 30px;
	}
	.contents01 ul li:nth-of-type(1){
		margin-top: 0;
	}
}
.contents01 ul li > .link01{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.contents01 ul li > .link01:hover{
	opacity: 1;
}
.contents01 ul li > .link01 > .photo01{
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	border-radius: 10px;
	display: block;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.contents01 ul li > .link01 > .photo01{
		margin: 0 0 17px;
	}
}
.contents01 ul li > .link01 > .photo01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	transform: scale(1.0);
	transition: transform 0.5s linear;
}
@media only screen and (max-width: 767px) {
	.contents01 ul li > .link01 > .photo01 > img{
		transition: none;
	}
}
.contents01 ul li > .link01:hover .photo01 > img{ 
	transform: scale(1.05);
	transition: transform 0.5s linear;
}
@media only screen and (max-width: 767px) {
	.contents01 ul li > .link01:hover .photo01 > img{ 
		transform: none;
		transition: none;
	}
}
.contents01 ul li > .link01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #04122F;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all .5s;
}
.contents01 ul li > .link01:hover > .text01{
	opacity: .8;
	transition: all .5s;
}
.contents01 ul li > .link01 > .text01::before{
	content: '';
	width: 22px;
	height: 22px;
	margin: 0 9px 0 0;
	background-color: #002A9D;
	background-image: url(../img/index/contents01/item01.png);
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: center left 8px;
	border-radius: 50%;
	display: block;
	transition: all .5s;
}
.contents01 ul li > .link01:hover > .text01::before{
	opacity: .8;
	transition: all .5s;
}
/* contents01ここまで */

/*.contents02ここから*/
.contents02{
	width: 100%;
	min-width: 1280px;
	height: auto;
	display: block;
	clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.contents02{
		min-width: 320px;
		clip-path: none;
		background-image: url(../img/index/contents02/photo01_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}
.contents02 .contents02_01{
	width: 1120px;
	height: 470px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01{
		width: 90%;
		max-width: 320px;
		height: auto;
		padding: 55px 0 48px;
		justify-content: flex-start;
	}
}
.contents02 .contents02_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 24px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: calc((50/1000)*1em);
	color: #7FC8C9;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 > .text01{
		margin: 0 0 27px;
		font-size: 14px;
		line-height: 14px;
	}
}
.contents02 .contents02_01 > .text02{
	width: auto;
	height: auto;
	margin: 0 0 28px;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: calc((20/1000)*1em);
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 > .text02{
		margin: 0 0 18px;
		font-size: 22px;
		line-height: 32px;
	}
}
.contents02 .contents02_01 > .text03{
	width: 530px;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 > .text03{
		width: 100%;
		line-height: 28px;
	}
}
.contents02 .before{
	width: auto;
	height: auto;
	background-image: url(../img/index/contents02/photo01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: -100px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(0); /* 初期値を設定 */
}
@media only screen and (max-width: 767px){
	.contents02 .before{
		display: none;
	}
}
/*.contents02ここまで*/