@charset "utf-8";

/* ----------------------------------
ZEH
---------------------------------- */
#content_Wrap {
	/*color: #323232;*/
	/*margin-top: 160px;*/
}

#content_Wrap figure {
	position: relative;
	height: fit-content;
}

/*共通*/
.line {
	position: absolute;
	width: 1px;
	height: 90px;
	bottom: -45px;
	left: 50%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	z-index: 10;
}

h3 {
	font-size: 30px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 30px;
}

h4 {
	font-size: 30px;
	font-family: "EB Garamond", serif !important;
	font-style: normal;
	transform: rotate(0.28deg);
	color: #957425;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 50px;
}

.text {
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
}

.att {
	font-size: 12px;
	text-align: right;
	margin: 10px 10px 0 0;
}

.image-text {
	font-size: 14px;
	font-feature-settings: "palt";
	letter-spacing: 0.5px;
	line-height: 1.4;
	text-align: center;
	margin-top: 10px;
}

.min {
	display: inline-block;
	font-size: 1.8em;
	color: #957425;
	padding: 0 2px 0 2px;
}

[class$="-box"] {
	margin-top: 100px;
}



/*個別*/
figure {
	position: relative;
}
a {
	transition: all .5s;
}
a:hover {
	opacity: .7;
}

.main {
	background-image: url(../img/main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 16% 0;
	position: relative;
}

.main h2 {
	font-size: 24px;
	letter-spacing: 6px;
	color: #fefefe;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

section.intro,
/*section.yasashii01,
section.yasashii02,*/
section.yasashii03 {
	width: 100%;
	background-color:hsla(30,100%,92%,0.4);
	background-image:
	radial-gradient(at 45% 33%, hsla(83,100%,87%,0.4) 0px, transparent 50%),
	radial-gradient(at 89% 0%, hsla(55,100%,85%,0.4) 0px, transparent 50%),
	radial-gradient(at 0% 50%, hsla(80,100%,96%,0.4) 0px, transparent 50%),
	radial-gradient(at 81% 53%, hsla(60,100%,86%,0.4) 0px, transparent 50%),
	radial-gradient(at 0% 100%, hsla(78,100%,77%,0.4) 0px, transparent 50%),
	radial-gradient(at 80% 100%, hsla(111,100%,84%,0.4) 0px, transparent 50%),
	radial-gradient(at 0% 0%, hsla(144,100%,86%,0.4) 0px, transparent 50%);
}

section .inner p sup {
	font-size: 50%;
	letter-spacing: 0;
}

section.intro {
	padding: 0 0 80px;
}
section.intro .inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1020px;
}
section.intro p {
	margin: 0 auto;
	text-align: center;
	font-size: 1em;
	line-height: 1.7;
	letter-spacing: .15em;
}
section.intro p.img01 {
	width: 100%;
	max-width: 900px;
	padding-top: 50px;
}
section.intro p.img02 {
	width: 100%;
	max-width: 270px;
	padding-top: 10px;
}
section.intro p.img03 {
	width: 100%;
	max-width: 400px;
	padding-top: 10px;
}
section.intro p.img04 {
	width: 100%;
	max-width: 600px;
	padding-top: 40px;	
}
section.intro p.img05 {
	width: 100%;
	max-width: 710px;
	padding-top: 40px;	
}

section.intro p.txt01 {
	font-size: 1.1em;
	line-height: 1.8;
	padding-top: 30px;
}
section.intro p.txt02 {
	font-size: 1.1em;
	line-height: 1.7;
	padding-top: 30px;
}
section.intro p.txt03 {
	font-size: 1.2em;
	line-height: 1.7;
	padding-top: 50px;
	padding-bottom: 20px;
}
section.intro p.txt04 {
	font-size: .9em;
	line-height: 1.7;
	padding-top: 0;
}
section.intro p.txt04 span {
	display: block;
	font-size: .7em;
	line-height: 1.2;
	padding-top: 5px;
}
section.intro p.txt05 {
	font-size: 1.2em;
	line-height: 1.7;
	padding-top: 70px;
}


section.intro .button {
	padding-top: 30px;
}
section.intro .button ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
section.intro .button ul li {
	width: 32%;
  margin-right: 2%;
  filter: drop-shadow(5px 5px 5px rgba(54,97,13,0.3));
}
section.intro .button ul li:nth-of-type(3) {
  margin-right: 0;
}


section.yasashii01 {
	/*padding: 50px 0 80px;*/
	padding: 0 0 100px;
}
section.yasashii01 div.title {
	width: 100%;
	background-color: #126335;
}
section.yasashii01 div.title div {
	width: 50%;
}
section.yasashii01 div.title figure,
section.yasashii01 div.title figure img {
	width: 100%;
	/* padding-right: 10%; */
}
section.yasashii01 div.title p {
	color: #fff;
	text-align: left;
}
section.yasashii01 div.title div.left {
	padding: 30px 3% 0 5%;
}
section.yasashii01 div.title p.sec-text {
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 12px;
	letter-spacing: .1em;
}
section.yasashii01 div.title p.sec-text span {
  display: inline-block;
  /* font-style: italic; */
  margin-right: 10px;
}
section.yasashii01 div.title p.text {
	font-size: 1em;
}

section.yasashii01 .inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}
section.yasashii01 p {
	margin: 0 auto;
	text-align: center;
	font-size: 1em;
	line-height: 1.7;
	letter-spacing: .15em;
}
section.yasashii01 p.txt01,
section.yasashii01 p.txt03 {
	color: #126335;
	font-size: 1.5em;
	line-height: 1.8;
	padding: 50px 0 25px;
	border-bottom: 1px solid #b5cec0;
}
section.yasashii01 p.txt02,
section.yasashii01 p.txt04 {
	font-size: 1em;
	line-height: 1.5;
	padding: 30px 0 0;
}
section.yasashii01 p.txt03 {
	padding-top: 60px;
}
section.yasashii01 p.txt05 {
	max-width: 800px;
	padding: 30px 0 0;
	font-size: .6em;
	line-height: 1.4;
	text-align: left;
}

section.yasashii01 p.img01 {
	max-width: 800px;
	padding: 50px 0 0;
}

section.yasashii01 .item {
	padding-top: 30px;
}
section.yasashii01 .item ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
section.yasashii01 .item ul li {
	width: 30%;
  margin-right: 5%;
	margin-top: 10px;
}
section.yasashii01 .item ul li:nth-of-type(3) {
  margin-right: 0;
}
section.yasashii01 .item ul li p {
	text-align: left;
	letter-spacing: 0;
	font-size: 1em;
}
section.yasashii01 .item ul li p.title {
	color: #126335;
	font-size: 1.1em;
	line-height: 1.1;
	margin-top: 15px;
}
section.yasashii01 .item ul li p.title span {
	font-size: .7em;
}
section.yasashii01 .item ul li p.text {
	margin-top: 5px;
}


section.yasashii02 {
	/*padding: 50px 0 80px;*/
	padding: 0 0 100px;
}
section.yasashii02 div.title {
	width: 100%;
	background-color: #126335;
}
section.yasashii02 div.title div {
	width: 50%;
}
section.yasashii02 div.title figure,
section.yasashii02 div.title figure img {
	width: 100%;
	/* padding-right: 10%; */
}
section.yasashii02 div.title p {
	color: #fff;
	text-align: left;
}
section.yasashii02 div.title div.left {
	padding: 30px 3% 0 5%;
}
section.yasashii02 div.title p.sec-text {
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 12px;
	letter-spacing: .1em;
}
section.yasashii02 div.title p.sec-text span {
  display: inline-block;
  /* font-style: italic; */
  margin-right: 10px;
}
section.yasashii02 div.title p.text {
	font-size: 1em;
}

section.yasashii02 .inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}
section.yasashii02 p {
	margin: 0 auto;
	text-align: center;
	font-size: 1em;
	line-height: 1.7;
	letter-spacing: .15em;
}
section.yasashii02 p.txt01 {
	color: #126335;
	font-size: 1.5em;
	line-height: 1.8;
	padding: 50px 0 25px;
	border-bottom: 1px solid #b5cec0;
}
section.yasashii02 p.txt02 {
	font-size: 1em;
	line-height: 1.5;
	padding: 30px 0 0;
}
section.yasashii02 p.img01 {
	max-width: 820px;
	padding: 30px 0 0; 
}
section.yasashii02 p.img02 {
	max-width: 820px;
	padding: 50px 0 0; 
}



section.yasashii02 .item {
	padding-top: 30px;
}
section.yasashii02 .item ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
section.yasashii02 .item ul li {
	width: 30%;
  margin-right: 5%;
	margin-top: 10px;
}
section.yasashii02 .item ul li:nth-of-type(3) {
  margin-right: 0;
}
section.yasashii02 .item ul li p {
	text-align: left;
	letter-spacing: 0;
	font-size: 1em;
}
section.yasashii02 .item ul li p.title {
	color: #126335;
	font-size: 1.1em;
	line-height: 1.1;
	margin-top: 15px;
}
section.yasashii02 .item ul li p.title span {
	font-size: .7em;
}
section.yasashii02 .item ul li p.text {
	margin-top: 5px;
}



section.yasashii03 {
	/*padding: 50px 0 20px;*/
	padding: 0 0 100px;
}
section.yasashii03 div.title {
	width: 100%;
	background-color: #126335;
}
section.yasashii03 div.title div {
	width: 50%;
}
section.yasashii03 div.title figure,
section.yasashii03 div.title figure img {
	width: 100%;
	/* padding-right: 10%; */
}
section.yasashii03 div.title p {
	color: #fff;
	text-align: left;
}
section.yasashii03 div.title div.left {
	padding: 30px 3% 0 5%;
}
section.yasashii03 div.title p.sec-text {
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 12px;
	letter-spacing: .1em;
}
section.yasashii03 div.title p.sec-text span {
  display: inline-block;
  /* font-style: italic; */
  margin-right: 10px;
}
section.yasashii03 div.title p.text {
	font-size: 1em;
}

section.yasashii03 .inner {
	margin: 0 auto;
	/*width: 100%;*/
	max-width: 1100px;
}
section.yasashii03 p {
	margin: 0 auto;
	text-align: center;
	font-size: 1em;
	line-height: 1.7;
	letter-spacing: .15em;
}
section.yasashii03 p.txt01 {
	color: #126335;
	font-size: 1.5em;
	line-height: 1.8;
	padding: 50px 0 25px;
	border-bottom: 1px solid #b5cec0;
}
section.yasashii03 p.txt02 {
	font-size: 1em;
	line-height: 1.5;
	padding: 30px 0 0;
}
section.yasashii03 p.img01 {
	max-width: 550px;
	padding: 50px 0 0; 
}




section.yasashii03 .item {
	padding-top: 50px;
}
section.yasashii03 .item ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
section.yasashii03 .item ul li:nth-of-type(1) {
	width: 55%;
  margin-right: 2%;
	margin-top: 10px;
}
section.yasashii03 .item ul li:nth-of-type(2) {
	width: 43%;
  margin-right: 0;
	margin-top: 10px;
}
section.yasashii03 .item ul li p {
	text-align: left;
	letter-spacing: 0;
	font-size: 1em;
}
section.yasashii03 .item ul li p.title {
	color: #126335;
	font-size: 1.5em;
	line-height: 1.5;
	margin-top: 15px;
	letter-spacing: .1em;
}
section.yasashii03 .item ul li p.text {
	margin-top: 20px;
	letter-spacing: .1em;
}





section.merit {
	padding: 50px 0 0;
}
section.merit p.txt01 {
	color: #126335;
	font-size: 2em;
	line-height: 1.8;
	padding: 10px 0 25px;
	text-align: center;	
}
section.merit .bg {
	margin: 0 auto;
	width: 100%;
	background-image: url(../img/03-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 50px;
}
section.merit .inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;

}
section.merit .item {
	padding-top: 30px;
}
section.merit .item ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
section.merit .item ul li {
	width: 35%;
	margin-right: 5%;
	margin-top: 10px;
	background-color: #fff;
}
/*section.merit .item ul li:nth-of-type(3) {*/
section.merit .item ul li:nth-of-type(2) {
  margin-right: 0;
}
section.merit .item ul li p {
	text-align: center;
	line-height: 1.5;
}
section.merit .item ul li p.number {
	width: 100%;
	font-size: 2em;
	padding: 2px 0;
	margin-bottom: 10px;
	background-color: #126335;;
	color: #fff;
	text-align: center;

	display: flex;
	align-items: center;
	justify-content: center;
}
section.merit .item ul li p.m-text {
	padding: .5em;
	font-size: 1.3em;
}
section.merit .item ul li p.m-text .big {
	font-size: 1.7em;
	color: #126335;
}
section.merit .item ul li p.m-text .small {
	font-size: .9em;
	display: block;
}

section.merit .item ul li p.number:before,
section.merit .item ul li p.number:after {
	border-top: 1px solid #fff;
	content: "";
	width: 30%;
}
section.merit .item ul li p.number:before {
	margin-right: 1em;
}
section.merit .item ul li p.number:after {
	margin-left: 1em;
}





/*=============================
調整
=============================*/
@media only screen and (max-width: 1280px) {

    .w1280 {
    display: block;
    }


}

/*=============================
tab
=============================*/
@media only screen and (max-width: 1024px) {

	/*#content_Wrap {
		margin-top: 80px;
	}*/
	section.merit .item ul li {
		width: 45%;
	}

}


/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {

	/*共通*/
	.line {
		height: 50px;
		bottom: -25px;
	}

	/*個別*/
	
	.main {
		background-image: url(../img/main_sp.jpg);
		background-position: left center;
		padding: 24% 0;
	}
	.main h2 {
		font-size: 20px;
		width: 100%;
		text-align: center;
	}

	section.intro .inner,
	section.yasashii01 .inner,
	section.yasashii02 .inner,
	section.yasashii03 .inner,
	section.merit .inner {
		width: 90%;
	}

	section.intro {
		padding: 0 0 40px;
	}
	section.intro p.img01 {
		width: 85%;
		padding-top: 30px;
	}
	section.intro p.img02 {
		width: 45%;
		padding-top: 50px;
	}
	section.intro p.img03 {
		width: 45%;
		padding-top: 20px;
	}
	section.intro p.img04 {
		width: 65%;
		/* padding-top: 20px; */
	}
	section.intro p {
		letter-spacing: normal;
	}
	section.intro p.txt01 {
		font-size: 1em;
		line-height: 1.5;
	}
	section.intro p.txt02 {
		font-size: 1em;
		line-height: 1.5;
	}
	section.intro p.txt04 {
		text-align: left;
	}
	section.intro p.txt05 {
		padding-top: 40px;
		font-size: 1.1em;
		line-height: 1.3;
	}

	section.yasashii01 div.title,
	section.yasashii02 div.title,
	section.yasashii03 div.title {
		flex-flow: column;
	}
	section.yasashii01 div.title .left,
	section.yasashii01 div.title .right,
	section.yasashii02 div.title .left,
	section.yasashii02 div.title .right,
	section.yasashii03 div.title .left,
	section.yasashii03 div.title .right {
		width: 100%;
	}
	section.yasashii01 div.title .left,
	section.yasashii02 div.title .left,
	section.yasashii03 div.title .left {
		order: 2;
		padding: 15px 6% !important;
	}
	section.yasashii01 div.title .right,
	section.yasashii02 div.title .right,
	section.yasashii03 div.title .right {
		order: 1;
	}

	section.yasashii01 div.title .left .sec-text,
	section.yasashii02 div.title .left .sec-text,
	section.yasashii03 div.title .left .sec-text {
		font-size: 1.3em;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	section.yasashii01 div.title .left .text,
	section.yasashii02 div.title .left .text,
	section.yasashii03 div.title .left .text {
		font-size: .85em;
		line-height: 1.8;
	}


	section.yasashii01 .item ul,
	section.yasashii02 .item ul,
	section.yasashii03 .item ul,
	section.merit .item ul {
		flex-flow: column;
	}
	section.yasashii01 .item ul li,
	section.yasashii02 .item ul li,
	section.yasashii03 .item ul li,
	section.merit .item ul li {
		width: 100% !important;
		margin-top: 20px;
		margin-right: 0;
	}
	section.yasashii03 .item ul li p {
		width: 100%;
	}

	section.yasashii01 .item ul li p.title,
	section.yasashii02 .item ul li p.title {
		font-size: 1em;
	}
	section.yasashii01 .item ul li p.text,
	section.yasashii02 .item ul li p.text,
	section.yasashii03 .item ul li p.text {
		font-size: .9em;
		line-height: 1.7;
	}
	section.intro .button ul li {
		filter: drop-shadow(3px 3px 3px rgba(54,97,13,0.3));
	}


	section.yasashii01 {
		padding-bottom: 20px;
	}
	section.yasashii01 p.txt01 {
		font-size: 1.3em;
		line-height: 1.5;
		padding-top: 20px;
	}
	section.yasashii01 p.txt02 {
		font-size: .9em;
		line-height: 1.4;
		text-align: left;
	}
	section.yasashii01 p.txt03 {
		font-size: 1.3em;
		line-height: 1.5;
	}
	section.yasashii01 p.txt04 {
		font-size: .9em;
		line-height: 1.4;
		text-align: left;
	}
	section.yasashii01 .item {
		padding-top: 15px;
	}
	section.yasashii01 p.img01 {
		padding-top: 20px;
	}



	section.yasashii02 {
		padding-bottom: 20px;
	}
	section.yasashii02 p.txt01 {
		font-size: 1.3em;
		line-height: 1.5;
		padding-top: 20px;
	}
	section.yasashii02 p.txt02 {
		font-size: .9em;
		line-height: 1.4;
		text-align: left;
	}

	section.yasashii03 {
		padding-bottom: 20px;
	}	
	section.yasashii03 p.txt01 {
		font-size: 1.3em;
		line-height: 1.5;
		padding-top: 20px;
	}
	section.yasashii03 p.txt02 {
		font-size: .9em;
		line-height: 1.4;
		text-align: left;
	}
	section.yasashii03 p.img01 {
		padding-top: 20px;
	}

	section.yasashii03 .item {
		padding-top: 10px;
	}
	section.yasashii03 .item ul li p.title {
		font-size: 1.1em;
		line-height: 1.3;
	}

	section.merit p.txt01 {
		font-size: 1.5em;
		padding-top: 0;
		line-height: 1.5;
	}

	section.yasashii03 .item ul li:nth-of-type(2) {
		margin-top: 20px;
	}

	section.yasashii03 .item ul li p.text {
		margin-top: 5px;
		font-size: .9em;
		line-height: 1.4;
	}

	section.merit .item ul li p.number {
		font-size: 1.5em;
		margin-bottom: 0;
	}
	section.merit .item ul li p.m-text {
		font-size: 1em;
		line-height: 1.4;
	}
	section.merit .item ul li p.m-text .big {
		font-size: 1.3em;
		line-height: 1.4;
	}

}
