@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: #121314;
	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;
	text-decoration-skip-ink: none;*/
}
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;
}

.g_elight{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 200;
}
.g_light{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.g_regular{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.g_mid{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.g_sbold{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.g_bold{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.g_ebold{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
}
.g_black{
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}
/*Googleフォントここまで*/

/*adobeフォント din-2014*/
.d_font{
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.d_bold{
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.d_demi{
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-style: normal;
}
*{
	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,
header,
footer{
	min-width: 1220px;
}
@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;
}

main{
	width: 100%;
	height: auto;
	padding-top: 62px;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	main{
		padding-top: 90px;
	}
}

/*headerここから*/
header{
	width: 100%;
	height: 62px;
	display: block;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: #ffffff;
}
@media only screen and (max-width: 767px){
	header{
		height: 59px;
		box-shadow: none;
		background-color: initial;
	}
}
header .header01{
	width: 100%;
	height: 100%;
	padding: 0 0 0 30px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01{
		width: 90%;
		padding: 0 0 0 19px;
		margin: 19px auto 0;
		background-color: transparent;
		transition: all .5s;
		background-color: #fff;
	}
}

header .header01 .header01_01{
	width: auto;
	height: 100%;
	position: relative;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*ロゴ部分*/
header .header01 .header01_01 .logo{
	width: 172px;
	height: auto;
	margin: 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 .header01_01 .logo{
		width: 172px;
		position: relative;
		z-index: 10;
		transition: all 0s;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
}
header .header01 .header01_01 .logo a{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
header .header01 .header01_01 .logo a h1{
	width: 100%;
	height: 35px;
	position: relative;
}
header .header01 .header01_01 .logo a h1 img{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
header .header01 .header01_01 .logo a h1 img.logo02{
		width: 100%;
		height: auto;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		opacity: 0;
	}
@media only screen and (max-width: 767px) {
	header .header01 .header01_01 .logo a h1 img{
		width: 100%;
		display: block;
	}
	header .header01 .header01_01.active .logo a h1 img.logo01{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	header .header01 .header01_01 .logo a h1 img.logo02{
		opacity: 0;
		transition: all .5s;
	}
	header .header01 .header01_01.active .logo a h1 img.logo02{
		opacity: 1;
		transition: all .8s;
	}
}
/*ロゴ部分ここまで*/

/*ナビ部分ここから*/
header .header01 .nav_bg{
	width: auto;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-content: center;
}
@media only screen and (max-width: 767px) {
	header .header01 .nav_bg{
			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 .nav_bg .nav_area{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
header .header01 .nav_bg .nav_area nav{
	box-sizing: border-box;
	width: 532px;
	height: auto;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01 .nav_bg .nav_area nav{
		width: 100%;
		min-width: 320px;
		height: 100vh;
		padding: 135px 0 30px;
		display: block;
		position: fixed;
		background-color: #0E1646;
		top: -100vh;
		right: 0;
		z-index: 1;
		transition: all .5s;
	}
	header .header01 .nav_bg .nav_area nav.panelactive{
		top: 0;
		right: 0;
		transition: all .5s;
	}
}
header .header01 .nav_bg .nav_area nav ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01 .nav_bg .nav_area nav ul{
		width: 90%;
		max-width: 320px;
		height: auto;
		margin: 0 auto;
		display: block;
		overflow-y: scroll;
	}
}
header .header01 .nav_bg .nav_area nav ul li{
	width: auto;
	height: 100%;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	header .header01 .nav_bg .nav_area nav ul li{
		width: 100%;
		height: auto;
		border-top: 2px dotted #D9D9D9;
		padding: 20px 0;
		text-align: left;
	}
	header .header01 .nav_bg .nav_area nav ul li:nth-of-type(1){
		border-top: 0;
		padding-top: 0;
	}
}
header .header01 .nav_bg .nav_area nav ul li a{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: calc((50/1000)*1em);
}
@media only screen and (max-width: 767px){
	header .header01 .nav_bg .nav_area nav ul li a{
		font-weight: 500;
	}
}
header .header01 .nav_bg .nav_area nav ul li a.active{
	color: #023C91;
}
@media only screen and (max-width: 767px){
	header .header01 .nav_bg .nav_area nav ul li a.active{
		color: #fff;
	}
}
header .header01 .nav_bg .nav_area nav ul li a:hover{
	color: #273277;
	transition: all 0.4s;
}

@media only screen and (max-width: 767px){
	header .header01 .nav_bg .nav_area nav ul li a{
		height: auto;
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 1px;
		border-bottom: 0;
		justify-content: flex-start;
		color: #fff;
		width: 100%;
		display: block;
	}
}
header .header01 .nav_bg .nav_area nav ul li a:hover{
	opacity: 1;
}
header .header01 .nav_bg .nav_area nav .nav_pp{
	text-align: center;
	display: block;
	color: #fff;
	margin: 30px auto 0;
	text-align: center;
	width: 155px;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: calc((50/1000)*1em);

}
header .header01 .nav_bg .nav_mail{
	width: 155px;
	height: 100%;
	background-color: #0E1646;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((50/1000)*1em);
	color: #fff;
	margin-left: 69px;
}
@media only screen and (max-width: 767px){
	header .header01 .nav_bg .nav_mail{
		height: auto;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
	header .header01 .nav_bg .nav_mail{
		margin-left: 25px;
		height: auto;
	}
}



@media only screen and (max-width: 767px){
/*メニューオープンボタン*/
	header .header01 .slide-menu-btn{
		width: 59px;
		height: 59px;
		background-color: #0E1646;
		z-index: 10;
		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:"MENU";
		width: 100%;
		height: auto;
		font-size: 10px;
		line-height: 10px;
		font-family: "din-2014", sans-serif;
		font-weight: 600;
		font-style: normal;
		color: #fff;
		text-align: center;
		margin: 5px 0 0;
		display: block;
	}
	header .header01 .slide-menu-btn.active::after{
		content:閉じる;
		color: #fff;
	}
	/*メニューオープンボタン内部の線*/
	header .header01 .slide-menu-btn .line-bar{
		width: 28px;
		height: 2px;
		color: #ffffff;
		background-color: #ffffff;
		border-radius: 1px;
		position: relative;
		margin: 10px 0 10px;
		transition: all 0.6s ease;
		display: block;
	}
	header .header01 .slide-menu-btn .line-bar::before{
		content: "";
		display: block;
		background-color: #ffffff;
		border-radius: 1px;
		position: absolute;
		width: 100%;
		height: 2px;
		transition: all 0.6s ease;
		top: -8px;
	}
	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: -8px;
	}
	
	header .header01 .slide-menu-btn.active .line-bar{
		background-color: #fff;
		transform: rotate(135deg);
		transition: all 0.6s ease;
	}
	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;
	}
}
/*メニューオープンボタン*/

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	display: block;
}
footer .footer01{
	width: 1120px;
	height: auto;
	padding: 26px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01{
		width: 90%;
		max-width: 320px;
		padding: 18px 0 18px;
	}
}
footer .footer01 .footer01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
footer .footer01 .footer01_01 .footer01_01_01{
	width: 50%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01 .footer01_01_01{
		width: 100%;
	}
}
footer .footer01 .footer01_01 .footer01_01_01 .logo{
	width: 253px;
	height: auto;
	margin-bottom: 10px;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_01 .footer01_01_01 .logo{
		margin: 0 auto 10px;
	}
}
footer .footer01 .footer01_01 .footer01_01_01 .logo img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
footer .footer01 .footer01_01 .footer01_01_01 .text01{
	font-size: 13px;
	line-height: 22px;
	letter-spacing: calc((50/1000)*1em);
}
footer .footer01 .footer01_01 .footer01_01_02{
	width: auto;
	height: auto;
	display: block;
}

footer .footer01 .footer01_01 .footer01_01_02 ul{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 39px;
	margin-top: 10px;
}
footer .footer01 .footer01_01 .footer01_01_02 ul li{
	font-size: 14px;
	line-height: 43px;
	letter-spacing: calc((50/1000)*1em);
}

footer .footer01 .footer01_02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-: 24px 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
footer .footer01 .footer01_02 a{
	font-size: 13px;
	line-height: 43px;
	letter-spacing: calc((50/1000)*1em);
}

footer .footer01 .footer01_02 .text01{
	width: auto;
	height: auto;
	font-size: 11px;
	line-height: 21px;
	letter-spacing: calc((80/1000)*1em);
}
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;
	display: block;
}
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;
	margin: 0;
	display: block;
}
footer .footer01 .footer01_01 .footer01_01_02 > ul li > ul li > a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	display: block;
}
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{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_02 .text01{
		font-size: 11px;
		line-height: 21px;
	}
}
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{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_02 > ul li a{
		font-size: 13px;
		line-height: 23px;
	}
}
/*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;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top{
		min-width: 320px;
	}
}
.eyecatch_inc.top .eyecatch_inc01{
	width: 1180px;
	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 .text01{
	width: auto;
	height: auto;
	margin: 0;
	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);
	height: calc(var(--vh_2, 1vh) * 100 - 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ここまで*/

/*.pan_incここから*/
.pankuzu_inc{
	width: 100%;
	height: auto;
}
.pankuzu_inc .pankuzu_inc_inner{
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	padding: 0 30px;
	font-size: 0;
	line-height: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner{
		width: 90%;
		padding: 0;
		max-width: 320px;
	}
}
.pankuzu_inc .pankuzu_inc_inner > a{
	font-size: 12px;
	line-height: 24px;
	letter-spacing: calc((56/1000)*1em);
	display: inline;
	color: #BCBCBC;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > a{
		font-size: 12px;
		line-height: 22px;
	}
}
.pankuzu_inc .pankuzu_inc_inner > span{
	font-size: 12px;
	line-height: 22px;
	letter-spacing: calc((56/1000)*1em);
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > span{
		font-size: 12px;
		line-height: 22px;
	}
}
.pankuzu_inc .pankuzu_inc_inner > p{
	font-size: 12px;
	line-height: 22px;
	letter-spacing: calc((56/1000)*1em);
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > p{
		font-size: 12px;
		line-height: 22px;
	}
}
/*.pan_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: 39px auto;
	}
}
.wp-pagenavi span{
	width: 40px;
	height: 40px;
	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: 40px;
		height: 40px;
		font-size: 15px;
		line-height: 35px;
		border-radius: 4px;
	}
}
.wp-pagenavi a{
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 9px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #cccccc;
	color: #A09E9E;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi a{
		width: 40px;
		height: 40px;
		font-size: 15px;
		line-height: 35px;
		border-radius: 50px;
	}
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	border: 1px solid transparent;
}
.wp-pagenavi .extend{
	display: none;
}
.wp-pagenavi a:hover{
	color: #1A57B1;
	border: 1px solid #1A57B1;
	opacity: 1;
}
.wp-pagenavi .current{
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 9px;
	text-align: center;
	color: #1A57B1;
	border: 1px solid #1A57B1;
	border-radius: 50%;
	/*font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 700;*/
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .current{
		width: 40px;
		height: 40px;
		font-size: 15px;
		line-height: 35px;
		border-radius: 50px;
	}
}
/*.paginationここまで*/



/*--------------------------------------------
CTA部分
--------------------------------------------*/
.cta{
	width: 100%;
	height: auto;
	margin-top: 115px;
	padding: 90px 0 80px;
	background-image: url(../img/common/bg_cta.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.cta{
		margin-top: 63px;
		padding: 46px 0 53px;
		background-image: url(../img/common/bg_cta_sp.jpg);
	}
}
.cta .cta_wrap{
	width: auto;
	height: auto;
}
@media only screen and (max-width: 767px){
	.cta .cta_wrap{
		width: 90%;
		margin: 0 auto;
	}
}
.cta .cta_wrap .cta_title{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 35px;
	line-height: 55px;
	letter-spacing: calc((120/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	.cta .cta_wrap .cta_title{
		font-size: 25px;
		line-height: 35px;
	}
}
.cta .cta_wrap .sub_title{
	color: #fff;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((120/1000)*1em);
}
@media only screen and (max-width: 767px){
	.cta .cta_wrap .sub_title{
		font-size: 11px;
		line-height: 21px;
	}
}
.cta .cta_wrap .cta_text{
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: calc((90/1000)*1em);
	text-align: center;
	margin-top: 38px;
}
@media only screen and (max-width: 767px){
	.cta .cta_wrap .cta_text{
		font-size: 15px;
		line-height: 24px;
		margin-top: 18px;
	}
}
.cta .cta_wrap .cta_01{
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 38px;
}
@media only screen and (max-width: 767px){
	.cta .cta_wrap .cta_01{
		display: block;
		margin-top: 24px;
	}
}
.cta .cta_wrap .cta_01 .tel{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 37px;
	line-height: 47px;
	letter-spacing: calc((100/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	.cta .cta_wrap .cta_01 .tel{
		font-size: 27px;
		line-height: 28px;
	}
	.cta .cta_wrap .cta_01 .tel span{
		border-bottom: 1px solid #fff;
	}	
}
.cta .cta_wrap .cta_01 .tel img{
	width: 44px;
	height: auto;
	display: block;
	margin-right: 16px;
}
@media only screen and (max-width: 767px){
	.cta .cta_wrap .cta_01 .tel img{
		width: 33px;
		margin-right: 12px;
	}
}
.cta .cta_wrap .cta_01 .mail{
	width: 277px;
	height: 77px;
	padding: 0 63px 0 81px;
	border: 1px solid #fff;
	border-radius: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((56/1000)*1em);
	color: #fff;
	margin-left: 24px;
}
@media only screen and (max-width: 767px){
	.cta .cta_wrap .cta_01 .mail{
		width: 206px;
		height: 54px;
		padding: 0 45px 0;
		margin: 18px auto 0;
	}
}
.cta .cta_wrap .cta_01 .mail img{
	width: 7px;
	height: auto;
	display: block;
}
.cta .cta_wrap .cta_text02{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((120/1000)*1em);
	text-align: center;
	margin-top: 18px;
}
@media only screen and (max-width: 767px){
	.cta .cta_wrap .cta_text02{
		font-size: 13px;
		line-height: 23px;
		margin-top: 16px;
	}
}

/*--------------------------------------------
3つの強み部分
--------------------------------------------*/
.point{
	width: 100%;
	height: auto;
	display: block;
}
.point .point_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 18px 0 115px;
	display: block;
}
@media only screen and (max-width: 767px){
	.point .point_01{
		padding: 0 0 0;
	}
}
@media only screen and (max-width: 767px){
	.point .point_01 .title{
		text-align: center;
	}	
}
.point .point_01 .point_01_01{
	width: 100%;
	height: auto;
	margin-top: 45px;
	padding-bottom: 60px;
}
@media only screen and (max-width: 767px){
	.point .point_01 .point_01_01{
		width: 100%;
		height: auto;
		margin-top: 45px;
		padding-bottom: 0;
	}
}
.point .point_01 .point_01_01 ul{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
@media only screen and (max-width: 767px){
	.point .point_01 .point_01_01 ul{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		gap: 47px 0;
	}
}
.point .point_01 .point_01_01 ul li{
	width: 315px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.point .point_01 .point_01_01 ul li{
		width: 100%;
		position: relative;
	}
	.point .point_01 .point_01_01 ul li::after{
		content:'';
		display: block;
		width: 100%;
		height: 147px;
		background-color: #0E1646;
		position: absolute;
		top: 120px;
		left: 0;
		z-index: -1;
	}
}
.point .point_01 .point_01_01 ul li .wrap{
	width: 100%;
	height: auto;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.point .point_01 .point_01_01 ul li .wrap{
		width: 90%;
		max-width: 320px;
		margin: 0 auto;
	}
}
.point .point_01 .point_01_01 ul li .wrap img{
	width: 100%;
	height: auto;
	display: block;
}
.point .point_01 .point_01_01 ul li .wrap .text01{
	color: #CDD2E2;
	font-size: 66px;
	line-height: 76px;
	letter-spacing: calc((30/1000)*1em);
	margin-top: -35px;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.point .point_01 .point_01_01 ul li .wrap .text01{
		font-size: 49px;
		line-height: 59px;
		margin-top: -30px;
	}
}
.point .point_01 .point_01_01 ul li .wrap .text02{
	color: #fff;
	font-size: 27px;
	line-height: 38px;
	letter-spacing: calc((90/1000)*1em);
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px){
	.point .point_01 .point_01_01 ul li .wrap .text02{
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 40px;
	}
}
.point .point_01 .point_01_01 ul li .text03{
	font-size: 14px;
	line-height: 28px;
	letter-spacing: calc((56/1000)*1em);
}
@media only screen and (max-width: 767px){
	.point .point_01 .point_01_01 ul li .text03{
		line-height: 25px;
		width: 90%;
		max-width: 320px;
		margin: 0 auto;
	}
}
.point .point_01 .point_01_01 span{
	width: 100%;
	height: 215px;
	background-color: #0E1646;
	display: block;
	margin-top: -378px;
}

/*--------------------------------------------
共通自動スライダー部分
--------------------------------------------*/

.slide{
	width: 100%;
	height: auto;
	display: block;
}
.slide .slide_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 130px 0 0;
	display: block;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 767px){
	.slide .slide_01{
		padding: 82px 0 0;
	}
}
.slide .slide_01 .btn{
	position: absolute;
	top: 130px;
	right: calc((100% - 1120px) / 2);
}
@media only screen and (max-width: 767px){
	.slide .slide_01 .btn{
		position: initial;
		width: 168px;
		padding: 0 33px 0 38px;
		margin: 23px auto 0;
	}
}
.slide .slide_01 .slide_01_01{
	width: 100%;
	height: auto;
	margin-top: 45px;
	padding-bottom: 60px;
}
.slide .slide_01 .slide01-wrapper {
	width: 100%;
	height: auto;
	display: flex;
	animation: loopSlide linear infinite; /* duration はJSで動的に設定 */
	margin-top: 35px;
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}
@media only screen and (max-width: 767px){
	.slide .slide_01 .slide01-wrapper {
		margin-top: 30px;
		padding-bottom: 20px;
	}
}
.slide .slide_01 .slide01-wrapper .bg_color{
	width: 100%;
	height: 161px;
	background-color: #D9E1EB;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: block;
}
@media only screen and (max-width: 767px){
	.slide .slide_01 .slide01-wrapper .bg_color{
		height: 148px;
	}
}
.slide .slide_01 .slide01-wrapper .slide01 {
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.slide .slide_01 .slide01-wrapper .slide01 li {
	width: 285px;
	height: auto;
	display: block;
	margin-right: 36px;
}
.slide .slide_01 .slide01-wrapper .slide01 li a {
	width: 100%;
	display: block;
}
.slide .slide_01 .slide01-wrapper .slide01 li a .img_box{
	width: 100%;
	height: auto;
	position: relative;
}
.slide .slide_01 .slide01-wrapper .slide01 li a .img_box::after{
	content:'';
	display: block;
	width: 403px;
	height: 132px;
	background-image: url(../img/index/shadow.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	bottom: -40px;
	left: -50px;
}
@media only screen and (max-width: 767px){
	.slide .slide_01 .slide01-wrapper .slide01 li a .img_box::after{
		content:'';
		display: block;
		width: 286px;
		height: 132px;
		background-image: url(../img/index/shadow.png);
		background-repeat:no-repeat; 
		background-size: 100% auto;
		position: absolute;
		bottom: -70px;
		left: -30px;
	}
}
.slide .slide_01 .slide01-wrapper .slide01 li a .img_box img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
}
.slide .slide_01 .slide01-wrapper .slide01 li a .text06 {
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((56/1000)*1em);
	color: #273277;
}
.slide .slide_01 .slide01-wrapper .slide01 li a .text06 img.arrow02{
	width: 6px;
	height: auto;
	display: block;
	margin-left: 17px;
}
/* スマホ対応 */
@media screen and (max-width: 767px) {
	.slide .slide_01 .slide01-wrapper .slide01 {
		flex-wrap: nowrap;
	}
	.slide .slide_01 .slide01-wrapper .slide01 li {
		width: 206px;
		flex-shrink: 0;
	}
}
/*--------------------------------------------
共通装飾リンクボタン
--------------------------------------------*/
a.btn{
	width: auto;
	height: 54px;
	border: 1px solid #273277;
	border-radius: 27px;
	padding: 0 33px 0 41px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	line-height: 32px;
	color: #273277;
	letter-spacing: calc((56/1000)*1em);
	gap: 15px;
}
@media only screen and (max-width: 767px){
	a.btn{
		width: auto;
		height: 54px;
		border: 1px solid #273277;
		border-radius: 27px;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 0;
	}
}
.btn img{
	width: 7px;
	height: auto;
}

/*共通流れ部分*/
.inc_flow{
	width: 100%;
	height: auto;
	display: block;
}
.inc_flow .inc_flow_01{
	width: 1120px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 93px 0 120px;
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01{
		width: 90%;
		max-width: 320px;
		padding: 85px 0 83px;
	}
}
.inc_flow .inc_flow_01 .flow_area{
	width: 1120px;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01 .flow_area{
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
}
.inc_flow .inc_flow_01 .flow_area .flow_guide{
	width: 465px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto 0;
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01 .flow_area .flow_guide{
		width: 100%;
		max-width: 300px;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 20px auto 0;
	}
}
.inc_flow .inc_flow_01 .flow_area .flow_guide li{
	width: 90px;
	height: 40px;
	background-color: #DADBE2;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((100/1000)*1em);
	color: #fff;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01 .flow_area .flow_guide li{
		width: 62px;
		height: 28px;
		background-color: #DADBE2;
		border-radius: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		line-height: 25px;
		letter-spacing: calc((100/1000)*1em);
		color: #fff;
		position: relative;
	}
}
.inc_flow .inc_flow_01 .flow_area .flow_guide li::after{
	content:'';
	display: block;
	width: 13px;
	height: 22px;
	background-image: url(../img/business/arrow01.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -25px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01 .flow_area .flow_guide li::after{
		width: 9px;
		height: 15px;
		background-image: url(../img/business/arrow01.png);
		top: 0;
		bottom: 0;
		right: -13px;
		margin: auto;
	}
}
.inc_flow .inc_flow_01 .flow_area .flow_guide li:last-of-type::after{
	content:initial;
}
.inc_flow .inc_flow_01 .flow_area .flow_guide li.is-active{
	background-color: #0E1646;
}

.inc_flow .inc_flow_01 .flow_area .flow{
	width: 858px;
	height: auto;
	margin: 38px auto 0;
	padding: 47px 74px 58px;
	background-color: #F5F5F5;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01 .flow_area .flow{
		width: 100%;
		max-width: 300px;
		min-height: 235px;
		margin: 30px auto 0;
		padding: 20px 20px;
		background-color: #F5F5F5;
		position: relative;
	}
}
.inc_flow .inc_flow_01 .flow_area .slick-prev,
.inc_flow .inc_flow_01 .flow_area .slick-next{
  width: 61px;
  height: 61px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01 .flow_area .slick-prev,
	.inc_flow .inc_flow_01 .flow_area .slick-next{
	  width: 31px;
	  height: 31px;
	}
}
.inc_flow .inc_flow_01 .flow_area .slick-prev{
  background-image: url(../img/business/left.png);
  left: -82px;
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01 .flow_area .slick-prev{
	  left: -18px;
	}
}
.inc_flow .inc_flow_01 .flow_area .slick-prev:before{
	content:''!important;
}
.inc_flow .inc_flow_01 .flow_area .slick-next{
  background-image: url(../img/business/right.png);
  right: -82px;
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01 .flow_area .slick-next{
	  right: -18px;
	}
}
.inc_flow .inc_flow_01 .flow_area .slick-next:before{
	content:''!important;
}
.inc_flow .inc_flow_01 .flow_area .flow .slick-prev.slick-arrow.slick-disabled{
	opacity: 0.2;
	cursor: auto;
	/*display: none!important;*/
}
.inc_flow .inc_flow_01 .flow_area .flow .slick-next.slick-arrow.slick-disabled{
	opacity: 0.2;
	cursor: auto;
}
.inc_flow .inc_flow_01 .flow_area .flow li{
	width: 100%;
	height: auto;
	display: block;
}
.inc_flow .inc_flow_01 .flow_area .flow li .flow01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01 .flow_area .flow li .flow01{
		flex-direction: column;
		align-items: flex-start;
	}
}
.inc_flow .inc_flow_01 .flow_area .flow li .flow01 .flow_txt01{
	width: 185px;
	height: 46px;
	background-color: #0E1646;
	color: #fff;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	line-height: 27px;
	letter-spacing: calc((100/1000)*1em);
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01 .flow_area .flow li .flow01 .flow_txt01{
		width: 125px;
		height: 31px;
		font-size: 11px;
		line-height: 16px;
		letter-spacing: calc((100/1000)*1em);
	}
}
.inc_flow .inc_flow_01 .flow_area .flow li .flow01 .flow_txt02{
	margin-left: 12px;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: calc((60/1000)*1em);
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01 .flow_area .flow li .flow01 .flow_txt02{
		margin-left: 0;
		margin-top: 5px;
		font-size: 11px;
		line-height: 21px;
		letter-spacing: calc((100/1000)*1em);
	}
}
.inc_flow .inc_flow_01 .flow_area .flow li .flow01 .flow_txt02 .span01{
	color: #BA122C;
}
.inc_flow .inc_flow_01 .flow_area .flow li .flow02{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01 .flow_area .flow li .flow02{
		margin-top: 12px;
	}
}
.inc_flow .inc_flow_01 .flow_area .flow li .flow02 .flow02_inner{
	width: 316px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01 .flow_area .flow li .flow02 .flow02_inner{
		width: 46%;
	}
}
.inc_flow .inc_flow_01 .flow_area .flow li .flow02 .flow02_inner .img01{
	width: 100%;
	height: auto;
	display: block;
}
.inc_flow .inc_flow_01 .flow_area .flow li .flow02 .flow02_inner .flow_txt03{
	font-size: 15px;
	line-height: 31px;
	letter-spacing: calc((60/1000)*1em);
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01 .flow_area .flow li .flow02 .flow02_inner .flow_txt03{
		font-size: 9px;
		line-height: 11px;
		margin-top: 5px;
	}
}
.inc_flow .inc_flow_01 .flow_area .flow li .flow02 .arrow{
	width: 19px;
	height: auto;
	margin-top: -15px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc_flow .inc_flow_01 .flow_area .flow li .flow02 .arrow{
		width: 8px;
		height: auto;
		margin-top: -15px;
		display: block;
	}
}
.inc_flow .inc_flow_01 .flow_area .flow li:nth-of-type(2) .flow02 .arrow{
	display: none;
}








/*includeここまで*/