@charset "utf-8";
.sm_container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.section_ttl {
	background: transparent url(/shared/templates/portal_top/images/ttl_icon.png) no-repeat center 5px;
	color: #ffffff;
	text-align: center;
	font-size: 262.5%;
	font-weight: bold;
	padding: 53px 5px 0;
}

#tmp_contents h2 {
	background: transparent url(/shared/templates/portal_top/images/sm_ttl_icon.png) no-repeat 0 center;
	color: #16181a;
	font-size: 200%;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin-bottom: 21px;
}

#tmp_contents h3 {
	margin: 1.5em 0 0.8em;
}

.img_pc {
	display: block;
}

.img_sp {
	display: none;
}

.display_block {
	display: block;
}

/* ==================================================
contents
================================================== */
#tmp_mv {
	position: relative;
	width: 100%;
	background: #000000 url(/shared/site_portal/images/yama_bg.jpg) no-repeat top left;
	color: #ffffff;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
#tmp_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	background-color: #000000;
	color: #ffffff;
}
#tmp_video.yt_stop_iframe {
	opacity: 0 !important;
	transition: opacity 0 ease-in-out;
	-webkit-transition: opacity 0 ease-in-out;
	-moz-transition: opacity 0 ease-in-out;
}
#tmp_video.yt_play_iframe {
	transition: opacity 0.2s ease-in-out 1s;
	-webkit-transition: opacity 0.2s ease-in-out 1s;
	-moz-transition: opacity 0.2s ease-in-out 1s;
}
#tmp_video iframe#bg_youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#tmp_mvcontent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
}

#tmp_mvcontent img {
	max-width: 100%;
	height: auto;
}

#tmp_mvcontent .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.mv_content .mv_logo {
	margin-bottom: 15px;
}
.mv_content .mv_logo {
	width: 436px;
	height: 436px;
	margin: auto;
	background: transparent url(/shared/templates/portal_top/images/b_logo.png) no-repeat left top;
	background-size: contain;
}
.mv_content .mv_logo span {
	display: inline-block;
	overflow: hidden;
	height: 0;
}
.mv_search {
	position: relative;
	box-shadow: 0 2px 11px 1px rgba(11, 2, 5, 0.8);
	-webkit-box-shadow: 0 2px 11px 1px rgba(11, 2, 5, 0.8);
	-moz-box-shadow: 0 2px 11px 1px rgba(11, 2, 5, 0.8);
	width: 414px;
	min-height: 43px;
	border-radius: 21px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	margin: 0 auto;
	overflow: hidden;
}

.gsearch_box {
	position: relative;
	background-color: #ffffff;
	color: #000000;
}

.btn_search_box {
	position: absolute;
	background: transparent url(/shared/site_portal/images/search_icon.png) no-repeat 15px center;
	color: #000000;
	width: 43px;
	height: 43px;
	top: 0;
	left: 0;
	text-indent: -9999px;
}

#tmp_query {
	border: none;
	width: 100%;
	height: 43px;
	padding-left: 44px;
	padding-right: 105px;
	background-color: #ffffff;
	color: #000000;
}

#tmp_func_sch_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 94px;
	min-height: 43px;
	background-color: #b4d38d;
	font-size: 112.5%;
	font-weight: bold;
	border: none;
	letter-spacing: 12px;
	text-indent: 12px;
}

#tmp_func_sch_btn:hover,
#tmp_func_sch_btn:focus,
#tmp_func_sch_btn:active {
	background-color: #a3bd83;
	cursor: pointer;
}

.mv_footer {
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	color: #ffffff;
	background-color: transparent;
}

.mv_footer a {
	position: relative;
	display: inline-block;
	padding-top: 65px;
	text-shadow: 2px 2px 8px rgba(11, 2, 5, 0.8);
	-webkit-text-shadow: 2px 2px 8px rgba(11, 2, 5, 0.8);
	-moz-text-shadow: 2px 2px 8px rgba(11, 2, 5, 0.8);
	font-size: 125%;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
}

.mv_footer a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.mv_footer a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.mv_footer a span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.mv_footer a span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.mv_footer a:hover span,
.mv_footer a:focus span,
.mv_footer a:active span {
	opacity: 1 !important;
	-webkit-animation: 0 !important;
	animation: 0 !important;
}


@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.mv_credit {
	position: absolute;
	z-index: 4;
	text-align: right;
	font-size: 75%;
	color: #ffffff;
	background-color: transparent;
	bottom: 5px;
	right: 11px;
	letter-spacing: 0.5px;
}

.mv_credit p {
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
	-moz-text-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
}

#tmp_gallery {
	position: relative;
	background: #000000 url(/shared/site_portal/images/yama_bg.jpg) no-repeat top left;
	color: #ffffff;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding: 95px 0 90px;
	overflow: hidden;
}

#tmp_gallery:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background: transparent url(/shared/templates/portal_top/images/carousel_pattern.png) repeat top left;
	z-index: 1;
}

#tmp_gallery .container {
	position: relative;
	z-index: 1;
}

#tmp_gallery .slider_header {
	margin-bottom: 43px;
}

/* ==================================================
Start Slick Main Visual PC
================================================== */
#tmp_gallery .slick_slides {
	visibility: hidden;
	opacity: 0;
}

#tmp_gallery .slick_slides.slick-initialized {
	visibility: visible;
	opacity: 1;
}

#tmp_gallery .container {
	position: relative;
}

#tmp_gallery .slick_control {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	z-index: 0;
	text-align: center;
}

#tmp_gallery .slick-dots {
	padding-right: 5px;
	display: none !important;
}

#tmp_gallery .slick-dots,
#tmp_gallery .descript_text,
#tmp_gallery .descript_text a,
#tmp_gallery .btn_ctl {
	display: inline-block;
	vertical-align: middle;
}

#tmp_gallery .descript_text {
	position: absolute;
	bottom: 13px;
	right: 306px;
	z-index: 100;
	padding-left: 15px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	line-height: 1.4;
}

#tmp_gallery .slick-current .descript_text,
#tmp_gallery .slick-active .descript_text {
	opacity: 1;
	visibility: visible;
}

#tmp_gallery .descript_text,
#tmp_gallery .descript_text a {
	font-size: 100%;
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
}

#tmp_gallery .descript_text a:hover,
#tmp_gallery .descript_text a:focus {
	text-decoration: none;
}

#tmp_gallery .btn_slides {
	position: relative;
	margin-right: 0;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	min-width: 70px;
	text-align: center;
}

#tmp_gallery .btn_slides a {
	display: block;
	font-size: 75%;
	padding: 0 5px;
	text-decoration: none;
	color: #0c2c63;
	background-color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#tmp_gallery .btn_slides a:hover {
	background-color: #c1c4c9;
}

#tmp_gallery .btn_slides a span {
	padding: 3px 0 0 5px;
	display: inline-block;
}

.btn_slides.stop span,
.btn_slides.start span {
	color: #255c8a;
	background: transparent;
}

#tmp_gallery .btn_slides span {
	z-index: 10;
	text-indent: inherit;
}

#tmp_gallery .main_visual_gallery {
	position: relative;
	color: inherit;
}

#tmp_gallery .slick-list {
	overflow: hidden;
}

#tmp_gallery .gallery_slide {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	padding-bottom: 10px;
}

#tmp_gallery .gallery_slide a {
	text-decoration: none;
	color: #255c8a;
	font-weight: bold;
}

#tmp_gallery .gallery_slide .slider_item {
	width: 18%;
	height: auto;
	margin: 0 1% 20px;
}

#tmp_gallery .gallery_slide .slider_item img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

#tmp_gallery .visual_caption {
	top: 36px;
}

#tmp_gallery .visual_caption_catch {
	top: 97px;
}

#tmp_gallery .visual_caption p,
#tmp_gallery .visual_caption_catch p {
	font-size: 228.5%;
	line-height: 1.3;
}

#tmp_gallery .slick-current,
#tmp_gallery .slick-active {
	position: relative;
	z-index: 50;
}

#tmp_gallery .slider_item .slider_img {
	overflow: hidden;
}

#tmp_gallery .slider_item .slider_img img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

#tmp_gallery .slider_item.hover_item .slider_img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

#tmp_gallery .gallery_slide .slick-prev,
#tmp_gallery .gallery_slide .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	display: block;
	width: 20px;
	height: 38px;
	padding: 0;
	cursor: pointer;
	border: none;
	color: #ffffff;
}

#tmp_gallery .slick-prev {
	left: -40px;
}

#tmp_gallery .slick-next {
	right: -40px;
}

#tmp_gallery .slick-next:focus,
#tmp_gallery .slick-prev:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

#tmp_gallery .slick-dots li a {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	width: 16px;
	height: 16px;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: none;
	color: #153368;
	background-color: #cfdaf0;
	border: 2px solid #cfdaf0;
	text-indent: -1987em;
}

#tmp_gallery .slick-dots li a:hover,
#tmp_gallery .slick-dots li :focus,
#tmp_gallery .slick-dots .slick-active a {
	color: #cfdaf0;
	background-color: #153368;
}

#tmp_gallery .slick-dots li a span {
	width: 12px;
	height: 12px;
	padding: 0;
	display: block;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
}

.btn_slides.stop a:before {
	content: '';
	display: inline-block;
	position: relative;
	width: 10px;
	height: 12px;
	background: transparent url(/shared/templates/portal_top/images/pause_icon.png) no-repeat top left;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	top: 1px;
}

.btn_slides.start a:before {
	content: '';
	display: inline-block;
	position: relative;
	width: 10px;
	height: 12px;
	background: transparent url(/shared/templates/portal_top/images/start_icon.png) no-repeat top left;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	top: 1px;
}

.gallery_slide .slider_cnt .slider_txt {
	font-size: 87.5%;
	padding: 8px 0 2px;
}

/* ==================================================
End Slick Main Visual PC
================================================== */

#tmp_welcome {
	position: relative;
	background: #ffffff url(/shared/templates/portal_top/images/welcome_bg.jpg) repeat top left;
	color: #000000;
	padding: 95px 10px 100px;
}

#tmp_welcome .section_ttl {
	color: #16181a;
	margin-bottom: 17px;
}

#tmp_welcome .welcome_cnt {
	position: relative;
	max-width: 710px;
	margin: 0 auto 36px;
	line-height: 1.75;
}

#tmp_welcome .welcome_img {
	text-align: center;
}

#tmp_welcome .welcome_img img {
	max-width: 100%;
	height: auto;
}

#tmp_purpose,
#tmp_other_link {
	position: relative;
	padding: 91px 10px 100px;
	background: #f9f9f9 url(/shared/templates/portal_top/images/purpose_bg.png) repeat top left;
	color: #16181a;
}

#tmp_other_link {
	padding-top: 20px;
	padding-bottom: 10px;
}

#tmp_other_link ul {
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	padding: 6px 10px 5px;
	color: inherit;
	list-style: none;
}

#tmp_other_link li {
	float: left;
	margin: 0 0 13px;
	padding: 0 30px 0 0;
}

#tmp_other_link li a {
	padding: 0 0 0 18px;
	text-decoration: none;
	font-size: 87.5%;
	color: #181a19;
	background: transparent url(/shared/images/icon/icon_arrow_right_green.png) no-repeat left center;
	background-size: 8px 10px;
	-moz-background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
}
#tmp_other_link li a:hover,
#tmp_other_link li a:focus {
	text-decoration: underline;
}

#tmp_purpose .purpose_lft,
#tmp_purpose .purpose_rgt {
	position: relative;
}
#tmp_purpose .purpose_lft .sm_section_ttl {
	display: inline-block;
}

.sm_ttl {
	background: transparent url(/shared/templates/portal_top/images/sm_ttl_icon.png) no-repeat 0 center;
	font-size: 200%;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin-bottom: 21px;
}

.purpose_lft .purpose_cnt {
	position: relative;
	line-height: 1.8;
}

.purpose_rgt .purpose_img {
	padding-top: 9px;
}

.purpose_rgt .purpose_img img {
	max-width: 100%;
	height: auto;
}

#tmp_policy {
	background-color: #ffffff;
	color: #16181A;
	padding: 91px 10px 92px;
}

#tmp_policy .policy_cnt {
	line-height: 1.8;
}

/* ==================================================
Clearfix
================================================== */
.sm_container:after,
.no_javascript #tmp_gallery .gallery_slide:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}
/* ==================================================
No Javascript
=================================================== */
/* .no_javascript #tmp_gallery .gallery_slide {
	text-align: center;
	max-height: 515px;
	overflow-y: scroll;
}
.no_javascript .slider_item {
	display: inline-block;
	margin: 0 auto 20px;
} */
.no_javascript #tmp_mvcontent {
	opacity: 1 !important;
}
/* ==================================================
IE10 and IE11
=================================================== */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.sm_section_ttl {
		background: transparent url(/shared/templates/portal_top/images/sm_ttl_icon.png) no-repeat 0 20px;
	}
	#tmp_query {
		padding-top: 7px;
	}
	#tmp_func_sch_btn {
		line-height: 1.5;
		padding-top: 5px;
	}
}

/* ==================================================
print
================================================== */
@media print {

	/* for Firefox */
	#tmp_main:after,
	.col_nm:after {
		content: "";
		/* 変更しない */
		height: 1px;
		/* 変更しない */
	}
}

