@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){
/*	76.8rem-128.0rem 画面幅128.0rem閲覧で.1rem=0.1rem可変*/
	html{
			font-size: 0.695vw;
		}
}
@media only screen and (max-width: 767px){
/*	-767px 画面幅37.5rem閲覧で.1rem=0.1rem可変*/
	html{
			font-size: 2.67vw;
		}
}
@media only screen and (max-width: 37.4rem){
/*	-37.4rem 画面幅37.4remで.1rem=0.1rem固定*/
	html{
/*			font-size: 62.5%;*/
		}
}
@media only screen and (min-width: 128.0rem){
/*	128.0rem- 画面幅128.0remで.1rem=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: #002000;
	letter-spacing: calc((0/1000)*1em);
	background-color: #FAFDF7;
	/*text-decoration-thickness: .1rem;
	text-decoration-line: underline;
	text-decoration-color: #000000;
	text-decoration-style: solid;
	text-underline-offset: .3rem;
	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_font<uniquifier> {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.g_mid{
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.g_semi{
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.g_bold{
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.g_ex{
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}
.g_black{
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}


/*Googleフォントここまで*/
*{
	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 > 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;
}
::before,
::after{
	box-sizing: border-box;
}

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

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

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

/*headerここから*/
header{
	width: 100%;
	height: 6.0rem;
	display: block;
	position: fixed;
	top: 2.1rem;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 100;
}
@media only screen and (max-width: 767px){
	header{
		box-shadow: none;
	}
}
header .header01{
	width: 100%;
	height: 100%;
	padding: 0 3.2rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01{
		width: 90%;
		height: 5.3rem;
		padding: 0 2.2rem 0 1.9rem;
		border-radius: 3.0rem;
		background-color: #fff;
		transition: all .5s;
	}
}
header .header01 h1{
	width: 18.5rem;
	height: auto;
	display: block;
	flex-shrink: 0;
	margin-top: 1.0rem;
}
@media only screen and (max-width: 767px){
	header .header01 h1{
		width: 10.0rem;
		position: relative;
		z-index: 0;
		transition: all 0s;
		margin-top: 0;
	}
	header .header01 h1.active{
		z-index: 100;
		transition: all 0s .5s;
	}
}
header .header01 h1 a{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header .header01 h1 a img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
/*メニューオープンボタン*/
	header .header01 .slide-menu-btn{
		width: auto;
		height: 100%;
		aspect-ratio: 1/1;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		flex-shrink: 0;
		cursor: pointer;
		position: relative;
		z-index: 10;
	}
	/*メニューオープンボタン内部テキスト*/
	header .header01 .slide-menu-btn::after{
		content: '';
		width: auto;
		height: auto;
		margin: .5rem 0 0;
		font-size: 1.2rem;
		line-height: 1.2rem;
		font-weight: 400;
		color: #032000;
		display: block;
		text-align: center;
	}
	header .header01 .slide-menu-btn.active::after{
		content: '';
		color: #032000;
	}
	/*メニューオープンボタン内部の線*/
	header .header01 .slide-menu-btn .line-bar_area{
		width: calc(100% - 50%);
		height: 1.0rem;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		position: relative;
	}
	/*header .header01 .slide-menu-btn.active{
		background-color: #fff;
	}*/
	header .header01 .slide-menu-btn .line-bar_area::before{
		content: '';
		width: 100%;
		height: .2rem;
		background-color: #032000;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn.active .line-bar_area::before{
		background-color: #032000;
		transform: rotate(calc(180deg + 20deg));
		bottom: 0;
	}
	header .header01 .slide-menu-btn .line-bar_area::after{
		content: '';
		width: 100%;
		height: .2rem;
		background-color: #032000;
		display: block;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.6s ease;
	}
	header .header01 .slide-menu-btn.active .line-bar_area::after{
		background-color: #032000;
		transform: rotate(calc(180deg + 70deg + 90deg));
		top: 0;
	}
	header .header01 .slide-menu-btn .line-bar_area .line-bar{
		width: 100%;
		height: .2rem;
		margin: 0;
		background-color: #032000;
		display: block;
		transition: all 1.0s ease;
		background-color: transparent;
	}
	header .header01 .slide-menu-btn.active .line-bar_area .line-bar{
		background-color: transparent;
		transition: all 1.0s ease;
	}
/*メニューオープンボタン*/
}

header .header01 nav{
	box-sizing: border-box;
	width: auto;
	height: 6.0rem;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
	background-color: #ffffff;
	border-radius: 3.0rem;
}
@media only screen and (max-width: 767px){
	header .header01 nav{
		width: 90%;
		min-width: 32.0rem;
		height: 100vh;
		/*height: calc(var(--vh, 1vh) * 100);*/
		padding: 7.4rem 0 7.0rem;
		background-color: #fff;
		display: block;
		position: fixed;
		top: calc(var(--vh, 1vh) * -220);
		right: 0;
		z-index: 1;
		transition: all .5s;
	}
	header .header01 .panelactive{
		top: 2.1rem;
		right: 0;
		left: 0;
		margin: auto;
		transition: all .5s;
		overflow-y: scroll;
	}
}
header .header01 nav .nav_01{
	width: auto;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.8rem;
	padding: 0 3.4rem;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01{
		width: auto;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 1.8rem;
		padding: 0;
	}
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01{
		width: 90%;
		max-width: 32.0rem;
		margin: 0 auto;
		overflow-y: scroll;
		overflow-x: hidden;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 1.0rem;
	}
}
header .header01 nav .nav_01 > li{
	width: auto;
	height: auto;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li{
		width: 100%;
		height: auto;
		min-height: 6.0rem;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: left;
	}
	header .header01 nav .nav_01 > li:nth-of-type(1){
		border-top: 0;
	}
}
header .header01 nav .nav_01 > li > a{
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 2.0rem;
}
header .header01 nav .nav_01 > li > a .span01{
	height: 1.8rem;
	overflow: hidden;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li > a .span01{
		height: auto;
		overflow: visible;
		display: block;
	}
}
header .header01 nav .nav_01 > li > a .span01 .span02{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	transition: transform 0.6s cubic-bezier(.19,1,.22,1);
}
header .header01 nav .nav_01 > li > a:hover .span02{
	transform: translateY(-50%);
	transition: transform 0.6s cubic-bezier(.19,1,.22,1);
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li > a:hover .span02{
		transform: initial;
	}
}
header .header01 nav .nav_01 > li > a.active:hover .span02{
	transform: initial;
}
header .header01 nav .nav_01 > li > a.active .span02 .span03{
	color: #00912D;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li > a.active .span02 .span03{
		color: #002000;
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
}
header .header01 nav .nav_01 > li > a .span02 .span04{
	margin-top: -.3rem;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li > a .span02 .span04{
		margin-top: 0;
		font-size: 1.2rem;
		line-height: 2.2rem;
		letter-spacing: calc((142/1000)*1em);
		color: #00912D;
	}
}

@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li > a{
		width: auto;
		height: auto;
		padding: .5rem 0;
		font-size: 1.6rem;
		line-height: 2.0rem;
		justify-content: flex-start;
	}
}
header .header01 nav .nav_01 > li > a:hover{
	opacity: 1;
}

/*お問い合わせ用*/
.contact{
	width: 17.0rem;
	height: 6.0rem;
	background-color: #002000;
	border-radius: 3.0rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 767px){
	.contact{
		width: 26.0rem;
		height: 5.2rem;
		background-color: #002000;
		border-radius: 3.0rem;
		display: flex;
		justify-content: flex-start;
		margin: 3.0rem auto 0;
		padding: 0 3.0rem;
	}
}
.contact::before {
  content: '';
  position: absolute;
  inset: 0; /* top/right/bottom/left:0 の省略形 */
  background-color: #00912D;
  border-radius: 3.0rem;
  opacity: 0;
  transform: scaleX(.5);
  transform-origin: center;
  transition: transform 0.6s cubic-bezier(.19,1,.22,1);
}
.contact:hover{
	background-color:#00912D ;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.contact:hover{
		background-color: #002000;
		opacity: 1;
	}
}
.contact:hover::before {
  transform: scaleX(1);
  opacity: 1;
}
@media only screen and (max-width: 767px){
	.contact:hover::before {
	  transform: scaleX(1);
	  opacity: 0;
	}
}
.contact::after{
	content:'';
	display: block;
	width: 1.2rem;
	height: 1.0rem;
	background-image: url(../img/common/arrow02.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.2rem;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contact::after{
		top: 0;
		bottom: 0;
		right: 3.0rem;
	}
}
.contact .contact_inner{
	height: 1.8rem;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 2.0rem;
	color: #fff;
	display: block;
	margin-left: 2.9rem;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contact .contact_inner{
		height: auto;
		box-sizing: border-box;
		font-size: 1.5rem;
		line-height: 1.9rem;
		margin-left: 0;
	}
}
.contact .contact_inner .span01{
	height: 1.8rem;
	overflow: hidden;
	display: block;
}
.contact .contact_inner .span01 .span02{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	transition: transform 0.6s cubic-bezier(.19,1,.22,1);
}
.contact:hover .contact_inner .span02{
	transform: translateY(-50%);
	transition: transform 0.6s cubic-bezier(.19,1,.22,1);
}
@media only screen and (max-width: 767px){
	.contact:hover .contact_inner .span02{
		transform: initial;
	}
}
.contact:hover .contact_inner.active .span02{
	transform: initial;
}
.contact .contact_inner .span01 .span04{
	margin-top: -.5rem;
}
/*headerここまで*/

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 6.8rem 0 3.8rem;
	background-color: #002000;
	display: block;
}
@media only screen and (max-width: 767px){
	footer{
		padding: 4.0rem 5% 2.8rem;
		background-color: #002000;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
}
footer .footer01{
	width: 135.0rem;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	footer .footer01{
		width: auto;
		flex-direction: column;
		margin: initial;
	}
}
footer .footer01 .logo{
	width: 18.5rem;
	height: auto;
	margin: 0 10.0rem 0 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .logo{
		width: 14.7rem;
		margin: 0 ;
	}
}
footer .footer01 .logo img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
footer .footer01 ul{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 3.0rem;
}
footer .footer01 ul li{
	width: auto;
	height: auto;
	display: block;
}
footer .footer01 ul li a{
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #fff;
}
footer .footer01 .link_btn{
	width: 17.0rem;
	height: 6.0rem;
	background-color: #ffffff;
	border-radius: 3.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.4rem;
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-left: auto;
	margin-top: -1.2rem;
}
@media only screen and (max-width: 767px){
	footer .footer01 .link_btn{
		width: 14.6rem;
		height: 5.2rem;
		gap: 2.0rem;
		font-size: 1.2rem;
		line-height: 1.9rem;
		margin-left: initial;
		margin-top: 2.0rem;
	}
}
footer .footer01 .link_btn img{
	width: 1.3rem;
	height: auto;
	display: block;
	margin-top: .3rem;
}

footer .footer02{
	width: 135.0rem;
	height: auto;
	margin: 4.0rem auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	footer .footer02{
		width: auto;
		margin: initial;
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
		margin-left: 2.9rem;
		flex-shrink: 0;
	}
}
footer .footer02 p{
	font-size: 1.2rem;
	line-height: 2.6rem;
	letter-spacing: calc((142/1000)*1em);
	color: #FFFFFF;
	margin-right: 15.2rem;
}
@media only screen and (max-width: 767px){
	footer .footer02 p{
		font-size: 1.1rem;
		line-height: 2.4rem;
		letter-spacing: calc((142/1000)*1em);
		color: #FFFFFF;
		margin-right: 0;
	}
}
footer .footer02 a{
	font-size: 1.3rem;
	line-height: 2.4rem;
	color: #4D554C;
}
@media only screen and (max-width: 767px){
	footer .footer02 a{
		font-size: 1.2rem;
		line-height: 2.4rem;
	}
}


/*footerここまで*/

/*btn-topここから*/
.btn-top{
	width: 5.0rem;
	height: 5.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: auto;
	bottom: 0;
	left: auto;
	right: 2.0rem;
	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%;
	height: 87.0rem;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top{
		min-width: 32.0rem;
		height: 71.0rem;
	}
}
.eyecatch_inc.top .eyecatch_inc01{
	width: 128.0rem;
	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: 100%;
		/*max-width: 32.0rem;*/
	}
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .item01	{
		width: 100%;
		height: auto;
		display: block;
		margin-top: 9.1rem;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eye_inner{
	width: 100%;
	height: 100%;
	position: relative;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eye_inner{
		width: 90%;
		margin: 0 auto;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eye_inner .eye01{
	width: 81.1rem;
	height: auto;
	display: block;
	position: absolute;
	top: 22.3rem;
	left: 4.3rem;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eye_inner .eye01{
		width: 100%;
		position: initial;
		margin-top: -1.9rem;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eye_inner h2{
	font-size: 3.2rem;
	line-height: 4.2rem;
	letter-spacing: calc((200/1000)*1em);
	position: absolute;
	top: 53.7rem;
	left: 4.3rem;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eye_inner h2{
		font-size: 2.0rem;
		line-height: 2.0rem;
		position: initial;
		margin-top: 2.1rem;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eye_inner .text01{
	font-size: 1.8rem;
	line-height: 4.0rem;
	letter-spacing: calc((50/1000)*1em);
	position: absolute;
	top: 62.8rem;
	left: 4.3rem;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eye_inner .text01{
		font-size: 1.3rem;
		line-height: 2.8rem;
		position: initial;
		margin-top: 1.9rem;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eye_inner .eye02{
	width: 53.3rem;
	height: auto;
	display: block;
	position: absolute;
	top: 39.2rem;
	right: 5.9rem;
}
.eyecatch_inc.top .eyecatch_inc01 .eye_inner .item01_1{
	width: 70.3rem;
	height: auto;
	display: block;
	position: absolute;
	top: 12.7rem;
	bottom: auto;
	left: auto;
	right: -1.2rem;
}
.eyecatch_inc.top .eyecatch_inc01 .eye_inner .item01_2{
	width: 80.9rem;
	height: auto;
	display: block;
	position: absolute;
	top: auto;
	bottom: 7.9rem;
	left: auto;
	right: -8.3rem;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーー
下層アイキャッチ
ーーーーーーーーーーーーーーーーーーーーーーーー*/
.eyecatch_inc.short{
	width: 100%;
	height: auto;
	margin-top: 17.1rem;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short{
		margin-top: 11.5rem;
	}
}
.eyecatch_inc.short .eyecatch_inc01{
	width: 128.0rem;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short .eyecatch_inc01{
		width: 90%;
	}
}
.eyecatch_inc.short .eyecatch_inc01 h2{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2.4rem;
	font-size: 6.6rem;
	line-height: 6.6rem;
	letter-spacing: calc((50/1000)*1em);
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short .eyecatch_inc01 h2{
		gap: 1.2rem;
		font-size: 3.5rem;
		line-height: 3.5rem;
	}
}
.eyecatch_inc.short .eyecatch_inc01 h2 span{
	font-size: 2.0rem;
	line-height: 3.0rem;
	letter-spacing: calc((50/1000)*1em);
	color: #00912D;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short .eyecatch_inc01 h2 span{
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
}
.eyecatch_inc.short .eyecatch_inc02{
	width: 112.0rem;
	height: 33.6rem;
	margin: 5.8rem auto 0;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short .eyecatch_inc02{
		width: 90%;
		height: 9.7rem;
		margin: 4.2rem auto 0;
	}
}
.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;
	border-radius: 1.0rem;
}
/*.eyecatch_incここまで*/

/*.pan_incここから*/
.pankuzu_inc{
	width: 100%;
	height: auto;
}
.pankuzu_inc .pankuzu_inc_inner{
	width: 118.0rem;
	height: auto;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	display: block;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner{
		width: 90%;
		max-width: 32.0rem;
	}
}
.pankuzu_inc .pankuzu_inc_inner > a{
	font-size: 1.6rem;
	line-height: 2.6rem;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > a{
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
}
.pankuzu_inc .pankuzu_inc_inner > span{
	font-size: 1.6rem;
	line-height: 2.6rem;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > span{
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
}
.pankuzu_inc .pankuzu_inc_inner > p{
	font-size: 1.6rem;
	line-height: 2.6rem;
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > p{
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
}
/*.pan_incここまで*/

/*.paginationここから*/
.wp-pagenavi {
	width: 118.0rem;
	height: auto;
	margin: calc(-3.0rem / 2) 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		width: 100%;
		max-width: 32.0rem;
	}
}
.wp-pagenavi span{
	width: 3.7rem;
	height: 3.7rem;
	font-size: 1.3rem;
	line-height: 3.7rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(3.0rem / 2);
	border: .1rem solid #cccccc;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi span{
		margin: calc(3.0rem / 2) calc(1.5rem / 2);
	}
}
.wp-pagenavi a{
	border-radius: 50%;
	width: 3.5rem;
	height: 3.5rem;
	font-size: 1.6rem;
	line-height: 2.6rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(3.4rem / 2);
	background-color: #C3D6C9;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi a{
		margin: calc(3.0rem / 2) calc(1.5rem / 2);
	}
}
.wp-pagenavi .current{
	border-radius: 50%;
	width: 3.5rem;
	height: 3.5rem;
	font-size: 1.6rem;
	line-height: 2.6rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(3.4rem / 2);
	border: initial;
	background-color: #00912D;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .current{
		margin: calc(3.0rem / 2) calc(1.5rem / 2);
	}
}
.wp-pagenavi .previouspostslink{
	border: 0;
	font-size: 0;
	line-height: 0;
	background-color: initial;
}
.wp-pagenavi .previouspostslink::before{
	content: '';
	width: 1.0rem;
	height: 1.0rem;
	margin: 0 -.3rem 0 0;
	border-top: .1rem solid #262626;
	border-left: .1rem solid #262626;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
.wp-pagenavi .nextpostslink{
	border: 0;
	font-size: 0;
	line-height: 0;
	background-color: initial;
}
.wp-pagenavi .nextpostslink::before{
	content: '';
	width: 1.0rem;
	height: 1.0rem;
	margin: 0 0 0 -.3rem;
	border-bottom: .1rem solid #262626;
	border-right: .1rem solid #262626;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend{
	display: none;
}
/*.paginationここまで*/



/*link_box*/
.link_box{
	width: 85.8rem;
	height: auto;
	margin: 10.7rem auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16.8rem;
}
@media only screen and (max-width: 767px){
	.link_box{
		width: 23.6rem;
		height: auto;
		margin: 7.0rem auto 0;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 4.7rem;
	}
}
.link_box a.link{
	width: 34.4rem;
	height: auto;
	padding-bottom: 2.4rem;
	border-bottom: .1rem dashed #002000;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: .8rem;
	margin-top: 4.5rem;
}
@media only screen and (max-width: 767px){
	.link_box a.link{
		width: 100%;
		height: auto;
		display: inline-flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: .3rem;
		margin-top: 0;
		padding-bottom: 1.4rem;
	}
}
.link_box a.link .span01{
	font-size: 1.3rem;
	line-height: 2.4rem;
	color: #00912D;
}
@media only screen and (max-width: 767px){
	.link_box a.link .span01{
		font-size: 1.0rem;
	}
}
.link_box a.link .span02{
	width: 100%;
	height: auto;
	font-size: 1.5rem;
	line-height: 2.4rem;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.link_box a.link .span02{
		font-size: 1.3rem;
		line-height: 1.9rem;
	}
}
.link_box a.link .span02 .arrow{
	width: 1.5rem;
	height: auto;
	display: block;
	margin-left: 1.8rem;
	margin-top: .3rem;
	transform: translateX(0%);
	transition: transform 1.2s cubic-bezier(.19,1,.22,1);
}
@media only screen and (max-width: 767px){
	.link_box a.link .span02 .arrow{
		width: 1.3rem;
	}
}
.link_box a.link:hover .span02 .arrow{
	transform: translateX(.8rem);
}
/*link_box*/

/*includeここまで*/