@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- 画面幅1400px閲覧で1px=0.1rem可変*/
	html{
			font-size: 0.715vw;
		}
}
@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: 1400px){
/*	1400px- 画面幅1400pxで1px=0.1rem固定*/
	html{
		font-size: 62.5%;
	}
}

/*Googleフォントここから*/
body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family: "Shippori Mincho", serif;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	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;
}

.regular{
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.mid{
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
}
.sbold{
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-style: normal;
}
.bold{
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	font-style: normal;
}
.ebold{
	font-family: "Shippori Mincho", serif;
	font-weight: 800;
	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{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}

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

/*headerここから*/
header{
	width: 100%;
	height: 9.0rem;
	display: block;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #B7B7B7;
}
@media only screen and (max-width: 767px){
	header{
		height: 6.0rem;
	}
}
header .header01{
	width: 100%;
	height: 100%;
	padding: 0 0 0 5.0rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01{
		padding: 0 0 0 5%;
		background-color: transparent;
		justify-content: space-between;
		transition: all .5s;
	}
}
header .header01 h1{
	width: 16.0rem;
	height: auto;
	margin: 0 .5rem 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 h1{
		width: 12.0rem;
		position: relative;
		z-index: 0;
		transition: all 0s;
	}
	header .header01 h1.active{
		z-index: 100;
		transition: all 0s .5s;
	}
}
header .header01 h1 a{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header .header01 h1 a img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header .header01 .nav00{
	width: auto;
	height: auto;
	margin: 0 2.0rem 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
header .header01 .nav00 > ul{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
header .header01 .nav00 > ul > li{
	width: 20.0rem;
	height: 5.0rem;
	margin: 0 0 0 2.0rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
header .header01 .nav00 > ul > li:nth-of-type(1){
	margin-left: 0;
}
header .header01 .nav00 > ul > li > .link01{
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s;
}
header .header01 .nav00 > ul > li:nth-of-type(1) > .link01{
	border: .1rem solid #000000;
}
header .header01 .nav00 > ul > li:nth-of-type(2) > .link01{
	color: #DF2127;
	border: .1rem solid #DF2127;
	cursor: pointer;
}
header .header01 .nav00 > ul > li:nth-of-type(3) > .link01{
	color: #00398D;
	border: .1rem solid #00398D;
}
header .header01 .nav00 > ul > li > .link01:hover{
	opacity: 1;
	transition: all .5s;
}
header .header01 .nav00 > ul > li:nth-of-type(1) > .link01:hover{
	color: #EFDD26;
	background-color: #000000;
}
header .header01 .nav00 > ul > li:nth-of-type(2) > .link01:hover{
	color: #ffffff;
	background-color: #DF2127;
}
header .header01 .nav00 > ul > li:nth-of-type(3) > .link01:hover{
	color: #ffffff;
	background-color: #00398D;
}
header .header01 .nav00 > ul > li > .ul{
	width: auto;
	height: auto;
	background-color: rgba(0, 0, 0, .8);
	display: none;
	position: fixed;
	top: 9.0rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
header .header01 .nav00 > ul > li > .ul.active{
	display: block;
}
header .header01 .nav00 > ul > li > .ul > .ul_01{
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .header01 .nav00 > ul > li > .ul > .ul_01 > ul{
	width: auto;
	height: auto;
	margin: -5.0rem calc(-4.0rem / 2) 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
header .header01 .nav00 > ul > li > .ul > .ul_01 > ul > li{
	width: auto;
	height: auto;
	margin: 0 calc(4.0rem / 2);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
header .header01 .nav00 > ul > li > .ul > .ul_01 > ul > .space{
	width: 100%;
	height: auto;
	margin: 5.0rem 0 0;
	display: block;
}
header .header01 .nav00 > ul > li > .ul > .ul_01 > ul > li > a{
	width: auto;
	height: auto;
	font-size: 3.5rem;
	line-height: 4.5rem;
	color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
	position: relative;
}
header .header01 .nav00 > ul > li > .ul > .ul_01 > ul > li > a::before{
	content: '';
	width: 3.1rem;
	height: 3.1rem;
	margin: .5rem .9rem 0 0;
	border: .2rem solid #ffffff;
	display: inline-block;
	vertical-align: top;
}
header .header01 .nav00 > ul > li > .ul > .ul_01 > ul > li > a::after{
	content: '';
	width: 2.0rem;
	height: 1.2rem;
	border-left: .4rem solid #DF2127;
	border-bottom: .4rem solid #DF2127;
	-webkit-transform: rotate(-45deg) scaleX(0);
	transform: rotate(-45deg) scaleX(0);
	transform-origin: left;
	display: block;
	position: absolute;
	top: 0;
	bottom: -1.3rem;
	left: .9rem;
	right: auto;
	margin: auto;
	transition: transform 0.125s ease-in-out;
}
header .header01 .nav00 > ul > li > .ul > .ul_01 > ul > li > .active::after{
	transform: rotate(-45deg) scaleX(1);
}
header .header01 .slide-menu-btn{
	width: auto;
	height: 5.0rem;
	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;
}
@media only screen and (max-width: 767px){
	header .header01 .slide-menu-btn{
		height: 100%;
	}
}
header .header01 .slide-menu-btn::after{
	content: 'MENU';
	width: auto;
	height: auto;
	margin: .5rem 0 0;
	font-size: 1.2rem;
	line-height: 1.2rem;
	display: block;
	text-align: center;
}
header .header01 .slide-menu-btn.active::after{
	color: #ffffff;
}
header .header01 .slide-menu-btn .line-bar_area{
	width: 3.9rem;
	height: 2.8rem;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px){
	header .header01 .slide-menu-btn .line-bar_area{
		height: 2.1rem;
	}
}
header .header01 .slide-menu-btn .line-bar_area::before{
	content: '';
	width: 100%;
	height: .4rem;
	background-color: #00398D;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.6s ease;
}
@media only screen and (max-width: 767px){
	header .header01 .slide-menu-btn .line-bar_area{
		height: 2.1rem;
	}
}
header .header01 .slide-menu-btn.active .line-bar_area::before{
	transform: rotate(calc(180deg + 45deg));
	bottom: 0;
}
header .header01 .slide-menu-btn .line-bar_area::after{
	content: '';
	width: 100%;
	height: .4rem;
	background-color: #DF2127;
	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: #FFFFFF;
	transform: rotate(calc(180deg + 45deg + 90deg));
	top: 0;
}
@media only screen and (max-width: 767px){
	header .header01 .slide-menu-btn .line-bar_area{
		height: 2.1rem;
	}
}
header .header01 .slide-menu-btn .line-bar_area .line-bar{
	width: 100%;
	height: .4rem;
	margin: 0;
	background-color: #FFFFFF;
	display: block;
	transition: all 1.0s ease;
}
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: 25.0rem;
	height: auto;
	margin: 0;
	padding: 9.0rem 0 0;
	background-color: rgba( 0, 0, 0, .8);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-shrink: 0;
	position: absolute;
	top: calc(var(--vh, 1vh) * -100);
	right: 9.0rem;
	z-index: 1;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	header .header01 nav{
		width: 100%;
		min-width: 32.0rem;
		padding: 9.0rem 0 2.0rem;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		background-color: #B7B7B7;
		position: fixed;
		right: 0;
	}
}
header .header01 .panelactive{
	top: 0;
	right: 9.0rem;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	header .header01 .panelactive{
		right: 0;
	}
}
header .header01 nav .nav_01{
	width: 100%;
	height: 100%;
	margin: 0;
	border-top: .1rem solid #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	overflow-y: scroll;
	overflow-x: hidden;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01{
		border-bottom: .1rem solid #ffffff;
	}
}
header .header01 nav .nav_01 > li{
	width: 100%;
	height: auto;
	min-height: 5.2rem;
	border-top: .1rem solid #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li{
	}
}
header .header01 nav .nav_01 > li:nth-of-type(1){
	border-top: 0;
}
header .header01 nav .nav_01 > li > a{
	width: auto;
	height: auto;
	margin: 0 0 0 2.0rem;
	font-size: 1.6rem;
	line-height: 1.9rem;
	color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 > li > a{
		font-size: 1.6rem;
		line-height: 2.0rem;
		color: #000000;
	}
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 .nav01_01{
		padding-top: 4.3rem;
		border-top: .1rem solid #ffffff;
		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 .header01 .favorite-btn{
	width: auto;
	height: 100%;
	aspect-ratio: 1/1;
	margin: 0 0 0 2.0rem;
	background-color: #DF2127;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 .favorite-btn{
		height: 4.5rem;
		border-radius: 50%;
		position: fixed;
		top: auto;
		bottom: 2.0rem;
		left: 1.0rem;
		right: auto;
		margin: auto;
	}
}
header .header01 .favorite-btn::before{
	content: '';
	width: 4.7rem;
	height: 4.0rem;
	margin: 0;
	background-image: url(../img/header/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 .favorite-btn::before{
		width: 2.3rem;
		height: 2.0rem;
	}
}
/*headerここまで*/

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #B7B7B7;
	display: block;
}
footer .footer01{
	width: auto;
	height: auto;
	padding: 1.5rem 0 .7rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	footer .footer01{
		width: 90%;
		max-width: 32.0rem;
		padding: 4.0rem 0 1.0rem;
	}
}
footer .footer01 .logo{
	width: 16.0rem;
	height: auto;
	margin: 0 0 2.3rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	footer .footer01 .logo{
		width: 14.7rem;
		margin: 0 auto 2.5rem;
	}
}
footer .footer01 .logo img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
footer .footer01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 .5rem;
	font-size: 1.5rem;
	line-height: 2.5rem;
	display: block;
	text-align: center;
}
footer .footer01 > .link01{
	width: auto;
	height: auto;
	margin: 0 0 .5rem;
	font-size: 1.2rem;
	line-height: 2.2rem;
	display: block;
}
footer .footer01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 1.1rem;
	line-height: 2.1rem;
	display: block;
}
/*footerここまで*/

/*btn-topここから*/
.btn-top{
	width: 5.0rem;
	height: 5.0rem;
	border: .2rem solid #B7B7B7;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: auto;
	bottom: -5.1rem;
	left: auto;
	right: 5.0rem;
	margin: auto;
	z-index: 10;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.btn-top{
		width: 3.5rem;
		height: 3.5rem;
		right: 1.0rem;
	}
}
.btn-top::before{
	content: '';
	width: 2.0rem;
	height: 1.7rem;
	margin: 0;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
	background-color: #B7B7B7;
	display: block;
}
@media only screen and (max-width: 767px) {
	.btn-top::before{
		width: 1.5rem;
		height: 1.2rem;
	}
}
/*btn-topここまで*/

/*includeここから*/

/*.pan_incここから*/
.pankuzu_inc{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.pankuzu_inc .pankuzu_inc_inner{
	width: 118.0rem;
	height: auto;
	padding: .5rem 0;
	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.5rem;
	line-height: 2.5rem;
	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.5rem;
	line-height: 2.5rem;
	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.5rem;
	line-height: 2.5rem;
	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);
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi span{
		margin: calc(3.0rem / 2) calc(1.5rem / 2);
	}
}
.wp-pagenavi a{
	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 a{
		margin: calc(3.0rem / 2) calc(1.5rem / 2);
	}
}
.wp-pagenavi .current{
	width: 3.7rem;
	height: 3.7rem;
	font-size: 1.3rem;
	line-height: 3.7rem;
	font-weight: 700;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: calc(3.0rem / 2);
	background-color: #000000;
}
@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;
}
.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;
}
.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;
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend{
	display: none;
}
/*.paginationここまで*/

/*.inc01ここから*/
.inc01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc01 .inc01_01{
	width: 118.0rem;
	height: auto;
	padding: 14.6rem 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01{
		width: 32.0rem;
		padding: 8.0rem 0;
	}
}
.inc01 .inc01_01 .inc01_01_01{
	width: auto;
	height: auto;
	margin: 0 0 10.0rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01{
		margin: 0 0 3.8rem;
	}
}
.inc01 .inc01_01 .inc01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 1.0rem;
	font-size: 3.0rem;
	line-height: 4.0rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 > .text01{
		font-size: 3.0rem;
		line-height: 3.0rem;
	}
}
.inc01 .inc01_01 .inc01_01_01 > .text01 > img{
	width: 36.0rem;
	height: auto;
	margin: .7rem .3rem 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 > .text01 > img{
		width: 21.1rem;
		margin: 0 .3rem 0 0;
	}
}
.inc01 .inc01_01 .inc01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 2.2rem;
	line-height: 2.2rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 > .text02{
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
}
.inc01 .inc01_01 .inc01_01_02{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.inc01 .inc01_01 .inc01_01_02 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 3.0rem;
	font-size: 2.2rem;
	line-height: 3.5rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_02 > .text01{
		margin: 0 0 2.0rem;
		font-size: 1.8rem;
		line-height: 2.8rem;
		text-align: justify;
		text-align-last: left;
	}
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01{
		flex-direction: column;
	}
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_01{
	width: 39.1rem;
	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) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_01{
		width: auto;
		margin: 0 0 2.0rem;
	}
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_01 .inc01_01_02_01_01_01{
	width: auto;
	height: auto;
	margin: 0 0 7.2rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_01 .inc01_01_02_01_01_01{
		margin: 0;
	}
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_01 .inc01_01_02_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 3.0rem 0 0;
	font-size: 2.2rem;
	line-height: 3.2rem;
	display: block;
	cursor: pointer;
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_01 .inc01_01_02_01_01_01 > .text01{
		margin: 1.5rem 0 0;
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_01 .inc01_01_02_01_01_01 > .text01.active{
	color: #EFDD26;
	pointer-events: no-repeat;
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_01 .inc01_01_02_01_01_01 > .text01:nth-of-type(1){
	margin-top: 0;
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_01 .inc01_01_02_01_01_01 > .text01:hover{
	opacity: .8;
	transition: all .5s;
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_01 .inc01_01_02_01_01_01 > .text01::before{
	content: '';
	width: 1.9rem;
	height: 1.9rem;
	margin: .8rem .7rem 0 0;
	background-color: #000000;
	display: inline-block;
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_01 .inc01_01_02_01_01_01 > .text01::before{
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_01 .inc01_01_02_01_01_01 > .text01.active::before{
	background-color: #EFDD26;
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_01 > .link01{
	width: 20.0rem;
	height: 5.0rem;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.9rem;
	color: #000000;
	border: .1rem solid #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_01 > .link01:hover{
	color: #EFDD26;
	background-color: #000000;
	opacity: 1;
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_02{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_02{
		width: 100%;
		margin: 0 0 3.6rem;
	}
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_02 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 2.2rem;
	line-height: 3.5rem;
	display: none;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_02 > .text01{
		font-size: 1.8rem;
		line-height: 3.0rem;
	}
}
.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 .inc01_01_02_01_02 > .text01.active{
	display: block;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 > .link01{
		width: 25.0rem;
		height: 5.0rem;
		margin: 0 auto;
		font-size: 1.5rem;
		line-height: 1.9rem;
		color: #000000;
		border: .1rem solid #000000;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.inc01 .inc01_01 .inc01_01_02 .inc01_01_02_01 > .link01:hover{
		color: #EFDD26;
		background-color: #000000;
		opacity: 1;
	}
}
/*.inc01ここまで*/

/*includeここまで*/