@charset "utf-8";
.eyecatch_inc.visitors .eyecatch_inc01{
	background-image: url(../img/visitors/eye03.jpg);
}
.eyecatch_inc.en_visitors .eyecatch_inc01{
	background-image: url(../img/visitors/eye03.jpg);
}

/* cont01ここから */
.cont01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.cont01 .cont01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.cont01 .cont01_01 .cont01_01_01{
	width: 100%;
	height: 120px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #023281;
}
.cont01.en .cont01_01 .cont01_01_01{
	width: 100%;
	height: 65px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #023281;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_01{
		height: 95px;
	}
	.cont01.en .cont01_01 .cont01_01_01{
		height: 60px;
	}
}
.cont01 .cont01_01 .cont01_01_01::before{
	content: '';
	width: 47px;
	height: 14px;
	margin: auto;
	position: absolute;
	top: auto;
	right: 0;
	bottom: -12px;
	left: 0;
	background-color: #023281;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_01::before{
		width: 25px;
		height: 9px;
		bottom: -9px;
	}
}
.cont01 .cont01_01 .cont01_01_01 h2{
	width: 481px;
	height: auto;
	display: block;
}
.cont01.en .cont01_01 .cont01_01_01 h2{
	width: auto;
	font-size: 38px;
	line-height: 43px;
	text-align: center;
	color: #ffffff;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_01 h2{
		width: 100%;
		max-width: 354px
	}
	.cont01.en .cont01_01 .cont01_01_01 h2{
		font-size: 28px;
		line-height: 33px;
	}
}
.cont01 .cont01_01 .cont01_01_01 h2 img{
	width: 100% ;
	height: auto;
	display: block;
}
.cont01 .cont01_01 .cont01_01_02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 38px 0 23px;
	display: block;
	background-image: url(../img/visitors/bg01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.cont01.en .cont01_01 .cont01_01_02{
	padding: 33px 0 24px;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_02{
		padding: 23px 0 17px;
		background-image: url(../img/visitors/bg01_sp.png);
	}
}
.cont01 .cont01_01 .cont01_01_02 .text01{
	font-size: 23px;
	line-height: 33px;
	color: #D32E05;
	margin-bottom: 17px;
	text-align: center;
}
.cont01.en .cont01_01 .cont01_01_02 .text01{
	font-size: 25px;
	line-height: 30px;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_02 .text01{
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.cont01.en .cont01_01 .cont01_01_02 .text01{
		width: 90%;
		max-width: 320px;
		margin-bottom: 14px;
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 1px;
		text-align: left;
		word-break: keep-all;
	}
}
.cont01 .cont01_01 .cont01_01_02 a.link01{
	box-sizing: border-box;
	width: 450px;
	height: 85px;
	margin: 0 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D32E05;
	box-shadow: 0px 1px 0px 1px rgba(177,34,0,1.0);
}
.cont01.en .cont01_01 .cont01_01_02 a.link01{
	width: 576px;
	height: 77px;
	margin: 0 0 13px;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_02 a.link01{
		width: 90%;
		max-width: 308px;
		height: 62px;
		margin: 0 0 8px;
	}
	.cont01.en .cont01_01 .cont01_01_02 a.link01{
		width: 90%;
		max-width: 320px;
		height: 56px;
		margin: 0 0 10px;
	}
}
.cont01 .cont01_01 .cont01_01_02 a.link01 span{
	font-size: 25px;
	line-height: 35px;
	color: #ffffff;
	position: relative;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_02 a.link01 span{
		font-size: 20px;
		line-height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cont01 .cont01_01 .cont01_01_02 a.link01 span{
		font-size: 20px;
		line-height: 20px;
	}
}
.cont01 .cont01_01 .cont01_01_02 a.link01 span::after{
	content: '';
	width: 27px;
	height: 27px;
	background-image: url(../img/visitors/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: -37px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.cont01 .cont01_01 .cont01_01_02 a.link01 span::after{
		width: 20px;
		height: 20px;
		margin: 0 0 0 15px;
		position: static;
		flex-shrink: 0;
	}
}
.cont01 .cont01_01 .cont01_01_02 .text02{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 23px;
	color: #141414;
	text-align: center;
	display: block;
}
.cont01.en .cont01_01 .cont01_01_02 .text02{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 19px;
}
.cont01 .cont01_01 .cont01_01_02 .text02 a{
	display: inline;
	width: auto;
	height: auto;
	margin: 0;
	background-color: transparent;
	font-size: 13px;
	line-height: 23px;
	box-shadow: none;
	border-bottom: 1px solid #0E70BC;
	color: #0E70BC;
}
.cont01.en .cont01_01 .cont01_01_02 .text02 a {
	font-size: 14px;
}
.cont01.en .cont01_01 .cont01_01_02 .text03{
	/* width: 576px; */
	width: auto;
	height: auto;
	font-size: 11px;
	line-height: 17px;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont01.en .cont01_01 .cont01_01_02 .text02{
		width: 90%;
		max-width: 320px;
		margin-bottom: 13px;
		font-size: 11px;
		line-height: 16px;
	}
	.cont01.en .cont01_01 .cont01_01_02 .text03{
		width: 90%;
		max-width: 320px;
		word-break: keep-all;
	}
	.cont01.en .cont01_01 .cont01_01_02 .text02 a {
		font-size: 11px;
		line-height: 16px;
	}
}
/* cont01ここまで */

/* cont02ここから */
.cont02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	background-color: #0054A8;
}
.cont02 .cont02_01{
	width: 1020px;
	height: auto;
	margin: 0 auto;
	padding: 32px 0;
}
.cont02.en .cont02_01{
	padding: 17px 0 23px;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01{
		width: 90%;
		max-width: 320px;
		padding: 17px 0;
	}
}
.cont02 .cont02_01 ul{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 0 45px;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 ul{
		gap: initial;
	}
}
.cont02 .cont02_01 ul li{
	width: calc((100% - 46.5px * 3) / 4 );
	height: auto;
	margin: 27px 0 0 0;
	border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 ul li{
		width: calc((100% - 25px * 1) / 2 );
		margin: 13px 25px 0 0;
	}
}
@media only screen and (min-width: 768px){
	.cont02 .cont02_01 ul li:nth-of-type(-n+4){
		margin: 0;
	}
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 ul li:nth-of-type(-n+2){
		margin-top: 0;
	}
	.cont02 .cont02_01 ul li:nth-of-type(2n){
		margin-right: 0;
	}
	/*.cont02 .cont02_01 ul li:nth-last-of-type(-n+2){
		border-bottom: 0;
	}*/
}
.cont02 .cont02_01 ul li a{
	width: 100%;
	height: auto;
	padding-bottom: 13px;
	display: block;
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	position: relative;
}
.cont02 .cont02_01 ul li a span {
	display: block;
	width: 100%;
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	position: relative;
}
.cont02.en .cont02_01 ul li a span {
	font-size: 18px;
	line-height: 23px;
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 ul li a{
		padding-bottom: 12px;
	}
	/*.cont02 .cont02_01 ul li:nth-last-of-type(-n+2) a{
		padding-bottom: 0;
	}*/
	.cont02 .cont02_01 ul li a span {
		font-size: 13px;
		line-height: 20px;
	}
	.cont02.en .cont02_01 ul li a span {
		font-size: 13px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 374px){
	.cont02 .cont02_01 ul li a span{
		font-size: 11px;
		line-height: 18px;
	}
}
.cont02 .cont02_01 ul li a span::after {
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(../img/visitors/item02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 1px;
	bottom: 0;
	left: auto;	
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_01 ul li a::after{
		width: 14px;
		height: 14px;
		top: 0;
		bottom: 0;
	}
}
/* cont02ここまで */

/* cont03ここから */
.cont03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	background-image: url(../img/visitors/bg02.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	clip-path: polygon(
	  0 0,
	  100% 0,
	  100% calc(100% - 42px),
	  calc(50% + (118px / 2)) calc(100% - 42px),
	  50% 100%,
	  calc(50% - (118px / 2)) calc(100% - 42px),
	  0 calc(100% - 42px)
	);
	background-color: #fff;
}
@media only screen and (max-width: 767px){
	.cont03{
		padding-bottom: 23px;
		background-image: url(../img/visitors/bg02_sp.png);
		clip-path: polygon(
		  0 0,
		  100% 0,
		  100% calc(100% - 30px),
		  calc(50% + (70px / 2)) calc(100% - 30px),
		  50% 100%,
		  calc(50% - (70px / 2)) calc(100% - 30px),
		  0 calc(100% - 30px)
		);
	}
}
.cont03 .cont03_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 68px 0 96px;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01{
		padding: 28px 0 32px;
	}
}
.cont03 .cont03_01 h2{
	width: 992px;
	height: auto;
	display: block;
	margin: 0 auto 20px;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01 h2{
		width: 90%;
		max-width: 323px;
		margin: 0 auto 20px;
	}
}
.cont03 .cont03_01 h2 img{
	width: 100%;
	height: auto;
	display: block;
}
.cont03.en .cont03_01 h2{
	width: auto;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 45px;
	line-height: 50px;
	color: #0054A8;
}
.cont03.en .cont03_01 h2 span{
	font-size: 22px;
	line-height: 27px;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont03.en .cont03_01 h2{
		margin: 0 auto 21px;
		font-size: 35px;
		line-height: 40px;
		word-break: keep-all;
	}
	.cont03.en .cont03_01 h2 span{
		word-break: keep-all;
	}	
}
.cont03 .cont03_01 > h3.text01{
	font-size: 28px;
	line-height: 45px;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.cont03 .cont03_01 > h3.text01{
		width: 90%;
		max-width: 323px;
		margin: 0 auto;
		font-size: 18px;
		line-height: 28px;
		text-align: left;
	}
}
/* cont03ここまで */

/* cont04ここから */
.cont04{
	width: 100%;
	height: auto;
	margin: -42px auto 0;
	display: block;
}
.cont04 .cont04_01{
	width: 100%;
	height: auto;
	margin: 80px auto 0;
	padding: 107px 0 55px;
	background-image: url(../img/visitors/bg03.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01{
		margin: -23px auto 0;
		padding: 56px 0 40px;
		background-image: url(../img/visitors/bg03_sp.png);
	}
}
.cont04 .cont04_01 h2{
	width: 1078px;
	height: auto;
	display: block;
	margin: 0 auto 35px;
}
.cont04.en .cont04_01 h2{
	font-size: 58px;
	line-height: 53px;
	color: #ffffff;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 h2{
		width: 90%;
		max-width: 320px;
	}
	.cont04.en .cont04_01 h2{
		font-size: 38px;
		line-height: 42px;
		word-break: keep-all;
	}
}
.cont04 .cont04_01 h2 img{
	width: 100%;
	height: auto;
	display: block;
}
.cont04 .cont04_01 .cont04_01_01{
	width: 1080px;
	height: auto;
	margin:  0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01{
		width: 90%;
		max-width: 320px;
		display: block;
	}
}
.cont04 .cont04_01 .cont04_01_01 .cont04_01_01_01{
	width: calc((100% - 36px * 2) / 3 );
	height: auto;
	margin: 0 36px 0 0;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01 .cont04_01_01_01{
		width: 100%;
		height: auto;
		margin: 30px auto 0;
	}
}
.cont04 .cont04_01 .cont04_01_01 .cont04_01_01_01:nth-of-type(3){
	margin: 0;
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01 .cont04_01_01_01:nth-of-type(1){
		margin-top: 0;
	}
	.cont04 .cont04_01 .cont04_01_01 .cont04_01_01_01:nth-of-type(3){
		margin: 30px auto 0;
	}
}
.cont04 .cont04_01 .cont04_01_01 .cont04_01_01_01 h3{
	width: 130px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.cont04.en .cont04_01 .cont04_01_01 .cont04_01_01_01 h3{
	width: 280px;
	height: 66px;
	font-size: 18px;
	line-height: 23px;
	color: #0E70BC;
	border: 3px solid #0E70BC;
	background-color: #ffffff;
	border-radius: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.cont04.en .cont04_01 .cont04_01_01 .cont04_01_01_01 h3::before {
	font-size: 41px;
	line-height: 46px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-style: italic;
	margin: auto;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 32px;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.cont04.en .cont04_01 .cont04_01_01 .cont04_01_01_01 h3::before {
		font-size: 40px;
		line-height: 45px;
	}
}
.cont04.en .cont04_01 .cont04_01_01 .cont04_01_01_01:nth-of-type(1) h3::before {
	content: "1";
}
.cont04.en .cont04_01 .cont04_01_01 .cont04_01_01_01:nth-of-type(2) h3::before {
	content: "2";
}
.cont04.en .cont04_01 .cont04_01_01 .cont04_01_01_01:nth-of-type(3) h3::before {
	content: "3";
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01 .cont04_01_01_01 h3{
		width: 108px;
	}
}

.cont04 .cont04_01 .cont04_01_01 .cont04_01_01_01 h3 img{
	width: 100%;
	height: auto;
	display: block;
}
.cont04 .cont04_01 .cont04_01_01 .cont04_01_01_01 img.photo01{
	width: 100%;
	height: auto;
	display: block;
	margin-top: -65px;
}

/* cont04.jpここから */
.cont04.jp {
	width: 100%;
	height: auto;
	display: block;
}
.cont04.jp .cont04_01{
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 107px 0 55px;
	background-image: url(../img/visitors/bg03.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	
}
@media only screen and (max-width: 767px){
	.cont04.jp .cont04_01{
		margin: -23px auto 0;
		padding: 56px 0 40px;
		background-image: url(../img/visitors/bg03_sp.png);
	}
}

.cont04.jp .cont04_01 h2{
	width: 778px;
	height: auto;
	display: block;
	margin: 0 auto 35px;
}
@media only screen and (max-width: 767px){
	.cont04.jp .cont04_01 h2{
		width: 90%;
		max-width: 320px;
	}
}
.cont04.jp .cont04_01 h2 img{
	width: 100%;
	height: auto;
	display: block;
}
.cont04.jp .cont04_01 .cont04_01_01{
	width: 1080px;
	height: auto;
	margin:  0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 34px;
}
@media only screen and (max-width: 767px){
	.cont04.jp .cont04_01 .cont04_01_01{
		width: 90%;
		max-width: 320px;
		flex-direction: column;
		gap: 30px;
	}
}
.cont04.jp .cont04_01 .cont04_01_01 .cont04_01_01_01{
	width: 336px;
	height: auto;
	margin: 0;
}
@media only screen and (max-width: 767px){
	.cont04.jp .cont04_01 .cont04_01_01 .cont04_01_01_01{
		width: 100%;
		height: auto;
	}
}
.cont04.jp .cont04_01 .cont04_01_01 .cont04_01_01_01 h3{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.cont04.jp .cont04_01 .cont04_01_01 .cont04_01_01_01 h3 img{
	width: 100%;
	height: auto;
	display: block;
}
.cont04.jp .cont04_01 .cont04_01_01 .cont04_01_01_01 h4{
	font-size: 25px;
	line-height: 35px;
	color: #FFD136;
	margin-top: 15px;
}
@media only screen and (max-width: 767px){
	.cont04.jp .cont04_01 .cont04_01_01 .cont04_01_01_01 h4{
		font-size: 23px;
		line-height: 33px;
		margin-top: 15px;
	}
}
.cont04.jp .cont04_01 .cont04_01_01 .cont04_01_01_01 .text03{
	font-size: 18px;
	line-height: 28px;
	margin-top: 11px;
	color: #fff;
}
@media only screen and (max-width: 767px){
	.cont04.jp .cont04_01 .cont04_01_01 .cont04_01_01_01 .text03{
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}
}
.cont04.jp .cont04_02{
	width: 100%;
	height: auto;
	background-color: #023281;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 20px 0;
}
.cont04.jp .cont04_02::after{
	content:'';
	display: block;
	width: 40px;
	height: 14px;
	background-image: url(../img/visitors/item025.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	bottom: -14px;
	left:0;
	right: 0;
	margin: auto;
}
.cont04.jp .cont04_02 img{
	width: 481px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont04.jp .cont04_02 img{
		width: 90%;
		max-width: 350px;
	}
}



.cont04.en .cont04_01 .cont04_01_01 .cont04_01_01_01 h3{
	width: 280px;
	height: 66px;
	font-size: 18px;
	line-height: 23px;
	color: #0E70BC;
	border: 3px solid #0E70BC;
	background-color: #ffffff;
	border-radius: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.cont04.en .cont04_01 .cont04_01_01 .cont04_01_01_01 h3::before {
	font-size: 41px;
	line-height: 46px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-style: italic;
	margin: auto;
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 32px;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.cont04.en .cont04_01 .cont04_01_01 .cont04_01_01_01 h3::before {
		font-size: 40px;
		line-height: 45px;
	}
}
.cont04.en .cont04_01 .cont04_01_01 .cont04_01_01_01:nth-of-type(1) h3::before {
	content: "1";
}
.cont04.en .cont04_01 .cont04_01_01 .cont04_01_01_01:nth-of-type(2) h3::before {
	content: "2";
}
.cont04.en .cont04_01 .cont04_01_01 .cont04_01_01_01:nth-of-type(3) h3::before {
	content: "3";
}
@media only screen and (max-width: 767px){
	.cont04 .cont04_01 .cont04_01_01 .cont04_01_01_01 h3{
		width: 108px;
	}
}

.cont04 .cont04_01 .cont04_01_01 .cont04_01_01_01 h3 img{
	width: 100%;
	height: auto;
	display: block;
}
.cont04 .cont04_01 .cont04_01_01 .cont04_01_01_01 img.photo01{
	width: 100%;
	height: auto;
	display: block;
	margin-top: -65px;
}

/* cont04ここまで */

/* cont5ここから */
.cont05{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	background-image: url(../img/visitors/bg04.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 374px){
	.cont05{
		background-image: url(../img/visitors/bg04_sp.png);
	}
}
.cont05 .cont05_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 90px 0 0;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01{
		padding: 45px 0 0;
	}
}
.cont05 .cont05_01 .text01{
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 45px;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .text01{
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
	}
}
.cont05 .cont05_01 .cont05_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #0054A8;
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01 .text02{
	box-sizing: border-box;
	width: 1080px;
	height: auto;
	margin: 0 auto;
	padding: 26px 0 26px 38px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01 .text02{
		width: 90%;
		max-width: 320px;
		padding: 25px 5px;
		justify-content: center;
	}
}
.cont05.en .cont05_01 .cont05_01_01 .cont05_01_01_01 .text02{
	box-sizing: border-box;
}
.cont05.en .cont05_01 .cont05_01_01 .cont05_01_01_01 .text02 span{
	width: auto;
	height: auto;
	font-size: 27px;
	line-height: 32px;
	color: #ffffff;
}
.cont05.en .cont05_01 .cont05_01_01 .cont05_01_01_01 .text02 span span{
	font-size: 40px;
	line-height: 45px;
	color: #FFD136;
}
@media only screen and (max-width: 767px){
	.cont05.en .cont05_01 .cont05_01_01 .cont05_01_01_01 .text02 span{
		font-size: 20px;
		line-height: 25px;
		word-break: keep-all;
	}
	.cont05.en .cont05_01 .cont05_01_01 .cont05_01_01_01 .text02 span span{
		font-size: 28px;
		line-height: 33px;
		word-break: keep-all;
	}
}
.cont05.en .cont05_01 .cont05_01_01 .cont05_01_01_01 .text02 span span.span02{
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	margin-left: 10px;
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01 h3.text02::before{
	content: "1.";
	width: auto;
	height: auto;
	margin: 0 30px 0 0;
	font-size: 68px;
	line-height: 68px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #9FD0E9;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01 h3.text02::before{
		margin: 0 8px 0 0;
		font-size: 45px;
		line-height: 45px;
	}
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01 h3 img{
	width: 552px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01 h3 img{
		width: 100%;
		max-width: 274px;
		flex-grow: 1;
	}
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02{
	width: 1080px;
	margin: 0 auto;
	padding: 30px 0 60px;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02{
		width: 90%;
		max-width: 320px;
		padding: 15px 0 50px;
	}
	.cont05.en .cont05_01 .cont05_01_01 .cont05_01_01_02{
		padding: 30px 0 50px;
	}
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02 .text03{
	font-size: 17px;
	line-height: 32px;
	margin-bottom: 40px;
}
.cont05.en .cont05_01 .cont05_01_01 .cont05_01_01_02 .text03{
	margin-bottom: 30px;
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02 .text03{
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 18px;
	}
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02 .text03 span{
	font-size: 11px;
	line-height: 28px;
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02 .text04{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02 .text04{
		font-size: 17px;
		line-height: 27px;
		margin-bottom: 15px;
	}
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02 .cont05_01_01_02_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02 .cont05_01_01_02_01 .cont05_01_01_02_01_01{
	width: calc((100% - 26px * 3) / 4 );
	height: auto;
	margin: 27px 26px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02 .cont05_01_01_02_01 .cont05_01_01_02_01_01{
		width: calc((100% - 17px * 1) / 2 );
		margin: 17px 17px 0 0;
	}
}
@media only screen and (min-width: 768px){
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02 .cont05_01_01_02_01 .cont05_01_01_02_01_01:nth-of-type(4n){
		margin-right: 0;
	}
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02 .cont05_01_01_02_01 .cont05_01_01_02_01_01:nth-of-type(-n+4){
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02 .cont05_01_01_02_01 .cont05_01_01_02_01_01:nth-of-type(2n){
		margin-right: 0;
	}
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02 .cont05_01_01_02_01 .cont05_01_01_02_01_01:nth-of-type(-n+2){
		margin-top: 0;
	}
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02 .cont05_01_01_02_01 .cont05_01_01_02_01_01 img{
	width: 100%;
	height: auto;
	display: block;
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02 .cont05_01_01_02_01 .cont05_01_01_02_01_01 p{
	box-sizing: border-box;
	width: 100%;
	min-height: 50px;
	padding: 5px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	background-color: #E4F2FA;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont05.en .cont05_01 .cont05_01_01 .cont05_01_01_02 .cont05_01_01_02_01 .cont05_01_01_02_01_01 p{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_02 .cont05_01_01_02_01 .cont05_01_01_02_01_01 p{
		min-height: 45px;
		font-size: 13px;
		line-height: 16px;
		text-align: left;
	}
	.cont05.en .cont05_01 .cont05_01_01 .cont05_01_01_02 .cont05_01_01_02_01 .cont05_01_01_02_01_01 p{
		text-align: center;
	}
}
.cont05 .cont05_01 .cont05_01_02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 80px;
}
.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #0054A8;
}
.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_01 .text02{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	padding: 26px 0 26px 38px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_01 .text02{
		width: 90%;
		max-width: 320px;
		padding: 25px 5px;
		justify-content: center;
	}
}
.cont05.en .cont05_01 .cont05_01_02 .cont05_01_02_01 .text02{
	box-sizing: border-box;
}
.cont05.en .cont05_01 .cont05_01_02 .cont05_01_02_01 .text02 span{
	width: auto;
	height: auto;
	font-size: 27px;
	line-height: 32px;
	color: #ffffff;
}
.cont05.en .cont05_01 .cont05_01_02 .cont05_01_02_01 .text02 span span{
	font-size: 40px;
	line-height: 45px;
	color: #FFD136;
}
@media only screen and (max-width: 767px){
	.cont05.en .cont05_01 .cont05_01_02 .cont05_01_02_01 .text02 span{	
		font-size: 20px;
		line-height: 25px;
		word-break: keep-all;
	}
	.cont05.en .cont05_01 .cont05_01_02 .cont05_01_02_01 .text02 span span{
		font-size: 28px;
		line-height: 33px;
		word-break: keep-all;
	}
}
.cont05.en .cont05_01 .cont05_01_02 .cont05_01_02_01 .text02 span span.span02{
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	margin-left: 10px;
}
.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_01 h3.text02::before{
	content: "2.";
	width: auto;
	height: auto;
	margin: 0 30px 0 0;
	font-size: 68px;
	line-height: 68px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #9FD0E9;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_01 h3.text02::before{
		margin: 0 8px 0 0;
		font-size: 45px;
		line-height: 45px;
	}
}
.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_01 h3 img{
	width: 764px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_01 h3 img{
		width: 100%;
		max-width: 274px;
		flex-grow: 1;
	}
}
.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_02{
	width: 1020px;
	margin: 0 auto;
	padding: 53px 0 40px;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_02{
		width: 90%;
		max-width: 320px;
		padding: 25px 0 0;
	}
}
.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_02 .cont05_01_02_02_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}
.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_02 .cont05_01_02_02_01 .item01{
	display: block;
	width: 320px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_02 .cont05_01_02_02_01 .item01{
		width: 100%;
	}
}
.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_02 .text03{
	font-size: 13px;
	line-height: 18px;
	margin-top: 17px;
	text-align: right;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_02 .text03{
		font-size: 16px;
		line-height: 26px;
		margin: 25px 0 15px;
		text-align: left;
	}
}

.cont05 .cont05_01 .cont05_01_02 a{
	width: 450px;
	height: 85px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background-color: #FFD136;
	box-shadow: 3px 3px 20px 0 rgba(0,0,0,0.19);
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_02 a{
		width: 275px;
		height: 83px;
	}
}
.cont05 .cont05_01 .cont05_01_02 a span{
	font-size: 22px;
	line-height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*position: relative;*/
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_02 a span{
		font-size: 18px;
		line-height: 29px;
	}
}
.cont05 .cont05_01 .cont05_01_02 a span::after{
	content: '';
	width: 24px;
	height: 24px;
	background-image: url(../img/common/arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	margin-left: 20px;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_02 a span::after{
		width: 20px;
		height: 20px;
		margin-left: 15px;
	}
}

.cont05 .cont05_01 .cont05_01_03 a{
	width: 450px;
	height: 85px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background-color: #FFD136;
	box-shadow: 3px 3px 20px 0 rgba(0,0,0,0.19);
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 a{
		width: 275px;
		height: 83px;
	}
}
.cont05 .cont05_01 .cont05_01_03 a span{
	font-size: 22px;
	line-height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*position: relative;*/
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 a span{
		font-size: 18px;
		line-height: 29px;
	}
}
.cont05 .cont05_01 .cont05_01_03 a span::after{
	content: '';
	width: 24px;
	height: 24px;
	background-image: url(../img/common/arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	margin-left: 20px;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 a span::after{
		width: 20px;
		height: 20px;
		margin-left: 15px;
	}
}


.inc010 .inc010_01{
	padding: 0;
}
.inc010 .inc010_01 .inc010_01_05{
	margin: 0 auto;
}
.inc010 .inc010_01 .inc010_01_05 .text02{
	display: none;
}
.inc010 .inc010_01 .inc010_01_05 .inc010_01_05_01{
	background-color: initial;
	padding: 38px 30px 72px 30px; 
}
.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_02 .link01{
	box-sizing: border-box;
	width: 450px;
	height: 85px;
	margin: 0 auto 10px;
	font-size: 22px;
	line-height: 32px;
	background-color: #FFD136;
	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){
	.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_02 .link01{
		width: 100%;
		max-width: 320px;
		height: 61px;
		font-size: 17px;
		line-height: 27px;
	}
}
.cont05.en .cont05_01 .cont05_01_02 .cont05_01_02_02 .link01{
	margin: 0 auto 12px;
}
@media only screen and (max-width: 767px){
	.cont05.en .cont05_01 .cont05_01_02 .cont05_01_02_02 .link01{
		font-size: 18px;
		line-height: 23px;
	}
}
.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_02 .link01 .svg{
	content: '';
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 0 0 20px;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_02 .link01 .svg{
		width: 20px;
		height: 20px;
		margin: 0 0 0 15px;
	}
}
.cont05.en .cont05_01 .cont05_01_02 .cont05_01_02_02 .text04 {
	font-size: 14px;
	line-height: 19px;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.cont05.en .cont05_01 .cont05_01_02 .cont05_01_02_02 .text04 {
		font-size: 12px;
		line-height: 17px;
		word-break: keep-all;
	}
}
.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_02 .text05 {
	font-size: 13px;
	line-height: 23px;
	text-align: right;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_02 .cont05_01_02_02 .text05 {
		font-size: 13px;
		line-height: 23px;
		text-align: left;
	}
}
.cont05 .cont05_01 .cont05_01_03{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #0054A8;
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_01 .text02{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	padding: 26px 0 26px 38px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_01 .text02{
		width: 90%;
		max-width: 320px;
		padding: 25px 5px;
		justify-content: center;
	}
}
.cont05.en .cont05_01 .cont05_01_03 .cont05_01_03_01 .text02{
	box-sizing: border-box;
}
.cont05.en .cont05_01 .cont05_01_03 .cont05_01_03_01 .text02 span{
	width: auto;
	height: auto;
	font-size: 27px;
	line-height: 32px;
	color: #ffffff;
}
.cont05.en .cont05_01 .cont05_01_03 .cont05_01_03_01 .text02 span span{
	font-size: 40px;
	line-height: 45px;
	color: #FFD136;
}
@media only screen and (max-width: 767px){
	.cont05.en .cont05_01 .cont05_01_03 .cont05_01_03_01 .text02 span{
		font-size: 20px;
		line-height: 25px;
		word-break: keep-all;
	}
	.cont05.en .cont05_01 .cont05_01_03 .cont05_01_03_01 .text02 span span{
		font-size: 28px;
		line-height: 33px;
		word-break: keep-all;
	}
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_01 h3.text02::before{
	content: "3.";
	width: auto;
	height: auto;
	margin: 0 30px 0 0;
	font-size: 68px;
	line-height: 68px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #9FD0E9;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_01 h3.text02::before{
		margin: 0 8px 0 0;
		font-size: 45px;
		line-height: 45px;
	}
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_01 h3 img{
	width: 720px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_01 h3 img{
		width: 100%;
		max-width: 274px;
		flex-grow: 1;
	}
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02{
	width: 1080px;
	margin: 0 auto;
	padding: 30px 0 40px;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02{
		width: 90%;
		max-width: 320px;
		padding: 15px 0 46px;
	}
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .text03{
	font-size: 17px;
	line-height: 32px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .text03{
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 18px;
	}
	.cont05.en .cont05_01 .cont05_01_03 .cont05_01_03_02 .text03{
		margin-bottom: 30px;
		word-break: keep-all;
	}
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01{
	width: 100%;
	height: auto;
	margin: 36px auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01{
		margin: 27px auto 0;
	}
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(1){
	margin-top: 0;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(1){
		display: block;
	}
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01 .cont05_01_03_02_01_01{
	box-sizing: border-box;
	width: calc((100% - 25.5px * 2) / 3 );
	height: auto;
	margin: 27px 25.5px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
}
.cont05.en .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01 .cont05_01_03_02_01_01{
	width: calc((100% - 27px * 3) / 4 );
	margin: 27px 27px 0 0;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01 .cont05_01_03_02_01_01{
		width: calc((100% - 17px * 1) / 2 );
		margin: 26px 17px 0 0;
	}
	.cont05.en .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01 .cont05_01_03_02_01_01{
		width: calc((100% - 17px * 1) / 2 );
		margin: 26px 17px 0 0;
	}
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(1) .cont05_01_03_02_01_01{
	width: calc((100% - 38px * 2) / 3 );
	margin: 38px 38px 0 0;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(1) .cont05_01_03_02_01_01{
		width: 100%;
		margin: 27px auto 0;
	}
	.cont05.en .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(1) .cont05_01_03_02_01_01{
		margin: 40px auto 0;
	}
}
@media only screen and (min-width: 768px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(1) .cont05_01_03_02_01_01:nth-of-type(-n+3){
		margin-top: 0;
	}
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(1) .cont05_01_03_02_01_01:nth-of-type(3n){
		margin-right: 0;
	}
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(2) .cont05_01_03_02_01_01:nth-of-type(-n+4){
		margin-top: 0;
	}
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(2) .cont05_01_03_02_01_01:nth-of-type(3n){
		margin-right: 0;
	}
	.cont05.en .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(2) .cont05_01_03_02_01_01:nth-of-type(3){
		margin: 0 27px 0 0;
	}
	.cont05.en .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(2) .cont05_01_03_02_01_01:nth-of-type(4n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(1) .cont05_01_03_02_01_01:nth-of-type(1){
		margin-top: 0;
	}
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(2) .cont05_01_03_02_01_01:nth-of-type(-n+2){
		margin-top: 0;
	}
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(2) .cont05_01_03_02_01_01:nth-of-type(2n){
		margin-right: 0;
	}
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01 .cont05_01_03_02_01_01 img{
	width: 100%;
	height: auto;
	margin: 0 auto 17px;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01 .cont05_01_03_02_01_01 img{
		margin: 0 auto 12px;
	}
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(1) .cont05_01_03_02_01_01 img{
	margin: 0 auto 10px;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(1) .cont05_01_03_02_01_01 img{
		margin: 0 auto 15px;
	}
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01 .cont05_01_03_02_01_01 .text04{
	width: 100%;
	height: auto;
	margin: 0 auto 5px;
	font-size: 18px;
	line-height: 24px;
	display: block;
}
.cont05.en .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01 .cont05_01_03_02_01_01 .text04{
	text-align: center;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01 .cont05_01_03_02_01_01 .text04{
		margin: 0 auto 11px;
		font-size: 15px;
		line-height: 20px;
	}
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(1) .cont05_01_03_02_01_01 .text04{
	margin: 0 auto 10px;
	font-size: 17px;
	line-height: 26px;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(1) .cont05_01_03_02_01_01 .text04{
		margin: 0 auto 7px;
		font-size: 20px;
		line-height: 28px;
	}
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01 .cont05_01_03_02_01_01 p{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 20px;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01 .cont05_01_03_02_01_01 p{
		font-size: 12px;
		line-height: 20px;
	}
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(1) .cont05_01_03_02_01_01 p{
	font-size: 14px;
	line-height: 22px;
}
@media only screen and (max-width: 767px){
	.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01:nth-of-type(1) .cont05_01_03_02_01_01 p{
		font-size: 13px;
		line-height: 20px;
	}
}
.cont05 .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01 .text05{
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	font-size: 13px;
	line-height: 20px;
	display: block;
	text-align: right;
}
.cont05.en .cont05_01 .cont05_01_03 .cont05_01_03_02 .cont05_01_03_02_01 .text05 {
	word-break: keep-all;
}
/* cont5ここまで */

/* cont06ここから */
.cont06{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../img/visitors/item017.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont06{
		background-image: url(../img/visitors/item017_sp.png);
	}
}
.cont06 .cont06_01{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	padding: 65px 0 70px;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01{
		width: 90%;
		max-width: 320px;
		padding: 25px 0 46px;
	}
}
.cont06 .cont06_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto 8px;
	font-size: 22px;
	line-height: 32px;
	color: #0683C4;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .text01{
		font-size: 18px;
		line-height: 28px;
	}
}
.cont06 .cont06_01 .text01::before{
	content: '';
	width: 11px;
	height: 24px;
	margin: 0 10px 0 0;
	background-image: url(../img/visitors/item018.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .text01::before{
		width: 11px;
		height: 21px;
		margin: 0 7px 0 0;
	}
}
.cont06 .cont06_01 .text01::after{
	content: '';
	width: 11px;
	height: 24px;
	margin: 0 0 0 10px;
	background-image: url(../img/visitors/item019.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .text01::after{
		width: 11px;
		height: 21px;
		margin: 0 0 0 7px;
	}
}
.cont06 .cont06_01 h2{
	width: 100%;
	height: auto;
	margin: 0 auto 37px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 h2{
		margin: 0 auto 26px;
		font-size: 25px;
		line-height: 33px;
	}
}
@media only screen and (max-width: 374px){
	.cont06 .cont06_01 h2{
		font-size: 22px;
		line-height: 30px;
	}
}
.cont06 .cont06_01 .cont06_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01{
	box-sizing: border-box;
	width: calc((100% - 38px * 2) / 3 );
	height: auto;
	margin: 38px 38px 0 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01{
		width: 100%;
		margin: 25px auto 0;
	}
}
@media only screen and (min-width: 768px){
	.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01:nth-of-type(-n+3){
		margin-top: 0;
	}
	.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01:nth-of-type(3){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01:nth-of-type(1){
		margin-top: 0;
	}
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01 img{
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01 img{
		margin: 0 auto 17px;
	}
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01 .text04{
	width: 100%;
	height: auto;
	margin: 0 auto 13px;
	font-size: 20px;
	line-height: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01 .text04{
		margin: 0 auto 6px;
		font-size: 18px;
		line-height: 28px;
	}
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01 .text04 .svg{
	content: '';
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 0 0 13px;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01 .text04 .svg{
		width: 20px;
		height: 20px;
		margin: 0 0 0 15px;
	}
}
.cont06 .cont06_01 .cont06_01_01 .cont06_01_01_01 p{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	display: block;
	word-break: break-word;
}
.cont06 .cont06_01 .cont06_01_02{
	width: 100%;
	height: auto;
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.cont06 .cont06_01 .cont06_01_02 .cont06_01_02_01{
	box-sizing: border-box;
	width: calc((100% - 38px * 2) / 3 );
	height: auto;
	margin: 38px 38px 0 0;
	display: block;
}
.cont06 .cont06_01 .slick_start .cont06_01_02_01{
	width: 336px;
	margin: 0 calc(36px / 2);
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_02 .cont06_01_02_01{
		width: auto;
	}
	.cont06 .cont06_01 .slick_start .cont06_01_02_01{
		margin: 0;
	}
}
.cont06 .cont06_01 .cont06_01_02 .cont06_01_02_01:last-of-type{
	margin-right: 0;
}
.cont06 .cont06_01 .slick_start .cont06_01_02_01:last-of-type{
	margin-right: calc(36px / 2);
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .slick_start .cont06_01_02_01:last-of-type{
		margin-right: 0;
	}
}
.cont06 .cont06_01 .cont06_01_02 .cont06_01_02_01 img{
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	display: block;
}
.cont06 .cont06_01 .cont06_01_02 .cont06_01_02_01 .text04{
	width: 100%;
	height: auto;
	margin: 0 auto 13px;
	font-size: 20px;
	line-height: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_02 .cont06_01_02_01 .text04{
		margin: 0 auto 6px;
		font-size: 16px;
		line-height: 26px;
	}
}
.cont06 .cont06_01 .cont06_01_02 .cont06_01_02_01 .text04 .svg{
	content: '';
	width: 17px;
	height: 17px;
	display: block;
	margin: 0 0 0 13px;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_02 .cont06_01_02_01 .text04 .svg{
		margin: 0 0 0 15px;
	}
}
.cont06 .cont06_01 .cont06_01_02 .cont06_01_02_01 p{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_02 .cont06_01_02_01 p{
		font-size: 14px;
		line-height: 24px;
	}
}
.cont06 .cont06_01 .cont06_01_02 .slick-prev,
.cont06 .cont06_01 .cont06_01_02 .slick-next{
	width: 44px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	z-index: 10;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_02 .slick-prev,
	.cont06 .cont06_01 .cont06_01_02 .slick-next{
		width: 37px;
		height: 39px;
	}
}
.cont06 .cont06_01 .cont06_01_02 .slick-prev:hover,
.cont06 .cont06_01 .cont06_01_02 .slick-next:hover{
	opacity: .8;
	transition: all .5s;
}
.cont06 .cont06_01 .cont06_01_02 .slick-prev{
	left: -44px;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_02 .slick-prev{
		left: -20px;
	}
}
@media only screen and (max-width: 374px){
	.cont06 .cont06_01 .cont06_01_02 .slick-prev{
		left: -10px;
	}
}
.cont06 .cont06_01 .cont06_01_02 .slick-next{
	left: auto;
	right: -44px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.cont06 .cont06_01 .cont06_01_02 .slick-next{
		right: -20px;
	}
}
@media only screen and (max-width: 374px){
	.cont06 .cont06_01 .cont06_01_02 .slick-next{
		right: -10px;
	}
}
.cont06 .cont06_01 .cont06_01_02 .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){
	.cont06 .cont06_01 .cont06_01_02 .slick-prev::before{
		width: 10px;
		height: 18px;
	}
}
.cont06 .cont06_01 .cont06_01_02 .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){
	.cont06 .cont06_01 .cont06_01_02 .slick-next::before{
		width: 10px;
		height: 18px;
	}
}
/* cont06ここまで */

/* cont07ここから */
.cont07{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F7F7F7;
	display: block;
}
.cont07 .cont07_01{
	width: 850px;
	height: auto;
	margin: 0 auto;
	padding: 90px 0 63px;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01{
		width: 90%;
		max-width: 320px;
		padding: 45px 0 35px;
	}
}
.cont07 .cont07_01 h2{
	width: 100%;
	height: auto;
	padding: 0 0 8px;
	margin: 0 auto 28px;
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 14px;
		font-size: 25px;
		line-height: 33px;
	}
}
@media only screen and (max-width: 374px){
	.cont07 .cont07_01 h2{
		font-size: 22px;
		line-height: 30px;
	}
}
.cont07 .cont07_01 h2::before{
	content: '';
	width: 310px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 h2::before{
		width: 221px;
	}
}
.cont07 .cont07_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto 45px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	display: block;
}
.cont07 .cont07_01 .text01 span {
	display: block;
	font-size: 15px;
	line-height: 25px;
}
.cont07 .cont07_01 .text01 span a {
	font-size: 15px;
	line-height: 25px;
	border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .text01{
		margin: 0 auto 37px;
		font-size: 16px;
		line-height: 26px;
	}
}
.cont07.en .cont07_01 .text01{
	font-size: 18px;
	line-height: 28px;
}
.cont07.en .cont07_01 .text01 span{
	display: block;
	margin-top: 11px;
	font-size: 18px;
	line-height: 28px;
	word-break: keep-all;
}
.cont07.en .cont07_01 .text01 a{
	font-size: 18px;
	line-height: 23px;
	border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px){
	.cont07.en .cont07_01 .text01,
	.cont07.en .cont07_01 .text01 a{
		font-size: 15px;
		line-height: 22px;
		text-align: left;
		word-break: keep-all;
	}
	.cont07.en .cont07_01 .text01 span{
		margin-top: 15px;
		font-size: 15px;
		line-height: 22px;
	}
}
.cont07 .cont07_01 .cont07_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .cont07_01_01{
		margin: 0 auto 30px;
	}
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 20px 19px 20px 37px;
	margin: 35px auto 0;
	background-color: #FFFFFF;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	box-shadow: 3px 3px 20px 0 rgba(0,0,0,0.19);
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01{
		padding: 38px 20px 20px 20px;
		display: block;
	}
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01::before{
	width: 82px;
	height: 31px;
	font-size: 17px;
	line-height: 27px;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 700;
	border-radius: 4px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -12px;
	bottom: auto;
	left: 37px;
	right: auto;
	margin: auto;
	background-color: #0683C4;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01::before{
		left: 17px;
		background-color: #0683C4;
	}
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01:nth-of-type(1)::before{
	content: "STEP 1";
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01:nth-of-type(2)::before{
	content: "STEP 2";
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01:nth-of-type(3)::before{
	content: "STEP 3";
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01:nth-of-type(4)::before{
	content: "STEP 4";
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 .cont07_01_01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	flex-grow: 1;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 .cont07_01_01_01_01{
		width: 100%;
		margin: 0 auto 13px;
	}
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 .cont07_01_01_01_01 h3{
	width: 100%;
	height: auto;
	margin: 0 0 6px;
	font-size: 20px;
	line-height: 30px;
	display: block;
}
.cont07.en .cont07_01 .cont07_01_01 .cont07_01_01_01 .cont07_01_01_01_01 h3{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 .cont07_01_01_01_01 h3{
		font-size: 18px;
		line-height: 28px;
	}
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 .cont07_01_01_01_01 .text02{
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
.cont07.en .cont07_01 .cont07_01_01 .cont07_01_01_01 .cont07_01_01_01_01 .text02{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 .cont07_01_01_01_01 .text02{
		font-size: 14px;
		line-height: 22px;
	}
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 .cont07_01_01_01_01 .text02 a{
	font-size: 15px;
	line-height: 25px;
	text-decoration: underline;
	color: #0054A8;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 .cont07_01_01_01_01 .text02 a{
		font-size: 14px;
		line-height: 22px;
	}
}
.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 img{
	width: 190px;
	height: auto;
	margin: 0 0 0 10px;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .cont07_01_01 .cont07_01_01_01 img{
		margin: 0 auto;
	}
}
.cont07 .cont07_01 .link01{
	box-sizing: border-box;
	width: 450px;
	height: 88px;
	margin: 0 auto 5px;
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	border-bottom: 3px solid #B12200;
	background-color: #D32E05;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .link01{
		width: 100%;
		max-width: 308px;
		height: 61px;
		margin: 0 auto 8px;
		font-size: 17px;
		line-height: 27px;
	}
}
.cont07.en .cont07_01 .link01{
	width: 576px;
	height: 77px;
}
@media only screen and (max-width: 767px){
	.cont07.en .cont07_01 .link01{
		width: 100%;
		max-width: 320px;
		height: 56px;
		margin: 0 auto 10px;
		font-size: 14px;
		line-height: 19px;
	}
}
.cont07 .cont07_01 .link01 .svg{
	content: '';
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 0 0 20px;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .link01 .svg{
		width: 20px;
		height: 20px;
		margin: 0 0 0 20px;
	}
}
.cont07 .cont07_01 .text03{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 23px;
	color: #D32E05;
	text-align: center;
	display: block;
}
.cont07 .cont07_01 .text03 a{
	display: inline;
	width: auto;
	height: auto;
	margin: 0;
	background-color: transparent;
	font-size: 13px;
	line-height: 23px;
	color: #D32E05;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #D32E05;
}
@media only screen and (max-width: 767px){
	.cont07 .cont07_01 .text03,
	.cont07 .cont07_01 .text03 a{
		font-size: 11px;
		line-height: 16px;
	}
}
/* cont07ここまで */

/*cont08ここから*/
.cont08{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.cont08 .cont08_01{
	width: 850px;
	height: auto;
	padding: 75px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont08 .cont08_01{
		width: 90%;
		max-width: 320px;
		padding: 45px 0 0;
	}
}
.cont08 .cont08_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){
	.cont08 .cont08_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 26px;
		font-size: 25px;
		line-height: 33px;
	}
}
@media only screen and (max-width: 374px){
	.cont08 .cont08_01 h2{
		font-size: 22px;
		line-height: 30px;
	}
}
.cont08 .cont08_01 h2::before{
	content: '';
	width: 310px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.cont08 .cont08_01 h2::before{
		width: 221px;
	}
}
.cont08 .cont08_01 .cont08_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}
.cont08.en .cont08_01 .cont08_01_01{
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.cont08 .cont08_01 .cont08_01_01{
		margin: 0 auto 25px;
	}
}
.cont08 .cont08_01 .cont08_01_01 .cont08_01_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 14px auto 0;
	display: block;
}
.cont08 .cont08_01 .cont08_01_01 .cont08_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.cont08 .cont08_01 .cont08_01_01 .cont08_01_01_01 h3{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	cursor: pointer;
	padding: 9px 60px 9px 28px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cont08.en .cont08_01 .cont08_01_01 .cont08_01_01_01 h3 {
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.cont08 .cont08_01 .cont08_01_01 .cont08_01_01_01 h3{
		font-size: 15px;
		line-height: 20px;
		padding: 11px 60px 11px 17px;
	}
}
.cont08 .cont08_01 .cont08_01_01 .cont08_01_01_01 h3::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	width: 18px;
	height: 4px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	background-color: #ffffff;
	transition: all .3s ease-in-out;
}
.cont08 .cont08_01 .cont08_01_01 .cont08_01_01_01 h3::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	width: 18px;
	height: 4px;
	background-color: #ffffff;
	transition: all .2s ease-in-out;
}
.cont08 .cont08_01 .cont08_01_01 .cont08_01_01_01 h3.open::before{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.cont08 .cont08_01 .cont08_01_01 .cont08_01_01_01 h3.open::after{
	opacity: 0;
}
.cont08 .cont08_01 .cont08_01_01 .cont08_01_01_01 h3 span{
	margin: 0 30px 0 0;
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.cont08 .cont08_01 .cont08_01_01 .cont08_01_01_01 h3 span{
		margin: 0 8px 0 0;
		font-size: 18px;
		line-height: 28px;
	}
}
.cont08 .cont08_01 .cont08_01_01 .cont08_01_01_01 h4{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 28px;
	padding: 15px 0;
}
.cont08.en .cont08_01 .cont08_01_01 .cont08_01_01_01 h4{
	word-break: keep-all;
}
@media only screen and (max-width: 767px){
	.cont08 .cont08_01 .cont08_01_01 .cont08_01_01_01 h4{
		font-size: 15px;
		line-height: 25px;
	}
}
.cont08 .cont08_01 .cont08_01_01 .cont08_01_01_01 h4 a{
	font-size: 16px;
	line-height: 28px;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.cont08 .cont08_01 .cont08_01_01 .cont08_01_01_01 h4 a{
		font-size: 15px;
		line-height: 25px;
	}
}
.cont08 .cont08_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 28px;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont08 .cont08_01 .text01{
		font-size: 15px;
		line-height: 25px;
	}
}
.cont08 .cont08_01 .text01 a{
	font-size: 16px;
	line-height: 28px;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.cont08 .cont08_01 .text01 a{
		font-size: 15px;
		line-height: 25px;
	}
}
/*cont08ここまで*/

/*cont09ここから*/
.cont09{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.cont09 .cont09_01{
	width: 960px;
	height: auto;
	padding: 91px 0 80px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont09 .cont09_01{
		width: 90%;
		max-width: 320px;
		padding: 35px 0 67px;
	}
}
.cont09 .cont09_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){
	.cont09 .cont09_01 h2{
		padding: 0 0 10px;
		margin: 0 auto 26px;
		font-size: 25px;
		line-height: 33px;
	}
}
@media only screen and (max-width: 374px){
	.cont09 .cont09_01 h2{
		font-size: 22px;
		line-height: 30px;
	}
}
.cont09 .cont09_01 h2::before{
	content: '';
	width: 310px;
	height: 3px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.cont09 .cont09_01 h2::before{
		width: 221px;
	}
}
.cont09 .cont09_01 .cont09_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.cont09 .cont09_01 .cont09_01_01{
		display: block;
	}
}
.cont09 .cont09_01 .cont09_01_01 img{
	width: 420px;
	height: auto;
	margin: 0 60px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.cont09 .cont09_01 .cont09_01_01 img{
		width: 100%;
		margin: 0 auto;
	}
}
.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_map {
	width: 423px;
	height: 320px;
	margin: 0 60px 0 0;
	display: block;
	flex-shrink: 0;
	position: relative;
}
@media only screen and (max-width: 767px){
	.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_map {
		width: 100%;
		height: 320px;
		margin: 0 auto 45px;
	}
}
.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_map iframe {
	width: 100%;
	height: 100%;
}
.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	flex-grow: 1;
}
@media only screen and (max-width: 767px){
	.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_01{
		width: 100%;
		margin: 0 auto;
	}
}
.cont09 .cont09_01 .cont09_01_01 .text01 {
	width: 100%;
	height: auto;
	margin: 12px auto 0;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
.cont09 .cont09_01 .cont09_01_01 .link01 {
	display: block;
	width: 390px;
	height: auto;
	margin-top: 30px;
}
@media only screen and (max-width: 767px){
	.cont09 .cont09_01 .cont09_01_01 .link01 {
		width: 100%;
	}
}
.cont09 .cont09_01 .cont09_01_01 .link01 img {
	display: block;
	width: 100%;
	height: auto;
}
.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_01 .cont09_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 45px auto 0;
	display: block;
}
@media only screen and (max-width: 767px){
	.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_01 .cont09_01_01_01_01{
		margin: 38px auto 0;
	}
}
.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_01 .cont09_01_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_01 .cont09_01_01_01_01 h3{
	width: 100%;
	height: auto;
	padding: 0 0 12px;
	margin: 0 auto 13px;
	border-bottom: 1px solid #AAAAAA;
	font-size: 18px;
	line-height: 28px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_01 .cont09_01_01_01_01 h3{
		font-size: 17px;
		line-height: 27px;
	}
}
.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_01 .cont09_01_01_01_01 h3 .svg{
	content: '';
	display: block;
	flex-shrink: 0;
}
.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_01 .cont09_01_01_01_01:nth-of-type(1) h3 .svg{
	width: 30px;
	height: 34px;
	margin: 0 21px 0 0;
}
.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_01 .cont09_01_01_01_01:nth-of-type(2) h3 .svg{
	width: 32px;
	height: 32px;
	margin: 0 20px 0 0;
}
.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_01 .cont09_01_01_01_01:nth-of-type(3) h3 .svg{
	width: 32px;
	height: 25px;
	margin: 0 17px 0 0;
}
.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_01 .cont09_01_01_01_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 15px;
	line-height: 25px;
	display: block;
}
.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_01 .cont09_01_01_01_01 .text02{
	width: 100%;
	height: auto;
	margin: 12px auto 0;
	font-size: 13px;
	line-height: 20px;
	display: block;
}
.cont09 .cont09_01 .cont09_01_01 .cont09_01_01_01 .cont09_01_01_01_01 .text02 a{
	font-size: 13px;
	line-height: 20px;
	text-decoration: underline;
}
/*cont09ここまで*/




/*フッター固定ナビ*/
.f_nav{
	width: 100%;
	height: 150px;
	background-color: #023281;
	position: fixed;
	bottom: -150px;
	left: 0;
	transition: all .5s;
	z-index: 10;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.f_nav.is-active{
	width: 100%;
	height: auto;
	background-color: #023281;
	position: fixed;
	bottom: 0;
	left: 0;
	transition: all .5s;
}

.f_nav a{
	width: calc(100% / 5);
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	position: relative;
	padding: 10px;
}
@media only screen and (max-width: 767px){
	.f_nav a{
		width: calc(100% / 5);
		height: 70px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: initial;
		font-size: 13px;
		line-height: 15px;
		text-align: center;
	}
}
@media only screen and (max-width: 390px){
	.f_nav a{
		font-size: 13px;
		line-height: 18px;
	}
}
.f_nav a::after{
	content:'';
	display: block;
	width: 1px;
	height: 90px;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.f_nav a:nth-of-type(5)::after{
	content:initial;
}
.f_nav a img{
	width: 15px;
	height: auto;
	display: block;
}









