@charset 'utf-8';

/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px){
	.pc_none{
		display: none!important;
	}
}
/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px){
	.sp_none{
		display: none!important;
	}
}


/*リキッドの場合に使用*/
@media only screen and (min-width: 768px){
/*	768px-1280px 画面幅1280px閲覧で1px=0.1rem可変*/
	html{
/*			font-size: 0.782vw;*/
		}
}
@media only screen and (max-width: 767px){
/*	-767px 画面幅375px閲覧で1px=0.1rem可変*/
	html{
/*			font-size: 2.67vw;*/
		}
}
@media only screen and (max-width: 374px){
/*	-374px 画面幅374pxで1px=0.1rem固定*/
	html{
/*			font-size: 62.5%;*/
		}
}
@media only screen and (min-width: 1280px){
/*	1280px- 画面幅1280pxで1px=0.1rem固定*/
	html{
/*		font-size: 62.5%;*/
	}
}

/*Googleフォントここから*/
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Thin.otf') format('truetype');
	font-weight: 100;
}
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Light.otf') format('truetype');
	font-weight: 300;
}
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Regular.otf') format('truetype');
	font-weight: 400;
}
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Medium.otf') format('truetype');
	font-weight: 500;
}
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Bold.otf') format('truetype');
	font-weight: 700;
}
@font-face{
	/*フォントの名前*/
	font-family: 'Noto_Sans_JP';
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url('../font/Noto_Sans_JP/NotoSansJP-Black.otf') format('truetype');
	font-weight: 900;
}

body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family:
	'Noto_Sans_JP',
	sans-serif;
	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;
}

.regular{
	font-family:
	'Noto_Sans_JP',
	sans-serif;
	font-weight: 400;
}
.thin{
	font-family:
	'Noto_Sans_JP',
	sans-serif;
	font-weight: 100;
}
.light{
	font-family:
	'Noto_Sans_JP',
	sans-serif;
	font-weight: 300;
}
.mid{
	font-family:
	'Noto_Sans_JP',
	sans-serif;
	font-weight: 500;
}
.bold{
	font-family:
	'Noto_Sans_JP',
	sans-serif;
	font-weight: 700;
}
.black{
	font-family:
	'Noto_Sans_JP',
	sans-serif;
	font-weight: 900;
}
@font-face{
	font-family: 'Noto_Serif_JP';
	src: url('../font/Noto_Serif_JP/NotoSerifJP-ExtraLight.otf') format('truetype');
	font-weight: 200;
}
@font-face{
	font-family: 'Noto_Serif_JP';
	src: url('../font/Noto_Serif_JP/NotoSerifJP-Light.otf') format('truetype');
	font-weight: 300;
}
@font-face{
	font-family: 'Noto_Serif_JP';
	src: url('../font/Noto_Serif_JP/NotoSerifJP-Regular.otf') format('truetype');
	font-weight: 400;
}
@font-face{
	font-family: 'Noto_Serif_JP';
	src: url('../font/Noto_Serif_JP/NotoSerifJP-Medium.otf') format('truetype');
	font-weight: 500;
}
@font-face{
	font-family: 'Noto_Serif_JP';
	src: url('../font/Noto_Serif_JP/NotoSerifJP-SemiBold.otf') format('truetype');
	font-weight: 600;
}
@font-face{
	font-family: 'Noto_Serif_JP';
	src: url('../font/Noto_Serif_JP/NotoSerifJP-Bold.otf') format('truetype');
	font-weight: 700;
}
@font-face{
	font-family: 'Noto_Serif_JP';
	src: url('../font/Noto_Serif_JP/NotoSerifJP-Black.otf') format('truetype');
	font-weight: 900;
}
.g_elight{
	font-family:
	'Noto_Serif_JP',
	sans-serif;
	font-weight: 200;
}
.g_light{
	font-family:
	'Noto_Serif_JP',
	sans-serif;
	font-weight: 300;
}
.g_font{
	font-family:
	'Noto_Serif_JP',
	sans-serif;
	font-weight: 400;
}
.g_mid{
	font-family:
	'Noto_Serif_JP',
	sans-serif;
	font-weight: 500;
}
.g_sbold{
	font-family:
	'Noto_Serif_JP',
	sans-serif;
	font-weight: 600;
}
.g_bold{
	font-family:
	'Noto_Serif_JP',
	sans-serif;
	font-weight: 700;
}
.g_black{
	font-family:
	'Noto_Serif_JP',
	sans-serif;
	font-weight: 900;
}
@font-face{
	font-family: 'Lato';
	src: url('../font/Lato/Lato-Thin.ttf') format('truetype');
	font-weight: 100;
}
@font-face{
	font-family: 'Lato';
	src: url('../font/Lato/Lato-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}
@font-face{
	font-family: 'Lato';
	src: url('../font/Lato/Lato-Light.ttf') format('truetype');
	font-weight: 300;
}
@font-face{
	font-family: 'Lato';
	src: url('../font/Lato/Lato-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face{
	font-family: 'Lato';
	src: url('../font/Lato/Lato-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face{
	font-family: 'Lato';
	src: url('../font/Lato/Lato-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face{
	font-family: 'Lato';
	src: url('../font/Lato/Lato-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face{
	font-family: 'Lato';
	src: url('../font/Lato/Lato-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
@font-face{
	font-family: 'Lato';
	src: url('../font/Lato/Lato-Black.ttf') format('truetype');
	font-weight: 900;
}
@font-face{
	font-family: 'Lato';
	src: url('../font/Lato/Lato-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}
.g02_thin{
	font-family:
	'Arial',
	sans-serif;
	font-weight: normal;
	/*font-family:
	'Lato',
	sans-serif;
	font-weight: 100;*/
}
.g02_thin_i{
	font-family:
	'Arial',
	sans-serif;
	font-weight: normal;
	font-style: italic;
	/*font-family:
	'Lato',
	sans-serif;
	font-weight: 100;
	font-style: italic;*/
}
.g02_light{
	font-family:
	'Arial',
	sans-serif;
	font-weight: normal;
	/*font-family:
	'Lato',
	sans-serif;
	font-weight: 300;*/
}
.g02_light_i{
	font-family:
	'Arial',
	sans-serif;
	font-weight: normal;
	font-style: italic;
	/*font-family:
	'Lato',
	sans-serif;
	font-weight: 300;
	font-style: italic;*/
}
.g02_regular{
	font-family:
	'Arial',
	sans-serif;
	font-weight: normal;
	/*font-family:
	'Lato',
	sans-serif;
	font-weight: 400;*/
}
.g02_regular_i{
	font-family:
	'Arial',
	sans-serif;
	font-weight: normal;
	font-style: italic;
	/*font-family:
	'Lato',
	sans-serif;
	font-weight: 400;
	font-style: italic;*/
}
.g02_bold{
	font-family:
	'Arial',
	sans-serif;
	font-weight: bold;
	/*font-family:
	'Lato',
	sans-serif;
	font-weight: 700;*/
}
.g02_bold_i{
	font-family:
	'Arial',
	sans-serif;
	font-weight: bold;
	font-style: italic;
	/*font-family:
	'Lato',
	sans-serif;
	font-weight: 700;
	font-style: italic;*/
}
.g02_black{
	font-family:
	'Arial',
	sans-serif;
	font-weight: bold;
	/*font-family:
	'Lato',
	sans-serif;
	font-weight: 900;*/
}
.g02_black_i{
	font-family:
	'Arial',
	sans-serif;
	font-weight: bold;
	font-style: italic;
	/*font-family:
	'Lato',
	sans-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, #0099E4, #017ECA, #023783);*/
	background-color: #AF1225;
}
@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: 323px;
	height: auto;
	margin: 0 19px 0 0;
	display: block;
	flex-shrink: 0;
}
header.eb .header01 .header01_01 h1{
	width: 311px;
}
@media only screen and (max-width: 767px){
	header .header01 .header01_01 h1{
		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.en .header01 .header01_01 h1{
	width: 301px;
	height: auto;
	margin: 0 20px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	header.en .header01 .header01_01 h1{
		width: 254px;
		margin: 0 5px 0 0;
	}
}
@media only screen and (max-width: 374px){
	header.en .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; */
	margin: 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; */
	margin: 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: 21px;
	line-height: 21px;
}
header.en .header01 .header01_01 .header01_01_01 .text01 span:nth-of-type(5){
	margin: 0;
	font-size: 16px;
	line-height: 16px;
}
header.en .header01 .header01_01 .header01_01_01 .text01 span:nth-of-type(6){
	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: #AF1225;
		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{
	width: 80px;
	height: 19px;
	background-image: url(../img/common/item04.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
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: #AF1225;
		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 #F9E0E3;
	}
	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;
	}
}

@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 auto;
		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: 80px;
		height: 19px;
		background-image: url(../img/common/item040.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;
		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: #D63448;
		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/item041.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: 349px;
	height: auto;
	margin: 0 13px 0 0;
	display: block;
}
@media only screen and (max-width: 767px){
	footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .logo{
		width: 294px;
		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; */
	margin: 0;
	font-size: 16px;
	line-height: 16px;
}
footer .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 span:nth-of-type(4){
	/* margin: 0 14px 0 0; */
	margin: 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: 24px;
	line-height: 28px;
}
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: 18px;
}
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: 16px;
	line-height: 18px;
}
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: 24px;
	line-height: 28px;
}
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: 16px;
	line-height: 18px;
}
footer.en .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 span:nth-of-type(6){
	font-size: 24px;
	line-height: 28px;
}
footer.en .footer01 .footer01_01 .footer01_01_01 .footer01_01_01_01 .footer01_01_01_01_01 .text01 span:nth-of-type(7){
	font-size: 16px;
	line-height: 18px;
}



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{
	width: 80px;
	height: 19px;
	background-image: url(../img/common/item04.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
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: flex-start;
	align-items: 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 .li01:nth-of-type(1) {
	margin-right: 152px;
}
footer .footer01 .footer01_01 .footer01_01_02 .li01:nth-of-type(2) {
	margin-right: 140px;
}
footer .footer01 .footer01_01 .footer01_01_02 li a{
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
footer .footer01 .footer01_01 .footer01_01_02 .li01 a{
	margin-top: 24px;
}
footer .footer01 .footer01_01 .footer01_01_02 li .none{
	pointer-events: none;
}
footer .footer01 .footer01_01 .footer01_01_02 li .none01{
	margin-top: 24px;
}
footer .footer01 .footer01_01 .footer01_01_02 .li01 a:nth-of-type(1){
	margin-top: 0;
}
footer .footer01 .footer01_01 .footer01_01_02 li a::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.top{
	width: 100%;
	min-width: 1280px;
	height: auto;
	position: relative;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top{
		min-width: 320px;
	}
}
.eyecatch_inc.top .eyecatch_inc01{
	width: 1178px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01{
		width: 100%;
		max-width: 375px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01{
	width: 100%;
	height: auto;
	padding: 43px 0 34px;
	margin: 0;
	background-image: url(../img/index/item01_3.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01{
		padding: 29px 33px 20px;
		background-image: url(../img/index/item01_3_sp.png);
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .item01{
	width: 450px;
	height: auto;
	position: absolute;
	top: -48px;
	right: 108px;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .item01{
		width: 219px;
		top: -9px;
		right: 21px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .item01 img{
	display: block;
	width: 100%;
	height: auto;
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .item02{
	width: 810px;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .item02{
		width: 100%;
		margin: 10px auto 0;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .item02 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text{
	width: auto;
	height: auto;
	margin: 20px 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text{
		margin: 10px 0 0;
		flex-direction: column;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .text03{
	width: auto;
	height: auto;
	margin: 0 18px 0 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .text03{
		margin: 0 auto 2px;
		text-align: center;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .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.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .text03 span:nth-of-type(1){
		margin: 0 10px 0 0;
		font-size: 19px;
		line-height: 19px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .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.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .text03 span:nth-of-type(2){
		font-size: 27px;
		line-height: 27px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .text03 span:nth-of-type(3){
	/* margin: 0 18px 0 0; */
	margin: 0;
	font-size: 21px;
	line-height: 21px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .text03 span:nth-of-type(3){
		font-size: 14px;
		line-height: 14px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .text03 span:nth-of-type(4){
	/* margin: 0 20px 0 0; */
	margin: 0;
	font-size: 31px;
	line-height: 31px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .text03 span:nth-of-type(4){
		font-size: 16px;
		line-height: 16px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .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.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .text03 span:nth-of-type(5){
		margin: 0 11px 0 0;
		font-size: 27px;
		line-height: 27px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .text03 span:nth-of-type(6){
	font-size: 21px;
	line-height: 21px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .text03 span:nth-of-type(6){
		font-size: 14px;
		line-height: 14px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .link01{
	width: auto;
	height: auto;
	font-size: 19px;
	line-height: 29px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .link01{
		font-size: 11px;
		line-height: 21px;
		justify-content: center;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .link01::before{
	content: '';
	width: 21px;
	height: 30px;
	margin: 0 5px 0 0;
	background-image: url(../img/index/item02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 .eye_text .link01::before{
		width: 13px;
		height: 18px;
		margin: 0 3px 0 0;
	}
}

.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 p {
	font-size: 17px;
	line-height: 27px;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 p {
		font-size: 10px;
		line-height: 20px;
	}
}
.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 p span{
	font-size: 20px;
	line-height: 30px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc01 .eyecatch_inc01_01 p span{
		font-size: 15px;
		line-height: 25px;
	}
}

.eyecatch_inc.top .eyecatch_inc02{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-list{
	width: 100%;
	height: auto;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02 .eye_img{
	width: 100%;
	height: calc(100vh - 80px - 132px);
	min-height: 500px;
	margin: 0 auto;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .eye_img{
		height: 308px;
		min-height: initial;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-prev,
.eyecatch_inc.top .eyecatch_inc02 .slick-next{
	width: 44px;
	height: 46px;
	background-color: rgba(0, 0, 0, .55);
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	z-index: 10;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-prev,
	.eyecatch_inc.top .eyecatch_inc02 .slick-next{
		width: 27px;
		height: 27px;
		top: calc(308px / 2 - 27px / 2);
		bottom: auto;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-prev:hover,
.eyecatch_inc.top .eyecatch_inc02 .slick-next:hover{
	opacity: .8;
	transition: all .5s;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-prev{
	left: 0;
	right: auto;
	margin: auto;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-next{
	left: auto;
	right: 0;
	margin: auto;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-prev::before{
	width: 12px;
	height: 21px;
	background-image: url(../img/slick/arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-prev::before{
		width: 25px;
		height: 25px;
		background-size: 9px auto;
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-next::before{
	width: 12px;
	height: 21px;
	background-image: url(../img/slick/arrow02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-next::before{
		width: 25px;
		height: 25px;
		background-size: 9px auto;
	}
}
.eyecatch_inc.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(34px / 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: #AF1225;
	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.top .eyecatch_inc02 .slick-dots{
	width: 200px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	top: auto;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 10;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.top .eyecatch_inc02 .slick-dots{
	}
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li{
	width: 8px;
	height: 8px;
	margin: 4px 4px 0;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li:nth-of-type(-n+12){
	margin-top: 0;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li button{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots li button::before{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	display: block;
	font-family: none;
	font-size: 0;
	line-height: 0;
	position: static;
	background: none;
	background-color: #abbcca;
}
.eyecatch_inc.top .eyecatch_inc02 .slick-dots .slick-active button::before{
	background-color: #19496f;
}*/
.eyecatch_inc.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: 0;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01{
	width: 100%;
	height: auto;
	padding: 41px 72px 35px;
	margin: 0;
	background-image: url(../img/index/item01_3.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/index/item01_3_sp.png);
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 .item01{
	width: 756px;
	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: 27px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3{
		margin: 5px 0 0;
		flex-direction: column;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03{
	width: auto;
	height: auto;
	margin: 0 18px 0 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03{
		margin: 0 auto 2px;
		text-align: center;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(1){
	margin: 0;
	font-size: 29px;
	line-height: 29px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(1){
		font-size: 20px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(1){
		font-size: 18px;
		line-height: 18px;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(2){
	margin: 0;
	font-size: 22px;
	line-height: 22px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(2){
		font-size: 15px;
		line-height: 15px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(2){
		font-size: 13px;
		line-height: 13px;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(3){
	margin: 0;
	font-size: 29px;
	line-height: 29px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(3){
		font-size: 20px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(3){
		font-size: 18px;
		line-height: 18px;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(4){
	margin: 0;
	font-size: 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(4){
		font-size: 20px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(4){
		font-size: 18px;
		line-height: 18px;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(5){
	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(5){
		font-size: 15px;
		line-height: 15px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(5){
		font-size: 13px;
		line-height: 13px;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(6){
	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(6){
		font-size: 20px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(6){
		font-size: 18px;
		line-height: 18px;
	}
}
.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(7){
	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(7){
		font-size: 15px;
		line-height: 15px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en .eyecatch_inc01 .eyecatch_inc01_01 h3 .text03 span:nth-of-type(7){
		font-size: 13px;
		line-height: 13px;
	}
}
.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/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.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: 7px;
	}
}
.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: 100%;
		max-width: 310px;
		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;
	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 226px; */
	}
}
.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: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01{
	width: 100%;
	height: 477px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.koseiten .eyecatch_inc01 .eyecatch_inc01_01{
		height: 207px;
	}
}
.eyecatch_inc.koseiten .eyecatch_inc01 h2{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 13px 5%;
	margin: 0;
	font-size: 19px;
	line-height: 29px;
	color: #ffffff;
	background-color: #0054A8;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.koseiten .eyecatch_inc01 h2{
		padding: 10px 5%;
		font-size: 14px;
		line-height: 19px;
		text-align: center;
	}
}
.eyecatch_inc.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;
	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: 699px;
	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: 32px 30px 28px;
		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: #2D2439;
	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:  390px;
	height: 53px;
	margin: 0 20px 0 0;
	font-size: 23px;
	line-height: 33px;
	color: #2D2439;
	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: 266px;
		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: 21px;
		line-height: 21px;
	}
}
@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: 17px;
		line-height: 17px;
	}
}
.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: 41px;
		line-height: 41px;
	}
}
@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: 37px;
		line-height: 37px;
	}
}
.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(3){
	/* margin: 0 18px 0 0; */
	margin: 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){
		font-size: 18px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(3){
		font-size: 14px;
		line-height: 14px;
	}
}
.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(4){
	/* margin: 0 23px 0 0; */
	margin: 0;
	font-size: 40px;
	line-height: 40px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(4){
		font-size: 44px;
		line-height: 27px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(4){
		font-size: 40px;
		line-height: 23px;
	}
}
.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: 41px;
		line-height: 41px;
	}
}
@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: 37px;
		line-height: 37px;
	}
}
.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: 18px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(6){
		font-size: 14px;
		line-height: 14px;
	}
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 .text01_01 {
		display: block;
		width: 100%;
		height: auto;
		font-size: 18px;
		line-height: 18px;
		text-align: center;
	}
}

.eyecatch_inc.en_exhibitor{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_01{
	width: 100%;
	height: auto;
	padding: 43px 0 40px;
	margin: 0 auto;
	background-repeat: repeat-y; 
	background-size: 1000px auto;
	background-position: top center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_01{
		max-width: 375px;
		padding: 40px 0 56px;
		background: none;
	}
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 h2{
	width: 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: 234px;
		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: 21px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(1){
		font-size: 19px;
		line-height: 19px;
	}
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(2){
	margin: 0;
	font-size: 32px;
	line-height: 32px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(2){
		font-size: 21px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(2){
		font-size: 19px;
		line-height: 19px;
	}
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(3){
	margin: 0;
	font-size: 42px;
	line-height: 42px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(3){
		font-size: 21px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(3){
		font-size: 19px;
		line-height: 19px;
	}
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(4){
	margin: 0;
	font-size: 32px;
	line-height: 32px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(4){
		font-size: 21px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(4){
		font-size: 19px;
		line-height: 19px;
	}
}
.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(5){
	margin: 0;
	font-size: 42px;
	line-height: 42px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(5){
		font-size: 21px;
		line-height: 21px;
	}
}
@media only screen and (max-width: 374px){
	.eyecatch_inc.en_exhibitor .eyecatch_inc01 .eyecatch_inc01_02 .text01 span:nth-of-type(5){
		font-size: 19px;
		line-height: 19px;
	}
}
.eyecatch_inc.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: #AF1225;
	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;
	}
	.inc01.en .inc01_01 .text01{
		word-break: keep-all;
	}
}
@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: 100%;
	}
}
.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01:nth-of-type(2){
	margin: 0 0 0 40px;
}
@media only screen and (max-width: 767px){
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01:nth-of-type(2){
		margin: 26px 0 0;
	}
}
.inc01.en .inc01_01 .inc01_01_01 .inc01_01_01_01{
	width: 576px;
}
@media only screen and (max-width: 767px){
	.inc01.en .inc01_01 .inc01_01_01 .inc01_01_01_01{
		max-width: 320px;
	}
}
.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: #D63448;
	background-color: #ffffff; */
	color: #ffffff;
	background-color: #D63448;
}
.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); */
	background-image: url(../img/common/item019.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;
}
@media only screen and (max-width: 767px){
	.inc01 .inc01_01 .inc01_01_01 .inc01_01_01_01 .text03{
		margin: 8px auto 0;
	}
	.inc01.en .inc01_01 .inc01_01_01 .inc01_01_01_01 .text03 {
		font-size: 12px;
		line-height: 22px;
		text-align: left;
		word-break: keep-all;
	}
}
.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:nth-of-type(2) a::after{
	display: none;
}
/*.inc01ここまで*/

/*inc02ここから*/
.inc02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc02 .inc02_01{
	width: 100%;
	height: auto;
	/* margin: 50px auto 0; */
	margin: 0 auto;
	padding: 50px 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01{
		/* margin: 30px auto 0; */
		padding: 30px 0;
	}
}
.inc02 .inc02_01 .link01{
	display: block;
	width: 980px;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .link01{
		width: 90%;
		max-width: 320px;
		/* margin: 30px auto 0; */
	}
}
.inc02 .inc02_01 .link01 img{
	display: block;
	width: 100%;
	height: auto;
}
.inc02 .inc02_01 .link02{
	display: block;
	width: 980px;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .link02{
		width: 90%;
		max-width: 320px;
	}
}
.inc02 .inc02_01 .link02 img{
	display: block;
	width: 100%;
	height: auto;
}
.inc02 .inc02_01 .inc02_01_01{
	width: 980px;
	height: auto;
	margin: 73px auto 61px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_01{
		width: 90%;
		max-width: 320px;
		margin: 33px auto 43px;
	}
}
.inc02 .inc02_01 .inc02_01_01 .inc02_01_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){
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01{
		display: block;
	}
}
.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 .inc02_01_01_01_01{
	box-sizing: border-box;
	width: 428px;
	height: 218px;
	padding: 0 61px 0 0;
	margin: 0;
	background-color: #AF1225;
	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 .inc02_01_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 .inc02_01_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 #AF1225;
	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 .inc02_01_01_01_01 .item01{
		border-top: 35px solid #AF1225;
		border-bottom: 0;
		top: auto;
		bottom: 0;
		left: 0;
	}
}
.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 .inc02_01_01_01_01 h2{
	width: auto;
	height: auto;
	margin: 0 0 12px;
	font-size: 55px;
	line-height: 65px;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 .inc02_01_01_01_01 h2{
		margin: 0 0 0;
		font-size: 35px;
		line-height: 45px;
	}
}
.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 .inc02_01_01_01_01 h2::before{
	content: '';
	width: 328px;
	height: 30px;
	margin: 0 auto 18px;
	background-image: url(../img/common/item015.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 .inc02_01_01_01_01 h2::before{
		width: 271px;
		height: 27px;
		margin: 0 auto 8px;
	}
}
.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 .inc02_01_01_01_01 p{
	width: 328px;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	display: block;
}
@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 .inc02_01_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 .inc02_01_01_01_01 p{
		font-size: 10px;
		line-height: 20px;
		text-align: center;
	}
}
.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 .inc02_01_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_01 .inc02_01_01_01_02{
		width: 100%;
		padding: 0 19px 27px;
		flex-wrap: wrap;
	}
}
.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 .inc02_01_01_01_02 .inc02_01_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_01 .inc02_01_01_01_02 .inc02_01_01_01_02_01{
		width: calc(100% - 95px - 8px);
	}
}
.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 .inc02_01_01_01_02 .inc02_01_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_01 .inc02_01_01_01_02 .inc02_01_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_01 .inc02_01_01_01_02 .inc02_01_01_01_02_01 h3{
		font-size: 17px;
		line-height: 23px;
	}
}
.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 .inc02_01_01_01_02 .inc02_01_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_01 .inc02_01_01_01_02 .inc02_01_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_01 .inc02_01_01_01_02 .inc02_01_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_01 .inc02_01_01_01_02 .inc02_01_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_01 .inc02_01_01_01_02 .inc02_01_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_01 .inc02_01_01_01_02 .inc02_01_01_01_02_02{
		width: 95px;
		margin: 0 0 0 8px;
		flex-shrink: 0;
	}
}
.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 .inc02_01_01_01_02 .inc02_01_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_01 .inc02_01_01_01_02 .inc02_01_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_01 .inc02_01_01_01_02 .inc02_01_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_01 .inc02_01_01_01_02 .inc02_01_01_01_02_02 img{
		margin-top: -22px;
	}
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_01 .inc02_01_01_01 .inc02_01_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_01 .inc02_01_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: #AF1225;
	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;
	height: auto;
	margin: 62px auto 80px;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_03 {
		width: 90%;
		max-width: 320px;
		margin: 30px auto 50px;
	}
}
.inc02 .inc02_01 .inc02_01_03 h2 {
	width: auto;
	height: auto;
}
.inc02 .inc02_01 .inc02_01_03 h2 .img01 {
	display: block;
	width: 100%;
	height: auto;
}
.inc02 .inc02_01 .inc02_01_03 .item01 {
	width: 100%;
	height: auto;
	padding: 26px 0;
	border: 5px solid #AF1225;
	border-top: none;
	background-color: #FFFCE3;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_03 .item01 {
		padding: 25px 18px;
	}
}
.inc02 .inc02_01 .inc02_01_03.en .item01 {
	padding: 26px 49px;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_03.en .item01 {
		padding: 25px 18px;
	}
}
.inc02 .inc02_01 .inc02_01_03 .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_03 .item01 .text01 {
		font-size: 15px;
		line-height: 25px;
	}
}
.inc02 .inc02_01 .inc02_01_03.en .item01 .text01 {
	margin: 0 auto 23px;
}
.inc02 .inc02_01 .inc02_01_03 .item01 .img02 {
	display: block;
	width: 738px;
	height: auto;
	margin: 0 auto 27px;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_03 .item01 .img02 {
		max-width: 270px;
		margin: 0 auto 16px;
	}
}
.inc02 .inc02_01 .inc02_01_03 .item01 a {
	display: block;
	width: 445px;
	height: auto;
	margin: 0 auto;
	box-shadow: 0px 3px 20px 0 rgba(0,0,0,0.20);
}
.inc02 .inc02_01 .inc02_01_03.en .item01 a {
	width: 428px;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_03 .item01 a,
	.inc02 .inc02_01 .inc02_01_03.en .item01 a {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}
}
.inc02 .inc02_01 .inc02_01_03 .item01 a .img03 {
	display: block;
	width: 100%;
	height: auto;
}
.inc02 .inc02_01 .inc02_01_03 .item02 {
	width: 100%;
	height: 65px;
	background-color: #707070;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inc02 .inc02_01 .inc02_01_03.en .item02 {
	height: 75px;
}
@media only screen and (max-width: 767px){
	.inc02 .inc02_01 .inc02_01_03 .item02,
	.inc02 .inc02_01 .inc02_01_03.en .item02 {
		width: 100%;
		height: auto;
		padding: 15px 20px;
		justify-content: flex-start;
	}
}
.inc02 .inc02_01 .inc02_01_03 .item02 .text02 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.inc02 .inc02_01 .inc02_01_03.en .item02 .text02 {
	text-align: left;
}
.inc02 .inc02_01 .inc02_01_03 .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_03 .item02 .text02,
	.inc02 .inc02_01 .inc02_01_03 .item02 .text02 a {
		font-size: 15px;
		line-height: 25px;
		color: #fff;
		text-align: left;
		word-break: keep-all;
	}
}
.inc02 .inc02_01 .inc02_01_03 .item03 {
	width: auto;
	height: auto;
	margin-top: 15px;
}
.inc02 .inc02_01 .inc02_01_03 .item03 p {
	font-size: 15px;
	line-height: 24px;
	color: #AF1225;
	margin-bottom: 10px;
}
.inc02 .inc02_01 .inc02_01_03 .item03 ul {
	width: auto;
	height: auto;
}
.inc02 .inc02_01 .inc02_01_03 .item03 ul li {
	font-size: 15px;
	line-height: 24px;
	text-indent: -1em;
	padding-left: 1em;
}
/*inc02ここまで*/

/*inc03ここから*/
.inc03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc03 .inc03_01{
	width: 1080px;
	height: auto;
	padding: 0 0 100px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01{
		width: 90%;
		max-width: 320px;
		padding: 0 0 50px;
	}
}
.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;
	}
}
@media only screen and (max-width: 767px){
	.inc03.en .inc03_01 h2{
		margin: 0 auto 35px;
	}
}
.inc03 .inc03_01 h2::before{
	content: '';
	width: 310px;
	height: 3px;
	background-color: #D63448;
	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;
	}
}
.inc03 .inc03_01 .inc03_01_02{
	box-sizing: border-box;
	width: 916px;
	height: auto;
	padding: 40px 43px 47px 56px;
	margin: 0 auto;
	background-color: #F7F7F7;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 .inc03_01_02{
		width: 100%;
		padding: 40px 24px;
	}
}
.inc03 .inc03_01 .inc03_01_02 .text03{
	width: 100%;
	height: auto;
	margin: 0 auto 22px;
	font-size: 32px;
	line-height: 42px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 .inc03_01_02 .text03{
		margin: 0 auto 13px;
		font-size: 25px;
		line-height: 31px;
	}
}
@media only screen and (max-width: 374px){
	.inc03 .inc03_01 .inc03_01_02 .text03{
		font-size: 23px;
		line-height: 29px;
	}
}
.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01{
		display: block;
	}
}
.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 img{
	width: 474px;
	height: auto;
	margin: 0 41px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 img{
		width: 100%;
		margin: 0 auto 12px;
	}
}
.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 .img{
	width: 474px;
	height: 265px;
	margin: 0 41px 0 0;
	background-color: #dddddd;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 .img{
		width: 100%;
		height: 119px;
		margin: 0 auto 12px;
	}
}
.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 .img::before{
	content: '';
	width: 50%;
	height: 50%;
	margin: 0;
	background-image: url(../img/common/logo01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 .inc03_01_02_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	flex-grow: 1;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 .inc03_01_02_01_01{
		width: 100%;
		text-align: center;
	}
}
.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 .inc03_01_02_01_01 h4{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 15px 30px;
	margin: 0 auto 17px;
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	background-color: #AF1225;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 .inc03_01_02_01_01 h4{
		padding: 15px 20px;
		margin: 0 auto 8px;
		font-size: 14px;
		line-height: 24px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
}
@media only screen and (max-width: 374px){
	.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 .inc03_01_02_01_01 h4{
		font-size: 10px;
		line-height: 20px;
	}
}
.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 .inc03_01_02_01_01 h4 span{
	margin: 0 5px 0 0;
	font-size: 46px;
	line-height: 46px;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 .inc03_01_02_01_01 h4 span{
		margin: 0 10px;
		font-size: 44px;
		line-height: 44px;
	}
}
@media only screen and (max-width: 374px){
	.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 .inc03_01_02_01_01 h4 span{
		font-size: 40px;
		line-height: 40px;
	}
}
.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 .inc03_01_02_01_01 .text04{
	width: 100%;
	height: auto;
	margin: 0 auto 37px;
	font-size: 16px;
	line-height: 26px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 .inc03_01_02_01_01 .text04{
		margin: 0 auto 15px;
		text-align: left;
	}
}
.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 .inc03_01_02_01_01 a{
	width: auto;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
.inc03 .inc03_01 .inc03_01_02 .inc03_01_02_01 .inc03_01_02_01_01 a::before{
	content: '';
	width: 18px;
	height: 18px;
	margin: 0 8px 0 0;
	background-image: url(../img/common/item020.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
/*inc03ここまで*/

/*inc04ここから*/
.inc04{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc04 .inc04_01 {
	width: 100%;
	height: auto;
	background-image: url(../img/common/bg03.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
}
.inc04 .inc04_01 .inc04_01_01{
	width: 900px;
	height: auto;
	padding: 92px 0 100px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_01{
		width: 90%;
		max-width: 320px;
		padding: 50px 0 60px;
	}
}
.inc04 .inc04_01 .inc04_01_01 h2{
	width: 587px;
	height: auto;
	margin: 0 auto 60px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_01 h2{
		width: 293px;
		margin: 0 auto 30px;
	}
}
.inc04 .inc04_01 .inc04_01_01 h2 img {
	display: block;
	width: 100%;
	height: auto;
}
.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 17px;
	line-height: 32px;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_01 .text01{
		font-size: 16px;
		line-height: 26px;
		word-break: break-word;
	}
}
.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_01 .inc04_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 35px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_01 .inc04_01_01_01_01{
		margin: 34px auto 0;
	}
}
.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_01 .inc04_01_01_01_01 a{
	width: auto;
	height: auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #141414;
	font-size: 19px;
	line-height: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_01 .inc04_01_01_01_01 a::before{
	content: '';
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	background-image: url(../img/common/item021.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.inc04 .inc04_01 .inc04_01_01 .inc04_01_01_01 .inc04_01_01_01_01_01 a::before{
		margin: 0 5px 0 0;
	}
}
/*inc04ここまで*/

/*inc05ここから*/
.inc05{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc05 .inc05_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 100px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01{
		width: 100%;
		padding-bottom: 50px;
	}
}
.inc05 .inc05_01 h2{
	width: 100%;
	height: 120px;
	margin: 0 auto 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #AF1225;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 h2{
		height: 110px;
		margin: 0 auto 40px;
	}
}
.inc05 .inc05_01 h2::before{
	content: "";
	width: 82px;
	height: 23px;
	background-color: #AF1225;
	margin: auto;
	position: absolute;
	right: 0;
	bottom: -22px;
	left: 0;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 h2::before{
		width: 60px;
		height: 20px;
		bottom: -20px;
	}
}
.inc05 .inc05_01 h2 img {
	display: block;
	width: 622px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 h2 img {
		width: 234px;
	}
}
.inc05 .inc05_01 .inc05_01_01{
	width: 1080px;
	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{
		width: 90%;
		max-width: 320px;
		flex-direction: column;
	}
}
.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: 30px 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: 160px;
	padding: 28px 0 0;
	margin: 0;
	background-color: #F0ECEC;
	border-bottom: 7px solid #E0E0E0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	text-align: center;
	position: relative;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(3) .text01 {
	padding: 38px 0 0;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01::before{
	width: auto;
	height: auto;
	font-size: 113px;
	line-height: 123px;
	font-family: 'Arial',sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #E0D4D4;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: auto;
	left: auto;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01::before{
		font-size: 100px;
		line-height: 110px;
	}
}
.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 .text01_01 {
	display: block;
	width: 100%;
	font-size: 22px;
	line-height: 32px;
	text-align: left;
	color: #AF1225;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 .text01_01 {
		font-size: 20px;
		line-height: 30px;
	}
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 .text01_02 {
	width: auto;
	height: auto;
	margin: 0;
	position: relative;
	font-size: 78px;
	line-height: 88px;
	text-align: left;
	color: #AF1225;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 .text01_02 {
		/* font-size: 61px;
		line-height: 71px; */
	}
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 .text01_03 {
	width: auto;
	height: auto;
	margin: 0;
	position: relative;
	font-size: 35px;
	line-height: 45px;
	color: #AF1225;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 .text01_03 {
		/* font-size: 27px;
		line-height: 37px; */
	}
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 .text01_03::before{
	content: '※';
	font-size: 16px;
	line-height: 16px;
	font-family: 'Noto_Sans_JP', sans-serif;
	position: absolute;
	top: -15px;
	bottom: auto;
	left: auto;
	right: -10px;
	margin: auto;
	display: block;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(3n) .text01 .text01_03::before {
	display: none;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 .text01_03::before{
		font-size: 14px;
		line-height: 14px;
	}
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 .text01_04 {
	width: auto;
	height: auto;
	margin: -10px auto 0;
	font-size: 25px;
	line-height: 35px;
	color: #141414;
	position: relative;
	z-index: 1;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 .text01_04 {
		/* font-size: 18px;
		line-height: 28px; */
	}
}
.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);
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span .text01_04 {
	text-shadow: none;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .text01 span img {
	width: 223px;
	height: auto;
	margin-top: 22px;
	position: relative;
	z-index: 1;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .item01{
	width: 100%;
	height: 231px;
	margin: 0 auto 13px;
	background-color: #E3E3E3;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(1) .item01{
	background-image: url(../img/common/photo021.jpg?2);
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(2) .item01{
	background-image: url(../img/common/photo022.jpg?2);
}
.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01:nth-of-type(3) .item01{
	background-image: url(../img/common/photo023.jpg?2);
}
@media only screen and (max-width: 767px){
	.inc05 .inc05_01 .inc05_01_01 .inc05_01_01_01 .item01{
		height: 210px;
		margin: 0 auto 15px;
	}
}

.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.en .inc05_01 .inc05_01_01 .inc05_01_01_01 .inc05_01_01_01_01 .text02{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc05.en .inc05_01 .inc05_01_01 .inc05_01_01_01 .inc05_01_01_01_01 .text02{
		font-size: 14px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 374px){
	.inc05.en .inc05_01 .inc05_01_01 .inc05_01_01_01 .inc05_01_01_01_01 .text02{
		font-size: 12px;
		line-height: 22px;
	}
}
.inc05 .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: 100%;
	height: auto;
	padding-bottom: 82px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01{
		width: 100%;
		padding-bottom: 50px;
		/* max-width: 320px; */
	}
}
.inc06 .inc06_01 h2{
	width: 100%;
	height: 120px;
	margin: 0 auto 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #AF1225;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 h2{
		height: 110px;
		margin: 0 auto 39px;
	}
}
.inc06 .inc06_01 h2::before{
	content: "";
	width: 82px;
	height: 23px;
	background-color: #AF1225;
	margin: auto;
	position: absolute;
	right: 0;
	bottom: -22px;
	left: 0;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 h2::before{
		width: 60px;
	}
}
.inc06 .inc06_01 h2 img {
	display: block;
	width: 430px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 h2 img {
		width: 276px;
	}
}
.inc06 .inc06_01 .text05{
	width: 100%;
	height: auto;
	margin: 0 auto 39px;
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 .text05{
		width: 320px;
		margin: 0 auto 20px;
		font-size: 11px;
		line-height: 14px;
		text-align: left;
	}
}
.inc06 .inc06_01 .inc06_01_01{
	width: 1080px;
	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;
		max-width: 320px;
	}
}
.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01{
	box-sizing: border-box;
	width: calc((100% - 50px * 1) / 2 );
	height: auto;
	padding: 40px 40px 35px;
	margin: 50px 50px 0 0;
	border: 2px solid #DBDEE6;
	display: block;
	box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.2);
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01{
		width: 100%;
		margin: 30px auto 0;
		padding: 18px 16px 25px;
	}
}
@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/photo01.jpg);
}
.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01:nth-of-type(2) .item01{
	background-image: url(../img/common/photo02.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: block;
}
.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto 8px;
	font-size: 25px;
	line-height: 38px;
	color: #D63448;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text01{
		margin: 0 auto 9px;
		font-size: 22px;
		line-height: 28px;
	}
}
.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text02{
	width: 100%;
	height: auto;
	margin: 0 auto 12px;
	font-size: 18px;
	line-height: 28px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text02{
		margin: 0 auto 7px;
		font-size: 17px;
		line-height: 24px;
	}
}
.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text03{
	width: 100%;
	height: auto;
	margin: 0 auto 12px;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text03{
		margin: 0 auto 6px;
		font-size: 14px;
		line-height: 22px;
		font-weight: 300;
	}
}
.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text04{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc06 .inc06_01 .inc06_01_01 .inc06_01_01_01 .inc06_01_01_01_01 .text04{
		font-size: 14px;
		line-height: 24px;
	}
}
/*inc06ここまで*/

/*inc07ここから*/
.inc07{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc07 .inc07_01{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 60px;
	/* margin: 0 auto; */
	display: block;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_01{
		margin: 0 auto 30px;
	}
}
.inc07 .inc07_01 h2{
	width: 100%;
	height: 120px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #AF1225;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_01 h2{
		margin: 0 auto 44px;
	}
}
.inc07 .inc07_01 h2::before{
	content: "";
	width: 82px;
	height: 23px;
	background-color: #AF1225;
	margin: auto;
	position: absolute;
	right: 0;
	bottom: -22px;
	left: 0;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_01 h2::before{
		width: 60px;
		height: 20px;
		bottom: -20px;
	}
}
.inc07 .inc07_01 h2 img {
	display: block;
	width: 645px;
	height: auto;
	margin: 0;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_01 h2 img {
		width: 278px;
	}
}
.inc07 .inc07_01 img{
	width: 676px;
	height: auto;
	margin: 0 auto 50px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_01 img{
		width: 319px;
		margin: 0 auto 25px;
	}
}
.inc07 .inc07_01 .inc07_01_01{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_01 .inc07_01_01{
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
}
.inc07 .inc07_01 .inc07_01_01 table{
	width: 100%;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
	text-align: left;
}
.inc07 .inc07_01 .inc07_01_01 table tr th{
	width: 170px;
	height: auto;
	padding: 14px 28px;
	border: 1px solid #AAAAAA;
	background-color: #F7F7F7;
	font-size: 15px;
	line-height: 25px;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_01 .inc07_01_01 table tr th{
		width: 82px;
		padding: 15px 11px;
		font-size: 14px;
		line-height: 21px;
	}
}
.inc07 .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 .inc07_01 .inc07_01_01 table tr td a{
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	text-decoration: underline;
	color: #AF1225;
	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 .inc07_02 {
	width: 1080px;
	height: auto;
	margin: 0 auto 100px;
	padding: 40px;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02 {
		width: 90%;
		max-width: 320px;
		margin: 0 auto 50px;
		padding: 0 0 21px;
	}
}
.inc07 .inc07_02 h2 {
	width: 100%;
	height: 70px;
	margin: 0 auto 40px;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	background-color: #AF1225;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02 h2 {
		height: 60px;
		margin: 0 auto 20px;
		font-size: 20px;
		line-height: 30px;
	}
}
.inc07 .inc07_02 .inc07_02_01 {
	width: 100%;
	height: auto;
	margin: 0 auto 42px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02 .inc07_02_01 {
		margin: 0 auto 30px;
		padding: 0 24px;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
}
.inc07 .inc07_02 .inc07_02_01 img {
	display: block;
	width: 410px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02 .inc07_02_01 img {
		width: 100%;
		margin-bottom: 25px;
	}
}
.inc07 .inc07_02 .inc07_02_01 .inc07_02_01_01 {
	width: 524px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02 .inc07_02_01 .inc07_02_01_01 {
		width: 100%;
	}
}
.inc07 .inc07_02 .inc07_02_01 .inc07_02_01_01 h3 {
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02 .inc07_02_01 .inc07_02_01_01 h3 {
		margin-bottom: 10px;
	}
}
.inc07 .inc07_02 .inc07_02_01 .inc07_02_01_01 h3 a {
	font-size: 26px;
	line-height: 36px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02 .inc07_02_01 .inc07_02_01_01 h3 a {
		font-size: 18px;
		line-height: 28px;
	}
}
.inc07 .inc07_02 .inc07_02_01 .inc07_02_01_01 h3 a::before {
	content: "";
	display: block;
	width: 23.5px;
	height: 34px;
	background-image: url(../img/index/item013.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	margin-right: 11px;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02 .inc07_02_01 .inc07_02_01_01 h3 a::before {
		content: "";
		display: block;
		width: 16px;
		height: 24.px;
		margin-right: 8px;
	}
}
.inc07 .inc07_02 .inc07_02_01 .inc07_02_01_01 .text01 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02 .inc07_02_01 .inc07_02_01_01 .text01 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}
.inc07 .inc07_02 .inc07_02_01 .inc07_02_01_01 .text01 a {
	font-size: 18px;
	line-height: 28px;
	pointer-events: none;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02 .inc07_02_01 .inc07_02_01_01 .text01 a {
		font-size: 14px;
		line-height: 24px;
		cursor: pointer;
	}
}
.inc07 .inc07_02 .inc07_02_01 .inc07_02_01_01 .text02 {
	font-size: 15px;
	line-height: 25px;
	padding: 30px;
	background-color: #F4F4F4;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02 .inc07_02_01 .inc07_02_01_01 .text02 {
		font-size: 14px;
		line-height: 24px;
		padding: 25px;
	}
}
.inc07 .inc07_02_02 {
	width: 100%;
	height: auto;
	margin: 0 auto 42px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02_02 {
		margin: 0 auto;
		padding: 0 24px;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
}
.inc07 .inc07_02_02 img {
	display: block;
	width: 410px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02_02 img {
		width: 100%;
		margin-bottom: 30px;
	}
}
.inc07 .inc07_02_02 .inc07_02_02_01 {
	width: 524px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02_02 .inc07_02_02_01 {
		width: 100%;
	}
}
.inc07 .inc07_02_02 .inc07_02_02_01 h3 {
	font-size: 26px;
	line-height: 38px;
	margin-bottom: 23px;
	padding: 0;
	border-bottom: 1px solid #AF1225;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02_02 .inc07_02_02_01 h3 {
		font-size: 18px;
		line-height: 50px;
		margin-bottom: 26px;
	}
}
.inc07 .inc07_02_02 .inc07_02_02_01 h3::before {
	content: "";
	display: block;
	width: 9px;
	height: 54px;
	margin-right: 21px;
	background-color: #AF1225;
	border-radius: 2px;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02_02 .inc07_02_02_01 h3::before {
		height: 49px;
		margin-right: 19px;
	}
}
.inc07 .inc07_02_02 .inc07_02_02_01 .inc07_02_02_01_01 {
	width: 100%;
	height: auto;
	margin: 40px auto 0;
}
.inc07 .inc07_02_02 .inc07_02_02_01 .inc07_02_02_01_01:nth-of-type(1) {
	margin-top: 0;
}
.inc07 .inc07_02_02 .inc07_02_02_01 .inc07_02_02_01_01 h4 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 23px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #AAAAAA;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02_02 .inc07_02_02_01 .inc07_02_02_01_01 h4 {
		font-size: 17px;
		line-height: 27px;
		margin-bottom: 17px;
		padding: 0 0 10px 0;
	}
}
.inc07 .inc07_02_02 .inc07_02_02_01 .inc07_02_02_01_01 h4::before {
	content: "";
	width: 36px;
	height: 36px;
	margin-right: 18px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_02_02 .inc07_02_02_01 .inc07_02_02_01_01 h4::before {
		width: 32px;
		height: 32px;
		margin-right: 16px;
	}
}
.inc07 .inc07_02_02 .inc07_02_02_01 .inc07_02_02_01_01:nth-of-type(1) h4::before {
	background-image: url(../img/index/item015.png);
}
.inc07 .inc07_02_02 .inc07_02_02_01 .inc07_02_02_01_01:nth-of-type(2) h4::before {
	background-image: url(../img/index/item016.png);
}
.inc07 .inc07_02_02 .inc07_02_02_01 .inc07_02_02_01_01:nth-of-type(3) h4::before {
	background-image: url(../img/index/item017.png);
}

.inc07 .inc07_02_02 .inc07_02_02_01 .inc07_02_02_01_01 .text01 {
	font-size: 15px;
	line-height: 25px;
	text-indent: -1em;
	padding-left: 1em;
}
.inc07 .inc07_02_02 .inc07_02_02_01 .inc07_02_02_01_01 .text02 {
	font-size: 15px;
	line-height: 25px;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 20px;
}
.inc07 .inc07_02_02 .inc07_02_02_01 .inc07_02_02_01_01 .text02:nth-of-type(1) {
	margin-top: 0;
}
.inc07 .inc07_02_02 .inc07_02_02_01 .inc07_02_02_01_01 .text03 {
	font-size: 13px;
	line-height: 23px;
	margin-top: 20px;
}

.inc07 .inc07_03 {
	width: 100%;
	height: auto;
}
.inc07 .inc07_03 .inc07_03_01 {
	width: 100%;
	height: auto;
	padding: 90px 0 100px;
	background-image: url(../img/common/bg02.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_03 .inc07_03_01 {	
		padding: 50px 0;
	}
}
.inc07 .inc07_03 .inc07_03_01 h2 {
	width: 436px;
	height: auto;
	margin: 0 auto 40px;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_03 .inc07_03_01 h2 {
		width: 277px;
		margin: 0 auto 25px;
	}
}
.inc07 .inc07_03 .inc07_03_01 h2 img {
	display: block;
	width: 100%;
	height: auto;
}
.inc07 .inc07_03 .inc07_03_01 .inc07_03_01_01 {
	width: 703px;
	height: 392px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc07 .inc07_03 .inc07_03_01 .inc07_03_01_01 {
		width: 320px;
		height: 178px;
	}
}
/*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: #D63448;
	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;
	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;
	}
}
.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: #D63448;
	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ここまで*/

/*inc09ここから*/
.inc09{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc09 .inc09_01 {
	width: 100%;
	height: auto;
	background-image: url(../img/common/bg01.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
}
.inc09 .inc09_01 .inc09_01_01{
	width: 1080px;
	height: auto;
	padding: 90px 0 70px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01{
		width: 90%;
		max-width: 320px;
		padding: 50px 0;
	}
}
.inc09 .inc09_01 .inc09_01_01 h2{
	width: 813px;
	height: auto;
	margin: 0 auto 78px;
	font-size: 21px;
	line-height: 31px;
	color: #0E2E4B;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 h2{
		width: 290px;
		margin: 0 auto 40px;
		font-size: 14px;
		line-height: 24px;
	}
}
.inc09 .inc09_01 .inc09_01_01 h2 img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 h2 img {
		margin-top: 15px;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01{
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_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 .inc09_01_01_01_01{
		margin: 0 auto 40px;
		display: block;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .inc09_01_01_01_01_01{
	width: calc((100% - 80px * 1) / 2 );
	height: auto;
	margin: 50px 80px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .inc09_01_01_01_01_01{
		width: 100%;
		margin: 30px auto 0;
	}
}
@media only screen and (min-width: 768px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .inc09_01_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 .inc09_01_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 .inc09_01_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 .inc09_01_01_01_01_01 .text02{
	width: 100%;
	height: auto;
	margin: 0 auto 16px;
	font-size: 25px;
	line-height: 31px;
	color: #0E2F4C;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-grow:1;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .inc09_01_01_01_01_01 .text02{
		margin: 0 auto 15px;
		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 .inc09_01_01_01_01_01 .text02{
		font-size: 14px;
		line-height: 17px;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .inc09_01_01_01_01_01 .text02::before{
	width: auto;
	height: auto;
	margin: 0 9px 0 0;
	font-size: 68px;
	line-height: 68px;
	color: #8394A3;
	font-family: 'Arial',sans-serif;
	font-weight: bold;
	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 .inc09_01_01_01_01_01 .text02::before{
		margin: 0 7px 0 0;
		font-size: 40px;
		line-height: 40px;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .inc09_01_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 .inc09_01_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 .inc09_01_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 .inc09_01_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 .inc09_01_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 .inc09_01_01_01_01_01 .text03{
		margin: 0 auto 15px;
		font-size: 14px;
		line-height: 22px;
	}
}
.inc09.en .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text03{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc09.en .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .text03{
		font-size: 12px;
		line-height: 20px;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .inc09_01_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 .inc09_01_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 .inc09_01_01_01_01_01 .item01{
	width: 100%;
	height: 284px;
	margin: 0 auto;
	background-color: #E3E3E3;
	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 .inc09_01_01_01_01_01 .item01{
		height: 181px;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .inc09_01_01_01_01_01:nth-of-type(1) .item01{
	background-image: url(../img/index/item07.jpg?2);
	background-color: #E3E3E3;
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .inc09_01_01_01_01_01:nth-of-type(2) .item01{
	background-image: url(../img/index/item08.jpg?2);
	background-color: #E3E3E3;
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .inc09_01_01_01_01_01:nth-of-type(3) .item01{
	background-image: url(../img/index/item09.jpg?2);
	background-color: #E3E3E3;
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_01 .inc09_01_01_01_01_01:nth-of-type(4) .item01{
	background-image: url(../img/index/item010.jpg?2);
	background-color: #E3E3E3;
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .text04{
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	font-size: 25px;
	line-height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
@media only screen and (max-width: 767px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .text04{
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
}
@media only screen and (max-width: 374px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .text04{
		font-size: 15px;
		line-height: 21px;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .link01{
	width: 690px;
	height: 110px;
	margin: 0 auto 25px;
	font-size: 25px;
	line-height: 35px;
	color: #ffffff;
	background-color: #0E2F4C;
	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 .inc09_01_01_01 .link01{
		width: 270px;
		height: 61px;
		margin: 0 auto 25px;
		font-size: 17px;
		line-height: 27px;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .link01::after{
	content: '';
	width: 28px;
	height: 28px;
	background-image: url(../img/common/item030.png);
	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 .inc09_01_01_01 .link01::after{
		width: 20px;
		height: 20px;
		position: static;
		margin: 0 0 0 14px;
		flex-shrink: 0;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_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_01 .inc09_01_01_01_02{

		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 374px){
	.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_02{
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_02 a{
	width: auto;
	height: auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #141414;
	font-size: 15px;
	line-height: 25px;
	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_02 a{
		align-items: flex-start;
	}
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_02 a::before{
	content: '';
	width: 18px;
	height: 25px;
	margin: 0 8px 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
.inc09 .inc09_01 .inc09_01_01 .inc09_01_01_01 .inc09_01_01_01_02 a::before{
	background-image: url(../img/common/item031.png);
}
/*inc09ここまで*/

/*inc010ここから*/
.inc010{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc010 .inc010_01{
	width: 1080px;
	height: auto;
	padding: 55px 0 95px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01{
		width: 100%;
		padding: 45px 0;
	}
}
.inc010 .inc010_01 h2{
	width: auto;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 47px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
.inc010.en .inc010_01 h2{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 h2{
		width: 90%;
		max-width: 320px;
		padding: 0 0 10px;
		margin: 0 auto 20px;
		font-size: 25px;
		line-height: 33px;
	}
}
.inc010 .inc010_01 h2::before{
	content: '';
	width: 310px;
	height: 3px;
	background-color: #D63448;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 h2::before{
		width: 221px;
	}
}
.inc010 .inc010_01 .inc010_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_01{
		width: 90%;
		max-width: 320px;
	}
}
.inc010 .inc010_01 .inc010_01_01 img{
	width: 100%;
	height: auto;
	margin: 0 auto 28px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_01 img{
		margin: 0 auto 14px;
	}
}
.inc010.en .inc010_01 .inc010_01_01 img{
	margin: 0 auto;
}
.inc010 .inc010_01 .inc010_01_01 .img{
	width: 100%;
	height: 538px;
	margin: 0 auto 28px;
	background-color: #dddddd;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.inc010 .inc010_01 .inc010_01_01 .img{
		height: 119px;
		margin: 0 auto 14px;
	}
}
.inc010 .inc010_01 .inc010_01_01 .img::before{
	content: '';
	width: 50%;
	height: 50%;
	margin: 0;
	background-image: url(../img/common/logo01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.inc010 .inc010_01 .inc010_01_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 29px;
	line-height: 41px;
	color: #D63448;
	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: #D63448;
	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: #D63448;
	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: #D63448;
	display: block;
	flex-shrink: 0;
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01{
	width: 100%;
	height: auto;
	margin: 0 auto 17px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01{
		margin: 0 auto 30px;
		overflow-x: scroll;
	}
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table{
	width: 100%;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
	text-align: left;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table{
		width: 756px;
		overflow-x: scroll;
	}
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr{
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr th{
	width: auto;
	height: auto;
	padding: 14px 28px;
	border: 1px solid #AAAAAA;
	background-color: #F7F7F7;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr th{
		padding: 12px 5px;
	}
	.inc010.en .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr th{
		font-size: 13px;
		line-height: 23px;
	}
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr th:nth-of-type(1){
	width: 225px;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr th:nth-of-type(1){
		width: 200px;
	}
	.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr th:last-of-type{
		width: 156px;
	}
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr td{
	width: auto;
	height: auto;
	padding: 14px 32px;
	border: 1px solid #AAAAAA;
	font-size: 15px;
	line-height: 25px;
	text-align: right;
	vertical-align: middle;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr td{
		padding: 12px 5px;
	}
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr td:nth-of-type(1){
	text-align: left;
}
.inc010 .inc010_01 .inc010_01_03 .inc010_01_03_01 table tr: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.en .inc010_01 .inc010_01_03 .text05{
		word-break: keep-all;
	}
@media only screen and (max-width: 767px){
	.inc010.en .inc010_01 .inc010_01_03 .text05{
		font-size: 11px;
		line-height: 16px;
	}
}
@media only screen and (max-width: 374px){
	.inc010.en .inc010_01 .inc010_01_03 .text05{
		font-size: 10px;
		line-height: 15px;
	}
}
.inc010 .inc010_01 .inc010_01_04{
	width: 100%;
	height: auto;
	margin: 70px auto 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04{
		margin: 27px auto 0;
	}
}
.inc010.en .inc010_01 .inc010_01_04{
	margin: 85px auto 0;
}
@media only screen and (max-width: 767px){
	.inc010.en .inc010_01 .inc010_01_04{
		margin: 80px auto 0;
	}
}
.inc010 .inc010_01 .inc010_01_04 .text02{
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	font-size: 28px;
	line-height: 38px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.inc010 .inc010_01 .inc010_01_04 .text02{
		width: 90%;
		max-width: 320px;
		margin: 0 auto 13px;
		font-size: 20px;
		line-height: 30px;
	}
}
.inc010 .inc010_01 .inc010_01_04 .text02::before{
	content: '';
	width: 14px;
	height: 14px;
	margin: 0 11px 0 0;
	background-color: #D63448;
	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: #D63448;
	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, #D63448 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, #D63448 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;
}
@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: #D63448;
		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_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;
	margin: 0 auto;
	padding: 0;
	display: block;
}
.inc011 .inc011_01 .inc011_01_01{
	width: 100%;
	height: auto;
	padding: 65px 0 65px;
	margin: 0 auto;
	background-color: #F7F0F1;
	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: 604px;
	height: auto;
	margin: 0 auto 45px;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 h2{
		width: 270px;
		height: auto;
		margin: 0 auto 30px;
	}
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 h2 img {
	display: block;
	width: 100%;
	height: auto;
}
.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 #D63448;
	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 #D63448;
	}
}
.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;
	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%;
		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(1){
	padding: 40px 30px 35px;
}
.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){
	padding: 40px 30px 35px;
}
.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){
	padding: 40px 23px 35px;
}
@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){
		padding: 30px 19px 24px;
	}
	.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){
		padding: 30px 19px 24px;
	}
	.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){
		padding: 30px 19px 24px;
	}
}
.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;
	}
}
@media only screen and (max-width: 374px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01{
		font-size: 17px;
		line-height: 25px;
	}
}
.inc011.en_exhibitor .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01{
	font-size: 20px;
	line-height: 28px;
}
@media only screen and (max-width: 767px){
	.inc011.en_exhibitor .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01{
		font-size: 18px;
		line-height: 26px;
	}
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01::before{
	content: '';
	width: 88px;
	height: 88px;
	margin: 0 auto 30px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01::before{
		margin: 0 auto 26px;
	}
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01:nth-of-type(1) .text01::before{
	background-image: url(../img/common/item032.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/common/item033.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/common/item034.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: #AF1225;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01 span{
		font-size: 20px;
		line-height: 28px;
	}
}
@media only screen and (max-width: 374px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01 span{
		font-size: 17px;
		line-height: 25px;
	}
}
.inc011.en_exhibitor .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01 span{
	font-size: 20px;
	line-height: 28px;
	color: #AF1225;
}
@media only screen and (max-width: 767px){
	.inc011.en_exhibitor .inc011_01 .inc011_01_01 .inc011_01_01_01 .inc011_01_01_01_01 .inc011_01_01_01_01_01 .text01 span{
		font-size: 18px;
		line-height: 26px;
	}
}
.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 img{
	display: block;
	width: 476px;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.inc011 .inc011_01 .inc011_01_01 .inc011_01_01_01 img{
		width: 276px;
	}
}
/*inc011ここまで*/

/*inc012ここから*/
.inc012{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	background-image: url(../img/exhibitor/bg01.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
}
.inc012 .inc012_01{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	padding: 92px 0 100px;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01{
		width: 100%;
		max-width: 320px;
		padding: 50px 0;
	}
}
.inc012 .inc012_01 h2{
	width: 457px;
	height: auto;
	margin: 0 auto 60px;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 h2{
		width: 297px;
		margin: 0 auto 40px;
	}
}
.inc012 .inc012_01 h2 img{
	display: block;
	width: 100%;
	height: auto;
}
.inc012 .inc012_01 .inc012_01_01{
	width: 100%;
	height: auto;
	margin: 50px auto 0;
	display: block;
	background-color: #ffffff;
	box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.05);
	padding-bottom: 1px;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01{
		margin: 30px auto 0;
	}
}
.inc012 .inc012_01 .inc012_01_01:nth-of-type(1){
	margin-top: 0;
}
.inc012 .inc012_01 .inc012_01_01 .text01{
	width: 100%;
	height: auto;
	padding: 15px 45px;
	margin: 0 auto 40px;
	background-color: #0E2F4C;
	border-radius: 2px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .text01{
		margin: 0 auto 20px;
		padding: 21px 15px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .text01 img {
	display: block;
	height: auto;
}
.inc012 .inc012_01 .inc012_01_01 .title01 img {
	width: 910px;
}
.inc012 .inc012_01 .inc012_01_01 .title02 img {
	width: 931px;
}
.inc012 .inc012_01 .inc012_01_01 .title03 img {
	width: 759px;
}
.inc012 .inc012_01 .inc012_01_01 .title04 img {
	width: 939px;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .title01 img {
		width: 203px;
	}
	.inc012 .inc012_01 .inc012_01_01 .title02 img {
		width: 194px;
	}
	.inc012 .inc012_01 .inc012_01_01 .title03 img {
		width: 220px;
	}
	.inc012 .inc012_01 .inc012_01_01 .title04 img {
		width: 239px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .text01::before{
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	font-size: 68px;
	line-height: 68px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .text01::before{
		margin: 0 12px 0 0;
		font-size: 48px;
		line-height: 48px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .title01::before{
	content: '1.';
}
.inc012 .inc012_01 .inc012_01_01 .title02::before{
	content: '2.';
}
.inc012 .inc012_01 .inc012_01_01 .title03::before{
	content: '3.';
}
.inc012 .inc012_01 .inc012_01_01 .title04::before{
	content: '3.';
}
.inc012 .inc012_01 .inc012_01_01 .text02 {
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	padding: 0 40px;
	font-size: 25px;
	line-height: 32px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .text02 {
		margin: 0 auto 30px;
		padding: 0 15px;
		font-size: 16px;
		line-height: 26px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .text02 .span01 {
	font-size: 25px;
	line-height: 32px;
	color: #AF1225;
}
@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_01 .text02 .span01 {
		font-size: 16px;
		line-height: 26px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .text02 .span02 {
	font-size: 13px;
	line-height: 23px;
}
.inc012 .inc012_01 .inc012_01_01 .text02 .span03 {
	font-size: 13px;
	line-height: 23px;
	display: block;
	margin-top: 20px;
}
.inc012 .inc012_01 .inc012_01_01 img.img01 {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 0 40px;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 img.img01 {
		width: 100%;
		padding: 0 15px;
	}
}
/* .inc012_01_01_01ここから */
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 40px 40px;
	margin: 0 auto;
	border-radius: 2px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01{
		padding: 0 15px 30px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01 {
	width: 480px;
	height: auto;
	margin-top: 40px;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01 {
		width: 100%;
		margin-top: 30px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01:nth-of-type(-n+2) {
	margin-top: 0;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01:nth-of-type(-n+2) {
		margin-top: 0;
	}
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01:nth-of-type(2) {
		margin-top: 30px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01 h4 {
	width: 100%;
	height: 70px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 20px;
	line-height: 25px;
	border-left: 8px solid #0E2F4C;
	background-color: #F4F4F4;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01 h4 {
		height: 65px;
		margin-bottom: 20px;
		padding-right: 15px;
		padding-left: 15px;
		font-size: 17px;
		line-height: 24px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_01 .inc012_01_01_01_01 .inc012_01_01_01_01_01 img {
	display: block;
	width: 100%;
	height: auto;
}
/* .inc012_01_01_01ここまで */

/* .inc012_01_01_02ここから */
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_02{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 40px 40px;
	margin: 0 auto;
	border-radius: 2px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_02{
		padding: 0 15px 30px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_02 .text02 {
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	font-size: 25px;
	line-height: 32px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_02 .text02 {
		margin: 0 auto 20px;
		font-size: 20px;
		line-height: 24px;
	}
}
.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_02 .text02 span {
	font-size: 25px;
	line-height: 32px;
	color: #D63448;
}
@media only screen and (max-width: 767px) {
	.inc012 .inc012_01 .inc012_01_01 .inc012_01_01_02 .text02 span {
		font-size: 20px;
		line-height: 24px;
	}
}
.inc012_01_01 .inc012_01_01_02 .inc012_01_01_02_01 {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
}
@media only screen and (max-width: 767px){
	.inc012_01_01 .inc012_01_01_02 .inc012_01_01_02_01 {
		flex-wrap: wrap;
	}
}
.inc012_01_01 .inc012_01_01_02 .inc012_01_01_02_01 .inc012_01_01_02_01_01 {
	width: 300px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc012_01_01 .inc012_01_01_02 .inc012_01_01_02_01 .inc012_01_01_02_01_01 {
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	.inc012_01_01 .inc012_01_01_02 .inc012_01_01_02_01 .inc012_01_01_02_01_01:nth-of-type(1) {
		margin-top: 0;
	}
}
.inc012_01_01 .inc012_01_01_02 .inc012_01_01_02_01 .inc012_01_01_02_01_01 img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.inc012_01_01 .inc012_01_01_02 .inc012_01_01_02_01 .inc012_01_01_02_01_01 h4 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px){
	.inc012_01_01 .inc012_01_01_02 .inc012_01_01_02_01 .inc012_01_01_02_01_01 h4 {
		font-size: 20px;
		line-height: 30px;
	}
}
.inc012_01_01 .inc012_01_01_02 .inc012_01_01_02_01 .inc012_01_01_02_01_01 p {
	font-size: 13px;
	line-height: 23px;
}
/* .inc012_01_01_02ここまで */

/* .inc012_01_01_03ここから */
.inc012_01_01_03 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 40px 50px;
	margin: 0 auto;
	border-radius: 2px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc012_01_01_03 {
		padding: 0 15px 25px;
	}
}
.inc012_01_01_03 h4 {
	margin: 0 auto 35px;
	padding-bottom: 10px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.inc012_01_01_03 h4 {
		margin: 0 auto 20px;
		font-size: 18px;
		line-height: 28px;
	}
}
.inc012_01_01_03 h4::after {
	content: '';
	width: 330px;
	height: 3px;
	background-color: #2F4F7B;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc012_01_01_03 h4::after {
		width: 198px;
	}
}
.inc012_01_01_03 .inc012_01_01_03_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.inc012_01_01_03 .inc012_01_01_03_01 .inc012_01_01_03_01_01 {
	width: calc((100% - 18px * 3) / 4 );
	height: auto;
	margin: 16px 18px 0 0;
	padding: 0;
	display: block;
}
.inc012_01_01_03 .inc012_01_01_03_01 .inc012_01_01_03_01_01:nth-of-type(-n+4) {
	margin: 0 18px 0 0;
}
.inc012_01_01_03 .inc012_01_01_03_01 .inc012_01_01_03_01_01:nth-of-type(4n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px){
	.inc012_01_01_03 .inc012_01_01_03_01 .inc012_01_01_03_01_01 {
		width: calc((100% - 13px * 1) / 2 );
		margin: 20px 13px 0 0;
	}
	.inc012_01_01_03 .inc012_01_01_03_01 .inc012_01_01_03_01_01:nth-of-type(-n+4) {
		margin: 20px 13px 0 0;
	}
	.inc012_01_01_03 .inc012_01_01_03_01 .inc012_01_01_03_01_01:nth-of-type(2n) {
		margin-right: 0;
	}
	.inc012_01_01_03 .inc012_01_01_03_01 .inc012_01_01_03_01_01:nth-of-type(-n+2) {
		margin-top: 0;
	}
}
.inc012_01_01_03 .inc012_01_01_03_01 .inc012_01_01_03_01_01 .item01 {
	width: 100%;
	height: 160px;
	margin: 0 auto 8px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #E3E3E3;
	display: block;
}
.inc012_01_01_03 .inc012_01_01_03_01 .inc012_01_01_03_01_01 .item01 img {
	display: block;
	width: 100%;
	height: auto;

}
@media only screen and (max-width: 767px){
	.inc012_01_01_03 .inc012_01_01_03_01 .inc012_01_01_03_01_01 .item01 {
		height: 90px;
	}
}
.inc012_01_01_03 .inc012_01_01_03_01 .inc012_01_01_03_01_01 h5 {
	font-size: 17px;
	line-height: 27px;
}
.inc012_01_01_03 .inc012_01_01_03_01 .inc012_01_01_03_01_01 h5 span {
	font-size: 13px;
	line-height: 23px;
}
@media only screen and (max-width: 767px){
	.inc012_01_01_03 .inc012_01_01_03_01 .inc012_01_01_03_01_01 h5 {
		font-size: 13px;
		line-height: 23px;
	}
}
.inc012_01_01_03 .inc012_01_01_03_02 {
	width: 100%;
	height: auto;
	margin-top: 40px;
}
@media only screen and (max-width: 767px){
	.inc012_01_01_03 .inc012_01_01_03_02 {
		margin-top: 20px;
	}
}
.inc012_01_01_03 .inc012_01_01_03_02 .item01 {
	box-sizing: border-box;
	width: 340px;
	height: 90px;
	padding: 40px 0 0;
	margin: 0 auto;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	background-image: url(../img/exhibitor/bg02.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_01_01_03 .inc012_01_01_03_02 .item01 {
		box-sizing: border-box;
		width: 257px;
		height: 68px;
		padding: 30px 0 0;
		margin: 0 auto;
		font-size: 17px;
		line-height: 27px;
	}
}
.inc012_01_01_03 .inc012_01_01_03_02 h2 {
	width: 100%;
	height: auto;
	padding: 20px 5px;
	margin: 0 auto;
	font-size: 28px;
	line-height: 38px;
	color: #ffffff;
	background-color: #2F4F7B;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.inc012_01_01_03 .inc012_01_01_03_02 h2 {		
		padding: 15px 5px;
		font-size: 18px;
		line-height: 28px;
	}
}
.inc012_01_01_03 .inc012_01_01_03_02 .inc012_01_01_03_02_01 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 55px;
	margin: 0 auto 40px;
	background-color: #F4F4F4;
	border-radius: 2px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc012_01_01_03 .inc012_01_01_03_02 .inc012_01_01_03_02_01 {
		padding: 25px 18px;
		margin: 0 auto 20px;
	}
}
.inc012_01_01_03 .inc012_01_01_03_02 .inc012_01_01_03_02_01 .inc012_01_01_03_02_01_01 {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.inc012_01_01_03 .inc012_01_01_03_02 .inc012_01_01_03_02_01 .inc012_01_01_03_02_01_01 {
		flex-direction: column;
	}	
}
.inc012_01_01_03 .inc012_01_01_03_02 .inc012_01_01_03_02_01 .inc012_01_01_03_02_01_01 p {
	font-size: 22px;
	line-height: 32px;
}
@media only screen and (max-width: 767px){
	.inc012_01_01_03 .inc012_01_01_03_02 .inc012_01_01_03_02_01 .inc012_01_01_03_02_01_01 p {
		font-size: 16px;
		line-height: 27px;
	}
}
.inc012_01_01_03 .inc012_01_01_03_02 .inc012_01_01_03_02_02 {
	width: 896px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.inc012_01_01_03 .inc012_01_01_03_02 .inc012_01_01_03_02_02 {
		width: 240px;
		flex-direction: column;
	}
}
.inc012_01_01_03 .inc012_01_01_03_02 .inc012_01_01_03_02_02 img {
	display: block;
	width: 423px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc012_01_01_03 .inc012_01_01_03_02 .inc012_01_01_03_02_02 img {
		width: 100%;
		margin-top: 20px;
	}
	.inc012_01_01_03 .inc012_01_01_03_02 .inc012_01_01_03_02_02 img:nth-of-type(1) {
		margin-top: 0;
	}
}
/* .inc012_01_01_03ここまで */

/* .inc012_01_01_04ここから */
.inc012_01_01_04 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 40px 50px;
	margin: 0 auto;
	border-radius: 2px;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc012_01_01_04 {
		padding: 0 15px 25px;
	}
}
.inc012_01_01_04 ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.inc012_01_01_04 ul li {
	display: block;
	width: calc((100% - 25px * 5) / 6 );
	margin: 25px 0 0 0;
	height: auto;
}
@media only screen and (max-width: 767px){
	.inc012_01_01_04 ul li {
		width: calc((100% - 10px * 1) / 2 );
	}
}
.inc012_01_01_04 ul li img {
	display: block;
	width: 100%;
	height: auto;
}
.inc012_01_01_04 .img04 {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
/* .inc012_01_01_04ここまで */





/*inc012ここまで*/

/*inc013ここから*/
.inc013{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../img/common/item041.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc013{
/*		background-image: url(../img/common/item041_sp.png);*/
	}
}
.inc013 .inc013_01{
	width: 1080px;
	height: auto;
	padding: 65px 0 70px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01{
		width: 90%;
		max-width: 320px;
		padding: 35px 0 40px;
	}
}
.inc013 .inc013_01 h2{
	width: 100%;
	height: auto;
	margin: 0 auto 35px;
	font-size: 28px;
	line-height: 38px;
	color: #ffffff;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 h2{
		margin: 0 auto 25px;
		font-size: 22px;
		line-height: 32px;
	}
}
.inc013 .inc013_01 .inc013_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 50px 60px;
	margin: 0 auto;
	background-color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01{
		padding: 0;
		overflow-x: scroll;
	}
}
.inc013 .inc013_01 .inc013_01_01 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc013 .inc013_01 .inc013_01_01 img{
		box-sizing: border-box;
		width: 705px;
		padding: 15px;
		background-color: #ffffff;
	}
}
/*inc013ここまで*/

/*inc014ここから*/
.inc_cont014 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.inc_cont014 .inc_cont014_01 {
	width: 100%;
	height: auto;
	padding: 74px 0;
	margin: 0 auto;
	display: block;
	background-color: #EBF6F0;
}
@media only screen and (max-width: 767px){
	.inc_cont014 .inc_cont014_01{
		padding: 45px 0;
	}
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 {
		width: 90%;
		max-width: 320px;
	}
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .text01 {
	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){
	.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .text01{
		padding: 0 0 10px;
		margin: 0 auto 17px;
		font-size: 25px;
		line-height: 33px;
	}
}
@media only screen and (max-width: 374px){
	.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .text01{
		font-size: 22px;
		line-height: 30px;
	}
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .text01::before{
	content: '';
	width: 310px;
	height: 3px;
	background-color: #5EB384;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .text01::before{
		width: 221px;
	}
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 {
	width: 1080px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01{
		display: block;
		width: 100%;
	}
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01 {
	box-sizing: border-box;
	width: calc((100% - 38px * 2) / 3 );
	height: auto;
	margin: 38px 38px 0 0;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01{
		width: 100%;
		margin: 30px auto 0;
	}
}
@media only screen and (min-width: 768px){
	.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01:nth-of-type(-n+3){
		margin-top: 0;
	}
	.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01:nth-of-type(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01:nth-of-type(1){
		margin-top: 0;
	}
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01 .text02 {
	height: 90px;
	font-size: 25px;
	line-height: 28px;
	color: #ffffff;
	padding: 0 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #89A8B6;
	position: relative;
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01 .text02 {
		font-size: 23px;
		line-height: 25px;
	}
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01 .text02::after {
	content: "無料";
	width: 74px;
	height: 32px;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background-color: #0E70BC;
	border: 1px solid #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01:nth-of-type(5) .text02::after,
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01:nth-of-type(6) .text02::after {
	content: "有料";
	width: 70px;
	background-color: #D32E05;
}
.inc_cont014.en_exhibitor .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01 .text02::after {
	content: "FREE";
}
.inc_cont014.en_exhibitor .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01:nth-of-type(5) .text02::after,
.inc_cont014.en_exhibitor .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01:nth-of-type(6) .text02::after {
	content: "PAID";
}
@media only screen and (max-width: 767px){
	.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01 .text02::after,
	.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01:nth-of-type(5) .text02::after,
	.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01:nth-of-type(6) .text02::after {
		width: 65px;
		height: 27px;
		font-size: 14px;
		line-height: 28px;
	}
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01:nth-of-type(2) .text02 {
	background-color: #E5B92A;
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01:nth-of-type(3) .text02 {
	font-size: 20px;
	line-height: 25px;
	background-color: #E17B2B;
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01:nth-of-type(4) .text02 {
	background-color: #E08A7D;
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01:nth-of-type(5) .text02 {
	background-color: #8DBF2F;
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01:nth-of-type(6) .text02 {
	background-color: #5ABEB6;
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01 .cont01_01 {
	padding: 10px 15px 10px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01 .cont01_01 .text03 {
	font-size: 13px;
	line-height: 18px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.inc_cont014.en .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01 .cont01_01 .text03 {
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01 .cont01_01 .text03 {
		margin-bottom: 10px;
	}
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01 .cont01_01 .text03 span {
	font-size: 11px;
	line-height: 20px;
	word-break: keep-all;
}
.inc_cont014 .inc_cont014_01 .inc_cont014_01_01 .inc_cont014_01_01_01 .cont01 .cont01_01 img {
	display: block;
	width: 100%;
	height: auto;
}

/*inc014ここまで*/

/*includeここまで*/