@charset 'utf-8';

/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px) {
	.pc_none{
		display: none!important;
	}
}
/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px) {
	.sp_none{
		display: none!important;
	}
}


/*リキッドの場合に使用*/
@media only screen and (min-width: 768px){
/*	768px-1280px 画面幅1280px閲覧で1px=0.1rem可変*/
	html{
/*			font-size: 0.782vw;*/
		}
}
@media only screen and (max-width: 767px){
/*	-767px 画面幅375px閲覧で1px=0.1rem可変*/
	html{
/*			font-size: 2.67vw;*/
		}
}
@media only screen and (max-width: 374px){
/*	-374px 画面幅374pxで1px=0.1rem固定*/
	html{
/*			font-size: 62.5%;*/
		}
}
@media only screen and (min-width: 1280px){
/*	1280px- 画面幅1280pxで1px=0.1rem固定*/
	html{
/*		font-size: 62.5%;*/
	}
}

/*Googleフォントここから*/
body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #0C243C;
	letter-spacing: calc((0/1000)*1em);
	/*text-decoration-thickness: 1px;
	text-decoration-line: underline;
	text-decoration-color: #000000;
	text-decoration-style: solid;
	text-underline-offset: 3px;*/
}
html.active,
body.active{
	overflow: hidden;
}

.thin{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100;
}
.elight{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 200;
}
.light{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.regular{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.mid{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.sbold{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.bold{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.ebold{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
}
.black{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}

.g01_regular{
	font-family: 'Alumni Sans Pinstripe', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.g01_regular_i{
	font-family: 'Alumni Sans Pinstripe', sans-serif;
	font-weight: 400;
	font-style: italic;
}

.g02_thin{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100;
	font-variation-settings: 'wdth' 100;
}
.g02_elight{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 200;
	font-variation-settings: 'wdth' 100;
}
.g02_light{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	font-variation-settings: 'wdth' 100;
}
.g02_regular{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'wdth' 100;
}
.g02_mid{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	font-variation-settings: 'wdth' 100;
}
.g02_sbold{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	font-variation-settings: 'wdth' 100;
}
.g02_bold{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
	font-variation-settings: 'wdth' 100;
}
.g02_ebold{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
	font-variation-settings: 'wdth' 100;
}
.g02_black{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
	font-variation-settings: 'wdth' 100;
}
.g02_thin_i{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100;
	font-variation-settings: 'wdth' 100;
}
.g02_elight_i{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 200;
	font-variation-settings: 'wdth' 100;
}
.g02_light_i{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	font-variation-settings: 'wdth' 100;
}
.g02_regular_i{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'wdth' 100;
}
.g02_mid_i{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	font-variation-settings: 'wdth' 100;
}
.g02_sbold_i{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	font-variation-settings: 'wdth' 100;
}
.g02_bold_i{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
	font-variation-settings: 'wdth' 100;
}
.g02_ebold_i{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
	font-variation-settings: 'wdth' 100;
}
.g02_black_i{
	font-family: 'Roboto', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
	font-variation-settings: 'wdth' 100;
}

.g03_regular{
	font-family: "Dosis", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.g03_extraLight{
	font-family: "Dosis", sans-serif;
	font-weight: 200;
	font-style: normal;
}
.g03_regular_i{
	font-family: "Dosis", sans-serif;
	font-weight: 400;
	font-style: italic;
}
/*Googleフォントここまで*/
*{
	box-sizing: border-box;
}

svg{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
iframe{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
::-webkit-scrollbar{
	display: none;
}
::scrollbar{
	display: none;
}

body,
main,
footer{
	min-width: 1280px;
}
@media only screen and (max-width: 767px){
	body,
	main,
	footer{
		min-width: 320px;
	}
}

body{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}

main{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}

/*headerここから*/
header{
	width: 59px;
	height: 59px;
	display: block;
	position: fixed;
	top: 56px;
	bottom: auto;
	left: auto;
	right: 62px;
	margin: auto;
	z-index: 100;
}
@media only screen and (max-width: 767px){
	header{
		top: 29px;
		right: 29px;
	}
}
header .header01{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*メニューオープンボタン*/
header .header01 .slide-menu-btn{
	width: auto;
	height: 100%;
	aspect-ratio: 1/1;
	margin: 0;
	background-color: #004496;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-shrink: 0;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
header .header01 .slide-menu-btn.active{
	background-color: transparent;
}
header .header01 .slide-menu-btn .line-bar_area{
	width: 28px;
	height: 16px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
header .header01 .slide-menu-btn.active .line-bar_area{
	height: 28px;
}
header .header01 .slide-menu-btn .line-bar_area::before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ffffffff;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.6s ease;
}
header .header01 .slide-menu-btn.active .line-bar_area::before{
	transform: rotate(calc(180deg + 30deg));
	bottom: 0;
}
header .header01 .slide-menu-btn .line-bar_area::after{
	content: '';
	width: 15px;
	height: 2px;
	background-color: #ffffffff;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
	transition: all 0.6s ease;
}
header .header01 .slide-menu-btn.active .line-bar_area::after{
	width: 100%;
	transform: rotate(calc(180deg + 60deg + 90deg));
	left: 0;
	top: 0;
}
header .header01 .slide-menu-btn .line-bar_area .line-bar{
	width: 22px;
	height: 2px;
	margin: 0 0 0 auto;
	background-color: #ffffff;
	display: block;
	transition: all 1.0s ease;
}
header .header01 .slide-menu-btn.active .line-bar_area .line-bar{
	background-color: transparent;
	transition: all 1.0s ease;
}
/*メニューオープンボタン*/
header .header01 nav{
	width: 100%;
	min-width: 1280px;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	padding: 92px 0 50px;
	background-color: #004496;
	display: block;
	position: fixed;
	top: 0;
	z-index: 1;
	transition: all .5s;
}
@media only screen and (min-width: 1281px){
	header .header01 nav{
		left: 100vw;
	}
}
@media only screen and (max-width: 1280px){
	header .header01 nav{
		left: 1280px;
	}
}
@media only screen and (max-width: 767px){
	header .header01 nav{
		min-width: 320px;
		padding: 0;
		left: 100vw;
	}
}
header .header01 .slide-menu-btn.active + nav{
	left: 0;
	transition: all .5s;
}
header .header01 nav .nav_01{
	width: 1120px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	overflow-y: scroll;
	overflow-x: hidden;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01{
		width: 90%;
		max-width: 320px;
		padding: 90px 0 25px;
	}
}
header .header01 nav .nav_01 h1{
	width: 199px;
	height: auto;
	margin: 0 0 5px;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 h1{
		height: 0;
		margin: 0;
		visibility: hidden;
	}
}
header .header01 nav .nav_01 h1 a{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header .header01 nav .nav_01 h1 a img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header .header01 nav .nav_01_01{
	width: auto;
	height: auto;
	margin: -3px 0 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01_01{
		width: 100%;
		margin: 0 0 32px;
	}
}
header .header01 nav .nav_01_01 > li{
	width: auto;
	height: auto;
	margin: 34px 0 0;
	display: block;
	text-align: right;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01_01 > li{
		width: 100%;
		margin: 13px 0 0;
		text-align: left;
	}
}
header .header01 nav .nav_01_01 > li:nth-of-type(1){
	margin-top: 0;
}
header .header01 nav .nav_01_01 > li > a{
	width: auto;
	height: auto;
	padding: 0 42px 0 0;
	margin: 0;
	font-size: 68px;
	line-height: 68px;
	letter-spacing: calc((120/1000)*1em);
	color: #ffffff;
	display: inline-block;
	text-align: right;
	position: relative;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01_01 > li > a{
		width: 100%;
		padding: 0 46px 0 0;
		font-size: 42px;
		line-height: 42px;
		text-align: left;
	}
}
header .header01 nav .nav_01_01 > li > a::before{
	content: '';
	width: 9px;
	height: 9px;
	background-color: #ffffff;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01_01 > li > a::before{
		right: 27px;
	}
}
header .header01 nav .nav_01_01 > li > a > span{
	width: auto;
	height: auto;
	margin: 0 0 0 25px;
	font-size: 15px;
	line-height: 68px;
	letter-spacing: calc((100/1000)*1em);
	color: #ffffff;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01_01 > li > a > span{
		margin: -4px 0 0;
		font-size: 12px;
		line-height: 22px;
		display: block;
	}
}
header .header01 nav .nav01_02{
	width: auto;
	height: auto;
	margin: -54px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav01_02{
		margin: 0 auto;
	}
}
header .header01 nav .nav01_02 li{
	width: auto;
	height: auto;
	margin: 40px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav01_02 li{
		margin: 35px 0 0;
	}
}
header .header01 nav .nav01_02 li:nth-of-type(1){
	margin-top: 0;
}
header .header01 nav .nav01_02 li .link01{
	width: 201px;
	height: 64px;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((120/1000)*1em);
	color: #ffffff;
	border-radius: calc(64px / 2);
	border: 1px solid #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	header .header01 nav .nav01_02 li .link01{
		margin: 0;
		position: static;
	}
}
header .header01 nav .nav01_02 li .link01:hover{
	opacity: 1;
	color: #1C2A42;
	background-color: #ffffff;
}
header .header01 nav .nav01_02 li .link01::after{
	content: '';
	width: 9px;
	height: 9px;
	margin: 0 0 0 23px;
	background-color: #ffffff;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	transition: all .5s;
}
header .header01 nav .nav01_02 li .link01:hover::after{
	background-color: #1C2A42;
	transition: all .5s;
}
header .header01 nav .nav01_02 li .space{
	width: 1px;
	height: 11px;
	margin: 0 16px;
	background-color: #ffffff;
	display: block;
}
header .header01 nav .nav01_02 li .space:first-of-type{
	margin-left: 0;
}
header .header01 nav .nav01_02 li .space:last-of-type{
	margin-right: 0;
}
header .header01 nav .nav01_02 li .link02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((50/1000)*1em);
	color: #ffffff;;
	display: block;
}
/*headerここまで*/

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
footer .footer01{
	width: 1120px;
	height: auto;
	padding: 32px 0 35px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	footer .footer01{
		width: 90%;
		max-width: 320px;
		padding: 28px 115px 20px 0;
		position: relative;
	}
}
footer .footer01 .footer01_01{
	width: 100%;
	height: auto;
	margin: 0 0 13px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_01{
		margin: 0 0 10px;
		flex-direction: column;
	}
}
footer .footer01 .footer01_01 .footer01_01_01{
	width: auto;
	height: auto;
	margin: 0 56px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_01 .footer01_01_01{
		margin: 0;
	}
}
footer .footer01 .footer01_01 .footer01_01_01 .logo{
	width: 198px;
	height: auto;
	margin: 0 0 18px;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_01 .footer01_01_01 .logo{
		width: 136px;
		position: absolute;
		top: auto;
		bottom: 25px;
		left: auto;
		right: 0;
		margin: auto;
	}
}
footer .footer01 .footer01_01 .footer01_01_01 .logo img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_01 .footer01_01_01 .text02{
		width: auto;
		height: auto;
		margin: 0 0 3px;
		font-size: 15px;
		line-height: 25px;
		letter-spacing: calc((50/1000)*1em);
		display: block;
	}
}
footer .footer01 .footer01_01 .footer01_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_01 .footer01_01_01 .text01{
		width: auto;
		height: auto;
		margin: 0;
		font-size: 12px;
		line-height: 18px;
		font-weight: 400;
	}
	footer .footer01 .footer01_01 .footer01_01_01 .link01{
		width: auto;
		height: auto;
		margin: 0;
		font-size: 12px;
		line-height: 18px;
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
	}
	footer .footer01 .footer01_01 .footer01_01_01 .link01::before {
		content: '';
		width: 11px;
		height: 9px;
		margin: 0 2px 0 0;
		background-image: url(../img/common/item01_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		display: inline-block;
		flex-shrink: 0;
	}
}
footer .footer01 .footer01_01 .footer01_01_02{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	flex-grow: 1;
}
footer .footer01 .footer01_01 .footer01_01_02 ul{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
footer .footer01 .footer01_01 .footer01_01_02 ul li{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
footer .footer01 .footer01_01 .footer01_01_02 ul li a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
footer .footer01 .footer01_02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .footer01 .footer01_02 .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: calc((20/1000)*1em);
	display: block;
}
footer .footer01 .footer01_02 .footer01_02_01{
	width: auto;
	height: auto;
	padding: 0 21px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .footer01 .footer01_02 .footer01_02_01::before{
	content: '';
	width: 1px;
	height: 12px;
	margin: 0 9px 0 0;
	background-color: #121314;
	display: block;
}
footer .footer01 .footer01_02 .footer01_02_01::after{
	content: '';
	width: 1px;
	height: 12px;
	margin: 0 0 0 9px;
	background-color: #121314;
	display: block;
}
footer .footer01 .footer01_02 .footer01_02_01 a{
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: calc((10/1000)*1em);
	display: block;
}
/*footerここまで*/

/*btn-topここから*/
.btn-top{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: auto;
	bottom: 0;
	left: auto;
	right: 20px;
	margin: auto;
	z-index: 10;
	cursor: pointer;
}
.btn-top::before{
	content: '';
	width: 50%;
	height: 40%;
	margin: 0;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
	background-color: #104EA3;
	display: block;
}
@media only screen and (max-width: 767px) {
	.btn-top {
		right: 0;
	}
}
/*btn-topここまで*/

/*includeここから*/

/*.eyecatch_incここから*/
.eyecatch_inc.top{
	width: 100%;
	min-width: 1280px;
	height: auto;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top{
		min-width: 320px;
	}
}
.eyecatch_inc.top::after{
	content: '';
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top::after{
		height: 20px;
	}
}
.eyecatch_inc.top .eyecatch_inc01{
	width: 1120px;
	height: calc(100vh + 50px);
	height: calc((var(--vh, 1vh) * 100) + 50px);
	min-height: 700px;
	padding: 0 0 50px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
/*iPadが縦向きのみの記述*/
	.eyecatch_inc.top .eyecatch_inc01{
		max-height: 900px;
	}
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc01{
		width: 90%;
		max-width: 320px;
		height: calc(100vh + 20px);
		height: calc((var(--2vh, 1vh) * 100) + 20px);
		min-height: initial;
		padding: 0 0 20px;
	}
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
	.eyecatch_inc.top .eyecatch_inc01{
		min-height: 500px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .item01{
	width: 546px;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .item01{
		width: 100%;
		max-width: 284px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .text01{
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((200/1000)*1em);
	color: #ffffff;
	display: block;
	margin: 20px auto 0;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .text01{
		font-size: 13px;
		line-height: 23px;
		text-align: center;
		margin: 10px auto 0;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .text02{
	width: auto;
	height: auto;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((120/1000)*1em);
	color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: auto;
	bottom: calc(50px);
	left: 0;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc01 .text02{
		font-size: 12px;
		line-height: 22px;
		bottom: calc(20px);
		right: 0;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .text02 .text02_01{
	width: 1px;
	height: 36px;
	margin: 6px 0 0;
	display: block;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc01 .text02 .text02_01{
		height: 29px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .text02 .text02_01::after{
	content: '';
	width: 100%;
	height: 25px;
	margin: 0;
	background-color: #ffffff;
	display: block;
	animation-name: slide_down;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: linear;
	position: absolute;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
}
@keyframes slide_down{
	from {
		top: -25px;
	}
	to {
		top: calc(36px + 25px);
	}
}
.eyecatch_inc.top .eyecatch_inc01 .link01{
	width: 201px;
	height: 64px;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((120/1000)*1em);
	color: #ffffff;
	border-radius: calc(64px / 2);
	border: 1px solid #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: auto;
	bottom: calc(50px + 54px);
	left: auto;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc01 .link01{
		bottom: calc(20px + 70px);
		left:  0;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .link01:hover{
	opacity: 1;
	color: #1C2A42;
	background-color: #ffffff;
}
.eyecatch_inc.top .eyecatch_inc01 .link01::after{
	content: '';
	width: 9px;
	height: 9px;
	margin: 0 0 0 23px;
	background-color: #ffffff;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	transition: all .5s;
}
.eyecatch_inc.top .eyecatch_inc01 .link01:hover::after{
	background-color: #1C2A42;
	transition: all .5s;
}




.eyecatch_inc.top .eyecatch_inc02{
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02{
		min-height: 0;
		height: 100vh;
	}
}
.eyecatch_inc.top .eyecatch_inc02::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(12, 46, 80, 0.69);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02{
		padding: 0;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-list{
	width: 100%;
	height: 100%;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img{
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .eye_img{
		min-height: initial;
	}
}
/* .eyecatch_inc.top .eyecatch_inc02 .eye_img:nth-of-type(2){
	background-image: url(../img/index/eye02.jpg);
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img:nth-of-type(3){
	background-image: url(../img/index/eye03.jpg);
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img:nth-of-type(4){
	background-image: url(../img/index/eye04.jpg);
} */
.eyecatch_inc.short{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.eyecatch_inc.short .eyecatch_inc01{
	width: 1120px;
	height: auto;
	padding: 81px 0 112px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01{
		width: 90%;
		max-width: 320px;
		padding: 30px 0 45px;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01{
	width: 40%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: absolute;
	top: 56px;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01{
		width: 100%;
		padding: 0 69px 0 0;
		margin: 0 auto 40px 0;
		position: static;
		align-items: center;
		flex-direction: row;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01 .item01{
	width: 40px;
	height: auto;
	margin: 0 0 40px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01 .item01{
		width: 38px;
		margin: 0 20px 0 0;
		flex-shrink: 0;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .eyecatch_inc01_01 .item01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.eyecatch_inc.short .eyecatch_inc01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 13px;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: calc((120/1000)*1em);
	color: #1C2A42;
	display: block;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .text02{
		margin: 0 0 4px;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: calc((120/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01 .text01{
		font-size: 25px;
		line-height: 35px;
	}
}
/*.eyecatch_incここまで*/

/*.paginationここから*/
.wp-pagenavi {
	width: 100%;
	height: auto;
	margin: calc(80px - (calc(4px / 2) * 2)) 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		max-width: 320px;
		margin: calc(44px - (calc(14px / 2) * 2)) 0 0;
	}
}
.wp-pagenavi span{
	width: 34px;
	height: 34px;
	font-size: 15px;
	line-height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(4px / 2);
	border-radius: 3px;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi span{
		margin: calc(14px / 2);
	}
}
.wp-pagenavi a{
	width: 34px;
	height: 34px;
	font-size: 15px;
	line-height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(4px / 2);
	border-radius: 3px;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi a{
		margin: calc(14px / 2);
	}
}
.wp-pagenavi .previouspostslink{
	border: 0;
	font-size: 0;
	line-height: 0;
}
.wp-pagenavi .previouspostslink::before{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 -3px 0 0;
	border-top: 1px solid #121314;
	border-left: 1px solid #121314;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
.wp-pagenavi .nextpostslink{
	border: 0;
	font-size: 0;
	line-height: 0;
}
.wp-pagenavi .nextpostslink::before{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 0 0 -3px;
	border-bottom: 1px solid #121314;
	border-right: 1px solid #121314;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend{
	display: none;
}
.wp-pagenavi .current{
	width: 34px;
	height: 34px;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(4px / 2);
	background-color: #1C2A42;
	border-radius: 3px;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .current{
		margin: calc(14px / 2);
	}
}
/*.paginationここまで*/

/*.inc01ここから*/
.inc01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	display: block;
	position: relative;
}
.inc01::before{
	content: '';
	width: calc(100% - ((100% - 1120px) / 2));
	min-width: 1120px;
	height: auto;
	background-color: #004496;
	border-radius: 0 50px 50px 0;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.inc01::before{
		width: calc(100% - ((100% - 320px) / 2));
		min-width: 320px;
		border-radius: 0 30px 30px 0;
	}
}
.inc01 .inc01_01{
	width: 1120px;
	height: auto;
	padding: 117px 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01{
		width: 90%;
		max-width: 320px;
		padding: 55px 0 64px;
		align-items: flex-start;
		flex-direction: column;
	}
}
.inc01 .inc01_01 .inc01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01{
		margin: 0 0 30px;
	}
}
.inc01 .inc01_01 .inc01_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 2px;
	font-size: 98px;
	line-height: 98px;
	letter-spacing: calc((120/1000)*1em);
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 .text01{
		margin: 0;
		font-size: 60px;
		line-height: 60px;
	}
}
.inc01 .inc01_01 .inc01_01_01 .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: calc((120/1000)*1em);
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 .text02{
		margin: -3px 0 0;
		font-size: 17px;
		line-height: 27px;
	}
}
.inc01 .inc01_01 .inc01_01_02{
	width: auto;
	height: auto;
	padding: 42px 0 0 66px;
	margin: 0 0 0 71px;
	border-left: 1px solid #EBEBEB;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_02{
		width: 100%;
		padding: 0;
		margin: 0;
		border-left: 0;
		flex-direction: column;
	}
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01{
	width: auto;
	height: auto;
	margin: 0 0 0 81px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01{
		width: 100%;
		margin: 25px 0 0;
		align-items: flex-start;
	}
}
@media only screen and (min-width: 768px) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01:nth-of-type(1){
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01:nth-of-type(1){
		margin-top: 0;
	}
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .item01{
	width: 41px;
	height: 41px;
	margin: 0 0 30px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01:nth-of-type(1) .item01{
	background-image: url(../img/common/inc01/item01.png);
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01:nth-of-type(2) .item01{
	background-image: url(../img/common/inc01/item02.png);
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .link01{
	width: auto;
	height: auto;
	margin: 0 0 3px;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: calc((50/1000)*1em);
	color: #ffffff;
	display: block;
	pointer-events: none;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .link01{
		pointer-events: auto;
	}
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((30/1000)*1em);
	color: #ffffff;
	display: block;
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .link02{
	width: 199px;
	height: 64px;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((120/1000)*1em);
	color: #ffffff;
	border-radius: calc(64px / 2);
	border: 1px solid #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .link02{
		width: 100%;
		max-width: 253px;
	}
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .link02::before{
		content: '';
		width: 30px;
		height: 25px;
		margin: 0 12px 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		display: block;
		flex-shrink: 0;
	}
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01:nth-of-type(1) .link02::before{
		background-image: url(../img/common/inc01/item01.png);
	}
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01:nth-of-type(2) .link02::before{
		background-image: url(../img/common/inc01/item02.png);
	}
}
@media only screen and (min-width: 768px) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .link02:hover{
		opacity: 1;
		color: #1C2A42;
		background-color: #ffffff;
	}
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .link02::after{
	content: '';
	width: 9px;
	height: 9px;
	margin: 0 0 0 33px;
	background-color: #ffffff;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .link02::after{
		margin: 0 0 0 26px;
	}
}
@media only screen and (min-width: 768px) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .link02:hover::after{
		background-color: #1C2A42;
		transition: all .5s;
	}
}
/*.inc01ここまで*/
/*includeここまで*/
