@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: linear-gradient(90deg, #71ad3c, #308339, #286f30);
}

@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: 302px;*/
	width: 480px;
	height: auto;
	margin: 0 28px 0 0;
	display: block;
	flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
	header .header01 .header01_01 h1 {
		width: 80%;
		max-width: 380px;
		/*		width: 254px;*/
		margin: 0 5px 0 0;
	}
}

/*@media only screen and (max-width: 374px){
	header .header01 .header01_01 h1{
		width: 224px;
		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 .text01 {
	width: auto;
	height: auto;
	margin: 0 0 5px;
	display: block;
}

header .header01 .header01_01 .header01_01_01 .text01 span:nth-of-type(1) {
	margin: 0 8px 0 0;
	font-size: 21px;
	line-height: 21px;
}

header .header01 .header01_01 .header01_01_01 .text01 span:nth-of-type(2) {
	margin: 0 9px 0 0;
	font-size: 30px;
	line-height: 30px;
}

header .header01 .header01_01 .header01_01_01 .text01 span:nth-of-type(3) {
	margin: 0 11px 0 0;
	font-size: 16px;
	line-height: 16px;
}

header .header01 .header01_01 .header01_01_01 .text01 span:nth-of-type(4) {
	margin: 0 13px 0 0;
	font-size: 26px;
	line-height: 26px;
}

header .header01 .header01_01 .header01_01_01 .text01 span:nth-of-type(5) {
	margin: 0 11px 0 0;
	font-size: 30px;
	line-height: 30px;
}

header .header01 .header01_01 .header01_01_01 .text01 span:nth-of-type(6) {
	font-size: 16px;
	line-height: 16px;
}

header.en .header01 .header01_01 .header01_01_01 .text01 span:nth-of-type(1) {
	margin: 0;
	font-size: 21px;
	line-height: 21px;
}

header.en .header01 .header01_01 .header01_01_01 .text01 span:nth-of-type(2) {
	margin: 0;
	font-size: 16px;
	line-height: 16px;
}

header.en .header01 .header01_01 .header01_01_01 .text01 span:nth-of-type(3) {
	margin: 0;
	font-size: 21px;
	line-height: 21px;
}

header.en .header01 .header01_01 .header01_01_01 .text01 span:nth-of-type(4) {
	margin: 0;
	font-size: 16px;
	line-height: 16px;
}

header.en .header01 .header01_01 .header01_01_01 .text01 span:nth-of-type(5) {
	margin: 0;
	font-size: 21px;
	line-height: 21px;
}

header .header01 .header01_01 .header01_01_01 .link01 {
	width: auto;
	height: auto;
	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;
}

@media only screen and (max-width: 767px) {

	/*メニューオープンボタン*/
	header .header01 .header01_01 .slide-menu-btn {
		width: 68px;
		height: 100%;
		z-index: 10;
		background-color: #30833A;
		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;
		background-color: #30833A;
		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 #25A334;
	}

	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 #25A334;
	}
}

@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 #25A334;
	}
}

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 #25A334;
	}
}

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;
	background-color: #30833A;
	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 #25A334;
		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;
		background-color: #217B2C;
		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: #EAF2EB;
	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: #1178AD;
		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: 305px;*/
	width: 480px;
	height: auto;
	margin: 0 27px 0 0;
	display: block;
}

@media only screen and (max-width: 767px) {
	footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .logo {
		width: 268px;
		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;
	display: block;
}

footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 span:nth-of-type(1) {
	margin: 0 11px 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 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;
}

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

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

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

@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 50px;
	display: flex;
	justify-content: space-between;
	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: 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 .li01 a:nth-of-type(1) {
	margin-top: 0;
}

footer .footer01 .footer01_01 .footer01_01_02 li a::before {
	content: '';
	width: 16px;
	height: 16px;
	margin: 0 6px 0 0;
	background-image: url(../img/common/item010.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}

footer .footer01 .footer01_01 .footer01_01_02 li .none::before {
	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.koseiten {
	width: 100%;
	min-width: 1280px;
	height: auto;
	position: relative;
	display: block;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.koseiten {
		min-width: 320px;
	}
}

.eyecatch_inc.koseiten .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.koseiten .eyecatch_inc01 {
		width: 100%;
		max-width: 375px;
	}
}

.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 {
	width: 100%;
	height: auto;
	padding: 41px 72px 35px;
	margin: 0;
	/*	background: linear-gradient(90deg, rgba(255, 255, 255, .0), rgba(255, 255, 255, .85) 8% 92%, rgba(255, 255, 255, .0));*/
	background-image: url(../img/index/item01_2.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
	display: block;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 {
		padding: 18px 31px 20px;
		background-image: url(../img/index/item01_2_sp.png);
	}
}

.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 .item01 {
	width: 739px;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 .item01 {
		width: 100%;
		margin: 0 auto 10px;
	}
}

.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 .item01 img {
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 {
	width: auto;
	height: auto;
	margin: -14px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 {
		margin: -5px 0 0;
		flex-direction: column;
	}
}

.eyecatch_inc.koseiten .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.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 {
		margin: 0 auto 2px;
		text-align: center;
	}
}

.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(1) {
	margin: 0 12px 0 0;
	font-size: 28px;
	line-height: 28px;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(1) {
		margin: 0 10px 0 0;
		font-size: 19px;
		line-height: 19px;
	}
}

.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(2) {
	margin: 0 9px 0 0;
	font-size: 40px;
	line-height: 40px;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(2) {
		font-size: 27px;
		line-height: 27px;
	}
}

.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(3) {
	margin: 0 18px 0 0;
	font-size: 21px;
	line-height: 21px;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(3) {
		margin: 0 13px 0 0;
		font-size: 14px;
		line-height: 14px;
	}
}

.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(4) {
	margin: 0 20px 0 0;
	font-size: 31px;
	line-height: 31px;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(4) {
		margin: 0 16px 0 0;
		font-size: 16px;
		line-height: 16px;
	}
}

.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(5) {
	margin: 0 12px 0 0;
	font-size: 40px;
	line-height: 40px;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(5) {
		margin: 0 11px 0 0;
		font-size: 27px;
		line-height: 27px;
	}
}

.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(6) {
	font-size: 21px;
	line-height: 21px;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(6) {
		font-size: 14px;
		line-height: 14px;
	}
}

.eyecatch_inc.koseiten .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.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 .link01 {
		font-size: 11px;
		line-height: 21px;
		justify-content: center;
	}
}

.eyecatch_inc.koseiten .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.koseiten .eyecatch_inc01 .eyecatch_inc01_01 h3 .link01::before {
		width: 13px;
		height: 18px;
		margin: 0 3px 0 0;
	}
}

.eyecatch_inc.koseiten .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.koseiten .eyecatch_inc02 {
		padding: 0;
	}
}

.eyecatch_inc.koseiten .eyecatch_inc02 .slick-list {
	width: 100%;
	height: auto;
	display: block;
}

.eyecatch_inc.koseiten .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.koseiten .eyecatch_inc02 .eye_img {
		height: 308px;
		min-height: initial;
	}
}

.eyecatch_inc.koseiten .eyecatch_inc02 .slick-prev,
.eyecatch_inc.koseiten .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.koseiten .eyecatch_inc02 .slick-prev,
	.eyecatch_inc.koseiten .eyecatch_inc02 .slick-next {
		width: 27px;
		height: 27px;
		top: calc(308px / 2 - 27px / 2);
		bottom: auto;
	}
}

.eyecatch_inc.koseiten .eyecatch_inc02 .slick-prev:hover,
.eyecatch_inc.koseiten .eyecatch_inc02 .slick-next:hover {
	opacity: .8;
	transition: all .5s;
}

.eyecatch_inc.koseiten .eyecatch_inc02 .slick-prev {
	left: 0;
	right: auto;
	margin: auto;
}

.eyecatch_inc.koseiten .eyecatch_inc02 .slick-next {
	left: auto;
	right: 0;
	margin: auto;
}

.eyecatch_inc.koseiten .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.koseiten .eyecatch_inc02 .slick-prev::before {
		width: 25px;
		height: 25px;
		background-size: 9px auto;
	}
}

.eyecatch_inc.koseiten .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.koseiten .eyecatch_inc02 .slick-next::before {
		width: 25px;
		height: 25px;
		background-size: 9px auto;
	}
}




.eyecatch_inc.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.banner {
		min-width: 320px;
		margin: -26px auto 0;
	}
}

.eyecatch_inc.banner .eyecatch_inc03 {
	width: 1080px;
	width: 980px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.banner .eyecatch_inc03 {
		width: 90%;
		max-width: 232px;
		flex-wrap: wrap;
	}
}

.eyecatch_inc.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.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.banner .eyecatch_inc03 a {
		width: 232px;
		max-width: 320px;
		margin: 9px auto 0;
	}

	.eyecatch_inc.banner .eyecatch_inc03.slick_start a {
		margin: 0 auto;
	}
}

@media only screen and (min-width: 768px) {
	.eyecatch_inc.banner .eyecatch_inc03 a:first-of-type {
		margin-left: 0;
	}

	.eyecatch_inc.banner .eyecatch_inc03 a:last-of-type {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.banner .eyecatch_inc03 a:nth-of-type(1) {
		margin-top: 0;
	}
}

.eyecatch_inc.banner .eyecatch_inc03 a img {
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

.eyecatch_inc.banner .eyecatch_inc03 .slick-prev,
.eyecatch_inc.banner .eyecatch_inc03 .slick-next {
	width: 44px;
	height: 46px;
	background-color: #30833A;
	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.banner .eyecatch_inc03 .slick-prev,
	.eyecatch_inc.banner .eyecatch_inc03 .slick-next {
		width: 37px;
		height: 39px;
	}
}

.eyecatch_inc.banner .eyecatch_inc03 .slick-prev:hover,
.eyecatch_inc.banner .eyecatch_inc03 .slick-next:hover {
	opacity: .8;
	transition: all .5s;
}

.eyecatch_inc.banner .eyecatch_inc03 .slick-prev {
	left: -54px;
	right: auto;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.banner .eyecatch_inc03 .slick-prev {
		left: -44px;
	}
}

.eyecatch_inc.banner .eyecatch_inc03 .slick-next {
	left: auto;
	right: -54px;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.banner .eyecatch_inc03 .slick-next {
		right: -44px;
	}
}

.eyecatch_inc.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.banner .eyecatch_inc03 .slick-prev::before {
		width: 10px;
		height: 18px;
	}
}

.eyecatch_inc.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.banner .eyecatch_inc03 .slick-next::before {
		width: 10px;
		height: 18px;
	}
}



.eyecatch_inc.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.banner .eyecatch_inc03 .slick-dots {}
}

.eyecatch_inc.banner .eyecatch_inc03 .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 4px 4px 0;
	display: block;
}

.eyecatch_inc.banner .eyecatch_inc03 .slick-dots li:nth-of-type(-n+12) {
	margin-top: 0;
}

.eyecatch_inc.banner .eyecatch_inc03 .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.eyecatch_inc.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.banner .eyecatch_inc03 .slick-dots .slick-active button::before {
	background-color: #19496f;
}



/*.eyecatch_inc.koseiten .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.koseiten .eyecatch_inc02 .slick-dots{
	}
}
.eyecatch_inc.koseiten .eyecatch_inc02 .slick-dots li{
	width: 8px;
	height: 8px;
	margin: 4px 4px 0;
	display: block;
}
.eyecatch_inc.koseiten .eyecatch_inc02 .slick-dots li:nth-of-type(-n+12){
	margin-top: 0;
}
.eyecatch_inc.koseiten .eyecatch_inc02 .slick-dots li button{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.eyecatch_inc.koseiten .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.koseiten .eyecatch_inc02 .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: 1080px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	bottom: 80px;
	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;
		bottom: 150px;
	}
}

.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 {
	width: 100%;
	height: auto;
	padding: 41px 72px 35px;
	margin: 0;
	/*	background: linear-gradient(90deg, rgba(255, 255, 255, .0), rgba(255, 255, 255, .85) 8% 92%, rgba(255, 255, 255, .0));*/
	background-image: url(../img/en/item01_2.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
	display: block;
}

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

.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 .item01 {
	width: 739px;
	height: auto;
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 .item01 {
		width: 100%;
	}
}

.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 .item01 img {
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 {
	width: auto;
	height: auto;
	margin: -14px 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: 17px;
		line-height: 17px;
	}
}

.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: 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: 17px;
		line-height: 17px;
	}
}

.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: 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: 17px;
		line-height: 17px;
	}
}

.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_inc03 {
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: auto;
	bottom: 19px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.en .eyecatch_inc03 {
		width: 90%;
		max-width: 320px;
		flex-direction: column;
		bottom: -18px;
	}
}

.eyecatch_inc.en .eyecatch_inc03 a {
	width: 420px;
	height: auto;
	margin: 0 calc(50px / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.en .eyecatch_inc03 a {
		width: 232px;
		max-width: 320px;
		margin: 9px auto 0;
	}
}

@media only screen and (min-width: 768px) {
	.eyecatch_inc.en .eyecatch_inc03 a:first-of-type {
		margin-left: 0;
	}

	.eyecatch_inc.en .eyecatch_inc03 a:last-of-type {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.en .eyecatch_inc03 a:nth-of-type(1) {
		margin-top: 0;
	}
}

.eyecatch_inc.en .eyecatch_inc03 a img {
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}

.eyecatch_inc.en .eyecatch_inc02 {
	width: 100%;
	height: auto;
	padding: 0 0 80px;
	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.en .eyecatch_inc02 {
		padding: 0 0 150px;
	}
}

.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.koseiten{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.eyecatch_inc.koseiten .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;
}
.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: #30833A;
	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.exhibitor {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.eyecatch_inc.exhibitor .eyecatch_inc01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}

.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_01 {
	width: 100%;
	height: auto;
	min-height: 291px;
	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.exhibitor .eyecatch_inc01 .eyecatch_inc01_01 {
		max-width: 375px;
		padding: 40px 0 56px;
		background: none;
	}
}

.eyecatch_inc.exhibitor .eyecatch_inc01 h2 {
	width: 723px;
	height: auto;
	margin: 0;
	display: block;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.exhibitor .eyecatch_inc01 h2 {
		box-sizing: border-box;
		width: 100%;
		padding: 38px 20px 36px;
		background-repeat: repeat-y;
		background-size: 100% auto;
		background-position: top center;
	}
}

.eyecatch_inc.exhibitor .eyecatch_inc01 h2 img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 {
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0 auto;
	color: #ffffff;
	background-color: rgba(48, 131, 58, .95);
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 {
		padding: 27px 0 13px;
		flex-direction: column;
		position: relative;
	}
}

.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .link01 {
	width: 274px;
	height: 53px;
	margin: 0 20px 0 0;
	font-size: 23px;
	line-height: 33px;
	color: #30833A;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .link01 {
		width: 186px;
		height: 32px;
		font-size: 16px;
		line-height: 26px;
		position: absolute;
		top: calc(-32px / 2);
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
	}
}

.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 {
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}

.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .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.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .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.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(1) {
		margin: 0 5px 0 0;
		font-size: 19px;
		line-height: 19px;
	}
}

.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .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.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .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.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(2) {
		margin: 0 8px 0 0;
		font-size: 41px;
		line-height: 41px;
	}
}

.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .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.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .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.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(3) {
		margin: 0 7px 0 0;
		font-size: 18px;
		line-height: 18px;
	}
}

.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .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.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .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.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(4) {
		margin: 0 13px 0 0;
		font-size: 44px;
		line-height: 27px;
	}
}

.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .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.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .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.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(5) {
		margin: 0 7px 0 0;
		font-size: 41px;
		line-height: 41px;
	}
}

.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(6) {
	font-size: 28px;
	line-height: 28px;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(6) {
		font-size: 21px;
		line-height: 21px;
	}
}

@media only screen and (max-width: 374px) {
	.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(6) {
		font-size: 18px;
		line-height: 18px;
	}
}

.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: 723px;
	height: auto;
	margin: 0;
	display: block;
}

@media only screen and (max-width: 767px) {
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 h2 {
		box-sizing: border-box;
		width: 100%;
		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: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.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 {
	width: 286px;
	height: 48px;
	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 {
		width: 186px;
		height: 32px;
		font-size: 16px;
		line-height: 26px;
		position: absolute;
		top: calc(-32px / 2);
		bottom: auto;
		left: 0;
		right: 0;
		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: 23px;
		line-height: 23px;
	}
}

@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: 44px;
		line-height: 44px;
	}
}

@media only screen and (max-width: 374px) {
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(2) {
		font-size: 41px;
		line-height: 41px;
	}
}

.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: 18px;
		line-height: 18px;
	}
}

.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: 47px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 374px) {
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(4) {
		font-size: 44px;
		line-height: 27px;
	}
}

.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: 44px;
		line-height: 44px;
	}
}

@media only screen and (max-width: 374px) {
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(5) {
		font-size: 41px;
		line-height: 41px;
	}
}












.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: 886px;
	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: 350px;
		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;
	}
}







.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-color: #30833A;
	background-image: url(../img/common/item012.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/item012_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 .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 .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: 270px;
	}
}

.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 .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 .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 {
	color: #ffffff;
	background-color: #D32E05;
}

.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 a::after {
	content: '';
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	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::after {
		width: 20px;
		height: 20px;
		margin: 0 0 0 20px;
		position: static;
		flex-shrink: 1;
	}
}

.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01:nth-of-type(1) a::after {
	background-image: url(../img/common/item013.png);
}

.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01:nth-of-type(2) a::after {
	background-image: url(../img/common/item014.png);
}

.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;
}
.inc01.en .inc01_01 .inc01_01_01 .inc01_01_01_01 .text03{
	margin: 13px auto 0;
	font-size: 14px;
	line-height: 19px;
}
@media only screen and (max-width: 767px) {
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .text03 {
		margin: 8px auto 0;
	}
}
.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 .inc01_01 .inc01_01_01 .inc01_01_01_01 .text03 a::after {
	display: 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_01 {
	width: 980px;
	height: auto;
	padding: 45px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 {
		width: 90%;
		max-width: 320px;
		padding: 50px 0 0;
		display: block;
	}
}

.inc02.koseiten .inc02_01 .inc02_01_01 {
	padding: 96px 0 0;
}

@media only screen and (max-width: 767px) {
	.inc02.koseiten .inc02_01 .inc02_01_01 {
		padding: 42px 0 0;
	}
}

.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 {
	box-sizing: border-box;
	width: 428px;
	height: 218px;
	padding: 0 61px 0 0;
	margin: 0;
	background-color: #30833A;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	flex-shrink: 0;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 {
		width: 100%;
		height: 152px;
		padding: 0 0 35px;
		justify-content: flex-end;
		align-items: center;
	}
}

.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 .item01 {
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 109px solid transparent;
	border-bottom: 109px solid transparent;
	border-left: 61px solid #30833A;
	border-right: 0;
	background-color: #EBEBEB;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: auto;
	right: 0;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 .item01 {
		border-top: 35px solid #30833A;
		border-bottom: 0;
		top: auto;
		bottom: 0;
		left: 0;
	}
}

.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 h2 {
	width: auto;
	height: auto;
	margin: 0 0 12px;
	font-size: 53px;
	line-height: 63px;
	text-align: center;
	display: block;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 h2 {
		margin: 0 0 0;
		font-size: 35px;
		line-height: 45px;
	}
}

.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 h2::before {
	content: '';
	width: 344px;
	height: 40px;
	margin: 0 auto;
	background-image: url(../img/golf-show/item04.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 h2::before {
		width: 280px;
		height: 24px;
		margin: 0 auto 5px;
	}
}

.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 p {
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	display: block;
	position: relative;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

	/*iPadが縦向きのみの記述*/
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 p {
		font-size: 13px;
		line-height: 23px;
	}
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 p {
		font-size: 10px;
		line-height: 20px;
	}
}

.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 {
	box-sizing: border-box;
	width: auto;
	height: auto;
	padding: 0 36px 0 18px;
	margin: 0;
	background-color: #EBEBEB;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-grow: 1;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 {
		width: 100%;
		padding: 0 19px 27px;
		flex-wrap: wrap;
	}
}

.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 .inc02_01_01_02_01 {
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	flex-grow: 1;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 .inc02_01_01_02_01 {
		width: calc(100% - 95px - 8px);
	}
}

.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 .inc02_01_01_02_01 h3 {
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	font-size: 28px;
	line-height: 38px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 .inc02_01_01_02_01 h3 {
		margin: 0 auto 7px;
		font-size: 21px;
		line-height: 27px;
	}
}

@media only screen and (max-width: 374px) {
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 .inc02_01_01_02_01 h3 {
		font-size: 17px;
		line-height: 23px;
	}
}

.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 .inc02_01_01_02_01 p {
	width: 100%;
	height: auto;
	margin: 0 auto 9px;
	font-size: 15px;
	line-height: 25px;
	color: #333333;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 .inc02_01_01_02_01 p {
		margin: 0 auto;
		font-size: 13px;
		line-height: 20px;
		font-weight: 500;
	}
}

.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 .inc02_01_01_02_01 a {
	box-sizing: border-box;
	width: 375px;
	height: 55px;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	background-color: #FFD136;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: 0 3px 0 0 #C4A129;
}

.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 .inc02_01_01_02_01 a::after {
	content: '';
	width: 24px;
	height: 24px;
	margin: 0 0 0 10px;
	background-image: url(../img/common/item016.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}

.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 .inc02_01_01_02_02 {
	width: 109px;
	height: auto;
	margin: 0 0 0 15px;
	display: block;
	flex-shrink: 0;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 .inc02_01_01_02_02 {
		width: 95px;
		margin: 0 0 0 8px;
		flex-shrink: 0;
	}
}

.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 .inc02_01_01_02_02::before {
	content: '無料';
	width: 58px;
	height: 33px;
	font-size: 19px;
	line-height: 19px;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 500;
	color: #ffffff;
	background-color: #C42903;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -8px;
	bottom: auto;
	left: auto;
	right: -13px;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 .inc02_01_01_02_02::before {
		width: 58px;
		height: 27px;
		font-size: 15px;
		line-height: 15px;
		top: auto;
		bottom: -4px;
		right: -7px;
	}
}

.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 .inc02_01_01_02_02 img {
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 .inc02_01_01_02_02 img {
		margin-top: -22px;
	}
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 a {
		box-sizing: border-box;
		width: 272px;
		height: 45px;
		margin: 12px auto 0;
		font-size: 16px;
		line-height: 26px;
		background-color: #FFD136;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		box-shadow: 0 3px 0 0 #C4A129;
	}

	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_02 a::after {
		content: '';
		width: 20px;
		height: 20px;
		margin: 0 0 0 10px;
		background-image: url(../img/common/item016.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		display: block;
		flex-shrink: 0;
	}
}

.inc02 .inc02_01 .inc02_01_02 {
	width: 1080px;
	height: auto;
	padding: 50px 0 0;
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 {
		width: 90%;
		max-width: 320px;
		padding: 30px 0 0;
	}
}

.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 {
	box-sizing: border-box;
	width: 100%;
	height: 110px;
	margin: 0;
	background-color: #003B76;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 {
		height: auto;
		padding: 20px 0 10px;
		display: block;
	}
}

.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 h2 {
	width: auto;
	height: auto;
	margin: 0 6px 0 0;
	font-size: 25px;
	line-height: 35px;
	display: block;
	position: relative;
	flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 h2 {
		width: 100%;
		margin: 0 auto;
		font-size: 20px;
		line-height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}

.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 h2::after {
	content: '';
	width: 268px;
	height: 34px;
	margin: 6px 0 0;
	background-image: url(../img/common/item028.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 h2::after {
		display: none;
	}

	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 h2::before {
		content: '';
		width: 213px;
		height: 27px;
		margin: 0 auto 10px;
		background-image: url(../img/common/item028.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		display: block;
	}
}

.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 .text01 {
	width: auto;
	height: auto;
	margin: 0 34px 0 0;
	font-size: 72px;
	line-height: 82px;
	display: block;
	position: relative;
	flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 .text01 {
		width: 100%;
		margin: 0 auto;
		font-size: 35px;
		line-height: 45px;
		text-align: center;
	}
}

.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 a {
	box-sizing: border-box;
	width: 266px;
	height: 55px;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #141414;
	background-color: #FFD136;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: 0 3px 0 0 #C4A129;
}

.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_01 a::after {
	content: '';
	width: 24px;
	height: 24px;
	margin: 0 0 0 10px;
	background-image: url(../img/common/item029.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}

.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 {
	box-sizing: border-box;
	width: auto;
	height: auto;
	padding: 30px 30px 25px;
	margin: 0;
	background-color: #EBEBEB;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 {
		width: 100%;
		padding: 20px 23px 30px;
		flex-direction: column;
	}
}

.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 .text02 {
	width: auto;
	height: auto;
	margin: 0 13px 0 0;
	font-size: 25px;
	line-height: 35px;
	display: block;
	flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 .text02 {
		width: 100%;
		margin: 0 auto 10px;
		font-size: 20px;
		line-height: 30px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
}

@media only screen and (max-width: 374px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 .text02 {
		font-size: 17px;
		line-height: 27px;
	}
}

.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 .text02::before {
	content: '開催日時';
	width: 128px;
	height: 42px;
	margin: 0 0 10px;
	font-size: 26px;
	line-height: 26px;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 500;
	color: #ffffff;
	background-color: #C42903;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 .text02::before {
		content: '開催日時';
		width: 96px;
		height: 34px;
		margin: 0 8px 0 0;
		font-size: 18px;
		line-height: 28px;
		flex-shrink: 0;
	}
}

.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 .inc02_01_02_02_01 {
	width: auto;
	height: auto;
	margin: 0 19px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 .inc02_01_02_02_01 {
		width: 100%;
		margin: 0 auto 12px;
		justify-content: space-between;
	}
}

.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 .text03 {
	width: auto;
	height: auto;
	margin: 0 13px 0 0;
	font-size: 107px;
	line-height: 107px;
	color: #003B76;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 .text03 {
		margin: 0;
		font-size: 61px;
		line-height: 61px;
	}
}

@media only screen and (max-width: 374px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 .text03 {
		font-size: 55px;
		line-height: 55px;
	}
}

.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 .text03::after {
	content: '木';
	width: 53px;
	height: 53px;
	margin: 0 0 10px 9px;
	font-size: 41px;
	line-height: 41px;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 700;
	color: #ffffff;
	background-color: #003B76;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 .text03::after {
		width: 30px;
		height: 30px;
		margin: 0 0 8px 5px;
		font-size: 18px;
		line-height: 18px;
	}
}

@media only screen and (max-width: 374px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 .text03::after {
		width: 27px;
		height: 27px;
		margin: 0 0 5px 5px;
		font-size: 15px;
		line-height: 15px;
	}
}

.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 h4 {
	width: auto;
	height: auto;
	margin: 0;
	font-size: 40px;
	line-height: 42px;
	color: #003B76;
	display: block;
	text-align: right;
	flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 h4 {
		font-size: 25px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 374px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 h4 {
		font-size: 20px;
		line-height: 21px;
	}
}

.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 p {
	width: auto;
	height: auto;
	margin: 0;
	font-size: 19px;
	line-height: 33px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 p {
		width: 100%;
		margin: 0 auto 12px;
		font-size: 14px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 a {
		box-sizing: border-box;
		width: 100%;
		max-width: 274px;
		height: 46px;
		margin: 0;
		font-size: 16px;
		line-height: 26px;
		color: #141414;
		background-color: #FFD136;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		box-shadow: 0 3px 0 0 #C4A129;
	}

	.inc02 .inc02_01 .inc02_01_02 .inc02_01_02_02 a::after {
		content: '';
		width: 24px;
		height: 24px;
		margin: 0 0 0 10px;
		background-image: url(../img/common/item029.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		display: block;
		flex-shrink: 0;
	}
}

.inc02 .inc02_01 .inc02_01_03 {
	/*	width: 980px;*/
	width: 1080px;
	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: 980px;
	height: auto;
	margin: 0 auto;
	/*font-size: 28px;
	line-height: 45px;*/
	display: block;
	font-size: 26px;
	line-height: 38px;
	color: #30833A;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_03 h3 {
		width: auto;
		font-size: 19px;
		line-height: 30px;
		/*		text-align: left;*/
	}
}

.inc02 .inc02_01 .inc02_01_03 h3.exhibitor {
	font-size: 31px;
	line-height: 48px;
}

@media only screen and (max-width: 767px) {
	.inc02 .inc02_01 .inc02_01_03 h3.exhibitor {
		font-size: 24px;
		line-height: 34px;
		text-align: center;
	}
}

.inc02 .inc02_01 .inc02_01_03 h3 span {
	color: #30833A;
}








.inc02 .inc02_01 .inc02_01_04 {
    width: 980px;
	height: auto;
	margin: 62px auto 80px;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_04 {
		width: 90%;
		max-width: 320px;
		margin: 50px auto 0;
	}
}
.inc02 .inc02_01 .inc02_01_04 h2 {
	width: auto;
	height: auto;
}
.inc02 .inc02_01 .inc02_01_04 h2 .img01 {
	display: block;
	width: 100%;
	height: auto;
}
.inc02 .inc02_01 .inc02_01_04 .item01 {
	width: 100%;
	height: auto;
	padding: 26px 55px;
	border: 5px solid #30833A;
	border-top: none;
	background-color: #FFFCE3;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_04 .item01 {
		padding: 25px 18px;
	}
}
.inc02 .inc02_01 .inc02_01_04.en .item01 {
	padding: 26px 49px;
}
.inc02 .inc02_01 .inc02_01_04 .item01 .text01 {
	display: block;
	font-size: 21px;
	line-height: 31px;
	text-align: center;
	margin: 0 auto 20px;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_04 .item01 .text01 {
		font-size: 15px;
		line-height: 25px;
	}
}
.inc02 .inc02_01 .inc02_01_04 .item01 .img02 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 27px;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_04 .item01 .img02 {
		max-width: 270px;
		margin: 0 auto 16px;
	}
}
.inc02 .inc02_01 .inc02_01_04 .item01 a {
	display: block;
	width: 445px;
	height: auto;
	margin: 0 auto;
	box-shadow: 0px 3px 20px 0 rgba(0,0,0,0.20);
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_04 .item01 a {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}
}
.inc02 .inc02_01 .inc02_01_04 .item01 a .img03 {
	display: block;
	width: 100%;
	height: auto;
}
.inc02 .inc02_01 .inc02_01_04 .item02 {
	width: 100%;
	height: 65px;
	background-color: #707070;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_04 .item02 {
		width: 100%;
		height: auto;
		padding: 15px 20px;
		justify-content: flex-start;
	}
}
.inc02 .inc02_01 .inc02_01_04 .item02 .text02 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.inc02 .inc02_01 .inc02_01_04 .item02 .text02 a {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_04 .item02 .text02,
	.inc02 .inc02_01 .inc02_01_04 .item02 .text02 a {
		font-size: 17px;
		line-height: 27px;
		color: #fff;
		text-align: left;
	}
}

/*inc02ここまで*/

/*inc03ここから*/
.inc03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.inc03 .inc03_01 {
	width: 1080px;
	height: auto;
	padding: 110px 0 0;
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc03 .inc03_01 {
		width: 90%;
		max-width: 320px;
		padding: 45px 0 0;
	}
}

.inc03 .inc03_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) {
	.inc03 .inc03_01 h2 {
		padding: 0 0 10px;
		margin: 0 auto 7px;
		font-size: 25px;
		line-height: 33px;
	}
}

@media only screen and (max-width: 374px) {
	.inc03 .inc03_01 h2 {
		font-size: 23px;
		line-height: 31px;
	}
}

.inc03 .inc03_01 h2::before {
	content: '';
	width: 310px;
	height: 3px;
	background-color: #30833A;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.inc03 .inc03_01 h2::before {
		width: 221px;
	}
}

.contents00{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents00{
		margin-top: 30px;
	}
}
.contents00 .contents00_01{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents00 .contents00_01{
		width: 100%;
	}
}
.contents00 .contents00_01 .contents00_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 75px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents00 .contents00_01 .contents00_01_01{
		padding-bottom: 30px;
		flex-direction: column;
		align-items: flex-start;
	}
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01{
	width: calc((100% - 23px * 2) / 3 );
	height: auto;
	margin: 23px 23px 0 0;
	padding: 4px;
	background-color: #118B3B;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 767px) {
	.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01{
		width: 100%;
		margin: 23px 0 0 0;
		padding: 3px;
		box-shadow: 5px 5px 20px rgba(0, 0, 0, .16);
	}
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01:nth-of-type(3n){
	margin-right: 0;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01:nth-child(-n+3){
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01:nth-of-type(2),
	.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01:nth-of-type(3){
		margin-top: 23px;
	}
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei02 {
	background-color: #3F220E;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei03 {
	background-color: #39A4AC;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei04 {
	background-color: #364793;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei05 {
	background-color: #192D7A;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei06 {
	background-color: #D31176;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei07 {
	background-color: #1C2A54;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei08 {
	background-color: #006636;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei09 {
	background-color: #5887C6;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01 h3{
	width: 100%;
	height: auto;
	display: block;
}
.inc03.en .contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01 h3 span {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
}
@media only screen and (max-width: 767px){
	.inc03.en .contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei05 h3 span {
		min-height: 70px;
	}
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01 h3 img{
	width: 100%;
	height: auto;
	display: block;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01 .contents00_01_01_01_02{
	width: 100%;
	height: 100%;
	padding: 15px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei01 .contents00_01_01_01_02{
	background-color: #FAFFFC;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei02 .contents00_01_01_01_02{
	background-color: #FEFCF7;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei03 .contents00_01_01_01_02{
	background-color: #F8FFFF;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei04 .contents00_01_01_01_02{
	background-color: #F0F3FF;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei05 .contents00_01_01_01_02{
	background-color: #F1F8FD;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei06 .contents00_01_01_01_02{
	background-color: #FFF8FC;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei07 .contents00_01_01_01_02{
	background-color: #FAFBFF;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei08 .contents00_01_01_01_02{
	background-color: #F2FCF7;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei09 .contents00_01_01_01_02{
	background-color: #F2FAFF;
}


.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01 .contents00_01_01_01_02 ul{
	width: 100%;
	height: auto;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01 .contents00_01_01_01_02 ul li{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 20px;
	text-indent: -1em;
	padding-left: 1em;
}
.inc03.en .inc03_01 .contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01 .contents00_01_01_01_02 ul li {
	word-break: keep-all;
}
/* .contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei02 .contents00_01_01_01_02 ul li{
	color: #243F27;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei03 .contents00_01_01_01_02 ul li{
	color: #00579D;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei04 .contents00_01_01_01_02 ul li{
	color: #004A63;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei05 .contents00_01_01_01_02 ul li{
	color: #A39307;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei06 .contents00_01_01_01_02 ul li{
	color: #844D26;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei07 .contents00_01_01_01_02 ul li{
	color: #E3556E;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei08 .contents00_01_01_01_02 ul li{
	color: #005726;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01.kosei09 .contents00_01_01_01_02 ul li{
	color: #005726;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01 .contents00_01_01_01_02 ul li:first-of-type{
	color: #141414;
} */
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01 .contents00_01_01_01_02 ul li.text01 {
	font-size: 12px;
}
@media only screen and (max-width: 767px){
	.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01 .contents00_01_01_01_02 ul li.text01 {
		font-size: 13px;
	}
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01 .contents00_01_01_01_02 .img02{
	width: 100%;
	height: auto;
	display: block;
	margin: 26px auto 12px;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01 .link01 {
	font-size: 13px;
	line-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.contents00 .contents00_01 .contents00_01_01 .contents00_01_01_01 .link01::before {
	content: "";
	width: 18px;
	height: 18px;
	background-image: url(../img/common/inc03/item01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	margin-right: 9px;
}
/*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;
}

@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: 310px;
	height: 3px;
	background-color: #30833A;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.inc04 .inc04_01 h2::before {
		width: 221px;
	}
}

.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 .text01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 17px;
	line-height: 31px;
	text-align: left;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc04 .inc04_01 .inc04_01_01 .text01 {
		font-size: 16px;
		line-height: 26px;
	}
}

.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: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@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 50px;
		font-size: 25px;
		line-height: 33px;
	}
}

@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 {
	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;
	color: #30833A;
	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 h4 {
		margin: 0 auto 15px;
		font-size: 25px;
		line-height: 33px;
	}
}

.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: 25px;
		line-height: 33px;
	}
}

.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ここまで*/

/*inc05ここから*/
.inc05 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.inc05 .inc05_01 {
	width: 1080px;
	height: auto;
	padding: 111px 0 0;
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc05 .inc05_01 {
		width: 90%;
		max-width: 320px;
		padding: 70px 0 0;
	}
}

.inc05 .inc05_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;
}

@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;
	background-color: #30833A;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.inc05 .inc05_01 h2::before {
		width: 221px;
	}
}

.inc05 .inc05_01 .text04 {
	width: 100%;
	height: auto;
	margin: 0 auto 28px;
	font-size: 26px;
	line-height: 39px;
	text-align: center;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc05 .inc05_01 .text04 {
		margin: 0 auto 20px;
		font-size: 18px;
		line-height: 28px;
	}
}

.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: 25px 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: 40px 0 0;
	margin: 0;
	font-size: 32px;
	line-height: 42px;
	color: #ffffff;
	background-color: #25A334;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	text-align: center;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 {
		height: 174px;
		padding: 45px 0 0;
		font-size: 30px;
		line-height: 40px;
	}
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(2) .text01 {
	padding-top: 20px;
	font-size: 36px;
	line-height: 46px;
	justify-content: center;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(3) .text01 {
	padding-top: 0;
	font-size: 36px;
	line-height: 46px;
	justify-content: center;
}

@media only screen and (max-width: 767px) {

	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(2) .text01,
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(3) .text01 {
		font-size: 34px;
		line-height: 43px;
	}
}

.inc05.en .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(3) .text01 {
	font-size: 35px;
	line-height: 38px;
}

@media only screen and (max-width: 767px) {
	.inc05.en .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(3) .text01 {}
}

.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01::before {
	width: 59px;
	height: 52px;
	font-size: 29px;
	line-height: 39px;
	font-family:
		'Arial',
		sans-serif;
	font-weight: bold;
	font-style: italic;
	/*font-family:
	'Lato',
	sans-serif;
	font-weight: 700;
	font-style: italic;*/
	color: #ffffff;
	background-color: #217B2C;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}

@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:nth-of-type(1) .text01::before {
	content: '1';
}

.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(2) .text01::before {
	content: '2';
}

.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(3) .text01::before {
	content: '3';
}

.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 .text01 span::before {
	content: '※';
	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 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span span:nth-of-type(1) {
	font-size: 72px;
	line-height: 72px;
}

@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: 68px;
		line-height: 68px;
	}
}

.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span span:nth-of-type(2) {
	margin: 0 0 0 5px;
	font-size: 34px;
	line-height: 34px;
}

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

.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .item01 {
	width: 100%;
	height: 231px;
	margin: 0 auto 13px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}

@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:nth-of-type(1) .item01 {
	background-image: url(../img/golf-show/photo017.jpg);
}

.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(2) .item01 {
	background-image: url(../img/golf-show/photo018.jpg);
}

.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(3) .item01 {
	background-image: url(../img/golf-show/photo019.jpg);
}

.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 .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;
	background-color: #30833A;
	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;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

@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:nth-of-type(1) .item01 {
	background-image: url(../img/common/photo014.jpg);
}

.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01:nth-of-type(2) .item01 {
	background-image: url(../img/common/photo015.jpg);
}

/* .inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01:nth-of-type(3) .item01 {
	background-image: url(../img/common/photo03.jpg);
} */

/* .inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01:nth-of-type(4) .item01 {
	background-image: url(../img/common/photo04.jpg);
} */

.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex: 1;
}

.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;
	color: #30833A;
	display: block;
	flex: 1;
}

@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 0;
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc07 .inc07_01 {
		width: 90%;
		max-width: 320px;
		padding: 45px 0 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;
	text-align: center;
	display: block;
	position: relative;
}

@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;
	background-color: #30833A;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.inc07 .inc07_01 h2::before {
		width: 221px;
	}
}

.inc07 .inc07_01 img {
	width: 800px;
	height: auto;
	margin: 0 auto 33px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc07 .inc07_01 img {
		width: 275px;
		margin: 0 auto 21px;
	}
}

.inc07 .inc07_01 .inc07_01_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.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 {}

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

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

.inc07 .inc07_01 .inc07_01_01 table tr td a {
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	text-decoration: underline;
	color: #30833A;
	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;
	background-color: #30833A;
	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;
	background-color: #30833A;
	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: space-between;
	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;
	}
}

.inc08 .inc08_01 .inc08_01_01 .inc08_01_01_02 a {
	width: 220px;
	height: auto;
	margin: 0;
	display: block;
}

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

@media only screen and (max-width: 767px) {
	.inc09 .inc09_01 h2 {
		padding: 16px 2px;
		font-size: 20px;
		line-height: 30px;
	}
}

.inc09_1 .inc09_01 h2 {
	background-color: #30833A;
}

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

@media only screen and (max-width: 767px) {
	.inc09 .inc09_01 .inc09_01_01 {
		padding: 26px 25px 40px;
	}
}

.inc09_1 .inc09_01 .inc09_01_01 {
	background-color: #EAF2EB;
}

.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: center;
}

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

@media only screen and (max-width: 767px) {
	.inc09 .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;
}

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

@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_1 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text02 {
	color: #30833A;
}

.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;
	/*font-family:
	'Lato',
	sans-serif;
	font-weight: 700;
	font-style: italic;*/
	display: block;
	flex-shrink: 0;
}

@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_1 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text02::before {
	color: #7FBA86;
}

.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01:nth-of-type(1) .text02::before {
	content: '1.';
}

.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01:nth-of-type(2) .text02::before {
	content: '2.';
}

.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01:nth-of-type(3) .text02::before {
	content: '3.';
}

.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01:nth-of-type(4) .text02::before {
	content: '4.';
}

.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 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text03 span {
	font-size: 15px;
	line-height: 25px;
	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 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .item01 {
	width: 100%;
	height: 231px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}

@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_1 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01:nth-of-type(1) .item01 {
	background-image: url(../img/common/photo010.jpg);
}

.inc09_1 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01:nth-of-type(2) .item01 {
	background-image: url(../img/common/photo011.jpg);
}

.inc09_1 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01:nth-of-type(3) .item01 {
	background-image: url(../img/common/photo012.jpg);
}

.inc09_1 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01:nth-of-type(4) .item01 {
	background-image: url(../img/common/photo013.jpg);
}

.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: center;
}

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

.inc09 .inc09_01 .inc09_01_01 .link01 {
	width: 690px;
	height: 110px;
	margin: 0 auto 25px;
	font-size: 25px;
	line-height: 35px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	position: relative;
}

@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_1 .inc09_01 .inc09_01_01 .link01 {
	background-color: #30833A;
}

.inc09 .inc09_01 .inc09_01_01 .link01::after {
	content: '';
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 32px;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.inc09 .inc09_01 .inc09_01_01 .link01::after {
		width: 20px;
		height: 20px;
		position: static;
		margin: 0 0 0 14px;
		flex-shrink: 0;
	}
}

.inc09_1 .inc09_01 .inc09_01_01 .link01::after {
	background-image: url(../img/common/item030.png);
}

.inc09 .inc09_01 .inc09_01_01 .inc09_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) {
	.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 .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/item031.png);
}

.inc09 .inc09_01 .inc09_01_01 .text05 {
	width: 100%;
	height: auto;
	margin: 32px auto 0;
	font-size: 11px;
	line-height: 21px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.inc09 .inc09_01 .inc09_01_01 .text05 {
		margin: 16px auto 0;
	}
}

/*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;
}

@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;
	background-color: #30833A;
	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 .item01 {
	width: 100%;
	height: auto;
	margin: 0 auto 28px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc010 .inc010_01 .inc010_01_01 .item01 {
		margin: 0 auto 14px;
	}
}

.inc010.en .inc010_01 .inc010_01_01 .item01 {
	margin: 0 auto;
}

.inc010 .inc010_01 .inc010_01_01 .text01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 29px;
	line-height: 41px;
	color: #30833A;
	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;
	background-color: #30833A;
	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;
}

@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;
	color: #30833A;
	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;
	background-color: #30833A;
	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 .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:last-of-type td:last-of-type {
	color: #D32E05;
	background-color: #FCEFEC;
}

.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 .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 .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 {}
}

.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;
	background-color: #30833A;
	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;
	background-color: #30833A;
	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;
	background: linear-gradient(90deg, #30833A 0 141px, #DEDEDE 141px 100%);
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.inc010 .inc010_01 .inc010_01_04 h4::before {
		background: linear-gradient(90deg, #30833A 0 95px, #DEDEDE 95px 100%);
	}
}

.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 (min-width: 768px){
	.inc010.en .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_01 img:hover,
	.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;
	}
}
@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: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;
		background-color: #30833A;
		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;
	color: #30833A;
	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 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_03 {
		width: 90%;
		max-width: 320px;
	}
}

.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_03 .iframe {
	width: 606px;
	height: 338px;
	margin: 0 auto;
	display: block;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.inc010 .inc010_01 .inc010_01_04 .inc010_01_04_01 .inc010_01_04_01_03 .iframe {
		width: 100%;
		height: 0;
		padding: 54% 0 0;
	}
}

/*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;
}

@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: 310px;
	height: 3px;
	background-color: #30833A;
	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 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-style: solid;
	border-right: 43px solid transparent;
	border-left: 43px solid transparent;
	border-top: 31px solid #30833A;
	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 #30833A;
	}
}

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

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

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

.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 .inc011_01_01_01_01_01:nth-of-type(1) .text01::before {
	background-image: url(../img/exhibitor/item05.png);
}

@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) .text01::before {
		width: 88px;
		height: 64px;
	}
}

.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01:nth-of-type(2) .text01::before {
	background-image: url(../img/exhibitor/item06.png);
}

.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01:nth-of-type(3) .text01::before {
	background-image: url(../img/exhibitor/item07.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;
	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;
	}
}

.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;
	color: #C42903;
}

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

.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 p {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 42px;
	line-height: 52px;
	color: #30833A;
	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;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.inc011.en_exhibitor .inc011_01 .inc011_01_01 .inc011_01_01_01 p {}
}

@media only screen and (max-width: 374px) {
	.inc011.en_exhibitor .inc011_01 .inc011_01_01 .inc011_01_01_01 p {}
}

/*inc011ここまで*/

/*inc012ここから*/
.inc012 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.inc012 .inc012_01 {
	width: 1080px;
	height: auto;
	padding: 100px 0 0;
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 {
		width: 90%;
		max-width: 335px;
		padding: 45px 0 0;
	}
}

.inc012 .inc012_01 h2 {
	width: 100%;
	height: auto;
	padding: 20px 5px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	background-color: #30833A;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 h2 {
		padding: 14px 5px;
		font-size: 21px;
		line-height: 31px;
	}
}

.inc012 .inc012_01 .inc012_01_01 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 40px 40px 40px;
	margin: 0 auto;
	background-color: #EAF2EB;
	border-radius: 2px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_01 {
		padding: 16px 16px 25px;
	}
}

.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 {
	width: calc((100% - 18px * 4) / 5);
	height: auto;
	margin: 30px 18px 0 0;
	padding: 0;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 {
		width: calc((100% - 15px * 1) / 2);
		margin: 12px 15px 0 0;
	}
}

@media only screen and (min-width: 768px) {
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01:nth-of-type(-n+5) {
		margin-top: 0;
	}

	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01:nth-of-type(5n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01:nth-of-type(-n+2) {
		margin-top: 0;
	}

	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01:nth-of-type(2n) {
		margin-right: 0;
	}
}

.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .item01 {
	width: 100%;
	/*	height: 160px;*/
	height: 126px;
	margin: 0 auto 8px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #E3E3E3;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .item01 {
		height: 102px;
		margin: 0 auto 7px;
	}
}

.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01:nth-of-type(1) .item01 {
	background-image: url(../img/golf-show/product/photo01.jpg);
}

.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01:nth-of-type(2) .item01 {
	background-image: url(../img/golf-show/product/photo02.jpg);
}

.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01:nth-of-type(3) .item01 {
	background-image: url(../img/golf-show/product/photo03.jpg);
}

.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01:nth-of-type(4) .item01 {
	background-image: url(../img/golf-show/product/photo04.jpg);
}

.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01:nth-of-type(5) .item01 {
	background-image: url(../img/golf-show/product/photo05.jpg);
}

.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01:nth-of-type(6) .item01 {
	background-image: url(../img/golf-show/product/photo06.jpg);
}

.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01:nth-of-type(7) .item01 {
	background-image: url(../img/golf-show/product/photo07.jpg);
}

.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01:nth-of-type(8) .item01 {
	background-image: url(../img/golf-show/product/photo08.jpg);
}

.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01:nth-of-type(9) .item01 {
	background-image: url(../img/golf-show/product/photo09.jpg);
}

.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01:nth-of-type(10) .item01 {
	background-image: url(../img/golf-show/product/photo010.jpg);
}

.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 h3 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 21px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 h3 {
		font-size: 12px;
		line-height: 14px;
	}
}

.inc012 .inc012_01 .item02 {
	box-sizing: border-box;
	width: 140px;
	height: 89px;
	padding: 42px 0 0;
	margin: 0 auto;
	font-size: 28px;
	line-height: 38px;
	color: #ffffff;
	background-image: url(../img/koseiten_template/item02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .item02 {
		box-sizing: border-box;
		width: 121px;
		height: 74px;
		padding: 32px 0 0;
		font-size: 24px;
		line-height: 34px;
	}
}

.inc012 .inc012_01 .inc012_01_02 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 47px 40px;
	margin: 0 auto;
	background-color: #EAF2EB;
	border-radius: 2px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_02 {
		padding: 23px 18px;
	}
}

.inc012 .inc012_01 .inc012_01_02 .inc012_01_02_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_02 .inc012_01_02_01 {
		display: block;
	}
}

.inc012 .inc012_01 .inc012_01_02 .inc012_01_02_01 p {
	box-sizing: border-box;
	width: 50%;
	height: auto;
	padding: 0 0 0 20px;
	margin: 0;
	font-size: 24px;
	line-height: 34px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_02 .inc012_01_02_01 p {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		font-size: 16px;
		line-height: 26px;
	}
}

/*inc012ここまで*/

/*inc013ここから*/
.inc013 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.inc013 .inc013_01 {
	width: 1080px;
	height: auto;
	padding: 80px 0 70px;
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc013 .inc013_01 {
		width: 90%;
		max-width: 320px;
		padding: 45px 0 50px;
	}
}

.inc013 .inc013_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) {
	.inc013 .inc013_01 h2 {
		padding: 0 0 10px;
		margin: 0 auto 20px;
		font-size: 25px;
		line-height: 33px;
	}
}

.inc013 .inc013_01 h2::before {
	content: '';
	width: 310px;
	height: 3px;
	background-color: #30833A;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.inc013 .inc013_01 h2::before {
		width: 221px;
	}
}

.inc013 .inc013_01 .inc013_01_01 {
	width: 100%;
	height: auto;
	margin: 46px auto 0;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc013 .inc013_01 .inc013_01_01 {
		margin: 30px auto 0;
	}
}

.inc013 .inc013_01 .inc013_01_01:nth-of-type(1) {
	margin-top: 0;
}

.inc013 .inc013_01 .inc013_01_01 .text01 {
	width: 100%;
	height: auto;
	padding: 15px 45px;
	margin: 0 auto;
	color: #ffffff;
	background-color: #30833A;
	border-radius: 2px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.inc013 .inc013_01 .inc013_01_01 .text01 {
		padding: 16px 15px;
	}
}

.inc013 .inc013_01 .inc013_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;
	color: #7FBA86;
	display: block;
	flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
	.inc013 .inc013_01 .inc013_01_01 .text01::before {
		margin: 0 12px 0 0;
		font-size: 48px;
		line-height: 48px;
	}
}

.inc013 .inc013_01 .inc013_01_01:nth-of-type(1) .text01::before {
	content: '1.';
}

.inc013 .inc013_01 .inc013_01_01:nth-of-type(2) .text01::before {
	content: '2.';
}

.inc013 .inc013_01 .inc013_01_01:nth-of-type(3) .text01::before {
	content: '3.';
}

.inc013 .inc013_01 .inc013_01_01 .text01 span {
	width: auto;
	height: auto;
	margin: 0;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	text-align: left;
}
.inc013 .inc013_01 .inc013_01_01:nth-of-type(2) .text01 span {
	line-height: 50px;
}
@media only screen and (max-width: 767px) {
	.inc013 .inc013_01 .inc013_01_01 .text01 span {
		font-size: 19px;
		line-height: 28px;
	}
	.inc013 .inc013_01 .inc013_01_01:nth-of-type(2) .text01 span {
		line-height: 33px;
	}
}
@media only screen and (max-width: 374px) {
	.inc013 .inc013_01 .inc013_01_01 .text01 span {
		font-size: 18px;
		line-height: 26px;
	}
}
.inc013 .inc013_01 .inc013_01_01 .text01 span span {
	font-size: 45px;
	font-style: italic;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .text01 span span {
		font-size: 29px;
	}
}
.inc013 .inc013_01 .inc013_01_01:nth-of-type(1) .text01 span span {
	margin: 0 10px 0 5px;
}
.inc013 .inc013_01 .inc013_01_01:nth-of-type(2) .text01 span span {
	margin: 0 10px 0 0;
}
.inc013 .inc013_01 .inc013_01_01:nth-of-type(3) .text01 span span {
	margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01:nth-of-type(1) .text01 span span {
		margin: 0 10px 0 0;
	}
	.inc013 .inc013_01 .inc013_01_01:nth-of-type(2) .text01 span span {
		margin: 0 5px 0 0;
	}
	.inc013 .inc013_01 .inc013_01_01:nth-of-type(3) .text01 span span {
		margin: 0 10px 0 0;
	}
}

.inc013 .inc013_01 .inc013_01_01 .text01 span span.text01_01 {
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.inc013 .inc013_01 .inc013_01_01 .text01 span span.text01_01 span {
	font-size: 19px;
	line-height: 29px;
	margin: 0;
}
.inc013 .inc013_01 .inc013_01_01 .text01 span span.text01_02 {
	font-size: 14px;
	margin: 0 0 0 20px;
	font-style: normal;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .text01 span span.text01_02 {
		font-size: 29px;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 40px;
	margin: 0 auto;
	background-color: #EAF2EB;
	border-radius: 2px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01{
		padding: 20px 15px;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto 70px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_01{
		margin: 0 auto 60px;
		display: block;
	}
}
.inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_01 .text02 {
	font-size: 21px;
	line-height: 35px;
	margin: 0 auto 30px;
	color: #30833A;
}
@media only screen and (max-width: 767px){
	.inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_01 .text02 {
		font-size:  16px;
		line-height: 26px;
		margin: 0 auto 21px;
	}
}
@media only screen and (max-width: 767px){
	.inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_01 .text02 span {
		font-size: 16px;
		line-height: 26px;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_01 .inc013_01_01_01_01_01{
	width: calc((100% - 40px * 2) / 3 );
	height: auto;
	margin: 20px 40px 0 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_01 .inc013_01_01_01_01_01{
		width: 100%;
		margin: 10px auto 0;
	}
}
@media only screen and (min-width: 768px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_01 .inc013_01_01_01_01_01:nth-of-type(-n+3){
		margin-top: 0;
	}
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_01 .inc013_01_01_01_01_01:nth-of-type(3n){
		margin-right: 0;
	}
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_01 .inc013_01_01_01_01_01:last-of-type{
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_01 .inc013_01_01_01_01_01:nth-of-type(1){
		margin-top: 0;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_01 .inc013_01_01_01_01_01 span{
	background-color: #0683C4;
	color:#FFF;
	padding: 5px 10px;
	font-size: 12px;
	display: inline-block;
	margin-bottom: 3px;
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_01 .inc013_01_01_01_01_01 img {
	display: block;
	width: 100%;
	height: auto;
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_01 .inc013_01_01_01_01_01 .item01{
	width: 100%;
	height: 51px;
	margin: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_01 .inc013_01_01_01_01_01 .item01{
		height: 45px;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_02{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 45px 26px 17px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 2px;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_02{
		padding: 45px 10px 26px;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_02::before{
	box-sizing: border-box;
	content: '商談';
	width: 118px;
	height: 65px;
	padding: 25px 0 0;
	font-size: 24px;
	line-height: 34px;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 600;
	color: #ffffff;
	background-image: url(../img/common/item035.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	top: -39px;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_02 .text02{
	width: 100%;
	height: auto;
	margin: 0 auto 12px;
	font-size: 28px;
	line-height: 38px;
	color: #30833A;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_02 .text02{
		margin: 0 auto 14px;
		font-size: 22px;
		line-height: 32px;
	}
}
@media only screen and (max-width: 374px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_02 .text02{
		font-size: 20px;
		line-height: 30px;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_02 .inc013_01_01_01_02_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_02 .inc013_01_01_01_02_01{
		display: block;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_02 .inc013_01_01_01_02_01 ul{
	box-sizing: border-box;
	width: 38%;
	height: auto;
	padding: 0 0 0 5px;
	margin: 0;
	display: block;
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_02 .inc013_01_01_01_02_01 ul:nth-of-type(1) {
	width: 57%;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_02 .inc013_01_01_01_02_01 ul{
		width: 100%;
		padding: 0;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_02 .inc013_01_01_01_02_01 ul li{
	font-size: 18px;
	line-height: 32px;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_01 .inc013_01_01_01_02 .inc013_01_01_01_02_01 ul li{
		font-size: 14px;
		line-height: 24px;
		text-indent: -1em;
		padding-left: 1em;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_02 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 40px;
	margin: 0 auto;
	background-color: #EAF2EB;
	border-radius: 2px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_02 {
		padding: 30px 15px;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_02 .text02 {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	/* font-size: 25px; */
	font-size: 24px;
	line-height: 32px;
	color: #30833A;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_02 .text02 {
		font-size: 19px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 374px) {
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_02 .text02 {
		font-size: 18px;
		line-height: 22px;
	}
}

.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_02 .inc013_01_01_02_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) {
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_02 .inc013_01_01_02_01 {
		display: block;
	}
}

.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_02 .inc013_01_01_02_01 img {
	width: calc((100% - 44px * 1) / 2);
	height: auto;
	margin: 0 44px 0 0;
	height: auto;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_02 .inc013_01_01_02_01 img {
		width: 100%;
		margin: 0 auto;
	}
}

.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_02 .inc013_01_01_02_01 img:nth-of-type(2) {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_02 .inc013_01_01_02_01 img:nth-of-type(2) {
		margin: 21px auto 0;
	}
}

.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 40px;
	margin: 0 auto;
	background-color: #EAF2EB;
	border-radius: 2px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 {
		padding: 30px 15px;
		display: block;
	}
}

.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .text04 {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	font-size: 22px;
	line-height: 32px;
	color: #30833A;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .text04 {
		font-size: 20px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 374px) {
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .text04 {
		font-size: 18px;
		line-height: 22px;
	}
}

.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .inc013_01_01_03_01 {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .inc013_01_01_03_01 {
		margin: 0 auto 18px;
		display: block;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .inc013_01_01_03_01 .inc013_01_01_03_01_01 {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 10px 20px;
	display: block;
	background-color: #000000;
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .inc013_01_01_03_01 .inc013_01_01_03_01_01 p {
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .inc013_01_01_03_01 .inc013_01_01_03_01_01 p {
		font-size: 20px;
		line-height: 30px;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .inc013_01_01_03_01 .inc013_01_01_03_01_01 p span {
	font-size: 16px;
	line-height: 26px;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .inc013_01_01_03_01 .inc013_01_01_03_01_01 p span {
		font-size: 12px;
		line-height: 22px;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .inc013_01_01_03_01 .scroll01 {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .inc013_01_01_03_01 .scroll01 {
		height: 300px;
		overflow-y: scroll;
		flex-wrap: wrap;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .inc013_01_01_03_01 .inc013_01_01_03_01_02 {
	display: block;
	width: 23%;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .inc013_01_01_03_01 .inc013_01_01_03_01_02 {
		width: 100%;
	}
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .inc013_01_01_03_01 .inc013_01_01_03_01_02 li {
	font-size: 12px;
	line-height: 23px;
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .inc013_01_01_03_01 .inc013_01_01_03_01_02 li.small {
	letter-spacing: -1px;
}
.inc013 .inc013_01 .inc013_01_01 .inc013_01_01_03 .inc013_01_01_03_01 .inc013_01_01_03_01_02 li.etc {
	text-align: right;
}



/*inc013ここまで*/

/*inc014ここから*/
.inc014 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../img/exhibitor/item013.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc014 {
		background-image: url(../img/exhibitor/item013_sp.png);
	}
}
.inc014 .inc014_01{
	width: 1080px;
	height: auto;
	padding: 65px 0 70px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01{
		width: 90%;
		max-width: 320px;
		padding: 35px 0 40px;
	}
}
.inc014 .inc014_01 h2{
	width: 100%;
	height: auto;
	margin: 0 auto 35px;
	font-size: 28px;
	line-height: 38px;
	color: #ffffff;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01 h2{
		margin: 0 auto 25px;
		font-size: 22px;
		line-height: 32px;
	}
}
.inc014 .inc014_01 .inc014_01_01 {
	width: 100%;
	height: auto;
	padding: 46px 64px 52px;
	background-color: #ffffff;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01 .inc014_01_01 {
		padding: 25px 25px 22px;
	}
}
.inc014 .inc014_01 .inc014_01_01 .inc014_01_01_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01 .inc014_01_01 .inc014_01_01_01 {
		justify-content: flex-start;
		flex-direction: column;
	}
}
.inc014 .inc014_01 .inc014_01_01 .inc014_01_01_01 img {
	display: block;
	width: 290px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01 .inc014_01_01 .inc014_01_01_01 img {
		width: 100%;
	}
}
.inc014 .inc014_01 .inc014_01_01 .inc014_01_01_02 {
	width: 100%;
	height: auto;
	margin: 50px auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01 .inc014_01_01 .inc014_01_01_02 {
		margin: 40px auto 0;
	}
}
.inc014 .inc014_01 .inc014_01_01 .inc014_01_01_02 p {
	font-size: 21px;
	line-height: 31px;
	margin-bottom: 17px;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01 .inc014_01_01 .inc014_01_01_02 p {
		font-size: 18px;
		line-height: 29px;
		margin-bottom: 14px;
	}
}
.inc014 .inc014_01 .inc014_01_01 .inc014_01_01_02 .inc014_01_01_02_01 {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01 .inc014_01_01 .inc014_01_01_02 .inc014_01_01_02_01 {
		padding-bottom: 10px;
		overflow-x: scroll;
	}
}
.inc014 .inc014_01 .inc014_01_01 .inc014_01_01_02 .inc014_01_01_02_01 img {
	display: block;
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc014 .inc014_01 .inc014_01_01 .inc014_01_01_02 .inc014_01_01_02_01 img {
		width: 767px;
	}
}
/*inc014ここまで*/

/*inc015ここから*/
.inc015 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.inc015 .inc015_01 {
	width: 100%;
	height: auto;
	/* padding: 74px 0 0; */
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc015 .inc015_01 {
		/* padding: 45px 0 0; */
	}
}

.inc015 .inc015_01 .inc015_01_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #EAF2EB;
	display: block;
}

.inc015 .inc015_01_01_01 {
	width: 1080px;
	height: auto;
	padding: 75px 0 82px;
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 767px) {
	.inc015 .inc015_01_01_01 {
		width: 90%;
		max-width: 320px;
		padding: 45px 0 30px;
	}
}

.inc015 .inc015_01_01_01 .text00 {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	font-size: 29px;
	line-height: 39px;
	color: #30833A;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc015 .inc015_01_01_01 .text00 {
		font-size: 17px;
		line-height: 27px;
		align-items: flex-end;
	}
}
.inc015 .inc015_01_01_01 .text00 img {
	display: block;
	width: 25px;
	height: auto;
	margin-right: 10px;
}
.inc015 .inc015_01_01_01 .text00 img:nth-of-type(2) {
	margin: 0;
	margin-left: 10px;
}
@media only screen and (max-width: 767px){
	.inc015 .inc015_01_01_01 .text00 img,
	.inc015 .inc015_01_01_01 .text00 img:nth-of-type(2) {
		margin: 0;
	}
}

.inc015 .inc015_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;
}

@media only screen and (max-width: 767px) {
	.inc015 .inc015_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) {
	.inc015 .inc015_01_01_01 h2 {
		font-size: 22px;
		line-height: 30px;
	}
}

.inc015 .inc015_01_01_01 h2::before {
	content: '';
	width: 310px;
	height: 3px;
	background-color: #30833A;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media only screen and (max-width: 767px) {
	.inc015 .inc015_01_01_01 h2::before {
		width: 221px;
	}
}

.inc015 .inc015_01_01_01 .inc015_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) {
	.inc015 .inc015_01_01_01 .inc015_01_01_01_01 {
		display: block;
	}
}

.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_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) {
	.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01 {
		width: 100%;
		margin: 30px auto 0;
		padding: 20px 15px 15px;
	}
}

@media only screen and (min-width: 768px) {
	.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01:nth-of-type(-n+3) {
		margin-top: 0;
	}

	.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01:nth-of-type(1) {
		margin-top: 0;
	}
}

.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_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) {
	.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01 .item01 {
		margin: 0 auto 10px;
	}
}

.inc015.en_exhibitor .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01 .item01 {
	margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
	.inc015.en_exhibitor .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01 .item01 {
		margin: 0 auto 10px;
	}
}

.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01:nth-of-type(1) .item01 {
	background-image: url(../img/exhibitor/photo01.jpg);
}

.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01:nth-of-type(2) .item01 {
	background-image: url(../img/exhibitor/photo02.jpg);
}

.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01:nth-of-type(3) .item01 {
	background-image: url(../img/exhibitor/photo03.jpg);
}

.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01:nth-of-type(4) .item01 {
	background-image: url(../img/exhibitor/photo04.jpg);
}

.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01:nth-of-type(5) .item01 {
	background-image: url(../img/exhibitor/photo05.jpg);
}

.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01:nth-of-type(6) .item01 {
	background-image: url(../img/exhibitor/photo06.jpg);
}

.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01 .inc015_01_01_01_01_01_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01 .inc015_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) {
	.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01 .inc015_01_01_01_01_01_01 .text01 {
		margin: 0 auto 7px;
		font-size: 22px;
		line-height: 28px;
	}
}

.inc015.en_exhibitor .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01 .inc015_01_01_01_01_01_01 .text01 {
	margin: 0 auto 25px;
	font-size: 19px;
	line-height: 24px;
}

@media only screen and (max-width: 767px) {
	.inc015.en_exhibitor .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01 .inc015_01_01_01_01_01_01 .text01 {
		margin: 0 auto 16px;
		font-size: 18px;
		line-height: 21px;
	}
}

@media only screen and (max-width: 374px) {
	.inc015.en_exhibitor .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01 .inc015_01_01_01_01_01_01 .text01 {
		font-size: 16px;
		line-height: 19px;
	}
}

.inc015 .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01 .inc015_01_01_01_01_01_01 .text03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	display: block;
}

.inc015.en_exhibitor .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01 .inc015_01_01_01_01_01_01 .text03 {
	font-size: 13px;
	line-height: 19px;
}

@media only screen and (max-width: 374px) {
	.inc015.en_exhibitor .inc015_01_01_01 .inc015_01_01_01_01 .inc015_01_01_01_01_01 .inc015_01_01_01_01_01_01 .text03 {
		font-size: 11px;
		line-height: 17px;
	}
}

/*inc015ここまで*/

/*inc016ここから*/
.inc016 {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
}
@media only screen and (max-width: 767px){
	.inc016 {
		margin: 25px auto 0;
	}
}
.inc016 .inc016_01 {
	width: 1080px;
	height: auto;
	margin: 60px auto 0;
	padding: 50px 130px 40px;
	background-color: #EAF2EB;
}
@media only screen and (max-width: 767px){
	.inc016 .inc016_01 {
		width: 90%;
		max-width: 320px;
		padding: 40px 19px;
	}
}
.inc016 .inc016_01 h3 {
	font-size: 25px;
	line-height: 39px;
	text-align: center;
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px){
	.inc016 .inc016_01 h3 {
		font-size: 24px;
		line-height: 35px;
	}
	.inc04_01_01_01.en h3 {	
		word-break: keep-all;
	}
}
.inc016 .inc016_01 .link01 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.inc016 .inc016_01 .link01 {
		display: block;
	}
}
.inc016 .inc016_01 .link01 .link01_01 {
	width: 380px;
	height: auto;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.inc016 .inc016_01 .link01 .link01_01 {
		width: 100%;
	}
	.inc016 .inc016_01 .link01 .link01_01.item02 {
		margin-top: 25px;
	}
}
.inc016 .inc016_01 .link01 .link01_01 .text01 {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #25A334;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px){
	.inc016 .inc016_01 .link01 .link01_01 .text01 {
		font-size: 17px;
		line-height: 27px;
		margin-bottom: 10px;
	}
}
.inc016 .inc016_01 .link01 .link01_01.item02 .text01 {
	/* color: #B9B9B9; */
	color: #D32E05;
}
.inc016 .inc016_01 .link01 .link01_01 .text01::before {
	content: "";
	display: block;
	width: 35px;
	height: 38px;
	margin-right: 10px;
	background-image: url(../img/common/inc04/item01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
.inc016 .inc016_01 .link01 .link01_01.item02 .text01::before {
	/* background-image: url(../img/common/inc04/item02.png); */
	background-image: url(../img/common/inc04/item03.png);
}
@media only screen and (max-width: 767px){
	.inc016 .inc016_01 .link01 .link01_01 .text01::before {
		width: 24px;
		height: 27px;
	}
}
.inc016 .inc016_01 .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: #25A334;
	position: relative;
}
.inc016 .inc016_01 .link01 .link01_01.item02 a {
	/* background-color: #B9B9B9; */
	background-color: #D32E05;
}
@media only screen and (max-width: 767px){
	.inc016 .inc016_01 .link01 .link01_01 a {
		font-size: 18px;
		line-height: 27px;
	}
}
.inc016 .inc016_01 .link01 .link01_01 a::after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(../img/common/inc04/item04.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){
	.inc016 .inc016_01 .link01 .link01_01 a::after {
		width: 17px;
		height: 17px;
		right: 22px;
	}
}
.inc016 .inc016_01 .link01 .link01_01 .text02 {
	display: block;
	margin: 10px auto 0;
	font-size: 11px;
	line-height: 21px;
}
@media only screen and (max-width: 767px){
	.inc016 .inc016_01 .link01 .link01_01 .text02 {
		margin: 5px auto 0;
	}
}
/*inc016ここまで*/

/*includeここまで*/