@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: #131638;
	letter-spacing: calc((0/1000)*1em);
}
html.active,
body.active{
/*	height: 100%;*/
	overflow: hidden;
}

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

.g_font{
	font-family: "Zen Old Mincho", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.g_mid{
	font-family: "Zen Old Mincho", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.g_sbold{
	font-family: "Zen Old Mincho", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.g_bold{
	font-family: "Zen Old Mincho", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.g_ebold{
	font-family: "Zen Old Mincho", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
}
.g_black{
	font-family: "Zen Old Mincho", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}

.g_font02{
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: italic;
	font-variation-settings:
}
/*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: 1380px;
}
@media only screen and (max-width: 767px){
	body,
	main,
	header,
	footer{
		min-width: 320px;
	}
}

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

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

main{
	padding-top: 80px;
}
@media only screen and (max-width: 767px) {
	main{
		padding-top: 70px;
	}
}

/*headerここから*/
header{
	width: 100%;
	height: 80px;
	display: block;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #ffffff;
}
@media only screen and (max-width: 767px){
	header{
		height: 70px;
		box-shadow: none;
	}
}
header .header01{
	width: 100%;
	height: 100%;
	padding: 0 15px;
	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 20px;
		background-color: transparent;
		transition: all .5s;
		justify-content: flex-end;
	}
}
header .header01 h1{
	width: 216px;
	height: auto;
	margin: 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 h1{
		width: 57%;
		max-width: 216px;
		position: relative;
		z-index: 0;
		transition: all 0s;
		margin-right: auto;
	}
}
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 .mail{
		width: 37px;
		height: auto;
		margin-right: 12px;
	}
	header .header01 .mail img{
		width: 100%;
		height: auto;
		display: block;
	}
/*メニューオープンボタン*/
	header .header01 .slide-menu-btn{
		width: 70px;
		height: 100%;
		margin: 0;
		background-color: #1E5C9A;
		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: "MENU";
		width: 100%;
		height: auto;
		margin: 5px 0 0;
		font-size: 10px;
		line-height: 10px;
		font-weight: 800;
		color: #ffffffff;
		display: block;
		text-align: center;
	}
	header .header01 .slide-menu-btn.active::after{
		content: "CLOSE";
		color: #2C4B98;
	}
	/*メニューオープンボタン内部の線*/
	header .header01 .slide-menu-btn .line-bar{
		width: 25px;
		height: 2px;
		margin: 15px 0 10px;
		color: #ffffff;
		background-color: #ffffff;
		border-radius: 1px;
		display: block;
		position: relative;
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn .line-bar::before{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ffffffff;
		border-radius: 1px;
		display: block;
		position: absolute;
		top: -10px;
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn .line-bar::after{
		content: '';
		width: 100%;
		height: 2px;
		background-color: #ffffffff;
		border-radius: 1px;
		display: block;
		position: absolute;
		bottom: -10px;
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn.active{
		background-color: #ffffffff;
	}
	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: auto;
	height: 100%;
	margin: 0 0 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 nav{
		width: 100%;
		min-width: 320px;
		height: 100vh;
		padding: 90px 0;
		/*background-color: #fff;*/
		display: block;
		position: fixed;
		top: -130vh;
		right: 0;
		z-index: 1;
		transition: all .5s;
		overflow-y: scroll;
		background: linear-gradient(
			to right, 
			rgba(26,28,56,0.7) 0%, 
			rgba(26,28,56,0.7) 10%, 
			#ffffff 10%, 
			#ffffff 100%
		);
	}
	header .header01 nav .bg_color{
		width: 120%;
		height: 100%;
		background-color: #ddd;
	}
	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: 100%;
		/*max-width: 320px;*/
		height: auto;
		margin: 0 auto;
		display: block;
		overflow-y: scroll;
		overflow-x: hidden;
		padding: 0 35px 0 15%;
		box-sizing: border-box;
	}
}
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 #555555;
	}
	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: auto;
	font-size: 15px;
	line-height: 22px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
	padding: 0 15px;
	border-left: 1px solid #BBBBBB;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 li a{
		border-left: 0px;
	}
}
header .header01 nav .nav_01 li a.news{
	border-right: 1px solid #BBBBBB;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 li a.news{
		border-right: 0;
	}
}
header .header01 nav .nav_01 li.btn01 a{
	padding-right: 0;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 li a{
		height: 55px;
		font-size: 16px;
		line-height: 20px;
		border-bottom: 0;
		justify-content: flex-start;
	}
	header .header01 nav .nav_01 li a.privacy{
		font-size: 12px;
		line-height: 26px;
		padding-left: 0;
	}
}
header .header01 nav .nav_01 li.tel{
	padding-left: 15px;
}
header .header01 nav .nav_01 li.tel img{
	width: 207px;
	height: auto;
	display: block;
}
header .header01 nav .nav_01 li.btn01 a{
	border-left: 0;
}
header .header01 nav .nav_01 li.btn01 a img{
	width: 170px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 li a.logo02{

		width: 216px;
		height: auto;
		display: block;
		margin: 50px auto 0;
	}
	header .header01 nav .logo02 img{
		width: 100%;
		height: auto;
		display: block;
	}
	header .header01 nav .nav_01 li.logo002{
		border-top: 0;
	}
}

/*headerここまで*/

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	display: block;
	background-color: #ffffff;
}
footer .footer01{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px 0;
}
@media only screen and (max-width: 767px){
	footer .footer01{
		padding-bottom: 86px;
	}
}
footer .footer01 .footer01_01{
	width: 100%;
	height: 100%;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01{
		width: 100%;
		height: 100%;
		padding: 0 15px;
		margin: 0 auto;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
}
footer .footer01 .b_logo{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	footer .footer01 .b_logo{
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		flex-shrink: 0;
	}
}
footer .footer01 .b_logo a{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
footer .footer01 .b_logo a img{
	width: 279px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	footer .footer01 .b_logo a img{
		width: 228px;
	}
}
footer .footer01 .b_logo .add{
	font-size: 14px;
	line-height: 24px;
	margin-left: 66px;
}
@media only screen and (max-width: 767px){
	footer .footer01 .b_logo .add{
		font-size: 13px;
		line-height: 24px;
		margin-left: 0;
	}
}
footer .footer01 nav{
	box-sizing: border-box;
	width: auto;
	height: 100%;
	margin: 0 0 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	footer .footer01 nav{
		margin: 0 auto;
	}
}
footer .footer01 nav .nav_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .footer01 nav .nav_01 li{
	width: auto;
	height: 100%;
	display: block;
	text-align: center;
}

footer .footer01 nav .nav_01 li a{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 22px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
	padding: 0 15px;
	border-left: 1px solid #BBBBBB;
}
footer .footer01 nav .nav_01 li a.contact{
	border-right: 1px solid #BBBBBB;
}
footer .footer_bottom{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 20px;
}
@media only screen and (max-width: 767px){
	footer .footer_bottom{
		margin: 0 auto;
	}
}
footer .footer_bottom a{
	font-size: 12px;
	line-height: 14px;
	padding: 0 7px;
	border-left: 1px solid #131638;
	border-right: 1px solid #131638;
}
footer .footer_bottom .copy{
	font-size: 12px;
	line-height: 26px;
	margin-left: 20px;
}
@media only screen and (max-width: 767px){
	footer .footer_bottom .copy{
		font-size: 11px;
		line-height: 21px;
		margin-left: initial;
		margin-top: 17px;
	}
}

.bottom_link{
	width: 100%;
	min-width: 320px;
	height: auto;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	opacity: 0;
	transition: all 0.5s;
}
.bottom_link.active{
	opacity: 1;
	transition: all 0.5s;
}
.bottom_link .bottom_link01{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 5px 0 5px 20px;
	background-color: #fff;
}
.bottom_link .link_img01{
	width: 55%;
	max-width: 204px;
	height: auto;
	display: block;
}
.bottom_link .link_img02{
	width: 45%;
	max-width: 146px;
	height: auto;
	position: absolute;
	bottom: -2px;
	right: 0;
}
.bottom_link a img{
	width: 100%;
	height: auto;
}
/*footerここまで*/


.eye .eye02{
	width: 100%;
	height: 143px;
	background-image: url(../img/about/eye02_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*.paginationここから*/
.wp-pagenavi {
	width: 100%;
	height: auto;
	margin: 100px auto 0;
	color: #131638;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		max-width: 320px;
		margin: 40px auto 0;
	}
}
.wp-pagenavi span{
	width: 28px;
	height: 28px;
	font-size: 15px;
	line-height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
}
.wp-pagenavi a{
	width: 28px;
	height: 28px;
	font-size: 15px;
	line-height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	border: 1px solid #131638;
	font-size: 0;
	line-height: 0;
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center;
}
.wp-pagenavi .previouspostslink{
	background-image: url(../img/common/wp_navi/arrow01.png);
}
.wp-pagenavi .nextpostslink{
	background-image: url(../img/common/wp_navi/arrow02.png);
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend{
	display: none;
}
.wp-pagenavi .current{
	width: 48px;
	height: 48px;
	font-size: 15px;
	line-height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
	text-align: center;
	color: #ffffff;
	background-color: #1E5C9A;
	border-radius: 50%;
	font-weight: 700;
}
/*.paginationここまで*/


/*.eyecatch_incここから*/
.eye{
	width: 100%;
	height: 320px;
	background-image: url(../img/about/eye01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eye{
		width: 100%;
		height: auto;
		display: block;
	}
}
@charset "utf-8";
.eye{
	background-image: url(../img/about/eye01.jpg);
}
@media only screen and (max-width: 767px){
	.eye{
		background-image: url(../img/about/eye01_sp.jpg);
	}
}
.eye .eye_inner{
	width: 1080px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner{
		width: 100%;
		margin: 0 auto;
		padding: 25px 5% 35px;
		background-image: url(../img/about/eye01_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}
.eye .eye_inner h2{
	font-size: 38px;
	line-height: 47px;
	margin-bottom: 30px;
	color: #fff;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner h2{
		width: 90%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		font-size: 25px;
		color: #fff;
		margin-bottom: 15px;
	}
}
.eye .eye_inner ul{	
	width: 454px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px 65px;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner ul{	
		width: 100%;
		max-width: 375px;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 30px;
	}
}
.eye .eye_inner ul li{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner ul li{
		width: calc(50% - (30px / 2));
	}
	.eye .eye_inner ul li:nth-of-type(2n){
		justify-content: flex-end;
	}
}
.eye .eye_inner ul li a{
	width: auto;
	min-width: 181px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
@media only screen and (max-width: 767px){
	.eye .eye_inner ul li a{
		min-width: 133px;
		font-size: 13px;
		line-height: 19px;
		align-items: flex-start;
	}
}
.eye .eye_inner ul li a img{
	width: 22px;
	height: 22px;
	margin: 0 0 0 6px;
	display: block;
	flex-shrink: 0;
	transform: rotate(90deg);
}
@media only screen and (max-width: 767px){
	.eye .eye_inner ul li a img{
		width: 19px;
		height: 19px;
		margin: 0 0 0 15px;
	}
}


/*asideここから*/
aside{
	width: 280px;
	height: auto;
	margin-bottom: 100px;
}
aside ul{
	width: 100%;
	height: auto;
	border-top: 2px solid #131638;
	border-bottom: 2px solid #1E5C9A;
	padding: 30px 20px;
}
aside ul li{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 20px;
}
aside ul li:first-of-type{
	margin-top: 0;
}
aside ul li a{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
aside ul li a .img01{
	width: 90px;
	height: auto;
	display: block;
}
aside ul li a .aside_text01{
	width: 132px;
	font-size: 15px;
	line-height: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
aside ul li a .aside_text01 img{
	width: 22px;
	height: auto;
	display: block;
}
aside .aside02{
	width: 100%;
	height: auto;
	background-color: #F4F4F4;
	border-radius: 10px;
	margin: 30px 0 ;
	padding: 28px 21px;
}
aside .aside02 .aside_title01{
	width: 100%;
	height: 34px;
	background-color: #1E5C9A;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
aside .aside02 .tel{
	width: 207px;
	height: auto;
	display: block;
	margin: 18px auto 0;
}
aside .aside02 .tel img{
	width: 100%;
	height: auto;
	display: block;
}
aside .aside02 .to_form{
	width: 100%;
	height: 50px;
	border-radius: calc(50px / 2);
	background-color: #1E5C9A;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto 0;
}
aside .aside02 .to_form::after{
	content: '';
	width: 20px;
	height: 15px;
	margin: 0 0 0 6px;
	background-image: url(../img/common/aside/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
aside .a_banner01{
	width: 100%;
	height: auto;
	display: block;
}
aside .a_banner01 img{
	width: 100%;
	height: auto;
	display: block;
}
aside .a_banner02{
	margin-top: 30px;
}
/*asideここまで*/



/*includeここから*/
.inc01{
	width: 1180px;
	height: 284px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	margin: 29px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.inc01{
		width: 90%;
		max-width: 335px;
		height: auto;
		margin: 0 auto 0;
		display: flex;
		justify-content: space-between;
		padding: 105px 20px 28px;
	}
}
.inc01 .position_box{
	width: 658px;
	height: 59px;
	border-radius: 30px;
	background-color: #1E5C9A;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -29px;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc01 .position_box{
		width: 278px;
		height: 98px;
		border-radius: 55px;
		top: -25px;
		left: 0;
		right: 0;
		margin: auto;
	}
}
.inc01 .position_box .position_box02{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inc01 .position_box .position_box02::after{
	content: "";
	position: absolute;
	bottom: -10px; /* 吹き出し下に出す */
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #1E5C9A; /* 吹き出しと同じ色 */
}
@media only screen and (max-width: 767px){
	.inc01 .position_box .position_box02::after{
		bottom: -16px; /* 吹き出し下に出す */
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 17px solid #1E5C9A; /* 吹き出しと同じ色 */
	}
}
.inc01 .position_box .position_box02 h3{
	font-size: 24px;
	letter-spacing: 0.04em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc01 .position_box .position_box02 h3{
		font-size: 20px;
		letter-spacing: 0.03em;
		line-height: 28px;
		text-align: center;
	}
}
.inc01 ul{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
}
@media only screen and (max-width: 767px){
	.inc01 ul{
		width: 100%;
		flex-wrap: wrap;
		gap: 15px;
	}
}
.inc01 ul li{
	width: 249px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc01 ul li{
		width: calc((100% - 15px) / 2);
		height: auto;
		display: block;
	}
}
.inc01 ul li a{
	width: auto;
	height: auto;
	display: block;
}
.inc01 ul li a .img01{
	width: 100%;
	height: auto;
	display: block;
}
.inc01 ul li a .link_text01{
	font-size: 19px;
	line-height: 29px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}
@media only screen and (max-width: 767px){
	.inc01 ul li a .link_text01{
		font-size: 14px;
		line-height: 20px;
		margin-top: 7px;
		align-items: flex-start;
	}
}
.inc01 ul li a .arrow01{
	width: 22px;
	height: auto;
	display: block;
	margin-right: 7px;
}
@media only screen and (max-width: 767px){
	.inc01 ul li a .arrow01{
		width: 19px;
		margin-right: 5px;
		margin-top: 2px;
	}
}


.cta{
	width: 100%;
	height: auto;
	background-image: url(../img/common/cta_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 100px;
}
@media only screen and (max-width: 767px){
	.cta{
		background-image: url(../img/common/cta_bg_sp.jpg);
		margin-top: 60px;
	}
}
.cta .cta_inner{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	padding: 64px 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner{
		width: 100%;
		padding: 50px 0;
		display: block;
	}
}
.cta .cta_inner li{
	width: 50%;
	height: auto;
	border-left: 1px solid #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 17px 38px;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner li{
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		border-left: initial;
	}
}
.cta .cta_inner li:first-of-type{
	border-left: 0;
	padding-left: 0;
}
.cta .cta_inner li .cta01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	line-height: 38px;
	color: #fff;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner li .cta01{
		font-size: 20px;
		line-height: 30px;
	}
}
.cta .cta_inner li .cta01 img{
	width: 44.7px;
	height: auto;
	display: block;
	margin-right: 20px;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner li .cta01 img{
		width: 36px;
		margin-right: 10px;
	}
}
.cta .cta_inner li .cta02{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	margin-top: 25px;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner li .cta02{
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}
}
.cta .cta_inner li .link01{
	width: 268px;
	height: 60px;
	background-color: #fff;
	border-radius: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 26px;
	color: #131638;
	margin-top: 20px;
}
.cta .cta_inner li .cta01 img.icon02{
	width: 51px;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner li .cta01 img.icon02{
		width: 40px;
	}
}
.cta .cta_inner li .tel{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 33px;
	line-height: 50px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	margin-top: 9px;
}
.cta .cta_inner li .tel span{
	font-size: 14px;
	line-height: 14px;
}
/*3つめ*/
.cta .cta_inner li .cta03{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.02em;
	text-align: center;
	color: #fff;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner li .cta03{
		font-size: 18px;
	}
}
.cta .cta_inner li .link02{
	width: 260px;
	height: 58px;
	border: 1px solid #fff;
	border-radius: 36px;
	margin-top: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
}
.cta .cta_inner li .link02 img{
	width: 25px;
	height: auto;
	display: block;
	margin-right: 8px;
}
.cta .cta_inner li .link03{
	width: 260px;
	height: 58px;
	border-radius: 36px;
	background-color: #488635;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
}
.cta .cta_inner li .link03 img{
	width: 30.1px;
	height: auto;
	display: block;
	margin-right: 10px;
}
@media only screen and (max-width: 767px){
	.cta .cta_inner .sns{
		width: 146px;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 15px;
	}
	.cta .cta_inner .sns a{
		width: 58px;
		height: auto;
		display: block;
	}
	.cta .cta_inner .sns a img{
		width: 100%;
		height: auto;
		display: block;
	}
}
hr{
	width: 230px;
	height: 1px;
	background-color: #fff;
	margin: 30px auto;
}


/*バナーここから*/
.bnr_area{
	width: 100%;
	height: auto;
	padding: 100px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.bnr_area{
		padding: 50px 0 0;
	}
}
.bnr_area a{
	width: 1080px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.bnr_area a{
		width: 90%;
		max-width: 335px;
	}
}
.bnr_area a img{
	width: 100%;
	height: auto;
	display: block;
}

/*includeここまで*/