@charset "utf-8";

/* ----------------------------------
concept
---------------------------------- */
#content_Wrap {
	color: #170c06;
	background-color: #f9f8f8;
}

.lower_ttl {
	padding: 0;
	position: relative;
	text-align: center;
  }
  .lower_ttl h2 {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
	margin-left: -6px;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	/* transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%); */
	/* color: #998a7a; */
	color: #fff;
	font-family: 'Cinzel', serif !important;
	font-size: clamp(22px, calc(2.9259259259259258vw), 30px);
	font-weight: 500;
	letter-spacing: 0.12em;
	text-shadow: 0px 0px 10px rgba(1, 42, 7, 1);
	text-shadow: 2px 0 5px #012A0780, -2px 0 5px #012A0780, 0 2px 5px #012A0780, 0 -2px 5px #012A0780;
	z-index: 2;
  }
  .lower_ttl .line {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	/* border-left: 1px solid #998a7a; */
	border-left: 1px solid #fff;
	height: 30px;
	box-shadow: 0px 0px 5px 5px #012A0780;
	z-index: 2;
  }

/*共通*/
/* .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;
}
sub {
	vertical-align: baseline;
	font-size: smaller
  }



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

.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,
section.merit {
	width: 100%;
	background: #ECE4DC;
background: linear-gradient(90deg, rgba(236, 228, 220, 1) 0%, rgba(252, 252, 252, 1) 50%, rgba(236, 228, 220, 1) 100%);
}
section .inner p sup {
	font-size: 50%;
	letter-spacing: 0;
}

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: 96%;
	max-width: 820px;
	padding-top: 100px;
	margin: 0;
	margin-left: -4%;
}
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: 40px;
}
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: 50px 0 30px;
}
section.intro .item_01 {
	padding-top: 50px;
}
section.intro .item_01 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
section.intro .item_01 ul li:nth-of-type(1) {
	width: 55%;
  margin-right: 2%;
	margin-top: 10px;
}
section.intro .item_01 ul li:nth-of-type(2) {
	width: 43%;
  margin-right: 0;
	margin-top: 10px;
}
section.intro .item_01 ul li p {
	text-align: left;
	letter-spacing: 0;
	font-size: 1em;
}
section.intro .item_01 ul li p.title {
	color: #126335;
	font-size: 1.5em;
	line-height: 1.5;
	margin-top: 15px;
	letter-spacing: .1em;
}
section.intro .item_01 ul li p.text {
	margin-top: 20px;
	letter-spacing: .1em;
}
section.intro .item_01 ul li p.text {
	margin-top: 10px;
	letter-spacing: .1em;
}
section.intro .item_01 ul li p.text .small {
	margin-top: 10px;
	font-size: 80%;
}
section.intro .item_01 ul.in_01 li:nth-of-type(1) {
	width: 55%;
  margin-right: 2%;
	margin-top: 10px;
}
section.intro .item_01 ul.in_01 li figure {
	width: 52%;
	margin: 10px auto 0;
	text-align: center;
}

section.intro .button ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
section.intro .button ul li {
	width: 32%;
  margin-right: 2%;
}
section.intro .button ul li:nth-of-type(3) {
  margin-right: 0;
}
section.yasashii01,
section.yasashii02,
section.yasashii03 {
	padding-top: 158px;
	margin-top: -108px;
}


section.yasashii01 {
	padding-bottom: 50px;
}
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: 20px 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-bottom: 50px;
}
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: 95%;
	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.5em;
	line-height: 1.1;
	margin-top: 15px;
	letter-spacing: .1em;
}
section.yasashii02 .item ul li p.title span {
	font-size: .7em;
}
section.yasashii02 .item ul li p.text {
    margin-top: 10px;
}

section.yasashii02 .item_02 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
section.yasashii02 .item_02 ul li:nth-of-type(1) {
	width: 45%;
  margin-right: 3%;
	margin-top: 10px;
}
section.yasashii02 .item_02 ul li:nth-of-type(2) {
	width: 52%;
	margin: 10px auto 0;
	text-align: center;
}
section.yasashii02 .item_02 .i_02 figure {
	width: 70%;
	margin: 10px auto 0;
}



section.yasashii03 {
	padding-bottom: 20px;
}
section.yasashii03 div.title {
	width: 100%;
	/* background-color: #00a0e9; */
	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: 95%;
	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: #00a0e9; */
	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: 80px 0 0;
}
.cap_Txt02 {
	font-size: 80%;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-top: 2%;
}



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_03 ul li:nth-of-type(1) {
	width: 54%;
  margin-right: 3%;
	margin-top: 10px;
}

section.yasashii03 .item ul li p {
	text-align: left;
	letter-spacing: 0;
	font-size: 1em;
}
section.yasashii03 .item.item_03 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.title {
	color: #00a0e9;
	font-size: 1.5em;
	line-height: 1.5;
	margin-top: 15px;
	letter-spacing: .1em;
}
section.yasashii03 .item ul li p.text {
	margin-top: 10px;
	letter-spacing: .1em;
}





section.merit {
	padding: 50px 0 0;
}
section.merit p.txt01 {
	color: #00a0e9;
	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: 95%;
	max-width: 1100px;

}
section.merit .item {
	padding-top: 30px;
}
section.merit .item ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
section.merit .item ul li {
	width: 30%;
  margin-right: 5%;
	margin-top: 10px;
	background-color: #fff;
}
section.merit .item ul li:nth-of-type(3) {
  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: #0068b7;;
	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: #00a0e9;
}
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;
    }


}

@media only screen and (max-width: 1150px) {
	section.intro p.img01 {
		margin: 0 auto;
	}

}

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

	/* #content_Wrap {
		margin-top: 80px;
	} */

}


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

	.lower_ttl h2 {
		position: absolute;
		top: 40%;
		margin-left: -4px;
	  }
	  .lower_ttl .line {
		position: absolute;
		top: 59%;
		left: 50%;
		height: 30px;
		box-shadow: 0px 0px 5px 2px #012A0780;
		z-index: 2;
	}

	/*共通*/
	/* .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.yasashii01,
section.yasashii02,
section.yasashii03 {
	padding-top: 100px;
	margin-top: -80px;
}

section.intro .button {
	padding: 30px 0 30px;
}
section.intro .item_01 {
	padding-top: 30px;
}
section.intro .item_01 ul.in_01 li figure {
    width: 58%;
}
	section.intro p.img01 {
		width: 100%;
		padding-top: 60px;
	}
	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;
		padding-top: 30px;
	}
	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;
	}

	.item {
		margin: 0 auto;

	}
	section.intro .item_01 ul,
	section.intro .item_01 ul.in_01,
	section.yasashii02 .item_02 ul,
	section.yasashii01 .item ul,
	section.yasashii02 .item ul,
	section.yasashii03 .item ul,
	section.yasashii03 .item_03 ul,
	section.merit .item ul {
		flex-flow: column;
	}
	section.intro .item_01 ul li,
	section.intro .item_01 ul.in_01 li,
	section.yasashii02 .item_02 ul li,
	section.yasashii01 .item ul li,
	section.yasashii02 .item ul li,
	section.yasashii03 .item ul li,
	section.yasashii03 .item_03 ul li,
	section.merit .item ul li {
		width: 100% !important;
		margin: 15px auto 0 !important;
	}
	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.intro .item_01 ul li p.text,
	section.yasashii02 .item_02 ul li p.text,
	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.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.yasashii02 .item_02 ul {
		margin: 0 0 30px;
	}

	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: 40px;
	}

	section.yasashii03 .item {
		padding-top: 10px;
	}
	section.yasashii03 .item.item_03 ul li p.title,
	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 p.img01 {
		padding: 40px 0 0;
	}
	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;
	}

}
