@charset "utf-8";


.fixed{
	position: fixed !important;;
	background:rgba(255,255,255,0.9) ;
	transition: 0.3s;
	-webkit-transition:0.3s linear;
	border-bottom:1px solid #ccc;
}

.logo{
	position: absolute;
	top:20px;
	left:20px;
	max-width:120px;
	z-index: 10;
}

.bg{
	position: relative;
	width:100% !important;
	height: 100vh;
	margin:0 auto;
	overflow: hidden;
	z-index: 1;
}

.bg img{
	width:100%;
	z-index: -1;
}

.bg::after {
  content: '';
  background-color: rgba(0,0,0,.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.header{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.border_btm_wh{
	border-bottom:1px solid #fff;
}

.titlebox{
	position: absolute;
	top:35%;
	right:40px;
	z-index: 10;
}

.title, .title2, .title3 {
	margin:10px 0;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	opacity: 0;
	text-shadow:1px 1px 3px rgba(0,0,0,0.45);
}

.company{
	width:48%;
	background: #fff;
}

.company a{
	padding:20px;
	background: #fff;
}

html, body { 
	width:100%;
	height: 100%; }

/*マウスオーバー*/
.top a:hover, .link:hover , .hover:hover{
	opacity: 0.7;
	transition: 0.2s;
	-webkit-transition:0.2s linear;
}

.hover2:hover{
	background:#EBF0E8;
	transition: 0.2s;
	-webkit-transition:0.2s linear;
}

.back{
	position: relative;
	width:100%;
	min-height: 440px;
	top:0;
	margin:0 auto;
	z-index: 1;
}

.back2{
	position: relative;
	width:100%;
	max-width:960px;
	margin:0 auto;
}

.wrap{
	position: relative;
	width:100%;
	margin:0 auto;
}

.link{
	display:block;
	margin:0 auto; 
}

.center{
	text-align: center;
	width:100%;
}

.flex{
	width:100%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-content:space-around;
	-webkit-box-align: stretch;
    -ms-flex-align: stretch;
}

.flex div{
	align-items: stretch;
}

.lang{
	width:50%;
	max-width:150px;
}

.border{
	padding:20px;
	border:1px solid  #012919;
	background:rgba(255,255,255,0.5);
}

.border_btm{
	border-bottom:1px solid  #ccc;
}

.txt14{
	font-size: 14px;
}

.txt15{
	font-size:15px;
}

.txtwh{
	color: #fff;
}

.mt10{
	margin-top:10px;
}

.img{
	width:100%;
	display:block;
}

.w90{
	width:90%;
	margin:0 auto;
}

footer{
	padding:10px;
	background: #012919;
}

#page_top {
  position: fixed;
  width: 40px;
  bottom:50px;
  right:20px;
  z-index: 10;
  display:block;
}

#page_top #arr_up {
  cursor: pointer;
  position: relative;
  right: 0;
  margin-left: auto;
  width: 40px;
  display:block;
  font-size:18px;
  font-weight:bold;
  color:#16403F;
}

#page_top #arr_up img{
	width:100%;
	height:100%;
	display:block;
}

.page_top{
	margin-left:3px;
}

.pd10{padding:10px;}

.mb20{
	margin-bottom:20px;
}

.catch{
	width:90%;
	margin:0 auto;
	max-width:800px;
}

.catch h2{
	word-wrap: break-word ;
	font-feature-settings:pkna;
}

.txwh{
	color: #fff;
}

.linebody{
	line-height: 1.85;
}

.greenbtn{
	background: #16403F ;
	background: -moz-radial-gradient( #457663, #16403F );
    background: -webkit-radial-gradient( #457663, #16403F );
    background: linear-radial-gradient( #457663, #16403F );
	padding:16px;
}

.contact{
	width:90%;
	margin:0 auto;
	max-width:550px;
}

.info{
	width:90%;
	max-width:960px;
	margin:0 auto;
	background: rgba(255,255,255);
	border:1px solid #ccc;
}

.borderwh{
	border:1px solid#ccc;
	background:#fff;  
}


.pd12{
	padding:12px; 
}

/*パソコン版*/ 
@media print, screen and (min-width : 801px){

.title, .title2, .title3 {
	letter-spacing: 0.4em;
}

.fixed{
	height: 70px;
}

.fixed .cd-main-nav{
	top:10px;
}

.fixed .cd-main-nav .menu a{
	color: #373737;
}

.fixed .cd-main-nav .menu .mt15{
	margin-top: 10px;
}

.fixed .cd-main-nav .menu .greenbtn{
	padding:10px;
	color:#fff;
}

.wrap{
	position: relative;
	top:0;
	width:100%;
}

.bg_l{
	position: absolute;
	top:0;
	left:0;
	width:70%;
	max-width:1400px;
	height:440px;
	overflow:hidden;
	z-index: -1; 
}

.bg_l::after {
  content: '';
  background-color: rgba(255,255,255,.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index:-1;
}

.space_r{
	position: absolute;
	top:30px;
	right:0;
	width:30%;
	max-width:520px;
	z-index: -1; 
}

.bg_r{
	left:auto;
	right:0 ;
}

.space_l{
	position: absolute;
	top:30px;
	left:0;
	width:30%;
	max-width:520px;
	z-index: -1; 
}

.r_box{
	width:35%;
	max-width:720px;
}

.space_l_box{
	width:65%;
	max-width:1200px;
}

.float_r{
	float: right;
}

.contents{
	max-width: 360px;
}

.contents2{
	max-width: 420px;
}


.greenbtn{
	max-width:240px;
}

.w50{
	width:48%;
}

.w500{
	width:500px;
	margin:0 auto;
}

.w600{
	width:600px ;
	margin:0 auto;
}

.mt15{
	margin-top:15px;
}

.mt20{
	margin-top:20px;
}

.mt40{
	margin-top:40px;
}

.mt60{
	margin-top:60px;
}

.mt80{
	margin-top:80px;
}

.mt100{
	margin-top:100px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt30{
	padding-top:20px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pb40{
	padding-bottom: 40px;
}

.mb36{
	margin-bottom:46px;
}

.mb40{
	margin-bottom:40px;
}

.pd30{
	padding:30px; 
}

.line{
	line-height: 1.85;
}

.line2{
	line-height: 2.5;
}

.txt17{
	font-size:17px;
}

.txt20{
	font-size:20px;
}

.txt24{
	font-size:24px;
}

.txt28{
	font-size:28px;
}

.txt32{
	font-size:32px;
}

.txt36{
	font-size:36px;
}

.sp{
    display : none;
}


}

/*パソコン版*/ 
@media print, screen and (min-width : 701px){

.w70{
	width:63%;
}

.w40{
	width:33%;
}

.w30{
	width:29.5%;
}

.vr{
	position:absolute;
	bottom:40px;
	right:40px;
}
}


/*スマホ版*/
@media screen and (max-width : 800px){

.bg,.bg_s{
	height:400px;
}

.bg img{
	width:auto;
	height:100%;
}

.logo{
	position: absolute;
	top:10px;
	left:10px;
	max-width:80px;
	z-index: 10;
}

.bg_s{
	position: relative;
	top:0;
}

.lang{
	max-width: 110px;
	top:10px;
	right:10px;
}

.lang div a{
	font-size: 12px;
}

.titlebox{
	top:25%;
    width: 90%;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.title, .title2 {
	font-size: 22px;
}

.title3{
	font-size:18px;
}

.line2{
	line-height: 2.2;
}

.w100_s{
	width:100%;
}

.s_mt20{
	margin-top:20px;
}

.s_mt10{
	margin-top:10px;
}

.s_mt40{
	margin-top:40px;
}

.s_mt60{
	margin-top:60px;
}

.s_pt20{
	padding-top: 20px;
}

.s_pt40{
	padding-top: 40px;
}

.s_pb40{
	padding-bottom: 40px;
}

.s_pb60{
	padding-bottom: 60px;
}

.s_mb40{
	margin-bottom: 40px;
}

.txt24_s{
	font-size:24px;
}

.txt20_s{
	font-size:20px;
}

.txt14_s{
	font-size:14px;
}

.txt12_s{
	font-size:12px;
}

.line{
	line-height:1.7;
}

.last{
	padding-bottom:100px !important;
}

#page_down {
	bottom:10px;
}
}

/*スマホ版*/
@media screen and (max-width : 480px){


.fixed{
	height: 50px;
}

.r_box{
	position: absolute;
	top:150px;
	width:90%;
	left:0;
	right:0;
	margin: 0 auto;
}

.contact{
	padding:20px;
}

.w90{
	width:90%;
}

.border{
	background:rgba(255,255,255,0.8);
}

} 