@charset "utf-8";

/*=========================================*/
/* トップページ */
/*=========================================*/


/*-- MAIN IMAGE --*/

.main_img_area{
	background-image:url(../images/top_page/main_img_catch.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-size:60% auto;
}

.main_img{
	position:relative;
	padding:0px 0px 200px 0px;
	width:100%;
	height:760px;
	background-image:url(../images/top_page/main_img.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	/* clip-path */
	-webkit-clip-path:polygon(0% calc(0% - 0px), 100% 0%, 100% calc(100% - 200px), 0% 100%);
	        clip-path:polygon(0% calc(0% - 0px), 100% 0%, 100% calc(100% - 200px), 0% 100%);
}

.main_img_text{
	position:absolute;
	top:300px;
	left:100px;
	width:50%;
	z-index:50;
}

.main_img_text img{
	max-width:720px;
	width:100%;
	filter:drop-shadow(0px 0px 50px rgba(0,0,0,1.0));
}

@media screen and (max-width:1280px){

.main_img{
	padding:0px 0px 150px 0px;
	height:0px;
	padding-top:calc(960 / 1920 * 100%);
	/* clip-path */
	-webkit-clip-path:polygon(0% calc(0% - 0px), 100% 0%, 100% calc(100% - 150px), 0% 100%);
	        clip-path:polygon(0% calc(0% - 0px), 100% 0%, 100% calc(100% - 150px), 0% 100%);
}

.main_img_text{
	top:250px;
	left:75px;
	width:55%;
}

}

@media all and (max-width:960px), print{

.main_img{
	padding:0px 0px 100px 0px;
	height:0px;
	padding-top:calc(960 / 1680 * 100%);
	/* clip-path */
	-webkit-clip-path:polygon(0% calc(0% - 0px), 100% 0%, 100% calc(100% - 100px), 0% 100%);
	        clip-path:polygon(0% calc(0% - 0px), 100% 0%, 100% calc(100% - 100px), 0% 100%);
}

.main_img_text{
	top:200px;
	left:50px;
	width:60%;
}

}

@media screen and (max-width:640px){

.main_img{
	padding:0px 0px 50px 0px;
	height:0px;
	padding-top:calc(960 / 1440 * 100%);
	/* clip-path */
	-webkit-clip-path:polygon(0% calc(0% - 0px), 100% 0%, 100% calc(100% - 50px), 0% 100%);
	        clip-path:polygon(0% calc(0% - 0px), 100% 0%, 100% calc(100% - 50px), 0% 100%);
}

.main_img_text{
	top:150px;
	left:25px;
	width:65%;
}

}


/*-- CONTENTS --*/

.top_page_flame{
	position:relative;
	margin:0px auto 0px auto;
	padding:65px 35px 100px 35px;
	max-width:1280px;
}

.top_page_flame_under{
	position:relative;
	margin:0px auto 0px auto;
	padding:25px 35px 100px 35px;
	max-width:1280px;
}

@media screen and (max-width:1280px){

.top_page_flame{
	padding:55px 25px 75px 25px;
}

.top_page_flame_under{
	padding:20px 25px 75px 25px;
}

}

@media all and (max-width:960px), print{

.top_page_flame{
	padding:45px 15px 50px 15px;
}

.top_page_flame_under{
	padding:15px 15px 50px 15px;
}

}


/*-- TITLE --*/

.top_page_title{
	padding:0px 0px 45px 0px;
	width:100%;
	text-align:center;
}

.top_page_title .jp{
	padding:0px 0px 15px 0px;
}

.top_page_title .jp img{
	height:45px;
}

.top_page_title .en_white{
	font-size:100%;
	line-height:125%;
	letter-spacing:-0.01em;
	font-family:'Overpass', sans-serif;
	color:rgba(255,255,255,1.0);
	font-weight:500;
}

.top_page_title .en_black{
	font-size:100%;
	line-height:125%;
	letter-spacing:-0.01em;
	font-family:'Overpass', sans-serif;
	color:rgba(10,10,10,1.0);
	font-weight:500;
}

@media screen and (max-width:1280px){

.top_page_title{
	padding:0px 0px 35px 0px;
}

.top_page_title .jp{
	padding:0px 0px 12px 0px;
}

.top_page_title .jp img{
	height:35px;
}

.top_page_title .en_white{
	font-size:87.5%;
}

.top_page_title .en_black{
	font-size:87.5%;
}

}

@media all and (max-width:960px), print{

.top_page_title{
	padding:0px 0px 25px 0px;
}

.top_page_title .jp{
	padding:0px 0px 9px 0px;
}

.top_page_title .jp img{
	height:25px;
}

.top_page_title .en_white{
	font-size:75%;
}

.top_page_title .en_black{
	font-size:75%;
}

}


/*-- NAV --*/

.top_page_nav{
	width:100%;
}

.top_page_nav_flame{
	position:relative;
	margin:0px auto 0px auto;
	width:30%;
	border:1px solid rgba(205,200,195,1.0);
	box-sizing:border-box;
	transition:0.25s ease-out;
	text-align:right;
	overflow:hidden;
	cursor:pointer;
	/* radius */
	-webkit-border-radius:100px;
	   -moz-border-radius:100px;
	        border-radius:100px;
}

.top_page_nav_flame:hover{
	background-color:rgba(0,150,60,1.0);
	border:1px solid rgba(0,150,60,1.0);
}

.top_page_nav_flame .text{
	float:left;
	position:relative;
	padding:0px 0px 0px 45px;
	font-size:112.5%;
	line-height:75px;
	letter-spacing:-0.01em;
	color:rgba(10,10,10,1.0);
	font-weight:500;
	transition:0.25s ease-out;
}

.top_page_nav_flame:hover .text{
	color:rgba(255,255,255,1.0);
}

.top_page_nav_flame .icon{
	position:relative;
	padding:27px 45px 27px 0px;
	font-size:0px;
}

.top_page_nav_flame .icon svg{
	width:21px;
	height:21px;
}

.top_page_nav_flame .icon path{
	fill:rgba(105,100,95,1.0);
	transition:0.25s ease-out;
}

.top_page_nav_flame:hover .icon path{
	fill:rgba(255,255,255,1.0);
}

@media screen and (max-width:1280px){

.top_page_nav_flame{
	width:35%;
}

.top_page_nav_flame .text{
	padding:0px 0px 0px 35px;
	font-size:100%;
	line-height:65px;
}

.top_page_nav_flame .icon{
	padding:24px 35px 24px 0px;
}

.top_page_nav_flame .icon svg{
	width:17px;
	height:17px;
}

}

@media all and (max-width:960px), print{

.top_page_nav_flame{
	width:50%;
	background-color:rgba(0,150,60,1.0);
	border:1px solid rgba(0,150,60,1.0);
}

.top_page_nav_flame .text{
	padding:0px 0px 0px 25px;
	font-size:87.5%;
	line-height:50px;
	color:rgba(255,255,255,1.0);
}

.top_page_nav_flame .icon{
	padding:18px 25px 18px 0px;
}

.top_page_nav_flame .icon svg{
	width:14px;
	height:14px;
}

.top_page_nav_flame .icon path{
	fill:rgba(255,255,255,1.0);
}

}


/*-- ABOUT --*/

.top_page_about_area{
	position:relative;
	padding:35px 0px 0px 0px;
	width:100%;
}

.top_page_about_flame{
	position:relative;
	width:100%;
	overflow:hidden;
}

.top_page_about_text{
	float:left;
	width:50%;
}

.top_page_about_image{
	float:left;
	width:50%;
}

.top_page_about_text .about_title{
	padding:0px 100px 45px 10px;
	text-align:left;
}

.top_page_about_text .about_title .jp{
	padding:0px 0px 15px 0px;
}

.top_page_about_text .about_title .jp img{
	height:45px;
}

.top_page_about_text .about_title .en_black{
	font-size:100%;
	line-height:125%;
	letter-spacing:-0.01em;
	font-family:'Overpass', sans-serif;
	color:rgba(10,10,10,1.0);
	font-weight:500;
}

.top_page_about_text .about_catch{
	padding:0px 100px 45px 10px;
	font-size:112.5%;
	line-height:200%;
	letter-spacing:0.01em;
	color:rgba(10,10,10,1.0);
	font-weight:500;
	text-align:left;
}

.top_page_about_image .about_image{
	padding:0px 10px 0px 0px;
}

.top_page_about_image .about_image img{
	width:100%;
	max-width:640px;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

@media screen and (max-width:1280px){

.top_page_about_area{
	padding:25px 0px 0px 0px;
}

.top_page_about_text .about_title{
	padding:0px 75px 35px 10px;
}

.top_page_about_text .about_title .jp{
	padding:0px 0px 12px 0px;
}

.top_page_about_text .about_title .jp img{
	height:35px;
}

.top_page_about_text .about_title .en_black{
	font-size:87.5%;
}

.top_page_about_text .about_catch{
	padding:0px 75px 35px 10px;
	font-size:100%;
}

}

@media all and (max-width:960px), print{

.top_page_about_area{
	padding:15px 0px 0px 0px;
}

.top_page_about_flame{
	margin:0px auto 0px auto;
	max-width:480px;
}

.top_page_about_text{
	float:none;
	width:100%;
}

.top_page_about_image{
	float:none;
	width:100%;
}

.top_page_about_text .about_title{
	padding:0px 0px 25px 0px;
	text-align:center;
}

.top_page_about_text .about_title .jp{
	padding:0px 0px 9px 0px;
}

.top_page_about_text .about_title .jp img{
	height:25px;
}

.top_page_about_text .about_title .en_white{
	font-size:75%;
}

.top_page_about_text .about_title .en_black{
	font-size:75%;
}

.top_page_about_text .about_catch{
	padding:0px 0px 25px 0px;
	font-size:87.5%;
	text-align:center;
}

.top_page_about_image .about_image{
	padding:0px 0px 0px 0px;
}

}


/*-- ABOUT NAV --*/

.about_nav{
	width:50%;
}

.about_nav_flame{
	position:relative;
	margin:0px 0px 0px 10px;
	border:1px solid rgba(205,200,195,1.0);
	box-sizing:border-box;
	transition:0.25s ease-out;
	text-align:right;
	overflow:hidden;
	cursor:pointer;
	/* radius */
	-webkit-border-radius:100px;
	   -moz-border-radius:100px;
	        border-radius:100px;
}

.about_nav_flame:hover{
	background-color:rgba(0,150,60,1.0);
	border:1px solid rgba(0,150,60,1.0);
}

.about_nav_flame a{
	display:block;
}

.about_nav_flame .text{
	float:left;
	position:relative;
	padding:0px 0px 0px 45px;
	font-size:102.5%;
	line-height:65px;
	letter-spacing:-0.01em;
	color:rgba(10,10,10,1.0);
	font-weight:500;
	transition:0.25s ease-out;
}

.about_nav_flame:hover .text{
	color:rgba(255,255,255,1.0);
}

.about_nav_flame .icon{
	position:relative;
	padding:22px 45px 22px 0px;
	font-size:0px;
}

.about_nav_flame .icon svg{
	width:21px;
	height:21px;
}

.about_nav_flame .icon path{
	fill:rgba(105,100,95,1.0);
	transition:0.25s ease-out;
}

.about_nav_flame:hover .icon path{
	fill:rgba(255,255,255,1.0);
}

@media screen and (max-width:1280px){

.about_nav{
	width:65%;
}

.about_nav_flame .text{
	padding:0px 0px 0px 35px;
	font-size:95%;
	line-height:55px;
}

.about_nav_flame .icon{
	padding:19px 35px 19px 0px;
}

.about_nav_flame .icon svg{
	width:17px;
	height:17px;
}

}

@media all and (max-width:960px), print{

.about_nav{
	margin:0px 0px 50px 0px;
	width:100%;
}

.about_nav_flame{
	margin:0px auto 0px auto;
	width:50%;
	background-color:rgba(0,150,60,1.0);
	border:1px solid rgba(0,150,60,1.0);
}

.about_nav_flame .text{
	padding:0px 0px 0px 25px;
	font-size:87.5%;
	line-height:50px;
	color:rgba(255,255,255,1.0);
}

.about_nav_flame .icon{
	padding:18px 25px 18px 0px;
}

.about_nav_flame .icon svg{
	width:14px;
	height:14px;
}

.about_nav_flame .icon path{
	fill:rgba(255,255,255,1.0);
}

}


/*-- BUSINESS --*/

.top_page_business_area{
	position:relative;
	padding:200px 0px 200px 0px;
	width:100%;
	background-color:rgba(0,150,60,1.0);
	/* clip-path */
	-webkit-clip-path:polygon(0% calc(0% - -200px), 100% 0%, 100% calc(100% - 200px), 0% 100%);
	        clip-path:polygon(0% calc(0% - -200px), 100% 0%, 100% calc(100% - 200px), 0% 100%);
}

.top_page_business_list_area,
.top_page_business_list{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:center;
}

.top_page_business_list_area{
	position:relative;
	width:100%;
}

.top_page_business_list{
	position:relative;
	width:50%;
}

.top_page_business_list a{
	position:relative;
	padding:0px 10px 0px 10px;
	width:100%;
	text-decoration:none;
	transition:0.25s ease-out;
	display:block;
}

.top_page_business_list .img{
	position:relative;
	width:100%;
}

.top_page_business_list .img img{
	max-width:640px;
	width:100%;
	transition:0.25s ease-out;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

.top_page_business_list a:hover .img img{
	/* filter */
	-webkit-filter:grayscale(50%);
	   -moz-filter:grayscale(50%);
	        filter:grayscale(50%);
}

.top_page_business_list .text_box .title{
	padding:20px 10px 0px 10px;
	font-size:100%;
	line-height:175%;
	color:rgba(255,255,255,1.0);
	transition:0.25s ease-out;
}

@media screen and (max-width:1280px){

.top_page_business_area{
	padding:150px 0px 150px 0px;
	/* clip-path */
	-webkit-clip-path:polygon(0% calc(0% - -150px), 100% 0%, 100% calc(100% - 150px), 0% 100%);
	        clip-path:polygon(0% calc(0% - -150px), 100% 0%, 100% calc(100% - 150px), 0% 100%);
}

.top_page_business_list a{
	padding:0px 7px 0px 7px;
}

.top_page_business_list .text_box .title{
	padding:15px 7px 0px 7px;
	font-size:87.5%;
}

}

@media all and (max-width:960px), print{

.top_page_business_area{
	padding:100px 0px 100px 0px;
	/* clip-path */
	-webkit-clip-path:polygon(0% calc(0% - -100px), 100% 0%, 100% calc(100% - 100px), 0% 100%);
	        clip-path:polygon(0% calc(0% - -100px), 100% 0%, 100% calc(100% - 100px), 0% 100%);
}

.top_page_business_list_area{
	margin:0px auto 0px auto;
	max-width:480px;
}

.top_page_business_list{
	width:100%;
}

.top_page_business_list a{
	padding:0px 0px 20px 0px;
}

.top_page_business_list .img img{
	/* radius */
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}

.top_page_business_list a:hover .img img{
	/* filter */
	-webkit-filter:grayscale(0%);
	   -moz-filter:grayscale(0%);
	        filter:grayscale(0%);
}

.top_page_business_list .text_box .title{
	padding:10px 5px 0px 5px;
	font-size:75%;
}

}

@media screen and (max-width:640px){

.top_page_business_area{
	padding:50px 0px 50px 0px;
	/* clip-path */
	-webkit-clip-path:polygon(0% calc(0% - -50px), 100% 0%, 100% calc(100% - 50px), 0% 100%);
	        clip-path:polygon(0% calc(0% - -50px), 100% 0%, 100% calc(100% - 50px), 0% 100%);
}

}


/*-- PRODUCTS --*/

.top_page_products_area{
	position:relative;
	width:100%;
}

.top_page_products_list_area,
.top_page_products_list{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	align-items:stretch;
}

.top_page_products_list_area{
	position:relative;
	margin:0px 0px 50px 0px;
	width:100%;
}

.top_page_products_list{
	position:relative;
	width:25%;
}

.top_page_products_list a{
	position:relative;
	padding:0px 10px 0px 10px;
	width:100%;
	text-decoration:none;
	transition:0.25s ease-out;
	display:block;
}

.top_page_products_list .img{
	position:relative;
	width:100%;
	padding-top:66.66666%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition:0.25s ease-out;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

.top_page_products_list a:hover .img{
	/* filter */
	-webkit-filter:grayscale(50%);
	   -moz-filter:grayscale(50%);
	        filter:grayscale(50%);
}

.top_page_products_list .text_box .title{
	padding:13px 35px 13px 5px;
	background-image:url(../images/top_page/products_list_icon.svg);
	background-repeat:no-repeat;
	background-position:right 10px top 15px;
	background-size:20px auto;
	font-size:100%;
	line-height:150%;
	color:rgba(10,10,10,1.0);
	transition:0.25s ease-out;
}

.top_page_products_list a:hover .text_box .title{
	color:rgba(0,150,60,1.0);
}

@media screen and (max-width:1280px){

.top_page_products_list_area{
	margin:0px 0px 35px 0px;
}

.top_page_products_list a{
	padding:0px 7px 0px 7px;
}

.top_page_products_list .text_box .title{
	padding:11px 35px 11px 5px;
	background-position:right 10px top 13px;
	background-size:18px auto;
	font-size:87.5%;
}

.top_page_products_list a:hover .text_box .title{
	color:rgba(0,150,60,1.0);
}

}

@media all and (max-width:960px), print{

.top_page_products_area{
	margin:0px auto 0px auto;
	max-width:640px;
}

.top_page_products_list_area{
	margin:0px 0px 20px 0px;
}

.top_page_products_list{
	width:50%;
}

.top_page_products_list a{
	padding:0px 8px 16px 8px;
}

.top_page_products_list a:hover .img{
	/* filter */
	-webkit-filter:grayscale(0%);
	   -moz-filter:grayscale(0%);
	        filter:grayscale(0%);
}

.top_page_products_list .text_box .title{
	padding:9px 35px 9px 5px;
	background-position:right 10px top 11px;
	background-size:16px auto;
	font-size:75%;
}

.top_page_products_list a:hover .text_box .title{
	color:rgba(10,10,10,1.0);
}

}

@media screen and (max-width:640px){

.top_page_products_list a{
	padding:0px 5px 10px 5px;
}

}


/*-- NEWS --*/

.top_page_news_area{
	position:relative;
	width:100%;
}

.top_page_news_list_area{
	margin:0px 0px 65px 0px;
	width:100%;
}

.top_page_news_list{
	margin:0px 0px 10px 0px;
	width:100%;
	background-color:rgba(230,225,220,1.0);
	border:1px solid rgba(230,225,220,1.0);
	box-sizing:border-box;
	overflow:hidden;
	/* radius */
	-webkit-border-radius:100px;
	   -moz-border-radius:100px;
	        border-radius:100px;
}

.top_page_news_list a{
	padding:25px 55px 25px 0px;
	background-image:url(../images/common/common_list_icon.svg);
	background-repeat:no-repeat;
	background-position:right 35px center;
	background-size:auto 12px;
	text-decoration:none;
	transition:0.25s ease-out;
	display:block;
}

.top_page_news_list a:hover{
	background-color:rgba(248,245,242,1.0);
}

.top_page_news_list .date{
	padding:0px 20px 0px 35px;
	font-size:100%;
	line-height:150%;
	letter-spacing:-0.01em;
	color:rgba(10,10,10,1.0);
	display:inline-block;
}

.top_page_news_list .text{
	font-size:100%;
	line-height:150%;
	letter-spacing:-0.01em;
	color:rgba(10,10,10,1.0);
	transition:0.25s ease-out;
	display:inline-block;
}

.top_page_news_list a:hover .text{
	color:rgba(0,150,60,1.0);
}

@media screen and (max-width:1280px){

.top_page_news_list_area{
	margin:0px 0px 50px 0px;
}

.top_page_news_list a{
	padding:20px 45px 20px 0px;
	background-position:right 25px center;
	background-size:auto 10px;
}

.top_page_news_list .date{
	padding:0px 15px 0px 25px;
	font-size:87.5%;
}

.top_page_news_list .text{
	font-size:87.5%;
}

}

@media all and (max-width:960px), print{

.top_page_news_list_area{
	margin:0px 0px 35px 0px;
}

.top_page_news_list{
	margin:0px 0px 5px 0px;
	/* radius */
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}

.top_page_news_list a{
	padding:15px 35px 15px 0px;
	background-position:right 15px center;
	background-size:auto 8px;
}

.top_page_news_list a:hover{
	background-color:rgba(230,225,220,1.0);
}

.top_page_news_list .date{
	padding:0px 0px 2px 15px;
	font-size:75%;
	display:block;
}

.top_page_news_list .text{
	padding:0px 0px 0px 15px;
	font-size:75%;
	display:block;
}

.top_page_news_list a:hover .text{
	color:rgba(10,10,10,1.0);
}

}


/*-- NEWS NONE DATA --*/

.top_page_none_data_area{
	width:100%;
	border-top:1px solid rgba(225,220,215,1.0);
	border-bottom:1px solid rgba(225,220,215,1.0);
	box-sizing:border-box;
}

.top_page_none_data_area .text{
	padding:100px 10px 100px 10px;
	font-size:100%;
	line-height:175%;
	letter-spacing:-0.01em;
	color:rgba(10,10,10,1.0);
	text-align:center;
}

@media screen and (max-width:1280px){

.top_page_none_data_area .text{
	padding:75px 10px 75px 10px;
	font-size:87.5%;

}

}

@media all and (max-width:960px), print{

.top_page_none_data_area .text{
	padding:50px 5px 50px 5px;
	font-size:75%;

}

}


/*-- BANNER --*/

.top_page_banner_area{
	position:relative;
	width:100%;
}

.top_page_banner_list_area,
.top_page_banner_list{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	align-items:stretch;
}

.top_page_banner_list_area{
	position:relative;
	width:100%;
}

.top_page_banner_list{
	position:relative;
	width:50%;
}

.top_page_banner_list a{
	position:relative;
	padding:0px 10px 0px 10px;
	width:100%;
	text-decoration:none;
	transition:0.25s ease-out;
	display:block;
}

.top_page_banner_list .img{
	position:relative;
	width:100%;
}

.top_page_banner_list .img img{
	max-width:640px;
	width:100%;
	transition:0.25s ease-out;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

.top_page_banner_list a:hover .img img{
	/* filter */
	-webkit-filter:grayscale(50%);
	   -moz-filter:grayscale(50%);
	        filter:grayscale(50%);
}

@media screen and (max-width:1280px){

.top_page_banner_list a{
	padding:0px 7px 0px 7px;
}

}

@media all and (max-width:960px), print{

.top_page_banner_list_area{
	margin:0px auto 0px auto;
	max-width:480px;
}

.top_page_banner_list{
	width:100%;
}

.top_page_banner_list a{
	padding:0px 0px 20px 0px;
}

.top_page_banner_list .img img{
	/* radius */
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}

.top_page_banner_list a:hover .img img{
	/* filter */
	-webkit-filter:grayscale(0%);
	   -moz-filter:grayscale(0%);
	        filter:grayscale(0%);
}

}

