@charset "UTF-8";
.main_visual {
	width: 100%;
	height: 100%;
	-webkit-transition: 1.3s opacity ease;
	-o-transition: 1.3s opacity ease;
	transition: 1.3s opacity ease;
	position: relative;
}
	.main_visual .main_visual_pict {
		height: 100%;
		background: #000;
	}
		.main_visual .main_visual_pict li {
			height: 100%;
		}
			.main_visual .main_visual_pict li img {
				height: auto;
				width: auto;
				object-fit: cover;
			}
	.main_visual.opacity {
		opacity: 0;
	}
	.main_visual>p {
		width: 100%;
		height: 100%;
	}
		.main_visual>p>img {
			object-fit: cover;
			height: 100%;
		}
		.main_visual h2 {
			text-align: left;
			width: 80%;
			max-width: 1000px;
			position: absolute;
			left: 0;
			bottom: 60px;
		}
	.main_visual>.container {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.main_visual_pict .fv_bt {
		padding: 10px 20px;
		position: absolute;
		bottom: 7%;
		right:12%;
		min-width:160px !important;
		width:15% !important;
		border: #fff solid  0.13vw ;
		background: rgba(255,255,255,0);
		color: #fff;
		font-size: 1.35vw;
	}
	.main_visual_pict .fv_bt:hover {
		border: #FF0000 solid 0.13vw ;
		background: rgba(0,0,0,1);
		color: #FF0000;
	}

header {
	width: 100%;
	background: none;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}
.f1em {
	font-size: 1.2em !important;
}
.f2em {
	font-size: 1.5em !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt5p {
	margin-top: 5% !important;
}
.mlr5p {
	margin: 5px 5% !important;
}
.margin{
	margin: 30px auto !important;
}
.mtb20lr5p {
	display:block;
	position:relative;
	text-align:center;
	margin: 20px 5% 20px 5% !important;
}
.mtb20lr3p {
	display:block;
	position:relative;
	text-align:center;
	margin: 20px 3% 20px 3% !important;
}
.mlr_center {
	margin-left:  auto !important;
	margin-right: auto !important;
	justify-content: space-between !important;
}
.pt5 {
	padding: 5px !important;
}
.pt90 {
	padding-top: 90px !important;
}
.w100p {
	width: 100%  !important;
}
.w90p {
	width: 90%  !important;
}
.w80p {
	width: 80%  !important;
}
.w50p {
	width: 50%  !important;
}
.w30p {
	width: 30%  !important;
}
.w35p {
	width: 35%  !important;
}
.w25p {
	width: 25%  !important;
}
.w20p {
	width: 20%  !important;
}
.w10p {
	width: 10%  !important;
}
.ttl_sec .h03{
	text-align: center !important;
}
.inline{
	display: inline-block;
}
.container._left{
	text-align: left;
	display:flex;
}
.container._right{
	text-align: right;
	display:flex;
}
.container._center{
	text-align: center;
	display:block;
	width:90%;
}
.container h3:not(.h05){
	background: #e6edf5;
}
.attention_box {
	position:relative;
	color: #fff;
	background: #004994;
	margin:0 20px 0 0;
	font-size: 1.1em;
	text-align: center;
	min-width:200px;
	min-height: 200px ;
}
	.attention_box h2 {
		position:absolute;
		text-align: center;
		font-size: 1.3em;
		width:160px;
		top:50%;
		margin-top: -1.8em;
		margin-left: 1em;
	}
		.attention_box .fa {
			color: #940031;
		}
.img_block{
	padding: 10px;
	min-width:280px !important;
	max-width:500px !important;
}
.img_block.wide{
	padding: 0;
	max-width:100% !important;
}
.img_block.middle{
	min-width:220px !important;
	max-width:240px !important;
}
.img_block.narrow{
	padding: 30px 5px !important;
	min-width:100px !important;
	max-width:150px !important;
}
.img_block.narrow>a {
	text-decoration: none !important;
	font-size: 0.7em !important;
}
.icon_base{
	position: relative;
	}
	.icon_base>img{
		position: relative;
	}
	.icon_base .icon_explain {
		display: none;
		position: absolute;
		width:100%;
		padding: 0 6% 1%;
		background: #fff;
		opacity: 0.8;
		z-index: 2;
		left:0;
		top: 15%;
		animation: icon_anime 0.2s linear;
		min-height:60px;
		min-width:70px;
	}
	.icon_base .icon_explain:after {
				content: url('/common/img/icon/icon_arrow_down.png');
				position: absolute;
				right: 0;
				bottom: -5%;
		}
	.icon_base:hover .icon_explain {
		display: inline;
	}
	@keyframes icon_anime{
		100%{ left:0; opacity: 0.7; }
  		50%{ left: 50%; opacity: 0.4; }
   		0%{ left: 100%; opacity: 0.1; }
	}
.textbox{
	width: auto;
	max-width:100%;
	min-width:280px;
}
.text_wrap{
	max-width:450px;
	min-width:280px;
	display:flex;
	justify-content: flex-start !important;
}
.text_wrap.wide{
	max-width:100% !important;
	padding-top: 5px !important;
}
.link_button_content.wide,
.footer_button.wide{
	padding: 0 !important;
	margin: 0 !important;
}
.img_bt {
	border-top: none !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.img_bt_img{
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
}
.al_left {
	text-align: left !important;
}
.emphasis {
	background: #004994 !important;
	color: #fff !important;
}
.emphasis_bg {
	background: transparent url('/common/img/bg/bg_ttl_section.png') repeat 0 0;
}
.h02 {
	margin-top: 0;
}
.h05 {
	color: #004994;
}
p.sentence{
	margin:0 3% 3% !important;
}
.youtube_box {
	display: flex;
	flex-wrap: wrap;
	max-width:2000px;
	}
	.youtube-base {
			margin: 2px auto 5px;
			height:180px;
			width:310px;
			max-height:180px;
			max-width:320px;
		}
	.youtube_box>div>iframe {
			height: 100%;
			width: 100%;			
		}

section {
	margin: 5px 0 0;
	opacity: 1;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
section.animate {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}
	section .txt_box {
		width: 40%;
		height: 100%;
		position: relative;
		-webkit-transition: 0.3s all ease;
		-o-transition: 0.3s all ease;
		transition: 0.3s all ease;
	}
		section .txt_box .txt_box_inner {
			width: 100%;
			max-width: 300px;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
		}
			section .txt_box .txt_box_inner h3 {
				text-align: left;
				margin: 0 0 20px;
			}
			section .txt_box .txt_box_inner p {
				text-align: left;
			}

	section .img_box {
		width: 60%;
		height: 100%;
		-webkit-transition: 0.7s all ease;
		-o-transition: 0.7s all ease;
		transition: 0.7s all ease;
	}

		section .img_box img {
			width: 80%;
			height: 100%;
		}
		section .scene_flow {
			width: 75%;
			height: 100%;
			max-height: 190px;
			margin: 0 0 15px;
			margin-left: auto;
			margin-right: auto;
			font-size: 0;	/*inline-block対応*/
			text-align: center;
		}
			section .scene_flow li {
				display: inline-block;
				vertical-align: top;
				width: 20%;
				max-height: 170px;
				max-width: 290px;
				margin: 0 15px 15px;
				opacity: 1;
				-webkit-transition: 0.3s all ease;
				-o-transition: 0.3s all ease;
				transition: 0.3s all ease;
			}
			section .scene_flow li.animate {
				opacity: 0;
				-webkit-transform: translateY(50px);
				-ms-transform: translateY(50px);
				transform: translateY(50px);
			}
				section .scene_flow li p {
					font-size: 16px;
					font-size: 1.6rem;
					text-align: center;
					margin: 5px 0 0;
				}
	.allow_wrap {
		position: relative;
		display: inline-block;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		text-decoration: none;
	}
	.allow_wrap span {
		position: absolute;
		width: 2.5em;
		height: 2.5em;
		margin-left: -1.5em;
		border-left: 0.3em solid;
		border-bottom: 0.3em solid;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-animation: sdb 2s infinite;
		animation: sdb 2s infinite;
		opacity: 0;
		box-sizing: border-box;
	}
	.allow_wrap span:nth-of-type(1) {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}
	.allow_wrap span:nth-of-type(2) {
		top: 3em;
		-webkit-animation-delay: .15s;
		animation-delay: .15s;
	}
	.allow_wrap span:nth-of-type(3) {
		top: 6em;
		-webkit-animation-delay: .3s;
		animation-delay: .3s;
	}
	.allow_wrap span:nth-of-type(4) {
		top: 9em;
		-webkit-animation-delay: .3s;
		animation-delay: .3s;
	}
	.allow_wrap span:nth-of-type(5) {
		top: 12em;
		-webkit-animation-delay: .3s;
		animation-delay: .3s;
	}
	@-webkit-keyframes sdb {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	@keyframes sdb {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
#sec01{
	margin: 0 !important;
	padding: 0 0 40px !important;
	background: #000;
	color: #fff;
	font-size: 3vw;
}
#sec02 {
	padding: 0 0 0 !important;
	background: #fff;
}
	#sec02 ul.news {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
		#sec02 ul.news li {
			width: 95%;
			text-align: left;
			margin: 0 0 8px;
		}
			#sec02 ul.news li>span {
				font-weight: 500;
			}
				#sec02 ul.news li>span>span.genre_tip {
					display: inline-block;
					min-width: 120px;
					margin: 0 10px 0 0;
					text-align: center;
					color: #fff;
					font-size: 14px;
					font-size: 1.4rem;
					font-weight: normal;
				}
				#sec02 ul.news li>a .subtitle {
					display: none;
				}
#sec99 {
	height: 60px;
	justify-content: flex-end;
}
#footer_bt_wrap {
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	padding-top:10px;
	padding-bottom:10px;
	background: #000;
}
#footer_bt {
	justify-content: center;
	max-width: 1160px;
	padding: 0 80px;
	margin-left: auto;
	margin-right: auto;
}
.bt_info{
	margin: 0 5px !important;
	padding: 0 !important;
	min-width: 112px;
}
.mr50 {
	margin-right: 50px !important;
}
.bt_info>a{
	padding:0;
	min-width:112px !important;
	box-shadow: none !important;
	border: none !important;
	color: #fff !important;
}
.h03none{
	background: transparent !important;
}
#on-site {
	margin-top:2%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 5px 10px;
	width: 95%;
	height: auto;
	min-height: 240px;
	border-radius: 15px;
	border: solid 5px #3b639e;
	color: #0e2662;
	font-size: 1.3em;
	text-align: left !important;	
}
#support {
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
	padding: 5px 10px;
	width: 95%;
	height: auto;
	min-height: 240px;
	border-radius: 15px;
	border: solid 5px #c13d43;
	color: #4f1010;
	font-size: 1.3em;
	text-align: right !important;
}
#communication_wrap {
	margin-top:3%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
	position: relative;
	display: flex;
	overflow: hidden;
}
#communication {
	margin: 0 auto;
	padding: 5px 10px;
	width: 60%;
	height: auto;
	min-height: 240px;
	border-radius: 15px;
	border: solid 5px #7bc64a;
	color: #185110;
	font-size: 1.3em;
	text-align: center !important;
}
#allow_dw{
	position: absolute !important;
	top: -1em !important;
	left: 11% !important;
}
#allow_dw span{
	border-color: #3b639e !important;
	border-radius: 3px !important;
}
#allow_up{
	position: absolute !important;
	bottom: -1em !important;
	right: 11% !important;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#allow_up span{
	border-color: #c13d43 !important;
	border-radius: 3px !important;
}
/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:930px) {
	.img_block.narrow>a {
		font-size:0.6em !important;
	}
}
/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:850px) {
	.sp_block{
		display: block !important;
	}
	.sp_center{
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.attention_box {
		margin: 0 !important;
		min-width: 100% !important;
		min-height: 50px !important;
	}
	.attention_box h2 {
		width: 100% !important;
		margin: 0 !important;
		top:10px !important;
	}
	p.sentence_sp{
		margin:0 3% 3% !important;
	}
}
/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:768px) {
	.footer_menu{
			display: none;
	}
	.main_visual {
		height: auto;
	}
		.main_visual .main_visual_pict li img {
			width: 100%;
			height: auto;
			object-fit: contain;
		}
		.main_visual h2 {
			bottom: 30px;
		}
	.main_visual_pict .fv_bt {
		padding: 10px 20px;
		min-width:200px !important;
		right:0 !important;
		left:0 !important;
		margin:auto !important;
		width:80% !important;
		bottom: 25%;
		border: #fff solid  0.3vw ;
		background: rgba(255,255,255,0);
		color: #fff;
		font-size: 4.5vw;
	}
	.main_visual_pict .fv_bt:hover {
		border: #FF0000 solid 0.3vw ;
		background: rgba(0,0,0,1);
		color: #FF0000;
	}

	.img_block.narrow>a {
		font-size: 0.5em !important;
	}
	.icon_base .icon_explain {
		padding: 0 6% 1%;
		top: 10%;
	}
	section {
		height: auto;
		display: block;
	}
		section .img_box,
		section .txt_box {
			width: 100%;
		}

			section .txt_box .txt_box_inner {
				max-width: inherit;
				padding: 20px;
				display: block;
				position: static;
				left: auto !important;
				right: auto !important;
				top: auto !important;
				bottom: auto !important;
				-webkit-transform: none;
				-ms-transform: none;
				transform: none;
			}

				section .txt_box .txt_box_inner h3 {
					margin: 0 0 5px;
				}

					section .txt_box .txt_box_inner h3 img {
						height: 20px;
					}

					section .txt_box .txt_box_inner br {
						display: none;
					}

					section .scene_flow li {
						display: inline-block;
						vertical-align: top;
						width: 40%;
						margin: 20px 15px 15px;
						opacity: 1;
						-webkit-transition: 0.3s all ease;
						-o-transition: 0.3s all ease;
						transition: 0.3s all ease;
					}
	#sec01{
		padding-top: 20px !important;
		font-size: 5vw;
	}

	#sec99 {
		height: 60px;
		justify-content: flex-end;
	}
	#footer_bt {
		//justify-content: center;
		//padding: 0 80px;
		//margin-left: auto;
		//margin-right: auto;
		//flex-wrap: wrap;
	}

	.ttl_sec .h03{
		font-size: 1.3em !important;
	}
	.h02{
		font-size: 1.3em !important;
	}
	.h03{
		font-size: 1.8em !important;
	}
	.h05{
		font-size: 1.3em !important;
	}

}
/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:720px) {
	.mlr_center {
		flex-wrap: wrap;
	}
	.img_block.narrow{
		padding: 5px !important;
		min-width:90px !important;
		max-width:90px !important;
	}
	#support_inner,
	#on-site_inner {
		display: block !important;
	}
}
/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:480px) {
	.footer_menu{
			display: none;
	}
	.main_visual {
		background-position: center bottom;
	}
		.main_visual h2 {
			width: 100%;
			bottom: 10px;
			text-align: center;
		}
			.main_visual h2 img {
				width: 98%;
			}
			section .scene_flow li {
				display: inline-block;
				vertical-align: top;
				width: 80%;
				margin: 40px 15px 15px;
				opacity: 1;
				-webkit-transition: 0.3s all ease;
				-o-transition: 0.3s all ease;
				transition: 0.3s all ease;
			}
	section {
		font-size:0.9em;
	}
	#sec02 {
		margin: 0 auto;
		padding: 30px 0 15px;
	}
		#sec02 ul.news {
			display: block;
			margin: 0 0 30px;
		}
			#sec02 ul.news li {
				width: 100%;
				margin: 0 0 10px;
			}
	#sec99 {
		height: 60px;
		justify-content: flex-end;
	}
	#on-site {
		font-size: 1.1em;
	}
	#support {
		font-size: 1.1em;	
	}
	#communication {
		font-size: 1.1em;	
	}
	.link_button_content,
	.footer_button{
		font-size:0.8em !important;
	}
	.text_wrap.wide{
		padding: 5px !important;
	}
	.table_wrap{
		font-size:0.5em !important;
	}
	.link_button_content,
	.footer_button,
	.bt_info {
		font-size:0.8em !important;
	}
	.ttl_sec .h03{
		font-size: 1em !important;
	}
	.h02{
		font-size: 1.2em !important;
	}
	.h03{
		font-size: 1.4em !important;
	}
	.h05{
		font-size: 1.2em !important;
	}
	.img_block.narrow{
		padding: 3px !important;
		min-width:80px !important;
		max-width:80px !important;
	}
}
/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:410px) {
	.link_button_content,
	.footer_button,
	.bt_info {
		font-size:0.7em !important;
	}
	.footer_button a{
		padding: 5px !important;
	}

	.ttl_sec .h03{
		font-size: 0.9em !important;
	}
	.h02{
		font-size: 1.1em !important;
	}
	.h03{
		font-size: 1.3em !important;
	}
	.h05{
		font-size: 1.1em !important;
	}


}
