@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;
	}
}

/*Googleフォントここから*/
body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	color: #141414;
}
body.active{
	height: 100%;
	overflow-y: hidden;
}
.font_m{
	font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
}
/*Noto Sans JP*/
.regular{
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.thin{
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100;
}
.light{
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.mid{
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.bold{
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.black{
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}
/*Noto Serif JP*/
.g_elight{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 200;
}
.g_light{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.g_font{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.g_mid{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.g_sbold{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.g_bold{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.g_black{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}

.g02_thin{
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	/*font-family: "Lato", serif;
	font-weight: 100;*/
}
.g02_thin_i{
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	font-style: italic;
	/*font-family: "Lato", serif;
	font-weight: 100;
	font-style: italic;*/
}
.g02_light{
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	/*font-family: "Lato", serif;
	font-weight: 300;*/
}
.g02_light_i{
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	font-style: italic;
	/*font-family: "Lato", serif;
	font-weight: 300;
	font-style: italic;*/
}
.g02_regular{
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	/*font-family: "Lato", serif;
	font-weight: 400;*/
}
.g02_regular_i{
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	font-style: italic;
	/*font-family: "Lato", serif;
	font-weight: 400;
	font-style: italic;*/
}
.g02_bold{
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	/*font-family: "Lato", serif;
	font-weight: 700;*/
}
.g02_bold_i{
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-style: italic;
	/*font-family: "Lato", serif;
	font-weight: 700;
	font-style: italic;*/
}
.g02_black{
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	/*font-family: "Lato", serif;
	font-weight: 900;*/
}
.g02_black_i{
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-style: italic;
	/*font-family: "Lato", serif;
	font-weight: 900;
	font-style: italic;*/
}
/*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: 1280px;
}
@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: 139px;
}
@media only screen and (max-width: 767px){
	main{
		padding-top: 76px;
	}
}

/*headerここから*/
header{
	width: 100%;
	height: 139px;
	display: block;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #ffffff;
	box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 767px){
	header{
		height: 76px;
		box-shadow: none;
	}
}
header::before{
	content: '';
	width: 100%;
	height: 9px;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: #00683C;
}
@media only screen and (max-width: 767px){
	header::before{
		height: 7px;
	}
}
header .header01{
	box-sizing: border-box;
	width: 100%;
	height: 91px;
	padding: 9px 18px 0 11px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01{
		padding: 7px 0 0 10px;
		height: 100%;
		background-color: transparent;
		transition: all .5s;
	}
}
header .header01 .header01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header01 .header01_01{
		width: 100%;
		height: 100%;
		justify-content: space-between;
	}
}
header .header01 .header01_01 h1{
	width: 300px;
	height: auto;
	margin: 0 19px 0 0;
	display: block;
	flex-shrink: 0;
}
header.en .header01 .header01_01 h1{
	width: 333px;
}
@media only screen and (max-width: 767px){
	header .header01 .header01_01 h1,
	header.en .header01 .header01_01 h1{
		width: 254px;
		margin: 0 5px 0 0;
	}
}
@media only screen and (max-width: 374px){
	header .header01 .header01_01 h1,
	header.en .header01 .header01_01 h1{
		width: 200px;
	}
}
/* header.en .header01 .header01_01 h1{
	width: auto;
	height: 62px;
	margin: 0 20px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header.en .header01 .header01_01 h1{
		height: 52px;
		margin: 0 5px 0 0;
	}
}
@media only screen and (max-width: 374px){
	header.en .header01 .header01_01 h1{
		height: 46px;
		margin: 0 5px 0 0;
	}
} */
header .header01 .header01_01 h1 a{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
header .header01 .header01_01 h1 a img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
header .header01 .header01_01 .header01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
header .header01 .header01_01 .header01_01_01 .link01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 12px;
	line-height: 22px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
header .header01 .header01_01 .header01_01_01 .link01::before{
	content: '';
	width: 11px;
	height: 15px;
	margin: 0 6px 0 0;
	background-image: url(../img/common/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
header .header01 .header01_01 .header01_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
header .header01 .header01_01 .header01_01_01 .text01 span:nth-of-type(1){
	margin: 0 5px 0 0;
	font-size: 21px;
	line-height: 21px;
}
header .header01 .header01_01 .header01_01_01 .text01 .text01_01{
	width: auto;
	height: auto;
	margin: 0 13px 0 0;
	display: block;
}
header .header01 .header01_01 .header01_01_01 .text01 .text01_01 span:nth-of-type(1){
	margin: 0 2px 0 0;
	font-size: 30px;
	line-height: 30px;
}
header .header01 .header01_01 .header01_01_01 .text01 .text01_01 span:nth-of-type(2){
	margin: 0;
	font-size: 16px;
	line-height: 16px;
}
header .header01 .header01_01 .header01_01_01 .text01 span.item01 {
	margin: 0 13px 0 0;
	font-size: 26px;
	line-height: 30px;
}
header.en .header01 .header01_01 .header01_01_01 .text01 span.item01 {
	margin: 0;
}
header.en .header01 .header01_01 .header01_01_01 .text01 span:nth-of-type(1){
	margin: 0 5px 0 0;
	font-size: 21px;
	line-height: 21px;
}
header.en .header01 .header01_01 .header01_01_01 .text01 .text01_01{
	margin: 0 5px 0 0;
}
header.en .header01 .header01_01 .header01_01_01 .text01 .en_year{
	margin: 0;
	font-size: 21px;
	line-height: 21px;
}
header.en .header01 .header01_01 .header01_01_01 .text01 .text01_01 span:nth-of-type(1){
	margin: 0;
	font-size: 21px;
	line-height: 21px;
}
header.en .header01 .header01_01 .header01_01_01 .text01 .text01_01 span:nth-of-type(3){
	padding: 0;
	margin: 2px auto 0;
}
@media only screen and (max-width: 767px){
/*メニューオープンボタン*/
	header .header01 .header01_01 .slide-menu-btn{
		width: 68px;
		height: 100%;
		z-index: 10;
		position: relative;
		margin: 0;
		cursor: pointer;
		flex-shrink: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-direction: column;
	}
	/*メニューオープンボタン内部テキスト*/
	header .header01 .header01_01 .slide-menu-btn::after{
		content: 'MENU';
		width: 100%;
		height: auto;
		font-size: 10px;
		line-height: 10px;
		font-family: 'Noto_Sans_JP', sans-serif;
		font-weight: 500;
		color: #ffffff;
		text-align: center;
		margin: 5px 0 0;
		display: block;
	}
	header .header01 .header01_01 .slide-menu-btn.active::after{
		content: '閉じる';
	}
	/*メニューオープンボタン内部の線*/
	header .header01 .header01_01 .slide-menu-btn .line-bar{
		width: 27px;
		height: 3px;
		color: #ffffff;
		background-color: #ffffff;
		border-radius: 3px;
		position: relative;
		margin: 20px 0 11px;
		transition: all 0.6s ease;
		display: block;
	}
	header .header01 .header01_01 .slide-menu-btn .line-bar::before{
		content: "";
		display: block;
		background-color: #ffffff;
		border-radius: 3px;
		position: absolute;
		width: 100%;
		height: 3px;
		transition: all 0.6s ease;
		top: -10px;
	}
	header .header01 .header01_01 .slide-menu-btn .line-bar::after{
		content: "";
		display: block;
		background-color: #ffffff;
		border-radius: 3px;
		position: absolute;
		width: 100%;
		height: 3px;
		transition: all 0.6s ease;
		bottom: -10px;
	}
	header .header01 .header01_01 .slide-menu-btn.active .line-bar{
		transform: rotate(135deg);
		transition: all 0.6s ease;
	}
	header .header01 .header01_01 .slide-menu-btn.active .line-bar::before{
		transform: rotate(90deg);
		top: 0;
	}
	header .header01 .header01_01 .slide-menu-btn.active .line-bar::after{
		opacity: 0;
	}
/*メニューオープンボタン*/
}
header .header01 .header01_02{
	box-sizing: border-box;
	width: auto;
	height: 100%;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
header .header01 .header01_02 .nav_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header01 .header01_02 .nav_01 .link02{
	margin: 0 calc(27px / 2);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
header .header01 .header01_02 .nav_01 .link02:nth-of-type(1){
	width: 24px;
	height: 24px;
	margin-left: 0;
	background-image: url(../img/common/item02.png);
}
header .header01 .header01_02 .nav_01 .link02:nth-of-type(2){
	width: 22px;
	height: 22px;
	background-image: url(../img/common/item03.png);
}
header .header01 .header01_02 .nav_01 .link02:nth-of-type(3){
	width: 27px;
	height: 18px;
	margin-right: 0;
	background-image: url(../img/common/item04.png);
}
header .header01 .header01_02 .nav_02{
	width: auto;
	height: auto;
	margin: 0 0 0 32px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
}
header .header01 .header01_02 .nav_02 form{
	width: 126px;
	height: 37px;
	margin: 0 16px 0 0;
	background-color: #F0F0F0;
	display: block;
	position: relative;
}
header .header01 .header01_02 .nav_02 form::before{
	content: '';
	width: 11px;
	height: 15px;
	background-image: url(../img/common/item05.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 11px;
	margin: auto;
}
header .header01 .header01_02 .nav_02 form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
}
header .header01 .header01_02 .nav_02 form select{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 35px 0 17px;
	margin: 0;
	border: 0;
	font-size: 13px;
	line-height: 23px;
	background-color: transparent;
	position: relative;
	z-index: 0;
}
header .header01 .header01_02 .nav_02 form select option{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
}
header .header01 .header01_02 .nav_02 .link03{
	width: 150px;
	height: 37px;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	background-color: #FFD136;
	box-shadow: 0 3px 0 0 #C4A129;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .header02{
	box-sizing: border-box;
	width: 100%;
	height: calc(100% - 91px);
	padding: 0;
	margin: 0 auto;
	border-top: 1px solid #D9DCE0;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header02{
		width: 100%;
		min-width: 320px;
		height: 100vh;
		padding: 76px 0 0;
		display: block;
		position: fixed;
		top: -100vh;
		right: 0;
		z-index: 1;
		transition: all .5s;
	}
	header .header02.panelactive{
		top: 0;
		right: 0;
		transition: all .5s;
	}
}
header .header02 nav{
	width: 100%;
	height: 100%;
	display: block;
}
header .header02 nav .nav_01{
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01{
		height: 100%;
		margin: 0 auto;
		display: block;
		overflow-y: scroll;
	}
}
header .header02 nav .nav_01 li{
	width: auto;
	height: 100%;
	margin: 0 calc(47px /2);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01 li{
		width: 100%;
		height: auto;
		margin: 0;
		border-top: 1px solid #54A567;
	}
	header .header02 nav .nav_01 li:nth-of-type(1){
		border-top: 0;
	}
}
header .header02 nav .nav_01 li:first-of-type{
	margin-left: 0;
}
header .header02 nav .nav_01 li:last-of-type{
	margin-right: 0;
}
header .header02 nav .nav_01 li a{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01 li a{
		height: 60px;
		padding: 0 28px;
		font-size: 16px;
		line-height: 20px;
		color: #ffffff;
		border-bottom: 0;
		justify-content: flex-start;
	}
}
header .header02 nav .nav_01 .drop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
header .header02 nav .nav_01 .drop a{
	width: auto;
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01 .drop a{
		width: calc(100% - 68px);
		pointer-events: none;
	}
}
header .header02 nav .nav_01 .drop .drop-btn{
	width: 11px;
	height: 100%;
	margin: 0 0 0 10px;
	background-image: url(../img/header/arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	transform: rotateZ(0);
	transition: all .5s;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01 .drop .drop-btn{
		width: 68px;
		height: 60px;
		margin: 0;
		background-image: url(../img/header/arrow01_sp.png);
		background-size: 10px auto;
	}
}
header .header02 nav .nav_01 .drop .drop-btn.drop-active{
	transform: rotateZ(180deg);
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01 .drop .drop-btn.drop-active{
		transform: rotateZ(90deg);
	}
}
header .header02 nav .nav_01 .drop ul{
	width: 325px;
	height: auto;
	padding-top: 47px;
	position: absolute;
	top: 0;
	left: -46px;
	right: auto;
	bottom: auto;
	z-index: -1;
	margin: auto;
}
@media only screen and (min-width: 768px){
	header .header02 nav .nav_01 .drop ul{
		visibility: hidden;
		opacity: 0;
		transition: all .3s;
		animation: tooltipShow2 0.3s linear 0s;
	}
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01 .drop ul{
		width: 100%;
		padding-top: 0;
		position: static;
		margin: auto;
		display: none;
	}
}
@media only screen and (min-width: 768px){
	header .header02 nav .nav_01 .drop:hover ul{
		visibility: visible;
		opacity: 1;
		transition: all .3s;
		animation: tooltipShow 0.3s linear 0s;
	}
}
/*ナビアニメーション(ドロップダウン)指示*/
@keyframes tooltipShow{
	from{
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	to{
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes tooltipShow2{
	from{
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	to{
		opacity: 0;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
/*ナビアニメーション(ドロップダウン)指示*/
header .header02 nav .nav_01 .drop ul li{
	width: 100%;
	height: auto;
	margin: 0;
	border-top: 1px solid #E2E2E2;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01 .drop ul li{
		height: 55px;
		border-top: 1px solid #F9E0E3;
	}
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01 .drop ul .text02{
		height: 75px;
	}
}
header .header02 nav .nav_01 .drop ul li:nth-of-type(1){
	border-top: 0;
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01 .drop ul li:nth-of-type(1){
		border-top: 1px solid #F9E0E3;
	}
}
header .header02 nav .nav_01 .drop ul .text02{
	border-top: 0;
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01 .drop ul .text02{
		border-top: 1px solid #F9E0E3;
	}
}
header .header02 nav .nav_01 .drop ul .text02::before{
	box-sizing: border-box;
	content: '同時開催展 ▼';
	width: 100%;
	height: 23px;
	padding: 0 19px 0 21px;
	font-size: 12px;
	line-height: 22px;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01 .drop ul .text02::before{
		height: 25px;
		padding: 0 19px 0 5%;
		font-size: 13px;
		line-height: 23px;
		border-bottom: 1px solid #F9E0E3;
		pointer-events: none;
	}
}
header .header02 nav .nav_01 .drop ul li a{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
/*	padding: 13px 19px 13px 21px;*/
	padding: 5px 19px 5px 21px;
	font-size: 14px;
	line-height: 24px;
	background-color: #ffffff;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01 .drop ul li a{
		padding-left: 5%;
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
		justify-content: flex-start;
		pointer-events: auto;
	}
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01 .drop ul .text02 a{
		height: calc(100% - 25px);
	}
}
header .header02 nav .nav_01 .drop ul li a::after{
	content: '';
	width: 7px;
	height: 11px;
	margin: 0 0 0 5px;
	background-image: url(../img/header/arrow02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	transform: rotateZ(0);
	transition: all .5s;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01 .drop ul li a::after{
		display: none;
	}
}
header .header02 nav .nav_01 .drop ul li a:hover{
	background-color: #F9E0E3;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	header .header02 nav .nav_01 .nav_01_01{
		padding: 20px 0 57px;
		border-top: 0;
	}
	header .header02 nav .nav_01 .nav_01_01 .link01{
		width: 90%;
		max-width: 320px;
		height: 53px;
		padding: 0;
		margin: 0 auto 36px;
		font-size: 17px;
		line-height: 27px;
		color: #141414;
		background-color: #FFD136;
		box-shadow: 0 3px 0 0 #C4A129;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header .header02 nav .nav_01 .nav_01_01 .nav_01_01_01{
		width: 90%;
		max-width: 320px;
		height: auto;
		margin: 0 auto 31px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header .header02 nav .nav_01 .nav_01_01 .nav_01_01_01 .link02{
		margin: 0 calc(34px / 2);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		display: block;
		flex-shrink: 0;
	}
	header .header02 nav .nav_01 .nav_01_01 .nav_01_01_01 .link02:nth-of-type(1){
		width: 31px;
		height: 31px;
		margin-left: 0;
		background-image: url(../img/common/item023.png);
	}
	header .header02 nav .nav_01 .nav_01_01 .nav_01_01_01 .link02:nth-of-type(2){
		width: 29px;
		height: 29px;
		background-image: url(../img/common/item024.png);
	}
	header .header02 nav .nav_01 .nav_01_01 .nav_01_01_01 .link02:nth-of-type(3){
		width: 35px;
		height: 24px;
		margin-right: 0;
		background-image: url(../img/common/item025.png);
	}
	header .header02 nav .nav_01 .nav_01_01 .nav_01_01_02{
		width: 90%;
		max-width: 320px;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		/* justify-content: center; */
		align-items: center;
	}
	@media only screen and (max-width: 374px) {
		header .header02 nav .nav_01 .nav_01_01 .nav_01_01_02{
			flex-direction: column;
		}
	}
	header .header02 nav .nav_01 .nav_01_01 .nav_01_01_02 form{
		width: 159px;
		height: 37px;
		margin: 0;
		background-color: #AF1225;
		display: block;
		position: relative;
	}
	@media only screen and (max-width: 374px) {
		header .header02 nav .nav_01 .nav_01_01 .nav_01_01_02 form{
			margin-bottom: 20px;
		}
	}
	header .header02 nav .nav_01 .nav_01_01 .nav_01_01_02 form::before{
		content: '';
		width: 11px;
		height: 7px;
		background-image: url(../img/common/item026.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: auto;
		right: 19px;
		margin: auto;
	}
	header .header02 nav .nav_01 .nav_01_01 .nav_01_01_02 form select{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent;
		border: none;
		border-radius: 0;
		outline: none;
	}
	header .header02 nav .nav_01 .nav_01_01 .nav_01_01_02 form select{
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 0 41px 0 13px;
		margin: 0;
		border: 0;
		font-size: 13px;
		line-height: 23px;
		color: #ffffff;
		background-color: transparent;
		position: relative;
		z-index: 0;
	}
	header .header02 nav .nav_01 .nav_01_01 .nav_01_01_02 form select option{
		width: auto;
		height: auto;
		margin: 0;
		font-size: 13px;
		line-height: 23px;
	}
	header .header02 nav .nav_01 .nav_01_01 .nav_01_01_02 .link02{
		width: auto;
		height: auto;
		padding: 0 10px;
		margin: 0;
		font-size: 12px;
		line-height: 14px;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
/*headerここまで*/

/*footerここから*/
footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
footer .footer01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F5F5F5;
	display: block;
}
footer .footer01 .footer01_01{
	width: 1080px;
	height: auto;
	padding: 55px 0 40px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01{
		width: 90%;
		max-width: 320px;
		padding: 34px 0 27px;
	}
}
footer .footer01 .footer01_01 .footer01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01 .footer01_01_01{
		margin: 0 auto 16px;
		justify-content: center;
	}
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01{
		width: 100%;
		justify-content: center;
	}
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .logo{
	width: 401px;
	height: auto;
	margin: 0 39px 0 0;
	display: block;
}
footer.en .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .logo{
	width: 385px;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .logo,
	footer.en .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .logo{
		width: 254px;
		height: auto;
		margin: 0 auto;
	}
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .logo img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}



footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 span:nth-of-type(1){
	margin: 0 5px 0 0;
	font-size: 21px;
	line-height: 21px;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 .text01_01{
	width: auto;
	height: auto;
	margin: 0 13px 0 0;
	display: block;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 .text01_01 span:nth-of-type(1){
	margin: 0 2px 0 0;
	font-size: 30px;
	line-height: 30px;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 .text01_01 span:nth-of-type(2){
	margin: 0;
	font-size: 16px;
	line-height: 16px;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 .text01_01 span:nth-of-type(3){
	box-sizing: border-box;
	padding: 0 16px 0 0;
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	display: block;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 span:nth-of-type(2){
	margin: 0 10px 0 0;
	font-size: 31px;
	line-height: 31px;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 span:nth-of-type(3){
	margin: 0 11px 0 0;
	font-size: 16px;
	/* line-height: 16px; */
	line-height: 31px;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 span:nth-of-type(4){
	margin: 0 14px 0 0;
	font-size: 26px;
	line-height: 26px;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 span:nth-of-type(5){
	margin: 0 14px 0 0;
	font-size: 31px;
	line-height: 31px;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 span:nth-of-type(6){
	font-size: 16px;
	line-height: 16px;
}
footer.en .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 span:nth-of-type(1){
	margin: 0 5px 0 0;
	font-size: 21px;
	line-height: 21px;
}
footer.en .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 span:nth-of-type(2){
	margin: 0 5px 0 0;
	font-size: 16px;
	line-height: 16px;
}
footer.en .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 span:nth-of-type(3){
	margin: 0 5px 0 0;
	font-size: 21px;
	line-height: 21px;
}
footer.en .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 span:nth-of-type(4){
	margin: 0 5px 0 0;
	font-size: 16px;
	line-height: 16px;
}
footer.en .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 span:nth-of-type(5){
	margin: 0;
	font-size: 21px;
	line-height: 21px;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .link01{
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 22px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .link01::before{
	content: '';
	width: 11px;
	height: 15px;
	margin: 0 6px 0 0;
	background-image: url(../img/common/item06.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_02{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items:center;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_02 .link02{
	margin: 0 calc(27px / 2);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_02 .link02:nth-of-type(1){
	width: 24px;
	height: 24px;
	margin-left: 0;
	background-image: url(../img/common/item07.png);
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_02 .link02:nth-of-type(2){
	width: 22px;
	height: 22px;
	background-image: url(../img/common/item08.png);
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_02 .link02:nth-of-type(3){
	width: 27px;
	height: 18px;
	margin-right: 0;
	background-image: url(../img/common/item09.png);
}
footer .footer01 .footer01_01 .footer01_01_03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
footer .footer01 .footer01_01 .footer01_01_03 .text02{
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 17px;
	font-size: 18px;
	line-height: 28px;
	border-bottom: 1px solid #9B9B9B;
	display: block;
}
footer.en .footer01 .footer01_01 .footer01_01_03 .text02{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01 .footer01_01_03 .text02{
		padding: 0 0 6px;
		margin: 0 auto 9px;
		font-size: 15px;
		line-height: 25px;
		text-align: center;
	}
}
footer .footer01 .footer01_01 .footer01_01_03 .footer01_01_03_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01 .footer01_01_03 .footer01_01_03_01{
		flex-direction: column;
	}
}
footer .footer01 .footer01_01 .footer01_01_03 .footer01_01_03_01 .item011{
	width: 234px;
	height: auto;
	margin: 0 34px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01 .footer01_01_03 .footer01_01_03_01 .item011{
		width: 168px;
		margin: 0 0 10px;
	}
}
footer .footer01 .footer01_01 .footer01_01_03 .footer01_01_03_01 .item011 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
footer .footer01 .footer01_01 .footer01_01_03 .footer01_01_03_01 .text03{
	font-size: 13px;
	line-height: 19px;
}
footer.en .footer01 .footer01_01 .footer01_01_03 .footer01_01_03_01 .text03{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01 .footer01_01_03 .footer01_01_03_01 .text03{
		font-size: 12px;
		line-height: 19px;
	}
}
footer .footer01 .footer01_01 .footer01_01_03 .footer01_01_03_01 .text03 a{
	font-size: 13px;
	line-height: 19px;
}
footer.en .footer01 .footer01_01 .footer01_01_03 .footer01_01_03_01 .text03 a{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01 .footer01_01_03 .footer01_01_03_01 .text03 a{
		font-size: 12px;
		line-height: 19px;
	}
}
footer .footer01 .footer01_01 .footer01_01_02{
	width: 100%;
	height: auto;
	margin: 0 auto 100px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
footer.en .footer01 .footer01_01 .footer01_01_02{
	justify-content: flex-start;
}
footer .footer01 .footer01_01 .footer01_01_02 li{
	width: auto;
	height: auto;
	display: block;
	margin-left: 80px;
}
footer .footer01 .footer01_01 .footer01_01_02 li:nth-of-type(1){
	margin-left: 0;
}
footer.en .footer01 .footer01_01 .footer01_01_02 li{
	margin-left: 32px;
}
footer.en .footer01 .footer01_01 .footer01_01_02 li:nth-of-type(1){
	margin-left: 0;
}
footer .footer01 .footer01_01 .footer01_01_02 .li01{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
footer .footer01 .footer01_01 .footer01_01_02 li a{
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
footer .footer01 .footer01_01 .footer01_01_02 .li01 a{
	margin-top: 24px;
}
footer .footer01 .footer01_01 .footer01_01_02 li .none{
	pointer-events: none;
}
footer .footer01 .footer01_01 .footer01_01_02 li .none01{
	margin-top: 24px;
}
footer .footer01 .footer01_01 .footer01_01_02 .li01 a:nth-of-type(1){
	margin-top: 0;
}
footer .footer01 .footer01_01 .footer01_01_02 li a .svg{
	content: '';
	width: 16px;
	height: 16px;
	margin: 0 6px 0 0;
	display: block;
	flex-shrink: 0;
}
footer .footer01 .footer01_01 .footer01_01_02 li .none .svg{
	display: none;
}
footer .footer01 .footer01_01 .footer01_01_02 li ul{
	box-sizing: border-box;
	width: auto;
	height: auto;
	padding: 0 0 0 6px;
	margin: 10px 0 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
footer .footer01 .footer01_01 .footer01_01_02 li ul li{
	width: auto;
	height: auto;
	display: block;
	margin: 3px 0 0;
}
footer .footer01 .footer01_01 .footer01_01_02 li ul li:nth-of-type(1){
	margin-top: 0;
}
footer .footer01 .footer01_01 .footer01_01_02 li ul li a{
	font-size: 13px;
	line-height: 23px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
footer .footer01 .footer01_01 .footer01_01_02 .li01:nth-of-type(2) ul + a{
	margin-top: 78px;
}
footer .footer01 .footer01_01 .footer01_01_02 .li01:nth-of-type(3) ul + a{
	margin-top: 52px;
}
footer .footer01 .footer01_01 .footer01_01_02 li ul li a::before{
	content: '';
	width: 1px;
	height: 14px;
	margin: 0 6px 0 0;
	background-color: #141414;
	display: block;
	flex-shrink: 0;
}
footer .footer02{
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0 auto;
	background-color: #141414;
	display: block;
}
@media only screen and (max-width: 767px){
	footer .footer02{
		padding: 20px 0;
	}
}
footer .footer02 .footer02_01{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	footer .footer02 .footer02_01{
		width: 90%;
		max-width: 320px;
		justify-content: center;
	}
}
footer .footer02 .footer02_01 .link03{
	font-size: 13px;
	line-height: 23px;
	color: #ffffff;
}
footer .footer02 .footer02_01 .text04{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 10px;
	line-height: 20px;
	color: #ffffff;
}
@media only screen and (max-width: 767px){
	footer .footer02 .footer02_01 .text04{
		font-size: 11px;
		line-height: 21px;
	}
}
/*footerここまで*/

/*includeここから*/

/*.eyecatch_incここから*/
.eyecatch_inc.top{
	width: 100%;
	min-width: 1280px;
	height: auto;
	position: relative;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top{
		min-width: 320px;
	}
}
.eyecatch_inc.top .eyecatch_inc01{
	width: 1080px;
	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: 375px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01{
	width: 100%;
	height: auto;
	padding: 41px 72px 35px;
	margin: 0;
	background-image: url(../img/index/item01_2.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01{
		padding: 18px 31px 20px;
		background-image: url(../img/index/item01_2_sp.png);
		text-align: left;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .item01{
	width: 867px;
	height: auto;
	margin: 0 auto;
	display: inline-block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .item01{
		width: 100%;
		height: auto;
		display: block;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .item01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .item01 img{
		width: 100%;
		height: auto;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 h3{
	width: auto;
	height: auto;
	margin: 25px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 h3{
		margin: 5px 0 0;
		flex-wrap: wrap;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03{
	width: auto;
	height: auto;
	margin: 0 18px 0 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 .year{
	font-size: 23px;
	line-height: 23px;
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 .date{
	font-size: 33px;
	line-height: 33px;
	margin-left: 5px;
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 .youbi{
	font-size: 18px;
	line-height: 18px;
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 .time{
	font-size: 13px;
	line-height: 18px;
}
.eye_text{
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
@media only screen and (max-width: 767px){
	.eye_text{
		margin: 10px 0 0;
		flex-wrap: wrap;
	}
}
.eye_text span:nth-of-type(1){
	margin: 0 12px 0 0;
	font-size: 28px;
	line-height: 28px;
}
@media only screen and (max-width: 767px){
	.eye_text span:nth-of-type(1){
		margin: 0 5px 0 0;
		font-size: 19px;
		line-height: 19px;
	}
}
.eye_text span:nth-of-type(2){
	margin: 0 9px 0 0;
	font-size: 40px;
	line-height: 40px;
}
@media only screen and (max-width: 767px){
	.eye_text span:nth-of-type(2){
		margin: 0 5px 0 0;
		font-size: 27px;
		line-height: 27px;
	}
}
.eye_text span:nth-of-type(3){
	margin: 0 18px 0 0;
	font-size: 21px;
	line-height: 21px;
}
@media only screen and (max-width: 767px){
	.eye_text span:nth-of-type(3){
		margin: 0 5px 0 0;
		font-size: 14px;
		line-height: 14px;
	}
}
@media only screen and (max-width: 374px){
	.eye_text span:nth-of-type(3){
		margin: 0 5px 0 0;
	}
}
.eye_text span:nth-of-type(4){
	margin: 0 20px 0 0;
	font-size: 31px;
	line-height: 31px;
}
@media only screen and (max-width: 767px){
	.eye_text span:nth-of-type(4){
		margin: 0 5px 0 0;
		font-size: 16px;
		line-height: 16px;
	}
}
@media only screen and (max-width: 374px){
	.eye_text span:nth-of-type(4){
		margin: 0 5px 0 0;
	}
}
.eye_text span:nth-of-type(5){
	margin: 0 12px 0 0;
	font-size: 40px;
	line-height: 40px;
}
@media only screen and (max-width: 767px){
	.eye_text span:nth-of-type(5){
		margin: 0 5px 0 0;
		font-size: 27px;
		line-height: 27px;
	}
}
.eye_text span:nth-of-type(6){
	font-size: 21px;
	line-height: 21px;
}
@media only screen and (max-width: 767px){
	.eye_text span:nth-of-type(6){
		font-size: 14px;
		line-height: 14px;
	}
}






.eyecatch_inc.en .eye_text span:nth-of-type(1){
	margin: 0 9px 0 0;
	font-size: 33px;
	line-height: 38px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eye_text span:nth-of-type(1){
		margin: 0;
		font-size: 20px;
		line-height: 20px;
	}
}
.eyecatch_inc.en .eye_text span:nth-of-type(2){
	margin: 0 12px 0 0;
	font-size: 24px;
	line-height: 28px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eye_text span:nth-of-type(2){
		margin: 0 5px 0 0;
		font-size: 15px;
		line-height: 15px;
	}
}
.eyecatch_inc.en .eye_text span:nth-of-type(3){
	margin: 0 9px 0 0;
	font-size: 33px;
	line-height: 38px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eye_text span:nth-of-type(3){
		margin: 0;
		font-size: 20px;
		line-height: 20px;
	}
}
.eyecatch_inc.en .eye_text span:nth-of-type(4){
	margin: 0 0 0 0;
	font-size: 24px;
	line-height: 28px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eye_text span:nth-of-type(4){
		margin: 0;
		font-size: 15px;
		line-height: 15px;
	}
}
.eyecatch_inc.en .eye_text span:nth-of-type(5){
	margin: 0 12px 0 0;
	font-size: 33px;
	line-height: 38px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eye_text span:nth-of-type(5){
		margin: 0;
		font-size: 20px;
		line-height: 20px;
	}
}







.eye_text .link01{
	width: auto;
	height: auto;
	font-size: 19px;
	line-height: 29px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eye_text .link01{
		font-size: 11px;
		line-height: 21px;
		justify-content: center;
	}
}
.eye_text .link01::before{
	content: '';
	width: 21px;
	height: 30px;
	margin: 0 5px 0 0;
	background-image: url(../img/index/item02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.eye_text .link01::before{
		width: 13px;
		height: 18px;
		margin: 0 3px 0 0;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 h3 .link01{
	width: auto;
	height: auto;
	font-size: 19px;
	line-height: 29px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 h3 .link01{
		font-size: 15px;
		line-height: 20px;
		justify-content: center;
		margin-top: 15px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 h3 .link01::before{
	content: '';
	width: 21px;
	height: 30px;
	margin: 0 5px 0 0;
	background-image: url(../img/index/item02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 h3 .link01::before{
		width: 13px;
		height: 18px;
		margin: 0 3px 0 0;
	}
}
.eyecatch_inc.top .eyecatch_inc02{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02{
		padding: 0;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-list{
	width: 100%;
	height: auto;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img{
	width: 100%;
	height: calc(100vh - 80px - 132px);
	min-height: 500px;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img{
	background-image: url(../img/index/eye01.jpg);
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .eye_img{
		height: 308px;
		min-height: initial;
	}
	.eyecatch_inc.top .eyecatch_inc02 .eye_img{
		background-image: url(../img/index/eye01_sp.jpg);
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-prev,
.eyecatch_inc.top .eyecatch_inc02 .slick-next{
	width: 44px;
	height: 46px;
	background-color: rgba(0, 0, 0, .55);
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	z-index: 10;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-prev,
	.eyecatch_inc.top .eyecatch_inc02 .slick-next{
		width: 27px;
		height: 27px;
		top: calc(308px / 2 - 27px / 2);
		bottom: auto;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-prev:hover,
.eyecatch_inc.top .eyecatch_inc02 .slick-next:hover{
	opacity: .8;
	transition: all .5s;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-prev{
	left: 0;
	right: auto;
	margin: auto;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-next{
	left: auto;
	right: 0;
	margin: auto;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-prev::before{
	width: 12px;
	height: 21px;
	background-image: url(../img/slick/arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-prev::before{
		width: 25px;
		height: 25px;
		background-size: 9px auto;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-next::before{
	width: 12px;
	height: 21px;
	background-image: url(../img/slick/arrow02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-next::before{
		width: 25px;
		height: 25px;
		background-size: 9px auto;
	}
}
/*.eyecatch_inc.top .eyecatch_inc02 .slick-dots{
	width: 200px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	top: auto;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 10;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-dots{
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li{
	width: 8px;
	height: 8px;
	margin: 4px 4px 0;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li:nth-of-type(-n+12){
	margin-top: 0;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li button{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li button::before{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	display: block;
	font-family: none;
	font-size: 0;
	line-height: 0;
	position: static;
	background: none;
	background-color: #abbcca;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots .slick-active button::before{
	background-color: #19496f;
}*/
.eyecatch_inc.top_banner{
	width: 100%;
	min-width: 1280px;
	height: auto;
	margin: -78px auto 0;
	position: relative;
	display: block;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top_banner{
		min-width: 320px;
		margin: -26px auto 0;
	}
}
.eyecatch_inc.top_banner .eyecatch_inc03{
	width: 1080px;
	width: 980px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top_banner .eyecatch_inc03{
		width: 90%;
		max-width: 232px;
		flex-wrap: wrap;
	}
}
.eyecatch_inc.top_banner .eyecatch_inc03.slick_none .slick-list.draggable .slick-track {
	width: auto!important;
	left: auto!important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.eyecatch_inc.top_banner .eyecatch_inc03 a{
	width: 304px;
	max-width: 304px;
	height: auto;
	margin: 0 calc(35px / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0px 3px 20px 0 rgba(0,0,0,0.19);
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top_banner .eyecatch_inc03 a{
		width: 232px;
		max-width: 320px;
		margin: 9px auto 0;
	}
	.eyecatch_inc.top_banner .eyecatch_inc03.slick_start a{
		margin: 0 auto;
	}
}
@media only screen and (min-width: 768px){
	.eyecatch_inc.top_banner .eyecatch_inc03 a:first-of-type{
		margin-left: 0;
	}
	.eyecatch_inc.top_banner .eyecatch_inc03 a:last-of-type{
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top_banner .eyecatch_inc03 a:nth-of-type(1){
		margin-top: 0;
	}
}
.eyecatch_inc.top_banner .eyecatch_inc03 a img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

.eyecatch_inc.top_banner .eyecatch_inc03 .slick-prev,
.eyecatch_inc.top_banner .eyecatch_inc03 .slick-next{
	width: 44px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	z-index: 10;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top_banner .eyecatch_inc03 .slick-prev,
	.eyecatch_inc.top_banner .eyecatch_inc03 .slick-next{
		width: 37px;
		height: 39px;
	}
}
.eyecatch_inc.top_banner .eyecatch_inc03 .slick-prev:hover,
.eyecatch_inc.top_banner .eyecatch_inc03 .slick-next:hover{
	opacity: .8;
	transition: all .5s;
}
.eyecatch_inc.top_banner .eyecatch_inc03 .slick-prev{
	left: -54px;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top_banner .eyecatch_inc03 .slick-prev{
		left: -44px;
	}
}
.eyecatch_inc.top_banner .eyecatch_inc03 .slick-next{
	left: auto;
	right: -54px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top_banner .eyecatch_inc03 .slick-next{
		right: -44px;
	}
}
.eyecatch_inc.top_banner .eyecatch_inc03 .slick-prev::before{
	width: 12px;
	height: 21px;
	background-image: url(../img/slick/arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top_banner .eyecatch_inc03 .slick-prev::before{
		width: 10px;
		height: 18px;
	}
}
.eyecatch_inc.top_banner .eyecatch_inc03 .slick-next::before{
	width: 12px;
	height: 21px;
	background-image: url(../img/slick/arrow02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top_banner .eyecatch_inc03 .slick-next::before{
		width: 10px;
		height: 18px;
	}
}
/*.eyecatch_inc.top_banner .eyecatch_inc03 .slick-dots{
	width: 200px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	top: auto;
	bottom:-20px;
	left: 0;
	right: 0;
	z-index: 10;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top_banner .eyecatch_inc03 .slick-dots{
	}
}
.eyecatch_inc.top_banner .eyecatch_inc03 .slick-dots li{
	width: 8px;
	height: 8px;
	margin: 4px 4px 0;
	display: block;
}
.eyecatch_inc.top_banner .eyecatch_inc03 .slick-dots li:nth-of-type(-n+12){
	margin-top: 0;
}
.eyecatch_inc.top_banner .eyecatch_inc03 .slick-dots li button{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.eyecatch_inc.top_banner .eyecatch_inc03 .slick-dots li button::before{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	display: block;
	font-family: none;
	font-size: 0;
	line-height: 0;
	position: static;
	background: none;
	background-color: #abbcca;
}
.eyecatch_inc.top_banner .eyecatch_inc03 .slick-dots .slick-active button::before{
	background-color: #19496f;
}*/

.eyecatch_inc.en{
	width: 100%;
	min-width: 1280px;
	height: auto;
	position: relative;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en{
		min-width: 320px;
	}
}
.eyecatch_inc.en .eyecatch_inc01{
	width: 1280px;
	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.en .eyecatch_inc01{
		width: 100%;
		max-width: 375px;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01{
	width: 100%;
	height: auto;
	padding: 41px 72px 35px;
	margin: 0;
	background-image: url(../img/en/item01_2.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01{
		padding: 18px 31px 20px;
		background-image: url(../img/en/item01_2_sp.png);
		text-align: left;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 .item01{
	width: 890px;
	height: auto;
	margin: 0 auto;
	display: inline-block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 .item01{
		width: 100%;
		height: auto;
		display: block;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 .item01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 .item01 img{
		width: 100%;
		height: auto;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3{
	width: auto;
	height: auto;
	margin: 10px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3{
		margin: 5px 0 0;
		flex-direction: column;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03{
	width: auto;
	height: auto;
	margin: 0 18px 0 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03{
		margin: 0 auto 2px;
		text-align: center;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(1){
	margin: 0;
	font-size: 29px;
	line-height: 29px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(1){
		font-size: 20px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(1){
		font-size: 18px;
		line-height: 18px;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(2){
	margin: 0;
	font-size: 22px;
	line-height: 22px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(2){
		font-size: 15px;
		line-height: 15px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(2){
		font-size: 13px;
		line-height: 13px;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(3){
	margin: 0;
	font-size: 29px;
	line-height: 29px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(3){
		font-size: 20px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(3){
		font-size: 18px;
		line-height: 18px;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(4){
	margin: 0;
	font-size: 22px;
	line-height: 22px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(4){
		font-size: 15px;
		line-height: 15px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(4){
		font-size: 13px;
		line-height: 13px;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(5){
	margin: 0;
	font-size: 29px;
	line-height: 29px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(5){
		font-size: 20px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(5){
		font-size: 18px;
		line-height: 18px;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .link01{
	width: auto;
	height: auto;
	font-size: 19px;
	line-height: 29px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .link01{
		font-size: 11px;
		line-height: 21px;
		justify-content: center;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .link01::before{
	content: '';
	width: 21px;
	height: 30px;
	margin: 0 5px 0 0;
	background-image: url(../img/en/item02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .link01::before{
		width: 13px;
		height: 18px;
		margin: 0 3px 0 0;
	}
}
.eyecatch_inc.en .eyecatch_inc02{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.eyecatch_inc.en .eyecatch_inc02 .slick-list{
	width: 100%;
	height: auto;
	display: block;
}
.eyecatch_inc.en .eyecatch_inc02 .eye_img{
	width: 100%;
	height: calc(100vh - 80px - 132px);
	min-height: 500px;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc02 .eye_img{
		height: 308px;
		min-height: initial;
	}
}
.eyecatch_inc.en .eyecatch_inc02 .slick-prev,
.eyecatch_inc.en .eyecatch_inc02 .slick-next{
	width: 44px;
	height: 46px;
	background-color: rgba(0, 0, 0, .55);
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	z-index: 10;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc02 .slick-prev,
	.eyecatch_inc.en .eyecatch_inc02 .slick-next{
		width: 27px;
		height: 27px;
		top: calc(308px / 2 - 27px / 2);
		bottom: auto;
	}
}
.eyecatch_inc.en .eyecatch_inc02 .slick-prev:hover,
.eyecatch_inc.en .eyecatch_inc02 .slick-next:hover{
	opacity: .8;
	transition: all .5s;
}
.eyecatch_inc.en .eyecatch_inc02 .slick-prev{
	left: 0;
	right: auto;
	margin: auto;
}
.eyecatch_inc.en .eyecatch_inc02 .slick-next{
	left: auto;
	right: 0;
	margin: auto;
}
.eyecatch_inc.en .eyecatch_inc02 .slick-prev::before{
	width: 12px;
	height: 21px;
	background-image: url(../img/slick/arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc02 .slick-prev::before{
		width: 25px;
		height: 25px;
		background-size: 9px auto;
	}
}
.eyecatch_inc.en .eyecatch_inc02 .slick-next::before{
	width: 12px;
	height: 21px;
	background-image: url(../img/slick/arrow02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc02 .slick-next::before{
		width: 25px;
		height: 25px;
		background-size: 9px auto;
	}
}
/*.eyecatch_inc.en .eyecatch_inc02 .slick-dots{
	width: 200px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	top: auto;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 10;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc02 .slick-dots{
	}
}
.eyecatch_inc.en .eyecatch_inc02 .slick-dots li{
	width: 8px;
	height: 8px;
	margin: 4px 4px 0;
	display: block;
}
.eyecatch_inc.en .eyecatch_inc02 .slick-dots li:nth-of-type(-n+12){
	margin-top: 0;
}
.eyecatch_inc.en .eyecatch_inc02 .slick-dots li button{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.eyecatch_inc.en .eyecatch_inc02 .slick-dots li button::before{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	display: block;
	font-family: none;
	font-size: 0;
	line-height: 0;
	position: static;
	background: none;
	background-color: #abbcca;
}
.eyecatch_inc.en .eyecatch_inc02 .slick-dots .slick-active button::before{
	background-color: #19496f;
}*/
.eyecatch_inc.en_banner{
	width: 100%;
	min-width: 1280px;
	height: auto;
	margin: -64px auto 0;
	position: relative;
	display: block;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_banner{
		min-width: 320px;
		margin: -26px auto 0;
	}
}
.eyecatch_inc.en_banner .eyecatch_inc03{
	width: 1080px;
	width: 980px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_banner .eyecatch_inc03{
		width: 90%;
		max-width: 232px;
		flex-wrap: wrap;
	}
}
.eyecatch_inc.en_banner .eyecatch_inc03.slick_none .slick-list.draggable .slick-track {
	width: auto!important;
	left: auto!important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.eyecatch_inc.en_banner .eyecatch_inc03 a{
	width: 304px;
	max-width: 304px;
	height: auto;
	margin: 0 calc(35px / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0px 3px 20px 0 rgba(0,0,0,0.19);
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_banner .eyecatch_inc03 a{
		width: 232px;
		max-width: 320px;
		margin: 9px auto 0;
	}
	.eyecatch_inc.en_banner .eyecatch_inc03.slick_start a{
		margin: 0 auto;
	}
}
@media only screen and (min-width: 768px){
	.eyecatch_inc.en_banner .eyecatch_inc03 a:first-of-type{
		margin-left: 0;
	}
	.eyecatch_inc.en_banner .eyecatch_inc03 a:last-of-type{
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_banner .eyecatch_inc03 a:nth-of-type(1){
		margin-top: 0;
	}
}
.eyecatch_inc.en_banner .eyecatch_inc03 a img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

.eyecatch_inc.en_banner .eyecatch_inc03 .slick-prev,
.eyecatch_inc.en_banner .eyecatch_inc03 .slick-next{
	width: 44px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	z-index: 10;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_banner .eyecatch_inc03 .slick-prev,
	.eyecatch_inc.en_banner .eyecatch_inc03 .slick-next{
		width: 37px;
		height: 39px;
	}
}
.eyecatch_inc.en_banner .eyecatch_inc03 .slick-prev:hover,
.eyecatch_inc.en_banner .eyecatch_inc03 .slick-next:hover{
	opacity: .8;
	transition: all .5s;
}
.eyecatch_inc.en_banner .eyecatch_inc03 .slick-prev{
	left: -54px;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_banner .eyecatch_inc03 .slick-prev{
		left: -44px;
	}
}
.eyecatch_inc.en_banner .eyecatch_inc03 .slick-next{
	left: auto;
	right: -54px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_banner .eyecatch_inc03 .slick-next{
		right: -44px;
	}
}
.eyecatch_inc.en_banner .eyecatch_inc03 .slick-prev::before{
	width: 12px;
	height: 21px;
	background-image: url(../img/slick/arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_banner .eyecatch_inc03 .slick-prev::before{
		width: 10px;
		height: 18px;
	}
}
.eyecatch_inc.en_banner .eyecatch_inc03 .slick-next::before{
	width: 12px;
	height: 21px;
	background-image: url(../img/slick/arrow02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_banner .eyecatch_inc03 .slick-next::before{
		width: 10px;
		height: 18px;
	}
}
/*.eyecatch_inc.en_banner .eyecatch_inc03 .slick-dots{
	width: 200px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	top: auto;
	bottom:-20px;
	left: 0;
	right: 0;
	z-index: 10;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_banner .eyecatch_inc03 .slick-dots{
	}
}
.eyecatch_inc.en_banner .eyecatch_inc03 .slick-dots li{
	width: 8px;
	height: 8px;
	margin: 4px 4px 0;
	display: block;
}
.eyecatch_inc.en_banner .eyecatch_inc03 .slick-dots li:nth-of-type(-n+12){
	margin-top: 0;
}
.eyecatch_inc.en_banner .eyecatch_inc03 .slick-dots li button{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.eyecatch_inc.en_banner .eyecatch_inc03 .slick-dots li button::before{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	display: block;
	font-family: none;
	font-size: 0;
	line-height: 0;
	position: static;
	background: none;
	background-color: #abbcca;
}
.eyecatch_inc.en_banner .eyecatch_inc03 .slick-dots .slick-active button::before{
	background-color: #19496f;
}*/
.eyecatch_inc.koseiten{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.eyecatch_inc.koseiten .eyecatch_inc01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01{
	width: 100%;
	height: 477px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01{
		height: 207px;
	}
}
.eyecatch_inc.koseiten .eyecatch_inc01 h2{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 13px 5%;
	margin: 0;
	font-size: 19px;
	line-height: 29px;
	color: #ffffff;
	background-color: #0054A8;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.koseiten .eyecatch_inc01 h2{
		padding: 10px 5%;
		font-size: 14px;
		line-height: 19px;
		text-align: center;
	}
}

.eyecatch_inc.en_exhibitor{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_01{
	width: 100%;
	height: auto;
	padding: 43px 0 40px;
	margin: 0 auto;
	background-repeat: repeat-y; 
	background-size: 1000px auto;
	background-position: top center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_01{
		max-width: 375px;
		padding: 40px 0 56px;
		background: none;
	}
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 h2{
	width: auto;
	height: 211px;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 h2{
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 38px 20px 36px;
		background-repeat: repeat-y; 
		background-size: 100% auto;
		background-position: top center;
	}
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 h2 img{
	width: auto;
	height: 100%;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 h2 img{
		width: 100%;
		height: auto;
	}
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02{
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0 auto;
	color: #ffffff;
	background-color: rgba(0, 84, 168, .95);
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02{
		padding: 27px 0 13px;
		flex-direction: column;
		position: relative;
	}
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .link01{
	box-sizing: border-box;
	width: auto;
	min-width: 286px;
	height: 48px;
	padding: 0 10px;
	margin: 0 20px 0 0;
	font-size: 20px;
	line-height: 30px;
	color: #0054A8;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .link01{
		min-width: 234px;
		height: 32px;
		font-size: 16px;
		line-height: 26px;
		position: absolute;
		top: calc(-32px / 2);
		bottom: auto;
		left: auto;
		right: auto;
		margin: auto;
	}
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(1){
	margin: 0;
	font-size: 42px;
	line-height: 42px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(1){
		font-size: 21px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(1){
		font-size: 19px;
		line-height: 19px;
	}
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(2){
	margin: 0;
	font-size: 32px;
	line-height: 32px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(2){
		font-size: 21px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(2){
		font-size: 19px;
		line-height: 19px;
	}
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(3){
	margin: 0;
	font-size: 42px;
	line-height: 42px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(3){
		font-size: 21px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(3){
		font-size: 19px;
		line-height: 19px;
	}
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(4){
	margin: 0;
	font-size: 32px;
	line-height: 32px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(4){
		font-size: 21px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(4){
		font-size: 19px;
		line-height: 19px;
	}
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(5){
	margin: 0;
	font-size: 42px;
	line-height: 42px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(5){
		font-size: 21px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(5){
		font-size: 19px;
		line-height: 19px;
	}
}




.eyecatch_inc.visitors{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.eyecatch_inc.visitors .eyecatch_inc01{
	width: 100%;
	height: 315px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.visitors .eyecatch_inc01{
		height: 291px;
	}
}
.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01{
	width: 100%;
	height: 315px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01{
		box-sizing: border-box;
		max-width: 375px;
		height: 291px;
		padding: 40px 0 28px;
		background: none;
	}
}
.eyecatch_inc.visitors .eyecatch_inc01 h2{
	width: 724px;
	height: auto;
	margin: 0 auto 10px;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.visitors .eyecatch_inc01 h2{
		width: 95%;
		max-width: 360px;
		margin: 0 auto 17px;
	}
}
.eyecatch_inc.visitors .eyecatch_inc01 h2 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01{
		flex-direction: column;
		align-items: center;
	}
}
.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .link01{
	width: 212px;
	height: auto;
	margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .link01{
		margin: 0 auto 10px;
	}
}
.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .link01 img{
	display: block;
	width: 100%;
	height: auto;
}
.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01{
		margin: 0 auto 3px;
	}
}
.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(1){
	margin: 0 18px 0 0;
	font-size: 30px;
	line-height: 30px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(1){
		margin: 0 7px 0 0;
		font-size: 23px;
		line-height: 23px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(1){
		margin: 0 5px 0 0;
		font-size: 19px;
		line-height: 19px;
	}
}
.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(2){
	margin: 0 16px 0 0;
	font-size: 58px;
	line-height: 58px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(2){
		margin: 0 10px 0 0;
		font-size: 44px;
		line-height: 44px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(2){
		margin: 0 8px 0 0;
		font-size: 41px;
		line-height: 41px;
	}
}
.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(3){
	margin: 0 18px 0 0;
	font-size: 28px;
	line-height: 28px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(3){
		margin: 0 9px 0 0;
		font-size: 21px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(3){
		margin: 0 7px 0 0;
		font-size: 18px;
		line-height: 18px;
	}
}
.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(4){
	margin: 0 23px 0 0;
	font-size: 63px;
	line-height: 63px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(4){
		margin: 0 15px 0 0;
		font-size: 47px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(4){
		margin: 0 13px 0 0;
		font-size: 44px;
		line-height: 27px;
	}
}
.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(5){
	margin: 0 14px 0 0;
	font-size: 58px;
	line-height: 58px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(5){
		margin: 0 9px 0 0;
		font-size: 44px;
		line-height: 44px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(5){
		margin: 0 7px 0 0;
		font-size: 41px;
		line-height: 41px;
	}
}
.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(6){
	font-size: 28px;
	line-height: 28px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(6){
		font-size: 21px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01 span:nth-of-type(6){
		font-size: 18px;
		line-height: 18px;
	}
}
.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 0 13px;
	font-size: 27px;
	line-height: 27px;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text02{
		width: 100%;
		margin: 0 auto;
		font-size: 21px;
		line-height: 21px;
		text-align: center;
	}
}
/* en_visitors */
.eyecatch_inc.en_visitors{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.eyecatch_inc.en_visitors .eyecatch_inc01{
	width: 100%;
	height: 315px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_visitors .eyecatch_inc01{
		height: 291px;
	}
}
.eyecatch_inc.en_visitors .eyecatch_inc01 .eyecatch_inc01_01{
	width: 100%;
	height: 315px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_visitors .eyecatch_inc01 .eyecatch_inc01_01{
		box-sizing: border-box;
		max-width: 375px;
		height: 291px;
		padding: 47px 0 29px;
		background: none;
	}
}
.eyecatch_inc.en_visitors .eyecatch_inc01 h2{
	width: 724px;
	height: auto;
	margin: 0 auto 28px;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_visitors .eyecatch_inc01 h2{
		width: 95%;
		max-width: 360px;
		margin: 0 auto 38px;
	}
}
.eyecatch_inc.en_visitors .eyecatch_inc01 h2 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.eyecatch_inc.en_visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01{
		flex-direction: column;
		align-items: center;
	}
}
.eyecatch_inc.en_visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .link01{
	width: 232px;
	height: 41px;
	margin: 0 15px 0 0;
	font-size: 16px;
	line-height: 26px;
	color: #0054A8;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .link01{
		margin: 0 auto 10px;
	}
}
.eyecatch_inc.en_visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .link01 img{
	display: block;
	width: 100%;
	height: auto;
}
.eyecatch_inc.en_visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	font-size: 32px;
	line-height: 37px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_visitors .eyecatch_inc01 .eyecatch_inc01_01 .eyecatch_inc01_01_01 .text01{
		margin: 0 auto;
		font-size: 22px;
		line-height: 27px;
		text-align: center;
	}
}








.eyecatch_inc.short{
	width: 100%;
	height: 422px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short{
		height: 205px;
	}
}
.eyecatch_inc.short .eyecatch_inc01{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short .eyecatch_inc01{
		width: 90%;
		max-width: 320px;
	}
}
.eyecatch_inc.short .eyecatch_inc01 h2{
	font-size: 20px;
	line-height: 30px;
}
.eyecatch_inc.short .eyecatch_inc02{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	background-color:#104EA3;
}
/*.eyecatch_incここまで*/

/*.paginationここから*/
.wp-pagenavi{
	width: 80%;
	height: auto;
	margin: 100px auto;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.wp-pagenavi{
		max-width: 320px;
		margin: 80px auto;
	}
}
.wp-pagenavi span{
	width: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 9px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #cccccc;
	/*font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 700;*/
}
@media only screen and (max-width: 767px){
	.wp-pagenavi span{
		width: 35px;
		height: 35px;
		font-size: 11px;
		line-height: 35px;
		border-radius: 4px;
	}
}
.wp-pagenavi a{
	width: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 9px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #cccccc;
	/*font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 700;*/
}
@media only screen and (max-width: 767px){
	.wp-pagenavi a{
		width: 35px;
		height: 35px;
		font-size: 11px;
		line-height: 35px;
		border-radius: 4px;
	}
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	border: 1px solid transparent;
}
.wp-pagenavi .extend{
	display: none;
}
.wp-pagenavi a:hover{
	color: #ffffff;
	border: 1px solid #000000;
	background-color: #000000;
	opacity: 1;
}
.wp-pagenavi .current{
	width: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 9px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #000000;
	background-color: #000000;
	border-radius: 6px;
	/*font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 700;*/
}
@media only screen and (max-width: 767px){
	.wp-pagenavi .current{
		width: 35px;
		height: 35px;
		font-size: 11px;
		line-height: 35px;
		border-radius: 4px;
	}
}
/*.paginationここまで*/

/*.inc01ここから*/
.inc01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../img/common/inc01/item02.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc01{
		background-image: url(../img/common/inc01/item02_sp.png);
	}
}
.inc01 .inc01_01{
	width: 1080px;
	height: auto;
	padding: 70px 0 45px;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc01 .inc01_01{
		width: 90%;
		max-width: 320px;
		padding: 40px 0 35px;
	}
}
.inc01.en .inc01_01{
	padding: 54px 0 45px;
}
@media only screen and (max-width: 767px){
	.inc01.en .inc01_01{
	}
}
.inc01 .inc01_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	font-size: 23px;
	line-height: 33px;
	color: #ffffff;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc01 .inc01_01 .text01{
		margin: 0 auto 15px;
		font-size: 18px;
		line-height: 28px;
	}
}
@media only screen and (max-width: 374px){
	.inc01 .inc01_01 .text01{
		font-size: 15px;
		line-height: 25px;
	}
}
.inc01.en .inc01_01 .text01{
	margin: 0 auto 38px;
	font-size: 25px;
	line-height: 38px;
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc01.en .inc01_01 .text01{
		margin: 0 auto 30px;
		font-size: 18px;
		line-height: 23px;
		text-align: left;
	}
}
@media only screen and (max-width: 374px){
	.inc01.en .inc01_01 .text01{
		font-size: 16px;
		line-height: 21px;
	}
}
.inc01 .inc01_01 .inc01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.inc01 .inc01_01 .inc01_01_01{
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01{
	width: 378px;
	height: auto;
	margin: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01{
		width: 100%;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01:nth-of-type(2){
	margin: 0 0 0 40px;
}
@media only screen and (max-width: 767px){
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01:nth-of-type(2){
		margin: 26px 0 0;
	}
	.inc01.en .inc01_01 .inc01_01_01 .inc01_01_01_01:nth-of-type(2){
		width: 100%;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 a{
	box-sizing: border-box;
	width: 100%;
	height: 85px;
	margin: 0;
	font-size: 22px;
	line-height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: 3px 3px 20px 0 rgba(0,0,0,0.19);
}
@media only screen and (max-width: 767px){
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 a{
		height: 61px;
		font-size: 17px;
		line-height: 27px;
	}
	.inc01.en .inc01_01 .inc01_01_01 .inc01_01_01_01:nth-of-type(2) a{
		width: 100%;
		margin: 0 auto;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01:nth-of-type(1) a{
	background-color: #FFD136;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01:nth-of-type(2) a{
	/* background-color: #D32E05;
	color: #fff; */
	background-color: #fff;
	color: #00683C;
}
.inc01.en .inc01_01 .inc01_01_01 .inc01_01_01_01 a .en_link01 {
	font-size: 18px;
	line-height: 28px;
}
@media only screen and (max-width: 767px){
	.inc01.en .inc01_01 .inc01_01_01 .inc01_01_01_01 a .en_link01 {
		font-size: 17px;
		line-height: 27px;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 a .svg{
	content: '';
	width: 25px;
	height: 26px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 25px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 a .svg{
		width: 20px;
		height: 20px;
		margin: 0 0 0 20px;
		position: relative;
		left: 0;
		right: 0;
		flex-shrink: 1;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01:nth-of-type(2) a .svg path{
	/* fill: #fff; */
	fill: #00683C;
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .text03{
	width: 100%;
	height: auto;
	margin: 6px auto 0;
	font-size: 11px;
	line-height: 21px;
	color: #ffffff;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .text03{
		margin: 8px auto 0;
	}
}
@media only screen and (max-width: 767px){
	.inc01.en .inc01_01 .inc01_01_01 .inc01_01_01_01 .text03{
		font-size: 12px;
		line-height: 22px;
		text-align: left;
	}
}
@media only screen and (max-width: 374px){
	.inc01.en .inc01_01 .inc01_01_01 .inc01_01_01_01 .text03{
		font-size: 10px;
		line-height: 20px;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .text03 a.link01 {
	display: inline;
	width: auto;
	height: auto;
	margin: 0;
	background-color: transparent;
	font-size: 11px;
	line-height: 21px;
	color: #ffffff;
	text-decoration: underline;
	box-shadow: none;
}
/*.inc01ここまで*/

/*inc02ここから*/
.inc02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc02 .inc02_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc02 .inc02_01 .inc02_01_03{
	width: 980px;
	height: auto;
	margin: 70px auto 0;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_03{
		width: 90%;
		max-width: 320px;
		margin: 50px auto 0;
	}
}
.inc02 .inc02_01 .inc02_01_03 h3{
	width: auto;
	height: auto;
	margin: 0 auto;
	font-size: 33px;
	line-height: 50px;
	display: block;
}
.inc02.en .inc02_01 .inc02_01_03 h3 {
	font-size: 28px;
	line-height: 45px;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_03 h3,
	.inc02.en .inc02_01 .inc02_01_03 h3{
		font-size: 19px;
		line-height: 30px;
	}
}
.inc02 .inc02_01 .inc02_01_03 h3 span{
	font-size: 33px;
	line-height: 50px;
	font-weight: 900;
	color: #00683C;
}
.inc02.en .inc02_01 .inc02_01_03 h3 span {
	font-size: 28px;
	line-height: 45px;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_03 h3 span,
	.inc02.en .inc02_01 .inc02_01_03 h3 span{
		font-size: 19px;
		line-height: 30px;
	}
}
/*inc02ここまで*/

/*inc03ここから*/
.inc03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc03 .inc03_01 {
	box-sizing: border-box;
	width: 916px;
	height: auto;
	padding: 40px 43px 47px 56px;
	margin: 86px auto 0;
	background-color: #F7F7F7;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 {
		width: 90%;
		max-width: 320px;
		padding: 40px 24px 25px;
		margin: 13px auto 0;
	}
}
.inc03 .inc03_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto 22px;
	font-size: 32px;
	line-height: 42px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 .text01{
		margin: 0 auto 13px;
		font-size: 25px;
		line-height: 31px;
	}
}
@media only screen and (max-width: 374px){
	.inc03 .inc03_01 .text01_01.first{
		font-size: 23px;
		line-height: 29px;
	}
}
.inc03 .inc03_01 .inc03_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 .inc03_01_01{
		display: block;
	}
}
.inc03 .inc03_01 .inc03_01_01 img{
	width: 474px;
	height: auto;
	margin: 0 41px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 .inc03_01_01 img{
		width: 100%;
		margin: 0 auto 12px;
	}
}
.inc03 .inc03_01 .inc03_01_01 .inc03_01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	flex-grow: 1;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 .inc03_01_01 .inc03_01_01_01{
		width: 100%;
		text-align: center;
	}
}
.inc03 .inc03_01 .inc03_01_01 .inc03_01_01_01 h4{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 15px 30px;
	margin: 0 auto 17px;
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	display: block;
	background-color: #00683C;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 .inc03_01_01 .inc03_01_01_01 h4{
		padding: 15px 20px;
		margin: 0 auto 8px;
		font-size: 14px;
		line-height: 24px;
		text-align: left;
	}
}
@media only screen and (max-width: 374px){
	.inc03 .inc03_01 .inc03_01_01 .inc03_01_01_01 h4{
		font-size: 10px;
		line-height: 20px;
	}
}
.inc03 .inc03_01 .inc03_01_01 .inc03_01_01_01 h4 span{
	margin: 0 5px 0 0;
	font-size: 46px;
	line-height: 46px;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 .inc03_01_01 .inc03_01_01_01 h4 span{
		margin: 0 10px;
		font-size: 44px;
		line-height: 44px;
	}
}
@media only screen and (max-width: 374px){
	.inc03 .inc03_01 .inc03_01_01 .inc03_01_01_01 h4 span{
		font-size: 40px;
		line-height: 40px;
	}
}
.inc03 .inc03_01 .inc03_01_01 .inc03_01_01_01 .text02{
	width: 100%;
	height: auto;
	margin: 0 auto 37px;
	font-size: 16px;
	line-height: 26px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 .inc03_01_01 .inc03_01_01_01 .text02{
		margin: 0 auto 15px;
		text-align: left;
	}
}
.inc03 .inc03_01 .inc03_01_01 .inc03_01_01_01 a{
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
.inc03 .inc03_01 .inc03_01_01 .inc03_01_01_01 a .svg{
	content: '';
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
	display: block;
	flex-shrink: 0;
}
.inc03 .inc03_01 .inc03_01_01 .inc03_01_01_01 a .svg path {
	fill: #00683C;
}
/*inc03ここまで*/

/*inc04ここから*/
.inc04{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc04 .inc04_01{
	width: 1080px;
	height: auto;
	padding: 75px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01{
		width: 90%;
		max-width: 320px;
		padding: 40px 0 0;
	}
}
.inc04 .inc04_01 h2{
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 37px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
.inc04.en .inc04_01 h2{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 26px;
		font-size: 25px;
		line-height: 33px;
	}
}
@media only screen and (max-width: 374px){
	.inc04 .inc04_01 h2{
		font-size: 22px;
		line-height: 30px;
	}
}
.inc04 .inc04_01 h2::before{
	content: '';
	width: 340px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #00683C;
}
.inc04.en .inc04_01 h2::before{
	width: 424px;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 h2::before{
		width: 245px;
	}
	.inc04.en .inc04_01 h2::before{
		width: 307px;
	}
}
.inc04 .inc04_01 .text02{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 62px;
	font-size: 32px;
	line-height: 48px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .text02{
		margin: 0 auto 26px;
		font-size: 25px;
		line-height: 33px;
	}
}
@media only screen and (max-width: 374px){
	.inc04 .inc04_01 .text02{
		font-size: 22px;
		line-height: 30px;
	}
}
.inc04 .inc04_01 .text02::before{
	display: none;
}
.inc04 .inc04_01 .inc04_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc04 .inc04_01 .inc04_01_01 .iframe{
	width: 703px;
	height: 392px;
	margin: 0 auto 23px;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_01 .iframe{
		width: 100%;
		height: 0;
		padding: 54% 0 0;
		margin: 0 auto 18px;
	}
}
.inc04.en .inc04_01 .inc04_01_01 .iframe{
	margin: 0 auto 45px;
}
@media only screen and (max-width: 767px){
	.inc04.en .inc04_01 .inc04_01_01 .iframe{
	}
}
.inc04 .inc04_01 .inc04_01_01 .text03{
	width: 703px;
	height: auto;
	margin: 0 auto 23px;
	font-size: 17px;
	line-height: 31px;
	display: block;
	text-align: right;
	font-style: italic;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_01 .text03{
		width: 100%;
		margin: 0 auto 18px;
		font-size: 16px;
		line-height: 26px;
	}
}
.inc04.en .inc04_01 .inc04_01_01 .text03{
	margin: 0 auto 45px;
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc04.en .inc04_01 .inc04_01_01 .text03{
		margin: 0 auto 18px;
	}
}
.inc04 .inc04_01 .inc04_01_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 17px;
	line-height: 31px;
	display: block;
}
.inc04.en .inc04_01 .inc04_01_01 .text01{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_01 .text01{
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}
}
.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01{
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	display: block;
}
.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 h3{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	font-size: 28px;
	line-height: 38px;
	display: block;
	text-align: center;
}
.inc04.en .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 h3{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 h3{
		margin: 0 auto 25px;
		font-size: 19px;
		line-height: 23px;
		text-align: left;
	}
}
@media only screen and (max-width: 374px){
	.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 h3{
		font-size: 17px;
		line-height: 21px;
	}
}
.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 .inc04_01_01_02_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 .inc04_01_01_02_01_01 .inc04_01_01_02_01_01_01{
	width: 100%;
	height: auto;
	margin: 30px auto 0;
	display: block;
}
.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 .inc04_01_01_02_01_01 .inc04_01_01_02_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 .inc04_01_01_02_01_01 .inc04_01_01_02_01_01_01 h4{
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	font-size: 25px;
	line-height: 35px;
	display: block;
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 .inc04_01_01_02_01_01 .inc04_01_01_02_01_01_01 h4{
		margin: 0 auto 10px;
		font-size: 21px;
		line-height: 27px;
	}
}
@media only screen and (max-width: 374px){
	.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 .inc04_01_01_02_01_01 .inc04_01_01_02_01_01_01 h4{
		font-size: 19px;
		line-height: 25px;
	}
}
.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 .inc04_01_01_02_01_01 .inc04_01_01_02_01_01_01 p{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 26px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 .inc04_01_01_02_01_01 .inc04_01_01_02_01_01_01 p{
		font-size: 14px;
		line-height: 19px;
	}
}
@media only screen and (max-width: 374px){
	.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 .inc04_01_01_02_01_01 .inc04_01_01_02_01_01_01 p{
		font-size: 13px;
		line-height: 18px;
	}
}
.inc04.en .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 .inc04_01_01_02_01_01 .inc04_01_01_02_01_01_01 p{
	font-size: 15px;
	line-height: 25px;
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc04.en .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 .inc04_01_01_02_01_01 .inc04_01_01_02_01_01_01 p{
		font-size: 14px;
		line-height: 19px;
	}
}
@media only screen and (max-width: 374px){
	.inc04.en .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_01 .inc04_01_01_02_01_01 .inc04_01_01_02_01_01_01 p{
		font-size: 13px;
		line-height: 18px;
	}
}
.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_02 .inc04_01_01_02_02 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}









.inc04 .inc04_01 .inc04_01_02 {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
	padding: 50px 130px 40px;
	background-color: #E9F5F0;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_02 {
		margin: 25px auto 0;
		padding: 40px 19px;
	}
}
.inc04 .inc04_01 .inc04_01_02 h3 {
	font-size: 25px;
	line-height: 39px;
	text-align: center;
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_02 h3 {
		font-size: 24px;
		line-height: 35px;
	}
	.inc04_01_01_01.en h3 {	
		word-break: keep-all;
	}
}
.inc04 .inc04_01 .inc04_01_02 .link01 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_02 .link01 {
		display: block;
	}
}
.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01 {
	width: 380px;
	height: auto;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01 {
		width: 100%;
	}
	.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01.item02 {
		margin-top: 25px;
	}
}
.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01 .text01 {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #00683C;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01 .text01 {
		font-size: 17px;
		line-height: 27px;
		margin-bottom: 10px;
	}
}
.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01.item02 .text01 {
	color: #B9B9B9;
}
.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01 .text01::before {
	content: "";
	display: block;
	width: 35px;
	height: 38px;
	margin-right: 10px;
	background-image: url(../img/common/inc04/item02.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01.item02 .text01::before {
	background-image: url(../img/common/inc04/item03.png);
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01 .text01::before {
		width: 24px;
		height: 27px;
	}
}
.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01 a {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	background-color: #00683C;
	position: relative;
}
.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01.item02 a {
	background-color: #B9B9B9;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01 a {
		font-size: 18px;
		line-height: 27px;
	}
}

.inc04.en .inc04_01 .inc04_01_02 .link01 .link01_01 a::before {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(../img/common/inc04/item02_en.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	margin: auto;
	position: absolute;
	top: 0;
	left: 65px;
	bottom: 0;
}
.inc04.en .inc04_01 .inc04_01_02 .link01 .link01_01.item02 a::before {
	background-image: url(../img/common/inc04/item03_en.png);
}
@media only screen and (max-width: 767px){
	.inc04.en .inc04_01 .inc04_01_02 .link01 .link01_01 a::before {
		width: 30px;
		height: 30px;
		left: 35px;
	}
}
.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01 a::after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(../img/common/inc04/item05.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	margin: auto;
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01 a::after {
		width: 17px;
		height: 17px;
		right: 22px;
	}
}
.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01 .text02 {
	display: block;
	margin: 10px auto 0;
	font-size: 11px;
	line-height: 21px;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_02 .link01 .link01_01 .text02 {
		margin: 5px auto 0;
	}
}
/*inc04ここまで*/

/*inc05ここから*/
.inc05{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc05 .inc05_01{
	width: 1080px;
	height: auto;
	padding: 125px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01{
		width: 90%;
		max-width: 320px;
		padding: 65px 0 0;
	}
}
.inc05 .inc05_01 h2{
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 25px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 18px;
		font-size: 25px;
		line-height: 33px;
	}
}
.inc05.else .inc05_01 h2{
	margin: 0 auto 40px;
}
@media only screen and (max-width: 767px){
	.inc05.else .inc05_01 h2{
		margin: 0 auto 20px;
	}
}
.inc05 .inc05_01 h2::before{
	content: '';
	width: 310px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #00683C;
}
.inc05.en .inc05_01 h2::before{
	width: 574px;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 h2::before{
		width: 221px;
	}
	.inc05.en .inc05_01 h2::before{
		width: 251px;
	}
}
.inc05 .inc05_01 .text04{
	width: 100%;
	height: auto;
	margin: 0 auto 28px;
	font-size: 26px;
	line-height: 39px;
	text-align: center;
	display: block;
}
.inc05.en .inc05_01 .text04{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .text04{
		margin: 0 auto 20px;
		font-size: 18px;
		line-height: 28px;
	}
}
@media only screen and (max-width: 767px){
	.inc05.en .inc05_01 .text04{
		text-align: left;
	}
}
.inc05 .inc05_01 .inc05_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01{
		display: block;
	}
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01{
	width: calc((100% - 34px * 2) / 3 );
	height: auto;
	margin: 0 34px 0 0;
	padding: 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01{
		width: 100%;
		margin: 48px auto 0;
	}
}
@media only screen and (min-width: 768px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(1){
		margin-top: 0;
	}
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01{
	box-sizing: border-box;
	width: 100%;
	height: 182px;
	padding: 0;
	margin: 0;
	font-size: 32px;
	line-height: 42px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	background-color: #54A567;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 .span00{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inc05.en .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01{
	font-size: 28px;
	line-height: 36px;
	word-break: keep-all;
}
.inc05.en .inc05_01 .inc05_01_01 .inc05_01_01_01.count_1 .text01,
.inc05.en .inc05_01 .inc05_01_01 .inc05_01_01_01.count_3 .text01{
	padding-top: 25px;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01{
		height: 174px;
		padding: 0;
		font-size: 30px;
		line-height: 40px;
	}
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01::before{
	width: 50px;
	height: 44px;
	font-size: 29px;
	line-height: 39px;
	font-family:
	'Arial',
	sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
	background-color: #00683C;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01::before{
		width: 48px;
		height: 42px;
		font-size: 26px;
		line-height: 36px;
	}
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	position: relative;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01.count_2 .text01 span{
	width: auto;
	height: auto;
	margin: 0;
	display: inline-block;
	position: relative;
	font-size: 25px;
}

.inc05.en .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span{
	word-break: keep-all;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span::before{
	font-size: 16px;
	line-height: 16px;
	font-family: 'Noto_Sans_JP', sans-serif;
	position: absolute;
	top: 10px;
	bottom: auto;
	left: auto;
	right: 0;
	margin: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span::before{
		font-size: 15px;
		line-height: 15px;
	}
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span span{
	display: inline;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.19);
	position: static;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span span::before{
	display: none;
}
.inc05.en .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(3) .text01 span span::before{
	display: none;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span span:nth-of-type(1){
	font-size: 58px;
	line-height: 58px;
	margin-right: 3px;
}
.inc05.en .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span span:nth-of-type(1){
	font-size: 52px;
	line-height: 58px;
	margin-right: 3px;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span span:nth-of-type(1){
		font-size: 55px;
		line-height: 65px;
	}
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span span:nth-of-type(2){
	margin: 0;
	font-size: 25px;
	line-height: 25px;
	position: relative;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span span:nth-of-type(2)::after{
	content:'※';
	display: block;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	position: absolute;
	top: -4px;
	right: -14px;
}
.inc05.en .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span span:nth-of-type(2)::after{
	display: none;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span span:nth-of-type(2){
		font-size: 32px;
		line-height: 32px;
		right: -4px;
	}
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span span:nth-of-type(2)::after{
		right: -10px;
	}
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .item01{
	width: 100%;
	height: 231px;
	margin: 0 auto 13px;
	background-image: url(../img/common/inc05/item01.jpg);
	background-color: #E3E3E3;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01.count_2 .item01{
	background-image: url(../img/common/inc05/item02.jpg);
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01.count_3 .item01{
	background-image: url(../img/common/inc05/item03.jpg);
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .item01{
		height: 210px;
		margin: 0 auto 10px;
	}
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .inc05_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .inc05_01_01_01_01 .text02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .inc05_01_01_01_01 .text02 span{
	font-size: 11px;
	line-height: 21px;
}
.inc05.en .inc05_01 .inc05_01_01 .inc05_01_01_01 .inc05_01_01_01_01 .text02{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc05.en .inc05_01 .inc05_01_01 .inc05_01_01_01 .inc05_01_01_01_01 .text02{
		font-size: 14px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 374px){
	.inc05.en .inc05_01 .inc05_01_01 .inc05_01_01_01 .inc05_01_01_01_01 .text02{
		font-size: 12px;
		line-height: 22px;
	}
}
.inc05.en .inc05_01 .inc05_01_01 .inc05_01_01_01 .inc05_01_01_01_01 .text02 span{
	word-break: keep-all;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .inc05_01_01_01_01 .text03{
	width: 100%;
	height: auto;
	margin: 10px auto 0;
	font-size: 11px;
	line-height: 21px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .inc05_01_01_01_01 .text03{
		margin: 1px auto 0;
	}
}
/*inc05ここまで*/

/*inc06ここから*/
.inc06{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc06 .inc06_01{
	width: 1080px;
	height: auto;
	padding: 90px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01{
		width: 90%;
		max-width: 320px;
		padding: 45px 0 0;
	}
}
.inc06.exhibitor .inc06_01{
	padding-bottom: 80px;
}
@media only screen and (max-width: 767px){
	.inc06.exhibitor .inc06_01{
		padding-bottom: 60px;
	}
}
.inc06 .inc06_01 h2{
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 10px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 17px;
		font-size: 25px;
		line-height: 33px;
	}
}
.inc06 .inc06_01 h2::before{
	content: '';
	width: 310px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 h2::before{
		width: 221px;
	}
}
.inc06 .inc06_01 .text05{
	width: 100%;
	height: auto;
	margin: 0 auto 45px;
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 .text05{
		margin: 0 auto 19px;
		font-size: 11px;
		line-height: 14px;
		text-align: left;
	}
}
.inc06 .inc06_01 .inc06_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 .inc06_01_01{
		display: block;
	}
}
.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01{
	box-sizing: border-box;
	width: calc((100% - 50px * 1) / 2 );
	height: auto;
	padding: 40px 40px 35px;
	margin: 50px 50px 0 0;
	border: 2px solid #DBDEE6;
	display: block;
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2);
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01{
		width: 100%;
		margin: 30px auto 0;
		padding: 24px 14px 18px;
	}
}
@media only screen and (min-width: 768px){
	.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01:nth-of-type(-n+2){
		margin-top: 0;
	}
	.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01:nth-of-type(2n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01:nth-of-type(1){
		margin-top: 0;
	}
}
.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .item01{
	width: 100%;
	height: 220px;
	margin: 0 auto 13px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .item01{
		height: 146px;
		margin: 0 auto 12px;
	}
}
.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto 8px;
	font-size: 25px;
	line-height: 38px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text01{
		margin: 0 auto 9px;
		font-size: 22px;
		line-height: 28px;
	}
}
.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text02{
	width: 100%;
	height: auto;
	margin: 0 auto 12px;
	font-size: 18px;
	line-height: 28px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text02{
		margin: 0 auto 7px;
		font-size: 17px;
		line-height: 24px;
	}
}
.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text03{
	width: 100%;
	height: auto;
	margin: 0 auto 12px;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text03{
		margin: 0 auto 6px;
		font-size: 14px;
		line-height: 22px;
		font-weight: 300;
	}
}
.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text04{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text04{
		font-size: 14px;
		line-height: 24px;
	}
}
/*inc06ここまで*/

/*inc07ここから*/
.inc07{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc07 .inc07_01{
	width: 1080px;
	height: auto;
	padding: 130px 0 95px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_01{
		width: 90%;
		max-width: 320px;
		padding: 45px 0;
	}
}
.inc07.else .inc07_01{
	padding: 80px 0;
}
@media only screen and (max-width: 767px){
	.inc07.else .inc07_01{
		padding: 45px 0 70px;
	}
}
.inc07.en .inc07_01{
	/* padding-bottom: 0; */
}
.inc07 .inc07_01 h2{
	width: auto;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 40px;
	font-size: 35px;
	line-height: 45px;
	display: block;
	position: relative;
}
.inc07.en .inc07_01 h2{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 20px;
		font-size: 25px;
		line-height: 33px;
	}
}
.inc07 .inc07_01 h2::before{
	content: '';
	width: 310px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.inc07.en .inc07_01 h2::before{
	width: 480px;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_01 h2::before{
		width: 221px;
	}
	.inc07.en .inc07_01 h2::before{
		width: 245px;
	}
}
.inc07 .inc07_01 img{
	width: 598px;
	height: auto;
	margin: 0 auto 54px;
	display: inline-block;
}
.inc07.en .inc07_01 img{
	width: 657px;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_01 img,
	.inc07.en .inc07_01 img{
		width: 100%;
		height: auto;
		margin: 0 auto 21px;
	}
}
.inc07 .inc07_01 .inc07_01_01{
	width: auto;
	height: 100%;
	margin: 0 auto;
	display: block;
	text-align: left;
}
.inc07 .inc07_01 .inc07_01_01 table{
	width: 100%;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
	text-align: left;
}
.inc07 .inc07_01 .inc07_01_01 table tr th{
	width: 170px;
	height: auto;
	padding: 14px 28px;
	border: 1px solid #AAAAAA;
	background-color: #F7F7F7;
	font-size: 15px;
	line-height: 25px;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_01 .inc07_01_01 table tr th{
		width: 82px;
		padding: 15px 11px;
		font-size: 14px;
		line-height: 21px;
	}
}
.inc07.en .inc07_01 .inc07_01_01 table tr th{
	width: 190px;
	padding: 14px 20px;
}
@media only screen and (max-width: 767px){
	.inc07.en .inc07_01 .inc07_01_01 table tr th{
		width: 109px;
		padding: 15px 11px;
		font-size: 14px;
		line-height: 21px;
	}
}
.inc07 .inc07_01 .inc07_01_01 table tr td{
	width: auto;
	height: auto;
	padding: 14px 32px;
	border: 1px solid #AAAAAA;
	font-size: 15px;
	line-height: 25px;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_01 .inc07_01_01 table tr td{
		padding: 15px 11px;
		font-size: 15px;
		line-height: 22px;
	}
}
.inc07.en .inc07_01 .inc07_01_01 table tr td{
	padding: 14px 22px;
}
@media only screen and (max-width: 767px){
	.inc07.en .inc07_01 .inc07_01_01 table tr td{
		padding: 15px 11px;
	}
}
.inc07 .inc07_01 .inc07_01_01 table tr td a{
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	text-decoration: underline;
	display: inline-block;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_01 .inc07_01_01 table tr td a{
		font-size: 15px;
		line-height: 22px;
	}
}
/*inc07ここまで*/

/*inc08ここから*/
.inc08{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc08 .inc08_01{
	width: 1080px;
	height: auto;
	padding: 117px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc08 .inc08_01{
		width: 100%;
		padding: 50px 0 0;
	}
}
.inc08 .inc08_01 h2{
	width: auto;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 37px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc08 .inc08_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 20px;
		font-size: 25px;
		line-height: 33px;
	}
}
.inc08 .inc08_01 h2::before{
	content: '';
	width: 310px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc08 .inc08_01 h2::before{
		width: 221px;
	}
}
.inc08 .inc08_01 .inc08_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01{
		max-width: 375px;
		padding: 0 28px;
		margin: 0 auto 25px;
	}
}
.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .slick-prev,
.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .slick-next{
	width: 44px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	z-index: 10;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .slick-prev,
	.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .slick-next{
		width: 37px;
		height: 39px;
	}
}
.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .slick-prev:hover,
.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .slick-next:hover{
	opacity: .8;
	transition: all .5s;
}
.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .slick-prev{
	left: -44px;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .slick-prev{
		left: 0;
	}
}
.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .slick-next{
	left: auto;
	right: -44px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .slick-next{
		right: 0;
	}
}
.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .slick-prev::before{
	width: 12px;
	height: 21px;
	background-image: url(../img/slick/arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .slick-prev::before{
		width: 10px;
		height: 18px;
	}
}
.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .slick-next::before{
	width: 12px;
	height: 21px;
	background-image: url(../img/slick/arrow02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .slick-next::before{
		width: 10px;
		height: 18px;
	}
}
.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .inc08_01_01_01_01{
	width: 505px;
	height: auto;
	margin: 0 35px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .inc08_01_01_01_01{
		width: 100%;
		max-width: 320px;
		margin: 0;
	}
}
.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_01 .inc08_01_01_01_01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_02{
		width: 90%;
		max-width: 320px;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}
@media only screen and (min-width: 768px){
	.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_02 a{
		width: 220px;
		height: auto;
		margin: 0 33px;
		display: block;
	}
	.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_02 a:first-of-type{
		margin-left: 0;
	}
	.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_02 a:last-of-type{
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_02 a{
		width: calc((100% - 30px * 1) / 2 );
		height: auto;
		margin: 10px 30px 0 0;
		display: block;
	}
	.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_02 a:nth-of-type(-n+2){
		margin-top: 0;
	}
	.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_02 a:nth-of-type(2n){
		margin-right: 0;
	}
}
.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_02 a img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
/*inc08ここまで*/

/*inc09ここから*/
.inc09{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc09 .inc09_01{
	width: 1080px;
	height: auto;
	padding: 98px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01{
		width: 90%;
		max-width: 320px;
		padding: 45px 0 0;
	}
}
.inc09_2 .inc09_01{
	padding: 86px 0 0;
}
@media only screen and (max-width: 767px){
	.inc09_2 .inc09_01{
		padding: 48px 0 0;
	}
}
.inc09 .inc09_01 h2{
	width: 100%;
	height: auto;
	padding: 22px 5px;
	margin: 0 auto;
	font-size: 29px;
	line-height: 39px;
	color: #ffffff;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	background-color: #00683C;
}
.inc09.en .inc09_01 h2{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 h2{
		padding: 16px 2px;
		font-size: 20px;
		line-height: 30px;
	}
	.inc09.en .inc09_01 h2{
		padding: 16px 2px;
		font-size: 20px;
		line-height: 28px;
		text-align: center;
	}
}
@media only screen and (max-width: 374px){
	.inc09.en .inc09_01 h2{
		font-size: 16px;
		line-height: 22px;
	}
}
.inc09 .inc09_01 .inc09_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 45px 78px 52px;
	margin: 0 auto;
	border-radius: 2px;
	display: block;
	background-color: #F4FAF7;
}
.inc09.en .inc09_01 .inc09_01_01{
	padding: 45px 55px 52px;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01{
		padding: 26px 25px 40px;
	}
	.inc09.en .inc09_01 .inc09_01_01{
		padding: 26px 19px 40px;
	}
}
.inc09_2 .inc09_01 .inc09_01_01{
	background-color: #FDF4F5;
}
.inc09 .inc09_01 .inc09_01_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto 48px;
	font-size: 35px;
	line-height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.inc09.en .inc09_01 .inc09_01_01 .text01{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .text01{
		margin: 0 auto 20px;
		font-size: 25px;
		line-height: 33px;
		text-align: center;
	}
}
@media only screen and (max-width: 374px){
	.inc09 .inc09_01 .inc09_01_01 .text01{
		font-size: 22px;
		line-height: 30px;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01{
		margin: 0 auto 40px;
		display: block;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01{
	width: calc((100% - 78px * 1) / 2 );
	height: auto;
	margin: 40px 78px 0 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
}
.inc09.en .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01{
	width: calc((100% - 50px * 1) / 2 );
	margin: 40px 50px 0 0;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01,
	.inc09.en .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01{
		width: 100%;
		margin: 29px auto 0;
	}
}
@media only screen and (min-width: 768px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01:nth-of-type(-n+2){
		margin-top: 0;
	}
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01:nth-of-type(2n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01:nth-of-type(1){
		margin-top: 0;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text02{
	width: 100%;
	height: auto;
	margin: 0 auto 16px;
	font-size: 25px;
	line-height: 31px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #00683C;
	flex: 1;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text02{
		margin: 0 auto 7px;
		font-size: 17px;
		line-height: 20px;
		align-items: flex-start;
	}
}
@media only screen and (max-width: 374px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text02{
		font-size: 14px;
		line-height: 17px;
	}
}
.inc09.en .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text02{
	font-size: 23px;
	line-height: 33px;
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc09.en .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text02{
		font-size: 18px;
		line-height: 25px;
	}
}
@media only screen and (max-width: 374px){
	.inc09.en .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text02{
		font-size: 13px;
		line-height: 20px;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text02::before{
	width: auto;
	height: auto;
	margin: 0 9px 0 0;
	font-size: 68px;
	line-height: 68px;
	font-family: 'Arial' ,sans-serif;
	font-weight: bold;
	font-style: italic;
	display: block;
	flex-shrink: 0;
	color: #C2DBC8;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text02::before{
		margin: 0 7px 0 0;
		font-size: 40px;
		line-height: 40px;
	}
	.inc09.en .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text02::before{
		font-size: 58px;
		line-height: 73px;
	}
}
.inc09_2 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text02::before{
	color: #ECA1AA;
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text03{
	width: 100%;
	height: auto;
	margin: 0 auto 22px;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text03{
		margin: 0 auto 10px;
		font-size: 14px;
		line-height: 22px;
	}
}
.inc09.en .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text03{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc09.en .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text03{
		font-size: 12px;
		line-height: 20px;
	}
	.inc09.en .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text03{
		font-size: 15px;
		line-height: 25px;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text03 span{
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	color: #D32E05;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text03 span{
		font-size: 14px;
		line-height: 22px;
	}
}
.inc09.en .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text03 span{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc09.en .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text03 span{
		font-size: 12px;
		line-height: 20px;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .item01{
	width: 100%;
	height: 231px;
	margin: 0 auto;
	background-image: url(../img/common/inc09/photo01.jpg);
	background-color: #E3E3E3;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01:nth-of-type(2) .item01{
	background-image: url(../img/common/inc09/photo02.jpg);
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01:nth-of-type(3) .item01{
	background-image: url(../img/common/inc09/photo03.jpg);
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01:nth-of-type(4) .item01{
	background-image: url(../img/common/inc09/photo04.jpg);
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .item01{
		height: 158px;
	}
}
.inc09 .inc09_01 .inc09_01_01 .text04{
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	font-size: 25px;
	line-height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .text04{
		margin: 0 auto 12px;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
}
@media only screen and (max-width: 374px){
	.inc09 .inc09_01 .inc09_01_01 .text04{
		font-size: 15px;
		line-height: 21px;
	}
}
.inc09 .inc09_01 .inc09_01_01 .link01{
	width: 690px;
	height: 110px;
	margin: 0 auto;
	font-size: 25px;
	line-height: 35px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	position: relative;
	background-color: #00683C;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .link01{
		width: 100%;
		height: 61px;
		margin: 0 auto 20px;
		font-size: 17px;
		line-height: 27px;
	}
}
.inc09 .inc09_01 .inc09_01_01 .link01 .svg{
	content: '';
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 32px;
	margin: auto;
}
.inc09 .inc09_01 .inc09_01_01 .link01 .svg path{
	fill: #ffffff;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .link01 .svg{
		width: 20px;
		height: 20px;
		position: relative;
		margin: 0 0 0 14px;
		left: 0;
		right: 0;
		flex-shrink: 0;
	}
	.inc09.en .inc09_01 .inc09_01_01 .link01 .svg{
		position: absolute;
		left: auto;
		right: 32px;
		margin: auto;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_02{
	width: 100%;
	height: auto;
	margin: 25px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_02{
		justify-content: space-between;
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 374px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_02{
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_02 a{
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.inc09_1 .inc09_01 .inc09_01_01 .inc09_01_01_02 a{
	margin: 0 0 0 50px;
}
@media only screen and (max-width: 767px){
	.inc09_1 .inc09_01 .inc09_01_01 .inc09_01_01_02 a{
		margin: 17px 0 0;
	}
	.inc09_1 .inc09_01 .inc09_01_01 .inc09_01_01_02 a:nth-of-type(1){
		margin-top: 0;
	}
}
.inc09_2 .inc09_01 .inc09_01_01 .inc09_01_01_02 a{
	margin: 0 0 0 36px;
}
@media only screen and (max-width: 767px){
	.inc09_2 .inc09_01 .inc09_01_01 .inc09_01_01_02 a{
		margin: 17px 0 0;
	}
	.inc09_2 .inc09_01 .inc09_01_01 .inc09_01_01_02 a:nth-of-type(1){
		margin-top: 0;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_02 a:nth-of-type(1){
	margin-left: 0;
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_02 a::before{
	content: '';
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
.inc09_1 .inc09_01 .inc09_01_01 .inc09_01_01_02 a::before{
	background-image: url(../img/common/icon01.png);
}
.inc09_2 .inc09_01 .inc09_01_01 .inc09_01_01_02 a::before{
	background-image: url(../img/common/icon01.png);
}
/*inc09ここまで*/

/*inc010ここから*/
.inc010{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc010 .inc010_01{
	width: 1080px;
	height: auto;
	padding: 55px 0 95px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01{
		width: 100%;
		padding: 45px 0;
	}
}
.inc010 .inc010_01 h2{
	width: auto;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 47px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
.inc010.en .inc010_01 h2{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 h2{
		width: 90%;
		max-width: 320px;
		padding: 0 0 10px;
		margin: 0 auto 20px;
		font-size: 25px;
		line-height: 33px;
	}
}
.inc010 .inc010_01 h2::before{
	content: '';
	width: 310px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 h2::before{
		width: 221px;
	}
}
.inc010 .inc010_01 .inc010_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_01{
		width: 90%;
		max-width: 320px;
	}
}
.inc010 .inc010_01 .inc010_01_01 img{
	width: 100%;
	height: auto;
	margin: 0 auto 28px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_01 img{
		margin: 0 auto 14px;
	}
}
.inc010.en .inc010_01 .inc010_01_01 img{
	margin: 0 auto;
}
.inc010 .inc010_01 .inc010_01_01 .img{
	width: 100%;
	height: 538px;
	margin: 0 auto 28px;
	background-color: #dddddd;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.inc010 .inc010_01 .inc010_01_01 .img{
		height: 119px;
		margin: 0 auto 14px;
	}
}
.inc010 .inc010_01 .inc010_01_01 .img::before{
	content: '';
	width: 50%;
	height: 50%;
	margin: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.inc010 .inc010_01 .inc010_01_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 29px;
	line-height: 41px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_01 .text01{
		font-size: 18px;
		line-height: 26px;
		text-align: left;
	}
}
.inc010 .inc010_01 .inc010_01_02{
	width: 100%;
	height: auto;
	margin: 46px auto 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_02{
		width: 90%;
		max-width: 320px;
		margin: 20px auto 0;
	}
}
.inc010 .inc010_01 .inc010_01_02 .text02{
	width: 100%;
	height: auto;
	margin: 0 auto 14px;
	font-size: 28px;
	line-height: 38px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_02 .text02{
		margin: 0 auto 10px;
		font-size: 20px;
		line-height: 30px;
	}
}
.inc010 .inc010_01 .inc010_01_02 .text02::before{
	content: '';
	width: 14px;
	height: 14px;
	margin: 0 11px 0 0;
	display: block;
	flex-shrink: 0;
}
.inc010 .inc010_01 .inc010_01_02 table{
	width: 100%;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
	text-align: left;
}
.inc010 .inc010_01 .inc010_01_02 table tr{
}
.inc010 .inc010_01 .inc010_01_02 table tr th{
	width: 170px;
	height: auto;
	padding: 14px 28px;
	border: 1px solid #AAAAAA;
	background-color: #F7F7F7;
	font-size: 15px;
	line-height: 25px;
	vertical-align: top;
}
.inc010 .inc010_01 .inc010_01_02 table tr th:nth-of-type(1){
	width: 225px;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_02 table tr th{
		width: 82px;
		padding: 15px 11px;
		font-size: 14px;
		line-height: 21px;
	}
}
.inc010 .inc010_01 .inc010_01_02 table tr td{
	width: auto;
	height: auto;
	padding: 14px 32px;
	border: 1px solid #AAAAAA;
	font-size: 15px;
	line-height: 25px;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_02 table tr td{
		padding: 15px 11px;
		font-size: 15px;
		line-height: 22px;
	}
}
.inc010 .inc010_01 .inc010_01_02 table tr td a{
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	text-decoration: underline;
	display: inline-block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_02 table tr td a{
		font-size: 15px;
		line-height: 22px;
	}
}
.inc010 .inc010_01 .inc010_01_03{
	width: 100%;
	height: auto;
	margin: 70px auto 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_03{
		width: 90%;
		max-width: 320px;
		margin: 30px auto 0;
	}
}
.inc010 .inc010_01 .inc010_01_03 .text02{
	width: 100%;
	height: auto;
	margin: 0 auto 14px;
	font-size: 28px;
	line-height: 38px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_03 .text02{
		margin: 0 auto 13px;
		font-size: 20px;
		line-height: 30px;
	}
}
.inc010 .inc010_01 .inc010_01_03 .text02::before{
	content: '';
	width: 14px;
	height: 14px;
	margin: 0 11px 0 0;
	display: block;
	flex-shrink: 0;
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01{
	width: 100%;
	height: auto;
	margin: 0 auto 17px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01{
		margin: 0 auto 30px;
		overflow-x: scroll;
	}
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table{
	width: 100%;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
	text-align: left;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table{
		width: 756px;
		overflow-x: scroll;
	}
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr{
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr th{
	width: auto;
	height: auto;
	padding: 14px 28px;
	border: 1px solid #AAAAAA;
	background-color: #F7F7F7;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr th{
		padding: 12px 5px;
	}
	.inc010.en .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr th{
		font-size: 13px;
		line-height: 23px;
	}
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr th:nth-of-type(1){
	width: 225px;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr th:nth-of-type(1){
		width: 200px;
	}
	.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr th:last-of-type{
		width: 156px;
	}
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr td{
	width: auto;
	height: auto;
	padding: 14px 32px;
	border: 1px solid #AAAAAA;
	font-size: 15px;
	line-height: 25px;
	text-align: right;
	vertical-align: middle;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr td{
		padding: 12px 5px;
	}
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr td:nth-of-type(1){
	text-align: left;
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr td .text03{
	display: inline-block;
	position: relative;
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr:nth-of-type(2) td:nth-of-type(1) .text03::before{
	content: ' ※1';
	font-size: 11px;
	line-height: 11px;
	font-family: 'Noto_Sans_JP', sans-serif;
	position: absolute;
	top: 0;
	bottom: auto;
	left: auto;
	right: -25px;
	margin: auto;
	display: block;
}
.inc010.en .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr:nth-of-type(2) td:nth-of-type(1) .text03::before{
	top: 5px;
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr:nth-of-type(3) td:nth-of-type(1) .text03::before{
	content: ' ※2';
	font-size: 11px;
	line-height: 11px;
	font-family: 'Noto_Sans_JP', sans-serif;
	position: absolute;
	top: 0;
	bottom: auto;
	left: auto;
	right: -25px;
	margin: auto;
	display: block;
}
.inc010.en .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr:nth-of-type(3) td:nth-of-type(1) .text03::before{
	top: 5px;
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr td .text04{
	margin: 0 5px 0 0;
	font-size: 25px;
	line-height: 25px;
	display: inline;
}
.inc010.en .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr td .text04{
	margin: 0;
}
.inc010 .inc010_01 .inc010_01_03 .text05{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 13px;
	line-height: 21px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_03 .text05{
		font-size: 12px;
		line-height: 17px;
	}
}
.inc010.en .inc010_01 .inc010_01_03 .text05{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc010.en .inc010_01 .inc010_01_03 .text05{
		font-size: 11px;
		line-height: 16px;
	}
}
@media only screen and (max-width: 374px){
	.inc010.en .inc010_01 .inc010_01_03 .text05{
		font-size: 10px;
		line-height: 15px;
	}
}
.inc010 .inc010_01 .inc010_01_04{
	width: 100%;
	height: auto;
	margin: 70px auto 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04{
		margin: 27px auto 0;
	}
}
.inc010.en .inc010_01 .inc010_01_04{
	margin: 85px auto 0;
}
@media only screen and (max-width: 767px){
	.inc010.en .inc010_01 .inc010_01_04{
		margin: 80px auto 0;
	}
}
.inc010 .inc010_01 .inc010_01_04 .text02{
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	font-size: 28px;
	line-height: 38px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04 .text02{
		width: 90%;
		max-width: 320px;
		margin: 0 auto 13px;
		font-size: 20px;
		line-height: 30px;
	}
}
.inc010 .inc010_01 .inc010_01_04 .text02::before{
	content: '';
	width: 14px;
	height: 14px;
	margin: 0 11px 0 0;
	display: block;
	flex-shrink: 0;
}
.inc010.en .inc010_01 .inc010_01_04 .text02_en{
	width: auto;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 35px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc010.en .inc010_01 .inc010_01_04 .text02_en{
		width: 90%;
		max-width: 320px;
		padding: 0 0 10px;
		margin: 0 auto 20px;
		font-size: 25px;
		line-height: 33px;
	}
}
.inc010.en .inc010_01 .inc010_01_04 .text02_en::before{
	content: '';
	width: 310px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc010.en .inc010_01 .inc010_01_04 .text02_en::before{
		width: 221px;
	}
}
.inc010 .inc010_01 .inc010_01_04 h4{
	width: 100%;
	height: auto;
	padding: 0 0 10px;
	margin: 0 auto 30px;
	font-size: 25px;
	line-height: 35px;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04 h4{
		width: 90%;
		max-width: 320px;
		padding: 0 0 7px;
		margin: 0 auto 18px;
		font-size: 18px;
		line-height: 26px;
	}
}
.inc010 .inc010_01 .inc010_01_04 h4::before{
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01{
	width: 100%;
	height: auto;
	margin: 62px auto 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01{
		margin: 30px auto 0;
	}
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01:nth-of-type(1){
	margin-top: 0;
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01{
		max-width: 375px;
		display: block;
	}
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 img{
	width: calc((100% - 26px * 2) / 3 );
	height: auto;
	margin: 26px 26px 0 0;
	display: block;
	transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 img{
		width: 100%;
		padding: 0 28px;
		margin: 0 auto;
	}
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 img:hover{
	transform: scale(1.5);
	position: relative;
	z-index: 10;
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 img:nth-of-type(-n+3){
	margin-top: 0;
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 img:nth-of-type(3n){
	margin-right: 0;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 img:nth-of-type(1){
		margin-top: 0;
	}
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 img:nth-of-type(3n){
		margin-right: auto;
	}
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 .slick-prev,
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 .slick-next{
		width: 37px;
		height: 39px;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 0;
		bottom: 0;
		z-index: 10;
		transition: all .5s;
	}
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 .slick-prev:hover,
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 .slick-next:hover{
		opacity: .8;
		transition: all .5s;
	}
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 .slick-prev{
		left: 0;
		right: auto;
		margin: auto;
	}
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 .slick-next{
		left: auto;
		right: 0;
		margin: auto;
	}
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 .slick-prev::before{
		width: 10px;
		height: 18px;
		background-image: url(../img/slick/arrow01.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		opacity: 1;
	}
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 .slick-next::before{
		width: 10px;
		height: 18px;
		background-image: url(../img/slick/arrow02.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		opacity: 1;
	}
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 .slick-dots{
		width: 90%;
		max-width: 320px;
		height: auto;
		margin: 18px auto 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		position: static;
	}
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 .slick-dots li{
		width: 6px;
		height: 6px;
		margin: 4px calc(11px / 2) 0;
		display: block;
	}
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 .slick-dots li:nth-of-type(-n+12){
		margin-top: 0;
	}
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 .slick-dots li button{
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		display: block;
	}
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 .slick-dots li button::before{
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		border-radius: 50%;
		display: block;
		font-family: none;
		font-size: 0;
		line-height: 0;
		position: static;
		background: none;
		background-color: #E6E6E6;
	}
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 .slick-dots .slick-active button::before{
		background-color: #3E3E3E;
	}
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02{
	width: 100%;
	height: auto;
	margin: 37px auto 0;
	background-color: #F5F5F5;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02{
		width: 90%;
		max-width: 320px;
		margin: 25px auto 0;
		display: block;
	}
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02:nth-of-type(1){
	margin-top: 0;
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02 .inc010_01_04_01_02_01{
	box-sizing: border-box;
	width: auto;
	height: auto;
	padding: 35px 45px 65px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02 .inc010_01_04_01_02_01{
		width: 100%;
		padding: 24px 24px 20px;
		margin: 0;
	}
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02 .inc010_01_04_01_02_01 h4{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 8px;
	font-size: 26px;
	line-height: 36px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02 .inc010_01_04_01_02_01 h4{
		margin: 0 auto 7px;
		font-size: 20px;
		line-height: 28px;
	}
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02 .inc010_01_04_01_02_01 h4::before{
	display: none;
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02 .inc010_01_04_01_02_01 .text03{
	width: 100%;
	height: auto;
	margin: 0 auto 18px;
	font-size: 22px;
	line-height: 32px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02 .inc010_01_04_01_02_01 .text03{
		margin: 0 auto 12px;
		font-size: 17px;
		line-height: 27px;
	}
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02 .inc010_01_04_01_02_01 .text04{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02 .inc010_01_04_01_02_01 .text04{
		font-size: 13px;
		line-height: 19px;
	}
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02 .inc010_01_04_01_02_02{
	width: 423px;
	height: auto;
	min-height: 291px;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02 .inc010_01_04_01_02_02{
		width: 100%;
		height: 212px;
		min-height: initial;
	}
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02:nth-of-type(1) .inc010_01_04_01_02_02{
	background-image: url(../img/common/2023report/event/photo01.jpg);
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02:nth-of-type(2) .inc010_01_04_01_02_02{
	background-image: url(../img/common/2023report/event/photo02.jpg);
}
.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_02:nth-of-type(3) .inc010_01_04_01_02_02{
	background-image: url(../img/common/2023report/event/photo03.jpg);
}
/*inc010ここまで*/

/*inc011ここから*/
.inc011{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc011 .inc011_01{
	width: 100%;
	height: auto;
	padding: 80px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01{
		padding: 25px 0 0;
	}
}
.inc011 .inc011_01 .inc011_01_01{
	width: 100%;
	height: auto;
	padding: 65px 0 65px;
	margin: 0 auto;
	background-color: #F7F7F7;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01{
		padding: 45px 0 40px;
	}
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01{
		width: 90%;
		max-width: 320px;
	}
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 h2{
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 40px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
.inc011.en_exhibitor .inc011_01 .inc011_01_01 .inc011_01_01_01 h2{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 20px;
		font-size: 25px;
		line-height: 33px;
		letter-spacing: -.5px;
	}
}
@media only screen and (max-width: 374px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 h2{
		font-size: 22px;
		line-height: 30px;
	}
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 h2::before{
	content: '';
	width: 495px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #00683C;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 h2::before{
		width: 221px;
	}
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01{
	width: 100%;
	height: auto;
	padding: 0 0 70px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01{
		padding: 0 0 49px;
		margin: 0 auto 20px;
		display: block;
	}
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01::before{
	content: '';
	width: 0;
	height: 0;
	border-top: 31px solid #00683C;
	border-style: solid;
	border-right: 43px solid transparent;
	border-left: 43px solid transparent;
	border-bottom: 0;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01::before{
		border-right: 32px solid transparent;
		border-left: 32px solid transparent;
		border-top: 19px solid #00683C;
	}
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01{
	width: calc((100% - 34px * 2) / 3 );
	height: auto;
	padding: 40px 30px 35px;
	margin: 0 34px 0 0;
	background-color: #ffffff;
	display: block;
	box-shadow: 0px 3px 12px 0 rgba(0,0,0,0.19);
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01{
		width: 100%;
		padding: 30px 19px 24px;
		margin: 30px auto 0;
	}
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01:nth-of-type(3n){
	margin-right: 0;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01:nth-of-type(1){
		margin-top: 0;
	}
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01:nth-of-type(3n){
		margin-right: auto;
	}
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .item_1 .text01::before {
	background-image: url(../img/exhibitor/item032.png);
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .item_2 .text01::before {
	background-image: url(../img/exhibitor/item033.png);
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .item_3 .text01::before {
	background-image: url(../img/exhibitor/item034.png);
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 25px;
	line-height: 35px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01{
		font-size: 20px;
		line-height: 28px;
	}
}
@media only screen and (max-width: 374px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01{
		font-size: 17px;
		line-height: 25px;
	}
}
.inc011.en_exhibitor .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01{
	font-size: 20px;
	line-height: 28px;
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc011.en_exhibitor .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01{
		font-size: 18px;
		line-height: 26px;
	}
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01::before{
	content: '';
	width: 88px;
	height: 88px;
	margin: 0 auto 30px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01::before{
		margin: 0 auto 26px;
	}
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .item_1 .text01::before {
	background-image: url(../img/common/inc011/img01.png);
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .item_2 .text01::before{
	background-image: url(../img/common/inc011/img02.png);
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .item_3 .text01::before{
	background-image: url(../img/common/inc011/img03.png);
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01 span{
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #C42903;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01 span{
		font-size: 20px;
		line-height: 28px;
	}
}
@media only screen and (max-width: 374px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01 span{
		font-size: 17px;
		line-height: 25px;
	}
}
.inc011.en_exhibitor .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01 span{
	font-size: 20px;
	line-height: 28px;
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc011.en_exhibitor .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01 span{
		font-size: 18px;
		line-height: 26px;
	}
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 p{
	width: 100%;
	height: auto;
	margin: 0 auto;
	color: #00683C;
	font-size: 42px;
	line-height: 52px;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 p{
		font-size: 30px;
		line-height: 40px;
		text-align: center;
	}
}
@media only screen and (max-width: 374px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 p{
		font-size: 27px;
		line-height: 37px;
	}
}
.inc011.en_exhibitor .inc011_01 .inc011_01_01 .inc011_01_01_01 p{
	font-size: 35px;
	line-height: 45px;
	display: block;
	text-align: center;
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc011.en_exhibitor .inc011_01 .inc011_01_01 .inc011_01_01_01 p{
		font-size: 23px;
		line-height: 33px;
		text-align: left;
	}
}
@media only screen and (max-width: 374px){
	.inc011.en_exhibitor .inc011_01 .inc011_01_01 .inc011_01_01_01 p{
		font-size: 21px;
		line-height: 31px;
	}
}
/*inc011ここまで*/

/*inc012ここから*/
.inc012{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc012 .inc012_01{
	width: 1080px;
	height: auto;
	padding: 80px 0 70px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01{
		width: 90%;
		max-width: 320px;
		padding: 45px 0 50px;
	}
}
.inc012 .inc012_01 h2{
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 40px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
.inc012.en_exhibitor .inc012_01 h2{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 20px;
		font-size: 25px;
		line-height: 33px;
	}
}
.inc012 .inc012_01 h2::before{
	content: '';
	width: 310px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 h2::before{
		width: 221px;
	}
}
.inc012 .inc012_01 .inc012_01_01{
	width: 100%;
	height: auto;
	margin: 46px auto 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01{
		margin: 30px auto 0;
	}
}
.inc012 .inc012_01 .inc012_01_01:nth-of-type(1){
	margin-top: 0;
}
.inc012 .inc012_01 .inc012_01_01 .text01{
	width: 100%;
	height: auto;
	padding: 15px 45px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	background-color: #00683C;
}
.inc012.en_exhibitor .inc012_01 .inc012_01_01 .text01{
	word-break: keep-all;
}
.inc012 .inc012_01 .inc012_01_01 .text01 .text01_01 {
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .text01 .text01_01 {
		font-size: 23px;
		line-height: 33px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .text01 .text01_01 .span01 {
	font-size: 35px;
	line-height: 45px;
	color: #FFD136;
	position: relative;
	padding: 0 5px;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .text01 .text01_01 .span01 {
		font-size: 30px;
		line-height: 40px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .text01 .text01_01 .span01 .span01_01 {
	font-size: 13px;
	line-height: 24px;
	vertical-align: top;
}
.inc012 .inc012_01 .inc012_01_01 .text01 .text01_01 .span02 {
	font-size: 20px;
	line-height: 30px;
	margin-left: 10px;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .text01 .text01_01 .span02 {
		font-size: 15px;
		line-height: 25px;
		display: block;
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .text01{
		padding: 15px;
		font-size: 20px;
		line-height: 28px;
		align-items: flex-start;
	}
}
@media only screen and (max-width: 374px){
	.inc012 .inc012_01 .inc012_01_01 .text01{
		font-size: 18px;
		line-height: 26px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .text01::before{
	width: auto;
	height: auto;
	margin: 0 30px 0 0;
	font-size: 68px;
	line-height: 68px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-style: italic;
	/*font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: italic;*/
	color: #ffffff;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .text01::before{
		margin: 0 12px 0 0;
		font-size: 48px;
		line-height: 48px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 30px 38px 0;
	margin: 0 auto;
	border-radius: 2px;
	display: block;
	background-color: #E9F5F0;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01{
		padding: 15px 15px 0;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01:last-of-type{
	padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01:last-of-type{
		padding-bottom: 30px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .text04 {
	width: 100%;
	height: auto;
	margin: 0 auto 34px;
	font-size: 21px;
	line-height: 32px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .text04 {
		margin-bottom: 20px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .text04 .span01 {
	font-size: 13px;
	line-height: 23px;
	vertical-align: text-top;
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .text04 .span02 {
	font-size: 15px;
	line-height: 25px;
	margin-left: 10px;
}
.en_exhibitor .inc012_01 .inc012_01_01 .inc012_01_01_01 .text04{
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	font-size: 25px;
	line-height: 32px;
	display: block;
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .text04{
		font-size: 16px;
		line-height: 25px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01{
		display: block;
	}
	.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 {
		background-color: #ffffff;
	}
}
.inc012 .inc012_01 .inc012_01_01.item_1 .inc012_01_01_01 .inc012_01_01_01_01 {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
}
.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .cont01 {
	width: 100%;
	height: auto;
	padding: 40px 52px;
	background-color: #ffffff;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .cont01 {
		padding: 20px;
	}
}
.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .cont01 .text02 {
	width: 100%;
	height: auto;
	font-size: 25px;
	line-height: 31px;
	color: #00683C;
	text-align: center;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .cont01 .text02 {
		font-size: 20px;
		line-height: 26px;
	}
}
.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .cont01 .text02 span {
	font-size: 15px;
	margin-left: 10px;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .cont01 .text02 span {
		margin-left: 0;
	}
}
.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .cont01 .cont01_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .cont01 .cont01_01 {
		display: block;
	}
}
.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .cont01 ul {
	width: auto;
	height: auto;
	margin-left: 30px;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .cont01 ul {
		margin-left: 0;
	}
}
.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .cont01 ul:nth-of-type(1) {
	margin-left: 0;
}
.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .cont01 ul li {
	font-size: 22px;
	line-height: 39px;
}
.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .cont01 ul li.right {
	text-align: right;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .cont01 ul li {
		font-size: 15px;
		line-height: 31px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 h5.text03{
	width: 100%;
	height: 45px;
	font-size: 18px;
	line-height: 45px;
	color: #FFFFFF;
	background-color: #023281;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 h5.text03{
		height: auto;
		font-size: 15px;
		line-height: 20px;
		text-align: left;
		color: #fff;
		padding: 7px 13px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 h5.text03 span{
	font-size: 14px;
	line-height: 24px;
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01{
	width: 100%;
	height: auto;
	padding: 25px 25px 35px;
	background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01{
		width: 100%;
		height: 372px;
		padding: 15px;
		overflow-y: scroll;
		margin-bottom: 20px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01 .inc012_01_01_01_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01 .inc012_01_01_01_01_01_01 {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01 .inc012_01_01_01_01_01_01{
		flex-direction: column;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01 .inc012_01_01_01_01_01_01 ul{
	width: 193px;
	height: auto;
	padding: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	background-image: url(../img/common/inc012/bg01.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: center;
}
@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01 .inc012_01_01_01_01_01_01 ul{
		width: 100%;
		height: auto;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01 .inc012_01_01_01_01_01_01 ul li{
	width: 100%;
	height: auto;
	font-size: 10px;
	line-height: 12px;
}
@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01 .inc012_01_01_01_01_01_01 ul li{
		font-size: 13px;
		line-height: 17px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01 .inc012_01_01_01_01_01_01 img{
	width: 334px;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01 .item06{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 37px;
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	height: auto;
	display: block;
}
.inc012 .inc012_01 .inc012_01_01.item_1 .inc012_01_01_01 .inc012_01_01_01_01 img {
	width: 475px;
}
.inc012.en_exhibitor .inc012_01 .inc012_01_01.item_1 .inc012_01_01_01 .inc012_01_01_01_01 img {
	width: 100%;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01.item_1 .inc012_01_01_01 .inc012_01_01_01_01 img {
		width: 100%;
	}
	.inc012 .inc012_01 .inc012_01_01.item_1 .inc012_01_01_01 .inc012_01_01_01_01 img:nth-of-type(1) {
		margin-bottom: 30px;
	}
	.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .item07 {
		width: 90%;
	}
	.inc012 .inc012_01 .inc012_01_01.item_2 .inc012_01_01_01 .inc012_01_01_01_01 .item08 {
		width: 90%;
		margin-top: 37px;
	}
}

.inc012 .inc012_01 .inc012_01_01.item_3 .inc012_01_01_01 .cont02 {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.inc012 .inc012_01 .inc012_01_01.item_3 .inc012_01_01_01 .cont02 .cont02_01 {
	width: 48.9%;
	height: auto;
	margin-top: 20px;
	background-color: #ffffff;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01.item_3 .inc012_01_01_01 .cont02 .cont02_01 {
		width: 100%;
	}
}
.inc012 .inc012_01 .inc012_01_01.item_3 .inc012_01_01_01 .cont02 .cont02_01:nth-of-type(-n+2) {
	margin-top: 0;
}
.inc012 .inc012_01 .inc012_01_01.item_3 .inc012_01_01_01 .cont02 .cont02_01 h5 {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	background-color: #54A567;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01.item_3 .inc012_01_01_01 .cont02 .cont02_01 h5 {
		font-size: 18px;
		line-height: 28px;
	}
}
.inc012 .inc012_01 .inc012_01_01.item_3 .inc012_01_01_01 .cont02 .cont02_01 .cont02_01_01 {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01.item_3 .inc012_01_01_01 .cont02 .cont02_01 .cont02_01_01 {
		padding: 15px;
		display: block;
	}
}
.inc012 .inc012_01 .inc012_01_01.item_3 .inc012_01_01_01 .cont02 .cont02_01 .cont02_01_01 .cont02_01_01_01 {
	width: 61%;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01.item_3 .inc012_01_01_01 .cont02 .cont02_01 .cont02_01_01 .cont02_01_01_01 {
		width: 100%;
	}
}
.inc012 .inc012_01 .inc012_01_01.item_3 .inc012_01_01_01 .cont02 .cont02_01 .cont02_01_01 .cont02_01_01_01 .text05 {
	font-size: 16px;
	line-height: 25px;
	display: block;
	margin-bottom: 14px;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01.item_3 .inc012_01_01_01 .cont02 .cont02_01 .cont02_01_01 .cont02_01_01_01 .text05 {
		margin-bottom: 12px;
	}
}
.inc012 .inc012_01 .inc012_01_01.item_3 .inc012_01_01_01 .cont02 .cont02_01 .cont02_01_01 .cont02_01_01_01 .text06 {
	font-size: 14px;
	line-height: 21px;
}
.inc012 .inc012_01 .inc012_01_01.item_3 .inc012_01_01_01 .cont02 .cont02_01 .cont02_01_01 img {
	display: block;
	width: 150px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01.item_3 .inc012_01_01_01 .cont02 .cont02_01 .cont02_01_01 img {
		margin: 20px auto 0;
	}
}

/*inc012ここまで*/

/*inc013ここから*/
.inc013{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
.inc013::before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(4,87.333333333333,130.66666666667,.9);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.inc013::after{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../img/common/inc013/bg_img01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
}
.inc013 .inc013_01{
	width: 1080px;
	height: auto;
	padding: 65px 0 70px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01{
		width: 90%;
		max-width: 320px;
		padding: 35px 0 40px;
	}
}
.inc013 .inc013_01 h2{
	width: 100%;
	height: auto;
	margin: 0 auto 35px;
	font-size: 28px;
	line-height: 38px;
	color: #ffffff;
	text-align: center;
	display: block;
}
.inc013.en_exhibitor .inc013_01 h2{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 h2{
		margin: 0 auto 25px;
		font-size: 22px;
		line-height: 32px;
	}
}
.inc013 .inc013_01 .inc013_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 50px 60px;
	margin: 0 auto;
	background-color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01{
		padding: 0;
		overflow-x: scroll;
	}
}
.inc013 .inc013_01 .inc013_01_01 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 img{
		box-sizing: border-box;
		width: 705px;
		padding: 15px;
		background-color: #ffffff;
	}
}
/*inc013ここまで*/

/*inc014ここから*/
.inc014{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc014 .inc014_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc014 .inc014_01 .inc014_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	background-color: #E9F5F0;
}
.inc014 .inc014_01_01_01{
	width: 1080px;
	height: auto;
	padding: 75px 0 82px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01_01_01{
		width: 90%;
		max-width: 320px;
		padding: 45px 0 30px;
	}
}
.inc014 .inc014_01_01_01 h2{
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 40px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
.inc014.en_exhibitor .inc014_01_01_01 h2{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01_01_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 17px;
		font-size: 25px;
		line-height: 33px;
	}
}
@media only screen and (max-width: 374px){
	.inc014 .inc014_01_01_01 h2{
		font-size: 22px;
		line-height: 30px;
	}
}
.inc014 .inc014_01_01_01 h2::before{
	content: '';
	width: 435px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #00683C;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01_01_01 h2::before{
		width: 221px;
	}
}
.inc014 .inc014_01_01_01 .inc014_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01_01_01 .inc014_01_01_01_01{
		display: block;
	}
}
.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01{
	box-sizing: border-box;
	width: calc((100% - 38px * 2) / 3 );
	height: auto;
	padding: 20px 20px 25px;
	margin: 38px 38px 0 0;
	background-color: #FFFFFF;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01{
		width: 100%;
		margin: 30px auto 0;
		padding: 20px 15px 15px;
	}
}
@media only screen and (min-width: 768px){
	.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01:nth-of-type(-n+3){
		margin-top: 0;
	}
	.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01:nth-of-type(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01:nth-of-type(1){
		margin-top: 0;
	}
}
.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01 .item01{
	width: 100%;
	height: 212px;
	margin: 0 auto 27px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01 .item01{
		margin: 0 auto 10px;
	}
}


.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01:nth-of-type(1) .item01{
	background-image: url(../img/common/inc014/item01.png);
}
.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01:nth-of-type(2) .item01{
	background-image: url(../img/common/inc014/item02.png);
}
.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01:nth-of-type(3) .item01{
	background-image: url(../img/common/inc014/item03.png);
}
.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01:nth-of-type(4) .item01{
	background-image: url(../img/common/inc014/item04.png);
}
.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01:nth-of-type(5) .item01{
	background-image: url(../img/common/inc014/item05.png);
}
.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01:nth-of-type(6) .item01{
	background-image: url(../img/common/inc014/item06.png);
}




.inc014.en_exhibitor .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01 .item01{
	margin: 0 auto 30px;
}
@media only screen and (max-width: 767px){
	.inc014.en_exhibitor .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01 .item01{
		margin: 0 auto 10px;
	}
}
.inc014.en_exhibitor .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01:nth-of-type(1) .item01{
	background-image: url(../img/common/inc014/item01_en.png);
}
.inc014.en_exhibitor .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01:nth-of-type(2) .item01{
	background-image: url(../img/common/inc014/item02_en.jpg);
}
.inc014.en_exhibitor .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01:nth-of-type(3) .item01{
	background-image: url(../img/common/inc014/item03_en.png);
}
.inc014.en_exhibitor .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01:nth-of-type(4) .item01{
	background-image: url(../img/common/inc014/item04_en.png);
}
.inc014.en_exhibitor .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01:nth-of-type(5) .item01{
	background-image: url(../img/common/inc014/item05_en.png);
}
.inc014.en_exhibitor .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01:nth-of-type(6) .item01{
	background-image: url(../img/common/inc014/item06_en.png);
}
.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01 .inc014_01_01_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01 .inc014_01_01_01_01_01_01 .text01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto 8px;
	font-size: 22px;
	line-height: 28px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01 .inc014_01_01_01_01_01_01 .text01{
		margin: 0 auto 7px;
		font-size: 22px;
		line-height: 28px;
	}
}
.inc014.en_exhibitor .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01 .inc014_01_01_01_01_01_01 .text01{
	margin: 0 auto 25px;
	font-size: 19px;
	line-height: 24px;
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc014.en_exhibitor .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01 .inc014_01_01_01_01_01_01 .text01{
		margin: 0 auto 16px;
		font-size: 18px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 374px){
	.inc014.en_exhibitor .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01 .inc014_01_01_01_01_01_01 .text01{
		font-size: 16px;
		line-height: 19px;
	}
}
.inc014 .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01 .inc014_01_01_01_01_01_01 .text03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	display: block;
}
.inc014.en_exhibitor .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01 .inc014_01_01_01_01_01_01 .text03{
	font-size: 13px;
	line-height: 19px;
	word-break: keep-all;
}
@media only screen and (max-width: 374px){
	.inc014.en_exhibitor .inc014_01_01_01 .inc014_01_01_01_01 .inc014_01_01_01_01_01 .inc014_01_01_01_01_01_01 .text03{
		font-size: 11px;
		line-height: 17px;
	}
}
/*inc014ここまで*/

/*inc015ここから*/
.inc015{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc015 .inc015_01{
	width: 1080px;
	height: auto;
	padding: 117px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc015 .inc015_01{
		width: 100%;
		padding: 50px 0 0;
	}
}
.inc015 .inc015_01 h2{
	width: auto;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 37px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc015 .inc015_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 20px;
		font-size: 25px;
		line-height: 33px;
	}
}
.inc015 .inc015_01 h2::before{
	content: '';
	width: 310px;
	height: 3px;
	background-color: #0683C4;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc015 .inc015_01 h2::before{
		width: 221px;
	}
}
.inc015 .inc015_01 .inc015_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01{
		max-width: 375px;
		padding: 0 28px;
		margin: 0 auto 25px;
	}
}
.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .slick-prev,
.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .slick-next{
	width: 44px;
	height: 46px;
	background-color: #0683C4;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	z-index: 10;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .slick-prev,
	.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .slick-next{
		width: 37px;
		height: 39px;
	}
}
.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .slick-prev:hover,
.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .slick-next:hover{
	opacity: .8;
	transition: all .5s;
}
.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .slick-prev{
	left: -44px;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .slick-prev{
		left: 0;
	}
}
.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .slick-next{
	left: auto;
	right: -44px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .slick-next{
		right: 0;
	}
}
.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .slick-prev::before{
	width: 12px;
	height: 21px;
	background-image: url(../img/slick/arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .slick-prev::before{
		width: 10px;
		height: 18px;
	}
}
.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .slick-next::before{
	width: 12px;
	height: 21px;
	background-image: url(../img/slick/arrow02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .slick-next::before{
		width: 10px;
		height: 18px;
	}
}
.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .inc015_01_01_01_01{
	width: calc((100% - 70px) / 2 );
	height: auto;
	margin: 0 0 0 70px;
	display: block;
}

@media only screen and (max-width: 767px){
	.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .inc015_01_01_01_01{
		width: 100%;
		max-width: 320px;
		margin: 0;
	}
}
.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01.slick_start .inc015_01_01_01_01 {
	width: 505px;
	margin: 0 35px;
}
.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .inc015_01_01_01_01:nth-of-type(1){
	margin-left: 0;
}
@media only screen and (max-width: 767px){
	.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01.slick_start .inc015_01_01_01_01 {
		margin: 0;
	}
}
.inc015 .inc015_01 .inc015_01_01 .inc015_01_01_01 .inc015_01_01_01_01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
/*inc015ここまで*/


/*inc016ここから*/
.inc016{
	width: 100%;
	height: auto;
	margin: 87px auto 0;
	display: block;
}
.inc016 .inc016_01{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.inc016 .inc016_01{
		width: 90%;
		max-width: 320px;
	}
}
.inc016 .inc016_01 h2{
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 40px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.inc016 .inc016_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 26px;
		font-size: 25px;
		line-height: 33px;
	}
}
.inc016 .inc016_01 h2::before{
	content: '';
	width: 326px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #00683C;
}
@media only screen and (max-width: 767px){
	.inc016 .inc016_01 h2::before{
		width: 234px;
	}
}
.inc016 .inc016_01 .inc016_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.inc016 .inc016_01 .inc016_01_01 .inc016_01_01_01{
	width: calc((100% - 26px * 3) / 4 );
	height: auto;
	margin: 27px 26px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.inc016 .inc016_01 .inc016_01_01 .inc016_01_01_01{
		width: calc((100% - 17px * 1) / 2 );
		margin: 17px 17px 0 0;
	}
}
.inc016 .inc016_01 .inc016_01_01 .inc016_01_01_01:nth-of-type(4n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
	.inc016 .inc016_01 .inc016_01_01 .inc016_01_01_01:nth-of-type(2n){
		margin-right: 0;
	}
}
.inc016 .inc016_01 .inc016_01_01 .inc016_01_01_01:nth-child(-n+4){
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.inc016 .inc016_01 .inc016_01_01 .inc016_01_01_01:nth-child(3),
	.inc016 .inc016_01 .inc016_01_01 .inc016_01_01_01:nth-child(4){
		margin-top: 17px;
	}
}
.inc016 .inc016_01 .inc016_01_01 .inc016_01_01_01 img{
	width: 100%;
	height: auto;
	display: block;
}
.inc016 .inc016_01 .inc016_01_01 .inc016_01_01_01 h3{
	box-sizing: border-box;
	width: 100%;
	min-height: 50px;
	padding: 5px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	background-color: #E9F5F0;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.inc016 .inc016_01 .inc016_01_01 .inc016_01_01_01 h3{
		min-height: 45px;
		font-size: 13px;
		line-height: 16px;
	}
}
/*inc016ここまで*/

/*includeここまで*/