@charset "UTF-8";
.hdg_lv2{
	text-align: center;
	margin: 55px 0 35px;
}
.hdg_lv2 em {
	font-style: normal;
}
@media (max-width: 767px), print{
	.hdg_lv2 {
		font-size: 16px;
		margin: 30px -10px 15px;
	}
	.hdg_lv2 em {
		font-size: 24px;
		display: block;
	}
}

.btn {
	border-radius: 0;
}
.arc_back {
	display: none;
}

.l_footer__slider {
	display: block;
	overflow: hidden;
	position: relative;
}
.l_footer__slider .hdg_lv4 {
	font-size: 18px;
	margin: 0 0 25px;
	text-align: left;
}
.nav_footer {
	display: none;
}
.l_footer__slider .bx-viewport {
	overflow: visible !important;
}
.l_footer__slider .bx-wrapper {
	margin: 0 auto 30px;
	width: 270px !important;
}
.lst_slider li {
	width: 270px !important;
}
#lst_slider_control__prev,
#lst_slider_control__next {
	display: block;
	width: 40px;
	height: 81px;
	box-sizing: border-box;
	background: rgba(0,0,0,.8);
	z-index: 100;
	position: absolute;
	bottom: 30px;
	text-align: center;
	padding: 25px 0;
	cursor: pointer;
}
#lst_slider_control__prev:before,
#lst_slider_control__next:before {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 32px;
}
#lst_slider_control__prev:before {
	content: "\f104";
}
#lst_slider_control__next:before {
	content: "\f105";
}
#lst_slider_control__prev {
	left: 0;
}
#lst_slider_control__next {
	right: 0;
}
@media (max-width: 767px), print{
	.lst_slider_control {
		display: none;
	}
	.l_footer__slider .hdg_lv4 {
		text-align: center;
		font-size: 15px;
		margin: 0 0 15px;
	}
	.l_footer__slider .bx-wrapper {
		margin: 0 auto 20px;
		width: 240px !important;
	}
	.lst_slider li {
		width: 240px !important;
		margin-right: 5px !important;
	}
}
/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bxslider {
	margin: 0;
	padding: 0;
}
ul.bxslider {
	list-style: none;
}
.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}
.bx-wrapper .bx-next {
	right: 10px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('images/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('images/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/** Layout
===================================*/
.main_image {
	background: url(/resource/img/top_bg_main01.jpg) no-repeat center;
	background-size: cover;
	height: 600px;
}
.main_image__txt{
	padding-top: 130px;
	text-align: center;
}
.main_image__txt .hdg_lv2 {
	font-size: 64px;
	color: #fff;
	margin: 0 0 35px;
}
.main_image__txt .txt_head{
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 55px;
}
.main_image__txt .btn {
	border-radius: 0;
	font-size: 16px;
	padding: 13px 25px;
}
@media (max-width: 767px), print{
	.main_image {
		background: url(/resource/img/top_bg_main01_sp.jpg) no-repeat center;
		background-size: cover;
		height: 320px;
	}
	.main_image__txt {
		padding-top: 44px;
	}
	.main_image__txt .hdg_lv2 {
		font-size: 32px;
		text-align: center;
		line-height: 1.1;
		margin: 0 0 10px;
	}
	.main_image__txt .visible_sp {
		display: inline-block;
	}
	.main_image__txt .txt_head {
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 25px;
	}
	.main_image__txt .btn {
		font-size: 12px;
		padding: 10px 15px;
		min-width: initial;
	}
}
/* ------------------------------------ */
.lst_housing {
	margin-bottom: 40px;
}
.lst_housing li img{
	width: 100%;
	height: auto;
}
@media (max-width: 767px), print{
	.lst_housing {
		margin-bottom: 10px;
	}
	.lst_housing li {
		margin-bottom: 10px;
	}
}
.box_housing {
	position: relative;
}
.box_housing__content{
	color: #fff;
	padding: 50px 15px 50px;
	box-sizing: border-box;
	text-align: center;
}
.box_housing__image img {
	width: 100%;
	height: auto;
}
.box_housing__title {
	font-size: 24px;
	margin-bottom: 25px;
}
.box_housing__desc{
	margin-bottom: 25px;
}
.box_housing__more{
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0;
}
@media (max-width: 767px), print{
	.box_housing__content {
		padding: 15px 10px 30px;
	}
	.box_housing__title {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.box_housing__desc {
		font-size: 10px;
		margin-bottom:20px;
	}
	.box_housing__more{
		bottom: 10px;
	}
}
/* ------------------------------------ */
.section_value {
	background: #f5f5f2;
	padding: 55px 0 30px;
}
.section_value .hdg_lv2 {
	margin-top: 0;
}
@media (max-width: 767px), print{
	.section_value {
		padding: 30px 0 0;
	}
}
.box_value {
	background: #fff;
	position: relative;
}
.box_value__content {
	text-align: center;
	padding: 25px 0;
	position: relative;
	min-height: 180px;
}
.box_value__title {
	font-size: 24px;
	margin-bottom: 25px;
}
.box_value__text {
	margin-bottom: 35px;
}
.box_value__button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
}
.box_value__image span {
	position: absolute;
	top: 90px;
	pointer-events: none;
}
.box_value__image_01 {
	left: 35px;
}
.box_value__image_02 {
	right: 35px;
}
@media (max-width: 767px), print{
	.box_value__title {
		font-size: 19px;
		margin-bottom: 10px;
	}
	.box_value__content {
		padding: 15px;
		min-height: initial;
	}
	.box_value__text {
		text-align: left;
		margin-bottom: 15px;
	}
	.box_value__image {
		display: table;
		margin: 0 auto;
	}
	.box_value__button,
	.box_value__image span {
		position: static;
	}
	.box_value__image img {
		width: 50px;
		height: 38px;
	}
	.box_value__image span,
	.box_value__button {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding: 0 15px;
	}
	.lst_value li {
		margin-bottom: 10px;
	}
}
/* ------------------------------------ */
.section_news {
	padding-bottom: 40px;
}
.section_news .lst_news {
	margin-bottom: 20px;
}
@media (max-width: 767px), print{
	.section_news {
		padding-bottom: 20px;
	}
}
/* ------------------------------------ */
.section_equipment {
	background: url("/resource/img/top_bg_equipment01.jpg") no-repeat center top;
	color: #fff;
}
.section_equipment .hdg_lv2 {
	margin-top: 0;
	padding-top: 55px;
	color: #fff;
}
.section_equipment .txt_lead {
	margin: 30px 0 55px;
}
@media (max-width: 767px), print{
	.section_equipment {
		background: url("/resource/img/top_bg_equipment01_sp.jpg") no-repeat center top;
		background-size: cover;
		padding-bottom: 10px;
	}
	.section_equipment .hdg_lv2 {
		padding-top: 35px;
		margin-bottom: 10px;
	}
	.section_equipment .txt_lead {
		margin: 0 0 15px;
		font-size: 14px;
	}
	.section_equipment .box_menu__content{
		top: 0;
		padding-top: 30%;
	}
}