/* 全体 */
* {
	margin: 0;
	padding: 0;
	}

body, body > header, body > section {
	width: 100%;
	height: 100%;
	opacity: 20;
	}

body {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
	}

img,video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	}

.ask{
	display: inline-block;
	}

.page-title{
	font-family: "Ryumin Medium KL";
	text-align: center;
	}

.page-nstitle-en{
	font-size: 1em;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	color: #2B7438;	
	font-family: "Ryumin Medium KL";
	}

.page-nstitle-wa{
	font-size: 2em;
	text-align: center;
	margin-bottom: 20px;
	}

.page-title1{
	margin: 110px auto 50px;
	}

.wakuhaba{
	max-width: 820px;
	margin: 0 auto;
	width: 95%;
	}

.buttonhaiti{
	text-align: center;
	margin-bottom: 100px;
	}

.buttonhaiti a:hover{
	text-decoration: none;
	opacity: 0.8;
	}


@media only screen and (max-width: 800px){
.topimgtitle{
	text-align: center;
	width: 350px;
	height: auto;
	margin: 0 auto;
	vertical-align:middle;
	height: 400px;
	line-height: 380px;
	}
}

@media only screen and (min-width: 801px){
.topimgtitle{
	text-align: center;
	width: 400px;
	height: auto;
	margin: 0 auto;
	vertical-align:middle;
	height: 700px;
	line-height: 700px;
	}
}

.wakubottom{
	margin-bottom: 100px;
}


@media only screen and (max-width: 1100px){
	
.page-title2{
	margin: 70px auto 50px;
	}	

}


@media only screen and (min-width: 1101px){
	
.page-title2{
	margin: 150px auto 100px;
	}	
}



/*▼実績紹介*/
.workname{
	text-align: left;
	font-size: 0.8em;
	margin: 10px 0 40px;
	color: #8C8C8C;
/*	font-feature-settings : "palt";*/
	}

/* プライバシーポリシー */
.privacytitle{
	font-size: 1.2em;
	font-weight: bold;
	margin: 30px 0 10px;
	color: rgb(51, 51, 51);
	-webkit-font-smoothing: antialiased;
	font-family: "UD Shin Go Medium";
	}

.privacytext{
	font-size: 0.9em;
	line-height: 1.6em;
	color: rgb(51, 51, 51);
	-webkit-font-smoothing: antialiased;
	}

.prte1{
	margin: 0 25px;
	}

.prte2{
	padding-left:1em;
	text-indent:-1em;
	}

.privacyline{
	border-bottom: 1px dotted #C9CACA;
	margin: 30px 0px;
}


/*▼お問い合わせ・リクルートボタン*/
.contact-text{
	font-size: 0.9em;
	margin: 50px auto;
	line-height: 1.5em;
	}


/*
.info_btn{
	display: inline-block;
	width: 300px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	font-size: 14px;
	border: 1px solid #2B7438;
	color: #2B7438;
	}

a.info_btn :hover {
	text-decoration: none;
	}

a .info_btn:hover{
	color: #fff;
	background: linear-gradient(#2B7438, #2B7438);
	}
*/


