body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

body a {
	color: #000;
	text-decoration: none;
}

.hidden {
	display: block;
	height: 0px;
	width: 0px;
	margin: 0!important;
	padding: 0!important;
	overflow: hidden;
}

.fadeup {
	transform: translate(0, 3vw);
	opacity: 0;
	transition: all 1s .5s;
}
.fadeup.effect {
	transform: translate(0, 0);
	opacity: 1;
}

.zoomout {
	transform: scale(1.1);
	opacity: 0;
	transition: all 1.5s .2s;
}
.zoomout.effect {
	transform: scale(1.0);
	opacity: 1;
}

/*===============================================
●style.css 画面の横幅が980px以上
===============================================*/
@media all and (min-width: 980px) {

.sp {display: none;}

body {
	font-size: 16px;
	line-height: 1.8em;
	position: relative;
/*	letter-spacing: 0.1em;
	font-feature-settings: "palt";*/
}
body a {
	transition: all 0.5s ease;
}

.main {
	position: relative;
	height: 52vw;
	background: url(img/main-bg.jpg) center / cover no-repeat;
}
.main h1 {
	width: 29.2vw;
	height: 27.4vw;
	background: url(img/main-logo.svg) center 8vw / contain no-repeat;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
	margin: auto;
	padding: 8vw 0 0;
}
.main p {
	background: rgba(0, 0, 0, 0.3);
	color: #FFF;
	font-size: 19px;
	text-align: center;
	line-height: 65px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.col {
	text-align: center;
	padding: 60px 0 0;
	min-width: 980px;
}
.col h2 {
	font-family: serif;
	font-size: 30px;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	color: #698B41;
	margin: 30px 0 0;
}
.col h2 span {
	font-size: 19px;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #698B41;
	display: block;
	width: 110px;
	margin: 0 auto 10px;
}
.col p.intro {
	font-family: serif;
	font-size: 20px;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	color: #698B41;
}
.col p {
	margin: 30px auto;
}

.point01 {
	background: url(img/point01-img.jpg) center top / 100% auto no-repeat;
	padding: 24vw 0 0;
	margin: 90px auto 0;
}
.point02 {
	background: url(img/point02-img2.jpg) center top / auto 28vw no-repeat;
	padding: 27vw 0 0;
	margin: 90px auto 0;
}
.point03 {
	background: url(img/point03-img.jpg) center top / 100% auto no-repeat;
	padding: 24vw 0 0;
	margin: 90px auto 0;
}

.recruit {
	text-align: center;
	padding: 60px 0;
	min-width: 980px;
}
.recruit h2 {
	background: url(img/recruit-img.jpg?0308) center top / 100% auto no-repeat;
	height: 24vw;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
	margin: 0 auto 40px;
}
.recruit p.easily {
	margin: 80px auto 40px;
	color: #698B41;
}
.recruit a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin: 40px auto;
	width: 172px;
	box-shadow: 4px 5px 0 #D4D5D5;
	transition: all 0.3s ease;
}
.recruit a:hover {
	top: 2px;
	left: 2px;
	opacity: 1;
	box-shadow: 1px 1px 0 #D4D5D5;
}
.recruit a img {
	display: block;
}

.outline {
	text-align: center;
	min-width: 980px;
	background: url(img/outline-img.jpg) center top / auto 23.3vw no-repeat;
	padding: 24vw 0 0;
}
.outline h2 {
	font-weight: bold;
	font-family: serif;
	font-size: 30px;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	margin: 100px 0 40px;
}
.outline dl {
	line-height: 2em;
}
.outline dl dt {
	font-weight: bold;
}
.outline dl dd {
	margin: 0 auto 40px;
}
.outline p {
	margin: 60px auto ;
}
.outline .logo {
	background: #B5B6B6;
	margin: 20px 0;
	padding: 2.5vw 0;
}
.outline .logo img {
	width: 11vw;
	display: block;
	margin: auto;
}
.outline h3 {
	background: url(img/foot-logo.svg) center / contain no-repeat;
	width: 254px;
	height: 24px;
	text-indent: 100%;
	white-space:nowrap;
	overflow:hidden;
	margin: 30px auto 10px;
}
.outline p.number {
	margin: 10px auto;
}
.outline p.tel {
	font-size: 26px;
	line-height: 30px;
	margin: 10px auto;
}
.outline a {
	text-decoration: none;
}
.outline a:hover {
	text-decoration: underline;
}
.outline p.addr {
	line-height: 1.5em;
	margin: 10px auto 60px;
}

.map iframe {
	padding: 0;
	margin: 0;
	display: block;
}

.copyright {
	margin: 0px;
	padding: 20px 0;
	background: #C6D5A0;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

#end{}
}