@charset "UTF-8";


/*header*/

#logo {
	float:left;
	padding: 20px 10px 15px 20px;
	width: 440px;
}

#logo h1{
	font-size:1.3rem;
}
#logo h1 img{
	width: 60%;
}


#logo h1 .site{
	padding: 8px 20px;
	/* margin: 13px 0 0 10px; */
	float: right;
}

.topHdr {
    width: 100%;
    border-bottom: 1px solid #FFF;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
	background-color:rgba(255,255,255,0.7);
}
.topHdr .hdInr {
    width: 640px;
    margin: 20px auto 0 auto;
    float: right;
}
.topHdr .hdInr .hdL{
	float: left;
	padding-top: 12px;
	width: 510px;
}
.topHdr .hdInr .hdL h1{
	color: #FFF;
	font-size: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}
.topHdr .hdInr .hdL ul{
	list-style: none;
}
.topHdr .hdInr .hdL ul li{
	float: left;
}
.topHdr .hdInr .hdL ul li a{
	font-size: 14px;
	font-weight: bold;
	margin-right: 13px;
	padding-right: 13px;
}
.topHdr .hdInr .hdL ul li a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.topHdr .hdInr .hdR{
	float: right;
	text-align: center;
	/* width: 150px; */
}
.topHdr .hdInr .hdR a{
	display: block;
	/* padding: 0 17px; */
	padding: 5px 10px;
	margin: 0px 10px;
}
.topHdr .hdInr .hdR a:hover{
	background: #ce002a;
	color: #fff;
	text-decoration: none !important;
}
.topHdr .hdInr .hdR a p{
	color: #FFF;
}
.topHdr .hdInr .hdR a p img{
margin-bottom: -3px;
margin-right: 5px;
}



/*#title*/
.title{
	margin-bottom: 50px;
	text-align: center;
}

.title span{
	display:block;
  letter-spacing: 1rem;
}
.title span.en{
	font-size:2.8em;
  color: #1d704f;	margin-bottom: 10px;
}
.title span.txt{
	font-size:1.6rem;
}

.s_title{
  background-image: url(/recruit/cmn/cmn_img/title_bg.png);
	background-size: cover;
	padding: 20px;
	color: #FFF;
	font-weight: normal;
	font-size: 1.3em;
	letter-spacing: 0.4rem;
}

.s_title .en2{
	font-size: 1.6rem;
}

.s_title2{
	font-size:1.6em;
	color: #1d704f;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #768288;
	font-weight: normal;	
}


.s_title3{
	border: 2px solid #1d704f;
	padding: 10px;
	color: #1d704f;
	text-align: center;
	margin-bottom: 15px;
	font-size: 1.2em;
	letter-spacing: 0.4em;
	background-color: #FFF;
}


.s_title4{
  padding: 10px 20px;
  background: url(../../cmn/cmn_img/green_bg.jpg);
	background-size: cover;
color: #FFF;
	text-align: left;
 font-family: 'PT Sans Narrow', sans-serif;
		letter-spacing: 0.4em;
	font-size: 1.4em;
}


.s_title5{
	background-color: #f6f6f6;
	padding: 10px 20px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.4em;
	color: #1d704f;}


/*#graybox*/
.graybox{
	background-color: #f6f6f6;
	padding: 60px;
	overflow: hidden;
	margin-bottom: 50px;
}

.boxL.img,.boxR.img{
    width: 32.5%;

}
.boxR.img img {
        max-width: 282px;
    }

.graybox figure img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.graybox .ex{
	width: 65%;
	text-align: left;
}



/*#recruit*/
#recruit {
  width: 100%;
  background-image: url(/recruit/cmn/cmn_img/entry_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 100px 0px;
  margin-bottom: 0px;
  text-align: center;
}



/*#button*/
ul.button{
  display: flex;
  justify-content: space-between;
}

ul.button li {
  width: 45%;
}

ul.button li a {
    display: block;
    background: url(/recruit/cmn/cmn_img/btn_bg.jpg);
    color: #FFF;
    background-size: cover;
    text-align: center;
    padding: 20px 0 30px 0;
}

ul.button li a:hover{
	text-decoration: none;
	opacity: 0.8;
}

ul.button span{
	display: block;
	margin-top: -10px;
    background: url(/recruit/cmn/cmn_img/btn_arrow.png) no-repeat center bottom;
	padding:0 0 15px 0;
}

/*footer*/
footer{
	width:100%;
	display: block;
}

footer section.f_nav{
	padding: 30px 0;
}

footer .f_nav ul{
	display:flex;
	justify-content: space-between;
}


footer .f_nav a{
	color: #FFF;
}


footer .f_logo{
	text-align: center;
	padding:20px 0;
}

footer .f_logo h1{
	display:flex;
	justify-content:center;
}

footer a.site{
	display: inline-block;
	background-color:#ce002a;
	padding:20px 10px 0 10px;
	color: #FFF;
	font-size: 1.6rem;
	margin-left:20px;
	text-decoration: none;
}


footer a:hover.site{
	opacity: 0.6;
}

footer .copy{
	width:100%;
	background: #2e2e2e;
	padding: 15px 0px;
	margin-bottom: 0px;
}

footer .copy p{
	color: #FFF;
	font-size: 1.1rem !important;
	font-weight: normal;
	text-align: center;
}

.green {
  background: #1d704f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1d704f 0%, #13ac67 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1d704f 0%, #13ac67 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1d704f 0%, #13ac67 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d704f', endColorstr='#13ac67', GradientType=1);
  /* IE6-9 */
  color: #FFF;
}

/*font*/
.en {
  font-family: 'Cinzel', serif;
}

.en2 {
 font-family: 'PT Sans Narrow', sans-serif;
}

/*btn*/
.btn {
  display: inline-block;
  width: 200px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  line-height: 50px;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 3px;
}

.btn a {
  display: block;
  color: #FFF;
}

.btn::before, .btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btn, .btn::before, .btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn:hover {
  background-color: #fff;
  border-color: #1d704f;
  color: #1d704f;
}

.btn:hover a {
  color: #1d704f;
  text-decoration: none;
}


/*mv*/
.mv{
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  width: 100%;

}

.mv.cont {
    height: 40vh;
    margin: 84px 0 0 0;
}

.mv h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  text-align: center;
  color: #FFF ;
}

.mv img.cont{
	max-height: 60px;
}

.mv span {
  display: block;
  margin-top: 20px;
  letter-spacing: 0.4rem;
    text-shadow: 1px 2px 3px #808080;

}




/* for Tab
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1150px) {
.topHdr {
    border-bottom: none;
    background-color:transparent;
}

	
.topHdr.spHide{
	display: none!important;
	}
.topHdr.spDisp{
	display: block!important;
	}


  .mv.cont{
    margin: 0px 0 0 0;
	  height: 20vh;
  }


}





/*SP*/

@media only screen and (max-width: 800px) {
.mv.cont span {
    margin-top: 0px;
}
  .mv h2 {
    max-width: 100%;
  }
/*footer*/

footer section.f_logo {
	padding: 20px 0;
}	
footer .copy {
	padding: 10px 0px;
    letter-spacing: 0px;
}	
	
ul.button li {
    width: 48%;
}	
	
.title{
	margin-bottom: 30px;
}

.title span{
	display:block;
  letter-spacing: 0.2rem;
}
.title span.en{
	font-size:2em;
	margin-bottom: 5px;
}
.title span.txt{
	font-size:1rem;
}
	
.mv span {
    margin-top: 10px;
    letter-spacing: 0.1rem;
}
.s_title{
	letter-spacing: 2px;
}	
.s_title .en2{
	font-size: 1rem;
}
	
/*#graybox*/
.graybox{
	padding:30px 20px;
	margin-bottom: 30px;
}
.boxL.img,.boxR.img{
    width: 100%;
}
	.graybox .s_title2{
	margin-top: 20px;
}	

.graybox figure img{
	max-width: 100%;
}
.graybox .ex{
	width: 100%;
}
	
	
	

  #recruit {
    padding: 30px 0;
  }
  #recruit img {
    width: 100%;
  }
	
}