@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.696vw;
		}
}
@media only screen and (max-width: 767px){
/*	-76.7rem 画面幅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: 1440px){
/*	128.0rem- 画面幅128.0remで.1rem=0.1rem固定*/
	html{
		font-size: 62.5%;
	}
}
/* Chrome / Edge / Safari */
::-webkit-scrollbar {
  display: none;
}

/* Firefox */
html {
  scrollbar-width: none;
}

/* IE (もし対応必要なら) */
html {
  -ms-overflow-style: none;
}

/*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: #101010;
	letter-spacing: calc((0/1000)*1em);
	/*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: 400;
}
.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_thin{
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.g_extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.g_light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.g_font {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.g_mid {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.g_semi{
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.g_bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.g_extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.g_black {
  font-family: "Barlow Condensed", sans-serif;
  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{
	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;
}
.bg{
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
}
.bottom_bg{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 50;
}

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

/*headerここから*/
header{
	width: 100%;
	height: 7.4rem;
	display: block;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 100;
}
@media only screen and (max-width: 767px){
	header{
		box-shadow: none;
		height: 7.0rem;
	}
}
header .header01{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01{
		padding: 0 0 0 5%;
		background-color: transparent;
		transition: all .5s;
		justify-content: flex-start;
	}
}
header .header01 h1{
	width: auto;
	height: auto;
	margin: 4.7rem 13.0rem 0 0;
	display: block;
	flex-shrink: 0;
	position: relative;
	z-index: 100;
}
@media only screen and (max-width: 767px){
	header .header01 h1{
		width: auto;
		height: auto;
		margin: 0;
		display: block;
		flex-shrink: 0;
		position: relative;
		z-index: 100;
	}
	header .header01 h1.active{
		z-index: 100;
		transition: all 0s .5s;
	}
}
header .header01 h1 a{
	width: 16.0rem;
	height: 2.3rem;
	position: relative;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 h1 a{
		width: 15.1rem;
		height: 2.2rem;
	}
}
header .header01 h1 a .logo01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s ease;
}
header .header01 h1 a .logo02{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s ease;
}
header .header01 h1.active a .logo01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	opacity: 0;
	transition: all 0.6s ease;
}
header .header01 h1.active a .logo02{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	opacity: 1;
	transition: all 0.6s ease;
}
.menu{
	width: 8.0rem;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	cursor: pointer;
}
@media only screen and (max-width: 767px){
	.menu{
		width: 7.0rem;
		height: 7.0rem;
		background-color: #000;
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 10;
	}
}









/*メニューオープンボタン*/
	header .header01 .slide-menu-btn{
		width: 5.0rem;
		height: 5.0rem;
		aspect-ratio: 1/1;
		margin: 0;
		background-color: #000;
		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: auto;
		height: auto;
		margin: .5rem 0 0;
		font-size: 1.2rem;
		line-height: 1.2rem;
		font-weight: 400;
		color: #ffffff;
		display: block;
		text-align: center;
		font-family: "Barlow Condensed", sans-serif;
	}
	header .header01 .menu.active .slide-menu-btn::after{
		content: 'CLOSE';
		color: #fff;
		font-family: "Barlow Condensed", sans-serif;
	}
	/*メニューオープンボタン内部の線*/
	header .header01 .slide-menu-btn .line-bar_area{
		width: calc(100% - 50%);
		height: calc(100% - 70%);
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		position: relative;
	}
	header .header01 .slide-menu-btn .line-bar_area::before{
		content: '';
		width: 100%;
		height: .2rem;
		background-color: #ffffff;
		display: block;
		position: absolute;
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.6s ease;
	}

	header .header01 .menu.active .slide-menu-btn .line-bar_area::before{
		background-color: #fff;
		transform: rotate(calc(180deg + 45deg));
		bottom: 0;
	}
	header .header01 .slide-menu-btn .line-bar_area::after{
		content: '';
		width: 100%;
		height: .2rem;
		background-color: #ffffff;
		display: block;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.6s ease;
	}
	header .header01 .menu.active .slide-menu-btn .line-bar_area::after{
		background-color: #fff;
		transform: rotate(calc(180deg + 45deg + 90deg));
		top: 0;
	}
	header .header01 .slide-menu-btn .line-bar_area .line-bar{
		width: 100%;
		height: .2rem;
		margin: 0;
		background-color: #ffffff;
		display: block;
		transition: all 1.0s ease;
	}
	header .header01 .menu.active .slide-menu-btn .line-bar_area .line-bar{
		background-color: transparent;
		transition: all 1.0s ease;
	}

header .header01 nav{
	box-sizing: border-box;
	width: 70.0rem;
	height: 100%;
	margin: 0;
	display: block;
	position: fixed;
	top: 0;
	right: -100%;
	background-color: #000;
	padding: 18.0rem 0 7.0rem 12.3rem;
	transition: all .5s;
}
header .header01 .panelactive{
		right: 8.0rem;
		transition: all .5s;
	}
@media only screen and (max-width: 767px){
	header .header01 nav{
		width: 100%;
		min-width: 32.0rem;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		padding: 7.4rem 0 3.0rem;
		display: block;
		position: fixed;
		/*top: calc(var(--vh, 1vh) * -100);
		right: 0;*/
		z-index: 1;
		transition: all .5s;
	}
	header .header01 .panelactive{
		top: 0;
		right: 0;
		transition: all .5s;
		overflow-y: scroll;
	}
}
header .header01 nav .nav_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01{
		width: 90%;
		margin: 0 auto;
		display: block;
		overflow-x: hidden;
	}
}
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: flex-start;
		align-items: center;
		text-align: left;
	}
}
header .header01 nav .nav_01 > li > a{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 5.0rem;
	line-height: 8.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
	color: #fff;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li > a{
		width: auto;
		height: auto;
		padding: .5rem 0;
		font-size: 4.5rem;
		line-height: 5.5rem;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
header .header01 nav .nav_01 > li > a span{
	font-size: 1.2rem;
	line-height: 2.8rem;
	letter-spacing: calc((80/1000)*1em);
	margin-left: 1.5rem;
	margin-top: .5rem;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li > a span{
		font-size: 1.2rem;
		line-height: 1.6rem;
		letter-spacing: calc((80/1000)*1em);
		margin-left: 0;
		margin-top: 0;
	}
}
header .header01 nav .nav_02{
	width: 48.5rem;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 5.5rem;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_02{
		width: 100%;
		height: auto;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin-top: 3.0rem;
	}
}
header .header01 nav .nav_02 .link01{
	width: 21.0rem;
	height: 6.1rem;
	background-color: #E4D709;
	margin-right: 5.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	line-height: 4.1rem;
	color: #000;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_02 .link01{
		width: 29.0rem;
		margin-right: 0;
	}
}
header .header01 nav .nav_02 .link01 img{
	width: 2.5rem;
	height: auto;
	display: block;
	margin-right: 1.1rem;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_02 .link01 img{
		width: 2.0rem;
		margin-right: 1.3rem;
	}
}
header .header01 nav .nav_02 .nav_tel{
	width: auto;
	height: auto;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_02 .nav_tel{
		margin-top: 2.3rem;
	}
}
header .header01 nav .nav_02 .nav_tel .link02{
	font-size: 3.5rem;
	line-height: 3.6rem;
	letter-spacing: calc((30/1000)*1em);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .header01 nav .nav_02 .nav_tel .link02 img{
	width: 2.2rem;
	height: auto;
	display: block;
	margin-right: .6rem;
}
header .header01 nav .nav_02 .nav_tel p{
	font-size: 1.2rem;
	line-height: 3.0rem;
	letter-spacing: calc((80/1000)*1em);
	color: #FFF;
	text-align: center;
}
header .header01 nav .link03{
	font-size: 1.2rem;
	line-height: 2.2rem;
	letter-spacing: calc((80/1000)*1em);
	color: #fff;
	margin-top: 3.8rem;
	display: inline-block;
}
@media only screen and (max-width: 767px){
	header .header01 nav .link03{
		width: 13.0rem;
		height: auto;
		display: block;
		margin: 4.2rem auto 0;
	}
}

@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .nav01_01{
		padding-top: 4.3rem;
		border-top: .1rem solid #D9D9D9;
		flex-direction: column;
	}
	header .header01 nav .nav_01 .nav01_01 ul{
		width: 100%;
		height: auto;
		margin: 1.0rem 0 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	header .header01 nav .nav_01 .nav01_01 ul:nth-of-type(1){
		margin-top: 0;
	}
	header .header01 nav .nav_01 .nav01_01 ul li{
		width: auto;
		height: auto;
		margin: 0 1.0rem 0 0;
		border: 0;
		display: block;
	}
	header .header01 nav .nav_01 .nav01_01 ul li:last-of-type{
		margin-right: 0;
	}
	header .header01 nav .nav_01 .nav01_01 ul li a{
		width: auto;
		height: auto;
		margin: 0;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
}
/*headerここまで*/

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	position: relative;
	background-color: #fff;
	z-index: 10;
}
footer .bg06{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}
footer .bg04{
	width: 100%;
	height: auto;
	display: block;
}
footer .footer_01{
	width: 100%;
	height: auto;
	display: block;
	background-image: url(../img/common/footer_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0 0 3.3rem;
}
@media only screen and (max-width: 767px){
	footer .footer_01{
		padding: 0 0 2.5rem;
	}
}
footer .footer_01 .footer_01_01{
	width: 78.0rem;
	height: auto;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	footer .footer_01 .footer_01_01{
		width: 90%;
	}
}
footer .footer_01 .footer_01_01 h2{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-direction: column;
	font-size: 7.8rem;
	line-height: 7.9rem;
	letter-spacing: calc((30/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	footer .footer_01 .footer_01_01 h2{
		font-size: 5.5rem;
		line-height: 6.5rem;
	}
}
footer .footer_01 .footer_01_01 h2 span{
	font-size: 1.4rem;
	line-height: 2.4rem;
	letter-spacing: calc((80/1000)*1em);
}
footer .footer_01 .footer_01_01 h3{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-direction: column;
	font-size: 2.9rem;
	line-height: 6.0rem;
	letter-spacing: calc((70/1000)*1em);
	color: #fff;
	margin-top: 3.8rem;
}
@media only screen and (max-width: 767px){
	footer .footer_01 .footer_01_01 h3{
		font-size: 2.0rem;
		line-height: 3.5rem;
		letter-spacing: calc((80/1000)*1em);
		margin-top: 2.9rem;
	}
}
footer .footer_01 .footer_01_01 .text04{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-direction: column;
	font-size: 1.6rem;
	line-height: 3.5rem;
	letter-spacing: calc((100/1000)*1em);
	color: #fff;
	margin-top: 2.5rem;
}
@media only screen and (max-width: 767px){
	footer .footer_01 .footer_01_01 .text04{
		font-size: 1.4rem;
		line-height: 2.7rem;
	}
}
footer .footer_01 .footer_01_01 .link01{
	width: 32.6rem;
	height: 8.0rem;
	background-color: #E4D709;
	margin: 4.4rem auto 3.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	line-height: 2.6rem;
	letter-spacing: calc((30/1000)*1em);
	color: #000;
}
@media only screen and (max-width: 767px){
	footer .footer_01 .footer_01_01 .link01{
		width: 26.8rem;
		height: 6.4rem;
		margin: 3.7rem auto 2.3rem;
	}
}
footer .footer_01 .footer_01_01 .nav_tel{
	width: auto;
	height: auto;
	display: block;
	flex-shrink: 0;
}
footer .footer_01 .footer_01_01 .nav_tel .link02{
	font-size: 4.6rem;
	line-height: 5.6rem;
	letter-spacing: calc((30/1000)*1em);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	footer .footer_01 .footer_01_01 .nav_tel .link02{
		font-size: 3.7rem;
		line-height: 4.7rem;
	}
}
footer .footer_01 .footer_01_01 .nav_tel .link02 img{
	width: 2.8rem;
	height: auto;
	display: block;
	margin-right: .6rem;
}
@media only screen and (max-width: 767px){
	footer .footer_01 .footer_01_01 .nav_tel .link02 img{
		width: 2.3rem;
	}
}
footer .footer_01 .footer_01_01 .nav_tel p{
	font-size: 1.3rem;
	line-height: 2.6rem;
	letter-spacing: calc((80/1000)*1em);
	color: #fff;
	text-align: center;
}
@media only screen and (max-width: 767px){
	footer .footer_01 .footer_01_01 .nav_tel p{
		font-size: 1.2rem;
		line-height: 1.3rem;
		letter-spacing: calc((30/1000)*1em);
		color: #fff;
		text-align: center;
	}
}
footer .f_bottom{
	width: 69.7rem;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 11.8rem auto 0;
	gap: 2.1rem;
}
@media only screen and (max-width: 767px){
	footer .f_bottom{
		width: 90%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin: 3.8rem auto 0;
	}
}
footer .f_bottom a{
	width: 19.0rem;
	height: auto;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	footer .f_bottom a{
		width: 11.8rem;
	}
}
footer .f_bottom a img{
	width: 100%;
	height: auto;
	display: block;
}
footer .f_bottom .f_bottom01{
	width: auto;
	height: auto;
	display: block;
	flex-shrink: 0;
}
footer .f_bottom .f_bottom01 .name{
	font-size: 1.4rem;
	line-height: 2.6rem;
	letter-spacing: calc((30/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	footer .f_bottom .f_bottom01 .name{
		font-size: 1.1rem;
		line-height: 1.7rem;
		text-align: center;
		margin-top: .9rem;
	}
}
footer .f_bottom .f_bottom01 .copy{
	font-size: .9rem;
	line-height: .9rem;
	letter-spacing: calc((70/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	footer .f_bottom .f_bottom01 .copy{
		margin-top: 1.7rem;
		text-align: center;
	}
}
/*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: auto;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 11;
}
.eyecatch_inc.top .fix_img{
	width: 24.7rem;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -5.0rem;
	margin: auto;
	z-index: 10;
}
/*背景装飾*/
.eyecatch_inc.top .fix_bg{
	width: 121.3rem;
	height: auto;
	display: block;
	position: absolute;
	bottom: -3.3rem;
	right: -16.9rem;
	margin: auto;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .fix_bg{
		width: 68.8rem;
		bottom: -2.0rem;
		right: -35.6rem;
		margin: auto;
		z-index: 1;
	}
}
.eyecatch_inc.top .scroll{
	width: 25px;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0;
	right: 40.0rem;
	z-index: 10;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .scroll{
			bottom: 5.3rem;
		  right: initial;
		  left: 6.0rem
	}
}


.eyecatch_inc.top .eyecatch_inc01{
	width: 70.0rem;
	height: 21.3rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	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%;
		height: 22.2rem;
		flex-shrink: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}
.eyecatch_inc.top .eyecatch_inc01 h2{
	font-size: 2.5rem;
	line-height: 5.4rem;
	letter-spacing: calc((80/1000)*1em);
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 h2{
		font-size: 2.2rem;
		line-height: 4.8rem;
		letter-spacing: calc((80/1000)*1em);
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eye_text_01{
	font-size: 6.6rem;
	line-height: 7.8rem;
	margin-top: 1.9rem;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eye_text_01{
		font-size: 4.9rem;
		line-height: 5.8rem;
		margin-top: 1.4rem;
	}
}
.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 .eye_img{
	width: 100%;
	height: calc(100vh - 7.4rem);
	height: calc(var(--vh_2, 1vh) * 100);
	min-height: 50.0rem;
	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;
	}
}
@media only screen and (max-width: 767px){
	.eyecatch_inc	.sp_text{
		width: 44.7rem;
		height: auto;
		display: block;
		position: absolute;
		bottom: -3.8rem;
		left: 5%;
		z-index: 1;
	}
}




.eyecatch_inc.short .eyecatch_inc01{
	width: 70.2rem;
	height: 21.3rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: absolute;
	top: 31.3rem;
	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: 32.0rem;
	}
}

.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;
	position: fixed;
	top: 9.3rem;
	right: 0;
	z-index: 10;
}
.pankuzu_inc .pankuzu_inc_inner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	padding-right: 13.0rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner{
		width: 95%;
		padding-right: 0;
	}
}
.pankuzu_inc .pankuzu_inc_inner > a{
	font-size: 1.2rem;
	line-height: 3.0rem;
	letter-spacing: calc((100/1000)*1em);
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > a{
		font-size: 1.2rem;
		line-height: 2.2rem;
		letter-spacing: calc((100/1000)*1em);
	}
}
.pankuzu_inc .pankuzu_inc_inner > span{
	font-size: 1.2rem;
	line-height: 3.0rem;
	letter-spacing: calc((100/1000)*1em);
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > span{
		font-size: 1.2rem;
		line-height: 2.2rem;
		letter-spacing: calc((100/1000)*1em);
	}
}
.pankuzu_inc .pankuzu_inc_inner > p{
	font-size: 1.2rem;
	line-height: 3.0rem;
	letter-spacing: calc((100/1000)*1em);
	display: inline;
}
@media only screen and (max-width: 767px) {
	.pankuzu_inc .pankuzu_inc_inner > p{
		font-size: 1.2rem;
		line-height: 2.2rem;
		letter-spacing: calc((100/1000)*1em);
	}
}
/*.pan_incここまで*/

/*.paginationここから*/
.wp-pagenavi {
	width: 70.0rem;
	height: auto;
	margin: 7.0rem 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		width: 100%;
		margin: 4.0rem 0 0;
	}
}
.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);
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi span{
		margin: calc(3.0rem / 2) calc(1.5rem / 2);
	}
}
.wp-pagenavi a{
	font-size: 1.3rem;
	line-height: 3.7rem;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(3.0rem / 2);
	color: #ADADAD;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi a{
		margin: calc(3.0rem / 2) calc(3.0rem / 2) 0;
		font-size: 1.8rem;
		line-height: 2.0rem
	}
}
.wp-pagenavi .current{
	width: auto;
	height: auto;
	font-size: 1.3rem;
	line-height: 2.0rem;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .current{
		margin: calc(3.0rem / 2) calc(1.5rem / 2) 0;
		font-size: 1.8rem;
		line-height: 2.0rem;
	}
}
.wp-pagenavi .previouspostslink{
	border: 0;
	font-size: 0;
	line-height: 0;
}
.wp-pagenavi .previouspostslink::before{
	content: '';
	width: .6rem;
	height: .6rem;
	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;
}
@media only screen and (max-width: 767px){
	.wp-pagenavi .previouspostslink::before{
		width: 1.0rem;
		height: 1.0rem;
	}
}
.wp-pagenavi .nextpostslink{
	border: 0;
	font-size: 0;
	line-height: 0;
}
.wp-pagenavi .nextpostslink::before{
	content: '';
	width: .6rem;
	height: .6rem;
	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;
}
@media only screen and (max-width: 767px){
	.wp-pagenavi .nextpostslink::before{
		width: 1.0rem;
		height: 1.0rem;
	}
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend{
	display: none;
}
/*.paginationここまで*/

/*includeここまで*/