@charset "UTF-8";
/*----------------------------------------------------
	☆CMN
----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
.txts {
	color: #000;
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 220%;
	padding-bottom: 20px;
}
#wrap .btns a {
	background: #000;
	color: #fff;
	font-size: 16px;
	letter-spacing: .1em;
	padding: 10px 30px;
	margin-top: 30px;
	transition: 0.2s ease-in;
}
#wrap .btns a:hover {
	background: #999;
}

#wrap a:hover {
	opacity: 0.8;
}
/*----------------------------------------------------
	☆content
----------------------------------------------------*/

/* MV*/



#mv {
	background: #379362;
	padding-top: 65px;
}
#mv .mvBg {
	background: #379362 url("../images/mv01.jpg") no-repeat scroll right center;
	min-height: 800px;
	padding: 60px 0;
}
#mv .mvBg .box {
	border: 5px solid #fff;
	margin: 0 0 0 -70px;
	padding: 150px 70px;
	text-align: center;
	width: 700px;
}
/* one*/



#one {
	background: #379362;
}
#one .oneBg {
	background: #379362 url("../images/bg01.jpg") no-repeat scroll right center / cover;
	float: left;
	min-height: 800px;
	width: 50%;
}
#one .oneRt {
	float: right;
	position: relative;
	min-height: 800px;
	width: 50%;
}
#one h2 {
	left: -100px;
	position: absolute;
	top: 80px;
}
#one .txt {
	bottom: 90px;
	color: #fff;
	font-size: 20px;
	left: 80px;
	letter-spacing: 0.1em;
	line-height: 220%;
	position: absolute;
	text-align: left;
}
/* two*/



#two {
	padding: 60px 0px;
}
#two h2 {
	font-size: 44px;
	font-weight: lighter;
	margin-top: 40px;
	text-align: center;
}
#two h2 span {
	border-top: 2px solid #000;
	padding-top: 15px;
}
#two .txt {
	bottom: 90px;
	color: #fff;
	font-size: 20px;
	left: 80px;
	letter-spacing: 0.1em;
	line-height: 220%;
	position: absolute;
	text-align: left;
}
/* entire container, keeps perspective */
.flip-container {
	float: left;
	margin-right: 20px;
	margin-top: 50px;
	perspective: 1000px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}
.flip-container, .front, .back {
	width: 340px;
	height: 360px;
}
/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.flipper img {
	max-width: 100%;
}
/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}
/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}
/* three*/

#three .part01 {
	background: url(../images/partBg.jpg) no-repeat center center / cover;
	padding: 60px 0px;
}
#three .part01 ul li {
	display: inline-block;
	margin-right: 20px;
}

#three .box01 ul li a {
    position: relative;
    width: 100%;
}
#three .box01 ul li a {
    position: relative;
    width: 100%;
}

#three .box01 ul li {
	float: left;
	width: 20%;
}

#three .box01 ul li img {
	width: 100%;
}




/*

#three .box01 ul li.b01 {
	background: url(../images/img04.jpg) no-repeat center center / cover;
	height: 499px;
}
#three .box01 ul li.b02 {
	background: url(../images/img05.jpg) no-repeat center center / cover;
	height: 499px;
}
#three .box01 ul li.b03 {
	background: url(../images/img06.jpg) no-repeat center center / cover;
	height: 499px;
}
#three .box01 ul li.b04 {
	background: url(../images/img07.jpg) no-repeat center center / cover;
	height: 499px;
}


*/



















/* four*/

#four .bg02 {
	background: url(../images/bg03.jpg) no-repeat center center / cover;
	height: 500px;
	clear:both;position:relative;
	margin-top:-5px;
}
@media screen and (max-width: 64em) {
	#four .bg02 {
	height: 400px;
	
}
}
#four .bg02 .inr {
	position:absolute;transform: translateX(-50%) translateY(-50%);
	top:50%;left:50%;
	padding:0 1.5rem;
	width:100%;
}
#four .bg02 .inr h3 {
	text-align:center;
	font-size:2.4rem;
	color:#fff;
	letter-spacing:1.5px;
	margin-bottom:1.5rem;
	line-height:2em;
}#four .bg02 .note {
	text-align:center;
	margin-bottom:3rem;
	color:#fff;
	
}
#four .bg02 .inr h3 span {
	font-size: 30px;
	
}
@media print, screen and (max-width: 40.000em) {
	#four .bg02 .inr h3 {
	font-size:5vw;
	
}
#four .bg02 .inr h3 span {
	font-size: 6vw;
	
}
#four .bg02 {
	background: url(../images/bg03.jpg) no-repeat left -10rem center / cover;
	
}
}
#four .bg02 .inr .btn01 {
	text-align:center;
	right: 380px;
}
#four .bg02 .inr .btn01 a {
	background: #fff;
	color: #ec4b6a;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 80px;
}
@media print, screen and (max-width: 40.000em) {
	#four .bg02 .inr .btn01 a {
	padding: 15px 10px;
	width:100%;
}
}
#four .bg02 .inr .btn01 img {
	vertical-align: middle;
	filter: brightness(0) saturate(100%) invert(45%) sepia(76%) saturate(2791%) hue-rotate(320deg) brightness(95%) contrast(95%);
}
@media screen and (max-width: 768px) {
	#four .bg02 .inr .btn01 img {
  vertical-align: middle;
  width: 11%;
}
}
#four .bg02 .inr .btn01 a:hover {
	
}
#four #news {
	padding: 60px 0px;
}
#four #news h2 {
	font-size: 44px;
	font-weight: lighter;
	letter-spacing: 0.2em;
	margin-top: 40px;
	text-align: center;
}
#four #news h2 span {
	border-top: 2px solid #000;
	padding-top: 15px;
}
#four #news .newList {
	margin: 60px auto;
	width: 940px;
}
#four #news .newList li a{
	border-bottom: 1px #000 dotted;
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: block;
}
#four #news .newList li:hover {
    background: #eee none repeat scroll 0 0;
}

#four #news .newList li a span {
	color: #999;
	padding: 0px 10px;
}
#four #news .btn a {
	background: #eee none repeat scroll 0 0;
	color: #379362;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 0;
	padding: 15px 80px;
	transition: all 0.2s ease-in 0s;
}


#four #news .btn a i {
	color: #379362;
	padding-left: 40px;
	text-align: right;
}
#four #news .btn a:hover {
	background: #fff;
	color: #000;
}

@media screen and (max-width: 780px) {
img {
	width: 100%;
}
.last {
	margin-right: 0px !important;
}
.txts {
	color: #000;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 150%;
	padding: 0px 10px 10px;
	text-align: center;
}
#wrap .btns a {
	background: #000;
	color: #fff;
	font-size: 14px;
	letter-spacing: .1em;
	padding: 10px 10px;
	margin-top: 20px;
	transition: 0.2s ease-in;
}
#wrap .btns a:hover {
	background: #999;
}
/*----------------------------------------------------
	☆content
----------------------------------------------------*/
#mv {
    background: #379362 none repeat scroll 0 0;
}
#mv .mvBg {
    background: #379362 url("../images/mv01.jpg") no-repeat scroll center center / cover ;
    min-height: 400px;
    padding: 60px 0;
}
#mv .mvBg .box {
    border: 3px solid #fff;
    margin: 60px 10px 0;
    padding: 40px 20px;
    text-align: center;
    width: auto;
}
#one {
    background: #379362 none repeat scroll 0 0;
}
#one .oneBg {
    background: #379362 url("../images/bg01.jpg") no-repeat scroll right center / cover ;
    float: none;
    min-height: 400px;
    width: auto;
}
#one .oneRt {
    float: none;
    min-height: 400px;
    position: relative;
    width: auto;
}
#one h2 {
    left: 0;
    position: absolute;
    top: -60px;
}
#one .txt {
    bottom: 30px;
    color: #fff;
    font-size: 16px;
    left: 0;
    letter-spacing: 0.1em;
    line-height: 180%;
    padding: 10px;
    position: absolute;
    text-align: left;
}
#two {
    padding: 20px 0;
}
#two h2 {
    font-size: 34px;
    font-weight: lighter;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
#two h2 span {
    border-top: 2px solid #000;
    padding-top: 10px;
}
#two .txt {
    bottom: 90px;
    color: #fff;
    font-size: 20px;
    left: 80px;
    letter-spacing: 0.1em;
    line-height: 220%;
    position: absolute;
    text-align: left;
}
#two .flip {
    padding: 10px;
    text-align: center;
}
#two .flip li {
    display: inline-block;
    margin-bottom: 20px;
    width: 48%;
}
.flip-container {
    float: left;
    margin-right: 20px;
    margin-top: 50px;
    perspective: 1000px;
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}
.flip-container, .front, .back {
    height: 360px;
    width: 340px;
}
.flipper {
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.6s ease 0s;
}
.flipper img {
    max-width: 100%;
}
.front, .back {
    backface-visibility: hidden;
    left: 0;
    position: absolute;
    top: 0;
}
.front {
    transform: rotateY(0deg);
    z-index: 2;
}
.back {
    transform: rotateY(180deg);
}
#three .part01 {
    background: rgba(0, 0, 0, 0) url("../images/partBg.jpg") no-repeat scroll center center / cover ;
    padding: 40px 20px 20px;
}
#three .part01 ul li {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
}
#three .box01 ul li a {
    position: relative;
    width: 100%;
}
#three .box01 ul li a {
    position: relative;
    width: 100%;
}
#three .box01 ul li {
    float: left;
    margin-top: -3px;
    width: 50%;
}
#three .box01 ul li img {
    width: 100%;
}



#four #news {
    padding: 40px 0;
}
#four #news h2 {
    font-size: 34px;
    font-weight: lighter;
    letter-spacing: 0.2em;
    margin-top: 20px;
    text-align: center;
}
#four #news h2 span {
    border-top: 2px solid #000;
    padding-top: 15px;
}
#four #news .newList {
    margin: 20px auto;
    padding: 10px;
    width: auto;
}

	
#four #news .newList li a{
	border-bottom: 1px #000 dotted;
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: block;
}
	
	
#four #news .newList li a span {
    color: #999;
    display: block;
    padding: 0;
}
#four #news .btn a {
    background: #eee none repeat scroll 0 0;
    color: #379362;
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 20px;
    padding: 10px 0;
    transition: all 0.2s ease-in 0s;
}
#four #news .btn a i {
    color: #379362;
    padding-left: 40px;
    text-align: right;
}
#four #news .btn a:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
}


}


@media screen and (min-width:1024px) and ( max-width:1079px){

#one h2 {
    top: 0;
}


}