* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  color: #333;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  position: relative;
  background-color: #f0ede7;
}
body.is-loading {
  overflow: hidden;
}
body.is-scroll-locked {
  overflow: hidden;
  touch-action: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.7;
}
.l-inner {
  position: relative;
  padding: 0 20px;
  max-width: 1064px;
  margin: auto;
}
.c-title {
  font-size: 30px;
  letter-spacing: 0.15em;
  max-width: 1024px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 24px;
  }
}
.c-titleSub {
  font-size: 18px;
  color: #006e38;
  border-bottom: #006e38 1px solid;
  padding-bottom: 5px;
  max-width: 1024px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-titleSub {
    font-size: 14px;
  }
}
.c-titleH2 {
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-titleH2 {
    font-size: 20px;
  }
}
.l-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding-top: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding-top: 20px;
    padding-right: 20px;
  }
}
.l-headerLogo {
  max-width: 310px;
  padding-left: 20px;
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .l-headerLogo {
    max-width: 200px;
    margin-top: -10px;
  }
}
.l-headerLogo path {
  transition: 0.3s;
  fill: #006e38;
}
.l-headerMenu {
  margin-left: auto;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.l-headerMenuBox {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 33px;
}
.l-headerMenuBar {
  width: 55px;
  height: 1px;
  background-color: #006e38;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .l-headerMenuBar {
    width: 45px;
  }
}
.l-headerMenuBar.top.is-active {
  transform: translateY(15px) rotate(30deg);
}
.l-headerMenuBar.center.is-active {
  display: none;
}
.l-headerMenuBar.bottom.is-active {
  transform: translateY(0px) rotate(-30deg);
}
.l-headerMenuText {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  letter-spacing: 0.3em;
  color: #006e38;
}
@media screen and (max-width: 768px) {
  .l-headerMenuText {
    font-size: 12px;
  }
}
.l-headerMenu.is-dark .l-headerMenuText {
  color: #006e38;
}
.l-headerMenu.is-dark .l-headerMenuBar {
  background-color: #006e38;
}


@media screen and (max-width: 768px) {
  .mainteFvImg {
    height: 30vh;
  }
}
.c-intro {
  padding: 120px 0 0;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-intro {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .c-introBox {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-introBox {
    flex-direction: column;
    margin-top: 10px;
  }
}

.c-introHead {
  font-size: 25px;
  color: #006e38;
  letter-spacing: 0.15em;
  line-height: 1.875;
}
@media screen and (max-width: 1024px) {
  .c-introHead {
    font-size: 20px;
  }
}
.c-introText {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .c-introText {
    font-size: 13px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .c-introText {
    margin-top: 20px;
  }
}

.c-introHuman {
  position: absolute;
  top: 50%;
  right: -100px;
  max-width: 250px;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-introHuman {
    max-width: 200px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-introHuman {
    right: 15px;
    max-width: 150px;
    width: 26.666vw;
    top: -15px;
  }
}



/* downloads
---------------------------------------------- */
.downloads {
	padding: 60px 0;
	background: #fff;
}

.downloadsBox {
	margin: 45px auto 0;
}

.dlBox {
	width: 100%;
	padding: 20px;
  background: #cce2d6;
	margin-bottom: 60px;
}

.dlBox:last-child {margin-bottom: 0;}

.dlTtl {
	width: 100%;
	height: 50px;
	font-size: 22px;
	font-weight: 600;
	line-height: 2.3;
	letter-spacing: .1em;
	text-align: center;
	background: #006e38;
	color: #fff;
}

.dlContWrap {
	padding: 30px 0 0;
}

.dlCont {width: 32%;}


.dlBtn {
	display: block;
	height: auto;
	font-size: 24px;
  font-weight: 500;
  color: #006e38;
	padding: 7px 0;
	background: rgba(255, 255, 255, .85);
	border: 1px solid #006e38;
	text-align: center;
	transition: .3s;
  color: #006e38 !important;
}

@media screen and (min-width: 769px) {
	

	.dlBtn:hover {
		background: rgba(0, 110, 56, .9);
		color: #fff !important;
	}
}

@media screen and (max-width: 768px) {
	.downloads {
		padding: 40px 0;
	}
  .downloadsBox {
	margin: 0 auto;
}
	.dlContWrap {padding: 15px 0 0;}

	.dlCont {width: 100%;}

	.downloadsBox {
		display: block;
		max-width: 560px;
	}

	.dlBox {
		width: 100%;
		margin-bottom: 0;
	}

	.dlBox+.dlBox {
		margin-top: 30px;
	}

	.dlTtl {
		height: 40px;
		font-size: 20px;
		line-height: 2;
	}

	.dlCont {margin-bottom: 10px;}

	.dlCont:last-child {margin-bottom: 0;}


	.dlBtn {
		height: auto;
		font-size: 16px;
		padding: 5px 0;
	}

	

}