@charset "utf-8";

/*

http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/* COMMON */

body {
	color: #000000;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-feature-settings : "palt" 1;
	background: #ffffff;
}

a { color: #008700; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }

img {
	width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
 color: #008700;
}

input,
select,
textarea {

}

.fl { float: left; }
.fr { float: right; }

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.fadeinup {
  opacity: 0;
  transform: translate(0px, 30px);
}

.fadeindown {
  opacity: 0;
  transform: translate(0px, -30px);
}

.fadeinleft {
  opacity: 0;
  transform: translate(-30px, 0);
}

.fadeinright {
  opacity: 0;
  transform: translate(30px, 0);
}

.is-active .fadeinup,
.is-active .fadeindown,
.is-active .fadeinleft,
.is-active .fadeinright {
	opacity: 1;
	transform: translate(0px, 0px);
	transition: opacity 0.6s linear, transform 0.8s cubic-bezier(.1,1,.5,1);
}

.is-active .delay2000ms { transition-delay: 2s; }
.is-active .delay1800ms { transition-delay: 1.8s; }
.is-active .delay1600ms { transition-delay: 1.6s; }
.is-active .delay1400ms { transition-delay: 1.4s; }
.is-active .delay1200ms { transition-delay: 1.2s; }
.is-active .delay1000ms { transition-delay: 1s; }
.is-active .delay800ms { transition-delay: 0.8s; }
.is-active .delay600ms { transition-delay: 0.6s; }
.is-active .delay400ms { transition-delay: 0.4s; }
.is-active .delay200ms { transition-delay: 0.2s; }

.header-inner,
.article-inner,
.footer-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.show-pc { display: block; }
.show-sp { display: none; }

#loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #008700;
}

#loader .loader,
#loader .loader:after {
 border-radius: 50%;
 width: 100px;
 height: 100px;
}

#loader .loader {
 position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
 font-size: 10px;
 position: relative;
 text-indent: -9999em;
 border-top: 0.1em solid rgba(255, 255, 255, 0.2);
 border-right: 0.1em solid rgba(255, 255, 255, 0.2);
 border-bottom: 0.1em solid rgba(255, 255, 255, 0.2);
 border-left: 0.1em solid #ffffff;
 -webkit-transform: translateZ(0);
 -ms-transform: translateZ(0);
 transform: translateZ(0);
 -webkit-animation: load 1.1s infinite linear;
 animation: load 1.1s infinite linear;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* HEADER, NAV, FOOTER */

.header-inner,
.footer-inner {
	position: relative;
	max-width: 1366px;
	min-width: 980px;
	margin: 0 auto;
}

header {
	position: relative;
	width: 100%;
	height: 95vh;
	border-bottom: 4px solid #008700;
}

.header-inner { height: 95vh; }

header h1 {
	position: absolute;
	top: 30px;
	left: 0;
	width: 160px;
}

header h2 {
	position: absolute;
	top: 50%;
	margin: -20px 0 0 0;
	font-size: 36px;
}

header p {
	position: absolute;
	bottom: 60px;
	left: 0;
	font-size: 18px;
}

header img.tree {
	position: absolute;
	right: 0;
	bottom: -25px;
	width: 160px;
}

nav {
	position: absolute;
	top: 30px;
	right: 0;
}

nav ul li {
	float: left;
	padding: 0 0 0 30px;
}

nav ul li a,
nav ul li a.email:hover {
	display: block;
	height: 40px;
	padding: 0 20px;
	color: #ffffff;
	line-height: 40px;
	background: #008700;
	border: none;
	border-radius: 20px;
}

nav ul li a.email,
nav ul li a:hover {
	padding: 0 16px;
	color: #008700;
	line-height: 32px;
	background: #ffffff;
	border: 4px solid #008700;
}

footer {
	padding: 120px 0 0 0;
	border-bottom: 4px solid #008700;
}

footer p {
	padding: 0 0 15px 0;
	color: #cccccc;
}

footer .scroll {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 180px;
}

footer .scroll span {
	position: absolute;
	bottom: 15px;
	left: 0;
}
footer .scroll img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
}

/* MAIN */

h3 {
	font-size: 30px;
	padding: 90px 0;
	line-height: 1;
}

h3 span {
	display: inline-block;
	margin: -5px 0 0 0;
	padding: 0 0 0 15px;
	color: #9ACF9A;
	font-size: 12px;
}

.article-inner {
	max-width: 1366px;
	margin: 0 auto;
}

#message .article-inner {
	position:relative;
}

#message p {
	width: 66.6%;
	font-size: 20px;
	text-align: justify;
}

#message p span { color: #008700; }

#message .owner {
	position: absolute;
	bottom: 0;
	right: 0;
}

#message .owner span { font-weight: normal; }

#service {
	margin: 90px 0 0 0;
	background: linear-gradient(90deg, #008700 0%, #008700 50%, #ffffff 50%, #ffffff 100%);
}

#service .article-inner {
	padding: 0 0 90px 0;
	color: #ffffff;
	background: #008700;
}

#service h3,
#service h3 span { color: #ffffff; }

#service ul { margin: -20px 0 60px -100px; }

#service ul li {
	position: relative;
	padding: 0 0 0 100px;
	font-size: 30px;
	font-weight: normal;
}

#service ul li hr {
	position: absolute;
	top: 28px;
	left: 0;
	width: 80px;
	margin: -1px 15px 0 0;
	border: 1px solid #ffffff;
}

#service ul li .pdf {
	display: inline-block;
	margin: 0 0 23px 0;
	padding: 0 20px;
	color: #008700;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	background: #ffffff;
	border-radius: 15px;
}

#service p {
	width: 66.6%;
	font-size: 20px;
	text-align: justify;
}

#information {
	line-height: 2.2;
}

#information dl dt {
	float: left;
	width: 10%;
	color: #008700;
}

#information dl dd {
	margin: 0 0 0 10%;
}

/* MEDIA QUERIES */

@media screen and (max-width:1366px) {

	.show-pc { display: none; }
	.show-sp { display: block; }

	.header-inner,
	.footer-inner,
	.article-inner {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	header p,
	header h1 {
		left: 30px;
	}

	header img.tree,
	nav,
	#message .owner,
	footer .scroll {
		right: 30px;
	}

}

#container { opacity: 0; }
