@charset "utf-8";


.fixed{
	position: fixed !important;;
	background:rgba(0,0,0,0.5) ;
	transition: 0.3s;
	-webkit-transition:0.3s linear;
}

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

.header{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background:#fff;
    border-bottom:1px solid #ccc;
    z-index: 10;
}

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

.covervisual p{
	position: absolute;
	bottom:0;
	left:5%;
	color:#012919;
	font-family: 'Crimson Pro', serif;
	line-height: 0.7;
	z-index: 3;
}

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

.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{
	width:100%;
	max-width:960px;
	top:140px;
	margin:0 auto;
	z-index: 1;
}

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

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

.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;
}

.border_h{
	height:30px;
	width:1px;
	background:#323232;
	margin-left:30px; 
}

.txt14{font-size: 14px;}

.txt15{	font-size:15px;}

.txt12{	font-size:12px;}

.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 i{
	position: absolute;
	bottom: 20px;
	right: 3px;
}

#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;
}

.mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.txwh{
	color: #fff;
}

.linebody{
	line-height: 1.6;
}

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

.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;  
}

.boxright{
	float: right;
}

.pd12{	padding:12px; }

.pd20{	padding:20px; }

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

.header{
	height:120px; 
}

.fixed{
	height: 70px;
}

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

.fixed .logo{
	top:10px;
	width:70px;
}

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

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

.fixed .menu-button .touch-button{
	fill:#16403F;
}

.covervisual{
	height:440px;
}

.covervisual img{
	position: absolute;
	top:0;
	width:80%;
	max-width:1600px;
	right:0;
}


.covervisual p{
	font-size: 85px;
}


.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;
}

.mb60{
	margin-bottom:60px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt30{
	padding-top:20px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pb40{
	padding-bottom: 40px;
}

.pb80{
	padding-bottom: 80px;
}

.mb36{
	margin-bottom:46px;
}

.mb40{
	margin-bottom:40px;
}

.mg_r5{
	margin-right: 5%;
}

.pd30{
	padding:30px; 
}

.line{
	line-height: 1.85;
}

.line2{
	line-height: 2.5;
}

.txt17{
	font-size:17px;
}

.txt20{
	font-size:20px;
}

.txt22{
	font-size:22px;
}

.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:70%;
}

.w40{
	width:33%;
}

.w30{
	width:29.5%;
}

.w25{
	width:25%;
}

.w20{
	width:20%;
}

.w80{
	width:80%;
}

}


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

.header{
	position: fixed;
}

.wrap{
	margin-top: 50px;
}

.covervisual{
	top:0;
	height:300px;
}

.covervisual img{
	position: absolute;
	top:0;
	width:100%;
	left:20%;
	max-width:800px;
	right:0;
}

.covervisual p{
	font-size: 60px;
}

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

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

.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;
}

.contact{
	padding:15px;
}

.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_top{
	bottom: 40px;
}

#page_down {
	bottom:10px;
}
}

/*スマホ版*/
@media screen and (max-width : 480px){
.covervisual {
	height:200px;
}

.covervisual p{
	font-size: 42px;
}

.fixed{
	height: 50px;
}

.center_s{
	text-align:center;
}

.border_h{
	margin-left:50%;
}

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

.contact{
	padding:25px;
}

.w90{
	width:90%;
}

.w100_s{
	width:100%;
}

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

} 