@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-weight: 400;
	color: #00021C;
	letter-spacing: calc((0/1000)*1em);
}
html.active,
body.active{
/*	height: 100%;*/
	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;
}
.poppins{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins_mid{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.nss_thin{
	font-family: 'Noto Sans SC', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100;
}
.nss_elight{
	font-family: 'Noto Sans SC', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 200;
}
.nss_light{
	font-family: 'Noto Sans SC', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.nss_regular{
	font-family: 'Noto Sans SC', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.nss_mid{
	font-family: 'Noto Sans SC', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.nss_sbold{
	font-family: 'Noto Sans SC', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.nss_bold{
	font-family: 'Noto Sans SC', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.nss_ebold{
	font-family: 'Noto Sans SC', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
}
.nss_black{
	font-family: 'Noto Sans SC', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}
/*Googleフォントここまで*/
* {
	box-sizing: border-box;
}

.svg{
	position: relative;
}
.svg 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;
}

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

body{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 767px) {
	body{
		min-width: initial;
	}
}

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

main{
	padding-top: 80px;
}
@media only screen and (max-width: 767px) {
	main{
		padding-top: 70px;
	}
}
/*headerここから*/
header{
	width: 100%;
	height: 81px;
	display: block;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #0E348C;
	box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 767px){
	header{
		height: 70px;
		box-shadow: none;
	}
}
header .header01{
	width: 100%;
	height: 100%;
	padding: 0 0 0 22px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01{
		padding: 0 0 0 5%;
		background-color: transparent;
		transition: all .5s;
	}
}
header .header01 h1{
	width: 318px;
	height: auto;
	margin: 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 h1{
		width: 218px;
		position: relative;
		z-index: 0;
		transition: all 0s;
	}
	header .header01 h1.active{
		z-index: 100;
		transition: all 0s .5s;
	}
}
header .header01 h1 a{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
header .header01 h1 a img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
/*メニューオープンボタン*/
	header .header01 .slide-menu-btn{
		width: 74px;
		height: 100%;
		margin: 0;
		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::after{
		content: "";
		width: 100%;
		height: auto;
		margin: 5px 0 0;
		font-size: 12px;
		line-height: 12px;
		font-weight: 400;
		color: #fff;
		display: block;
		text-align: center;
	}
	/*メニューオープンボタン内部の線*/
	header .header01 .slide-menu-btn .line-bar{
		width: 40px;
		height: 2px;
		margin: 15px 0 10px;
		color: #ffffff;
		background-color: #fff;
		border-radius: 1px;
		display: block;
		position: relative;
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn .line-bar::before{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 1px;
		display: block;
		position: absolute;
		top: -10px;
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn .line-bar::after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 1px;
		display: block;
		position: absolute;
		bottom: -10px;
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn.active .line-bar{
		background-color: #ffffff;
		transform: rotate(135deg);
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn.active .line-bar::before{
		background-color: #ffffff;
		transform: rotate(90deg);
		top: 0;
	}
	header .header01 .slide-menu-btn.active .line-bar::after{
		opacity: 0;
	}
/*メニューオープンボタン*/
}
header .header01 nav{
	box-sizing: border-box;
	width: auto;
	height: 100%;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
@media only screen and (max-width: 767px){
	header .header01 nav{
		width: 100%;
		min-width: 320px;
		height: 100vh;
		padding: 100px 0 30px;
		background-color: rgba(14, 52, 140, 0.95);
		display: block;
		position: fixed;
		top: -100vh;
		right: 0;
		z-index: 1;
		transition: all .5s;
	}
	header .header01 .panelactive{
		top: 0;
		right: 0;
		transition: all .5s;
	}
}
header .header01 nav .nav_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 50px;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01{
		width: 90%;
		max-width: 320px;
		height: 100%;
		margin: 0 auto;
		display: block;
		overflow-y: scroll;
		overflow-x: hidden;
	}
}
header .header01 nav .nav_01 li{
	width: auto;
	height: 100%;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 li{
		width: 100%;
		height: auto;
		border-top: 1px solid #D9D9D9;
		padding: 0 5px;
	}
	header .header01 nav .nav_01 li:nth-of-type(1){
		border-top: 0;
	}
}
header .header01 nav .nav_01 li a{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 li a{
		height: 55px;
		font-size: 15px;
		line-height: 20px;
		border-bottom: 0;
		justify-content: flex-start;
		font-weight: 400;
	}
}
header .header01 nav .nav_01 li a.active::after{
	content:'';
	display: block;
	width: 100%;
	height: 4px;
	background-color: #7970AD;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
		header .header01 nav .nav_01 li a.active::after{
			content:initial;
		}
}
header .header01 nav .contact{
	width: 190px;
	height: 100%;
	background-color: #FFFFFF;
	border-radius: 0 0 0 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	color: #143A8F;
	margin-left: 60px;
}
header .header01 nav .contact img{
	width: 21px;
	height: auto;
	margin-left: 12px;
}

/*SPプルダウン-------------------------------*/
@media only screen and (max-width: 767px){
	header .header01 nav ul.nav_01 li.drop{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		position: relative;
		z-index: 1;
		padding: 0;
	}
	header .header01 nav ul.nav_01 li.drop a{
		width: auto;
		flex-grow: 1;
		padding: 0 5px;
	}

	/*プルダウンアイコン*/
	header .header01 nav ul.nav_01 li.drop .drop-btn{
		width: 50px;
		height: 50px;
		margin: 0 0 0 10px;
		transition: all .5s;
		flex-shrink: 0;
		position: relative;
	}
	header .header01 nav ul.nav_01 li.drop .drop-btn .tate{
		width: 2px;
		height: 20px;
		background-color: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		opacity: 1;
		transition: all .5s;
	}
	header .header01 nav ul.nav_01 li.drop .drop-btn .yoko{
		width: 20px;
		height: 2px;
		background-color: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	header .header01 nav ul.nav_01 li.drop .drop-btn.drop-active .tate{
		transform: rotateZ(180deg);
		transition: all .5s;
		opacity: 0;
	}
	header .header01 nav ul.nav_01 li.drop .drop-btn.drop-active .yoko{
		transform: rotateZ(180deg);
		transition: all .5s;
	}
	header .header01 nav ul.nav_01 li.drop ul.drop_01{
		width: 100%;
		padding-top: 0;
		position: static;
		margin: auto;
		display: none;
	}

	/*ナビアニメーション(ドロップダウン)指示*/
	header .header01 nav .nav_01 li.drop ul.drop_01 li{
		width: 85%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		padding: 0 5px 10px;
	}
	header .header01 nav .nav_01 li.drop ul.drop_01 li a{
		width: 50%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 5px 0;
		font-size: 13px;
		line-height: 23px;
	}
	@media only screen and (max-width: 767px){
		header .header01 nav .nav_01 li.drop ul.drop_01 li a{
			width: au;
		}
	}
		header .header01 nav .nav_01 li.drop ul.drop_01 li a span{
			width: 7px;
			height: 1px;
			background-color: #fff;
			margin-right: 10px;
		}
	/*header .header01 nav .nav_01 li.drop ul.drop_01 li:nth-of-type(1){
		border-top: 1px dashed #D9D9D9;
	}
	header .header01 nav .nav_01 li.drop ul.drop_01 li a{
		width: 100%;
		height: 100%;
		font-size: 16px;
		line-height: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-left: 5%;
		background-color: transparent;
		justify-content: flex-start;
	}*/
}	



/*headerここまで*/

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #EEECF0;
	display: block;
}
footer .footer01{
	width: 1080px;
	height: auto;
	padding: 70px 0 90px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	footer .footer01{
		width: 90%;
		max-width: 320px;
		padding: 60px 0 60px;
		justify-content: center;
		align-items: center;
	}
}
footer .footer01 .footer01_01{
	width: 170px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
footer .footer01 .footer01_01{
	width: auto;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01{
		align-items: center;
	}
}
footer .footer01 .footer01_01 .logo{
	width: 163px;
	height: auto;
	margin: 0 0 40px;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_01 .logo{
		width: 269px;
		margin: 0 auto 15px;
	}
}
footer .footer01 .footer01_01 .logo img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
footer .footer01 .footer01_01 .footer01_01_01{
	width: auto;
	height: auto;
	display: block;
	flex-shrink: 0;
}
footer .footer01 .footer01_01 .footer01_01_01 p{
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	display: block;
}
footer .footer01 ul{
	width: 790px;
	height: auto;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px 50px;
}
footer .footer01 ul li{
	width: 230px;
	height: auto;
	display: block;
	margin: 0;
}
footer .footer01 ul li a.f_menu{
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #707070;
	padding-bottom: 12px;
}
footer .footer01 ul li a.f_menu img{
	width: 14px;
	height: auto;
	display: block;
}
footer .footer01 ul li ul{
	width: 100%;
	height: auto;
	padding-left: 10px;
	margin: 13px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px 10px;
}
footer .footer01 ul li ul li{
	width: calc(50% - 5px);
	height: auto;
	display: block;
	margin: 0;
}
footer .footer01 ul li ul li a{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	line-height: 23px;
	color: #454545;
}
footer .footer01 ul li ul li a span{
	width: 10px;
	height: 2px;
	margin-right: 5px;
	display: block;
	background-color: #0E348C;
}
footer .footer01 .footer01_02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_02{
		flex-direction: column-reverse;
	}
}
footer .footer01 .footer01_02 .text01{
	font-size: 14px;
	line-height: 24px;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_02 .text01{
		font-size: 12px;
		line-height: 22px;
		margin-top: 10px;
	}
}
footer .footer01 .footer01_02 ul{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_02 ul{
		margin: 0 auto;
	}
}
footer .footer01 .footer01_02 ul li{
	width: auto;
	height: auto;
	display: block;
	padding: 0 10px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_02 ul li{
		padding: 0 10px;
	}
}
footer .footer01 .footer01_02 ul li:nth-of-type(1)::before{
	content: '';
	box-sizing: border-box;
	width: 2px;
	height: 12px;
	display: block;
	background-color: #000000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_02 ul li:nth-of-type(1)::before{
		width: 2px;
		height: 12px;
	}
}
footer .footer01 .footer01_02 ul li::after{
	content: '';
	box-sizing: border-box;
	width: 2px;
	height: 12px;
	display: block;
	background-color: #000000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_02 ul li::after{
		width: 2px;
		height: 12px;
	}
}
footer .footer01 .footer01_02 ul li a{
	font-size: 14px;
	line-height: 24px;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_02 ul li a{
		font-size: 13px;
		line-height: 23px;
	}
}
footer .copy{
	width: 100%;
	height: 30px;
	background-color: #0E348C;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .copy p{
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #fff;
}
@media only screen and (max-width: 767px){
	footer .copy p{
		font-size: 11px;
		line-height: 21px;
		margin: 0;
		display: block;
	}
}

/*footerここまで*/

/*includeここから*/

/*.eyecatch_incここから*/
.eyecatch_inc.top{
	width: 100%;
	min-width: 1280px;
	height: auto;
	position: relative;
	display: block;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top{
		min-width: 320px;
	}
}
.eyecatch_inc.top .eyecatch_inc01{
	width: 980px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc01{
		width: 90%;
		max-width: 320px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 h2{
	font-size: 20px;
	line-height: 30px;
}
.eyecatch_inc.top .eyecatch_inc02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-list{
	width: 100%;
	height: auto;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img{
	width: 100%;
	height: calc(100vh - 80px);
	min-height: 652px;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 .eye_img{
		min-height: initial;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img01{
	background-image: url(../img/index/eye01.png);
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img02{
	background-image: url(../img/index/eye02.png);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc02 .eye_img01{
	}
	.eyecatch_inc.top .eyecatch_inc02 .eye_img02{
	}
	.eyecatch_inc.top .eyecatch_inc02 .eye_img03{
	}
	.eyecatch_inc.top .eyecatch_inc02 .eye_img04{
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-prev,
.eyecatch_inc.top .eyecatch_inc02 .slick-next{
	width: 33px;
	height: 33px;
	top: 0;
	bottom: 0;
	z-index: 10;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-prev,
	.eyecatch_inc.top .eyecatch_inc02 .slick-next{
		width: 25px;
		height: 25px;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-prev:hover,
.eyecatch_inc.top .eyecatch_inc02 .slick-next:hover{
	opacity: .8;
	transition: all .5s;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-prev{
	left: 0;
	right: auto;
	margin: auto;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-next{
	left: auto;
	right: 0;
	margin: auto;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-prev::before{
	width: 33px;
	height: 33px;
	background-image: url(../img/slick/arrow01.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-prev::before{
		width: 25px;
		height: 25px;
		background-size: 9px auto;
		/*background-color: #19496f;*/
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-next::before{
	width: 33px;
	height: 33px;
	background-image: url(../img/slick/arrow02.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-next::before{
		width: 25px;
		height: 25px;
		background-size: 9px auto;
		/*background-color: #19496f;*/
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots{
	width: 200px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	top: auto;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 10;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-dots{
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li{
	width: 8px;
	height: 8px;
	margin: 4px 4px 0;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li:nth-of-type(-n+12){
	margin-top: 0;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li button{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li button::before{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	display: block;
	font-family: none;
	font-size: 0;
	line-height: 0;
	position: static;
	background: none;
	background-color: #abbcca;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots .slick-active button::before{
	background-color: #19496f;
}
.eyecatch_inc.short{
	width: 100%;
	height: 422px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short{
		height: 205px;
	}
}
.eyecatch_inc.short .eyecatch_inc01{
	width: 980px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short .eyecatch_inc01{
		width: 90%;
		max-width: 320px;
	}
}
.eyecatch_inc.short .eyecatch_inc01 h2{
	font-size: 20px;
	line-height: 30px;
}
.eyecatch_inc.short .eyecatch_inc02{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	background-color:#104EA3;
}
/*.eyecatch_incここまで*/

/*.paginationここから*/
.wp-pagenavi {
	width: 80%;
	height: auto;
	margin: 60px auto 0;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		max-width: 320px;
		margin: 30px auto 0;
	}
}
.wp-pagenavi span{
	width: 34px;
	height: 34px;
	font-size: 15px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 9px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #cccccc;
	/*font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 700;*/
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi span{
		font-size: 15px;
		line-height: 35px;
	}
}
.wp-pagenavi a{
	width: 34px;
	height: 34px;
	font-size: 15px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 9px;
	text-align: center;
	border-radius: 50%;
	border: initial;
	/*font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 700;*/
}
.contents01 .contents01_01 .wp-pagenavi a.page{
	border: initial;
}
.contents01 .contents01_01 .wp-pagenavi a.page:hover,
.contents01 .contents01_01 .wp-pagenavi a.page.larger:hover{
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #0E348C;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi a{
		font-size: 15px;
		line-height: 35px;
	}
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	border: 1px solid transparent;
}
.wp-pagenavi .extend{
	display: none;
}
.wp-pagenavi a:hover{
	color: #ffffff;
	border: 1px solid #000000;
	background-color: #000000;
	opacity: 1;
}
.wp-pagenavi .current{
	width: 34px;
	height: 34px;
	font-size: 15px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #ffffff;
	border: 1px solid #000000;
	background-color: #000000;
	border-radius: 50%;
	/*font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 700;*/
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .current{
		font-size: 15px;
		line-height: 35px;
	}
}
html body main section.contents01 div.contents01_01 div.wp-pagenavi span.current{
	background-color: #0E348C;
	border-color: #0E348C;
}
html body main section.contents01 div.contents01_01 div.wp-pagenavi a.page.larger{
	background-color: initial;
}
/*.paginationここまで*/

/*.CTAここから*/
.cta{
	width: 100%;
	height: auto;
	background-image:
	    linear-gradient(to right,
	      rgba(14, 52, 140, 0.8) 0%,
	      rgba(14, 52, 140, 0.8) 50%,
	      rgba(80, 70, 154, 0.8) 50%,
	      rgba(80, 70, 154, 0.8) 100%),
	    url(../img/common/cta_bg.png);
	  background-size: cover, cover;
	  background-repeat: no-repeat, no-repeat;
	  background-position: center center, center center;
}
@media only screen and (max-width: 767px){
	.cta{
		width: 100%;
		height: auto;
		background-image:initial;
	}
	.cta{
		background-image: url(../img/common/cta_bg_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}

.cta .cta01{
	width: 100%;
	height: 380px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.cta .cta01{
		width: 100%;
		height: auto;
		max-width: 1280px;
		margin: 0 auto;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.cta .cta01 a{
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.cta .cta01 a{
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 767px){
	.cta .cta01 a.left{
		background-color: rgba(14, 52, 140, 0.8);
		padding: 60px 0 35px;
	}
	.cta .cta01 a.right{
		background-color: rgba(80, 70, 154, 0.8);
		padding: 60px 0 35px;
	}
}
.cta .cta01 a .link01{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 0.05em;
	color: #fff;
}
@media only screen and (max-width: 767px){
	.cta .cta01 a .link01{
		width: 90%;
		margin: 0 auto 20px;
		font-size: 24px;
		line-height: 42px;
	}
}
.cta .cta01 a .link01 img{
	width: 30px;
	height: auto;
	display: block;
	margin-left: 25px;
}
.cta .cta01 a .link02{
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.02em;
	color: #fff;
	margin-top: 25px;
}
@media only screen and (max-width: 767px){
	.cta .cta01 a .link02{
		width: 90%;
		margin: 0 auto;
		text-align: left;
}
/*.CTAここまで*/

/*includeここまで*/