@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: #313131;
	letter-spacing: calc((0/1000)*1em);
	background-color: #F8F9FA;
}
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;
}
.g_light{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.g_regular{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.g_mid{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.g_bold{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.g_black{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}

.lato{
	font-family: "Lato", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
/*Googleフォントここまで*/
* {
	box-sizing: border-box;
}

.mt5{
	margin-top: 5px;
}
.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: 100px;
}
@media only screen and (max-width: 767px) {
	main{
		padding-top: 70px;
	}
}
section{
	padding-top: 120px;
}
@media only screen and (max-width: 767px){
	section{
		padding-top: 60px;
	}
}

/*headerここから*/
header{
	width: 100%;
	height: 100px;
	display: block;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #ffffff;
	box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 767px){
	header{
		height: 74px;
		box-shadow: none;
	}
}
header .header01{
	width: 100%;
	height: 100%;
	padding: 0 0 0 50px;
	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 18px;
		background-color: transparent;
		transition: all .5s;
	}
}
header .header01 h1{
	width: 365px;
	height: auto;
	margin: 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 h1{
		width: 260px;
		height: 50px;
		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;
}
@media only screen and (max-width: 767px){
	header .header01 h1 a{
		width: 100%;
		height: auto;
		position: relative;
	}
}
header .header01 h1 a img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	header .header01 h1 a img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1;
		transition: all 1.3s;
	}
	header .header01 h1.active a img.sp_logo{
		opacity: 0;
		transition: all 1.3s;
	}
	header .header01 h1 a img.sp_logo2{
		opacity: 0;
		transition: all 1.3s;
	}
	header .header01 h1.active a img.sp_logo2{
		opacity: 1;
		transition: all 1.3s;
	}
}
@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: #ffffffff;
		display: block;
		text-align: center;
	}
	header .header01 .slide-menu-btn.active::after{
		content: "";
		color: #2C4B98;
	}
	/*メニューオープンボタン内部の線*/
	header .header01 .slide-menu-btn .line-bar{
		width: 26.5px;
		height: 2px;
		margin: 15px 0 10px;
		color: #214486;
		background-color: #214486;
		border-radius: 1px;
		display: block;
		position: relative;
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn .line-bar::before{
		content: '';
		width: 35px;
		height: 2px;
		background-color: #214486;
		border-radius: 1px;
		display: block;
		position: absolute;
		top: -10px;
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn .line-bar::after{
		content: '';
		width: 35px;
		height: 2px;
		background-color: #214486;
		border-radius: 1px;
		display: block;
		position: absolute;
		bottom: -10px;
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn.active .line-bar{
		background-color: #fff;
		transform: rotate(135deg);
		transition: all 0.6s ease;
		width: 35px;
	}
	header .header01 .slide-menu-btn.active .line-bar::before{
		background-color: #fff;
		transform: rotate(90deg);
		top: 0;
	}
	header .header01 .slide-menu-btn.active .line-bar::after{
		opacity: 0;
	}
/*メニューオープンボタン*/
}
header .header01 nav{
	box-sizing: border-box;
	width: 650px;
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 nav{
		width: 100%;
		min-width: 320px;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		padding: 100px 0 30px;
		background-color: #214486;
		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 ul.nav_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01 nav ul.nav_01{
		width: 90%;
		max-width: 320px;
		height: 100%;
		margin: 0 auto;
		display: block;
		overflow-y: scroll;
		overflow-x: hidden;
		overflow: auto; /* スクロールは可能だが、バーは非表示 */
		-ms-overflow-style: none; /* IE & Edge */
		scrollbar-width: none; /* Firefox */
	}
	header .header01 nav ul.nav_01::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Edge (WebKit) */
	}
	
}
header .header01 nav .nav_01 li{
	width: 100%;
	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: 0;
		padding-bottom: 17px;
	}
}
header .header01 nav .nav_01 li a,
header .header01 nav .nav_01 li .drop-btn{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
	text-align: center;
	border-left: 1px solid #D3D3D3;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 li a,
	header .header01 nav .nav_01 li .drop-btn{
		height: auto;
		font-size: 16px;
		line-height: 20px;
		border-bottom: 0;
		justify-content: flex-start;
		align-items: flex-start;
		color: #fff;
		border-left: 0;
		font-weight: 500;
	}
}
header .header01 nav .nav_01 li a::before,
header .header01 nav .nav_01 li .drop-btn::before {
	content: '';
	width: auto;
	height: 6px;
	background-color: transparent;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .5s;
}
header .header01 nav .nav_01 li:hover a::before,
header .header01 nav .nav_01 li:hover .drop-btn::before{
	background-color: #104EA3;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 li:hover a::before,
	header .header01 nav .nav_01 li:hover .drop-btn::before{
		display: none;
	}
}
header .header01 nav .nav_01 li a .icon_box,
header .header01 nav .nav_01 li:hover .drop-bt .icon_box {
	width: 61px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .header01 nav .nav_01 li a .icon_box img,
header .header01 nav .nav_01 li .drop-btn .icon_box img {
	width: 58px;
	margin-bottom: 10px;
}
header .header01 nav .nav_01 li:nth-of-type(3) a .icon_box img{
	width: 36px;
	margin-bottom: 0;
}
header .header01 nav .nav_01 li:nth-of-type(4) a .icon_box img{
	width: 32px;
}
header .header01 nav .nav_01 li:nth-of-type(5) a .icon_box img{
	width: 44px;
}
header .header01 nav .nav_01 li:nth-of-type(6) .drop-btn .icon_box img{
	width: 34px;
	margin-bottom: 0;
}
header .header01 nav .nav_01 li a:hover{
	opacity: 1;
}

header .header01 nav .nav_01 .drop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
header .header01 nav .nav_01 .drop a{
	width: 100%;
	flex-grow: 1;
}
header .header01 nav .nav_01 .drop .drop-btn span{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 16px;
    line-height: 20px;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop .drop-btn span{
		justify-content: flex-start;
		font-weight: 500;
		cursor: pointer;
	}
}
header .header01 nav .nav_01 .drop .drop-btn span::after {
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 6px;
	background-image: url(../img/header/arrow01.png);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: center;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop .drop-btn span::after{
		width: 14px;
		height: 8px;
		margin: 0;
		background-image: url(../img/header/arrow03.png);
		background-size: 100% auto;
		position: absolute;
		right: 0;
		transform: rotateZ(-90deg);
		transition: all .5s;
	}
}
header .header01 nav .nav_01 .drop .drop-btn.drop-active span::after{
	transform: rotateZ(0deg);
}
header .header01 nav .nav_01 .drop ul{
	width: 245px;
	height: auto;
	position: absolute;
	top: 100px;
	left: -21px;
	right: auto;
	bottom: auto;
	z-index: -1;
	margin: auto;
	background-color: #214486;
}
header .header01 nav .nav_01 .drop ul.left{
	left: -113px;
	right: auto;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop ul.left{
		width: 100%;
	}
}
header .header01 nav .nav_01 .drop ul.left02{
	left: initial;
	right: -12px;
	width: 260px;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop ul.left02{
		width: 100%;
	}
}
@media only screen and (min-width: 768px){
	header .header01 nav .nav_01 .drop ul{
		visibility: hidden;
		opacity: 0;
		transition: all .3s;
		animation: tooltipShow2 0.3s linear 0s;
		padding: 20px 35px;
	}
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop ul{
		width: 100%;
		padding-top: 0;
		position: static;
		margin: 20px auto 0;
		display: none;
	}
}
@media only screen and (min-width: 768px){
	header .header01 nav .nav_01 .drop:hover ul{
		visibility: visible;
		opacity: 1;
		transition: all .3s;
		animation: tooltipShow 0.3s linear 0s;
	}
}
/*ナビアニメーション(ドロップダウン)指示*/
@keyframes tooltipShow{
	from{
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	to{
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes tooltipShow2{
	from{
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	to{
		opacity: 0;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
/*ナビアニメーション(ドロップダウン)指示*/
header .header01 nav .nav_01 .drop ul li{
	width: 100%;
	height: 45px;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop ul li{
		height: auto;
		padding-bottom: 0;
	}
	header .header01 nav .nav_01 .drop ul li:nth-of-type(1){
		border-top: 1px solid #D9D9D9;
	}
}
header .header01 nav .nav_01 .drop ul li a{
	width: 100%;
	height: 100%;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 0.02em;
	color: #fff;
	display: flex;
	flex-direction: initial;
	justify-content: flex-start;
	align-items: center;
	border-left: 0;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop ul li a{
		font-size: 15px;
		line-height: 40px;
		letter-spacing: 0.02em;
		font-weight: 400;
		background-color: transparent;
		justify-content: flex-start;
	}
	header .header01 nav .nav_01 .drop ul li:first-of-type a{
		margin-top: 10px;
	}
	header .header01 nav .nav_01 .drop ul li:first-of-type a.link01{
		font-weight: 500;
	}
}
header .header01 nav .nav_01 .drop ul li a img{
	width: 19px;
	height: auto;
	display: block;
	margin-right: 7px;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop ul li a img{
		width: 18px;
		margin-right: 15px;
	}
}
header .header01 nav .nav_01 .drop ul li a::before{
	display: none;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop ul li a:hover{
		background-color: transparent;
		color: #000000;
	}
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .nav01_01{
		padding-top: 43px;
		border-top: 1px solid #D9D9D9;
	}
	header .header01 nav .nav_01 .nav01_01 ul{
		width: 100%;
		height: auto;
		margin: 10px 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header .header01 nav .nav_01 .nav01_01 ul:nth-of-type(1){
		margin-top: 0;
	}
	header .header01 nav .nav_01 .nav01_01 ul li{
		width: auto;
		height: auto;
		margin: 0;
		border: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header .header01 nav .nav_01 .nav01_01 ul li a{
		width: auto;
		height: auto;
		padding: 0 10px;
		font-size: 14px;
		line-height: 24px;
	}
}
/*headerここまで*/

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 41px;
	background-color: #2E3545;
	display: block;
}
@media only screen and (max-width: 767px){
	footer{
		padding: 30px 0;
	}
}
footer .footer01{
	width: 1180px;
	height: auto;
	padding: 70px 0 0;
	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: 375px;
		padding: 0;
		margin: 0 auto;
		justify-content: flex-start;
	}
}
footer .footer01 .logo{
	width: 410px;
	height: auto;
	margin: 0 0 40px;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .logo{
		width: 80%;
		max-width: 284px;
		margin: 0;
	}
}
footer .footer01 .logo img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
footer .footer01 .f_nav{
	width: 491px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
footer .footer01 .f_nav ul{
	width: auto;
	height: auto;
}
footer .footer01 .f_nav ul li{
	width: auto;
	height: auto;
	margin-left: 5px;
}
footer .footer01 .f_nav ul li.link01{
	margin-left: 0;
}
footer .footer01 .f_nav ul li a{
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.02em;
	color: #fff;
}
footer .footer01 .f_nav ul li.link01 a{
	line-height: 36px;
}
footer .copy{
	width: 1180px;
	height: auto;
	margin: -27px auto 0;
	font-size: 11px;
	line-height: 21px;
	letter-spacing: 0.06em;
	color: #fff;
}
@media only screen and (max-width: 767px){
	footer .copy{
		width: 90%;
		max-width: 375px;
		font-size: 10px;
		line-height: 20px;
		margin: 25px auto 0;
	}
}

/*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 - 74px);
	min-height: 500px;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
@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-color: #abbcca;
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img02{
	background-color:#104EA3;
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img03{
	background-color: #abbcca;
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img04{
	background-color:#104EA3;
}
@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ここまで*/

.contents01{
	width: 100%;
	height: auto;
	display: block;
	padding-top: 40px;
}
@media only screen and (max-width: 767px){
	.contents01{
		width: 100%;
		padding-top: 30px;
	}
}
.anc01{
	width: 1180px;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.anc01{
		width: 90%;
		max-width: 375px;
	}
}
.anc01 h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 44px;
	line-height: 64px;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px){
	.anc01 h2{
		font-size: 24px;
		line-height: 40px;
	}
}	
.anc01 .ank{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/*border-right: 1px solid #313131;*/
	margin: 30px 0 70px;
}
@media only screen and (max-width: 767px){
	.anc01 .ank{
		flex-wrap: wrap;
		gap: 15px 0;
		margin: 30px 0 40px;
	}
}
.anc01 .ank li{
	width: auto;
	height: auto;
}
.anc01 .ank li a{
	width: auto;
	height: auto;
	padding: 0 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.06em;
	border-left: 1px solid #313131;
}
.anc01 .ank li:last-child a{
	border-right: 1px solid #313131;
}
@media only screen and (max-width: 767px){
	.anc01 .ank li a{
		padding: 0 15px;
		font-size: 12px;
		line-height: 22px;
	}
}
.anc01 .ank li a img{
	width: 12px;
	height: auto;
	display: block;
	margin-left: 10px;
}
@media only screen and (max-width: 767px){
	.anc01 .ank li a img{
		width: 12px;
		margin-left: 8px;
	}
}


/*共通*/
h3.title{
	width: 100%;
	height: 63px;
	border-radius: 10px;
	background-color: #214486;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0.1em;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 30px;
}
@media only screen and (max-width: 767px){
	h3.title{
		width: 100%;
		height: 45px;
		font-size: 20px;
		padding-left: 20px;
	}
}



/*.paginationここから*/
.wp-pagenavi {
	width: 80%;
	height: auto;
	margin: 100px auto;
	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: 80px auto;
	}
}
.wp-pagenavi span{
	width: 50px;
	height: 50px;
	font-size: 16px;
	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{
		width: 35px;
		height: 35px;
		font-size: 11px;
		line-height: 35px;
		border-radius: 4px;
	}
}
.wp-pagenavi a{
	width: 50px;
	height: 50px;
	font-size: 16px;
	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 a{
		width: 35px;
		height: 35px;
		font-size: 11px;
		line-height: 35px;
		border-radius: 4px;
	}
}
.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: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 9px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #000000;
	background-color: #000000;
	border-radius: 6px;
	/*font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 700;*/
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .current{
		width: 35px;
		height: 35px;
		font-size: 11px;
		line-height: 35px;
		border-radius: 4px;
	}
}
/*.paginationここまで*/

/*includeここまで*/