#main {
	padding-top: 0px;
}
@media only screen and ( max-width : 1060px ) {
	#header .h_logo {
		top: 20px;
		left: 30px;
		font-size: 10px;
	}
	#header .h_logo img {
		width: 180px;
    }
	#header.is-animation .h_logo {
		top: 10px;
		left: 15px;
		font-size: 7px;
	}
}
@media print, screen and ( min-width : 1061px ) {
	#header .h_logo {
		top: 30px;
		left: 40px;
		font-size: 14px;
	}
	#header .h_logo img {
		width: 250px;
    }
	#header.is-animation .h_logo {
		top: 15px;
		left: 20px;
		font-size: 9px;
	}
}
@media screen and (max-width: 680px) {
	#header .h_logo,
	#header.is-animation .h_logo {
		top: 10px;
		left: 15px;
		font-size: 7px;
	}
	#header.is-animation .h_logo img,
    #header .h_logo img {
		width: 160px;
    }
}
/* --------------------------------------------------- */
#main-visual {
	width: 100%;
	position: relative;
	margin-top: 140px;
	background: url("../images/common/mori01.png") repeat-x center bottom 20%;
	background-size: 1200px;
	z-index: -1;
}
#main-visual .slide-items {
	max-width: 1000px;
	width: 65%;
	margin: 0 -10% 0 auto;
}
#main-visual .slide-items li {
	width: 100%;
	height: 100%;
}
#main-visual .tree1 {
	max-width: 320px;
	width: 20%;
	position: absolute;
	left: 0;
	bottom: 15%;
	margin-left: -50px;
}
#main-visual .tree2 {
	max-width: 330px;
	width: 22%;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: -50px;
}
#main-visual .mv-ttl {
	font-size: 2.2em;
	padding: 2px 4px;
    line-height: 1.9;
    display: inline;
	position: absolute;
	top: 35%;
	left: 8%;
	transform: translate(0%, -50%);
}
#main-visual .tree1 img {
	transition-delay: .4s;
}
#main-visual .tree2 img {
	transition-delay: .6s;
}
#main-visual .mv-ttl img {
	width: 370px;
	position: absolute;
	left: 55%;
	bottom: 58%;
}
.mv-ttl .bg {
  display: inline-block;
  background: #59B254;
  padding: 7px 20px 10px;
  line-height: 1.3;
  color: #fff;
	position: relative;
	border-radius: 4px;
	letter-spacing: 4px;
}
.mv-ttl .big {
  font-size: 2em;
	padding: 0px 20px 8px;
	margin: 15px 0 10px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
}
@media only screen and ( max-width : 1060px ) {
	#main-visual {
		background-position: center bottom 10%;
        background-size: 1000px;
		margin-bottom: 40px;
    }
	#main-visual .tree1 {
        bottom: 5%;
    }
	#main-visual .mv-ttl {
        font-size: 1.6em;
        padding: 2px 4px 2px 10px;
        top: 35%;
        left: -15px;
    }
	#main-visual .mv-ttl img {
        width: 260px;
        left: 55%;
        bottom: 59%;
    }
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#main-visual {
		margin-top: 100px;
		background-image: none;
    }
	#main-visual .slide-items {
        width: 85%;
		z-index: 1;
    }
	#main-visual .tree1 {
        width: 36%;
		left: 10%;
        margin-left: 0;
		z-index: 0;
    }
    #main-visual .tree2 {
        width: 30%;
        margin-right: -30px;
		margin-bottom: -20px;
		z-index: 2;
    }
	#main-visual .mv-ttl {
        font-size: 1.1em;
		top: 25%;
		z-index: 3;
    }
	#main-visual .mv-ttl img {
		display: none;
	}
	.mv-ttl .bg {
        letter-spacing: 2px;
		padding: 4px 15px 7px;
    }
	.mv-ttl .big {
      font-size: 2em;
        padding: 0px 12px 4px;
        margin: 5px 0 5px;
    }
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1450px;
	width: 90%;
	position: relative;
	z-index: 0;
	margin: 0 auto 50px;
}
#sec01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    transform: translate(-30%, -10%);
    z-index: -1;
    max-width: 1000px;
    width: 80%;
    aspect-ratio: 1 / 1;
    border: rgba(89,178,84,.2) 80px solid;
    border-radius: 50%;
}
#sec01 .inner {
	width: 90%;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding-left: 5%;
}
#sec01 .ttl {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	color: #59B254;
	font-size: 2.5em;
	letter-spacing: 2px;
	line-height: 1.5;
}
#sec01 .ttl span {
	font-size: 1.6em;
	display: inline-block;
	letter-spacing: 1px;
	margin-right: 3px;
	text-shadow: 2px 3px 0px rgba(239,222,24,1);
}
#sec01 .img {
	max-width: 600px;
	width: 50%;
	margin-right: -5%;
}
/*
#sec01 .ttl {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	color: #59B254;
	font-size: 2.5em;
	letter-spacing: 2px;
	line-height: 1.5;
	margin-bottom: 30px;
}
#sec01 p {
	max-width: 680px;
	width: 70%;
}
#sec01 .img {
	max-width: 500px;
	width: 50%;
	margin: -300px 5% 0 auto;
}
*/
@media only screen and ( max-width : 1300px ) {
	#sec01 .inner {
		width: 100%;
	}
	#sec01 .ttl {
        font-size: 2em;
    }
	/*#sec01 .img {
        margin: -150px -7% 0 auto;
    }*/
}
@media screen and (max-width: 910px) {
	#sec01::before {
        border: rgba(89,178,84,.2) 40px solid;
    }
	#sec01 .ttl {
        font-size: 1.8em;
    }
	/*
	#sec01 .img {
        margin: -150px -7% 0 auto;
    }*/
}
@media screen and (max-width: 680px) {
	#sec01::before {
		width: 160%;
        border: rgba(89,178,84,.2) 30px solid;
		transform: translate(-30%, -12%);
    }
	#sec01 .inner {
		padding-left: 0;
		display: block;
	}
	#sec01 .ttl {
        font-size: 1.7em;
    }
	#sec01 .img {
		max-width: 400px;
		width: 100%;
        margin: 20px auto 0;
    }
	/*
	#sec01 p {
        max-width: 680px;
        width: 100%;
    }
	*/
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1450px;
	width: 90%;
	position: relative;
	z-index: 0;
	margin: 0 auto 100px;
}
#sec02 ul {
	max-width: 910px;
	width: 100%;
	margin: 0 0 40px auto;
}
#sec02 li {
	background-color: #fff;
	display: flex;
	justify-content: flex-start;
	padding: 20px 25px;
	border-radius: 6px;
	margin-bottom: 10px;
}
#sec02 li span {
	display: inline-block;
	width: 110px;
	font-size: 11px;
	color: #aaa;
	font-weight: 500;
	padding-top: 3px;
}
#sec02 li p {
	flex: 1;
}
#sec02 li p a {
}
#sec02 li p a:hover {
	color: #59B254;
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#sec02 {
		margin-bottom: 40px;
	}
	#sec02 ul {
		margin-bottom: 20px;
	}
	#sec02 li {
		display: block;
		padding: 10px 15px 15px;
		line-height: 1.5;
	}
	#sec02 li span {
		margin-bottom: 5px;
		font-size: 10px;
		letter-spacing: 1px;
	}
}
/* --------------------------------------------------- */
#sec03 {
	width: 100%;
	position: relative;
	padding: 100px 0 140px;
	background: url("../images/common/mori01.png") repeat-x center bottom, url("../images/common/back02.jpg") center;
	background-size: 1000px, 100px;
	background-color: #FFFFED;
}
#sec03 .ttl-style01 {
	max-width: 1450px;
	width: 90%;
	margin: 0 auto 40px;
}
#sec03 .inner {
	max-width: 1450px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#sec03 .box {
	width: 30%;
}
#sec03 .box .ttl {
	max-width: 220px;
	width: 80%;
	aspect-ratio: 1 / 1;
	text-align: center;
	margin: 0 auto -25%;
	border-radius: 50%;
	position: relative;
	color: #fff;
	font-size: 1.3em;
	font-weight: 500;
	
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	z-index: 1;
	line-height: 1.5;
}
#sec03 .box .ttl br {
}
#sec03 .box .ttl1 {
	background-color: #1FBF9F;
}
#sec03 .box .ttl2 {
	background-color: #5CBF2A;
}
#sec03 .box .ttl3 {
	background-color: #2FCC3A;
}
#sec03 .box .ttl1::before,
#sec03 .box .ttl2::before,
#sec03 .box .ttl3::before {
	content: "";
	width: 100%;
	aspect-ratio: 1 / 1;
	border: #FFFFED 1px solid;
	border-radius: 50%;
	position: absolute;
}
#sec03 .box .ttl1::before {
	top: -10px;
	left: -10px;
}
#sec03 .box .ttl2::before {
	right: -10px;
	bottom: -10px;
}
#sec03 .box .ttl3::before {
	left: -10px;
	bottom: -10px;
}
#sec03 .box .ph {
	position: relative;
	z-index: 0;
	margin-bottom: 30px;
	padding-top: 100%;
	overflow: hidden;
	border-radius: 50%;
}
#sec03 .box .ph img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
#sec03 .box p {
	letter-spacing: 1px;
	margin-bottom: 30px;
}
#sec03 .box .btn-style01 {
	width: 100%;
}
@media screen and (max-width: 910px) {
	#sec03 .inner {
        display: block;
    }
    #sec03 .box {
        width: 100%;
		margin-bottom: 50px;
    }
	#sec03 .box .ph {
        position: relative;
        z-index: 0;
        margin-bottom: 30px;
        padding-top: 0;
        border-radius: 0;
    }
    #sec03 .box .ph img {
        position: static;
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 680px) {
	#sec03 {
        padding: 40px 0 60px;
		background-size: 1200px, 100px;
    }
	#sec03 .box {
		padding: 20px;
		margin-bottom: 10px;
		border-radius: 4px;
		background-color: #FFFFED;
	}
	#sec03 .box:nth-child(1) {
		border: #54B29C 1px solid;
	}
	#sec03 .box:nth-child(2) {
		border: #95B254 1px solid;
	}
	#sec03 .box:nth-child(3) {
		border: #59B254 1px solid;
	}
	#sec03 .box .ttl {
        width: 150px;
        font-size: 1.2em;
		margin-top: -40px;
    }
	#sec03 .box .ttl1::before {
        top: -5px;
        left: -5px;
    }
    #sec03 .box .ttl2::before {
        right: -5px;
        bottom: -5px;
    }
    #sec03 .box .ttl3::before {
        left: -5px;
        bottom: -5px;
    }
	#sec03 .box .ph {
        margin-bottom: 20px;
    }
	#sec03 .box p {
        margin-bottom: 20px;
    }
}
/* --------------------------------------------------- */
#sec04 {
	margin-bottom: 100px;
}
#sec04 .block {
	height: 650px;
	background: url("../images/top/ph04.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	margin-bottom: 40px;
}
#sec04 .block .ph {
	display: none;
}
#sec04 .block .box {
	background-color: #59B254;
	color: #fff;
	max-width: 550px;
	width: 80%;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
}
#sec04 .block .box .ttl-style02 {
	color: #fff;
	margin-bottom: 20px;
}
#sec04 .block .box p {
	margin-bottom: 30px;
	letter-spacing: 1px;
}
#sec04 .block .box .btn-style04 {
}
#sec04 ul {
	max-width: 1200px;
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
#sec04 li {
	width: 48%;
}
#sec04 li a {
	display: block;
	text-align: center;
	border: #59B254 2px solid;
	color: #59B254;
	border-radius: 6px;
	padding: 40px 0;
	background-color: #fff;
	font-size: 1.3em;
	font-weight: 500;
	position: relative;
}
#sec04 li a::before {
    content: "arrow_forward";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%);
}
#sec04 li a:hover {
	background-color: transparent;
}
#sec04 li a img {
	display: block;
	width: 80px;
	margin: 0 auto;
}
@media only screen and ( max-width : 1060px ) {
	#sec04 .block .box {
        padding: 30px;
    }
    #sec04 .block .box .ttl-style02 {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 910px) {
	#sec04 li {
        width: 49%;
    }
	#sec04 li a img {
        width: 60px;
    }
}
@media screen and (max-width: 680px) {
	#sec04 {
        margin-bottom: 40px;
    }
	#sec04 .block {
        height: auto;
		background-image: none;
        margin-bottom: 30px;
    }
    #sec04 .block .ph {
        display: block;
    }
    #sec04 .block .box {
        max-width: none;
        width: 100%;
        padding: 30px;
        position: static;
        transform: translate(0%, 0%);
    }
	#sec04 ul {
        display: block;
    }
    #sec04 li {
        width: 100%;
		margin-bottom: 10px;
    }
	#sec04 li a {
        padding: 20px 20px 20px 0;
        font-size: 1.1em;
        font-weight: 500;
    }
	#sec04 li a img {
        width: 35px;
		display: inline-block;
		margin-right: 10px;
    }
}
/* --------------------------------------------------- */

