@charset "utf-8";

/* RESET
--------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td,article, header, footer, aside, figure, figcaption, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: 300;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table tr th,
table tr td {
  padding: 0;
  text-align: left;
  vertical-align: middle;
  border: none;
  border-collapse: collapse;
}

img, video {
	vertical-align: bottom;
}

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

address {
	font-style: normal;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #594b3a;
	letter-spacing: 0.03em;
	line-height: 1;
	background-color: #fff;
	text-rendering: optimizeLegibility;
  font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 1100px;
}

#greeting p,
#point p,
#safety p {
  font-size: 19px;
  line-height: 1.9;
  font-weight: 500;
}

.logo_wrap {
   width: 500px;
   position: relative;
   margin: 100px auto 0;
   padding: 90px 0 0;
}

.logo img {
  display: block;
  margin: 0 auto;
}

.logo .type {
  margin-top: 34px;
}

.open {
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  transform: translate3d(-50%,30px,0) scale(0.75);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
  opacity: 0;
}

.open.active {
  transform: translate3d(-50%,0,0) scale(1);
  opacity: 1;
}

.title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 36px;
  line-height: 1.65;
  color: #004714;
  font-family: "UD新丸ゴ DB","UD Shin Maru Go DemiBold";
  letter-spacing: 0.13em;
}

.subtitle {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.65;
  padding-bottom: 36px;
}

.forest {
  padding: 125px 0;
  position: relative;
  color: #fff;
}

.content {
  width: 740px;
  margin: 0 auto;
  padding: 90px 0;
}

.forest .wrap {
  background-color: #579643;
  padding: 0 60px;
}

.forest:before {
  content: "";
  display: block;
  width: 100%;
  height: 126px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(img/tree_w_g.svg);
  background-repeat: repeat-x;
  background-position: center top;
}

.forest:after {
  content: "";
  display: block;
  width: 100%;
  height: 126px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(img/tree_w_g.svg);
  background-repeat: repeat-x;
  background-position: center bottom;
}

.forest .wrap .img {
  max-width: 1100px;
  width: 100%;
  margin: 45px auto 0;
  border: 4px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}

.forest .wrap .img img {
  width: 100%;
  height: auto;
}

.feature_list {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px dotted #333;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 0;
  color: #4c3d2b;
  font-family: "UD新丸ゴ DB","UD Shin Maru Go DemiBold";
  letter-spacing: 0.13em;
}

.feature_list li {
  width: calc(100% / 3);
  border-right: 1px dotted #333;
  text-align: center;
  position: relative;
  height: 142px;
  padding: 4px 0;
}

.feature_list li h4 {
}

.feature_list li h4 span {
  display: inline-block;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
}

.feature_list li p {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  position: absolute;
  left: 0;
  top: 65%;
  transform: translate3d(0,-50%,0);
} 

.feature_list li p span {
  font-size: 13px;
  display: block;
}

#feature:before,
#feature:after {
  background-image: url(img/tree_w_y.svg);
}

#feature .wrap {
  background-color: #f3f394;
  padding: 50px 60px;
}

#point .content {
  padding: 140px 0;
}

#safety .title,
#entry .title {
  color: #fff;
}

#entry {
  padding-bottom: 0;
}

#entry:after {
  display: none;
}

#outline .content {
  padding: 140px 0;
}

.outline_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  margin-top: 15px;
}

.outline_list dt {
  width: 22%;
  padding: 30px 0 20px;
  line-height: 1.6;
  border-top: 1px dotted #ccc;
  font-weight: 500;
}

.outline_list dd {
  width: 78%;
  padding: 30px 0 28px;
  line-height: 1.6;
  border-top: 1px dotted #ccc;
}

.outline_list dd h4 {
  font-weight: 500;
}

.outline_list dd p {
  padding: 8px 0 22px;
}

.outline_list dd h4 {
  margin-top: 2em;
  font-size: 17px;
}

.outline_list dd h4:first-child {
  margin-top: 0;
}

.outline_list dd table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  border-left: 1px solid #F4E9CE;
  border-bottom: 1px solid #F4E9CE;
  margin: 10px 0 0;
  border-color: #F4E9CE;
}

.outline_list dd table th {
  background-color: #FFF7E9;
  padding: 15px 10px;
  line-height: 1.4;
  border-right: 1px solid #F4E9CE;
  border-top: 1px solid #F4E9CE;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.outline_list dd table td {
  text-align: center;
  padding: 15px 10px;
  line-height: 1.4;
  border-right: 1px solid #F4E9CE;
  border-top: 1px solid #F4E9CE;
  background-color: #fff;
}

.outline_list dd ul {
  margin: 30px 0 0;
}

.outline_list dd ul li {
  margin: 1em 0 0;
  line-height: 1.4;
  font-size: 12px;
}

.point_list {
  margin: 60px 0 0;
  font-family: "UD新丸ゴ DB","UD Shin Maru Go DemiBold";
  letter-spacing: 0.13em;
}

.point_list li {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 13px;
}

.point_list li span {
  display: inline-block;
  width: 38px;
  height: 32px;
  background-image: url(img/leaf01.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 38px 32px;
  text-align: center;
  line-height: 31px;
  vertical-align: top;
  margin-right: 8px;
  font-weight: bold;
}


.entry_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  margin-top: 15px;
}

.entry_list dt {
  width: 10em;
  padding: 15px 0 4px;
  line-height: 1.6;
  font-weight: 500;
}

.entry_list dd {
  width: calc(100% - 10em);
  padding: 15px 0 4px;
  line-height: 1.6;
  font-weight: 500;
}

.contact {
  text-align: center;
  padding: 110px 0 110px;
  font-family: "UD新丸ゴ DB","UD Shin Maru Go DemiBold";
  letter-spacing: 0.13em;
}

.contact h4 {
  font-size: 23px;
  padding-bottom: 35px;
  
}

.contact p span {
  font-size: 20px;
  display: block;
  margin-top: 30px;
}

.contact a {
  display: inline-block;
  font-size: 45px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.tree_right {
  max-width: 340px;
  width: 26%;
  height: 786px;
  display: block;
  background-image: url(img/tree_r.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
}

.tree_left {
  max-width: 340px;
  width: 26%;
  height: 786px;
  display: block;
  background-image: url(img/tree_l.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
}

.tree_left.active,
.tree_right.active {
	transform: translateX(0);
}

.menu {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: #41964a;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 50;
  cursor: pointer;
  z-index: 40;
}

.menu.active {
  background-color: transparent;
}

.menu .bar {
  display: block;
  width: 42px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  left: 19px;
  transition: 0.2s ease-in-out;
}

.menu .bar:nth-child(1) {
  top: 23px;
  transform-origin: left bottom;
}
.menu .bar:nth-child(2) {
  top: 38px;
}
.menu .bar:nth-child(3) {
  top: 53px;
  transform-origin: left top;
}

.menu.active .bar:nth-child(1) {
  transform: rotate(45deg);
  left: 23px;
  top: 22px;
}
.menu.active .bar:nth-child(2) {
  opacity: 0;
}
.menu.active .bar:nth-child(3) {
  transform: rotate(-45deg);
  left: 23px;
}

.recruit {
  position: absolute;
  left: 5.8%;
  top: 38px;
  z-index: 20;
}

.recruit a {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 12px 10px 18px;
  text-align: center;
  line-height: 1.4;
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.recruit a:hover {
  transform: translate3d(5px,-7px,0);
  
}

.recruit a span {
  font-size: 11px;
  display: block;
  color: #666;
  margin-top: 3px;
}

.recruit:after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(img/recruit.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  position: absolute;
  left: -40px;
  bottom: -40px;
}

.gnav {
  position: fixed;
  right: 30px;
  top: 30px;
  width: 360px;
  display: block;
  z-index: 30;
  background-color: #4c3d2b;
  border-radius: 10px;
  padding: 20px 40px 45px;
  transition: 0.2s linear;
  opacity: 0;
  visibility: hidden;
}

.gnav.active {
  opacity: 1;
  visibility: visible;
}

.gnav ul {
  font-size: 19px;
}

.gnav ul li {
  margin: 25px 0 0;
}

.gnav ul li a {
  font-weight: bold;
  color: #fff;
}

.copyright {
  transform: rotate(90deg);
  transform-origin: left bottom;
  position: fixed;
  bottom: 16em;
  left: 30px;
  font-size: 12px;
  font-family: "UD新丸ゴ DB","UD Shin Maru Go DemiBold";
}

br.sponly {
	display: none;
}




@media screen and (max-width: 768px) {
	.logo_wrap {
		transform: scale(0.7);
	}
}

@media screen and (max-width: 320px) {
	.logo_wrap {
		transform: scale(0.6);
	}
}

@media screen and (max-width: 768px) {
	
	br.sponly {
		display: block;
	}
	body {
		min-width: auto;
	}
	
	.logo_wrap {
		width: 100%;
		z-index: 1;
		margin-top: 28vw;
	}
	
	.gnav {
		right: 5vw;
	    top: 5vw;
		width: 90vw;
		padding: 20px 15px 45px;
	}
	
	.gnav ul {
		font-size: 18px;
	}
	
	.recruit {
		left: 15px;
		top: 18px;
	}
	
	.recruit a {
		filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.2));
	}
	
	.menu {
		width: 60px;
		height: 60px;
		right: 14px;
		top: 14px;
	}
	
	.menu .bar {
		width: 32px;
		left: 14px;
		height: 4px;
	}
	
	.menu .bar:nth-child(1) {
		top: 19px;
	}
	.menu .bar:nth-child(2) {
		top: 29px;
	}
	.menu .bar:nth-child(3) {
		top: 39px;
	}
	
	.menu.active .bar:nth-child(1) {
	    transform: rotate(45deg);
	    left: 17px;
	    top: 18px;
	}
	
	.menu.active .bar:nth-child(3) {
	    transform: rotate(-45deg);
	    left: 17px;
	    top: 41px;
	}
	
	.tree_left {
		height: 340px;
		width: 31%;
		background-position: right bottom;
	}
	
	.tree_right {
		height: 340px;
		width: 31%;
		background-position: left bottom;
	}
	
	.content {
		width: 100%;
		padding: 50px 0;
	}
	
	.title {
		font-size: 24px;
		padding: 0 10px 1.3em;
	}
	
	#greeting p, #point p, #safety p {
		font-size: 15px;
	}
	
	#greeting {
		padding-top: 0px;	
	}
	
	#greeting p {
		padding: 0 20px;
	}
	
	#feature .wrap {
		padding: 20px;
	}
	
	.forest .wrap {
		padding: 0 20px;
	}
	
	#point .content {
		padding: 90px 20px;
	}
	
	.point_list {
		margin-top: 42px;
		letter-spacing: 0.07em;
	}
	
	.point_list li {
		padding: 0 0 0 3em;
		position: relative;
		font-size: 17px;
		margin-top: 22px;
	}
	
	.point_list li span {
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.feature_list {
		border: none;
	}
	
	.feature_list li {
		width: 100%;
		border: none;
		text-align: left;
		height: auto;
		padding: 8px 0;
		display: flex;
	}
	
	.feature_list li h4 {
		width: 35%;
	}
	
	.feature_list li h4 span {
		display: block;
		padding: 5px 0;
		text-align: center;
		font-size: 13px;
		margin-top: 4px;
	}
	
	.feature_list li p {
		font-size: 20px;
		padding-left: 20px;
		position: relative;
		left: 0;
		top: 0;
		transform: translate3d(0,0,0);
	}

	
	.forest .wrap .img {
		margin-top: 25px;
	}
	
	#outline .content {
		padding: 100px 20px 80px;
	}
	
	.outline_list {
		font-size: 16px;
	}
	
	.outline_list dt {
		width: 100%;
		padding-bottom: 15px;
	}
	
	.outline_list dd {
		width: 100%;
		border: none;
		padding-top: 0;
	}
	
	.entry_list {
		font-size: 17px;
		margin-top: 0;
	}
	
	.entry_list dt {
		width: 100%;
		padding-top: 25px;
	}
	
	.entry_list dd {
		width: 100%;
		padding: 10px 0 20px;
		border-bottom: 1px dotted #fff;
		font-weight: 400;
	}
	
	.contact {
		padding: 100px 0 60px;
	}
	
	.contact a {
		font-size: 30px;
	}
	
	.contact p span {
		font-size: 16px;
	}
	
	.copyright {
		transform: rotate(0);
		position: relative;
		bottom: auto;
		left: auto;
		display: block;
		width: 100%;
		text-align: center;
		padding: 0 0 50px;
		background-color: #579643;
		color: #fff;
	}
  
  .outline_list dd table td.small {
    font-size: 12px;
    width: 40%;
    text-align: left;
  }
  
  
  .outline_list dd table td.small br {
    display: none;
  }
}