@charset "utf-8";
/* ----------- hc_mvSub ----------- */
.mvSub{
	background: url(../img/mvSub_img01.png);
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	overflow: hidden;
}

.mvSub_bg{
	width: 1060px;
	max-width: 95%;
	margin: 0 auto;
	/* background: url(../img/mvSub_bg01.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right center; */
	position: relative;
	
	background: rgba(4, 31, 18, 0.8);
	background: -moz-linear-gradient(left, transparent 0%, transparent 30%, rgba(4, 31, 18, 0.8) 58%, rgba(4, 31, 18, 0.8) 100%);
	background: -webkit-linear-gradient(left, transparent 0%, transparent 30%, rgba(4, 31, 18, 0.8) 58%, rgba(4, 31, 18, 0.8) 100%);
	background: -o-linear-gradient(left, transparent 0%, transparent 30%, rgba(4, 31, 18, 0.8) 58%, rgba(4, 31, 18, 0.8) 100%);
	background: -ms-linear-gradient(left, transparent 0%, transparent 30%, rgba(4, 31, 18, 0.8) 58%, rgba(4, 31, 18, 0.8) 100%);
	background: linear-gradient(to right, transparent 0%, transparent 30%, rgba(4, 31, 18, 0.80) 58%, rgba(4, 31, 18, 0.80) 100%);
	
}

.mvSub_bg:before{
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: 50vw;
	/* background: url(../img/mvSub_bg02.png);
	background-size: auto 100%; */
	background: rgba(4, 31, 18, 0.80);
}

.mvSub_content {
    
}
.mvSub_cTable{
	height: 353px;
	width: 50%;
	max-width: 489px;
	margin: 0 0 0 auto;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mvSub_cTd{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mvSub_title{
	
}
.mvSub_title img{
	display: block;
	margin: 0 auto;
}

/* ----------- breadcrumbs ----------- */
.breadcrumbs_box{
	padding-top: 30px;
	text-align: center;
}
.breadcrumbs {
	display: inline-block;
    overflow-x: auto;
    overflow-y: hidden;
	max-width: 100%;
}
.breadcrumbs ul {
    white-space: nowrap;
    
}
.breadcrumbs li {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    vertical-align: middle;
}
.breadcrumbs li a{
    color: #FFFFFF;
}
.breadcrumbs li a:hover{
    text-decoration: underline;
}
.breadcrumbs li a,.breadcrumbs li span{
    position: relative;
    top: 1px;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.breadcrumbs li a img{
    /*display: block;*/
}
.breadcrumbs li:not(:last-child) {
    position: relative;
    padding-right: 23px;
}
.breadcrumbs li:not(:last-child)::after {
    content: "／";
    display: block;
    position: absolute;
	color: #FFFFFF;
    top: 0px;
    right: 2px;
    bottom: 0;
    margin: auto;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    
}

.breadcrumbs_top{
	padding-right: 3px !important;
}
.breadcrumbs_top:not(:last-child)::after {
    content: "" !important;
    display: none !important;
}
.breadcrumbs_top img{
	display: block;
	position: relative;
	top: 1px;
}

/* ----------- sub_bg ----------- */
.sub_bg{
	background: url(../img/top_introduce_bg.png);
	background-size: 100% auto !important;
	background-repeat: no-repeat !important;
	position: relative;
}
.sub_bg:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/top_video_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.part_titleSub{
	background-color: #f8f7f3;
	padding: 25px 20px;
	padding: 25px 20px 20px\0;
	text-align: center;
	border-bottom: 3px solid #009944;
}

.part_tS{
	font-size: 3.0rem;
	color: #996c33;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	position: relative\0;
	top: 5px\0;
}
.part_tS_en{
	font-size: 1.8rem;
	color: #FFFFFF;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	padding: 4px 25px 2px;
	padding: 6px 25px 0px\0;
	background-color: #009944;
	margin-left: 20px;
}
.part_titleSub p{
	display: inline-block;
	vertical-align: middle;
}


@media only screen and (max-width: 1300px) {
	/* ----------- msd_mvSub ----------- */
	
}

@media only screen and (max-width: 1024px) {
	/* ----------- mvSub ----------- */
	.mvSub_cTable {
	    height: 340px;
	    width: 50%;
	}
	.mvSub_bg {
		width: 100%;
		max-width: 100%;
	    /* background-size: 70% 100%; */
		padding: 0 2.5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		
	}
	/* ----------- sub_bg ----------- */
	.sub_bg:before{
		background-size: auto 200px;
	}
	
	.part_titleSub p{
		display: block;
	}
	.part_titleSub p:nth-child(2){
		padding-top: 10px;
	}
	
}

@media only screen and (max-width: 768px) {
	/* ----------- mvSub ----------- */
	.mvSub_bg {
	    
		background: rgba(4, 31, 18, 0.8);
		background: -moz-linear-gradient(left, transparent 0%, transparent 20%, rgba(4, 31, 18, 0.8) 50%, rgba(4, 31, 18, 0.8) 100%);
		background: -webkit-linear-gradient(left, transparent 0%, transparent 20%, rgba(4, 31, 18, 0.8) 50%, rgba(4, 31, 18, 0.8) 100%);
		background: -o-linear-gradient(left, transparent 0%, transparent 20%, rgba(4, 31, 18, 0.8) 50%, rgba(4, 31, 18, 0.8) 100%);
		background: -ms-linear-gradient(left, transparent 0%, transparent 20%, rgba(4, 31, 18, 0.8) 50%, rgba(4, 31, 18, 0.8) 100%);
		background: linear-gradient(to right, transparent 0%, transparent 20%, rgba(4, 31, 18, 0.80) 50%, rgba(4, 31, 18, 0.80) 100%);
		
	}
	.mvSub_cTable {
	    height: 260px;
	    width: 60%;
	}
	
	.breadcrumbs_box {
	    padding-top: 20px;
	}
	
	/* ----------- sub_bg ----------- */
	.sub_bg:before{
		background-size: auto 180px;
	}
	
	.part_titleSub {
	    background-color: #f8f7f3;
	    padding: 20px 10px 17px;
	    text-align: center;
	    border-bottom: 2px solid #009944;
	}
	.part_tS {
	    font-size: 2.6rem;
	}
	.part_tS_en {
	    font-size: 1.6rem;
	    padding: 4px 15px 2px;
	    margin-left: 10px;
	}
	
	/* ----------- breadcrumbs_box ----------- */
	
}

@media only screen and (max-width: 480px) {
	/* ----------- hc_mvSub ----------- */
	.mvSub_cTable {
	    height: 200px;
	    width: 100%;
	}
	.mvSub_bg {
	    /* background-size: 110% 100%; */
		padding: 0 2.5%;
		
		background: rgba(4, 31, 18, 0.8);
		background: -moz-linear-gradient(left, transparent 0%, transparent 0%, rgba(4, 31, 18, 0.8) 35%, rgba(4, 31, 18, 0.8) 100%);
		background: -webkit-linear-gradient(left, transparent 0%, transparent 0%, rgba(4, 31, 18, 0.8) 35%, rgba(4, 31, 18, 0.8) 100%);
		background: -o-linear-gradient(left, transparent 0%, transparent 0%, rgba(4, 31, 18, 0.8) 35%, rgba(4, 31, 18, 0.8) 100%);
		background: -ms-linear-gradient(left, transparent 0%, transparent 0%, rgba(4, 31, 18, 0.8) 35%, rgba(4, 31, 18, 0.8) 100%);
		background: linear-gradient(to right, transparent 0%, transparent 0%, rgba(4, 31, 18, 0.80) 35%, rgba(4, 31, 18, 0.80) 100%);
		
	}
	.mvSub_title img {
	    width: 80%;
	}
	
	.part_titleSub {
	    padding: 15px 10px 12px;
	    border-bottom: 2px solid #009944;
	}
	.part_tS {
	    font-size: 2.2rem;
	}
	.part_tS_en {
	    font-size: 1.2rem;
	    padding: 4px 10px 2px;
	    margin-left: 5px;
	}
	
	/* ----------- breadcrumbs ----------- */
	
}