@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
/* font-awesome*/
/*icon style*/
/* -----------------------------------------------------------
	SVG
----------------------------------------------------------- */
.svg .intro_en {
	fill: #fff;
	stroke: #fff;
	stroke-dasharray: 8000;
	stroke-dashoffset: 0;
	stroke-width: 2;
	-webkit-animation: intro 5s ease-in 0s;
	animation: intro 5s ease-in 0s;
}

@keyframes intro {
	0% {
		stroke-dashoffset: 8000;
		fill: transparent;
		stroke: #fff;
	}
	60% {
		fill: #fff;
		stroke: #fff;
	}
	100% {
		stroke-dashoffset: 0;
		fill: #fff;
		stroke: #fff;
	}
}

@-webkit-keyframes intro {
	0% {
		stroke-dashoffset: 8000;
		fill: transparent;
		stroke: #fff;
	}
	20% {
		stroke-dashoffset: 8000;
		fill: transparent;
		stroke: #fff;
	}
	80% {
		stroke-dashoffset: 0;
		fill: #fff;
		stroke: #fff;
	}
	100% {
		stroke-dashoffset: 0;
		fill: #fff;
		stroke: #fff;
	}
}

/* -----------------------------------------------------------
	.slick
----------------------------------------------------------- */
.slick-dots {
	bottom: 4em;
	position: absolute;
	width: 100%;
	z-index: 5;
	line-height: 0;
	text-align: center;
	left: 0;
}

@media only screen and (max-width: 767px) {
	.slick-dots {
		bottom: 3em;
	}
}

.slick-dots li {
	margin-left: -1px;
	display: inline-block !important;
	vertical-align: top;
	cursor: pointer;
	margin-left: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.slick-dots li:first-child {
	margin-left: 0;
}

.slick-dots li button {
	background: rgba(255, 255, 255, 0.5);
	width: 40px;
	height: 3px;
	padding: 0;
	cursor: pointer;
	border: 0;
	text-indent: -9999px !important;
}

.slick-dots li.slick-active button {
	background: #111111;
}

/* -----------------------------------------------------------
	.con_main_img_nav
----------------------------------------------------------- */
#mainvisual {
	position: relative;
}

#mainvisual .title_caption {
	position: absolute;
	left: 8%;
	color: #fff;
	top: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	font-weight: normal;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#mainvisual .title_caption {
		left: 1em;
	}
}

@media only screen and (max-width: 767px) {
	#mainvisual .title_caption {
		left: 1em;
	}
}

#mainvisual .title_caption span {
	display: block;
	width: 100%;
}

#mainvisual .title_caption span.jp {
	font-size: 229%;
	opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#mainvisual .title_caption span.jp {
		font-size: 200%;
	}
}

@media only screen and (max-width: 767px) {
	#mainvisual .title_caption span.jp {
		font-size: 115%;
	}
}

#mainvisual .title_caption span.en {
	line-height: 1.2;
	font-size: 429%;
	display: block;
	text-align: left;
	letter-spacing: 0.13em;
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	#mainvisual .title_caption span.en {
		line-height: 1.4;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#mainvisual .title_caption span.en {
		font-size: 358%;
	}
}

@media only screen and (max-width: 767px) {
	#mainvisual .title_caption span.en {
		font-size: 215%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#mainvisual .title_caption span.en {
		width: 55%;
	}
	#mainvisual .title_caption span.en img {
		width: 100%;
	}
}

#mainvisual .title_caption span.en #svg_title {
	width: 55vw;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#mainvisual .title_caption span.en #svg_title {
		width: 60vw;
	}
}

@media only screen and (max-width: 767px) {
	#mainvisual .title_caption span.en #svg_title {
		width: 90vw;
	}
}

.ie #mainvisual .title_caption span.en #svg_title {
	width: 38vw;
	height: 20vh;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.ie #mainvisual .title_caption span.en #svg_title {
		width: 38vw;
	}
}

@media only screen and (max-width: 767px) {
	.ie #mainvisual .title_caption span.en #svg_title {
		width: 90vw;
	}
}

.con_main_img_nav {
	background: #f6f6f6;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_main_img_nav .main_slider {
		height: 65vh !important;
	}
}

.con_main_img_nav .main_slider .slick-list {
	height: 100%;
}

.con_main_img_nav .main_slider .slick-list .slick-track {
	height: 100%;
}

.con_main_img_nav .main_slider .slick-list .slick-track .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.con_main_img_nav .main_slider .slick-list .slick-track .slick-slide img {
	max-width: inherit;
	min-height: 100%;
}

.con_main_img_nav .main_slider .slick-list .slick-track .st_title_banner {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1.2;
	font-size: 429%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	font-weight: normal;
	position: absolute;
	left: 50%;
	color: #fff;
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.con_main_img_nav .main_slider .slick-list .slick-track .st_title_banner {
		line-height: 1.4;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_main_img_nav .main_slider .slick-list .slick-track .st_title_banner {
		font-size: 358%;
	}
}

@media only screen and (max-width: 767px) {
	.con_main_img_nav .main_slider .slick-list .slick-track .st_title_banner {
		font-size: 215%;
	}
}

@media only screen and (max-width: 767px) {
	.con_main_img_nav .main_slider .slick-list .slick-track .st_title_banner {
		top: 40%;
	}
}

.con_main_img_nav .main_slider .slick-list .slick-track .slick-active .st_title_banner {
	opacity: 1;
}

/* -----------------------------------------------------------
	.con_hostnews
----------------------------------------------------------- */
.con_hostnews {
	background: #f6f6f6;
}

@media only screen and (max-width: 767px) {
	.con_hostnews .container {
		width: 100%;
	}
}

.con_hostnews .inner_hostnews {
	display: flex;
	margin-left: 10%;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	background: #fff;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px -2px 15px rgba(17, 17, 17, 0.4);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hostnews .inner_hostnews {
		display: flex;
	}
}

@media only screen and (max-width: 767px) {
	.con_hostnews .inner_hostnews {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hostnews .inner_hostnews {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_hostnews .inner_hostnews {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_hostnews .inner_hostnews {
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}

@media print {
	.con_hostnews .inner_hostnews {
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}

.ie8 .con_hostnews .inner_hostnews {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}

.con_hostnews .inner_hostnews .col_new_item {
	display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hostnews .inner_hostnews .col_new_item {
		display: flex;
	}
}

@media only screen and (max-width: 767px) {
	.con_hostnews .inner_hostnews .col_new_item {
		display: block;
	}
}

.con_hostnews .inner_hostnews .col_new_item .txt_title {
	margin-right: 15px;
	padding: 1.5em 3em;
	background: #111111;
	font-family: "Archivo Black", sans-serif;
	color: #fff;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hostnews .inner_hostnews .col_new_item .txt_title {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_hostnews .inner_hostnews .col_new_item .txt_title {
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hostnews .inner_hostnews .col_new_item .txt_title {
		padding: 1.5em 2em;
	}
}

@media only screen and (max-width: 767px) {
	.con_hostnews .inner_hostnews .col_new_item .txt_title {
		padding: 0.5em 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_hostnews .inner_hostnews .col_new_item .txt_title span {
		display: inline-block;
		padding: 0;
	}
	.con_hostnews .inner_hostnews .col_new_item .txt_title span.title_01 {
		width: 30%;
		text-align: left;
	}
	.con_hostnews .inner_hostnews .col_new_item .txt_title span.title_02 {
		width: 70%;
		text-align: right;
		padding-right: 1.5em;
		font-size: 93%;
	}
	.con_hostnews .inner_hostnews .col_new_item .txt_title span.title_02:before {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		right: 1.5em;
		content: '';
		width: 10px;
		height: 1px;
		top: calc(50% - 3px);
		position: absolute;
		background: #fff;
		-webkit-transform: rotate(30deg);
		-moz-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		-o-transform: rotate(30deg);
		transform: rotate(30deg);
	}
}

@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
	.con_hostnews .inner_hostnews .col_new_item .txt_title span.title_02:before {
		right: 1em;
	}
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
	.con_hostnews .inner_hostnews .col_new_item .txt_title span.title_02:before {
		right: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_hostnews .inner_hostnews .col_new_item .txt_title span.title_02:after {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		right: 1.5em;
		content: '';
		width: 15px;
		height: 1px;
		top: 50%;
		position: absolute;
		background: #fff;
	}
}

@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1024px) {
	.con_hostnews .inner_hostnews .col_new_item .txt_title span.title_02:after {
		right: 1em;
	}
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
	.con_hostnews .inner_hostnews .col_new_item .txt_title span.title_02:after {
		right: 1em;
	}
}

.con_hostnews .inner_hostnews .col_new_item .txt_title:before {
	background: #fff;
	content: '';
	width: 25px;
	height: 1px;
	top: 50%;
	left: 0;
	position: absolute;
}

@media only screen and (max-width: 767px) {
	.con_hostnews .inner_hostnews .col_new_item .txt_title:before {
		display: none;
	}
}

.con_hostnews .inner_hostnews .col_new_item a {
	display: flex;
	align-items: center;
	word-break: keep-all;
}

@media only screen and (max-width: 767px) {
	.con_hostnews .inner_hostnews .col_new_item a {
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		padding: .5em 0;
	}
}

@media only screen and (min-width: 768px) {
	.con_hostnews .inner_hostnews .col_new_item a span {
		padding: .5em 1em;
	}
}

@media print {
	.con_hostnews .inner_hostnews .col_new_item a span {
		padding: .5em 1em;
	}
}

.ie8 .con_hostnews .inner_hostnews .col_new_item a span {
	padding: .5em 1em;
}

@media only screen and (max-width: 767px) {
	.con_hostnews .inner_hostnews .col_new_item a span {
		display: inline-flex;
		word-break: break-all;
	}
}

.con_hostnews .inner_hostnews .col_new_item a span.txt_cate {
	padding: .1em .5em;
}

@media only screen and (max-width: 767px) {
	.con_hostnews .inner_hostnews .col_new_item a span.txt_cate {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.con_hostnews .inner_hostnews .col_new_item a span.txt_date {
		width: 30%;
		padding: 0 .5em 0 1em;
	}
}

@media only screen and (min-width: 768px) {
	.con_hostnews .inner_hostnews .col_new_item a span.txt_desc {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

@media print {
	.con_hostnews .inner_hostnews .col_new_item a span.txt_desc {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

.ie8 .con_hostnews .inner_hostnews .col_new_item a span.txt_desc {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
	.con_hostnews .inner_hostnews .col_new_item a span.txt_desc {
		width: 70%;
		text-align: left;
		word-wrap: break-word;
		padding: 0 1em 0 .5em;
	}
}

.con_hostnews .inner_hostnews .col_viewall {
	border-left: 1px solid #e3e3e3;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_hostnews .inner_hostnews .col_viewall {
		border-top: 1px solid #e3e3e3;
		border-left: 0;
	}
	.con_hostnews .inner_hostnews .col_viewall .btn_tmp_01 {
		padding: 1em 2em;
	}
}

@media only screen and (min-width: 768px) {
	.con_hostnews .inner_hostnews .col_viewall a {
		min-width: inherit;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media print {
	.con_hostnews .inner_hostnews .col_viewall a {
		min-width: inherit;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.ie8 .con_hostnews .inner_hostnews .col_viewall a {
	min-width: inherit;
	padding-top: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.con_hostnews .inner_hostnews .col_viewall a {
		display: inline-block;
	}
}

/* -----------------------------------------------------------
	.con_about
----------------------------------------------------------- */
.con_about {
	padding-bottom: 50px;
	background: #f6f6f6;
	overflow: hidden;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_about {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_about {
		padding-bottom: 30px;
	}
}

.con_about:before {
	width: 50%;
	left: -35px;
	background: #83b000;
	position: absolute;
	content: '';
	width: 50%;
	height: 80%;
	bottom: 0;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.con_about:before {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_about:before {
		left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_about:before {
		height: 85%;
	}
}

@media only screen and (max-width: 767px) {
	.con_about:before {
		display: none;
	}
}

.con_about:after {
	background: #fff;
	position: absolute;
	content: '';
	width: 100%;
	height: 30px;
	right: 0;
	bottom: 0;
	z-index: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_about:after {
		display: none;
	}
}

.con_about .container {
	position: relative;
	z-index: 1;
}

.con_about .container .inner_about {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_about .container .inner_about {
		display: flex;
	}
}

@media only screen and (max-width: 767px) {
	.con_about .container .inner_about {
		display: block;
	}
}

.con_about .container .inner_about .box_img {
	width: 50%;
	text-align: right;
	position: relative;
	z-index: 5;
}

@media only screen and (max-width: 767px) {
	.con_about .container .inner_about .box_img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_about .container .inner_about .box_img {
		margin-top: 2em;
	}
}

@media only screen and (max-width: 767px) {
	.con_about .container .inner_about .box_img:before {
		width: 85%;
		left: -5%;
		background: #83b000;
		position: absolute;
		content: '';
		height: 80%;
		bottom: -10%;
		z-index: -1;
	}
}

.con_about .container .inner_about .box_img img {
	width: 100%;
}

.con_about .container .inner_about .box_content {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.con_about .container .inner_about .box_content {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_about .container .inner_about .box_content {
		margin-top: 15px;
	}
}

.con_about .container .inner_about .box_content .main_ct {
	padding-left: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_about .container .inner_about .box_content .main_ct {
		padding-left: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_about .container .inner_about .box_content .main_ct {
		padding-left: 0;
	}
}

.con_about .container .inner_about .box_content .main_ct .st_subtitle_tmp {
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.con_about .container .inner_about .box_content .main_ct .st_subtitle_tmp {
		text-align: center;
	}
}

.con_about .container .inner_about .box_content .txt_desc {
	line-height: 1.8;
	padding: 1em 0 2em;
}

@media only screen and (max-width: 767px) {
	.con_about .container .inner_about .box_content .txt_desc {
		line-height: 1.6;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_about .container .inner_about .box_content .txt_desc {
		padding: 0.5em 0 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_about .container .inner_about .box_content .txt_desc {
		padding: 15px 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_about .container .inner_about .box_content .box_btn .btn_tmp_01 {
		max-width: 70vw;
		margin: 0 auto;
	}
}

/* -----------------------------------------------------------
	.con_product
----------------------------------------------------------- */
.con_product {
	padding: 5em 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product {
		padding: 3em 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_product {
		padding: 2em 0 0;
	}
}

.con_product .box_product {
	margin: 2em 0;
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product .box_product {
		margin: 2em 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_product .box_product {
		margin: 1em 0 0;
	}
}

.con_product .box_product .item {
	width: 50%;
	background: #f6f6f6;
}

@media only screen and (max-width: 767px) {
	.con_product .box_product .item {
		width: 100%;
	}
}

.con_product .box_product .item a {
	padding: 2em 0;
	max-width: 80%;
	margin: auto;
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product .box_product .item a {
		padding: 1em 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_product .box_product .item a {
		padding: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product .box_product .item a {
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_product .box_product .item a {
		max-width: 100%;
	}
}

.con_product .box_product .item a .box_img {
	width: 50%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_product .box_product .item a .box_img {
		width: 40%;
	}
}

.con_product .box_product .item a .box_img img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.con_product .box_product .item a .box_img .txt_img {
	padding: 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	text-align: center;
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.con_product .box_product .item a .box_img .txt_img {
		padding: 5px;
	}
}

.con_product .box_product .item a .box_txt {
	padding: 3em 3em 0;
	width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product .box_product .item a .box_txt {
		padding: 0 0 0 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_product .box_product .item a .box_txt {
		padding: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_product .box_product .item a .box_txt {
		width: 60%;
	}
}

.con_product .box_product .item a .box_txt h3 {
	font-size: 200%;
	color: #4e6801;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product .box_product .item a .box_txt h3 {
		font-size: 129%;
	}
}

@media only screen and (max-width: 767px) {
	.con_product .box_product .item a .box_txt h3 {
		font-size: 115%;
	}
}

.con_product .box_product .item a .box_txt .txt_desc {
	margin: 5px 0 30px;
	font-size: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product .box_product .item a .box_txt .txt_desc {
		margin: 5px 0 10px;
	}
}

@media only screen and (max-width: 767px) {
	.con_product .box_product .item a .box_txt .txt_desc {
		margin: 5px 0 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product .box_product .item a .box_txt .txt_desc {
		font-size: 93%;
	}
}

@media only screen and (max-width: 767px) {
	.con_product .box_product .item a .box_txt .txt_desc {
		font-size: 86%;
	}
}

.con_product .box_product .item a .box_txt .btn_tmp_01 {
	min-width: 280px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product .box_product .item a .box_txt .btn_tmp_01 {
		min-width: inherit;
	}
}

@media only screen and (max-width: 767px) {
	.con_product .box_product .item a .box_txt .btn_tmp_01 {
		min-width: inherit;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product .box_product .item a .box_txt .btn_tmp_01 {
		padding-left: 1.5em;
	}
}

.con_product .box_product .item a:hover {
	opacity: 1;
}

.con_product .box_product .item a:hover .box_img img {
	opacity: .5;
}

.con_product .box_product .item a:hover .box_img .txt_img {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}

.con_product .box_product .item a:hover h3 {
	text-decoration: underline;
}

.con_product .box_product .item a:hover .btn_tmp_01 {
	opacity: .5;
}

.con_product .box_product .item a:hover .btn_tmp_01:before {
	right: 1em;
}

.con_product .box_product .item a:hover .btn_tmp_01:after {
	right: 1em;
}

@media only screen and (max-width: 767px) {
	.con_product .box_product .item:nth-child(even) {
		background: #fff;
	}
	.con_product .box_product .item:nth-child(even) a {
		flex-direction: row-reverse;
	}
}

@media only screen and (min-width: 768px) {
	.con_product .box_product .item:nth-child(2), .con_product .box_product .item:nth-child(3) {
		background: #fff;
	}
}

@media print {
	.con_product .box_product .item:nth-child(2), .con_product .box_product .item:nth-child(3) {
		background: #fff;
	}
}

.ie8 .con_product .box_product .item:nth-child(2), .ie8 .con_product .box_product .item:nth-child(3) {
	background: #fff;
}

@media only screen and (min-width: 768px) {
	.con_product .box_product .item:nth-child(3) a, .con_product .box_product .item:nth-child(4) a {
		flex-direction: row-reverse;
	}
}

@media print {
	.con_product .box_product .item:nth-child(3) a, .con_product .box_product .item:nth-child(4) a {
		flex-direction: row-reverse;
	}
}

.ie8 .con_product .box_product .item:nth-child(3) a, .ie8 .con_product .box_product .item:nth-child(4) a {
	flex-direction: row-reverse;
}

.con_product .box_product .item:nth-child(3) a .box_txt, .con_product .box_product .item:nth-child(4) a .box_txt {
	padding: 3em 3em 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product .box_product .item:nth-child(3) a .box_txt, .con_product .box_product .item:nth-child(4) a .box_txt {
		padding: 0 1em 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_product .box_product .item:nth-child(3) a .box_txt, .con_product .box_product .item:nth-child(4) a .box_txt {
		padding: 15px;
	}
}

/* -----------------------------------------------------------
	.con_product_intro
----------------------------------------------------------- */
.con_product_intro {
	padding: 5em 0;
	background: #e3e3e3;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro {
		padding: 4em 0 3em;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro {
		padding: 2em 0;
	}
}

.con_product_intro .box_lnk {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.5em;
}

.con_product_intro .box_lnk .inner_lnk {
	display: inline-flex;
	width: 48%;
	padding: 2%;
	background: #fff;
	-webkit-border-radius: 15%;
	-moz-border-radius: 15%;
	-ms-border-radius: 15%;
	-o-border-radius: 15%;
	border-radius: 15%;
	border: 3px solid #d7d7d7;
	text-align: center;
	justify-content: center;
}

.con_product_intro .box_lnk .inner_lnk .ic_lnk {
	padding-bottom: .3em;
}

.con_product_intro .box_lnk .inner_lnk .ic_lnk img {
	width: 2em;
}

.con_product_intro .box_lnk .inner_lnk .st_lnk {
	font-weight: bold;
	position: relative;
	padding-bottom: 1.5em;
}

.con_product_intro .box_lnk .inner_lnk .st_lnk:before {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	right: 1.5em;
	content: '';
	width: 15px;
	height: 1px;
	bottom: .3em;
	position: absolute;
	background: #000;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro .box_lnk .inner_lnk .st_lnk:before {
		right: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro .box_lnk .inner_lnk .st_lnk:before {
		right: 1em;
	}
}

.con_product_intro .box_lnk .inner_lnk .st_lnk:after {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	right: 1.5em;
	content: '';
	width: 15px;
	height: 1px;
	bottom: .3em;
	position: absolute;
	background: #000;
	left: calc(50% - 10px);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro .box_lnk .inner_lnk .st_lnk:after {
		right: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro .box_lnk .inner_lnk .st_lnk:after {
		right: 1em;
	}
}

.con_product_intro .inner_box {
	display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro .inner_box {
		display: flex;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro .inner_box {
		display: block;
	}
}

.con_product_intro .ic_st img {
	width: 88px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro .ic_st img {
		width: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro .ic_st img {
		width: 60px;
	}
}

.con_product_intro .box_btn {
	margin-top: 2em;
}

@media only screen and (max-width: 767px) {
	.con_product_intro .box_btn {
		margin-top: 15px;
	}
}

.con_product_intro .box_products {
	padding: 0 2em 2em;
	background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro .box_products {
		padding: 0 1em 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro .box_products {
		padding: 15px;
	}
}

.con_product_intro .box_products .box_title {
	-webkit-transform: translateY(-35px);
	-moz-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	-o-transform: translateY(-35px);
	transform: translateY(-35px);
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro .box_products .box_title {
		-webkit-transform: translateY(-25px);
		-moz-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		-o-transform: translateY(-25px);
		transform: translateY(-25px);
	}
}

.con_product_intro .box_products.col_list {
	width: 35%;
	margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro .box_products.col_list {
		width: 40%;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro .box_products.col_list {
		width: 100%;
	}
}

.con_product_intro .box_products.col_grid {
	width: 65%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro .box_products.col_grid {
		width: 60%;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro .box_products.col_grid {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro .box_products.col_grid {
		margin-top: 30px;
	}
}

.con_product_intro .box_products .btn_tmp_01 {
	min-width: inherit;
}

.con_product_intro .box_products .list_product .item a {
	margin-top: 2em;
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro .box_products .list_product .item a {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro .box_products .list_product .item a {
		margin-top: 15px;
	}
}

.con_product_intro .box_products .list_product .item a .box_img {
	width: 40%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro .box_products .list_product .item a .box_img {
		width: 40%;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro .box_products .list_product .item a .box_img {
		width: 30%;
	}
}

.con_product_intro .box_products .list_product .item a .box_txt {
	padding-left: 1em;
	width: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro .box_products .list_product .item a .box_txt {
		padding-left: 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro .box_products .list_product .item a .box_txt {
		padding-left: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro .box_products .list_product .item a .box_txt {
		width: 60%;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro .box_products .list_product .item a .box_txt {
		width: 70%;
	}
}

.con_product_intro .box_products .list_product .item a .box_txt .txt_desc {
	margin: 0 0 15px;
}

.con_product_intro .box_products .list_product .item a:hover .btn_tmp_01 {
	opacity: .5;
}

.con_product_intro .box_products .list_product .item a:hover .btn_tmp_01:before {
	right: 1em;
}

.con_product_intro .box_products .list_product .item a:hover .btn_tmp_01:after {
	right: 1em;
}

.con_product_intro .box_products .grid_product {
	display: flex;
	flex-wrap: wrap;
}

.con_product_intro .box_products .grid_product .item {
	width: 33.33333%;
	padding: 0 0.5em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro .box_products .grid_product .item {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro .box_products .grid_product .item {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro .box_products .grid_product .item {
		padding: 0 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro .box_products .grid_product .item {
		padding: 0 7px;
	}
}

.con_product_intro .box_products .grid_product .item a {
	margin-top: 2em;
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_product_intro .box_products .grid_product .item a {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_product_intro .box_products .grid_product .item a {
		margin-top: 15px;
	}
}

.con_product_intro .box_products .grid_product .item a .box_img {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.con_product_intro .box_products .grid_product .item a .box_txt .txt_desc {
	margin: 15px 0;
}

.con_product_intro .box_products .grid_product .item a:hover .btn_tmp_01 {
	opacity: .5;
}

.con_product_intro .box_products .grid_product .item a:hover .btn_tmp_01:before {
	right: 1em;
}

.con_product_intro .box_products .grid_product .item a:hover .btn_tmp_01:after {
	right: 1em;
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
	padding: 5em 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news {
		padding: 3em 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_news {
		padding: 2em 0;
	}
}

.con_news .st_tit_tmp1 {
	font-size: 186%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .st_tit_tmp1 {
		font-size: 172%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .st_tit_tmp1 {
		font-size: 172%;
	}
}

.con_news .box_btn {
	margin-top: 2em;
}

@media only screen and (max-width: 767px) {
	.con_news .box_btn {
		margin-top: 0;
	}
}

.con_news .grid_news {
	margin-top: 2em;
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.con_news .grid_news {
		margin-top: 15px;
	}
}

.con_news .grid_news .item {
	width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .grid_news .item {
		width: 25%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .grid_news .item {
		width: 50%;
	}
}

.con_news .grid_news .item a {
	margin-top: 2em;
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .grid_news .item a {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .grid_news .item a {
		margin-top: 15px;
	}
}

.con_news .grid_news .item a .box_img {
	position: relative;
	overflow: hidden;
	text-align: center;
	max-height: 220px;
}

.con_news .grid_news .item a .box_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.con_news .grid_news .item a .box_img span {
	position: absolute;
	padding: 2px 10px;
	left: 0;
	top: 0;
	font-size: 93%;
}

.con_news .grid_news .item a .box_txt {
	padding: 10px 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.con_news .grid_news .item a .box_txt .txt_date {
	font-size: 86%;
}

.con_news .grid_news .item a .box_txt .txt_desc {
	margin: 5px 0 15px;
}

.con_news .grid_news .item a:hover .btn_tmp_01 {
	opacity: .5;
}

.con_news .grid_news .item a:hover .btn_tmp_01:before {
	right: 1em;
}

.con_news .grid_news .item a:hover .btn_tmp_01:after {
	right: 1em;
}

.con_news .grid_news .item a:hover .box_txt {
	background: #f6f6f6;
}

/* -----------------------------------------------------------
	.con_map_global
----------------------------------------------------------- */
.con_map_global {
	background: #f6f6f6;
	padding: 25px 0 5px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_map_global {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_map_global {
		padding: 2em 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_map_global {
		background: #f2f2f2;
	}
}

@media only screen and (max-width: 767px) {
	.con_map_global .st_tit_tmp1 {
		text-align: left;
		font-size: 172%;
	}
}

.con_map_global .container {
	position: relative;
}

.con_map_global .container .main_map {
	position: relative;
}

@media only screen and (min-width: 768px) {
	.con_map_global .container .main_map img {
		width: 100%;
	}
}

@media print {
	.con_map_global .container .main_map img {
		width: 100%;
	}
}

.ie8 .con_map_global .container .main_map img {
	width: 100%;
}

.con_map_global .container .main_map .map_svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.con_map_global .container .box_txt {
	max-width: 500px;
}

@media only screen and (min-width: 1025px) {
	.con_map_global .container .box_txt {
		position: absolute;
		bottom: 10%;
		left: 0;
		z-index: 9;
	}
}

@media print {
	.con_map_global .container .box_txt {
		position: absolute;
		bottom: 10%;
		left: 0;
		z-index: 9;
	}
}

.ie8 .con_map_global .container .box_txt {
	position: absolute;
	bottom: 10%;
	left: 0;
	z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_map_global .container .box_txt {
		margin-top: -100px;
	}
}

.con_map_global .container .box_txt .txt_desc {
	margin: 15px 0;
}

/* -----------------------------------------------------------
	.con_movie
----------------------------------------------------------- */
.con_movie {
	padding: 5em 0;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_movie {
		padding: 3em 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_movie {
		padding: 2em 0;
	}
}

.con_movie .st_tit_tmp1 {
	font-size: 186%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_movie .st_tit_tmp1 {
		font-size: 172%;
	}
}

@media only screen and (max-width: 767px) {
	.con_movie .st_tit_tmp1 {
		font-size: 172%;
	}
}

.con_movie .inner_movie {
	margin: 2em -15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_movie .inner_movie {
		margin: 2em 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_movie .inner_movie {
		margin: 15px 0;
	}
}

.con_movie .inner_movie .slick-slide {
	padding: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_movie .inner_movie .slick-slide {
		padding: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.con_movie .inner_movie .slick-slide {
		padding: 0px;
	}
}

.con_movie .inner_movie .slick-list {
	margin-bottom: 15px;
}

.con_movie .inner_movie .slick-dots {
	position: initial;
}

.con_movie .inner_movie .slick-dots li button {
	background: #e3e3e3;
}

.con_movie .inner_movie .slick-dots li.slick-active button {
	background: #83b000;
}

.con_movie .inner_movie iframe {
	border: 0px solid #f2f2f2;
	width: 100%;
	height: 350px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_movie .inner_movie iframe {
		height: 300px;
	}
}

@media only screen and (max-width: 767px) {
	.con_movie .inner_movie iframe {
		height: 250px;
	}
}

/*# sourceMappingURL=../maps/homepage.css.map */
