@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フォントここから*/
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Thin.otf') format('truetype');
	font-weight: 100;
}
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Light.otf') format('truetype');
	font-weight: 300;
}
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Regular.otf') format('truetype');
	font-weight: 400;
}
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Medium.otf') format('truetype');
	font-weight: 500;
}
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Bold.otf') format('truetype');
	font-weight: 700;
}
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Black.otf') format('truetype');
	font-weight: 900;
}

body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family:
	'Noto_Sans_JP',
	sans-serif;
	font-weight: 400;
	color: #191719;
}
body.active {
	height: 100%;
	overflow-y: hidden;
}
.font_m{
	font-family:
	'Times New Roman',
	'YuMincho',
	'Hiragino Mincho ProN',
	'Yu Mincho',
	'MS PMincho',
	serif;
}

.regular{
	font-family:
	'Noto_Sans_JP',
	sans-serif;
	font-weight: 400;
}
.thin{
	font-family:
	'Noto_Sans_JP',
	sans-serif;
	font-weight: 100;
}
.light{
	font-family:
	'Noto_Sans_JP',
	sans-serif;
	font-weight: 300;
}
.mid{
	font-family:
	'Noto_Sans_JP',
	sans-serif;
	font-weight: 500;
}
.bold{
	font-family:
	'Noto_Sans_JP',
	sans-serif;
	font-weight: 700;
}
.black{
	font-family:
	'Noto_Sans_JP',
	sans-serif;
	font-weight: 900;
}
@font-face{
	font-family: 'Noto_Serif_JP';
	src: url('../font/Noto_Serif_JP/NotoSerifJP-ExtraLight.otf') format('truetype');
	font-weight: 200;
}
@font-face{
	font-family: 'Noto_Serif_JP';
	src: url('../font/Noto_Serif_JP/NotoSerifJP-Light.otf') format('truetype');
	font-weight: 300;
}
@font-face{
	font-family: 'Noto_Serif_JP';
	src: url('../font/Noto_Serif_JP/NotoSerifJP-Regular.otf') format('truetype');
	font-weight: 400;
}
@font-face{
	font-family: 'Noto_Serif_JP';
	src: url('../font/Noto_Serif_JP/NotoSerifJP-Medium.otf') format('truetype');
	font-weight: 500;
}
@font-face{
	font-family: 'Noto_Serif_JP';
	src: url('../font/Noto_Serif_JP/NotoSerifJP-SemiBold.otf') format('truetype');
	font-weight: 600;
}
@font-face{
	font-family: 'Noto_Serif_JP';
	src: url('../font/Noto_Serif_JP/NotoSerifJP-Bold.otf') format('truetype');
	font-weight: 700;
}
@font-face{
	font-family: 'Noto_Serif_JP';
	src: url('../font/Noto_Serif_JP/NotoSerifJP-Black.otf') format('truetype');
	font-weight: 900;
}
.g_elight{
	font-family:
	'Noto_Serif_JP',
	sans-serif;
	font-weight: 200;
}
.g_light{
	font-family:
	'Noto_Serif_JP',
	sans-serif;
	font-weight: 300;
}
.g_font{
	font-family:
	'Noto_Serif_JP',
	sans-serif;
	font-weight: 400;
}
.g_mid{
	font-family:
	'Noto_Serif_JP',
	sans-serif;
	font-weight: 500;
}
.g_sbold{
	font-family:
	'Noto_Serif_JP',
	sans-serif;
	font-weight: 600;
}
.g_bold{
	font-family:
	'Noto_Serif_JP',
	sans-serif;
	font-weight: 700;
}
.g_black{
	font-family:
	'Noto_Serif_JP',
	sans-serif;
	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: 74px;
}
@media only screen and (max-width: 767px) {
	main{
	}
}

/*headerここから*/
header{
	width: 100%;
	height: 74px;
	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 20px;
	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: transdrop;
		transition: all .5s;
	}
}
header .header01 h1{
	width: 140px;
	height: auto;
	margin: 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 h1{
		width: 100px;
		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%;
		z-index: 10;
		background-color: #254A9D;
		position: relative;
		margin: 0;
		cursor: pointer;
		flex-shrink: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-direction: column;
	}
	/*メニューオープンボタン内部テキスト*/
	header .header01 .slide-menu-btn::after{
		content: "メニュー";
		width: 100%;
		height: auto;
		font-size: 12px;
		line-height: 12px;
		font-weight: 400;
		color: #fff;
		text-align: center;
		margin: 5px 0 0;
		display: block;
	}
	header .header01 .slide-menu-btn.active::after{
		content: "閉じる";
		color: #2C4B98;
	}
	/*メニューオープンボタン内部の線*/
	header .header01 .slide-menu-btn .line-bar{
		width: 25px;
		height: 2px;
		color: #ffffff;
		background-color: #ffffff;
		border-radius: 1px;
		position: relative;
		margin: 15px 0 10px;
		transition: all 0.6s ease;
		display: block;
	}
	header .header01 .slide-menu-btn .line-bar::before{
		content: "";
		display: block;
		background-color: #fff;
		border-radius: 1px;
		position: absolute;
		width: 100%;
		height: 2px;
		transition: all 0.6s ease;
		top: -10px;
	}
	header .header01 .slide-menu-btn .line-bar::after{
		content: "";
		display: block;
		background-color: #fff;
		border-radius: 1px;
		position: absolute;
		width: 100%;
		height: 2px;
		transition: all 0.6s ease;
		bottom: -10px;
	}
	header .header01 .slide-menu-btn.active{
		background-color: #fff;
	}
	header .header01 .slide-menu-btn.active .line-bar{
		background-color: #2C4B98;
		transform: rotate(135deg);
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn.active .line-bar::before{
		background-color: #2C4B98;
		transform: rotate(90deg);
		top: 0;
	}
	header .header01 .slide-menu-btn.active .line-bar::after{
		opacity: 0;
	}
/*メニューオープンボタン*/
}
header .header01 nav{
	box-sizing: border-box;
	width: 700px;
	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( 255, 255, 255, .96);
		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: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@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;
		border-top: 1px solid #D9D9D9;
	}
}
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 dashed #D9D9D9;
	}
	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: 15px;
	line-height: 19px;
	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: 66px;
		font-size: 16px;
		line-height: 20px;
		border-bottom: 0;
		justify-content: flex-start;
	}
}
header .header01 nav .nav_01 li a:hover{
	opacity: 1;
}
header .header01 nav .nav_01 li a::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;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 li a::before{
		display: none;
	}
}
header .header01 nav .nav_01 li a:hover::before{
	background-color: #104EA3;
	transition: all .5s;
}
header .header01 nav .nav_01 li .active::before{
	background-color: #104EA3;
	transition: all .5s;
}
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: auto;
	flex-grow: 1;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop a{
		/*width: calc(100% - 66px);*/
	}
}
header .header01 nav .nav_01 .drop .drop-btn{
	width: 20px;
	height: 74px;
	margin: 0 0 0 10px;
	background-image: url(../img/header/arrow01.png);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: center;
	display: block;
	transform: rotateZ(0);
	transition: all .5s;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop .drop-btn{
		width: 66px;
		height: 66px;
		margin: 0;
		background-size: 25px auto;
	}
}
header .header01 nav .nav_01 .drop .drop-btn.drop-active{
	transform: rotateZ(180deg);
	transition: all .5s;
}
header .header01 nav .nav_01 .drop ul{
	width: 165px;
	height: auto;
	padding-top: 74px;
	position: absolute;
	top: 0;
	left: -21px;
	right: auto;
	bottom: auto;
	z-index: -1;
	margin: auto;
}
header .header01 nav .nav_01 .drop ul.left{
	left: -21px;
	right: auto;
}
header .header01 nav .nav_01 .drop ul.right{
	left: auto;
	right: -21px;
}
@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;
	}
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop ul{
		width: 100%;
		padding-top: 0;
		position: static;
		margin: auto;
		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: 55px;
	}
	header .header01 nav .nav_01 .drop ul li:nth-of-type(1){
		border-top: 1px dashed #D9D9D9;
	}
}
header .header01 nav .nav_01 .drop ul li a{
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 20px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .drop ul li a{
		padding-left: 5%;
		font-size: 16px;
		line-height: 20px;
		background-color: transparent;
		justify-content: flex-start;
	}
}
header .header01 nav .nav_01 .drop ul li a::before{
	display: none;
}
header .header01 nav .nav_01 .drop ul li a:hover{
	background-color: #104EA3;
	color: #ffffff;
}
@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;
	background-color: #abbcca;
	display: block;
}
footer .footer01{
	width: 980px;
	height: auto;
	padding: 55px 0 21px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01{
		width: 90%;
		max-width: 320px;
		padding: 40px 0 10px;
	}
}
footer .footer01 .logo{
	width: 184px;
	height: auto;
	margin: 0 0 40px;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .logo{
		width: 147px;
		margin: 0 auto 25px;
	}
}
footer .footer01 .logo img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
footer .footer01 .footer01_01{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
footer .footer01 .footer01_01 .footer01_01_01{
	width: auto;
	height: auto;
	margin: 0 100px 0 0;
	display: block;
	flex-shrink: 0;
}
footer .footer01 .footer01_01 .footer01_01_01 p{
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	display: block;
}
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;
	display: block;
	margin: 0;
}
footer .footer01 .footer01_01 .footer01_01_02 ul li a{
	font-size: 14px;
	line-height: 24px;
}
footer .footer01 .footer01_01 .footer01_01_02 ul li ul{
	width: 100%;
	height: auto;
	padding-left: 10px;
	margin: 0;
	display: block;
}
footer .footer01 .footer01_01 .footer01_01_02 ul li ul li{
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
footer .footer01 .footer01_01 .footer01_01_02 ul li ul li a{
	font-size: 14px;
	line-height: 24px;
}
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ここまで*/

/*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;
	align-content: 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ここまで*/

/*.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ここまで*/