@charset "utf-8";

/*====================================================================================

		#home layout

====================================================================================*/

/*===============================================================

		header layout

===============================================================*/

header {

}


@media screen and (max-width: 1100px){

}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, {

	}
}


@media screen and (max-width: 768px){
	header .logo {

	}
}



/*===============================================================

		#home #contents .releace layout

===============================================================*/

#home #contents .releace {
	margin: 70px 20px 90px;
}

#home #contents .releace .inner02 {
	min-height: 130px;
	padding: 0;
	border-radius: 130px;
	box-shadow: 0 7px 20px rgba(0,0,0,0.1);
	display: flex;
	justify-content: flex-start;
}

#home #contents .releace .inner02 h2 {
	width: 153px;
	padding: 0 0 0 15px;
	background-color: #348B3A;
	border-radius: 130px 0 0 130px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 4px;
}

#home #contents .releace .inner02 .releace_list {
	padding: 0 50px 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#home #contents .releace .inner02 .releace_list ul{
	width:634px;
}
@media screen and (max-width: 1285px){
	#home #contents .releace .inner02 .releace_list ul{
		width:auto;
	}
}
#home #contents .releace .inner02 .releace_list ul li {
	margin: 0 0 15px;
	display: flex;
	font-size: 15px;
	line-height: 1.3;
	transition: none;
}

#home #contents .releace .inner02 .releace_list ul li p.date {
	margin: 0 20px 0 0;
	color: #348b39;
	font-size: 14px;
}

#home #contents .releace .inner02 .releace_list ul li a {

}

#home #contents .releace .inner02 .releace_list ul li a:hover {
	text-decoration: underline;
	/*text-decoration-color: #348b39;*/
}

#home #contents .releace .inner02 .releace_list p.more {
	margin: 20px 0 0 60px;
}

#home #contents .releace .inner02 .releace_list p.more a {
	padding: 0 40px 5px 5px;
	background: url("../img/icon_arrow01.svg") right 5px center / auto 15px no-repeat;
	border-bottom: solid 1px #348b39;
	color: #348b39;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
}

#home #contents .releace .inner02 .releace_list p.more a:hover {
	background: url("../img/icon_arrow01.svg") right center / auto 15px no-repeat;
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #home #contents .releace .inner02 .releace_list {
		padding: 20px 50px 20px 40px;
	}

	*::-ms-backdrop, #home #contents .releace .inner02 .releace_list ul {
		width: 100%;
		max-width: 610px;
	}
}


@media screen and (max-width: 1200px){
	#home #contents .releace .inner02 .releace_list {
		padding: 20px 30px;
	}

	#home #contents .releace .inner02 .releace_list p.more {
		margin: 20px 0 0 30px;
	}
}


@media screen and (max-width: 768px){
	#home #contents .releace {
		margin: 70px auto 90px;
	}

	#home #contents .releace .inner02 {
		height: auto;
		margin: 0 20px;
		padding: 0;
		border-radius: 0 20px 0 20px;
		box-shadow: 0 7px 20px rgba(0,0,0,0.1);
		display: block;
	}

	#home #contents .releace .inner02 h2 {
		width: 70%;
		padding: 10px 0 10px 6vw;
		border-radius: 0 0 30px 0;
		display: block;
		font-size: 5vw;
		line-height: 1.0;
	}

	#home #contents .releace .inner02 .releace_list {
		padding: 20px 30px 30px;
		display: block;
	}

	#home #contents .releace .inner02 .releace_list ul li {
		margin: 0 0 15px;
		display: block;
		font-size: 16px;
	}

	#home #contents .releace .inner02 .releace_list ul li:not(:first-child) {
		display: none;
	}

	#home #contents .releace .inner02 .releace_list ul li a {
	}

	#home #contents .releace .inner02 .releace_list ul li p.date {
		margin: 0;
		font-size: 14px;
	}

	#home #contents .releace .inner02 .releace_list p.more {
		margin: 0;
		text-align: right;
		line-height: 1.0;
	}

	#home #contents .releace .inner02 .releace_list p.more a {
		padding: 0 40px 2px 5px;
		background: url("../img/icon_arrow01.svg") right 5px center / auto 12px no-repeat;
		font-size: 4.5vw;
	}

	#home #contents .releace .inner02 .releace_list p.more a:hover {
		background: url("../img/icon_arrow01.svg") right center / auto 12px no-repeat;
	}
}



/*===============================================================

		#home #contents .research layout

===============================================================*/

#home #contents .research {
	margin: 0 20px 130px;
}

#home #contents .research .inner02 h2 {
	margin: 0 0 20px 47%;
	padding: 5px 0 0;
	position: relative;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 2px;
}

#home #contents .research .inner02 h2::before {
	content: "";
	width: 44px;
	height: 57px;
	background: url("../../img/home/icon01_a.svg") left top / 100% auto no-repeat;
	display: block;
	position: absolute;
	left: -60px;
	top: 0;
}

#home #contents .research .inner02 h2 span {
	margin: 0 0 10px;
	display: block;
	color: #348b39;
	font-size: 16px;
	font-weight: 400;
}

#home #contents .research .inner02 p {
	text-align: center;
	line-height: 2.0;
}


@media screen and (max-width: 768px){
	#home #contents .research {
		margin: 0 0 60px;
	}

	#home #contents .research .inner02 h2 {
		margin: 0 0 20px 42%;
		font-size: 5vw;
	}

	#home #contents .research .inner02 h2 span {
		font-size: 3.5vw;
	}

	#home #contents .research .inner02 p {
		text-align: left;
	}
}



/*===============================================================

		#home #contents .beauty layout

===============================================================*/

#home #contents .beauty {
	margin: 0 0 170px;
	position: relative;
	/*background: url("../../img/home/bg01@2x.jpg") left -100px top 70px / 776px auto no-repeat;*/
}
#home #contents .beauty::before {
	content: "";
	width: 100%;
	height: 820px;
	background: url("../../img/home/bg06.jpg") no-repeat center top;
	background-size: 100% auto;
	border-radius: 100px 100px 0 0;
	display: block;
	position: absolute;
	top: 0;
}

#home #contents .beauty .inner {
	padding: 65px 20px 0;
}

#home #contents .beauty .inner02 h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 4px;
	line-height: 1.0;
}

#home #contents .beauty .inner02 h2 span {
	margin: 0 0 5px -10px;
	display: block;
	color: #348b39;
	font-size: 120px;
	font-weight: 200;
	letter-spacing: 20px;
}

#home #contents .beauty .inner02 ul {
	/*margin: -125px 0 0;*/
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
}

/*
#home #contents .beauty .inner02 ul::before {
	content: "";
	width: 49%;
	max-width: 510px;
	height: 320px;
	display: block;
}
*/

#home #contents .beauty .inner02 ul li {
	width: 49%;
	max-width: 510px;
	position: relative;
	margin: 60px 0 0;
}

#home #contents .beauty .inner02 ul li:nth-child(1) {
	/*margin: 0 0 30px;*/
}

#home #contents .beauty .inner02 ul li a {
	height: 320px;
	border-radius: 0 50px 0 50px;
	box-shadow: 0 7px 20px rgba(0,0,0,0.15);
	display: block;
	position: relative;
	overflow: hidden;
}

#home #contents .beauty .inner02 ul li a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s ease-out;
}

#home #contents .beauty .inner02 ul li:nth-child(1) a::before {
	margin: 0 0 30px;
	background: url("../../img/home/img01@2x.jpg") center center / cover no-repeat;
}

#home #contents .beauty .inner02 ul li:nth-child(2) a::before {
	background: url("../../img/home/img03@2x.jpg") center center / cover no-repeat;
}

#home #contents .beauty .inner02 ul li:nth-child(3) a::before {
	background: url("../../img/home/img02@2x.jpg") center center / cover no-repeat;
}
#home #contents .beauty .inner02 ul li:nth-child(4) a::before {
	background: url("../../img/home/img16@2x.jpg") center center / cover no-repeat;
}

#home #contents .beauty .inner02 ul li a:hover::before {
	/*transform: scale(1.03);*/
	transform: scale(1.1);
}

#home #contents .beauty .inner02 ul li a div {
	width: 88%;
	max-width: 445px;
	height: 118px;
	padding: 25px 60px 0 55px;
	background: url("../img/icon_arrow01.svg") right 45px center / auto 20px no-repeat #fff;
	border-radius: 40px 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all .3s;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.0;
}

#home #contents .beauty .inner02 ul li a:hover div {
	background: url("../img/icon_arrow01.svg") right 40px center / auto 20px no-repeat #fff;
}

#home #contents .beauty .inner02 ul li a div p.title {
	margin: 0 0 30px;
	display: block;
	position: relative;
	color: #348b39;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 3px;
}

#home #contents .beauty .inner02 ul li a div p.title::after {
	content: "";
	width: 53px;
	height: 3px;
	background-color: #348b39;
	position: absolute;
	left: 0;
	bottom: -15px;
}

#home #contents .beauty .inner02 ul li p.sp_txt {
	display: none;
}


@media screen and (max-width: 1200px){
	#home #contents .beauty .inner02 ul {
		margin: 40px 0 0;
	}

	#home #contents .beauty .inner02 ul li a div {
		width: 88%;
		max-width: 445px;
		height: auto;
		padding: 25px 35px 25px 25px;
		background: url("../img/icon_arrow01.svg") right 20px center / auto 20px no-repeat #fff;
		line-height: 1.1;
	}

	#home #contents .beauty .inner02 ul li a:hover div {
		background: url("../img/icon_arrow01.svg") right 15px center / auto 20px no-repeat #fff;
	}
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #home #contents .beauty .inner02 ul li a div {
		padding: 25px 35px 25px 25px;
		background: url("../img/icon_arrow01.svg") right 5px center / auto 20px no-repeat #fff;
	}

	*::-ms-backdrop, #home #contents .beauty .inner02 ul li a:hover div {
		background: url("../img/icon_arrow01.svg") right center / auto 20px no-repeat #fff;
	}
}


@media screen and (max-width: 768px){
	#home #contents .beauty {
		margin: 0 0 70px;
		background:none;
	}
	
	#home #contents .beauty::before {
		content: "";
		width: 100%;
		max-width: 1240px;
		height: 60%;
		background:url("../../img/home/bg06sp.jpg") no-repeat center top;
		background-size: 100% auto;
		border-radius: 50px 50px 0 0;
		display: block;
		position: absolute;
		top: 0;
	}

	#home #contents .beauty .inner {
	/*	background: url("../../img/home/sp/bg01@2x.jpg") left top 40px / 75% auto no-repeat;*/
	}

	#home #contents .beauty .inner02 {
		padding: 0;
	}

	#home #contents .beauty .inner02 h2 {
		margin: 0 0 10px;
		font-size: 4.5vw;
		letter-spacing: 4px;
		line-height: 1.0;
	}

	#home #contents .beauty .inner02 h2 span {
		margin: 0 0 5px -4px;
		font-size: 13vw;
		letter-spacing: 3vw;
	}

	#home #contents .beauty .inner02 ul {
		margin: 0;
	}
	/*
	#home #contents .beauty .inner02 ul::before {
		content: "";
		width: 48%;
		max-width: 510px;
		height: 1px;
		display: block;
	}
	*/
	#home #contents .beauty .inner02 ul li {
		width: 48%;
		max-width: inherit;
		margin: 20px 0 0;
	}
	/*
	#home #contents .beauty .inner02 ul li:nth-child(1) {
		margin: 0 0 20px;
	}
	*/
	#home #contents .beauty .inner02 ul li a {
		height: auto;
		padding: 20vh 0 0 20px;
		border-radius: 0 20px 0 20px;
		box-shadow: 0 7px 20px rgba(0,0,0,0.15);
		display: block;
		position: relative;
		overflow: hidden;
	}

	#home #contents .beauty .inner02 ul li a::before {
		display: none;
	}

	#home #contents .beauty .inner02 ul li:nth-child(1) a {
		margin: 0;
		background: url("../../img/home/sp/img01@2x.jpg") left top / cover no-repeat;
	}

	#home #contents .beauty .inner02 ul li:nth-child(2) a {
		background: url("../../img/home/sp/img02@2x.jpg") left top / cover no-repeat;
	}

	#home #contents .beauty .inner02 ul li:nth-child(3) a {
		background: url("../../img/home/sp/img03@2x.jpg") left top / cover no-repeat;
	}
	
	#home #contents .beauty .inner02 ul li:nth-child(4) a {
		background: url("../../img/home/sp/img16@2x.jpg?ver=220602") center top / cover no-repeat;
	}

	#home #contents .beauty .inner02 ul li a div {
		width: 82%;
		max-width: inherit;
		height: auto;
		padding: 20px 20px 20px 15px;
		background: url("../img/icon_arrow01.svg") right 10px center / auto 15px no-repeat #fff;
		border-radius: 30px 0 0 0;
		font-size: 3.9vw;
	}

	#home #contents .beauty .inner02 ul li:nth-child(3) a div {
		padding: 10px 20px 10px 15px;
	}
	#home #contents .beauty .inner02 ul li:nth-child(4) a div {
		padding: 10px 20px 10px 15px;
	}

	#home #contents .beauty .inner02 ul li a:hover div {
		background: url("../img/icon_arrow01.svg") right 10px center / auto 15px no-repeat #fff;
	}

	#home #contents .beauty .inner02 ul li a div p.title {
		margin: 0;
		font-size: 3.9vw;
		letter-spacing: 2px;
		font-weight:600;
	}

	#home #contents .beauty .inner02 ul li a div p.title::after {
		display: none;
	}

	#home #contents .beauty .inner02 ul li a div p.txt {
		display: none;
	}

	#home #contents .beauty .inner02 ul li p.sp_txt {
		margin: 10px 0 0;
		display: block;
		font-size: 3.5vw;
		line-height: 1.1;
		letter-spacing: 0;
		font-weight: 500;
	}
}



/*===============================================================

		#home #contents .health layout

===============================================================*/

#home #contents .health {
	margin: 0 0 155px;
	position: relative;
}

#home #contents .health::before {
	content: "";
	width: 100%;
	height: 820px;
	background-color: #D6E8D8;
	border-radius: 100px 100px 0 0;
	display: block;
	position: absolute;
	top: 0;
}

#home #contents .health .inner02 {
	padding: 65px 20px 0;
}

#home #contents .health .inner02 h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 4px;
	line-height: 1.0;
}

#home #contents .health .inner02 h2 span {
	margin: 0 0 5px -10px;
	display: block;
	color: #348b39;
	font-size: 120px;
	font-weight: 200;
	letter-spacing: 20px;
}

#home #contents .health .inner02 ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
}


#home #contents .health .inner02 ul li {
	width: calc(100% / 3 - 15px);
	max-width: 330px;
	margin: 60px 0 0;
	position: relative;
}

#home #contents .health .inner02 ul li:nth-child(1),
#home #contents .health .inner02 ul li:nth-child(2) {
	width: 49%;
	max-width: 510px;
}

#home #contents .health .inner02 ul li a {
	height: 380px;
	border-radius: 40px 0 40px 0;
	box-shadow: 0 7px 20px rgba(0,0,0,0.15);
	display: block;
	position: relative;
	overflow: hidden;
}

#home #contents .health .inner02 ul li:nth-child(1) a,
#home #contents .health .inner02 ul li:nth-child(2) a {
	height: 320px;
	border-radius: 0 50px 0 50px;
}

#home #contents .health .inner02 ul li a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s ease-out;
}

#home #contents .health .inner02 ul li:nth-child(1) a::before {
	margin: 0 0 30px;
	background: url("../../img/home/img04@2x.jpg") center center / cover no-repeat;
}

#home #contents .health .inner02 ul li:nth-child(2) a::before {
	background: url("../../img/home/img05@2x.jpg") center center / cover no-repeat;
}

#home #contents .health .inner02 ul li:nth-child(3) a::before {
	background: url("../../img/home/img06@2x.jpg") center top / auto 254px no-repeat;
}

#home #contents .health .inner02 ul li:nth-child(4) a::before {
	background: url("../../img/home/img07@2x.jpg") center top / auto 254px no-repeat;
}

#home #contents .health .inner02 ul li:nth-child(5) a::before {
	background: url("../../img/home/img08@2x.jpg") center top / auto 254px no-repeat;
}

#home #contents .health .inner02 ul li a:hover::before {
	/*transform: scale(1.03);*/
	transform: scale(1.1);
}

#home #contents .health .inner02 ul li a div {
	width: 100%;
	min-height: 120px;
	padding: 30px 40px 30px 30px;
	background: url("../img/icon_arrow01.svg") right 25px center / auto 20px no-repeat #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all .3s;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.0;
}

#home #contents .health .inner02 ul li:nth-child(1) a div,
#home #contents .health .inner02 ul li:nth-child(2) a div {
	width: 88%;
	max-width: 445px;
	padding: 25px 60px 0 55px;
	background: url("../img/icon_arrow01.svg") right 45px center / auto 20px no-repeat #fff;
	border-radius: 40px 0 0 0;
}

#home #contents .health .inner02 ul li a:hover div {
	background: url("../img/icon_arrow01.svg") right 20px center / auto 20px no-repeat #fff;
}

#home #contents .health .inner02 ul li:nth-child(1) a:hover div,
#home #contents .health .inner02 ul li:nth-child(2) a:hover div {
	background: url("../img/icon_arrow01.svg") right 40px center / auto 20px no-repeat #fff;
}

#home #contents .health .inner02 ul li a div p.title {
	margin: 0 0 30px;
	display: block;
	position: relative;
	color: #348b39;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 3px;
}

#home #contents .health .inner02 ul li a div p.title::after {
	content: "";
	width: 53px;
	height: 3px;
	background-color: #348b39;
	position: absolute;
	left: 0;
	bottom: -15px;
}

#home #contents .health .inner02 ul li a div p.txt {
	line-height: 1.1;
}

#home #contents .health .inner02 ul li p.sp_txt {
	display: none;
}


@media screen and (max-width: 1200px){
	#home #contents .health .inner02 ul li a div {
		padding: 25px 35px 25px 25px;
		background: url("../img/icon_arrow01.svg") right 20px center / auto 20px no-repeat #fff;
		line-height: 1.1;
	}

	#home #contents .health .inner02 ul li:nth-child(1) a div,
	#home #contents .health .inner02 ul li:nth-child(2) a div {
		background: url("../img/icon_arrow01.svg") right 20px center / auto 20px no-repeat #fff;
	}

	#home #contents .health .inner02 ul li a:hover div {
		background: url("../img/icon_arrow01.svg") right 15px center / auto 20px no-repeat #fff;
	}

	#home #contents .health .inner02 ul li:nth-child(1) a:hover div,
	#home #contents .health .inner02 ul li:nth-child(2) a:hover div {
		background: url("../img/icon_arrow01.svg") right 15px center / auto 20px no-repeat #fff;
	}
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #home #contents .health .inner02 ul li a div {
		padding: 25px 35px 25px 25px;
		background: url("../img/icon_arrow01.svg") right 5px center / auto 20px no-repeat #fff;
	}

	*::-ms-backdrop, #home #contents .health .inner02 ul li a:hover div {
		background: url("../img/icon_arrow01.svg") right center / auto 20px no-repeat #fff;
	}
}


@media screen and (max-width: 768px){
	#home #contents .health {
		margin: 0 0 70px;
	}

	#home #contents .health .inner {
		padding: 0;
	}

	#home #contents .health::before {
		content: "";
		width: 100%;
		max-width: 1240px;
		height: 60%;
		background-color: #D6E8D8;
		border-radius: 50px 50px 0 0;
		display: block;
		position: absolute;
		top: 0;
	}

	#home #contents .health .inner02 {
		padding: 7vh 20px 0;
	}

	#home #contents .health .inner02 h2 {
		margin: 0 0 10px;
		font-size: 4.5vw;
		letter-spacing: 4px;
		line-height: 1.0;
	}

	#home #contents .health .inner02 h2 span {
		margin: 0 0 5px -4px;
		font-size: 13vw;
		letter-spacing: 3vw;
	}

	#home #contents .health .inner02 ul {
		margin: 20px 0 0;
	}

	#home #contents .health .inner02 ul li {
		width: 48%;
		max-width: inherit;
		margin: 20px 0 0;
		position: relative;
	}

	#home #contents .health .inner02 ul li:nth-child(1),
	#home #contents .health .inner02 ul li:nth-child(2) {
		width: 48%;
		max-width: inherit;
	}

	#home #contents .health .inner02 ul li a {
		height: auto;
		padding: 20vh 0 0 20px;
		border-radius: 0 20px 0 20px;
		box-shadow: 0 7px 20px rgba(0,0,0,0.15);
		display: block;
		position: relative;
		overflow: hidden;
	}

	#home #contents .health .inner02 ul li:nth-child(1) a,
	#home #contents .health .inner02 ul li:nth-child(2) a {
		height: auto;
		border-radius: 0 20px 0 20px;
	}

	#home #contents .health .inner02 ul li:nth-child(1) a {
		margin: 0;
		background: url("../../img/home/sp/img04@2x.jpg") left top / cover no-repeat;
	}

	#home #contents .health .inner02 ul li:nth-child(2) a {
		background: url("../../img/home/sp/img05@2x.jpg") left top / cover no-repeat;
	}

	#home #contents .health .inner02 ul li:nth-child(3) a {
		background: url("../../img/home/sp/img06@2x.jpg") left top / cover no-repeat;
	}

	#home #contents .health .inner02 ul li:nth-child(4) a {
		background: url("../../img/home/sp/img07@2x.jpg") left top / cover no-repeat;
	}

	#home #contents .health .inner02 ul li:nth-child(5) a {
		background: url("../../img/home/sp/img08@2x.jpg") left top / cover no-repeat;
	}

	#home #contents .health .inner02 ul li a::before {
		display: none;
	}

	#home #contents .health .inner02 ul li a div {
		width: 82%;
		max-width: inherit;
		min-height: auto;
		padding: 20px 20px 20px 15px;
		background: url("../img/icon_arrow01.svg") right 10px center / auto 15px no-repeat #fff;
		border-radius: 30px 0 0 0;
		font-size: 3.9vw;
	}

	#home #contents .health .inner02 ul li:nth-child(1) a div,
	#home #contents .health .inner02 ul li:nth-child(2) a div {
		width: 82%;
	}

	#home #contents .health .inner02 ul li a:hover div {
		background: url("../img/icon_arrow01.svg") right 10px center / auto 15px no-repeat #fff;
	}

	#home #contents .health .inner02 ul li:nth-child(1) a div,
	#home #contents .health .inner02 ul li:nth-child(2) a div {
		padding: 20px 20px 20px 15px;
		background: url("../img/icon_arrow01.svg") right 10px center / auto 15px no-repeat #fff;
		border-radius: 30px 0 0 0;
	}

	#home #contents .health .inner02 ul li:nth-child(1) a:hover div,
	#home #contents .health .inner02 ul li:nth-child(2) a:hover div {
		background: url("../img/icon_arrow01.svg") right 10px center / auto 15px no-repeat #fff;
	}

	#home #contents .health .inner02 ul li a div p.title {
		margin: 0;
		font-size: 3.9vw;
		letter-spacing: 2px;
		font-weight: 600;
	}

	#home #contents .health .inner02 ul li a div p.title::after {
		display: none;
	}

	#home #contents .health .inner02 ul li a div p.txt {
		display: none;
	}

	#home #contents .health .inner02 ul li p.sp_txt {
		margin: 10px 0 0;
		display: block;
		font-size: 3.5vw;
		line-height: 1.1;
		letter-spacing: 0;
		font-weight: 500;
	}
}



/*===============================================================

		#home #contents .diary layout

===============================================================*/

#home #contents .diary {
	margin: 0 0 155px;
	position: relative;
	background:#F5F4F0;
	border-radius: 100px 100px 0 0;
}
#home #contents section.diary::after {
	content: '';
	width:366px;
	height:225px;
	display: block;
	background: url(../../img/home/bg04b.png) right bottom / 366px 225px no-repeat;
	position: absolute;
	right: calc(50% - 490px);
	bottom:-49px;
}

#home #contents .diary .inner {
	padding: 0 20px;
    background: url(../../img/home/bg03.png) right 270px top 25px / 133px 156px no-repeat,
								url(../../img/home/bg02.png) left 175px top 10px / 203px 179.5px no-repeat;
}

#home #contents .diary .inner02 {
	padding: 120px 0 75px;
}

#home #contents .diary .inner02 h2 {
	margin: 0 0 30px;
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 4px;
	line-height: 1.0;
}

#home #contents .diary .inner02 h2::before {
	content: "";
	width: 39px;
	height: 45px;
	background: url("../../img/home/icon02.svg") left top / 100% auto no-repeat;
	display: block;
	position: absolute;
	left: 48%;
	top: -55px;
}

#home #contents .diary .inner02 h2 span {
	margin: 0 0 10px;
	display: block;
	color: #348b39;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
}

#home #contents .diary .inner02 h2 + p {
	margin: 0 0 50px;
	text-align: center;
}

#home #contents .diary .inner02 ul {
	margin: 0 0 60px;
	display: flex;
	justify-content: space-between;
}

#home #contents .diary .inner02 ul li {
	width: calc(100% / 4 - 10px);
	max-width: 245px;
}

#home #contents .diary .inner02 ul li a {
	display: block;
}

#home #contents .diary .inner02 ul li a p {
	border-radius: 10px;
	overflow: hidden;
}

#home #contents .diary .inner02 ul li a p img {
	transition: all .3s ease-out;
	max-width: 245px;
  max-height: 163px;
  object-fit: cover;
}

#home #contents .diary .inner02 ul li a:hover p img {
	transform: scale(1.1);
}

#home #contents .diary .inner02 ul li a dl {
	font-size: 14px;
}

#home #contents .diary .inner02 ul li a dl dd.attr {
	margin: 15px 0 10px;
	padding: 3px 10px 5px;
	background-color: #348b39;
	border-radius: 10px;
	display: inline-block;
	color: #fff;
	line-height: 1.0;
}

#home #contents .diary .inner02 ul li a dl dt {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
}

#home #contents .diary .inner02 ul li a:hover dl dt {
	text-decoration: underline;
}

#home #contents .diary .inner02 ul li a dl dd.date {
	margin: 10px 0 0;
	text-align: right;
	color: #348b39;
	font-weight: 500;
}


@media screen and (max-width: 1258px){
	#home #contents section.diary::after {
		right:0;
		bottom:-10%;
	}

	#home #contents .diary .inner {
		padding: 0 20px;
	    background: url(../../img/home/bg03.png) right 10% top 25px / 133px 156px no-repeat,
									url(../../img/home/bg02.png) left 10% top 10px / 203px 179.5px no-repeat #F5F4F0;
		border-radius: 100px 100px 0 0;
	}
}


@media screen and (max-width: 768px){
	#home #contents .diary {
		margin: 0 0 80px;
	}

	#home #contents section.diary::after {
		content: '';
    width: 63vw;
    height: 31vw;
    display: block;
    background: url(../../img/home/bg04b_sp.png) right bottom / 100% auto no-repeat;
    position: absolute;
    left: 17vw;
    bottom: -10vw;
	}
		#home #contents section.diary::before {
			content: '';
	    width: 50vw;
	    height: 36vw;
	    display: block;
	    background: url(../../img/home/bg02_sp.png) right bottom / 100% auto no-repeat;
	    position: absolute;
	    right: 2vw;
	    top: -18vw;
	    z-index: 1;
		}

	#home #contents .diary .inner {
		padding: 0 20px;
	  background: #F5F4F0;;
		border-radius: 100px 100px 0 0;
	}

	#home #contents .diary .inner02 {
		padding: 10vh 0 16vh;
	}

	#home #contents .diary .inner02 h2 {
		margin: 0 0 20px 24vw;
		text-align: left;
		font-size: 5vw;
	}

	#home #contents .diary .inner02 h2::before {
		left: 44%;
	}

	#home #contents .diary .inner02 h2::before {
		content: "";
		width: 10vw;
		height: 7vh;
		background: url("../../img/home/icon02.svg") left top / 100% auto no-repeat;
		display: block;
		position: absolute;
		left: -13vw;
		top: 0;
	}

	#home #contents .diary .inner02 h2 span {
		font-size: 3.5vw;
	}

	#home #contents .diary .inner02 h2 + p {
		margin: 0 0 40px;
		text-align: left;
	}







	#home #contents .diary .inner02 ul {
		margin: 0 0 20px;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}

	#home #contents .diary .inner02 ul li {
		width: 47%;
		max-width: inherit;
		margin: 0 0 20px;
	}

	#home #contents .diary .inner02 ul li a p img {
		width: 100%;
		height: auto;
	}

	#home #contents .diary .inner02 ul li a dl {
		font-size: 3.3vw;
	}

	#home #contents .diary .inner02 ul li a dl dd.attr {
		margin: 10px 0 7px;
	}

	#home #contents .diary .inner02 ul li a dl dt {
		font-size: 3.5vw;
	}
}



/*===============================================================

		#home #contents .about layout

===============================================================*/

#home #contents .about {
	margin: 0 0 300px;
}

#home #contents .about .inner section {
	padding: 110px 0 0;
	position: relative;
}

#home #contents .about .inner .reverse {
	margin: 65px 0 0;
	padding: 50px 0 0;
}

#home #contents .about .inner section::before {
	content: "";
	width: 100%;
	max-width: 715px;
	height: 503px;
	background: url("../../img/home/img13@2x.jpg") left top / cover no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#home #contents .about .inner .reverse::before {
	background: url("../../img/home/img14@2x.jpg") left top / cover no-repeat;
	left: auto;
	right: 0;
	top: 50px;
}

#home #contents .about .inner section .box {
	max-width: 670px;
	margin: 0 0 0 auto;
	padding: 80px 90px 0 85px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 60px 0 0 60px;
	position: relative;
}

#home #contents .about .inner .reverse .box {
	margin: -50px auto 0 0;
	padding: 50px 85px 0 100px;
	border-radius: 0 60px 60px 0;
}

#home #contents .about .inner section .box h2 {
	margin: 0 0 25px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.6;
}

#home #contents .about .inner section .box h2 span {
	margin: 0 0 25px;
	display: block;
	color: #348b39;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.0;
}

#home #contents .about .inner section .box h2 + p {
	margin: 0 0 40px;
	line-height: 2.43;
}

#home #contents .about .inner section .box p.btn_01 {
	margin: 0;
}


@media screen and (max-width: 1200px){
	#home #contents .about .inner section {
		padding: 110px 0 0 20px;
		position: relative;
	}

	#home #contents .about .inner section .box {
		margin: 300px 0 0 auto;
		padding: 40px 45px;
		background-color: rgba(255,255,255,0.9);
		border-radius: 60px 0 0 60px;
		position: relative;
	}

	#home #contents .about .inner .reverse .box {
		margin: 400px auto 0 0;
		padding: 40px 45px;
	}
}


@media screen and (max-width: 768px){
	#home #contents .about {
		margin: 0;
	}

	#home #contents .about .inner {
		padding: 0;
	}

	#home #contents .about .inner section {
		margin: 0 0 80px;
		padding: 24vh 0 0 20px;
		background: url("../../img/home/sp/img13@2x.jpg") left top / 90% auto no-repeat;
	}

	#home #contents .about .inner .reverse {
		margin: 0 0 80px;
		padding: 28vh 20px 0 0;
		background: url("../../img/home/sp/img14@2x.jpg") right top / 90% auto no-repeat;
	}

	#home #contents .about .inner section::before,
	#home #contents .about .inner .reverse::before {
		display: none;
	}

	#home #contents .about .inner section .box {
		width: auto;
		padding: 7vh 8vw 0 7vw;
		border-radius: 50px 0 0 50px;
		margin:0 0 0 auto;
	}

	#home #contents .about .inner .reverse .box {
		margin: 0 auto 0 0;
		padding: 7vh 7vw 0 9vw;
		border-radius: 0 50px 50px 0;
	}

	#home #contents .about .inner section .box h2 {
		margin: 0 0 15px;
		font-size: 5.5vw;
		font-weight: 500;
		line-height: 1.6;
	}

	#home #contents .about .inner section .box h2 span {
		margin: 0 0 10px;
		display: block;
		color: #348b39;
		font-size: 3.5vw;
		font-weight: 400;
		line-height: 1.0;
	}

	#home #contents .about .inner section .box h2 + p {
		margin: 0 0 40px;
		line-height: 1.8;
	}

	#home #contents .about .inner section .box p.btn_01 {
		width: 92%;
		margin: 0 auto;
	}
}



/*===============================================================

		#home #contents .achievement layout

===============================================================*/

#home #contents .achievement .inner {
	position: relative;
}

#home #contents .achievement .inner::before {
	content: "";
	width: 50%;
	height: 100%;
	background: url("../../img/home/img15@2x.jpg") left top / cover no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

#home #contents .achievement .inner .box {
	width: 50%;
	max-width: 620px;
	margin: 0 0 0 auto;
	padding: 60px;
	background-color: #EEE9E3;
}

#home #contents .achievement .inner .box h2 {
	margin: 0 0 30px 50px;
	padding: 5px 0 0;
	position: relative;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 2px;
}

#home #contents .achievement .inner .box h2::before {
	content: "";
	width: 44px;
	height: 57px;
	background: url("../../img/home/icon01.svg") left top / 100% auto no-repeat;
	display: block;
	position: absolute;
	left: -60px;
	top: 0;
}

#home #contents .achievement .inner .box h2 span {
	margin: 0 0 10px;
	display: block;
	color: #348b39;
	font-size: 16px;
	font-weight: 400;
}

#home #contents .achievement .inner .box h2 + p {
	margin: 0 0 30px;
	line-height: 2.0;
}

#home #contents .achievement .inner .box p.btn_01 {
	margin: 0;
}


@media screen and (max-width: 1200px){
	#home #contents .achievement .inner .box {
		padding: 40px;
	}
}


@media screen and (max-width: 1050px){
	#home #contents .achievement .inner .box .btn_01 {
		width: 100%;
	}

	#home #contents .achievement .inner .box .btn_01 a {
		padding: 20px 0;
		background: url("../img/icon_arrow01.svg") right 20px center / auto 20px no-repeat #fff;
		font-size: 2.0vw;
	}

	#home #contents .achievement .inner .box .btn_01 a:hover {
		background: url("../img/icon_arrow02.svg") right 10px center / auto 20px no-repeat #348b39;
	}
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, {

	}
}


@media screen and (max-width: 768px){
	#home #contents .achievement .inner {
		padding: calc(100%*354/749) 0 0;
		background: url("../../img/home/sp/img15@2x.jpg") left top / 100% auto no-repeat;
	}

	#home #contents .achievement .inner::before {
		display: none;
	}

	#home #contents .achievement .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 0 auto;
		padding: 40px 20px;
		background-color: #EEE9E3;
	}

	#home #contents .achievement .inner .box h2 {
		margin: 0 0 20px 42%;
		font-size: 5vw;
	}

	#home #contents .achievement .inner .box span {
		font-size: 3.5vw;
	}

	#home #contents .achievement .inner .box h2 + p {
		text-align: left;
	}

	#home #contents .achievement .inner .box .btn_01 {
		width: 80%;
	}

	#home #contents .achievement .inner .box .btn_01 a {
		background: url("../img/icon_arrow01.svg") right 30px center / auto 15px no-repeat #fff;
		font-size: 4.5vw;
	}

	#home #contents .achievement .inner .box .btn_01 a:hover {
		background: url("../img/icon_arrow02.svg") right 20px center / auto 15px no-repeat #348b39;
	}

	#home #contents .achievement .inner .box p.btn_01 {
		margin: 0 auto;
	}
}





/*====================================================================================

		#release.release layout

====================================================================================*/

/*===============================================================

		.release basic layout

===============================================================*/

.release {
	background-color: #EEE9E3;
}

.release #contents {
	padding: 100px 20px 125px;
}

.release #contents .inner {
	max-width: 1000px;
	padding: 50px 90px 60px;
	border-radius: 60px;
	background-color: #fff;
}
.release #contents .inner article p {
	margin: 0 0 50px;
	line-height: 2.0;
}
.release #contents .inner article p img{
	border-radius: 15px;
}
.release #contents .inner article em,
.news #contents .inner .large em {
	font-style: italic;
	font-weight: normal;
}
.release #contents .inner article a,
.news #contents .inner .large a {
	color:#348B39;
	text-decoration:underline;
}
.release #contents .inner article ol,
.release #contents .inner article ul,
.news #contents .inner .large ol,
.news #contents .inner .large ul {
	margin:0 0 40px;
}
.release #contents .inner article ol li,
.release #contents .inner article ul li,
.news #contents .inner .large ol li,
.news #contents .inner .large ul li {
	list-style:auto;
	list-style: auto;
  padding: 0 0 0 1em;
  text-indent: -1em;
  margin: 0 0 10px 1.2em;
}
.release #contents .inner article a:hover,
.news #contents .inner .large a:hover {
	text-decoration:none;
}
.release #contents .inner article blockquote,
.news #contents .inner .large blockquote {
	background:#CCCCCC;
	padding:20px;
	margin:0 0 50px;
}
.release #contents .inner article blockquote p,
#news-detail #contents article .inner .large blockquote p{
	margin:0;
}

.release #contents .inner article .person {
	padding: 35px 65px 50px 0;
	background-color: #fff;
	border-radius: 0 60px 0 60px;
	display: flex;
	margin:0 0 50px;
}

.release #contents .inner article .person.mb100 {
	margin: 0 0 100px;
}

.release #contents .inner article .person .img {
	width: 140px;
	margin: 0 20px 0 0;
	flex-shrink: 0;
}

.release #contents .inner article .person .img p:first-of-type {
	width: 100px;
	margin: 0 0 5px 28px;
}

.release #contents .inner article .person .img p:last-of-type {
	padding: 10px 10px 10px 30px;
	background-color: #348B39;
	border-radius: 0 20px 20px 0;
	color: #fff;
	font-size: 15px;
	line-height: 1.0;
  margin:0;
}

.release #contents .inner article .person dl dt {
	margin: 0 0 20px;
	color: #348B39;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}
.release #contents .inner article .person dl dd {
	line-height: 1.8;
}


.release #contents .inner article middle {
	margin: 0 0 60px;
}

.release #contents .inner article h4 {
	margin: 0 0 20px;
	padding: 15px 45px 15px 30px;
	background-color: #348B39;
	border-radius: 0 30px 30px 0;
	display: inline-block;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.0;
}

.release #contents .inner article dl.annotation {
	margin: 20px 0 0;
	padding: 30px 50px;
	background-color: #fff;
	border-radius: 20px;
	margin:0 0 50px;
}

.release #contents .inner article dl.annotation dt {
	margin: 0 0 20px;
	color: #348B39;
	font-weight: 500;
	line-height: 1.0;
}

.release #contents .inner article dl.annotation dd {
	font-size: 14px;
	line-height: 2.0;
}

.release #contents .inner article ul.img_02 {
	margin: 0 0 60px;
	display: flex;
	justify-content: space-between;
}

.release #contents .inner article ul.img_02 li {
	width: 48%;
}

.release #contents .inner article ul.img_02 li img {
	border-radius: 15px;
}

.release #contents .inner article h5 {
	margin: 0 0 30px;
	position: relative;
	color: #348B39;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.0;
}

.release #contents .inner article h5::after {
	content: "";
	width: 150px;
	border-bottom: dotted 3px #348B39;
	position: absolute;
	left: 0;
	bottom: -15px;
}



@media screen and (max-width: 1000px){
	.release #contents .inner {
		padding: 50px;
	}
}

@media screen and (max-width: 768px){
	.release #contents {
		padding: 0 20px 80px;
	}

	.release #contents .inner {
		max-width: inherit;
		padding: 10px 25px 20px;
		border-radius: 30px;
	}
}



/*===============================================================

		.release .main_img layout

===============================================================*/

.release .main_img.lower {
	background: url("../../img/release/main_img@2x.jpg") left top / cover no-repeat;
}


@media screen and (max-width: 768px){
	.release .main_img.lower {
		background: url("../../img/release/main_img@2x.jpg") left 20% top / cover no-repeat;
	}
}



/*===============================================================

		#release #contents .releas_list layout

===============================================================*/

#release #contents .releas_list .inner ul.list {
	margin: 0 0 40px;
}

#release #contents .releas_list .inner ul.list li {
	padding: 30px 0;
	border-bottom: dotted 1px #348b39;
	display: flex;
	align-items: flex-start;
	line-height: 1.0;
}

#release #contents .releas_list .inner ul.list li p.date {
	min-width: 80px;
	margin: 0 5px 0 0;
	color: #348b39;
	font-size: 14px;
	flex-shrink: 0;
}

#release #contents .releas_list .inner ul.list li p.attr {
	min-width: 105px;
}
#release #contents .releas_list .inner ul.list li p.attr span{
	min-width: 75px;
	margin: -2px 0 0 0;
	padding: 3px 10px 5px;
	background-color: #348b39;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	flex-shrink: 0;

}

#release #contents .releas_list .inner ul.list li p.title {
	margin: -2px 0 0;
	font-size: 15px;
	line-height: 1.3;
}

#release #contents .releas_list .inner ul.list li p.title a:hover {
	text-decoration: underline;
	/*text-decoration-color: #348b39;*/
}


#release #contents .releas_list .inner ul.pagination {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

#release #contents .releas_list .inner ul.pagination li {
	margin: 0 5px;
}
#release #contents .releas_list .inner ul.pagination li.previouspostslink {
	order: -1;
}
#release #contents .releas_list .inner ul.pagination li.nextpostslink {
	order: 8;
}

#release #contents .releas_list .inner ul.pagination li.prev a {
	margin: 0 5px 0 0;
}

#release #contents .releas_list .inner ul.pagination li.next a {
	margin: 0 0 0 5px;
}

#release #contents .releas_list .inner ul.pagination li a {
	padding: 5px 10px 7px;
	background-color: #fff;
	border-radius: 20px;
	display: block;
	font-size: 13px;
	line-height: 1.0;
}

#release #contents .releas_list .inner ul.pagination li a:hover,
#release #contents .releas_list .inner ul.pagination li.current a {
	background-color: #348b39;
	color: #fff;
}
#release #contents .releas_list .inner ul.pagination li.current span{
		background-color: #348b39;
		color: #fff;
		border-radius: 20px;
		display: block;
		font-size: 13px;
		line-height: 1.0;
		padding: 5px 10px 7px;
}
#release #contents .releas_list .inner ul.pagination li.prev a,
#release #contents .releas_list .inner ul.pagination li.next a {
	margin: 2px 0 0;
	font-size: 15px;
}


@media screen and (max-width: 768px){
	#release #contents .releas_list .inner ul.list {
		margin: 0 0 20px;
	}

	#release #contents .releas_list .inner ul.list li {
		padding: 20px 0;
		flex-flow: row wrap;
	}

	#release #contents .releas_list .inner ul.list li p.date {
		margin: 0 10px 15px 0;
		font-size: 3.14vw;
	}

	#release #contents .releas_list .inner ul.list li p.attr {
		margin: -2px 0 15px 0;
		font-size: 3.14vw;
	}

	#release #contents .releas_list .inner ul.list li p.title {
		margin: 0;
		font-size: 3.4vw;
		width:100%;
	}


	#release #contents .releas_list .inner ul.pagination li {
		margin: 0 1vw;
	}

	#release #contents .releas_list .inner ul.pagination li.prev a {
		margin: 0 1vw 0 0;
	}

	#release #contents .releas_list .inner ul.pagination li.next a {
		margin: 0 0 0 1vw;
	}

	#release #contents .releas_list .inner ul.pagination li a {
		padding: 5px 9px 7px;
		font-size: 2.8vw;
	}

	#release #contents .releas_list .inner ul.pagination li.prev a,
	#release #contents .releas_list .inner ul.pagination li.next a {
		font-size: 3.1vw;
	}
}



/*===============================================================

		#release_detail #contents article layout

===============================================================*/

#release_detail #contents .inner article {
	margin: 0 0 20px;
	padding: 0 0 60px;
	border-bottom: solid 1px #348b39;
}

#release_detail #contents .inner article h3 {
	margin: 0 0 20px;
	color: #348b39;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.3;
}

#release_detail #contents .inner article ul.list {
	margin: 0 0 40px;
	display: flex;
	align-items: center;
}

#release_detail #contents .inner article ul.list li {
	line-height: 1.0;
	list-style:none;
    text-indent: 0;
    padding: 0;
}

#release_detail #contents .inner article ul.list li.date {
	min-width: 80px;
	margin: 0 5px 0 0;
	color: #348b39;
	font-size: 14px;
	flex-shrink: 0;
}

#release_detail #contents .inner article ul.list li.attr {
	min-width: 75px;
	margin: -2px 30px 0 0;
	padding: 3px 10px 5px;
	background-color: #348b39;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	flex-shrink: 0;
}

#release_detail #contents .inner article p.img {
	margin: 0 0 40px;
}

#release_detail #contents .inner article p.img img {
	max-width: 100%;
}

#release_detail #contents .inner article p.txt {
	line-height: 2.12;
}


#release_detail #contents .releas_list .inner ul.pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#release_detail #contents .releas_list .inner ul.pagination li a {
	color: #348b39;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.0;
}

#release_detail #contents .releas_list .inner ul.pagination li.back a {
	width: 200px;
	padding: 15px 10px 15px 0;
	background: url("../img/icon_arrow01.svg") right 15px center / auto 15px no-repeat #fff;
	border: solid 1px #99c59c;
	border-radius: 60px;
	text-align: center;
	display: block;
}

#release_detail #contents .releas_list .inner ul.pagination li.back a:hover {
	background: url("../img/icon_arrow02.svg") right 10px center / auto 15px no-repeat #348b39;
	color: #fff;
}
/*
#release_detail #contents .releas_list .inner ul.pagination li.prev a:hover,
#release_detail #contents .releas_list .inner ul.pagination li.next a:hover {
	text-decoration: underline;
	text-decoration-color: #348b39;
}
*/
#release_detail #contents .releas_list .inner ul.pagination li.prev a i {
	margin: 0 10px 0 0;
	transition: all .3s;
}

#release_detail #contents .releas_list .inner ul.pagination li.next a i {
	margin: 0 0 0 10px;
	transition: all .3s;
}

#release_detail #contents .releas_list .inner ul.pagination li.prev a:hover i {
	transform: translateX(-5px);
}

#release_detail #contents .releas_list .inner ul.pagination li.next a:hover i {
	transform: translateX(5px);
}


@media screen and (max-width: 768px){
	#release_detail #contents .inner {
		padding: 20px;
	}

	#release_detail #contents .inner article {
		padding: 0 0 30px;
	}

	#release_detail #contents .inner article h3 {
		margin: 0 0 20px;
		color: #348b39;
		font-size: 5vw;
		font-weight: 500;
		line-height: 1.3;
	}

	#release_detail #contents .inner article ul.list {
		margin: 0 0 20px;
		flex-flow: row wrap;
	}

	#release_detail #contents .inner article ul.list li.date {
		margin: 0 10px 0 0;
		font-size: 3.14vw;
	}

	#release_detail #contents .inner article ul.list li.attr {
		margin: -2px 0 0 0;
		font-size: 3.14vw;
	}

	#release_detail #contents .inner article p.img {
		margin: 0 0 20px;
	}

	#release_detail #contents .inner article p.img img {
		max-width: 100%;
		height: auto;
	}

	#release_detail #contents .inner article p.txt {
		line-height: 2.0;
	}


	#release_detail #contents .releas_list .inner ul.pagination {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#release_detail #contents .releas_list .inner ul.pagination li a {
		font-size: 3.2vw;
		letter-spacing: 0;
	}

	#release_detail #contents .releas_list .inner ul.pagination li.back a {
		width: auto;
		padding: 10px 6vw 10px 4vw;
		background: url("../img/icon_arrow01.svg") right 10px center / auto 12px no-repeat #fff;
	}

	#release_detail #contents .releas_list .inner ul.pagination li.back a:hover {
		background: url("../img/icon_arrow02.svg") right 10px center / auto 12px no-repeat #348b39;
	}

	#release_detail #contents .releas_list .inner ul.pagination li.prev a i {
		margin: 0 5px 0 0;
	}

	#release_detail #contents .releas_list .inner ul.pagination li.next a i {
		margin: 0 0 0 5px;
	}
}




/*====================================================================================

		#result layout

====================================================================================*/

/*===============================================================

		#result basic layout

===============================================================*/

#result {
	background-color: #EEE9E3;
}

#result #contents {

}

#result #contents .inner {
	max-width: 1040px;
}

@media screen and (max-width: 1000px){
	#result #contents .inner {
		padding: 50px;
	}
}

@media screen and (max-width: 768px){
	#result #contents {

	}

	#result #contents .inner {
		max-width: inherit;
	}
}



/*===============================================================

		#result .main_img layout

===============================================================*/

#result .main_img.lower {
	background: url("../../img/result/main_img@2x.jpg") left top / cover no-repeat;
}


@media screen and (max-width: 768px){
	#result .main_img.lower {
		background: url("../../img/result/main_img@2x.jpg") left 20% top / cover no-repeat;
	}
}



/*===============================================================

		#result #contents .p_nav layout

===============================================================*/

#result #contents .p_nav {
	padding: 0 20px;
}

#result #contents .p_nav ul {
	max-width: 1040px;
	margin: 65px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#result #contents .p_nav ul li {
	width: calc(100% / 4 - 10px);
	max-width: 250px;
	margin: 0 0 15px;
}

#result #contents .p_nav ul li a {
	padding: 20px 10px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 1.0;
}

#result #contents .p_nav ul li a:hover {
	background-color: #348b39;
	color: #fff;
}


@media screen and (max-width: 768px){
	#result #contents .p_nav ul {
		max-width: inherit;
		margin: 0 auto 50px;
		position: relative;
	}

	#result #contents .p_nav ul::after {
		content: "";
		width: calc(100% / 3 - 5px);
		height: 1px;
		display: block;
		position: relative;
	}

	#result #contents .p_nav ul li {
		width: calc(100% / 3 - 5px);
		max-width: 250px;
		margin: 0 0 10px;
	}

	#result #contents .p_nav ul li a {
		padding: 15px 5px;
		font-size: 4vw;
	}
}



/*===============================================================

		#result #contents .detail layout

===============================================================*/

#result #contents .detail {
	padding: 80px 20px 200px;
	background-color: #fff;
}

#result #contents .detail .inner {
	max-width: 950px;
	margin: 0 auto;
}

#result #contents .detail .inner section {
	margin: 0 0 90px;
}
#result #contents .detail .inner section:first-of-type{
	display: none;
}
#result #contents .detail .inner section:last-of-type {
	margin: 0;
}

#result #contents .detail .inner section h3 {
	margin: 0 0 35px;
	padding: 0 0 25px;
	background: url("../img/border.png") left bottom / auto 12px repeat-x;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

#result #contents .detail .inner section dl {
	margin: 0 10px 45px 25px;
	line-height: 1.0;
}

#result #contents .detail .inner section dl:last-of-type {
	margin: 0 10px 0 25px;
}

#result #contents .detail .inner section dl dt {
	margin: 0 0 25px;
	padding: 10px 40px 12px;
	background-color: #348b39;
	border-radius: 20px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: 3px;
}

#result #contents .detail .inner section dl dd {
	margin: 0 0 25px 3px;
	display: flex;
}

#result #contents .detail .inner section dl dd:last-of-type {
	margin: 0 0 0 3px;
}

#result #contents .detail .inner section dl dd p.year {
	width: 50px;
	flex-shrink: 0;
	color: #348b39;
	letter-spacing: 2px;
}

#result #contents .detail .inner section dl dd p.txt {
	font-size: 18px;
	line-height:1.5;
}

#result #contents .detail .inner section dl dd p.txt span {
	margin: 5px 0 0 0.6rem;
	display: inline-block;
	font-size: 13px;
}


@media screen and (max-width: 768px){
	#result #contents .detail {
		padding: 60px 20px 80px;
	}

	#result #contents .detail .inner {
		max-width: inherit;
		padding: 0;
	}

	#result #contents .detail .inner section {
		margin: -60px 0 50px;
		padding: 60px 0 0;
	}

	#result #contents .detail .inner section:last-of-type {
		margin: -60px 0 0;
	}

	#result #contents .detail .inner section h3 {
		margin: 0 0 25px;
		padding: 0 0 20px;
		background: url("../img/border.png") left bottom / auto 8px repeat-x;
		font-size: 5vw;
	}

	#result #contents .detail .inner section dl {
		margin: 0 5px 35px 5px;
	}

	#result #contents .detail .inner section dl:last-of-type {
		margin: 0 5px 0 5px;
	}

	#result #contents .detail .inner section dl dt {
		margin: 0 0 20px;
		padding: 8px 30px 10px;
		font-size: 4vw;
	}

	#result #contents .detail .inner section dl dd {
		margin: 0 0 20px 3px;
		display: flex;
		line-height: 1.3;
	}

	#result #contents .detail .inner section dl dd:last-of-type {
		margin: 0 0 0 3px;
	}

	#result #contents .detail .inner section dl dd p.year {
		width: 50px;
		flex-shrink: 0;
		color: #348b39;
		font-size: 3.5vw;
		letter-spacing: 2px;
	}

	#result #contents .detail .inner section dl dd p.txt {
		font-size: 3.9vw;
	}

	#result #contents .detail .inner section dl dd p.txt span {
		margin: 5px 0 0 0;
		font-size: 3vw;
	}
}




/*====================================================================================

		#beauty layout

====================================================================================*/

/*===============================================================

		#beauty .main_img layout

===============================================================*/

#beauty .main_img.lower {
	background: url("../../img/beauty/main_img@2x.jpg") left top / cover no-repeat;
}

#beauty .main_img.lower h2 {

}


@media screen and (max-width: 768px){
	#beauty .main_img.lower {
		background: url("../../img/beauty/main_img@2x.jpg") left 20% top / cover no-repeat;
	}

	#beauty .main_img.lower h2 {

	}
}



/*===============================================================

		#beauty #contents .group_link layout

===============================================================*/

#beauty #contents {

}

#beauty #contents .group_link {
	min-height: 80vh;
	padding: 70px 0 140px;
	background-color: transparent;
	position: relative;
}

#beauty #contents .group_link::after {
	content: "";
	width: 100%;
	height: calc(100% - 340px);
	background-color: #EEE9E3;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

#beauty #contents .group_link .inner h3 {
	margin: 0 0 90px;
	text-align: center;
	color: #348b39;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.0;
}

#beauty #contents .group_link .inner h3 span {
	padding: 0 10px 20px;
	background: url("../img/border.png") left bottom / auto 12px repeat-x;
	display: inline-block;
}

#beauty #contents .group_link .inner ul li a {
	height: 270px;
	border-radius: 30px 0 30px 0;
}

#beauty #contents .group_link .inner ul li:nth-child(1) a::before {
	background: url("../../img/beauty/img01@2x.jpg") center top / cover no-repeat;
}

#beauty #contents .group_link .inner ul li:nth-child(2) a::before {
	background: url("../../img/beauty/img02@2x.jpg") center top / cover no-repeat;
}

#beauty #contents .group_link .inner ul li:nth-child(3) a::before {
	background: url("../../img/beauty/img03@2x.jpg") center top / cover no-repeat;
}

#beauty #contents .group_link .inner ul li:nth-child(4) a::before {
	background: url("../../img/beauty/img04@2x.jpg") center top / cover no-repeat;
}

#beauty #contents .group_link .inner ul li a div {
	font-size: 15px;
}

#beauty #contents .group_link .inner ul li a div p.title {
	margin: 0 0 20px;
	position: relative;
	font-size: 20px;
	letter-spacing: 2px;
}

#beauty #contents .group_link .inner ul li a div p.title::after {
	content: "";
	width: 48px;
	height: 2px;
	background-color: #348b39;
	display: block;
	position: absolute;
	left: 0;
	bottom: -12px;
}

#beauty #contents .group_link .inner ul li a div p.txt {
	line-height: 1.1;
}


@media screen and (max-width: 768px){
	#beauty #contents .group_link {
		min-height: inherit;
		padding: 0 0 80px;
	}

	#beauty #contents .group_link::after {
		height: 60%;
	}

	#beauty #contents .group_link .inner h3 {
		margin: 0 0 40px;
		font-size: 4.2vw;
		line-height: 1.3;
	}

	#beauty #contents .group_link .inner h3 span {
		padding: 0 10px 15px;
		background: url("../img/border.png") left bottom / auto 8px repeat-x;
	}

	#beauty #contents .group_link .inner ul {
		padding: 0;
	}

	#beauty #contents .group_link .inner ul li a {
		height: auto;
		border-radius: 20px 0 20px 0;
	}

	#beauty #contents .group_link .inner ul li:nth-child(1) a {
		background: url("../../img/beauty/img01@2x.jpg") left top / cover no-repeat;
	}

	#beauty #contents .group_link .inner ul li:nth-child(2) a {
		background: url("../../img/beauty/img02@2x.jpg") left top / cover auto no-repeat;
	}

	#beauty #contents .group_link .inner ul li:nth-child(3) a {
		background: url("../../img/beauty/img03@2x.jpg") left top / cover auto no-repeat;
	}

	#beauty #contents .group_link .inner ul li a div {
		font-size: 3.5vw;
	}

	#beauty #contents .group_link .inner ul li a div p.title {
		margin: 0 0 5px;
		font-size: 3.9vw;
		font-weight:600;
	}

	#beauty #contents .group_link .inner ul li a div p.title::after {
		display: none;
	}
}



/*===============================================================

		.beauty #contents .what layout

===============================================================*/

.beauty #contents .what {
	margin: 70px 0 120px;
	padding: 0 20px;
}

.beauty #contents .what .inner {
	max-width: 846px;
}

.beauty #contents .what .inner h3 {
	width: 340px;
	margin: 0 auto;
	padding: 25px 0;
	background-color: #fff;
	border: solid 2px #348b39;
	border-radius: 40px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #348b39;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

.beauty #contents .what .inner h3 span {
	padding: 0 20px;
	background-color: #fff;
	display: block;
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translateX(-50%);
	font-size: 17px;
	font-weight: 500;
}

.beauty #contents .what .inner dl {
	margin: -40px 0 0;
	padding: 70px 20px 50px;
	background-color: #ECF3EB;
	border-radius: 60px 0 60px 0;
	position: relative;
	z-index: 1;
	text-align: center;
}

.beauty #contents .what .inner dl::after {
	content: "";
	width: 212px;
	height: 220px;
	background: url("../../img/beauty/paulownia/img01@2x.png") left top / 100% auto no-repeat;
	display: block;
	position: absolute;
	right: -80px;
	bottom: -33px;
}

.beauty #contents .what .inner dl dt {
	margin: 0 0 40px;
	position: relative;
	color: #348b39;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

.beauty #contents .what .inner dl dt::after {
	content: "";
	width: 120px;
	height: 2px;
	background-color: #348b39;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}

.beauty #contents .what .inner dl dd {
	font-size: 18px;
	line-height: 2.0;
}


@media screen and (max-width: 1200px){
	.beauty #contents .what .inner dl::after {
		content: "";
		width: 10vw;
		height: 220px;
		background: url("../../img/beauty/paulownia/img01@2x.png") right bottom / 100% auto no-repeat;
		display: block;
		position: absolute;
		right: -1vw;
		bottom: -33px;
	}
}


@media screen and (max-width: 1000px){
	.beauty #contents .what .inner dl dd {
		text-align: left;
	}
}


@media screen and (max-width: 768px){
	.beauty #contents .what {
		margin: 40px 0 80px;
	}

	.beauty #contents .what .inner {
		max-width: inherit;
	}

	.beauty #contents .what .inner h3 {
		width: auto;
		margin: 0 15%;
		padding: 15px 0;
		font-size: 5vw;
	}

	.beauty #contents .what .inner h3 span {
		padding: 0 10px;
		font-size: 3.4vw;
	}

	.beauty #contents .what .inner dl {
		margin: -30px 0 0;
		padding: 50px 6vw 5vh;
		border-radius: 30px 0 30px 0;
		position: relative;
		z-index: 1;
		text-align: center;
	}

	.beauty #contents .what .inner dl::after {
		width: 35%;
		height: 12vh;
		background: url("../../img/beauty/paulownia/sp/img01@2x.png") left top / 100% auto no-repeat;
		right: -10px;
		bottom: -7vh;
	}

	.beauty #contents .what .inner dl dt {
		margin: 0 0 30px;
		font-size: 4.5vw;
	}

	.beauty #contents .what .inner dl dt::after {
		width: 30%;
		bottom: -15px;
	}

	.beauty #contents .what .inner dl dd {
		font-size: 4vw;
		line-height: 1.4;
	}
}



/*===============================================================

		.beauty #contents .about layout

===============================================================*/

.beauty #contents .about .inner h3 {
	margin: 0 0 60px;
	padding: 0 0 40px 100px;
	background: url("../img/border.png") left bottom / auto 12px repeat-x;
	position: relative;
	color: #348b39;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

.beauty #contents .about .inner h3::before {
	content: "";
	position: absolute;
	left: 0;
}

.beauty #contents .about .inner h3 + p {
	font-size: 18px;
	line-height: 2.0;
}


@media screen and (max-width: 768px){
	.beauty #contents .about {
		padding: 0 20px;
	}

	.beauty #contents .about .inner h3 {
		margin: 0 0 30px;
		padding: 0 2em 25px 70px;
		background: url("../img/border.png") left bottom / auto 8px repeat-x;
		display: inline-block;
		font-size: 4.5vw;
	}

	.beauty #contents .about .inner h3::before {
		width: 54px;
		height: 40px;
		background: url("../img/num01.svg") left top / 100% auto no-repeat;
		top: -10px;
	}

	.beauty #contents .about .inner h3 + p {
		font-size: 3.9vw;
		line-height: 1.8;
	}
}



/*===============================================================

		.beauty #contents .about_01 layout

===============================================================*/

.beauty #contents .about_01 {
	margin: 0 0 80px;
}

.beauty #contents .about_01 .inner {
	max-width: 1260px;
	padding: 0 0 0 20px;
	display: flex;
	justify-content: space-between;
}

.beauty #contents .about_01 .inner h3::before {
	width: 74px;
	height: 55px;
	background: url("../img/num01.svg") left top / 100% auto no-repeat;
	top: -15px;
}

.beauty #contents .about_01 .inner .box {
	width: 45%;
	max-width: 540px;
	margin: 0 2vw 0 60px;
}

.beauty #contents .about_01 .inner .box h3 + p {
	padding: 0 15px;
}

.beauty #contents .about_01 .inner p.img {
	width: 522px;
}

.beauty #contents .about_01 .inner p.img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 1100px){
	.beauty #contents .about_01 .inner {
		flex-flow: row wrap;
	}

	.beauty #contents .about_01 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	.beauty #contents .about_01 .inner .box h3 {
		margin: 0 0 40px;
	}

	.beauty #contents .about_01 .inner p.img {
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	.beauty #contents .about_01 {
		padding: 0 0 calc(100%*867/1426);
		background: url("../../img/beauty/paulownia/sp/img02@2x.jpg") right bottom / 96% auto no-repeat;
	}

	.beauty #contents .about_01 .inner {
		padding: 0 20px;
		background: none;
	}

	.beauty #contents .about_01 .inner h3::before {
		width: 54px;
		height: 40px;
		background: url("../img/num01.svg") left top / 100% auto no-repeat;
		top: -10px;
	}

	.beauty #contents .about_01 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
	}

	.beauty #contents .about_01 .inner .box h3 + p {
		padding: 0;
	}

	.beauty #contents .about_01 .inner p.img {
		display: none;
	}
}



/*===============================================================

		.beauty #contents .about_02 layout

===============================================================*/

.beauty #contents .about_02 {
	padding: 80px 0 0;
	background-color: #F5F4F0;
	position: relative;
}

.beauty #contents .about_02::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*322/1240);
	background: url("../../img/beauty/paulownia/img04@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}

.beauty #contents .about_02 .wrapper {
	padding: 0 20px;
}

.beauty #contents .about_02 .inner {
	padding: 0 20px 80px;
	display: flex;
}

.beauty #contents .about_02 .inner h3 {
	margin: 0 0 40px;
}

.beauty #contents .about_02 .inner h3::before {
	width: 79px;
	height: 55px;
	background: url("../img/num02.svg") left top / 100% auto no-repeat;
	top: -15px;
}

.beauty #contents .about_02 .inner .box {
	width: 65%;
	max-width: 680px;
	margin: 0 60px 0 60px;
}

.beauty #contents .about_02 .inner .box h3 {
	max-width: 540px;
}

.beauty #contents .about_02 .inner .box h3 + p {
	padding: 0 15px;
}

.beauty #contents .about_02 .inner p.img {
	width: 338px;
	text-align: right;
	font-size: 13px;
}

.beauty #contents .about_02 .inner p.img img {
	width: 100%;
	max-width: 338px;
	height: auto;
	margin: 0 0 10px;
}


@media screen and (max-width: 1200px){
	.beauty #contents .about_02 .inner .box {
		margin: 0 4vw 0 60px;
	}
}


@media screen and (max-width: 1100px){
	.beauty #contents .about_02 .inner {
		padding: 0 20px 60px;
		flex-flow: row wrap;
	}

	.beauty #contents .about_02 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	.beauty #contents .about_02 .inner .box h3 {
		margin: 0 0 40px;
	}

	.beauty #contents .about_02 .inner p.img {
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	.beauty #contents .about_02 {
		padding: 60px 0 0;
	}

	.beauty #contents .about_02::after {
		padding-bottom: calc(100%*398/750);
		background: url("../../img/beauty/paulownia/sp/img04@2x.jpg") center bottom / 100% auto no-repeat;
	}

	.beauty #contents .about_02 .wrapper {

	}

	.beauty #contents .about_02 .inner {
		padding: 0 0 30px;
		display: block;
	}

	.beauty #contents .about_02 .inner h3::before {
		width: 57px;
		height: 40px;
		background: url("../img/num02.svg") left top / 100% auto no-repeat;
		top: -10px;
	}

	.beauty #contents .about_02 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
		padding: 0 20px;
	}

	.beauty #contents .about_02 .inner .box h3 + p {
		padding: 0;
	}

	.beauty #contents .about_02 .inner p.img {
		width: auto;
		max-width: inherit;
		text-align: center;
		font-size: 3vw;
	}

	.beauty #contents .about_02 .inner p.img img {
		max-width: 80%;
	}

	.beauty #contents .about_02 .inner p.img span {
		display: block;
		text-align: right;
	}
}



/*===============================================================

		.beauty #contents .about_03 layout

===============================================================*/

.beauty #contents .about_03 {
	padding: 180px 0 170px;
}

.beauty #contents .about_03 h3 {
	margin: 0 0 60px;
	background: url("../img/border.png") left top 60% / auto 12px repeat-x;
	position: relative;
	text-align: center;
	color: #348b39;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

.beauty #contents .about_03 h3::before {
	content: "";
	width: 78px;
	height: 55px;
	background: url("../img/num03.svg") left top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% - 39px);
	top: -70px;
}

.beauty #contents .about_03 h3 span {
	padding: 0 30px;
	background-color: #fff;
	display: inline-block;
}

.beauty #contents .about_03 h3 br {
	display: none;
}

.beauty #contents .about_03 .inner {
	max-width: 1100px;
	padding: 0 20px;
}

.beauty #contents .about_03 .inner .box {
	margin: 0 0 50px;
	display: flex;
	justify-content: space-between;
}

.beauty #contents .about_03 .inner .box p.txt {
	width: 67%;
	max-width: 680px;
	font-size: 18px;
	line-height: 2.0;
}

.beauty #contents .about_03 .inner .box p.img {
	width: 30%;
	max-width: 300px;
	text-align: center;
}

.beauty #contents .about_03 .inner .box p.img img {
	width: 100%;
	max-width: 262px;
}

.beauty #contents .about_03 .inner img {
	max-width: 100%;
	height: auto;
}

.beauty #contents .about_03 .inner .box p.img span {
	margin: 10px 0 0;
	display: inline-block;
	color: #348b39;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

.beauty #contents .about_03 .inner dl.example {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px;
	background-color: #ECF3EB;
	border-radius: 60px 0 60px 0;
	text-align: center;
}

.beauty #contents .about_03 .inner dl.example dt {
	margin: 0 0 40px;
	background: url("../img/border.png") left top 60% / auto 12px repeat-x;
	position: relative;
	text-align: center;
	color: #348b39;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

.beauty #contents .about_03 .inner dl.example dt span {
	padding: 0 30px;
	background-color: #ECF3EB;
	display: inline-block;
}


@media screen and (max-width: 1100px){
	.beauty #contents .about_03 {
		padding: 140px 0 100px;
	}

	.beauty #contents .about_03 .inner .box {
		margin: 0 0 50px;
		flex-flow: row wrap;
	}

	.beauty #contents .about_03 .inner .box p.txt {
		width: auto;
		max-width: inherit;
		order: 1;
	}

	.beauty #contents .about_03 .inner .box p.img {
		width: 100%;
		margin: 0 0 40px;
		max-width: inherit;
		order: 0;
	}

	.beauty #contents .about_03 .inner .box p.img img {
		width: 60%;
		max-width: 262px;
		height: auto;
	}
}


@media screen and (max-width: 1000px){
	.beauty #contents .about_03 h3 {
		line-height: 1.2;
	}

	.beauty #contents .about_03 h3 br {
		display: inline;
	}
}


@media screen and (max-width: 768px){
	.beauty #contents .about_03 {
		padding: 140px 0 80px;
	}

	.beauty #contents .about_03 h3 {
		margin: 0 0 30px;
		background: url("../img/border.png") left top 55% / auto 8px repeat-x;
		font-size: 4.5vw;
	}

	.beauty #contents .about_03 h3::before {
		width: 57px;
		height: 40px;
		background: url("../img/num03.svg") left top / 100% auto no-repeat;
		position: absolute;
		left: calc(50% - 28.5px);
		top: -70px;
	}

	.beauty #contents .about_03 h3 span {
		padding: 0 10px;
		background-color: #fff;
		display: inline-block;
	}

	.beauty #contents .about_03 .inner {
		max-width: inherit
	}

	.beauty #contents .about_03 .inner .box {
		margin: 0 0 40px;
		flex-flow: row wrap;
	}

	.beauty #contents .about_03 .inner .box p.txt {
		width: auto;
		max-width: inherit;
		font-size: 3.9vw;
		line-height: 1.8;
		order: 1;
	}

	.beauty #contents .about_03 .inner .box p.img {
		width: 100%;
		max-width: inherit;
		margin: 0 0 40px;
		text-align: center;
		order: 0;
	}

	.beauty #contents .about_03 .inner .box p.img img {
		max-width: 60%;
		height: auto;
	}

	.beauty #contents .about_03 .inner .box p.img span {
		font-size: 3.2vw;
	}

	.beauty #contents .about_03 .inner dl.example {
		max-width: inherit;
		padding: 25px;
		border-radius: 30px 0 30px 0;
	}

	.beauty #contents .about_03 .inner dl.example dt {
		margin: 0 0 20px;
		background: url("../img/border.png") left top 70% / auto 8px repeat-x;
		font-size: 3.5vw;
		letter-spacing: 2px;
	}

	.beauty #contents .about_03 .inner dl.example dt span {
		padding: 0 10px;
	}
}



/*===============================================================

		.beauty #contents .about_04 layout

===============================================================*/

.beauty #contents .about_04 {
	padding: 80px 0 0;
	background-color: #F5F4F0;
	position: relative;
}

.beauty #contents .about_04::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*358/1240);
	background: url("../../img/beauty/paulownia/img08@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}

.beauty #contents .about_04 .inner {
	max-width: 1260px;
	padding: 0 0 80px 20px;
	display: flex;
	justify-content: space-between;
}

.beauty #contents .about_04 .inner h3::before {
	width: 81px;
	height: 55px;
	background: url("../img/num04.svg") left top / 100% auto no-repeat;
	top: -15px;
}

.beauty #contents .about_04 .inner .box {
	width: 45%;
	max-width: 540px;
	margin: 0 3vw 0 60px;
}

.beauty #contents .about_04 .inner .box h3 + p {
	padding: 0 15px;
}

.beauty #contents .about_04 .inner p.img {
	width: 572px;
}

.beauty #contents .about_04 .inner p.img img {
	width: 100%;
	max-width: 572px;
	height: auto;
}


@media screen and (max-width: 1100px){
	.beauty #contents .about_04 .inner {
		padding: 0 20px 60px;
		flex-flow: row wrap;
	}

	.beauty #contents .about_04 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	.beauty #contents .about_04 .inner .box h3 {
		margin: 0 0 40px;
	}

	.beauty #contents .about_04 .inner p.img {
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	.beauty #contents .about_04 {
		padding: 60px 0 0;
	}

	.beauty #contents .about_04::after {
		padding-bottom: calc(100%*398/750);
		background: url("../../img/beauty/paulownia/sp/img08@2x.jpg") center bottom / 100% auto no-repeat;
	}

	.beauty #contents .about_04 .inner {
		padding: 0 0 40px;
		display: block;
	}

	.beauty #contents .about_04 .inner h3::before {
		width: 59px;
		height: 40px;
		background: url("../img/num04.svg") left top / 100% auto no-repeat;
		top: -10px;
	}

	.beauty #contents .about_04 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
		padding: 0 20px;
	}

	.beauty #contents .about_04 .inner .box h3 + p {
		padding: 0;
	}

	.beauty #contents .about_04 .inner p.img {
		width: auto;
		max-width: inherit;
		padding: 0 0 30px 20px;
	}

	.beauty #contents .about_04 .inner p.img img {
		max-width: 100%;
		height: auto;
	}
}





/*====================================================================================

		#paulownia layout

====================================================================================*/

/*===============================================================

		#paulownia basic layout

===============================================================*/

#paulownia {
}

#paulownia #contents {

}

#paulownia #contents .inner {

}


@media screen and (max-width: 768px){
	#paulownia #contents {

	}

	#paulownia #contents .inner {
		max-width: inherit;
		padding: 0;
	}
}



/*===============================================================

		#paulownia .main_img layout

===============================================================*/

#paulownia .main_img.lower {
	background: url("../../img/beauty/paulownia/main_img@2x.jpg") left top / cover no-repeat;
}

#paulownia .main_img.lower h2 {
	padding: 40px 70px 40px 50px;
}


@media screen and (max-width: 768px){
	#paulownia .main_img.lower {
		background: url("../../img/beauty/paulownia/main_img@2x.jpg") left 20% top / cover no-repeat;
	}

	#paulownia .main_img.lower h2 {
		padding: 2.5vh 40px 2.5vh 20px;
	}
}


/*===============================================================

		#paulownia #contents .about layout

===============================================================*/

@media screen and (max-width: 768px){
	#paulownia #contents .about_01 .inner {
		padding: 0 20px;
		background: none;
	}

	#paulownia #contents .about_02 .inner {
		padding: 0 20px;
	}

	#paulownia #contents .about_03 .inner {
		padding: 0 20px;
	}
}




/*===============================================================

		#paulownia #contents .about_01 layout

===============================================================*/

#paulownia #contents .about_01 {
	position: relative;
}

#paulownia #contents .about_01::before {
	content: "";
	width: 23vw;
	height: 287px;
	background-color: #D6E8D7;
	border-radius: 0 0 0 60px;
	position: absolute;
	right: 0;
	top: 250px;
	z-index: -1;
}

#paulownia #contents .about_01 .inner {
	max-width: 1280px;
	padding: 0 20px;
	justify-content: flex-start;
}

#paulownia #contents .about_01 .inner .box {
	width: 45%;
	max-width: 540px;
	margin: 0 4vw 0 60px;
}

#paulownia #contents .about_01 .inner p.img {
	width: 521px;
}

#paulownia #contents .about_01 .inner p.img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 1100px){
	#paulownia #contents .about_01 {
		margin: 0 0 120px;
	}

	#paulownia #contents .about_01::before {
		width: 40vw;
		height: 25vh;
		top: auto;
		bottom: -5vh;
	}

	#paulownia #contents .about_01 .inner {
		flex-flow: row wrap;
	}

	#paulownia #contents .about_01 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#paulownia #contents .about_01 .inner .box h3 {
		margin: 0 0 40px;
	}

	#paulownia #contents .about_01 .inner p.img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#paulownia #contents .about_01 {
		margin: 0 0 100px;
		padding: 0;
		background: none;
	}

	#paulownia #contents .about_01::before {
		width: 50vw;
	}

	#paulownia #contents .about_01 .inner {
		padding: 0 20px;
		background: none;
	}

	#paulownia #contents .about_01 .inner h3::before {
		width: 54px;
		height: 40px;
		background: url("../img/num01.svg") left top / 100% auto no-repeat;
		top: -10px;
	}

	#paulownia #contents .about_01 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
	}

	#paulownia #contents .about_01 .inner .box h3 + p {
		padding: 0;
	}

	#paulownia #contents .about_01 .inner p.img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
}



/*===============================================================

		#paulownia #contents .about_02 layout

===============================================================*/

@media screen and (max-width: 768px){
	.beauty #contents .about_02 .inner .box {
		padding: 0;
	}

	.beauty #contents .about_02 .inner p.img {
		margin: 0 0 40px;
	}

	.beauty #contents .about_02 .inner p.img img {
		max-width: 80%;
	}

	.beauty #contents .about_02 .inner p.img span {
		display: block;
		text-align: right;
	}
}






/*====================================================================================

		#citrus layout

====================================================================================*/

/*===============================================================

		#citrus basic layout

===============================================================*/

#citrus {
}

#citrus #contents {

}

#citrus #contents .inner {

}


@media screen and (max-width: 768px){
	#citrus #contents {

	}

	#citrus #contents .inner {
		max-width: inherit;
		padding: 0;
	}
}



/*===============================================================

		#citrus .main_img layout

===============================================================*/

#citrus .main_img.lower {
	background: url("../../img/beauty/citrus/main_img@2x.jpg") left top / cover no-repeat;
}

#citrus .main_img.lower h2 {
	padding: 40px 70px 40px 50px;
}


@media screen and (max-width: 768px){
	#citrus .main_img.lower {
		background: url("../../img/beauty/citrus/main_img@2x.jpg") left 20% top / cover no-repeat;
	}

	#citrus .main_img.lower h2 {
		padding: 2.5vh 40px 2.5vh 20px;
	}
}



/*===============================================================

		#citrus #contents .what layout

===============================================================*/

#citrus #contents .what .inner h3 {
	width: 486px;
}

#citrus #contents .what .inner dl::after {
	content: "";
	width: 242px;
	height: 200px;
	background: url("../../img/beauty/citrus/img01@2x.png") left top / 100% auto no-repeat;
	display: block;
	position: absolute;
	right: -74px;
	bottom: 20px;
}


@media screen and (max-width: 1230px){
	#citrus #contents .what .inner dl::after {
		content: "";
		width: 14vw;
		height: 200px;
		background: url("../../img/beauty/citrus/img01@2x.png") right bottom / 100% auto no-repeat;
		display: block;
		position: absolute;
		right: -1vw;
		bottom: -33px;
	}
}


@media screen and (max-width: 768px){
	#citrus #contents .what .inner h3 {
		width: auto;
	}

	#citrus #contents .what .inner dl::after {
		width: 35%;
		height: 15vh;
		background: url("../../img/beauty/citrus/img01@2x.png") left top / 100% auto no-repeat;
		right: -10px;
		bottom: -7vh;
	}

	#citrus #contents .what .inner dl dt {
		line-height: 1.2;
	}
}



/*===============================================================

		#citrus #contents .about_01 layout

===============================================================*/

#citrus #contents .about_01 .inner {
	justify-content: flex-start;
}

#citrus #contents .about_01 .inner p.img {
	width: 521px;
	margin: 0 0 0 4vw;
}


@media screen and (max-width: 1465px){
	#citrus #contents .about_01 .inner p.img {
		margin: 0 20px 0 5%;
	}
}


@media screen and (max-width: 1100px){
	#citrus #contents .about_01 .inner {
		flex-flow: row wrap;
	}

	#citrus #contents .about_01 .inner p.img {
		width: 50%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#citrus #contents .about_01 {
		padding: 0;
		background: none;
	}

	#citrus #contents .about_01 .inner {
		padding: 0 20px;
		flex-flow: column wrap;
	}

	#citrus #contents .about_01 .inner p.img {
		width: 100%;
		max-width: inherit;
		margin: 0;
		display: block;
	}
}



/*===============================================================

		#citrus #contents .about_02 layout

===============================================================*/

#citrus #contents .about_02 {
	padding: 180px 0 0;
}

#citrus #contents .about_02::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*322/1240);
	background: url("../../img/beauty/citrus/img04@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}

#citrus #contents .about_02 h3 {
	margin: 0 0 60px;
	background: url("../img/border.png") left top 60% / auto 12px repeat-x;
	position: relative;
	text-align: center;
	color: #348b39;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

#citrus #contents .about_02 h3::before {
	content: "";
	width: 78px;
	height: 55px;
	background: url("../img/num02.svg") left top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% - 39px);
	top: -70px;
}

#citrus #contents .about_02 h3 span {
	padding: 0 30px;
	background-color: #F5F4F0;
	display: inline-block;
}

#citrus #contents .about_02 .inner {
	max-width: 1100px;
	padding: 0 20px;
}

#citrus #contents .about_02 .inner .box {
	width: 100%;
	max-width: inherit;
	margin: 0 0 130px;
	display: flex;
	justify-content: space-between;
}

#citrus #contents .about_02 .inner .box p.txt {
	width: 57.6%;
	max-width: 610px;
	margin: 0 2vw 0 0;
	font-size: 18px;
	line-height: 2.0;
}

#citrus #contents .about_02 .inner .box p.img {
	width: 400px;
	max-width: 400px;
	text-align: center;
}

#citrus #contents .about_02 .inner .box p.img img {
	width: 100%;
	max-width: 400px;
}

#citrus #contents .about_02 .inner img {
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 1100px){
	#citrus #contents .about_02 .inner .box {
		flex-flow: row wrap;
		margin: 0 0 60px;
	}

	#citrus #contents .about_02 .inner .box p.txt {
		width: auto;
		max-width: inherit;
		margin: 0 0 60px;
	}

	#citrus #contents .about_02 .inner p.img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#citrus #contents .about_02 {
		padding: 120px 0 0;
	}

	#citrus #contents .about_02::after {
		padding-bottom: calc(100%*398/750);
		background: url("../../img/beauty/citrus/img04@2x.jpg") center bottom / 210% auto no-repeat;
	}

	#citrus #contents .about_02 h3 {
		margin: 0 0 30px;
		background: url("../img/border.png") left top 55% / auto 8px repeat-x;
		font-size: 4.5vw;
		line-height: 1.2;
	}

	#citrus #contents .about_02 h3::before {
		width: 57px;
		height: 40px;
		background: url("../img/num02.svg") left top / 100% auto no-repeat;
		position: absolute;
		left: calc(50% - 28.5px);
		top: -60px;
	}

	#citrus #contents .about_02 h3 span {
		padding: 0 10px;
	}

	#citrus #contents .about_02 .inner {
		max-width: inherit;
		padding: 0 20px;
	}

	#citrus #contents .about_02 .inner .box {
		margin: 0 0 40px;
		flex-flow: row wrap;
	}

	#citrus #contents .about_02 .inner .box p.txt {
		width: auto;
		margin: 0;
		max-width: inherit;
		font-size: 3.9vw;
		line-height: 1.8;
		order: 1;
	}

	#citrus #contents .about_02 .inner .box p.img {
		width: 100%;
		max-width: inherit;
		margin: 0 0 30px;
		text-align: center;
		order: 0;
	}

	#citrus #contents .about_02 .inner .box p.img img {
		max-width: 70%;
		height: auto;
		margin: 0;
	}

	#citrus #contents .about_02 .inner .box p.img span {
		font-size: 3.2vw;
	}

	#citrus #contents .about_02 .inner dl.example {
		max-width: inherit;
		padding: 25px;
		border-radius: 30px 0 30px 0;
	}

	#citrus #contents .about_02 .inner dl.example dt {
		margin: 0 0 20px;
		background: url("../img/border.png") left top 70% / auto 8px repeat-x;
		font-size: 3.5vw;
		letter-spacing: 2px;
	}

	#citrus #contents .about_02 .inner dl.example dt span {
		padding: 0 10px;
	}
}



/*===============================================================

		#citrus #contents .about_03 layout

===============================================================*/

#citrus #contents .about_03 {
	padding: 180px 0 100px;
	background-color: #ECF3EB;
}

#citrus #contents .about_03 .inner {

}

#citrus #contents .about_03 h3 span {
	background-color: #ECF3EB;
}

#citrus #contents .about_03 p.txt {
	margin: 0 0 60px;
	font-size: 18px;
	line-height: 2.0;
}

#citrus #contents .about_03 p.img {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

#citrus #contents .about_03 p.img span:nth-of-type(1) {
	max-width: 410px;
	margin: 0 30px 0 0;
}

#citrus #contents .about_03 p.img span:nth-of-type(2) {
	max-width: 606px;
}

#citrus #contents .about_03 p.img img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 1320px){
	#citrus #contents .about_03 p.txt {
		margin: 0 0 40px;
	}

	#citrus #contents .about_03 p.img {
		justify-content: center;
	}

	#citrus #contents .about_03 p.img span:nth-of-type(1) {
		margin: 0 4vw 40px;
		display: inline-block;
	}
}


@media screen and (max-width: 768px){
	#citrus #contents .about_03 {
		padding: 140px 0 80px;
	}

	#citrus #contents .about_03 .inner {
		padding: 0 20px;
	}

	#citrus #contents .about_03 p.txt {
		margin: 0 0 40px;
		font-size: 3.9vw;
		line-height: 1.8;
	}

	#citrus #contents .about_03 p.img {
		display: block;
		text-align: center;
	}

	#citrus #contents .about_03 p.img img {
		height: auto;
	}

	#citrus #contents .about_03 p.img span:nth-of-type(1) {
		width: 70%;
		margin: 0 0 20px;
		max-width: inherit;
	}

	#citrus #contents .about_03 p.img span:nth-of-type(2) {
		width: 100%;
		max-width: inherit;
	}
}



/*===============================================================

		#citrus #contents .about_04 layout

===============================================================*/

#citrus #contents .about_04 {
	background-color: #fff;
}

#citrus #contents .about_04::after {
	background: url("../../img/beauty/citrus/img08@2x.jpg") center bottom / 100% auto no-repeat;
}

#citrus #contents .about_04 .inner {
	max-width: 1260px;
	justify-content: flex-start;
}

#citrus #contents .about_04 .inner .box {
	margin: 0 60px 0 60px;
}

#citrus #contents .about_04 .inner h3::before {
	top: 0;
}

#citrus #contents .about_04 .inner p.img {
	width: 43%;
	max-width: 522px;
}

#citrus #contents .about_04 .inner p.img img {
	max-width: 522px;
}


@media screen and (max-width: 1480px){
	#citrus #contents .about_04 .inner .box {
		margin: 0 4vw 0 60px;
	}

	#citrus #contents .about_04 .inner p.img {
		margin: 0 20px 0 0;
	}
}


@media screen and (max-width: 1100px){
	#citrus #contents .about_04 .inner {
		flex-flow: row wrap;
	}

	#citrus #contents .about_04 .inner .box {
		margin: 0;
	}

	#citrus #contents .about_04 .inner p.img {
		width: 50%;
		margin: 40px  auto 0;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#citrus #contents .about_04 {
		padding: 60px 0 0;
	}

	#citrus #contents .about_04::after {
		background: url("../../img/beauty/citrus/img08@2x.jpg") center bottom / 200% auto no-repeat;
	}

	#citrus #contents .about_04 .inner {
		padding: 0 20px 40px;
	}

	#citrus #contents .about_04 .inner .box {
		padding: 0;
	}

	#citrus #contents .about_04 .inner .box h3 + p {
		padding: 0;
	}

	#citrus #contents .about_04 .inner p.img {
		width: auto;
		max-width: inherit;
		padding: 0;
	}

	#citrus #contents .about_04 .inner p.img img {
		max-width: 100%;
		height: auto;
	}
}





/*====================================================================================

		#mulberry-root layout

====================================================================================*/

/*===============================================================

		#mulberry-root basic layout

===============================================================*/

#mulberry-root {
}

#mulberry-root #contents {

}

#mulberry-root #contents .inner {

}


@media screen and (max-width: 768px){
	#mulberry-root #contents {

	}

	#mulberry-root #contents .inner {
		max-width: inherit;
		padding: 0;
	}
}



/*===============================================================

		#mulberry-root .main_img layout

===============================================================*/

#mulberry-root .main_img.lower {
	background: url("../../img/beauty/mulberry-root/main_img@2x.jpg") left top / cover no-repeat;
}

#mulberry-root .main_img.lower h2 {
	padding: 40px 70px 40px 50px;
}


@media screen and (max-width: 768px){
	#mulberry-root .main_img.lower {
		background: url("../../img/beauty/mulberry-root/main_img@2x.jpg") left 20% top / cover no-repeat;
	}

	#mulberry-root .main_img.lower h2 {
		padding: 2.5vh 40px 2.5vh 20px;
	}
}



/*===============================================================

		#mulberry-root #contents .what layout

===============================================================*/

#mulberry-root #contents .what .inner h3 {
	width: 486px;
}

#mulberry-root #contents .what .inner dl::after {
	content: "";
	width: 295px;
	height: 188px;
	background: url("../../img/beauty/mulberry-root/img01@2x.png") left top / 100% auto no-repeat;
	display: block;
	position: absolute;
	right: -74px;
	bottom: -40px;
}


@media screen and (max-width: 1200px){
	#mulberry-root #contents .what .inner dl::after {
		content: "";
		width: 14vw;
		height: 188px;
		background: url("../../img/beauty/mulberry-root/img01@2x.png") right bottom / 100% auto no-repeat;
		display: block;
		position: absolute;
		right: -1vw;
		bottom: -33px;
	}
}


@media screen and (max-width: 768px){
	#mulberry-root #contents .what .inner h3 {
		width: auto;
	}

	#mulberry-root #contents .what .inner dl::after {
		width: 35%;
		height: 15vh;
		background: url("../../img/beauty/mulberry-root/img01@2x.png") left top / 100% auto no-repeat;
		right: -10px;
		bottom: -7vh;
	}

	#mulberry-root #contents .what .inner dl dt {
		line-height: 1.2;
	}
}



/*===============================================================

		#mulberry-root #contents .about_01 layout

===============================================================*/

#mulberry-root #contents .about_01 {
	position: relative;
}

#mulberry-root #contents .about_01::before {
	content: "";
	width: 23vw;
	height: 287px;
	background-color: #D6E8D7;
	border-radius: 0 0 0 60px;
	position: absolute;
	right: 0;
	top: 250px;
	z-index: -1;
}

#mulberry-root #contents .about_01 .inner {
	max-width: 1280px;
	padding: 0 20px;
	justify-content: flex-start;
}




@media screen and (max-width: 1100px){
	#mulberry-root #contents .about_01 {
		margin: 0 0 120px;
	}

	#mulberry-root #contents .about_01::before {
		width: 40vw;
		height: 25vh;
		top: auto;
		bottom: -5vh;
	}

	#mulberry-root #contents .about_01 .inner p.img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#mulberry-root #contents .about_01 {
		margin: 0 0 100px;
		padding: 0;
		background: none;
	}

	#mulberry-root #contents .about_01::before {
		width: 50vw;
	}

	#mulberry-root #contents .about_01 .inner {
		padding: 0 20px;
		background: none;
	}

	#mulberry-root #contents .about_01 .inner p.img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
}



/*===============================================================

		#mulberry-root #contents .about_02 layout

===============================================================*/

#mulberry-root #contents .about_02::after {
	display: none;
}

#mulberry-root #contents .about_02 .inner {
	max-width: 1280px;
}

#mulberry-root #contents .about_02 .inner .box {
	width: 75.5%;
	max-width: 800px;
	margin: 0 60px 0 60px;
}

#mulberry-root #contents .about_02 .inner .box h3 {
	max-width: inherit;
}

#mulberry-root #contents .about_02 .inner .box h3 + p {
	padding: 0 15px;
	letter-spacing: 0;
}

#mulberry-root #contents .about_02 .inner p.img {
	width: 193px;
}

#mulberry-root #contents .about_02 .inner p.img img {
	width: 100%;
	max-width: 193px;
	height: auto;
}


@media screen and (max-width: 1100px){
	#mulberry-root #contents .about_02 .inner {
		padding: 0 20px 60px;
		flex-flow: row nowrap;
	}

	#mulberry-root #contents .about_02 .inner .box {
		margin: 0 5% 0 0;
	}

	#mulberry-root #contents .about_02 .inner .box h3 {
		margin: 0 0 40px;
	}
}


@media screen and (max-width: 768px){
	#mulberry-root #contents .about_02 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
		padding: 0;
	}

	#mulberry-root #contents .about_02 .inner h3 {
		line-height: 1.2;
	}

	#mulberry-root #contents .about_02 .inner h3::before {
		top: 4px;
	}

	#mulberry-root #contents .about_02 .inner .box h3 + p {
		padding: 0;
		letter-spacing: 1px;
	}

	#mulberry-root #contents .about_02 .inner p.img {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}
}



/*===============================================================

		#mulberry-root #contents .about_03 layout

===============================================================*/

#mulberry-root #contents .about_03 {
	margin: 130px 0 0;
	padding: 0;
	position: relative;
}

#mulberry-root #contents .about_03::before {
	content: "";
	width: 20vw;
	height: 287px;
	background-color: #D6E8D7;
	border-radius: 0 60px 0 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#mulberry-root #contents .about_03::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*322/1240);
	background: url("../../img/beauty/mulberry-root/img05@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}

#mulberry-root #contents .about_03 .inner {
	max-width: 1280px;
	padding: 0 20px 80px;
	display: flex;
	justify-content: flex-start;
}

#mulberry-root #contents .about_03 .inner h3::before {
	top: -15px;
}

#mulberry-root #contents .about_03 .inner .box {
	width: 45%;
	max-width: 540px;
	margin: 0 0 0 30px;
	display: block;
	order: 1;
}

#mulberry-root #contents .about_03 .inner .box h3 {
	text-align: left;
}

#mulberry-root #contents .about_03 .inner .box h3 + p {
	padding: 0 15px;
}

#mulberry-root #contents .about_03 .inner .box h3 + p span {
	margin: 40px 0 0;
	display: inline-block;
	font-size: 14px;
}

#mulberry-root #contents .about_03 .inner p.img {
	width: 46%;
	max-width: 566px;
	padding: 144px 0 0 25px;
	order: 0;
}

#mulberry-root #contents .about_03 .inner p.img img {
	width: 521px;
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 1300px){
	#mulberry-root #contents .about_03 .inner {
		padding: 0 20px 80px 0;
	}
}

@media screen and (max-width: 1260px){
	#mulberry-root #contents .about_03 .inner .box h3 {
		line-height: 1.2;
	}

	#mulberry-root #contents .about_03 .inner h3::before {
		top: 5px;
	}
}


@media screen and (max-width: 1100px){
	#mulberry-root #contents .about_03::before {
		display: none;
	}

	#mulberry-root #contents .about_03 .inner {
		padding: 0 20px 60px;
		flex-flow: row wrap;
	}

	#mulberry-root #contents .about_03 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 140px;
		order: 0;
	}

	#mulberry-root #contents .about_03 .inner .box h3 {
		margin: 0 0 40px;
		line-height: 1.0;
	}

	#mulberry-root #contents .about_03 .inner h3::before {
		top: -15px;
	}

	#mulberry-root #contents .about_03 .inner p.img {
		width: 100%;
		max-width: inherit;
		margin: 0 auto;
		padding: 80px 0 0;
		text-align: center;
		order: 1;
		position: relative;
	}

	#mulberry-root #contents .about_03 .inner p.img::before {
		content: "";
		width: 40vw;
		height: 50%;
		background-color: #D6E8D7;
		border-radius: 0 60px 0 0;
		position: absolute;
		left: -45px;
		top: 0;
		z-index: 1;
	}

	#mulberry-root #contents .about_03 .inner p.img img {
		width: 60%;
		max-width: 521px;
		height: auto;
		position: relative;
		z-index: 2;
	}
}


@media screen and (max-width: 915px){
	#mulberry-root #contents .about_03::before {
		top: 60vh;
	}
}


@media screen and (max-width: 768px){
	#mulberry-root #contents .about_03 {
		margin: 80px 0 0;
	}

	#mulberry-root #contents .about_03::after {
		padding-bottom: calc(100%*398/750);
		background: url(../../img/beauty/mulberry-root/img05@2x.jpg) center bottom / cover no-repeat;
	}

	#mulberry-root #contents .about_03 .inner {
		padding: 0 0 60px;
		background: none;
	}

	#mulberry-root #contents .about_03 .inner h3::before {
		width: 57px;
		height: 40px;
		background: url("../img/num03.svg") left top / 100% auto no-repeat;
		top: -10px;
	}

	#mulberry-root #contents .about_03 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 20px 60px;
	}

	#mulberry-root #contents .about_03 .inner .box h3 + p {
		padding: 0;
	}

	#mulberry-root #contents .about_03 .inner .box h3 + p span {
		margin: 30px 0 0;
		font-size: 3.2vw;
	}

	#mulberry-root #contents .about_03 .inner p.img {
		width: auto;
		max-width: inherit;
		margin: 0 auto;
		padding: 60px 20px 0;
		text-align: center;
		order: 0;
	}

	#mulberry-root #contents .about_03 .inner p.img::before {
		width: 50vw;
		left: 0;
	}

	#mulberry-root #contents .about_03 .inner p.img img {
		width: auto;
		max-width: 100%;
	}
}



/*===============================================================

		#mulberry-root #contents .about_04 layout

===============================================================*/

#mulberry-root #contents .about_04 {
	padding: 180px 0 130px;
	background-color: #ECF3EB;
	position: relative;
}

#mulberry-root #contents .about_04::after {
	display: none;
}

#mulberry-root #contents .about_04 .inner {
	max-width: 1100px;
	padding: 0 20px;
	display: block;
}

#mulberry-root #contents .about_04 h3 {
	margin: 0 0 60px;
	background: url("../img/border.png") left top 60% / auto 12px repeat-x;
	position: relative;
	text-align: center;
	color: #348b39;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}
#mulberry-root #contents .about_04 .inner h3 {
	padding: 0 0 40px 100px;
    background: url(../img/border.png) left bottom / auto 12px repeat-x;
    position: relative;
    color: #348b39;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 3px;
	text-align: left;
	margin:120px 0 60px;
	width:530px;
}

#mulberry-root #contents .about_04 h3::before {
	content: "";
	width: 81px;
	height: 55px;
	background: url("../img/num04.svg") left top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% - 39px);
	top: -70px;
}
#mulberry-root #contents .about_04 .inner h3:before {
	left:0;
	top:-15px;
	background: url("../img/num05.svg") left top / 100% auto no-repeat;
}

#mulberry-root #contents .about_04 h3 span {
	padding: 0 30px;
	background-color: #ECF3EB;
	display: inline-block;
}

#mulberry-root #contents .about_04 .inner > p {
	margin: 0 0 60px;
	font-size: 18px;
	line-height: 2.0;
}

#mulberry-root #contents .about_04 .inner dl.example {
	margin: 0 auto 40px;
	padding: 50px;
	background-color: #fff;
	border-radius: 60px 0 60px 0;
	text-align: center;
}

#mulberry-root #contents .about_04 .inner dl.example dt {
	max-width: 882px;
	margin: 0 auto 40px;
	background: url("../img/border.png") left top 60% / auto 12px repeat-x;
	position: relative;
	text-align: center;
	color: #348b39;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

#mulberry-root #contents .about_04 .inner dl.example dt span {
	padding: 0 30px;
	background-color: #fff;
	display: inline-block;
}

#mulberry-root #contents .about_04 .inner dl.example dd {
	text-align: center;
}

#mulberry-root #contents .about_04 .inner dl.example dd img {
	width: 882px;
	max-width: 100%;
	height: auto;
}
#mulberry-root #contents .about_04 .inner dl.example dd ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin:0 35px;
}

@media screen and (max-width: 1300px){
	#mulberry-root #contents .about_04 .inner h3 {
		width:47%;
	}
}
@media screen and (max-width: 1255px){
	#mulberry-root #contents .about_04 .inner dl.example dd ul{
		margin:0;
	}}
#mulberry-root #contents .about_04 .inner dl.example dd ul li:first-of-type{
	width:28%;
	height: auto;
}
#mulberry-root #contents .about_04 .inner dl.example dd ul li:last-of-type{
	width:68%;
	height: auto;
}

@media screen and (max-width: 768px){
	#mulberry-root #contents .about_04 .inner dl.example dd ul{
		display: block;
	}
	#mulberry-root #contents .about_04 .inner dl.example dd ul li:first-of-type{
		width:100%;
		height: auto;
		margin:0 0 30px;
		padding: 0 15%;
	}
	#mulberry-root #contents .about_04 .inner dl.example dd ul li:last-of-type{
		width:100%;
		height: auto;
	}
}

#mulberry-root #contents .about_04 .inner .box {
	width: auto;
	max-width: 1060px;
	margin: 60px 0 0;
	display: flex;
	justify-content: space-between;
}

#mulberry-root #contents .about_04 .inner p.txt {
	width: 47.4%;
	max-width: 502px;
	margin: 10px 0 0;
	font-size: 18px;
	line-height: 2.0;
}

#mulberry-root #contents .about_04 .inner p.img {
	width: 475px;
	margin: -110px 0 0 4vw;
}

#mulberry-root #contents .about_04 .inner p.img img {
	width: 100%;
	max-width: 475px;
	height: auto;
}


@media screen and (max-width: 1100px){
	#mulberry-root #contents .about_04 {
		padding: 140px 0 100px;
	}

	#mulberry-root #contents .about_04 h3 {
		margin: 0 0 40px;
	}

	#mulberry-root #contents .about_04 .inner {
		padding: 0 20px;
	}

	#mulberry-root #contents .about_04 .inner > p {
		margin: 0 0 40px;
	}

	#mulberry-root #contents .about_04 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0;
		flex-flow: row wrap;
	}

	#mulberry-root #contents .about_04 .inner p.txt {
		width: 100%;
		max-width: inherit;
		margin: 0 0 40px;
		order: 0;
	}

	#mulberry-root #contents .about_04 .inner .box p.img {
		width: auto;
		max-width: inherit;
		margin: 0 auto;
		text-align: cemter;
		order: 1;
	}

	#mulberry-root #contents .about_04 .inner .box p.img img {
		width: 100%;
		max-width: 475px;
		height: auto;
	}
	#mulberry-root #contents .about_04 .inner h3 {
		width:100%;
	}

}


@media screen and (max-width: 768px){
	#mulberry-root #contents .about_04 {
		padding: 140px 0 80px;
	}

	#mulberry-root #contents .about_04::after {
		padding-bottom: calc(100%*398/750);
		background: url("../../img/beauty/paulownia/sp/img08@2x.jpg") center bottom / 100% auto no-repeat;
	}

	#mulberry-root #contents .about_04 h3 {
		margin: 0 0 30px;
		background: url("../img/border.png") left top 55% / auto 8px repeat-x;
		font-size: 4.5vw;
		line-height: 1.2;
	}

	#mulberry-root #contents .about_04 h3::before {
		width: 59px;
		height: 40px;
		background: url("../img/num04.svg") left top / 100% auto no-repeat;
		position: absolute;
		left: calc(50% - 28.5px);
		top: -70px;
	}

	#mulberry-root #contents .about_04 h3 span {
		padding: 0 10px;
	}

	#mulberry-root #contents .about_04 .inner {
		padding: 0 20px;
		display: block;
	}

	#mulberry-root #contents .about_04 .inner h3 {
		margin:50px 0 30px;
		padding: 0 2em 25px 70px;
		background: url(../img/border.png) left bottom / auto 8px repeat-x;
		display: inline-block;
		font-size: 4.5vw;
		width:auto;
	}

	#mulberry-root #contents .about_04 .inner h3::before {
		width: 59px;
		height: 40px;
		background: url("../img/num05.svg") left top / 100% auto no-repeat;
		top: -10px;
	}

	#mulberry-root #contents .about_04 .inner > p {
		margin: 0 0 40px;
		font-size: 3.9vw;
		line-height: 1.8;
	}

	#mulberry-root #contents .about_04 .inner dl.example {
		max-width: inherit;
		margin: 0 auto 20px;
		padding: 25px;
		border-radius: 30px 0 30px 0;
	}

	#mulberry-root #contents .about_04 .inner dl.example dt {
		margin: 0 0 20px;
		background: url("../img/border.png") left top 70% / auto 8px repeat-x;
		font-size: 3.5vw;
		letter-spacing: 2px;
	}

	#mulberry-root #contents .about_04 .inner dl.example dt span {
		padding: 0 10px;
	}

	#mulberry-root #contents .about_04 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0;
		padding: 0;
	}

	#mulberry-root #contents .about_04 .inner .box p.txt {
		width: 100%;
		max-width: inherit;
		margin: 0 0 40px;
		font-size: 3.9vw;
		line-height: 1.8;
	}

	#mulberry-root #contents .about_04 .inner .box p.img {
		width: 90%;
		max-width: inherit;
		margin: 0 auto;
		padding: 0;
	}

	#mulberry-root #contents .about_04 .inner .box p.img img {
		width: 100%;
		max-width: inherit;
		height: auto;
	}
}



/*===============================================================

		#mulberry-root #contents .about_04 layout

===============================================================*/

#mulberry-root #contents .about_05 {
	padding: 100px 0 0;
}

#mulberry-root #contents .about_05::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*322/1240);
	background: url("../../img/beauty/mulberry-root/img10@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}

#mulberry-root #contents .about_05 .inner {
	max-width: 1260px;
	padding: 0 0 90px 20px;
	display: flex;
}

#mulberry-root #contents .about_05 .inner h3 {
	line-height: 1.2;
}

#mulberry-root #contents .about_05 .inner h3::before {
	width: 79px;
	height: 58px;
	background: url("../img/num06.svg") left top / 100% auto no-repeat;
	top: 5px;
}

#mulberry-root #contents .about_05 .inner .box {
	width: 45%;
	max-width: 540px;
	margin: 0 5% 0 60px;
}

#mulberry-root #contents .about_05 .inner .box h3 + p {
	padding: 0 15px;
}

#mulberry-root #contents .about_05 .inner p.img {
	width: 521px;
}

#mulberry-root #contents .about_05 .inner p.img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 1100px){
	#mulberry-root #contents .about_05 {
		padding: 80px 0 0;
	}

	#mulberry-root #contents .about_05 .inner {
		padding: 0 20px 80px;
		flex-flow: row wrap;
	}

	#mulberry-root #contents .about_05 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#mulberry-root #contents .about_05 .inner .box h3 {
		margin: 0 0 40px;
	}

	#mulberry-root #contents .about_05 .inner p.img {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#mulberry-root #contents .about_05 {
		padding: 60px 0 0;
	}

	#mulberry-root #contents .about_05::after {
		padding-bottom: calc(100%*398/750);
		background: url("../../img/beauty/mulberry-root/img10@2x.jpg") center bottom / 210% auto no-repeat;
	}

	#mulberry-root #contents .about_05 .inner {
		padding: 0 20px;
		background: none;
	}

	#mulberry-root #contents .about_05 .inner h3::before {
		width: 54px;
		height: 40px;
		background: url("../img/num06.svg") left top / 100% auto no-repeat;
	}

	#mulberry-root #contents .about_05 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
	}

	#mulberry-root #contents .about_05 .inner .box h3 + p {
		padding: 0;
	}

	#mulberry-root #contents .about_05 .inner p.img {
		width: auto;
		margin: 0 auto 60px;
		text-align: center;
	}
}





/*====================================================================================

		#health layout

====================================================================================*/

/*===============================================================

		#health .main_img layout

===============================================================*/

#health .main_img.lower {
	background: url("../../img/health/main_img@2x.jpg") left top / cover no-repeat;
}

#health .main_img.lower h2 {

}


@media screen and (max-width: 768px){
	#health .main_img.lower {
		 background: url(../../img/health/main_img@2x_sp.jpg) left 0 center / 130% no-repeat;
	}

	#health .main_img.lower h2 {

	}
}



/*===============================================================

		#health #contents .group_link layout

===============================================================*/

#health #contents {

}

#health #contents .group_link {
	min-height: 80vh;
	padding: 70px 0 140px;
	background-color: transparent;
	position: relative;
}

#health #contents .group_link::after {
	content: "";
	width: 100%;
	height: 330px;
	background-color: #D6E8D8;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

#health #contents .group_link .inner h3 {
	margin: 0 0 90px;
	text-align: center;
	color: #348b39;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.0;
}

#health #contents .group_link .inner h3 span {
	padding: 0 10px 20px;
	background: url("../img/border.png") left bottom / auto 12px repeat-x;
	display: inline-block;
}

#health #contents .group_link .inner ul li a {
	height: 270px;
	border-radius: 30px 0 30px 0;
}

#health #contents .group_link .inner ul li:nth-child(1) a::before {
	background: url("../../img/health/img01@2x.jpg") center top / cover no-repeat;
}

#health #contents .group_link .inner ul li:nth-child(2) a::before {
	background: url("../../img/health/img02@2x.jpg") center top / cover no-repeat;
}

#health #contents .group_link .inner ul li:nth-child(3) a::before {
	background: url("../../img/health/img03@2x.jpg") center top / cover no-repeat;
}

#health #contents .group_link .inner ul li:nth-child(4) a::before {
	background: url("../../img/health/img04@2x.jpg") center top / cover no-repeat;
}

#health #contents .group_link .inner ul li:nth-child(5) a::before {
	background: url("../../img/health/img05@2x.jpg") center top / cover no-repeat;
}

#health #contents .group_link .inner ul li a div {
	font-size: 15px;
}

#health #contents .group_link .inner ul li a div p.title {
	margin: 0 0 20px;
	position: relative;
	font-size: 20px;
	letter-spacing: 2px;
}

#health #contents .group_link .inner ul li a div p.title::after {
	content: "";
	width: 48px;
	height: 2px;
	background-color: #348b39;
	display: block;
	position: absolute;
	left: 0;
	bottom: -12px;
}

#health #contents .group_link .inner ul li a div p.txt {
	line-height: 1.1;
}


@media screen and (max-width: 768px){
	#health #contents .group_link {
		min-height: inherit;
		padding: 0 0 80px;
	}

	#health #contents .group_link::after {
		height: 50%;
	}

	#health #contents .group_link .inner h3 {
		margin: 0 0 40px;
		font-size: 4.2vw;
		line-height: 1.3;
	}

	#health #contents .group_link .inner h3 span {
		padding: 0 10px 15px;
		background: url("../img/border.png") left bottom / auto 8px repeat-x;
	}

	#health #contents .group_link .inner ul {
		padding: 0;
	}

	#health #contents .group_link .inner ul li a {
		height: auto;
		border-radius: 20px 0 20px 0;
	}

	#health #contents .group_link .inner ul li:nth-child(1) a {
		background: url("../../img/health/img01@2x.jpg") left top / 100% auto no-repeat;
	}

	#health #contents .group_link .inner ul li:nth-child(2) a {
		background: url("../../img/health/img02@2x.jpg") left top / 100% auto no-repeat;
	}

	#health #contents .group_link .inner ul li:nth-child(3) a {
		background: url("../../img/health/img03@2x.jpg") left top / 100% auto no-repeat;
	}

	#health #contents .group_link .inner ul li:nth-child(4) a {
		background: url("../../img/health/img04@2x.jpg") left top / 100% auto no-repeat;
	}

	#health #contents .group_link .inner ul li:nth-child(5) a {
		background: url("../../img/health/img05@2x.jpg") left top / 100% auto no-repeat;
	}

	#health #contents .group_link .inner ul li a div {
		font-size: 3.5vw;
	}

	#health #contents .group_link .inner ul li a div p.title {
		margin: 0 0 5px;
		font-size: 3.9vw;
		font-weight:600;
	}

	#health #contents .group_link .inner ul li a div p.title::after {
		display: none;
	}
}



/*===============================================================

		.health #contents .what layout

===============================================================*/

.health #contents .what {
	margin: 70px 0 120px;
	padding: 0 20px;
}

.health #contents .what .inner {
	max-width: 846px;
}

.health #contents .what .inner h3 {
	width: 340px;
	margin: 0 auto;
	padding: 25px 0;
	background-color: #fff;
	border: solid 2px #348b39;
	border-radius: 40px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #348b39;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

.health #contents .what .inner h3 span {
	padding: 0 20px;
	background-color: #fff;
	display: block;
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translateX(-50%);
	font-size: 17px;
	font-weight: 500;
}

.health #contents .what .inner dl {
	margin: -40px 0 0;
	padding: 70px 20px 50px;
	background-color: #ECF3EB;
	border-radius: 60px 0 60px 0;
	position: relative;
	z-index: 1;
	text-align: center;
}

.health #contents .what .inner dl::after {
	content: "";
	width: 244px;
	height: 157px;
	background: url("../../img/health/enzyme/img01@2x.png") left top / 100% auto no-repeat;
	display: block;
	position: absolute;
	right: -90px;
	bottom: -60px;
}

.health #contents .what .inner dl dt {
	margin: 0 0 40px;
	position: relative;
	color: #348b39;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

.health #contents .what .inner dl dt::after {
	content: "";
	width: 120px;
	height: 2px;
	background-color: #348b39;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}

.health #contents .what .inner dl dd {
	font-size: 18px;
	line-height: 2.0;
}


@media screen and (max-width: 1200px){
	.health #contents .what .inner dl::after {
		content: "";
		width: 18vw;
		height: 220px;
		background: url("../../img/health/enzyme/img01@2x.png") right bottom / 100% auto no-repeat;
		display: block;
		position: absolute;
		right: -1vw;
		bottom: -60px;
	}
}


@media screen and (max-width: 1000px){
	.health #contents .what .inner dl dd {
		text-align: left;
	}
}


@media screen and (max-width: 768px){
	.health #contents .what {
		margin: 40px 0 80px;
	}

	.health #contents .what .inner {
		max-width: inherit;
	}

	.health #contents .what .inner h3 {
		width: auto;
		margin: 0 15%;
		padding: 15px 0;
		font-size: 5vw;
	}

	.health #contents .what .inner h3 span {
		padding: 0 10px;
		font-size: 3.4vw;
	}

	.health #contents .what .inner dl {
		margin: -30px 0 0;
		padding: 50px 6vw 5vh;
		border-radius: 30px 0 30px 0;
		position: relative;
		z-index: 1;
		text-align: center;
	}

	.health #contents .what .inner dl::after {
		width: 35%;
		height: 12vh;
		background: url("../../img/health/enzyme/img01@2x.png") left top / 100% auto no-repeat;
		right: -10px;
		bottom: -7vh;
	}

	.health #contents .what .inner dl dt {
		margin: 0 0 30px;
		font-size: 4.5vw;
		line-height: 1.2;
	}

	.health #contents .what .inner dl dt::after {
		width: 30%;
		bottom: -15px;
	}

	.health #contents .what .inner dl dd {
		font-size: 4vw;
		line-height: 1.4;
	}
}



/*===============================================================

		.health #contents .about layout

===============================================================*/

.health #contents .about .inner h3 {
	margin: 0 0 60px;
	padding: 0 0 40px 100px;
	background: url("../img/border.png") left bottom / auto 12px repeat-x;
	position: relative;
	color: #348b39;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

.health #contents .about .inner h3::before {
	content: "";
	position: absolute;
	left: 0;
}

.health #contents .about .inner h3 + p {
	font-size: 18px;
	line-height: 2.0;
}


@media screen and (max-width: 768px){
	.health #contents .about {
		padding: 0 20px;
	}

	.health #contents .about .inner h3 {
		margin: 0 0 30px;
		padding: 0 2em 25px 70px;
		background: url("../img/border.png") left bottom / auto 8px repeat-x;
		display: inline-block;
		font-size: 4.5vw;
	}

	.health #contents .about .inner h3::before {
		width: 54px;
		height: 40px;
		background: url("../img/num01.svg") left top / 100% auto no-repeat;
		top: -10px;
	}

	.health #contents .about .inner h3 + p {
		font-size: 3.9vw;
		line-height: 1.8;
	}
}





/*====================================================================================

		#enzyme layout

====================================================================================*/

/*===============================================================

		#enzyme basic layout

===============================================================*/

#enzyme {
}

#enzyme #contents {

}

#enzyme #contents .inner {

}


@media screen and (max-width: 768px){
	#enzyme #contents {

	}

	#enzyme #contents .inner {
		max-width: inherit;
		padding: 0;
	}
}



/*===============================================================

		#enzyme .main_img layout

===============================================================*/

#enzyme .main_img.lower {
	background: url("../../img/health/enzyme/main_img@2x.jpg") left top / cover no-repeat;
}

#enzyme .main_img.lower h2 {
	padding: 40px 70px 40px 50px;
}


@media screen and (max-width: 768px){
	#enzyme .main_img.lower {
		background: url("../../img/health/enzyme/main_img@2x.jpg") left 20% top / cover no-repeat;
	}

	#enzyme .main_img.lower h2 {
		padding: 2.5vh 40px 2.5vh 20px;
	}
}



/*===============================================================

		#enzyme #contents .about_01 layout

===============================================================*/

#enzyme #contents .about_01 {
	margin: 0 0 80px;
	position: relative;
}

#enzyme #contents .about_01::before {
	content: "";
	width: 23vw;
	height: 287px;
	background-color: #D6E8D7;
	border-radius: 0 0 0 60px;
	position: absolute;
	right: 0;
	top: 250px;
	z-index: -1;
}

#enzyme #contents .about_01 .inner {
	max-width: 1280px;
	padding: 0 20px;
	display: flex;
	justify-content: flex-start;
}

#enzyme #contents .about_01 .inner h3::before {
	width: 74px;
	height: 55px;
	background: url("../img/num01.svg") left top / 100% auto no-repeat;
	top: -15px;
}

#enzyme #contents .about_01 .inner .box {
	width: 45%;
	max-width: 540px;
	margin: 0 4vw 0 60px;
}

#enzyme #contents .about_01 .inner .box h3 + p {
	padding: 0 15px;
}

#enzyme #contents .about_01 .inner p.img {
	width: 475px;
}

#enzyme #contents .about_01 .inner p.img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 1100px){
	#enzyme #contents .about_01 {
		margin: 0 0 120px;
	}

	#enzyme #contents .about_01::before {
		width: 40vw;
		height: 25vh;
		top: auto;
		bottom: -5vh;
	}

	#enzyme #contents .about_01 .inner {
		padding: 0 20px;
		flex-flow: row wrap;
	}

	#enzyme #contents .about_01 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#enzyme #contents .about_01 .inner .box h3 {
		margin: 0 0 40px;
	}

	#enzyme #contents .about_01 .inner p.img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#enzyme #contents .about_01 {
		margin: 0 0 100px;
		padding: 0;
	}

	#enzyme #contents .about_01::before {
		width: 50vw;
	}

	#enzyme #contents .about_01 .inner {
		padding: 0 20px;
		background: none;
	}

	#enzyme #contents .about_01 .inner h3::before {
		width: 54px;
		height: 40px;
		background: url("../img/num01.svg") left top / 100% auto no-repeat;
		top: -10px;
	}

	#enzyme #contents .about_01 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 30px;
		padding: 0;
	}

	#enzyme #contents .about_01 .inner .box h3 + p {
		padding: 0;
	}

	#enzyme #contents .about_01 .inner p.img {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#enzyme #contents .about_01 .inner p.img img {
		max-width: 100%;
		height: auto;
	}
}





/*===============================================================

		#enzyme #contents .about_02 layout

===============================================================*/

#enzyme #contents .about_02 {
	padding: 180px 0 0;
	background-color: #F5F4F0;
	position: relative;
}

#enzyme #contents .about_02::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*322/1240);
	background: url("../../img/health/enzyme/img04@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}

#enzyme #contents .about_02 .inner {
	padding: 0 20px 80px;
	display: flex;
}

#enzyme #contents .about_02 h3 {
	margin: 0 0 60px;
	background: url("../img/border.png") left top 60% / auto 12px repeat-x;
	position: relative;
	text-align: center;
	color: #348b39;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

#enzyme #contents .about_02 h3::before {
	content: "";
	width: 79px;
	height: 55px;
	background: url("../img/num02.svg") left top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% - 39px);
	top: -80px;
}

#enzyme #contents .about_02 h3 span {
	padding: 0 30px;
	background-color: #F5F4F0;
	display: inline-block;
}

#enzyme #contents .about_02 .inner .box {
	width: 65%;
	max-width: 680px;
	margin: 0 4vw 0 60px;
}

#enzyme #contents .about_02 .inner .box h3 {
	max-width: 540px;
}

#enzyme #contents .about_02 .inner .box p.txt {
	padding: 0 15px;
	font-size: 18px;
	line-height: 2.0;
}

#enzyme #contents .about_02 .inner p.img {
	width: 283px;
	font-size: 13px;
}

#enzyme #contents .about_02 .inner p.img img {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}

#enzyme #contents .about_02 .inner p.img span {
	display: block;
	margin: 0 0 0 10px;
}


@media screen and (max-width: 1200px){
	#enzyme #contents .about_02 .inner .box {
		margin: 0 3vw 0 60px;
	}
}


@media screen and (max-width: 1100px){
	#enzyme #contents .about_02 .inner {
		padding: 0 20px 60px;
		flex-flow: row wrap;
	}

	#enzyme #contents .about_02 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#enzyme #contents .about_02 .inner .box h3 {
		margin: 0 0 40px;
	}

	#enzyme #contents .about_02 .inner p.img {
		width: 50%;
		margin: 0 auto;
		text-align: center;
	}

	#enzyme #contents .about_02 .inner p.img span {
		margin: 0;
	}
}


@media screen and (max-width: 768px){
	#enzyme #contents .about_02 {
		padding: 120px 0 0;
	}

	#enzyme #contents .about_02::after {
		padding-bottom: calc(100%*398/750);
		background: url("../../img/health/enzyme/img04@2x.jpg") center bottom / 200% auto no-repeat;
	}

	#enzyme #contents .about_02 h3 {
		margin: 0 0 30px;
		background: url("../img/border.png") left top 55% / auto 8px repeat-x;
		font-size: 4.5vw;
	}

	#enzyme #contents .about_02 h3::before {
		width: 57px;
		height: 40px;
		background: url("../img/num02.svg") left top / 100% auto no-repeat;
		position: absolute;
		left: calc(50% - 28.5px);
		top: -60px;
	}

	#enzyme #contents .about_02 h3 span {
		padding: 0 10px;
	}

	#enzyme #contents .about_02 .inner {
		padding: 0 0 30px;
		display: block;
	}

	#enzyme #contents .about_02 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
		padding: 0 20px;
	}

	#enzyme #contents .about_02 .inner .box p.txt {
		padding: 0;
		font-size: 3.9vw;
		line-height: 1.8;
	}

	#enzyme #contents .about_02 .inner p.img {
		width: auto;
		max-width: inherit;
		text-align: center;
		font-size: 3vw;
	}

	#enzyme #contents .about_02 .inner p.img img {
		max-width: 40%;
	}

	#enzyme #contents .about_02 .inner p.img span {
		display: block;
	}
}



/*===============================================================

		#enzyme #contents .about_03 layout

===============================================================*/

#enzyme #contents .about_03 {
	margin: 120px 0 100px;
}

#enzyme #contents .about_03 .inner {
	max-width: 1100px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}

#enzyme #contents .about_03 .inner h3 {
	line-height: 1.2;
}

#enzyme #contents .about_03 .inner h3::before {
	width: 78px;
	height: 55px;
	background: url("../img/num03.svg") left top / 100% auto no-repeat;
	top: 5px;
}

#enzyme #contents .about_03 .inner .box {
	width: 51%;
	max-width: 540px;
	margin: 0 0 0 4vw;
	order: 1;
	flex-shrink: 0;
}

#enzyme #contents .about_03 .inner .box h3 + p {
	padding: 0 15px;
}

#enzyme #contents .about_03 .inner p.img {
	width: 442px;
	order: 0;
}

#enzyme #contents .about_03 .inner p.img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1400px){
	#enzyme #contents .about_03 .inner {
		padding: 0 20px 0 80px;
	}
}


@media screen and (max-width: 1100px){
	#enzyme #contents .about_03 .inner {
		max-width: inherit;
		padding: 0 20px;
		flex-flow: row wrap;
	}

	#enzyme #contents .about_03 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
		order: 0;
		flex-shrink: 1;
	}

	#enzyme #contents .about_03 .inner .box h3 {
		margin: 0 0 40px;
	}

	#enzyme #contents .about_03 .inner h3::before {
		top: -15px;
	}

	#enzyme #contents .about_03 .inner .box h3 br {
		display: none;
	}

	#enzyme #contents .about_03 .inner p.img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
		order: 1;
	}
}


@media screen and (max-width: 768px){
	#enzyme #contents .about_03 {
		margin: 80px 0;
		padding: 0;
	}

	#enzyme #contents .about_03 .inner {

	}

	#enzyme #contents .about_03 .inner h3::before {
		width: 57px;
		height: 40px;
		background: url("../img/num03.svg") left top / 100% auto no-repeat;
		top: 5px;
	}

	#enzyme #contents .about_03 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
		flex-shrink: 1;
	}

	#enzyme #contents .about_03 .inner .box h3 + p {
		padding: 0;
	}

	#enzyme #contents .about_03 .inner p.img {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}

	#enzyme #contents .about_03 .inner p.img img {
		max-width: 100%;
		height: auto;
	}
}



/*===============================================================

		#enzyme #contents .about_04 layout

===============================================================*/

#enzyme #contents .about_04 {
	padding: 80px 0 0;
	background-color: #F5F4F0;
	position: relative;
}

#enzyme #contents .about_04::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*358/1240);
	background: url("../../img/health/enzyme/img07@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}

#enzyme #contents .about_04 .inner {
	padding: 0 0 80px 20px;
	display: flex;
	justify-content: space-between;
}

#enzyme #contents .about_04 .inner h3 {
	line-height: 1.2;
}

#enzyme #contents .about_04 .inner h3::before {
	width: 81px;
	height: 55px;
	background: url("../img/num04.svg") left top / 100% auto no-repeat;
	top: 5px;
}

#enzyme #contents .about_04 .inner .box {
	width: 45%;
	max-width: 540px;
	margin: 0 4vw 0 60px;
}

#enzyme #contents .about_04 .inner .box h3 + p {
	padding: 0 15px;
}

#enzyme #contents .about_04 .inner p.img {
	width: 521px;
	margin: 0 20px 0 0;
}

#enzyme #contents .about_04 .inner p.img img {
	width: 100%;
	max-width: 521px;
	height: auto;
}


@media screen and (max-width: 1100px){
	#enzyme #contents .about_04 .inner {
		padding: 0 20px 60px;
		flex-flow: row wrap;
	}

	#enzyme #contents .about_04 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#enzyme #contents .about_04 .inner .box h3 {
		margin: 0 0 40px;
	}

	#enzyme #contents .about_04 .inner p.img {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#enzyme #contents .about_04 {
		padding: 60px 0 0;
	}

	#enzyme #contents .about_04::after {
		padding-bottom: calc(100%*398/750);
		background: url("../../img/health/enzyme/img07@2x.jpg") center bottom / 200% auto no-repeat;
	}

	#enzyme #contents .about_04 .inner {
		padding: 0 20px 40px;
		display: block;
	}

	#enzyme #contents .about_04 .inner h3::before {
		width: 59px;
		height: 40px;
		background: url("../img/num04.svg") left top / 100% auto no-repeat;
		top: 5px;
	}

	#enzyme #contents .about_04 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#enzyme #contents .about_04 .inner .box h3 + p {
		padding: 0;
	}

	#enzyme #contents .about_04 .inner p.img {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
	}

	#enzyme #contents .about_04 .inner p.img img {
		max-width: 100%;
		height: auto;
	}
}





/*====================================================================================

		#garlic layout

====================================================================================*/

/*===============================================================

		#garlic basic layout

===============================================================*/

#garlic {
}

#garlic #contents {

}

#garlic #contents .inner {

}


@media screen and (max-width: 768px){
	#garlic #contents {

	}

	#garlic #contents .inner {
		max-width: inherit;
		padding: 0;
	}
}



/*===============================================================

		#garlic .main_img layout

===============================================================*/

#garlic .main_img.lower {
	background: url("../../img/health/garlic/main_img@2x.jpg") left top / cover no-repeat;
}

#garlic .main_img.lower h2 {
	padding: 40px 70px 40px 50px;
}


@media screen and (max-width: 768px){
	#garlic .main_img.lower {
		background: url("../../img/health/garlic/main_img@2x.jpg") left 20% top / cover no-repeat;
	}

	#garlic .main_img.lower h2 {
		padding: 2.5vh 40px 2.5vh 20px;
	}
}



/*===============================================================

		#garlic #contents .what layout

===============================================================*/

#garlic #contents .what .inner {
	max-width: 870px;
}

#garlic #contents .what .inner dl {
	padding: 70px 4vw 50px;
}

#garlic #contents .what .inner dl::after {
	content: "";
	width: 214px;
	height: 177px;
	background: url("../../img/health/garlic/img01@2x.png") left top / 100% auto no-repeat;
	display: block;
	position: absolute;
	right: -93px;
	bottom: -60px;
}

#garlic #contents .what .inner dl dd {
	text-align: left;
	letter-spacing: 0;
}


@media screen and (max-width: 1270px){
	#garlic #contents .what .inner dl::after {
		right: -60px;
	}
}


@media screen and (max-width: 1200px){
	#garlic #contents .what .inner dl::after {
		content: "";
		width: 15vw;
		height: 177px;
		background: url("../../img/health/garlic/img01@2x.png") right bottom / 100% auto no-repeat;
		display: block;
		position: absolute;
		right: -1vw;
		bottom: -60px;
	}
}


@media screen and (max-width: 768px){
	#garlic #contents .what .inner dl::after {
		width: 35%;
		height: 15vh;
		background: url("../../img/health/garlic/img01@2x.png") left top / 100% auto no-repeat;
		right: -15px;
		bottom: -6vh;
	}

	#garlic #contents .what .inner dl dd {
		letter-spacing: 1px;
	}
}



/*===============================================================

		#garlic #contents .about_01 layout

===============================================================*/

#garlic #contents .about_01 {
	margin: 0 0 80px;
}

#garlic #contents .about_01 .inner {
	padding: 0 0 0 20px;
	display: flex;
}

#garlic #contents .about_01 .inner h3 {
	line-height: 1.2;
}

#garlic #contents .about_01 .inner h3::before {
	width: 74px;
	height: 55px;
	background: url("../img/num01.svg") left top / 100% auto no-repeat;
	top: 5px;
}

#garlic #contents .about_01 .inner .box {
	width: 51%;
	max-width: 540px;
	margin: 0 4vw 0 60px;
}

#garlic #contents .about_01 .inner .box h3 + p {
	padding: 0 15px;
}

#garlic #contents .about_01 .inner p.img {
	width: 466px;
	margin: 0 20px 0 0;
}

#garlic #contents .about_01 .inner p.img img {
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 1100px){
	#garlic #contents .about_01 .inner {
		padding: 0 20px;
		flex-flow: row wrap;
	}

	#garlic #contents .about_01 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#garlic #contents .about_01 .inner .box h3 {
		margin: 0 0 40px;
	}

	#garlic #contents .about_01 .inner p.img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#garlic #contents .about_01 {
		padding: 0;
	}

	#garlic #contents .about_01 .inner {
		padding: 0 20px;
		background: none;
	}

	#garlic #contents .about_01 .inner h3::before {
		width: 54px;
		height: 40px;
		background: url("../img/num01.svg") left top / 100% auto no-repeat;
		top: 5px;
	}

	#garlic #contents .about_01 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
	}

	#garlic #contents .about_01 .inner .box h3 {
		display: block;
	}

	#garlic #contents .about_01 .inner .box h3 + p {
		padding: 0;
	}

	#garlic #contents .about_01 .inner p.img {
		width: auto;
		max-width: inherit;
		margin: 0 auto;
	}

	#garlic #contents .about_01 .inner p.img img {
		width: 80%;
		max-width: inherit;
		height: auto;
	}
}



/*===============================================================

		#garlic #contents .about_02 layout

===============================================================*/

#garlic #contents .about_02 {
	padding: 180px 0 0;
	background-color: #F5F4F0;
	position: relative;
}

#garlic #contents .about_02::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*322/1240);
	background: url("../../img/health/garlic/img04@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}

#garlic #contents .about_02 .inner {
	padding: 0 20px 80px;
	display: flex;
}

#garlic #contents .about_02 h3 {
	margin: 0 0 60px;
	background: url("../img/border.png") left top 60% / auto 12px repeat-x;
	position: relative;
	text-align: center;
	color: #348b39;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

#garlic #contents .about_02 h3::before {
	content: "";
	width: 79px;
	height: 55px;
	background: url("../img/num02.svg") left top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% - 39px);
	top: -80px;
}

#garlic #contents .about_02 h3 span {
	padding: 0 30px;
	background-color: #F5F4F0;
	display: inline-block;
}

#garlic #contents .about_02 .inner .box {
	width: 47.6%;
	max-width: 590px;
	margin: 0 60px 0 60px;
}

#garlic #contents .about_02 .inner .box h3 {
	max-width: 540px;
}

#garlic #contents .about_02 .inner .box p.txt {
	padding: 0 15px;
	font-size: 18px;
	line-height: 2.0;
}
#garlic #contents .about_02 .inner .box p.txt span{
	font-size:14px;
}

#garlic #contents .about_02 .inner p.img {
	width: 400px;
}

#garlic #contents .about_02 .inner p.img img {
	width: 100%;
	max-width: 400px;
	height: auto;
}


@media screen and (max-width: 1200px){
	#garlic #contents .about_02 .inner .box {
		margin: 0 3vw 0 60px;
	}
}


@media screen and (max-width: 1100px){
	#garlic #contents .about_02 .inner {
		padding: 0 20px 60px;
		flex-flow: row wrap;
	}

	#garlic #contents .about_02 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#garlic #contents .about_02 .inner .box h3 {
		margin: 0 0 40px;
	}

	#garlic #contents .about_02 .inner p.img {
		width: 50%;
		margin: 0 auto;
		text-align: center;
	}

	#garlic #contents .about_02 .inner p.img span {
		margin: 0;
	}
}


@media screen and (max-width: 768px){
	#garlic #contents .about_02 {
		padding: 120px 0 0;
	}

	#garlic #contents .about_02::after {
		background: url("../../img/health/garlic/img04_sp.jpg") center bottom / cover no-repeat;
		padding-bottom:calc(100%*398/750);
	}

	#garlic #contents .about_02 h3 {
		margin: 0 0 30px;
		background: url("../img/border.png") left top 55% / auto 8px repeat-x;
		font-size: 4.5vw;
		line-height: 1.2;
	}

	#garlic #contents .about_02 h3::before {
		width: 57px;
		height: 40px;
		background: url("../img/num02.svg") left top / 100% auto no-repeat;
		position: absolute;
		left: calc(50% - 28.5px);
		top: -60px;
	}

	#garlic #contents .about_02 h3 span {
		padding: 0 10px;
	}

	#garlic #contents .about_02 .inner {
		padding: 0 0 30px;
		display: block;
	}

	#garlic #contents .about_02 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
		padding: 0 20px;
	}

	#garlic #contents .about_02 .inner .box p.txt {
		padding: 0;
		font-size: 3.9vw;
		line-height: 1.8;
	}

	#garlic #contents .about_02 .inner p.img {
		width: auto;
		max-width: inherit;
		text-align: center;
		font-size: 3vw;
	}

	#garlic #contents .about_02 .inner p.img img {
		max-width: 70%;
	}

	#garlic #contents .about_02 .inner p.img span {
		display: block;
	}
}



/*===============================================================

		#garlic #contents .about_03 layout

===============================================================*/

#garlic #contents .about_03 {
	margin: 120px 0 100px;
}

#garlic #contents .about_03 .inner {
	max-width: 1100px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}

#garlic #contents .about_03 .inner h3 {
	line-height: 1.2;
}

#garlic #contents .about_03 .inner h3::before {
	width: 78px;
	height: 55px;
	background: url("../img/num03.svg") left top / 100% auto no-repeat;
	top: 5px;
}

#garlic #contents .about_03 .inner .box {
	width: 51%;
	max-width: 540px;
	order: 1;
	flex-shrink: 0;
}

#garlic #contents .about_03 .inner .box h3 + p {
	padding: 0 15px;
}

#garlic #contents .about_03 .inner p.img {
	width: 442px;
	margin: 0 2vw 0 0;
	order: 0;
}

#garlic #contents .about_03 .inner p.img img {
	width: 100%;
	max-width: 442px;
	height: auto;
}


@media screen and (max-width: 1400px){
	#garlic #contents .about_03 .inner {
		padding: 0 20px 0 80px;
	}
}

@media screen and (max-width: 1286px){
	#garlic #contents .about_03 .inner .box h3 br {
		display: none;
	}
}


@media screen and (max-width: 1100px){
	#garlic #contents .about_03 .inner {
		max-width: inherit;
		padding: 0 20px;
		flex-flow: row wrap;
	}

	#garlic #contents .about_03 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
		order: 0;
		flex-shrink: 1;
	}

	#garlic #contents .about_03 .inner .box h3 {
		margin: 0 0 40px;
	}

	#garlic #contents .about_03 .inner h3::before {
		top: 5px;
	}

	#garlic #contents .about_03 .inner .box h3 br {
		display: none;
	}

	#garlic #contents .about_03 .inner p.img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
		order: 1;
	}
}


@media screen and (max-width: 768px){
	#garlic #contents .about_03 {
		margin: 80px 0;
		padding: 0;
	}

	#garlic #contents .about_03 .inner {

	}

	#garlic #contents .about_03 .inner h3::before {
		width: 57px;
		height: 40px;
		background: url("../img/num03.svg") left top / 100% auto no-repeat;
		top: 5px;
	}

	#garlic #contents .about_03 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
		flex-shrink: 1;
	}

	#garlic #contents .about_03 .inner .box h3 + p {
		padding: 0;
	}

	#garlic #contents .about_03 .inner p.img {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}

	#garlic #contents .about_03 .inner p.img img {
		max-width: 90%;
		height: auto;
	}
}



/*===============================================================

		#garlic #contents .about_04 layout

===============================================================*/

#garlic #contents .about_04 {
	padding: 180px 0 100px;
	background-color: #ECF3EB;
	position: relative;
}

#garlic #contents .about_04 .inner {
	max-width: 1100px;
	padding: 0 20px;
	display: block;
}

#garlic #contents .about_04 h3 {
	margin: 0 0 60px;
	background: url("../img/border.png") left top 60% / auto 12px repeat-x;
	position: relative;
	text-align: center;
	color: #348b39;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

#garlic #contents .about_04 h3::before {
	content: "";
	width: 81px;
	height: 55px;
	background: url("../img/num04.svg") left top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% - 39px);
	top: -80px;
}

#garlic #contents .about_04 h3 span {
	padding: 0 30px;
	background-color: #ECF3EB;
	display: inline-block;
}

#garlic #contents .about_04 .inner > p {
	margin: 0 0 40px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 2.0;
}

#garlic #contents .about_04 .inner .box {
	display: flex;
	justify-content: space-between;
}

#garlic #contents .about_04 .inner .box p.txt {
	width: 51%;
	max-width: 540px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 2.0;
}

#garlic #contents .about_04 .inner .box p.img {
	width: 475px;
	margin: 0 0 0 2vw;
}

#garlic #contents .about_04 .inner .box p.img img {
	width: 100%;
	max-width: 475px;
	height: auto;
}


@media screen and (max-width: 1400px){
	#garlic #contents .about_04 .inner > p {
		margin: 0 0 40px 60px;
	}

	#garlic #contents .about_04 .inner .box {
		margin: 0 0 0 60px;
	}
}


@media screen and (max-width: 1100px){
	#garlic #contents .about_04 h3 {
		margin: 0 0 40px;
	}

	#garlic #contents .about_04 .inner > p {
		margin: 0;
	}

	#garlic #contents .about_04 .inner .box {
		margin: 0;
		flex-flow: row wrap;
	}

	#garlic #contents .about_04 .inner .box p.txt {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#garlic #contents .about_04 .inner .box p.img {
		width: 50%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#garlic #contents .about_04 {
		padding: 120px 0 80px;
	}

	#garlic #contents .about_04 h3 {
		margin: 0 0 30px;
		background: url("../img/border.png") left top 55% / auto 8px repeat-x;
		font-size: 4.5vw;
		line-height: 1.2;
	}

	#garlic #contents .about_04 h3::before {
		width: 59px;
		height: 40px;
		background: url("../img/num04.svg") left top / 100% auto no-repeat;
		position: absolute;
		left: calc(50% - 28.5px);
		top: -60px;
	}

	#garlic #contents .about_04 h3 span {
		padding: 0 10px;
	}

	#garlic #contents .about_04 .inner {
		display: block;
	}

	#garlic #contents .about_04 .inner > p {
		padding: 0;
		font-size: 3.9vw;
		line-height: 1.8;
	}

	#garlic #contents .about_04 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0;
		padding: 0;
	}

	#garlic #contents .about_04 .inner .box p.txt {
		padding: 0;
		font-size: 3.9vw;
		line-height: 1.8;
	}

	#garlic #contents .about_04 .inner .box p.img {
		width: auto;
		max-width: inherit;
		text-align: center;
	}

	#garlic #contents .about_04 .inner .box p.img img {
		max-width: 90%;
	}
}



/*===============================================================

		#garlic #contents .about_05 layout

===============================================================*/

#garlic #contents .about_05 {
	padding: 80px 0 0;
	background-color: #fff;
	position: relative;
}

#garlic #contents .about_05::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*358/1240);
	background: url("../../img/health/garlic/img08@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}

#garlic #contents .about_05 .inner {
	padding: 0 0 80px 20px;
	display: flex;
}

#garlic #contents .about_05 .inner h3 {
	line-height: 1.2;
}

#garlic #contents .about_05 .inner h3::before {
	width: 79px;
	height: 58px;
	background: url("../img/num05.svg") left top / 100% auto no-repeat;
	top: 5px;
}

#garlic #contents .about_05 .inner .box {
	width: 45%;
	max-width: 540px;
	margin: 0 3vw 0 60px;
}

#garlic #contents .about_05 .inner .box h3 + p {
	padding: 0 15px;
}

#garlic #contents .about_05 .inner p.img {
	width: 521px;
	margin: 0 20px 0 0;
}

#garlic #contents .about_05 .inner p.img img {
	width: 100%;
	max-width: 521px;
	height: auto;
}


@media screen and (max-width: 1100px){
	#garlic #contents .about_05 .inner {
		padding: 0 20px 60px;
		flex-flow: row wrap;
	}

	#garlic #contents .about_05 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#garlic #contents .about_05 .inner .box h3 {
		margin: 0 0 40px;
	}

	#garlic #contents .about_05 .inner p.img {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#garlic #contents .about_05 {
		padding: 60px 0 0;
	}

	#garlic #contents .about_05::after {
		background: url("../../img/health/garlic/img08_sp.jpg") center bottom / cover no-repeat;
		padding-bottom:calc(100%*398/750);
	}

	#garlic #contents .about_05 .inner {
		padding: 0 20px 40px;
		display: block;
	}

	#garlic #contents .about_05 .inner h3::before {
		width: 54px;
		height: 40px;
		background: url("../img/num05.svg") left top / 100% auto no-repeat;
		top: 5px;
	}

	#garlic #contents .about_05 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#garlic #contents .about_05 .inner .box h3 + p {
		padding: 0;
	}

	#garlic #contents .about_05 .inner p.img {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
	}

	#garlic #contents .about_05 .inner p.img img {
		max-width: 100%;
		height: auto;
	}
}





/*====================================================================================

		#orange-koji layout

====================================================================================*/

/*===============================================================

		#orange-koji basic layout

===============================================================*/

#orange-koji {
}

#orange-koji #contents {

}

#orange-koji #contents .inner {

}


@media screen and (max-width: 768px){
	#orange-koji #contents {

	}

	#orange-koji #contents .inner {
		max-width: inherit;
		padding: 0;
	}
}



/*===============================================================

		#orange-koji .main_img layout

===============================================================*/

#orange-koji .main_img.lower {
	background: url("../../img/health/orange-koji/main_img@2x.jpg") left top / cover no-repeat;
}

#orange-koji .main_img.lower h2 {
	padding: 40px 70px 40px 50px;
}


@media screen and (max-width: 768px){
	#orange-koji .main_img.lower {
		background: url("../../img/health/orange-koji/main_img@2x.jpg") left 20% top / cover no-repeat;
	}

	#orange-koji .main_img.lower h2 {
		padding: 2.5vh 40px 2.5vh 20px;
	}
}



/*===============================================================

		#orange-koji #contents .what layout

===============================================================*/

#orange-koji #contents .what .inner dl {
	padding: 70px 4vw 50px;
}

#orange-koji #contents .what .inner dl::after {
	content: "";
	width: 220px;
	height: 157px;
	background: url("../../img/health/orange-koji/img01@2x.png?ver=220330") left top / 100% auto no-repeat;
	display: block;
	position: absolute;
	right: -80px;
	bottom: -100px;
}


@media screen and (max-width: 1270px){
	#orange-koji #contents .what .inner dl::after {
		right: -60px;
	}
}


@media screen and (max-width: 1200px){
	#orange-koji #contents .what .inner dl::after {
		content: "";
		width: 15vw;
		height: 177px;
		background: url("../../img/health/orange-koji/img01@2x.png") right bottom / 100% auto no-repeat;
		display: block;
		position: absolute;
		right: -1vw;
		bottom: -80px;
	}
}


@media screen and (max-width: 768px){
	#orange-koji #contents .what .inner dl::after {
		width: 35%;
		height: 14vh;
		background: url("../../img/health/orange-koji/img01@2x.png") left top / 100% auto no-repeat;
		right: -15px;
		bottom: -5vh;
	}
}



/*===============================================================

		#orange-koji #contents .about_01 layout

===============================================================*/

#orange-koji #contents .about_01 {
	margin: 180px 0 100px;
}

#orange-koji #contents .about_01 .inner {
	max-width: 1100px;
	padding: 0 20px;
}

#orange-koji #contents .about_01 h3 {
	margin: 0 0 60px;
	background: url("../img/border.png") left top 60% / auto 12px repeat-x;
	position: relative;
	text-align: center;
	color: #348b39;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

#orange-koji #contents .about_01 h3::before {
	content: "";
	width: 74px;
	height: 55px;
	background: url("../img/num01.svg") left top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% - 39px);
	top: -80px;
}

#orange-koji #contents .about_01 h3 span {
	padding: 0 30px;
	background-color: #fff;
	display: inline-block;
}

#orange-koji #contents .about_01 .inner p.txt {
	width: 100%;
	margin: 0 0 60px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 2.0;
}

#orange-koji #contents .about_01 .inner p.img {
	width: 100%;
	padding: 0 15px;
	text-align: center;
}

#orange-koji #contents .about_01 .inner p.img img {
	width: 1041px;
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 1460px){
	#orange-koji #contents .about_01 .box {
		padding: 0 20px 0 60px;
	}
}


@media screen and (max-width: 1100px){
	#orange-koji #contents .about_01 h3 {
		margin: 0 0 40px;
	}

	#orange-koji #contents .about_01 .box {
		padding: 0;
	}

	#orange-koji #contents .about_01 .inner p.txt {
		margin: 0 0 40px;
	}
}


@media screen and (max-width: 768px){
	#orange-koji #contents .about_01 {
		margin: 120px 0 80px;
		padding: 0;
	}

	#orange-koji #contents .about_01 h3 {
		margin: 0 0 30px;
		background: url("../img/border.png") left top 55% / auto 8px repeat-x;
		font-size: 4.5vw;
		line-height: 1.2;
	}

	#orange-koji #contents .about_01 h3::before {
		width: 54px;
		height: 40px;
		background: url("../img/num01.svg") left top / 100% auto no-repeat;
		position: absolute;
		left: calc(50% - 28.5px);
		top: -60px;
	}

	#orange-koji #contents .about_01 h3 span {
		padding: 0 10px;
	}

	#orange-koji #contents .about_01 .inner .box p.txt {
		padding: 0;
		font-size: 3.9vw;
		line-height: 1.8;
	}

	#orange-koji #contents .about_01 .inner .box p.img {
		width: auto;
		padding: 0;
		max-width: inherit;
		text-align: center;
		font-size: 3vw;
	}

	#orange-koji #contents .about_01 .inner .box p.img img {
		max-width: 100%;
	}
}



/*===============================================================

		#orange-koji #contents .about_02 layout

===============================================================*/

#orange-koji #contents .about_02 {
	padding: 80px 0 0;
	background-color: #F5F4F0;
	position: relative;
}

#orange-koji #contents .about_02::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*322/1240);
	background: url("../../img/health/orange-koji/img04@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}

#orange-koji #contents .about_02 .inner {
	max-width: 1280px;
	padding: 0 20px 80px;
	display: flex;
}

#orange-koji #contents .about_02 .inner h3::before {
	width: 79px;
	height: 55px;
	background: url("../img/num02.svg") left top / 100% auto no-repeat;
	top: -15px;
}

#orange-koji #contents .about_02 .inner .box {
	width: 50%;
	max-width: 570px;
	margin: 0 4vw 0 60px;
}

#orange-koji #contents .about_02 .inner .box h3 {

}

#orange-koji #contents .about_02 .inner .box h3 + p {
	padding: 0 15px;
}

#orange-koji #contents .about_02 .inner p.img {
	width: 521px;
}

#orange-koji #contents .about_02 .inner p.img img {
	width: 100%;
	max-width: 521px;
	height: auto;
}


@media screen and (max-width: 1410px){
	#orange-koji #contents .about_02 .inner h3::before {
		top: 5px;
	}
}


@media screen and (max-width: 1200px){
	#orange-koji #contents .about_02 .inner .box {
		margin: 0 4vw 0 60px;
	}
}


@media screen and (max-width: 1100px){
	#orange-koji #contents .about_02 .inner {
		padding: 0 20px 60px;
		flex-flow: row wrap;
	}

	#orange-koji #contents .about_02 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#orange-koji #contents .about_02 .inner .box h3 {
		margin: 0 0 40px;
	}

	#orange-koji #contents .about_02 .inner h3::before {
		top: -15px;
	}

	#orange-koji #contents .about_02 .inner p.img {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#orange-koji #contents .about_02 {
		padding: 60px 0 0;
	}

	#orange-koji #contents .about_02::after {
		background: url("../../img/health/orange-koji/img04_sp.jpg") center bottom / cover no-repeat;
		padding-bottom:calc(100%*398/750);
	}

	#orange-koji #contents .about_02 .wrapper {

	}

	#orange-koji #contents .about_02 .inner {
		padding: 0 0 30px;
		display: block;
	}

	#orange-koji #contents .about_02 .inner h3::before {
		width: 57px;
		height: 40px;
		background: url("../img/num02.svg") left top / 100% auto no-repeat;
		top: 0;
	}

	#orange-koji #contents .about_02 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
		padding: 0 20px;
	}

	#orange-koji #contents .about_02 .inner .box h3 + p {
		padding: 0;
	}

	#orange-koji #contents .about_02 .inner p.img {
		width: auto;
		max-width: inherit;
		text-align: center;
		font-size: 3vw;
	}

	#orange-koji #contents .about_02 .inner p.img img {
		max-width: 80%;
	}

	#orange-koji #contents .about_02 .inner p.img span {
		display: block;
		text-align: right;
	}
}



/*===============================================================

		#orange-koji #contents .about_03 layout

===============================================================*/

#orange-koji #contents .about_03 {
	margin: 120px 0 100px;
}

#orange-koji #contents .about_03 .inner {
	max-width: 1100px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}

#orange-koji #contents .about_03 .inner h3 {
	line-height: 1.2;
}

#orange-koji #contents .about_03 .inner h3::before {
	width: 78px;
	height: 55px;
	background: url("../img/num03.svg") left top / 100% auto no-repeat;
	top: 5px;
}

#orange-koji #contents .about_03 .inner .box {
	width: 51%;
	max-width: 540px;
	order: 1;
	flex-shrink: 0;
}

#orange-koji #contents .about_03 .inner .box h3 + p {
	padding: 0 15px;
}

#orange-koji #contents .about_03 .inner p.img {
	width: 456px;
	margin: 0 4vw 0 0;
	order: 0;
}

#orange-koji #contents .about_03 .inner p.img img {
	width: 100%;
	max-width: 456px;
	height: auto;
}


@media screen and (max-width: 1400px){
	#orange-koji #contents .about_03 .inner {
		padding: 0 20px 0 80px;
	}
}

@media screen and (max-width: 1286px){
	#orange-koji #contents .about_03 .inner .box h3 br {
		display: none;
	}
}


@media screen and (max-width: 1100px){
	#orange-koji #contents .about_03 .inner {
		max-width: inherit;
		padding: 0 20px;
		flex-flow: row wrap;
	}

	#orange-koji #contents .about_03 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
		order: 0;
		flex-shrink: 1;
	}

	#orange-koji #contents .about_03 .inner .box h3 {
		margin: 0 0 40px;
	}

	#orange-koji #contents .about_03 .inner h3::before {
		top: 5px;
	}

	#orange-koji #contents .about_03 .inner .box h3 br {
		display: inline;
	}

	#orange-koji #contents .about_03 .inner p.img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
		order: 1;
	}
}


@media screen and (max-width: 768px){
	#orange-koji #contents .about_03 {
		margin: 80px 0;
		padding: 0;
	}

	#orange-koji #contents .about_03 .inner {

	}

	#orange-koji #contents .about_03 .inner h3::before {
		width: 57px;
		height: 40px;
		background: url("../img/num03.svg") left top / 100% auto no-repeat;
		top: 5px;
	}

	#orange-koji #contents .about_03 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
		flex-shrink: 1;
	}

	#orange-koji #contents .about_03 .inner .box h3 + p {
		padding: 0;
	}

	#orange-koji #contents .about_03 .inner p.img {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}

	#orange-koji #contents .about_03 .inner p.img img {
		max-width: 90%;
		height: auto;
	}
}



/*===============================================================

		#orange-koji #contents .about_04 layout

===============================================================*/

#orange-koji #contents .about_04 {
	padding: 100px 0;
	background-color: #ECF3EB;
	position: relative;
}

#orange-koji #contents .about_04 .inner {
	padding: 0 20px;
	display: flex;
}

#orange-koji #contents .about_04 .inner h3 {
	line-height: 1.2;
}

#orange-koji #contents .about_04 .inner h3::before {
	width: 81px;
	height: 55px;
	background: url("../img/num04.svg") left top / 100% auto no-repeat;
	top: 5px;
}

#orange-koji #contents .about_04 .inner .box {
	width: 50%;
	max-width: 570px;
	margin: 0 60px 0 60px;
}

#orange-koji #contents .about_04 .inner .box h3 + p {
	padding: 0 15px;
}

#orange-koji #contents .about_04 .inner p.img {
	width: 465px;
	margin: 0 20px 0 0;
}

#orange-koji #contents .about_04 .inner p.img img {
	width: 100%;
	max-width: 465px;
	height: auto;
}


@media screen and (max-width: 1375px){
	#orange-koji #contents .about_04 .inner .box h3 br {
		display: none;
	}
}


@media screen and (max-width: 1100px){
	#orange-koji #contents .about_04 .inner {
		padding: 0 20px;
		flex-flow: row wrap;
	}

	#orange-koji #contents .about_04 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#orange-koji #contents .about_04 .inner .box h3 {
		margin: 0 0 40px;
	}

	#orange-koji #contents .about_04 .inner .box h3 br {
		display: inline;
	}

	#orange-koji #contents .about_04 .inner p.img {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#orange-koji #contents .about_04 {
		padding: 60px 0 80px;
	}

	#orange-koji #contents .about_04 .inner {
		padding: 0 20px;
		display: block;
	}

	#orange-koji #contents .about_04 .inner h3::before {
		width: 59px;
		height: 40px;
		background: url("../img/num04.svg") left top / 100% auto no-repeat;
		top: 5px;
	}

	#orange-koji #contents .about_04 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#orange-koji #contents .about_04 .inner .box h3 br {
		display: none;
	}

	#orange-koji #contents .about_04 .inner .box h3 + p {
		padding: 0;
	}

	#orange-koji #contents .about_04 .inner p.img {
		width: auto;
		max-width: inherit;
		margin: 0;
	}

	#orange-koji #contents .about_04 .inner p.img img {
		max-width: 100%;
		height: auto;
	}
}



/*===============================================================

		#orange-koji #contents .about_05 layout

===============================================================*/

#orange-koji #contents .about_05 {
	margin: 180px 0 100px;
}

#orange-koji #contents .about_05 .inner {
	max-width: 1100px;
	padding: 0 20px;
}

#orange-koji #contents .about_05 h3 {
	margin: 0 0 60px;
	background: url("../img/border.png") left top 60% / auto 12px repeat-x;
	position: relative;
	text-align: center;
	color: #348b39;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

#orange-koji #contents .about_05 h3::before {
	content: "";
	width: 79px;
	height: 58px;
	background: url("../img/num05.svg") left top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% - 39px);
	top: -80px;
}

#orange-koji #contents .about_05 h3 span {
	padding: 0 30px;
	background-color: #fff;
	display: inline-block;
}

#orange-koji #contents .about_05 h3 br {
	display: none;
}

#orange-koji #contents .about_05 .inner p.txt {
	width: 100%;
	margin: 0 0 60px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 2.0;
}

#orange-koji #contents .about_05 .inner p.img {
	width: 100%;
	padding: 0 15px;
	text-align: center;
}

#orange-koji #contents .about_05 .inner p.img img {
	width: 1041px;
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 1460px){
	#orange-koji #contents .about_05 .box {
		padding: 0 20px 0 60px;
	}
}


@media screen and (max-width: 1100px){
	#orange-koji #contents .about_05 h3 {
		margin: 0 0 40px;
		line-height: 1.2;
	}

	#orange-koji #contents .about_05 h3 br {
		display: inline;
	}

	#orange-koji #contents .about_05 .box {
		padding: 0;
	}

	#orange-koji #contents .about_05 .inner p.txt {
		margin: 0 0 40px;
	}
}


@media screen and (max-width: 768px){
	#orange-koji #contents .about_05 {
		margin: 120px 0 80px;
		padding: 0;
	}

	#orange-koji #contents .about_05 h3 {
		margin: 0 0 30px;
		background: url("../img/border.png") left top 55% / auto 8px repeat-x;
		font-size: 4.5vw;
		line-height: 1.2;
	}

	#orange-koji #contents .about_05 h3::before {
		width: 54px;
		height: 40px;
		background: url("../img/num05.svg") left top / 100% auto no-repeat;
		position: absolute;
		left: calc(50% - 28.5px);
		top: -60px;
	}

	#orange-koji #contents .about_05 h3 span {
		padding: 0 10px;
	}

	#orange-koji #contents .about_05 .inner .box p.txt {
		padding: 0;
		font-size: 3.9vw;
		line-height: 1.8;
	}

	#orange-koji #contents .about_05 .inner .box p.img {
		width: auto;
		padding: 0;
		max-width: inherit;
		text-align: center;
		font-size: 3vw;
	}

	#orange-koji #contents .about_05 .inner .box p.img img {
		max-width: 100%;
	}
}



/*===============================================================

		#orange-koji #contents .about_06 layout

===============================================================*/

#orange-koji #contents .about_06 {
	padding: 90px 0 0;
	background-color: #F5F4F0;
	position: relative;
}

#orange-koji #contents .about_06::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*358/1240);
	background: url("../../img/health/orange-koji/img09@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}

#orange-koji #contents .about_06 .inner {
	padding: 0 0 80px 20px;
	display: flex;
	justify-content: space-between;
}

#orange-koji #contents .about_06 .inner h3 {
	line-height: 1.2;
}

#orange-koji #contents .about_06 .inner h3::before {
	width: 80px;
	height: 55px;
	background: url("../img/num06.svg") left top / 100% auto no-repeat;
	top: 5px;
}

#orange-koji #contents .about_06 .inner .box {
	width: 45%;
	max-width: 540px;
	margin: 0 48px 0 60px;
}

#orange-koji #contents .about_06 .inner .box h3 + p {
	padding: 0 15px;
}

#orange-koji #contents .about_06 .inner p.img {
	width: 521px;
	margin: 0 20px 0 0;
}

#orange-koji #contents .about_06 .inner p.img img {
	width: 100%;
	max-width: 521px;
	height: auto;
}


@media screen and (max-width: 1100px){
	#orange-koji #contents .about_06 .inner {
		padding: 0 20px 60px;
		flex-flow: row wrap;
	}

	#orange-koji #contents .about_06 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#orange-koji #contents .about_06 .inner .box h3 {
		margin: 0 0 40px;
	}

	#orange-koji #contents .about_06 .inner p.img {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#orange-koji #contents .about_06 {
		padding: 60px 0 0;
	}

	#orange-koji #contents .about_06::after {
		padding-bottom: calc(100%*398/750);
		background: url("../../img/health/orange-koji/img09@2x.jpg") center bottom / 200% auto no-repeat;
	}

	#orange-koji #contents .about_06 .inner {
		padding: 0 20px 40px;
		display: block;
	}

	#orange-koji #contents .about_06 .inner h3::before {
		width: 58px;
		height: 40px;
		background: url("../img/num06.svg") left top / 100% auto no-repeat;
		top: 5px;
	}

	#orange-koji #contents .about_06 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#orange-koji #contents .about_06 .inner .box h3 + p {
		padding: 0;
	}

	#orange-koji #contents .about_06 .inner p.img {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
	}

	#orange-koji #contents .about_06 .inner p.img img {
		max-width: 100%;
		height: auto;
	}
}





/*====================================================================================

		#caiapo layout

====================================================================================*/

/*===============================================================

		#caiapo basic layout

===============================================================*/

#caiapo {
}

#caiapo #contents {

}

#caiapo #contents .inner {

}


@media screen and (max-width: 768px){
	#caiapo #contents {

	}

	#caiapo #contents .inner {
		max-width: inherit;
		padding: 0;
	}
}



/*===============================================================

		#caiapo .main_img layout

===============================================================*/

#caiapo .main_img.lower {
	background: url("../../img/health/caiapo/main_img@2x.jpg") left top / cover no-repeat;
}

#caiapo .main_img.lower h2 {
	padding: 40px 70px 40px 50px;
}


@media screen and (max-width: 768px){
	#caiapo .main_img.lower {
		background: url("../../img/health/caiapo/main_img@2x.jpg") left 20% top / cover no-repeat;
	}

	#caiapo .main_img.lower h2 {
		padding: 2.5vh 40px 2.5vh 20px;
	}
}



/*===============================================================

		#caiapo #contents .what layout

===============================================================*/

#caiapo #contents .what .inner dl {
	padding: 70px 4vw 50px;
}

#caiapo #contents .what .inner dl::after {
	content: "";
	width: 199px;
	height: 203px;
	background: url("../../img/health/caiapo/img01@2x.png") left top / 100% auto no-repeat;
	display: block;
	position: absolute;
	right: -32px;
	bottom: -30px;
}


@media screen and (max-width: 1270px){
	#caiapo #contents .what .inner dl::after {
		right: -60px;
	}
}


@media screen and (max-width: 1200px){
	#caiapo #contents .what .inner dl::after {
		content: "";
		width: 15vw;
		height: 177px;
		background: url("../../img/health/caiapo/img01@2x.png") right bottom / 100% auto no-repeat;
		display: block;
		position: absolute;
		right: -1vw;
		bottom: -80px;
	}
}


@media screen and (max-width: 1000px){
	#caiapo #contents .what .inner dl dd .sp_none {
		display: none;
	}
}


@media screen and (max-width: 768px){
	#caiapo #contents .what .inner dl::after {
		width: 30%;
		height: 16vh;
		background: url("../../img/health/caiapo/img01@2x.png") left top / 100% auto no-repeat;
		right: -15px;
		bottom: -6vh;
	}
}



/*===============================================================

		#caiapo #contents .about_01 layout

===============================================================*/

#caiapo #contents .about_01 {
	margin: 0 0 80px;
}

#caiapo #contents .about_01 .inner {
	padding: 0 0 0 20px;
	display: flex;
}

#caiapo #contents .about_01 .inner h3 {
	line-height: 1.2;
}

#caiapo #contents .about_01 .inner h3::before {
	width: 74px;
	height: 55px;
	background: url("../img/num01.svg") left top / 100% auto no-repeat;
	top: 5px;
}

#caiapo #contents .about_01 .inner .box {
	width: 44%;
	max-width: 540px;
	margin: 0 3vw 0 60px;
}

#caiapo #contents .about_01 .inner .box h3 + p {
	padding: 0 15px;
}

#caiapo #contents .about_01 .inner p.img {
	width: 475px;
	margin: 20px 0 0;
}

#caiapo #contents .about_01 .inner p.img img {
	width: 100%;
	max-width: 475px;
	height: auto;
}


@media screen and (max-width: 1356px){
	#caiapo #contents .about_01 .inner h3::before {
		top: 5px;
	}
}


@media screen and (max-width: 1100px){
	#caiapo #contents .about_01 .inner {
		padding: 0 20px;
		flex-flow: row wrap;
	}

	#caiapo #contents .about_01 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#caiapo #contents .about_01 .inner .box h3 {
		margin: 0 0 40px;
	}


	#caiapo #contents .about_01 .inner p.img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#caiapo #contents .about_01 {
		padding: 0;
	}

	#caiapo #contents .about_01 .inner {
		padding: 0 20px;
		background: none;
	}

	#caiapo #contents .about_01 .inner h3::before {
		width: 54px;
		height: 40px;
		background: url("../img/num01.svg") left top / 100% auto no-repeat;
		top: calc(50% - 30px);
	}

	#caiapo #contents .about_01 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#caiapo #contents .about_01 .inner .box h3 + p {
		padding: 0;
	}

	#caiapo #contents .about_01 .inner p.img {
		width: auto;
		max-width: inherit;
		margin: 0 auto;
	}

	#caiapo #contents .about_01 .inner p.img img {
		width: 80%;
		max-width: inherit;
		height: auto;
	}
}



/*===============================================================

		#caiapo #contents .about_02 layout

===============================================================*/

#caiapo #contents .about_02 {
	padding: 180px 0 0;
	background-color: #F5F4F0;
	position: relative;
}

#caiapo #contents .about_02::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*358/1240);
	background: url("../../img/health/caiapo/img03@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}

#caiapo #contents .about_02 .inner {
	max-width: 1100px;
	padding: 0 20px;
}

#caiapo #contents .about_02 h3 {
	margin: 0 0 60px;
	background: url("../img/border.png") left top 60% / auto 12px repeat-x;
	position: relative;
	text-align: center;
	color: #348b39;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

#caiapo #contents .about_02 h3::before {
	content: "";
	width: 79px;
	height: 55px;
	background: url("../img/num02.svg") left top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% - 39px);
	top: -80px;
}

#caiapo #contents .about_02 h3 span {
	padding: 0 30px;
	background-color: #F5F4F0;
	display: inline-block;
}

#caiapo #contents .about_02 .inner p.txt {
	width: 100%;
	margin: 0 0 60px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 2.0;
}

#caiapo #contents .about_02 .inner p.img {
	width: 100%;
	padding: 0 15px;
	text-align: center;
}

#caiapo #contents .about_02 .inner p.img img {
	width: 100%;
	max-width: 1041px;
	height: auto;
}


@media screen and (max-width: 1460px){
	#caiapo #contents .about_02 .box {
		padding: 0 20px 0 60px;
	}
}


@media screen and (max-width: 1100px){
	#caiapo #contents .about_02 h3 {
		margin: 0 0 40px;
	}

	#caiapo #contents .about_02 .box {
		padding: 0;
	}

	#caiapo #contents .about_02 .inner p.txt {
		margin: 0 0 40px;
	}
}


@media screen and (max-width: 768px){
	#caiapo #contents .about_02 {
		padding: 120px 0 0;
	}

	#caiapo #contents .about_02::after {
		padding-bottom: calc(100%*398/750);
		background: url("../../img/health/caiapo/img03@2x.jpg") center bottom / 200% auto no-repeat;
	}

	#caiapo #contents .about_02 h3 {
		margin: 0 0 30px;
		background: url("../img/border.png") left top 55% / auto 8px repeat-x;
		font-size: 4.5vw;
		line-height: 1.2;
	}

	#caiapo #contents .about_02 h3::before {
		width: 57px;
		height: 40px;
		background: url("../img/num02.svg") left top / 100% auto no-repeat;
		position: absolute;
		left: calc(50% - 28.5px);
		top: -60px;
	}

	#caiapo #contents .about_02 h3 span {
		padding: 0 10px;
	}

	#caiapo #contents .about_02 .inner .box p.txt {
		padding: 0;
		font-size: 3.9vw;
		line-height: 1.8;
	}

	#caiapo #contents .about_02 .inner .box p.img {
		width: auto;
		padding: 0;
		max-width: inherit;
		text-align: center;
		font-size: 3vw;
	}

	#caiapo #contents .about_02 .inner .box p.img img {
		max-width: inherit;
	}
}



/*===============================================================

		#caiapo #contents .about_03 layout

===============================================================*/

#caiapo #contents .about_03 {
	padding: 80px 0;
	background-color: #ECF3EB;
}

#caiapo #contents .about_03 .inner {
	max-width: 1100px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}

#caiapo #contents .about_03 .inner h3 {
	line-height: 1.2;
}

#caiapo #contents .about_03 .inner h3::before {
	width: 78px;
	height: 55px;
	background: url("../img/num03.svg") left top / 100% auto no-repeat;
	top: -15px;
}

#caiapo #contents .about_03 .inner .box {
	width: 51%;
	max-width: 540px;
	order: 1;
	flex-shrink: 0;
}

#caiapo #contents .about_03 .inner .box h3 + p {
	padding: 0 15px;
}

#caiapo #contents .about_03 .inner p.img {
	width: 442px;
	margin: 0 2vw 0 0;
	order: 0;
}

#caiapo #contents .about_03 .inner p.img img {
	width: 100%;
	max-width: 442px;
	height: auto;
}


@media screen and (max-width: 1400px){
	#caiapo #contents .about_03 .inner {
		padding: 0 20px 0 80px;
	}

	#caiapo #contents .about_03 .inner h3::before {
		top: 5px;
	}
}

@media screen and (max-width: 1286px){
	#caiapo #contents .about_03 .inner .box h3 br {
		display: none;
	}
}


@media screen and (max-width: 1100px){
	#caiapo #contents .about_03 .inner {
		max-width: inherit;
		padding: 0 20px;
		flex-flow: row wrap;
	}

	#caiapo #contents .about_03 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
		order: 0;
		flex-shrink: 1;
	}

	#caiapo #contents .about_03 .inner .box h3 {
		margin: 0 0 40px;
	}

	#caiapo #contents .about_03 .inner h3::before {
		top: -15px;
	}

	#caiapo #contents .about_03 .inner .box h3 br {
		display: inline;
	}

	#caiapo #contents .about_03 .inner p.img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
		order: 1;
	}
}


@media screen and (max-width: 768px){
	#caiapo #contents .about_03 {
		padding: 60px 0 80px;
	}

	#caiapo #contents .about_03 .inner {

	}

	#caiapo #contents .about_03 .inner h3::before {
		width: 57px;
		height: 40px;
		background: url("../img/num03.svg") left top / 100% auto no-repeat;
		top: calc(50% - 30px);
	}

	#caiapo #contents .about_03 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
		flex-shrink: 1;
	}

	#caiapo #contents .about_03 .inner .box h3 + p {
		padding: 0;
	}

	#caiapo #contents .about_03 .inner p.img {
		width: auto;
		margin: 0 auto;
		text-align: center;
	}

	#caiapo #contents .about_03 .inner p.img img {
		max-width: 90%;
		height: auto;
	}
}



/*===============================================================

		#caiapo #contents .about_04 layout

===============================================================*/

#caiapo #contents .about_04 {
	padding: 80px 0;
	background-color: #fff;
	position: relative;
}

#caiapo #contents .about_04 .inner {
	padding: 0 20px;
	display: flex;
}

#caiapo #contents .about_04 .inner h3 {
	line-height: 1.2;
}

#caiapo #contents .about_04 .inner h3::before {
	width: 81px;
	height: 58px;
	background: url("../img/num04.svg") left top / 100% auto no-repeat;
	top: -15px;
}

#caiapo #contents .about_04 .inner .box {
	width: 47%;
	max-width: 560px;
	margin: 0 3vw 0 60px;
}

#caiapo #contents .about_04 .inner .box h3 + p {
	padding: 0 15px;
}

#caiapo #contents .about_04 .inner p.img {
	width: 522px;
	margin: 0;
}

#caiapo #contents .about_04 .inner p.img img {
	width: 100%;
	max-width: 522px;
	height: auto;
}


@media screen and (max-width: 1450px){
	#caiapo #contents .about_04 .inner h3::before {
		top: 5px;
	}
}


@media screen and (max-width: 1100px){
	#caiapo #contents .about_04 .inner {
		flex-flow: row wrap;
	}

	#caiapo #contents .about_04 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#caiapo #contents .about_04 .inner .box h3 {
		margin: 0 0 40px;
	}

	#caiapo #contents .about_04 .inner h3::before {
		top: -15px;
	}

	#caiapo #contents .about_04 .inner p.img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#caiapo #contents .about_04 {
		padding: 60px 0 80px;
	}

	#caiapo #contents .about_04 .inner {
		padding: 0 20px;
		display: block;
	}

	#caiapo #contents .about_04 .inner h3::before {
		width: 59px;
		height: 40px;
		background: url("../img/num04.svg") left top / 100% auto no-repeat;
		top: 5px;
	}

	#caiapo #contents .about_04 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#caiapo #contents .about_04 .inner .box h3 + p {
		padding: 0;
	}

	#caiapo #contents .about_04 .inner p.img {
		width: auto;
		max-width: inherit;
		margin: 0;
	}

	#caiapo #contents .about_04 .inner p.img img {
		max-width: 100%;
		height: auto;
	}
}



/*===============================================================

		#caiapo #contents .diary layout

===============================================================*/

#caiapo #contents .diary {
	background-color: #F5F4F0;
	position: relative;
}

#caiapo #contents .diary::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*358/1240);
	background: url("../../img/health/caiapo/img06@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}

#caiapo #contents .diary .inner {
	max-width: 1100px;
	padding: 60px 20px 80px;
		    background: url(../../img/health/caiapo/bg03.png) left 19px bottom -20px / 169px auto no-repeat,
										url(../../img/health/caiapo/bg02.png) left 250px top 300px / 222px auto no-repeat,
										url(../../img/health/caiapo/bg01.png) left 45px top 115px / 278.5px auto no-repeat;
}

#caiapo #contents .diary .inner h3 {
	margin: 0 0 60px;
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 4px;
	line-height: 1.0;
}

#caiapo #contents .diary .inner h3 span::before {
	content: "";
	width: 39px;
	height: 45px;
	background: url("../../img/home/icon02.svg") left top / 100% auto no-repeat;
	display: inline-block;
	margin: 0 10px -13px 0;
}

#caiapo #contents .diary .inner h3 span {
	display: inline-block;
    padding: 20px 0 40px;
    background: url(../img/border.png) left bottom / auto 12px repeat-x;
}

#caiapo #contents .diary .inner .box {
	max-width: 540px;
	margin: 0 0 0 auto;
}

#caiapo #contents .diary .inner .box p.txt {
	margin: 0 0 40px;
	font-size: 18px;
	line-height: 2.0;
}

#caiapo #contents .diary .inner .box p.btn_01 {
	margin: 0 auto 0 0;
}


@media screen and (max-width: 1270px){
	#caiapo #contents .diary .inner {
		background: url("../../img/health/caiapo/bg03.png") left 5% bottom / 15% auto no-repeat,
					url("../../img/health/caiapo/bg02.png") right 3% top 20px / 20% auto no-repeat,
					url("../../img/health/caiapo/bg01.png") right 3% bottom 25px / 25% auto no-repeat;
	}

	#caiapo #contents .diary .inner .box {
		max-width: auto;
		margin: 0 auto;
	}

	#caiapo #contents .diary .inner .box p.btn_01 {
		margin: 0 auto;
	}
}

@media screen and (max-width: 1000px){
	#caiapo #contents .diary .inner {
		background: url("../../img/health/caiapo/bg03.png") left 5% bottom / 15% auto no-repeat,
					url("../../img/health/caiapo/bg02.png") right 3% top 20px / 20% auto no-repeat,
					url("../../img/health/caiapo/bg01.png") right 3% bottom 25px / 25% auto no-repeat;
	}
}


@media screen and (max-width: 768px){
	#caiapo #contents .diary {

	}

	#caiapo #contents .diary::after {
		background: url("../../img/health/caiapo/img06_sp.jpg") center bottom / cover no-repeat;
		padding-bottom:calc(100%*398/750);
	}

	#caiapo #contents .diary .inner {
		background: url(../../img/health/caiapo/bg03.png) right 5% bottom / 20% auto no-repeat,
								url(../../img/health/caiapo/bg01.png) left 3% bottom / 28% auto no-repeat;
	}

	#caiapo #contents .diary .inner {
		padding: 7vh 0 14vh;
	}

	#caiapo #contents .diary .inner h3 {
		margin: 0 0 40px;
		font-size: 5vw;
	}

	#caiapo #contents .diary .inner h3::before {
		left: 44%;
	}

	/*#caiapo #contents .diary .inner h3::before {
		content: "";
		width: 10vw;
		height: 7vh;
		background: url("../../img/home/icon02.svg") left top / 100% auto no-repeat;
		display: block;
		position: absolute;
		left: -13vw;
		top: 0;
	}*/

	#caiapo #contents .diary .inner h3 span {
		font-size: 4.5vw;
	}

	#caiapo #contents .diary .inner .box {
		margin: 0 20px;
		text-align: left;
	}
	#caiapo #contents .diary .inner .box p.txt{
		font-size:3.9vw;
	}
}





/*====================================================================================

		#aroma layout

====================================================================================*/

/*===============================================================

		#aroma basic layout

===============================================================*/

#aroma {
}

#aroma #contents {

}

#aroma #contents .inner {

}


@media screen and (max-width: 768px){
	#aroma #contents {

	}

	#aroma #contents .inner {
		max-width: inherit;
		padding: 0;
	}
}



/*===============================================================

		#aroma .main_img layout

===============================================================*/

#aroma .main_img.lower {
	background: url("../../img/health/aroma/main_img@2x.jpg") left top / cover no-repeat;
}

#aroma .main_img.lower h2 {
	padding: 40px 70px 40px 50px;
}


@media screen and (max-width: 768px){
	#aroma .main_img.lower {
		background: url("../../img/health/aroma/main_img@2x.jpg") left 20% top / cover no-repeat;
	}

	#aroma .main_img.lower h2 {
		padding: 2.5vh 40px 2.5vh 20px;
	}
}



/*===============================================================

		#aroma #contents .what layout

===============================================================*/

#aroma #contents .what .inner {
	max-width: 930px;
}

#aroma #contents .what .inner dl {
	padding: 70px 1em 50px;
}

#aroma #contents .what .inner dl::after {
	content: "";
	width: 283px;
	height: 193px;
	background: url("../../img/health/aroma/img01@2x.png") left top / 100% auto no-repeat;
	display: block;
	position: absolute;
	right: -57px;
	bottom: -30px;
}


@media screen and (max-width: 1280px){
	#aroma #contents .what .inner dl::after {
		right: -1vw;
		bottom: -80px;
	}
}


@media screen and (max-width: 1200px){
	#aroma #contents .what .inner dl::after {
		content: "";
		width: 20vw;
		height: 193px;
		background: url("../../img/health/aroma/img01@2x.png") right bottom / 100% auto no-repeat;
		display: block;
		position: absolute;
		right: -1vw;
		bottom: -80px;
	}
}


@media screen and (max-width: 1175px){
	#aroma #contents .what .inner dl dd {
		text-align: left;
	}
}


@media screen and (max-width: 1000px){
	#aroma #contents .what .inner dl dd .sp_none {
		display: none;
	}
}


@media screen and (max-width: 768px){
	#aroma #contents .what .inner dl {
		padding: 50px 6vw 5vh;
	}

	#aroma #contents .what .inner dl::after {
		width: 40%;
		height: 15vh;
		background: url("../../img/health/aroma/img01@2x.png") left top / 100% auto no-repeat;
		right: -15px;
		bottom: -7vh;
	}
}



/*===============================================================

		#aroma #contents .about_01 layout

===============================================================*/

#aroma #contents .about_01 {
	margin: 0 0 80px;
	position: relative;
}

#aroma #contents .about_01::before {
	content: "";
	width: 23vw;
	height: 287px;
	background-color: #D6E8D7;
	border-radius: 0 0 0 60px;
	position: absolute;
	right: 0;
	top: 250px;
	z-index: -1;
}

#aroma #contents .about_01 .inner {
	max-width: 1280px;
	padding: 0 20px;
	display: flex;
	justify-content: flex-start;
}

#aroma #contents .about_01 .inner h3::before {
	width: 74px;
	height: 55px;
	background: url("../img/num01.svg") left top / 100% auto no-repeat;
	top: -15px;
}

#aroma #contents .about_01 .inner .box {
	width: 47%;
	max-width: 560px;
	margin: 0 4vw 0 60px;
}

#aroma #contents .about_01 .inner .box h3 + p {
	padding: 0 15px;
}

#aroma #contents .about_01 .inner p.img {
	width: 521px;
}

#aroma #contents .about_01 .inner p.img img {
	width: 100%;
	max-width: 521px;
	height: auto;
}


@media screen and (max-width: 1470px){
	#aroma #contents .about_01 .inner h3::before {
		top: 5px;
	}
}


@media screen and (max-width: 1100px){
	#aroma #contents .about_01 {
		margin: 0 0 120px;
	}

	#aroma #contents .about_01::before {
		width: 40vw;
		height: 25vh;
		top: auto;
		bottom: -5vh;
	}

	#aroma #contents .about_01 .inner {
		flex-flow: row wrap;
	}

	#aroma #contents .about_01 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#aroma #contents .about_01 .inner .box h3 {
		margin: 0 0 40px;
	}

	#aroma #contents .about_01 .inner h3::before {
		top: -15px;
	}

	#aroma #contents .about_01 .inner p.img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#aroma #contents .about_01 {
		margin: 0 0 100px;
		padding: 0;
		background: none;
	}

	#aroma #contents .about_01::before {
		width: 50vw;
	}

	#aroma #contents .about_01 .inner {
		padding: 0 20px;
		background: none;
	}

	#aroma #contents .about_01 .inner h3::before {
		width: 54px;
		height: 40px;
		background: url("../img/num01.svg") left top / 100% auto no-repeat;
		top: -10px;
	}

	#aroma #contents .about_01 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
	}

	#aroma #contents .about_01 .inner .box h3 + p {
		padding: 0;
	}

	#aroma #contents .about_01 .inner p.img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
}



/*===============================================================

		#aroma #contents .about_02 layout

===============================================================*/

#aroma #contents .about_02 {
	padding: 180px 0 0;
	background-color: #F5F4F0;
	position: relative;
}

#aroma #contents .about_02::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*322/1240);
	background: url("../../img/health/aroma/img04@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}

#aroma #contents .about_02 .inner {
	max-width: 1100px;
	padding: 0 20px 100px;
	display: block;
}

#aroma #contents .about_02 h3 {
	margin: 0 0 60px;
	background: url("../img/border.png") left top 60% / auto 12px repeat-x;
	position: relative;
	text-align: center;
	color: #348b39;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

#aroma #contents .about_02 h3::before {
	content: "";
	width: 79px;
	height: 55px;
	background: url("../img/num02.svg") left top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% - 39px);
	top: -80px;
}

#aroma #contents .about_02 h3 span {
	padding: 0 30px;
	background-color: #F5F4F0;
	display: inline-block;
}

#aroma #contents .about_02 .inner > p {
	margin: 0 0 40px;
	padding: 0 0 0 15px;
	font-size: 18px;
	line-height: 2.0;
}

#aroma #contents .about_02 .inner .box {
	padding: 0 0 0 15px;
	display: flex;
	justify-content: space-between;
}

#aroma #contents .about_02 .inner .box p.txt {
	width: 49.1%;
	max-width: 520px;
	font-size: 18px;
	line-height: 2.0;
	order: 1;
}

#aroma #contents .about_02 .inner .box p.img {
	width: 465px;
	margin: 0 20px 0 0;
}

#aroma #contents .about_02 .inner .box p.img img {
	width: 100%;
	max-width: 465px;
	height: auto;
	order: 0;
}


@media screen and (max-width: 1400px){
	#aroma #contents .about_02 .inner > p {
		margin: 0 0 40px 60px;
	}

	#aroma #contents .about_02 .inner .box {
		margin: 0 0 0 60px;
	}
}


@media screen and (max-width: 1100px){
	#aroma #contents .about_02 h3 {
		margin: 0 0 40px;
	}

	#aroma #contents .about_02 .inner {
		padding: 0 20px 60px;
	}

	#aroma #contents .about_02 .inner > p {
		margin: 0;
	}

	#aroma #contents .about_02 .inner .box {
		margin: 0;
		flex-flow: row wrap;
	}

	#aroma #contents .about_02 .inner .box p.txt {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
		order: 0;
	}

	#aroma #contents .about_02 .inner .box p.img {
		width: 50%;
		margin: 0 auto;
		text-align: center;
		order: 1;
	}
}


@media screen and (max-width: 768px){
	#aroma #contents .about_02 {
		padding: 120px 0 0;
	}

	#aroma #contents .about_02::after {
		padding-bottom: calc(100%*398/750);
		background: url("../../img/health/aroma/img04@2x.jpg") center bottom / 200% auto no-repeat;
	}

	#aroma #contents .about_02 h3 {
		margin: 0 0 30px;
		background: url("../img/border.png") left top 55% / auto 8px repeat-x;
		font-size: 4.5vw;
		line-height: 1.2;
	}

	#aroma #contents .about_02 h3::before {
		width: 57px;
		height: 40px;
		background: url("../img/num02.svg") left top / 100% auto no-repeat;
		position: absolute;
		left: calc(50% - 28.5px);
		top: -60px;
	}

	#aroma #contents .about_02 h3 span {
		padding: 0 10px;
	}

	#aroma #contents .about_02 .inner {
		display: block;
	}

	#aroma #contents .about_02 .inner > p {
		padding: 0;
		font-size: 3.9vw;
		line-height: 1.8;
	}

	#aroma #contents .about_02 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0;
		padding: 0;
	}

	#aroma #contents .about_02 .inner .box p.txt {
		padding: 0;
		font-size: 3.9vw;
		line-height: 1.8;
	}

	#aroma #contents .about_02 .inner .box p.img {
		width: auto;
		max-width: inherit;
		text-align: center;
	}

	#aroma #contents .about_02 .inner .box p.img img {
		max-width: 80%;
	}
}



/*===============================================================

		#aroma #contents .about_03 layout

===============================================================*/

#aroma #contents .about_03 {
	padding: 100px 0;
	background-color: #ECF3EB;
	position: relative;
}

#aroma #contents .about_03::before {
	content: "";
	width: 20vw;
	height: 287px;
	background-color: #C2DCC4;
	border-radius: 0 60px 0 0;
	position: absolute;
	left: 0;
	top: 100px;
}

#aroma #contents .about_03 .inner {
	max-width: 1280px;
	padding: 0 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

#aroma #contents .about_03 .inner h3::before {
	width: 78px;
	height: 55px;
	background: url("../img/num03.svg") left top / 100% auto no-repeat;
	top: 5px;
}

#aroma #contents .about_03 .inner .box {
	width: 45%;
	max-width: 540px;
	margin: 0 0 0 3vw;
	display: block;
	order: 1;
	flex-shrink: 1;
}

#aroma #contents .about_03 .inner .box h3 {
	text-align: left;
}

#aroma #contents .about_03 .inner .box h3 + p {
	padding: 0 15px;
}

#aroma #contents .about_03 .inner p.img {
	width: 52%;
	max-width: 521px;
	padding: 166px 0 0 25px;
	order: 0;
	flex-shrink: 1;
}

#aroma #contents .about_03 .inner p.img img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

#aroma #contents .about_03 .inner ul {
	width: 100%;
	max-width: 1060px;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	order: 2;
	flex-shrink: 0;
}

#aroma #contents .about_03 .inner ul li {
	width: 48%;
	max-width: 504px;
}

#aroma #contents .about_03 .inner ul li:first-child {
	margin: 0 0 0 20px;
}

#aroma #contents .about_03 .inner ul li img {
	width: 100%;
	max-width: 504px;
	height: auto;
}


@media screen and (max-width: 1274px){
	#aroma #contents .about_03 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
		order: 0;
	}

	#aroma #contents .about_03::before {
		display: none;
	}

	#aroma #contents .about_03 .inner p.img {
		width: 100%;
		max-width: inherit;
		margin: 0 auto;
		padding: 80px 0 0;
		text-align: center;
		order: 2;
		position: relative;
	}

	#aroma #contents .about_03 .inner p.img::before {
		content: "";
		width: 40vw;
		height: 50%;
		background-color: #C2DCC4;
		border-radius: 0 60px 0 0;
		position: absolute;
		left: -45px;
		top: 0;
	}

	#aroma #contents .about_03 .inner p.img img {
		width: 60%;
		max-width: 521px;
	}
}


@media screen and (max-width: 1260px){
	#aroma #contents .about_03 .inner .box h3 {
		line-height: 1.2;
	}

	#aroma #contents .about_03 .inner h3::before {
		top: 5px;
	}
}


@media screen and (max-width: 1100px){
	#aroma #contents .about_03 .inner {
		padding: 0 20px 60px;
		flex-flow: row wrap;
	}

	#aroma #contents .about_03 .inner .box h3 {
		margin: 0 0 40px;
		line-height: 1.5;
	}

	#aroma #contents .about_03 .inner h3::before {
		top: 5px;
	}

	#aroma #contents .about_03 .inner ul {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 40px;
		padding: 0 20px;
		display: flex;
		justify-content: space-between;
		order: 1;
	}

	#aroma #contents .about_03 .inner ul li:first-child {
		margin: 0 1.5vw 0 0;
	}
}


@media screen and (max-width: 768px){
	#aroma #contents .about_03 {
		padding: 60px 0 80px;
	}

	#aroma #contents .about_03 .inner {
		padding: 0;
		background: none;
	}

	#aroma #contents .about_03 .inner h3::before {
		width: 57px;
		height: 40px;
		background: url("../img/num03.svg") left top / 100% auto no-repeat;
		top: calc(50% - 30px);
	}

	#aroma #contents .about_03 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
		padding: 0 20px;
	}

	#aroma #contents .about_03 .inner .box h3 + p {
		padding: 0;
	}

	#aroma #contents .about_03 .inner p.img {
		width: auto;
		max-width: inherit;
		margin: 0;
		padding: 60px 20px 0;
		text-align: center;
	}

	#aroma #contents .about_03 .inner p.img::before {
		width: 50vw;
		left: 0;
		top: 0;
	}

	#aroma #contents .about_03 .inner p.img img {
		width: auto;
		max-width: 100%;
	}

	#aroma #contents .about_03 .inner ul {
		width: auto;
		max-width: 100%;
		margin: 0 0 40px;
		padding: 0 20px;
		display: block;
	}

	#aroma #contents .about_03 .inner ul li {
		width: auto;
		max-width: inherit;
		text-align: center;
	}

	#aroma #contents .about_03 .inner ul li:first-child {
		margin: 0 0 40px;
	}

	#aroma #contents .about_03 .inner ul li img {
		width: 100%;
		max-width: inherit;
	}
}












/*===============================================================

		#aroma #contents .about_04 layout

===============================================================*/

#aroma #contents .about_04 {
	padding: 180px 0 100px;
	position: relative;
}

#aroma #contents .about_04 .inner {
	max-width: 1100px;
	padding: 0 20px;
	display: block;
}

#aroma #contents .about_04 h3 {
	margin: 0 0 60px;
	background: url("../img/border.png") left top 60% / auto 12px repeat-x;
	position: relative;
	text-align: center;
	color: #348b39;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}

#aroma #contents .about_04 h3::before {
	content: "";
	width: 81px;
	height: 55px;
	background: url("../img/num04.svg") left top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% - 39px);
	top: -80px;
}

#aroma #contents .about_04 h3 span {
	padding: 0 30px;
	background-color: #fff;
	display: inline-block;
}

#aroma #contents .about_04 .inner > p {
	margin: 0 0 40px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 2.0;
}

#aroma #contents .about_04 .inner .box {
	display: flex;
	justify-content: space-between;
}

#aroma #contents .about_04 .inner .box p.txt {
	width: 51%;
	max-width: 540px;
	margin: 10px 0 0;
	padding: 0 15px;
	font-size: 18px;
	line-height: 2.0;
}

#aroma #contents .about_04 .inner .box p.img {
	width: 470px;
	margin: 0 0 0 20px;
}

#aroma #contents .about_04 .inner .box p.img img {
	width: 100%;
	max-width: 470px;
	height: auto;
}


@media screen and (max-width: 1400px){
	#aroma #contents .about_04 .inner > p {
		margin: 0 0 40px 60px;
	}

	#aroma #contents .about_04 .inner .box {
		margin: 0 0 0 60px;
	}
}


@media screen and (max-width: 1100px){
	#aroma #contents .about_04 h3 {
		margin: 0 0 40px;
	}

	#aroma #contents .about_04 .inner > p {
		margin: 0;
	}

	#aroma #contents .about_04 .inner .box {
		margin: 0;
		flex-flow: row wrap;
	}

	#aroma #contents .about_04 .inner .box p.txt {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#aroma #contents .about_04 .inner .box p.img {
		width: 50%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#aroma #contents .about_04 {
		padding: 120px 0 80px;
	}

	#aroma #contents .about_04 h3 {
		margin: 0 0 30px;
		background: url("../img/border.png") left top 55% / auto 8px repeat-x;
		font-size: 4.5vw;
		line-height: 1.2;
	}

	#aroma #contents .about_04 h3::before {
		width: 59px;
		height: 40px;
		background: url("../img/num04.svg") left top / 100% auto no-repeat;
		position: absolute;
		left: calc(50% - 28.5px);
		top: -60px;
	}

	#aroma #contents .about_04 h3 span {
		padding: 0 10px;
	}

	#aroma #contents .about_04 .inner {
		display: block;
	}

	#aroma #contents .about_04 .inner > p {
		padding: 0;
		font-size: 3.9vw;
		line-height: 1.8;
	}

	#aroma #contents .about_04 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0;
		padding: 0;
	}

	#aroma #contents .about_04 .inner .box p.txt {
		padding: 0;
		font-size: 3.9vw;
		line-height: 1.8;
	}

	#aroma #contents .about_04 .inner .box p.img {
		width: auto;
		max-width: inherit;
		text-align: center;
	}

	#aroma #contents .about_04 .inner .box p.img img {
		max-width: 90%;
	}
}



/*===============================================================

		#aroma #contents .about_05 layout

===============================================================*/

#aroma #contents .about_05 {
	padding: 100px 0 0;
	background-color: #F5F4F0;
	position: relative;
}

#aroma #contents .about_05::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*358/1240);
	background: url("../../img/health/aroma/img10@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}

#aroma #contents .about_05 .inner {
	padding: 0 0 80px 20px;
	display: flex;
}

#aroma #contents .about_05 .inner h3 {
	line-height: 1.2;
}

#aroma #contents .about_05 .inner h3::before {
	width: 79px;
	height: 58px;
	background: url("../img/num05.svg") left top / 100% auto no-repeat;
	top: 5px;
}

#aroma #contents .about_05 .inner .box {
	width: 45%;
	max-width: 540px;
	margin: 0 3vw 0 60px;
}

#aroma #contents .about_05 .inner .box h3 + p {
	padding: 0 15px;
}

#aroma #contents .about_05 .inner p.img {
	width: 521px;
	margin: 0 20px 0 0;
}

#aroma #contents .about_05 .inner p.img img {
	width: 100%;
	max-width: 521px;
	height: auto;
}


@media screen and (max-width: 1100px){
	#aroma #contents .about_05 .inner {
		padding: 0 20px 60px;
		flex-flow: row wrap;
	}

	#aroma #contents .about_05 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#aroma #contents .about_05 .inner .box h3 {
		margin: 0 0 40px;
	}

	#aroma #contents .about_05 .inner p.img {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#aroma #contents .about_05 {
		padding: 60px 0 0;
	}

	#aroma #contents .about_05::after {
		background: url("../../img/health/aroma/img10_sp.jpg") center bottom / cover no-repeat;
		padding-bottom:calc(100%*398/750);
	}

	#aroma #contents .about_05 .inner {
		padding: 0 20px 40px;
		display: block;
	}

	#aroma #contents .about_05 .inner h3::before {
		width: 54px;
		height: 40px;
		background: url("../img/num05.svg") left top / 100% auto no-repeat;
		top: 5px;
	}

	#aroma #contents .about_05 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}

	#aroma #contents .about_05 .inner .box h3 + p {
		padding: 0;
	}

	#aroma #contents .about_05 .inner p.img {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
	}

	#aroma #contents .about_05 .inner p.img img {
		max-width: 100%;
		height: auto;
	}
}





/*====================================================================================

		#wish.wish layout

====================================================================================*/

/*===============================================================

		#wish basic layout

===============================================================*/

#wish {

}

#wish #contents {
	padding: 80px 20px 200px;
}

#wish #contents .inner {

}

@media screen and (max-width: 1000px){
	#wish #contents .inner {

	}
}

@media screen and (max-width: 768px){
	#wish #contents {
		padding: 0 0 80px;
	}

	#wish #contents .inner {
		max-width: inherit;
	}
}



/*===============================================================

		#wish .main_img layout

===============================================================*/

#wish .main_img.lower {
	background: url("../../img/wish/main_img@2x.jpg") left top / cover no-repeat;
}


@media screen and (max-width: 768px){
	#wish .main_img.lower {
		background: url("../../img/wish/main_img@2x.jpg") left 20% top / cover no-repeat;
	}
}



/*===============================================================

		#wish #contents .philosophy layout

===============================================================*/

#wish #contents .philosophy {
	margin: 0 0 120px;
}

#wish #contents .philosophy .inner {
	max-width: 792px;
	padding: 0 20px 50px;
	border: solid 2px #43AA33;
	border-radius: 50px 0 50px 0;
	position: relative;
	text-align: center;
}

#wish #contents .philosophy .inner h3 {
	margin: -31px 0 0;
	line-height: 1.0;
}

#wish #contents .philosophy .inner h3 span {
	padding: 0 34px 0 18px;
	background-color: #fff;
	display: inline-block;
}

#wish #contents .philosophy .inner h3 img {
	width: 270px;
}

#wish #contents .philosophy .inner dl dt img {
	width: 100%;
	max-width: 492px;
}

#wish #contents .philosophy .inner dl dd {
	margin: 20px 0 0;
	font-size: 20px;
	line-height: 1.65;
}


@media screen and (max-width: 768px){
	#wish #contents .philosophy {
		margin: 0 20px 80px;
	}

	#wish #contents .philosophy .inner {
		max-width: inherit;
		padding: 0 20px 20px;
		border-radius: 30px 0 30px 0;
	}

	#wish #contents .philosophy .inner h3 {
		margin: -30px 0 0;
		line-height: 1.0;
	}

	#wish #contents .philosophy .inner h3 span {
		width: 60%;
		padding: 0 2vw 0 1vw;
	}

	#wish #contents .philosophy .inner h3 img {
		width: 100%;
	}

	#wish #contents .philosophy .inner dl dt img {
		width: 100%;
		max-width: inherit;
	}

	#wish #contents .philosophy .inner dl dd {
		font-size: 3.9vw;
	}
}



/*===============================================================

		#wish #contents .detail layout

===============================================================*/

#wish #contents .detail {
	margin: 0 0 100px;
}

#wish #contents .solution {
	margin: 0;
}

#wish #contents .detail .inner {
	max-width: 1040px;
	padding: 25px 0 0;
}

#wish #contents .nature .inner {
	background: url("../../img/wish/img03@2x.jpg") left top / 656px auto no-repeat;
}

#wish #contents .science .inner {
	background: url("../../img/wish/img05@2x.jpg") right top / 593px auto no-repeat;
}

#wish #contents .solution .inner {
	background: url("../../img/wish/img09@2x.jpg") left top / 656px auto no-repeat;
}

#wish #contents .detail .inner .box {
	max-width: 630px;
	margin: 0 0 0 auto;
	position: relative;
}

#wish #contents .science .inner .box {
	margin: 0 auto 0 0;
}

#wish #contents .detail .inner .box .heading {
	text-align: right;
}

#wish #contents .science .inner .box .heading {
	text-align: left;
}

#wish #contents .detail .inner .box .heading h3 {
	margin: 0 0 0 auto;
	display: inline-block;
	position: relative;
	z-index: 2;
	line-height: 1.0;
	transform: translateX(43px);
}

#wish #contents .science .inner .box .heading h3 {
	margin: 0 auto 0 0;
	transform: translateX(0);
}

#wish #contents .detail .inner .box .heading h3::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -15px;
	transform: translateX(-50%);
}

#wish #contents .nature .inner .box .heading h3::before {
	width: 70px;
	height: 55px;
	background: url("../../img/wish/icon01.svg") left top / 100% auto no-repeat;
}

#wish #contents .science .inner .box .heading h3::before {
	width: 51px;
	height: 50px;
	background: url("../../img/wish/icon02.svg") left top / 100% auto no-repeat;
}

#wish #contents .solution .inner .box .heading h3::before {
	width: 40px;
	height: 56px;
	background: url("../../img/wish/icon03.svg") left top / 100% auto no-repeat;
}

#wish #contents .detail .inner .box .heading h3 span {
	font-size: 100px;
	font-weight: 400;
	letter-spacing: 15px;
}

#wish #contents .nature .inner .box .heading h3 span {
	color: #EDF5DF;
}

#wish #contents .science .inner .box .heading h3 span {
	color: #EBF6F2;
}

#wish #contents .solution .inner .box .heading h3 span {
	color: #E1F1E1;
}

#wish #contents .detail .inner .box .heading h3 img {
	width: auto;
	height: 42px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}

#wish #contents .detail .inner .box dl {
	margin: -40px 0 0;
	padding: 80px 0 0 80px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 50px 0 0 0;
	position: relative;
	z-index: 1;
}

#wish #contents .science .inner .box dl {
	width: 100%;
	padding: 80px 50px 20px 0;
	border-radius: 0 50px 0 0;
}

#wish #contents .detail .inner .box dl dt {
	margin: 0 0 20px;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 2px;
}

#wish #contents .nature .inner .box dl dt {
	color: #84BB29;
}

#wish #contents .science .inner .box dl dt {
	color: #35A880;
}

#wish #contents .solution .inner .box dl dt {
	color: #34A239;
}

#wish #contents .detail .inner .box dl dd {
	font-size: 17px;
	line-height: 2.18;
}

#wish #contents .science .inner p {
	margin: -20px 0 0;
	position: relative;
	z-index: 2;
	font-size: 17px;
	line-height: 2.18;
}


@media screen and (max-width: 1361px){
	#wish #contents .detail .inner .box .heading h3 {
		transform: translateX(0);
	}
}


@media screen and (max-width: 1200px){
	#wish #contents .detail .inner {
		padding: 150px 0 0;
	}

	#wish #contents .detail .inner .box .heading {
		text-align: center;
	}

	#wish #contents .detail .inner .box .heading h3 {
		margin: 0 auto;
	}

	#wish #contents .detail .inner .box dl {
		margin: -150px 0 0;
		padding: 150px 10px 0 30px;
	}

	#wish #contents .science .inner .box dl {
		padding: 150px 30px 0 0;
	}

	#wish #contents .detail .inner .box dl dt {
		margin: 35px 0 15px;
		line-height: 1.2;
	}

	#wish #contents .science .inner p {
		margin: 0;
	}
}


@media screen and (max-width: 1000px){
	#wish #contents .detail .inner {
		padding: 300px 0 0;
	}
}


@media screen and (max-width: 950px){
	#wish #contents .detail .inner .box dl {
		width: 96%;
		margin: -150px 0 0 auto;
	}

	#wish #contents .science .inner .box dl {
		margin: -150px auto 0 0;
	}

	#wish #contents .science .inner p {
		margin: 0 5% 0 0;
	}
}


@media screen and (max-width: 768px){
	#wish #contents .detail {
		margin: 0 0 80px;
	}

	#wish #contents .solution {
		margin: 0;
	}

	#wish #contents .detail .inner {
		max-width: inherit;
		padding: 25vh 0 0;
	}

	#wish #contents .nature .inner {
		background: url("../../img/wish/sp/img03@2x.jpg") left top / 90% auto no-repeat;
	}

	#wish #contents .science .inner {
		background: url("../../img/wish/sp/img05@2x.jpg") left top / 90% auto no-repeat;
	}

	#wish #contents .solution .inner {
		background: url("../../img/wish/sp/img09@2x.jpg") left top / 90% auto no-repeat;
	}

	#wish #contents .detail .inner .box {
		max-width: inherit;
		margin: 0 20px;
		padding: 40px 20px 0;
		background-color: rgba(255,255,255,0.9);
		border-radius: 40px 0 0 0;
	}

	#wish #contents .science .inner .box {
		margin: 0 20px;
	}

	#wish #contents .detail .inner .box .heading {
		text-align: center;
	}

	#wish #contents .science .inner .box .heading {
		text-align: center;
	}

	#wish #contents .detail .inner .box .heading h3 {
		margin: 0 auto 20px;
		display: block;
		transform: translateX(0);
	}

	#wish #contents .science .inner .box .heading h3 {
		margin: 0 auto 20px;
	}

	#wish #contents .nature .inner .box .heading h3::before {
		width: 52px;
		height: 40px;
		background: url("../../img/wish/icon01.svg") left top / cover no-repeat;
	}

	#wish #contents .science .inner .box .heading h3::before {
		width: 41px;
		height: 41px;
		background: url("../../img/wish/icon02.svg") left top / cover no-repeat;
		top: -20px;
	}

	#wish #contents .solution .inner .box .heading h3::before {
		width: 31px;
		height: 45px;
		background: url("../../img/wish/icon03.svg") left top / cover no-repeat;
		top: -25px;
	}

	#wish #contents .detail .inner .box .heading h3 span {
		font-size: 16vw;
		font-weight: 400;
		letter-spacing: 15px;
	}

	#wish #contents .solution .inner .box .heading h3 span {
		letter-spacing: 10px;
	}

	#wish #contents .nature .inner .box .heading h3 span {
		color: #EDF5DF;
	}

	#wish #contents .science .inner .box .heading h3 span {
		color: #EBF6F2;
	}

	#wish #contents .detail .inner .box .heading h3 img {
		height: 30px;
	}

	#wish #contents .detail .inner .box dl {
		width: auto;
		margin: 0;
		padding: 0 0 0 10px;
		background-color: transparent;
		border-radius: 0;
	}

	#wish #contents .science .inner .box dl {
		width: auto;
		padding: 0 0 0 10px;
		border-radius: 0;
	}

	#wish #contents .detail .inner .box dl dt {
		margin: 0 0 20px;
		font-size: 5vw;
		line-height: 1.2;
		letter-spacing: 1px;
	}

	#wish #contents .nature .inner .box dl dt {
		text-align: center;
	}

	#wish #contents .science .inner .box dl dt {
		text-align: center;
	}

	#wish #contents .detail .inner .box dl dd {
		font-size: 3.9vw;
		line-height: 1.8;
	}

	#wish #contents .science .inner p {
		margin: 0 40px 0 50px;
		font-size: 3.9vw;
		line-height: 1.8;
	}
}



/*===============================================================

		#wish #contents aside layout

===============================================================*/

#wish #contents aside {
	max-width: 1040px;
	margin: 0 auto 170px;
	padding: 45px 45px 60px;
	background-color: #F5F4F0;
	border-radius: 30px;
}

#wish #contents aside h4 {
	margin: 0 0 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #34A239;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 4px;
}

#wish #contents aside h4::before,
#wish #contents aside h4::after {
	content: "";
	height: 2px;
	margin: 2px 0 0;
	background-color: #34A239;
	flex: 0 1 50px;
	transform: translateY(1px);
}

#wish #contents aside h4::before {
	margin: 0 10px 0 0;
}

#wish #contents aside h4::after {
	margin: 0 0 0 10px;
}

#wish #contents aside h4 img {
	width: auto;
	height: 24px;
	margin: 0 4px 0 0;
}

#wish #contents aside p img {
	width: 100%;
	max-width: 948px;
}


@media screen and (max-width: 1000px){
	#wish #contents aside {
		padding: 45px 20px 60px;
	}
}


@media screen and (max-width: 768px){
	#wish #contents aside {
		max-width: inherit;
		margin: 0 auto 60px;
		padding: 60px 20px;
		border-radius: 0;
	}

	#wish #contents aside h4 {
		margin: 0 0 40px;
		font-size: 4.2vw;
		letter-spacing: 2px;
	}

	#wish #contents aside h4::before,
	#wish #contents aside h4::after {
		flex: 0 1 8vw;
	}

	#wish #contents aside h4 img {
		width: auto;
		height: 4.2vw;
		margin: 0 2px 0 0;
	}

	#wish #contents aside p img {
		max-width: inherit;
	}
}





/*====================================================================================

		#organization.organization layout

====================================================================================*/

/*===============================================================

		#organization basic layout

===============================================================*/

#organization {

}

#organization #contents {
	padding: 80px 0 0;
}

#organization #contents > h3 {
	margin: 0 20px 80px;
	text-align: center;
	color: #34A239;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.0;
}

#organization #contents > h3 span {
	padding: 0 15px 25px;
	background: url("../img/border.png") left bottom / auto 12px repeat-x;
	display: inline-block;
}

#organization #contents > h3 br {
	display: none;
}

#organization #contents .inner {

}

@media screen and (max-width: 920px){
	#organization #contents > h3 {
		line-height: 1.2;
	}
	#organization #contents > h3 br {
		display: inline;
	}
}

@media screen and (max-width: 768px){
	#organization #contents {
		padding: 0;
	}

	#organization #contents > h3 {
		margin: 0 20px 60px;
		font-size: 5vw;
	}

	#organization #contents .inner {
		max-width: inherit;
	}
}



/*===============================================================

		#organization .main_img layout

===============================================================*/

#organization .main_img.lower {
	background: url("../../img/organization/main_img@2x.jpg") left center / cover no-repeat;
}


@media screen and (max-width: 768px){
	#organization .main_img.lower {
		/*background: url("../../img/organization/main_img@2x.jpg") left 30% center / cover no-repeat;*/
		/*background: url("../../img/organization/sp/main_img@2x.jpg") left center / 120% auto no-repeat;*/
		background: url("../../img/organization/sp/main_img@2x.jpg") left center / cover no-repeat;
	}
}



/*===============================================================

		#organization #contents .detail layout

===============================================================*/

#organization #contents .detail_01 {
	margin: 0 0 100px;
}

#organization #contents .detail_02 {
	margin: 0 0 115px;
	padding: 0 0 80px;
	position: relative;
}

#organization #contents .detail_02::before {
	content: "";
	width: 85%;
	height: 85%;
	background-color: #F7F6F4;
	border-radius: 0 0 0 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#organization #contents .detail_03 {
	padding: 0 0 150px;
	background-color: #EAF6EA;
	position: relative;
}

#organization #contents .detail_03::before {
	content: "";
	width: 100%;
	height: 300px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}


#organization #contents .detail .inner {
	display: flex;
	justify-content: space-between;
}


/*===== .inner .box =====*/
#organization #contents .detail .inner .box {
	width: 42.8%;
	max-width: 530px;
	margin: 0 2vw 0 100px;
	position: relative;
}

#organization #contents .detail_02 .inner .box {
	order: 1;
}

#organization #contents .detail .inner .box::before {
	content: "";
	position: absolute;
}

#organization #contents .detail_01 .inner .box::before {
	width: 20vw;
	max-width: 285px;
	height: 226px;
	background: url("../../img/organization/img02@2x.png") left top / 100% auto no-repeat;
	right: -72px;
	top: -16px;
}

#organization #contents .detail_02 .inner .box::before {
	width: 12vw;
	max-width: 180px;
	height: 169px;
	background: url("../../img/organization/img05@2x.png") left top / 100% auto no-repeat;
	left: 175px;
	top: -7px;
}

#organization #contents .detail_03 .inner .box::before {
	width: 13vw;
	max-width: 186px;
	height: 163px;
	background: url("../../img/organization/img08@2x.png") left top / 100% auto no-repeat;
	right: -62px;
	top: -16px;
}


/*===== .inner .box h4 =====*/
#organization #contents .detail .inner .box h4 {
	position: relative;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 2px;
}

#organization #contents .detail_01 .inner .box h4 {
	margin: 30px 0 40px;
	color: #84BB29;
}

#organization #contents .detail_02 .inner .box h4 {
	margin: 45px 0 40px;
	color: #35A880;
}

#organization #contents .detail_03 .inner .box h4 {
	margin: 6px 0 40px;
	color: #34A239;
}

#organization #contents .detail .inner .box h4::before {
	content: "";
	margin: 0 0 40px;
	display: block;
}

#organization #contents .detail_01 .inner .box h4::before {
	width: 130px;
	height: 96px;
	background: url("../../img/organization/num01.svg") left top / 100% auto no-repeat;
}

#organization #contents .detail_02 .inner .box h4::before {
	width: 141px;
	height: 95px;
	background: url("../../img/organization/num02.svg") left top / 100% auto no-repeat;
}

#organization #contents .detail_03 .inner .box h4::before {
	width: 139px;
	height: 96px;
	background: url("../../img/organization/num03.svg") left top / 100% auto no-repeat;
}


/*===== .inner .box h4 span =====*/
#organization #contents .detail .inner .box h4 span {
	display: inline-block;
	position: relative;
}

#organization #contents .detail .inner .box h4 span::after {
	content: "";
	width: 99px;
	height: 99px;
	position: absolute;
	right: -80px;
	top: -80px;
}

#organization #contents .detail_01 .inner .box h4 span::after {
	background: url("../../img/organization/img03.svg") left top / 100% auto no-repeat;
}

#organization #contents .detail_02 .inner .box h4 span::after {
	background: url("../../img/organization/img06.svg") left top / 100% auto no-repeat;
}

#organization #contents .detail_03 .inner .box h4 span::after {
	background: url("../../img/organization/img09.svg") left top / 100% auto no-repeat;
}


/*===== .inner .box p =====*/
#organization #contents .detail .inner .box p {
	font-size: 17px;
	line-height: 2.18;
}


/*===== .inner .box p.img =====*/
#organization #contents .detail .inner p.img {
	width: 593px;
}

#organization #contents .detail_02 .inner p.img {
	order: 0;
}

#organization #contents .detail .inner p.img img {
	width: 100%;
	max-width: 593px;
}


/*===== .detail_03 section =====*/
#organization #contents .detail_03 section {
	max-width: 1040px;
	margin: 40px auto 0;
}

#organization #contents .detail_03 section h5 {
	color: #34A239;
	font-size: 22px;
	font-weight: 500;
}

#organization #contents .detail_03 section h5 + p {
	margin: 0 0 0 5px;
	font-size: 18px;
}

#organization #contents .detail_03 section p.img {
	max-width: 1039px;
	margin: 25px auto 0;
}

#organization #contents .detail_03 section p.img img {
	width: 100%;
	max-width: 1039px;
}


@media screen and (max-width: 1460px){
	/*===== .detail_03 section =====*/
	#organization #contents .detail_03 section {
		max-width: 1040px;
		margin: 40px auto 0 100px;
	}
}


@media screen and (max-width: 1440px){
	#organization #contents .detail_02 {
		padding: 0 0 10vh;
	}

	#organization #contents .detail_02 .inner .box::before {
		width: 15vw;
		left: -190px;
	}

	#organization #contents .detail_02 .inner .box h4 span::after {
		top: -50px;
		right: -80px;
	}
}



@media screen and (max-width: 1100px){
	#organization #contents .detail_01 {
		margin: 0 0 80px;
	}

	#organization #contents .detail_02 {
		margin: 0 0 80px;
		padding: 0;
	}

	#organization #contents .detail_02::before {
		width: 100%;
		height: 70%;
		border-radius: 0;
		right: auto;
		bottom: auto;
		left: 0;
		top: 100px;
	}

	#organization #contents .detail .inner {
		flex-flow: row wrap;
	}


	/*===== .inner .box =====*/
	#organization #contents .detail .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 20px 60px;
	}

	#organization #contents .detail_02 .inner .box {
		margin: 0 20px 60px;
		order: 0;
	}

	#organization #contents .detail_01 .inner .box::before {
		width: 30vw;
		right: auto;
		left: 250px;
	}

	#organization #contents .detail_02 .inner .box::before {
		width: 30vw;
		left: 175px;
	}

	#organization #contents .detail_03 .inner .box::before {
		width: 30vw;
		right: auto;
		left: 380px;
	}


	/*===== .inner .box h4 span =====*/
	#organization #contents .detail_02 .inner .box h4 span::after {
		top: -40px;
		right: -80px;
	}


	/*===== .inner .box p.img =====*/
	#organization #contents .detail .inner p.img {
		width: 100%;
		max-width: inherit;
		text-align: right;
	}

	#organization #contents .detail .inner p.img img {
		width: 90%;
		max-width: 593px;
	}

	#organization #contents .detail_02 .inner p.img {
		text-align: left;
		order: 1;
	}

	/*===== .detail_03 section =====*/
	#organization #contents .detail_03 section {
		max-width: 1040px;
		margin: 40px 20px 0;
	}
}


@media screen and (max-width: 825px){
	#organization #contents .detail_03 .inner .box::before {
		left: auto;
		right: 0;
	}
}



@media screen and (max-width: 768px){
	#organization #contents .detail_01 {
		margin: 0 0 60px;
	}

	#organization #contents .detail_02 {
		margin: 0 0 60px;
	}

	#organization #contents .detail_02::before {
		top: 3vh;
	}

	#organization #contents .detail_03 {
		padding: 0 0 80px;
	}

	#organization #contents .detail_03::before {
		height: 30vh;
	}

	#organization #contents .detail .inner {
		padding: 0;
	}

	#organization #contents .detail .inner .box {
		margin: 0 20px 20px;
	}

	#organization #contents .detail_02 .inner .box {
		margin: 0 20px 20px;
	}

	#organization #contents .detail_01 .inner .box::before {
		width: 30%;
		background: url("../../img/organization/sp/img02@2x.png") left top / 100% auto no-repeat;
		left: auto;
		right: 10%;
	}

	#organization #contents .detail_02 .inner .box::before {
		width: 26%;
		background: url("../../img/organization/sp/img05@2x.png") right top / 100% auto no-repeat;
		left: auto;
		right: -1vw;
		top: 5vh;
	}

	#organization #contents .detail_03 .inner .box::before {
		width: 20%;
		background: url("../../img/organization/sp/img08@2x.png") left top / 100% auto no-repeat;
		left: auto;
		right: 0;
	}


	/*===== .inner .box h4 =====*/
	#organization #contents .detail .inner .box h4 {
		font-size: 5vw;
	}

	#organization #contents .detail_01 .inner .box h4 {
		margin: 0 0 20px;
	}

	#organization #contents .detail_02 .inner .box h4 {
		margin: 0 0 20px;
	}

	#organization #contents .detail_03 .inner .box h4 {
		margin: 0 0 20px;
	}

	#organization #contents .detail .inner .box h4::before {
		margin: 0 0 20px;
	}

	#organization #contents .detail_01 .inner .box h4::before {
		width: 81px;
		height: 60px;
	}

	#organization #contents .detail_02 .inner .box h4::before {
		width: 88px;
		height: 60px;
	}

	#organization #contents .detail_03 .inner .box h4::before {
		width: 87px;
		height: 60px;
	}


	/*===== .inner .box h4 span =====*/
	#organization #contents .detail .inner .box h4 span::after {
		content: "";
		width: 70px;
		height: 70px;
		position: absolute;
		right: -50px;
		top: -50px;
	}


	/*===== .inner .box p =====*/
	#organization #contents .detail .inner .box p {
		font-size: 3.9vw;
		line-height: 1.8;
	}


	/*===== .inner .box p.img =====*/
	#organization #contents .detail .inner p.img img {
		width: 90%;
	}


	/*===== .detail_03 section =====*/
	#organization #contents .detail_03 section {
		max-width: inherit;
		margin: 40px 20px 0;
		text-align: center;
		line-height: 1.4;
	}

	#organization #contents .detail_03 section h5 {
		font-size: 4vw;
	}

	#organization #contents .detail_03 section h5 + p {
		margin: 0;
		font-size: 3.5vw;
	}

	#organization #contents .detail_03 section p.img {
		max-width: inherit;
		margin: 20px auto 0;
	}

	#organization #contents .detail_03 section p.img img {
		width: 100%;
		max-width: inherit;
	}
}





/*====================================================================================

		#news layout

====================================================================================*/

/*===============================================================

		#news basic layout

===============================================================*/

#news {
}

#news #contents {
	padding: 60px 0 0;
}

#news #contents .wrapper {
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
}

#news #contents .wrapper::before {
	content: "";
	width: 100%;
	height: 310px;
	background-color: #D6E8D8;
	border-radius: 100px 100px 0 0;
	position: absolute;
	left: 0;
	top: -100px;
	z-index: -1;
}


#news #contents .inner {

}


@media screen and (max-width: 768px){
	#news #contents {

	}

	#news #contents .wrapper {
		max-width: inherit;
	}

	#news #contents .wrapper::before {
		width: 100%;
		height: 30vh;
		border-radius: 50px 50px 0 0;
		top: -70px;
	}

	#news #contents .inner {
		max-width: inherit;
	}
}



/*===============================================================

		#news .main_img.lower layout

===============================================================*/

#news .main_img.lower {
	height: auto;
	margin: -100vh 0 0 220px;
	border-radius: 0;
	display: block;
	text-align: center;
}

#news .main_img.lower .inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 80px 0 0;
	position: relative;
}

#news .main_img.lower .inner::before {
	content: "";
	width: 100%;
	height: 314px;
	background: url("../../img/news/main_bg@2x.jpg") center bottom / auto 100% no-repeat;
	border-radius: 0 0 300px 300px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#news .main_img.lower .inner h2 {
	padding: 0 40px;
	background-color: transparent;
	border-radius: 0;
	display: block;
}

#news .main_img.lower .inner h2 img {
	width: 100%;
	max-width: 676px;
}

#news .main_img.lower .inner h2 + p {
	margin: 30px 20px 0;
	padding: 0 5px 5px;
	border-bottom: dotted 3px #348B39;
	display: inline-block;
	font-size: 17px;
}


@media screen and (max-width: 768px){
	#news .main_img.lower {
		width: 100%;
		margin: 0 auto;
	}

	#news .main_img.lower .inner {
		max-width: inherit;
		margin: 0 auto;
		padding: 18vh 0 0;
		position: relative;
	}

	#news .main_img.lower .inner::before {
		width: 100%;
		height: 200px;
		border-radius: 0 0 100px 100px;
	}

	#news .main_img.lower h2 {
		padding: 2vh 40px 2vh 20px;
		border-radius: 0 60px 60px 0;
		font-size: 6vw;
		letter-spacing: 2px;
	}

	#news .main_img.lower .inner h2 {
		padding: 0 20px;
	}

	#news .main_img.lower .inner h2 img {
		max-width: inherit;
	}

	#news .main_img.lower .inner h2 + p {
		margin: 30px 0 0;
		font-size: 3.5vw;
		line-height: 1.6;
	}
}



/*===============================================================

		.news #contents .category_list layout

===============================================================*/

.news #contents .category_list .list_pc ul {
	max-width: 1040px;
	height: 100px;
	margin: 0 auto;
	padding: 10px 5px;
	border-radius: 20px;
	background-color: #348B3A;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}

#news #contents .category_list .list_pc ul::before {
	content: "";
  width: 176px;
  height: 156px;
  background: url(../../img/news/bg01@2x.png) left top / cover no-repeat;
  position: absolute;
  left: 23px;
  top: -135px;
}

#news #contents .category_list .list_pc ul::after {
	content: "";
	width: 117px;
	height: 145px;
	background: url(../../img/news/bg02@2x.png) left top / cover no-repeat;
	position: absolute;
	right: 75px;
	top: -109px;
}
@media screen and (max-width: 1222px){
	#news #contents .category_list .list_pc ul::after,
	#news #contents .category_list .list_pc ul::before {
		content: none;
	}
}
.news #contents .category_list .list_pc ul li {
	height: 40px;
	position: relative;
	text-align: center;
}

.news #contents .category_list .list_pc ul li::after {
	content: "";
	width: 2px;
	height: 40px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.news #contents .category_list .list_pc ul li:last-child::after {
	display: none;
}

.news #contents .category_list .list_pc ul li a {
	height: 40px;
	padding: 0 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.0;
}

.news #contents .category_list .list_pc ul li a span {
	padding: 0 5px;
	display: inline-block;
	position: relative;
}

.news #contents .category_list .list_pc ul li a span::after {
	content: '';
	width: 100%;
	border-bottom: solid 5px #84BB29;
	position: absolute;
	bottom: -11px;
	left: 0;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}

.news #contents .category_list .list_pc ul li a:hover span::after {
	transform: scale(1, 1);
}
.news #contents .category_list .list_pc ul li a.current span::after {
	transform: scale(1, 1);
}

.news #contents .category_list .list_sp {
	display: none;
}




@media screen and (max-width: 1260px){
	.news #contents .category_list .list_pc ul {
		margin: 0 20px;
	}
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, {

	}
}


@media screen and (max-width: 768px){
	.news #contents .category_list .list_pc {
		display: none;
	}

	.news #contents .category_list .list_sp {
		width: 80%;
		margin: 0 auto;
		display: block;
	}

	.news #contents .category_list .list_sp p {
		display: block;
		color: #348B3A;
		font-size: 3.9vw;
		font-weight: 500;
		letter-spacing: 2px;
	}
	/*
	.news #contents .category_list .list_sp label {
		padding: 10px 20px;
		border-radius: 10px;
		background-color: #348B3A;
		box-shadow: 0 3px 10px rgba(0,0,0,0.2);
		display: block;
		position: relative;
		z-index: 2;
		cursor: pointer;
		transition: all .3s;
		color: #fff;
		font-size: 3.5vw;
		font-weight: 500;
	}

	.news #contents .category_list .list_sp input[type="checkbox"].on-off,
	.news #contents .category_list .list_sp input[type="checkbox"].on-off + .pulldown {
		display: none;
	}

	.news #contents .category_list .list_sp input[type="checkbox"].on-off:checked + .pulldown {
		display: block;
	}
	*/

	.news #contents .category_list .list_sp p.trigger_03 {
		padding: 10px 20px;
		border-radius: 10px;
		background: url("../../img/news/icon_arrow01.svg") right 20px center / 14px auto no-repeat #348B3A;
		box-shadow: 0 3px 10px rgba(0,0,0,0.2);
		display: block;
		position: relative;
		z-index: 902;
		cursor: pointer;
		transition: all .3s;
		color: #fff;
		font-size: 3.5vw;
		font-weight: 500;
	}

	.news #contents .category_list .list_sp p.trigger_03.selected {
		background: url("../../img/news/icon_arrow02.svg") right 20px center / 14px auto no-repeat #348B3A;
	}

	.news #contents .category_list .list_sp .pulldown {
		width: 80%;
		position: absolute;
		z-index: 901;
	}

	.news #contents .category_list .list_sp .pulldown ul {
		margin: -5px 0 0;
		padding: 5px 0 0;
		background-color: #fff;
		border: solid 1px #348B3A;
		border-radius: 0 0 10px 10px;
		position: relative;
		z-index: 1;
	}

	.news #contents .category_list .list_sp .pulldown ul li:not(:last-child) {
		border-bottom: solid 1px #348B3A;
	}

	.news #contents .category_list .list_sp .pulldown ul li a {
		padding: 15px 20px;
		display: block;
		color: #348B3A;
		font-size: 3.5vw;
		line-height: 1.0;
	}
		.news #contents .category_list .list_sp .pulldown ul li a.current {
			color: #FFF;
			font-weight: bold;
			background: #348B3A;
		}
}



/*===============================================================

		#news #contents .keywords_list layout

===============================================================*/

#news #contents .keywords_list {
	max-width: 1040px;
	margin: 50px auto;
	padding: 0 90px;
	line-height: 1.0;
}

#news #contents .keywords_list p {
	margin: 0 0 10px;
	display: block;
	color: #348B3A;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 2px;
}

#news #contents .keywords_list ul {
	display: flex;
	flex-flow: row wrap;
}

#news #contents .keywords_list ul li {
	margin: 10px 10px 0 0;
}

#news #contents .keywords_list ul li a {
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 20px;
	display: block;
	font-size: 14px;
	font-weight: 500;
}

#news #contents .keywords_list ul li a:hover {
	background-color: #348B3A;
	color: #fff;
}
#news #contents .keywords_list ul li.current a {
	background-color: #348B3A;
	color: #fff;
}

@media screen and (max-width: 768px){
	#news #contents .keywords_list {
		max-width: inherit;
		margin: 40px 0 60px;
		padding: 0 20px;
	}

	#news #contents .keywords_list p {
		margin: 0 0 10px;
		display: block;
		color: #348B3A;
		font-size: 17px;
		font-weight: 500;
		letter-spacing: 2px;
	}

	#news #contents .keywords_list div {
		padding: 10px 0;
		overflow-x: auto;
		white-space: nowrap;
	}

	#news #contents .keywords_list div::-webkit-scrollbar{
		height: 5px;
	}

	#news #contents .keywords_list div::-webkit-scrollbar-track {
		background: #BCDABF;
		border-radius: 5px;
	}

	#news #contents .keywords_list div::-webkit-scrollbar-thumb {
		background: #348B3A;
		border-radius: 5px;
	}

	#news #contents .keywords_list ul {
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
	}

	#news #contents .keywords_list ul li {
		margin: 0 10px 0 0;
	}

	#news #contents .keywords_list ul li a {
		padding: 10px 20px;
		background-color: #fff;
		border-radius: 20px;
		display: block;
		font-size: 14px;
		font-weight: 500;
	}
}



/*===============================================================

		#news #contents .news_list layout

===============================================================*/

#news #contents .news_list {
	padding: 0 20px;
}

#news #contents .news_list ul {
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
}

#news #contents .news_list ul li {
	width: 245px;
	margin: 0 20px 85px 0;
}

#news #contents .news_list ul li:nth-child(4n) {
	margin: 0 0 85px 0;
}

#news #contents .news_list ul li a {
	display: block;
}

#news #contents .news_list ul li a p.img {
	position: relative;
	overflow: hidden;
}

#news #contents .news_list ul li a p.img img {
	width: 100%;
	max-width: 245px;
	max-height: 163px;
	border-radius: 10px;
	transition: all .3s ease-out;
}

#news #contents .news_list ul li a:hover p.img img {
	transform: scale(1.1);
}

#news #contents .news_list ul li a p.img .date {
	padding: 8px 15px;
	background-color: #fff;
	border-radius: 0 10px 0 0;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #348B39;
	font-size: 14px;
	line-height: 1.0;
}

#news #contents .news_list ul li a p.title {
	margin: 10px 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}

#news #contents .news_list ul li a p.attr {
	padding: 5px 15px 7px;
	background-color: #348B39;
	border-radius: 20px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.0;
}


@media screen and (max-width: 1315px){
	#news #contents .news_list ul li:nth-child(4n) {
		margin: 0 20px 85px 0;
	}

	#news #contents .news_list ul li:nth-child(3n) {
		margin: 0 0 85px 0;
	}
}

@media screen and (max-width: 1052px){
	#news #contents .news_list ul li:nth-child(3n) {
		margin: 0 20px 85px 0;
	}

	#news #contents .news_list ul li:nth-child(2n) {
		margin: 0 0 85px 0;
	}
}

@media screen and (max-width: 790px){
	#news #contents .news_list ul {
		justify-content: space-between;
	}

	#news #contents .news_list ul li,
	#news #contents .news_list ul li:nth-child(2n) {
		margin: 0 0 60px 0;
	}
}


@media screen and (max-width: 768px){
	#news #contents .news_list ul li {
		width: 48%;
		margin: 0 0 40px !important;
	}

	#news #contents .news_list ul li a p.img img {
		max-width: inherit;
	}

	#news #contents .news_list ul li a p.img .date {
		padding: 8px 15px;
		background-color: #fff;
		border-radius: 0 10px 0 0;
		display: inline-block;
		position: absolute;
		left: 0;
		bottom: 0;
		color: #348B39;
		font-size: 14px;
		line-height: 1.0;
	}

	#news #contents .news_list ul li a p.title {
		margin: 10px 0;
		font-size: 15px;
		font-weight: 500;
		line-height: 1.4;
	}

	#news #contents .news_list ul li a p.attr {
		padding: 5px 15px 7px;
		background-color: #348B39;
		border-radius: 10px;
		display: inline-block;
		color: #fff;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.0;
	}
}



/*===============================================================

		#news #contents .pagination layout

===============================================================*/

#news #contents ul.pagination {
	margin: 0 0 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#news #contents ul.pagination li {
	margin: 0 5px;
}

#news #contents ul.pagination li a {
	width: 40px;
	height: 40px;
	padding: 0 0 1px 1px;
	border: solid 1px #D6E8D8;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #348B39;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 17px;
	line-height: 1.0;
}
#news #contents ul.pagination li.current {
	width: 40px;
	height: 40px;
	padding: 0 0 1px 1px;
	border: solid 1px #D6E8D8;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #348B39;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 17px;
	line-height: 1.0;
	background-color: #D6E8D8;
}

#news #contents ul.pagination li.prev a,
#news #contents ul.pagination li.next a {
	padding: 0;
	border: none;
}

#news #contents ul.pagination li a:hover,
#news #contents ul.pagination li.current a {
	background-color: #D6E8D8;
}


@media screen and (max-width: 768px){
	#news #contents ul.pagination li a {
		width: 30px;
		height: 30px;
		font-size: 3.2vw;
	}

	#news #contents ul.pagination li.prev a,
	#news #contents ul.pagination li.next a {
		font-size: 3.6vw;
	}
}



/*===============================================================

		#news #contents .staff layout

===============================================================*/

#news #contents .staff {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px 100px;
	background-color: #F5F4F0;
	border-radius: 100px 100px 0 0;
	position: relative;
}

#news #contents .staff::before {
	content: "";
  width: 244px;
  height: 178px;
  background: url(../../img/news/bg03@2x.png) left bottom / 100% auto no-repeat;
  position: absolute;
  left: 10%;
  top: -95px;
}

#news #contents .staff::after {
	content: "";
  width: 178px;
  height: 172px;
  background: url(../../img/news/bg04@2x.png) left center / 100% auto no-repeat;
  position: absolute;
  right: 14%;
  top: -92px;
}

#news #contents .staff .inner {
	max-width: 950px;
	margin: 0 auto;
}

#news #contents .staff .inner h3 {
	width: 430px;
	margin: 0 auto 50px;
	padding: 25px 0;
	background-color: #348B39;
	border-radius: 0 0 20px 20px;
	text-align: center;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 2px;
}

#news #contents .staff .inner ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#news #contents .staff .inner ul li {
	width: 48%;
	max-width: 480px;
	margin: 20px 0 0;
	padding: 25px 40px 30px 45px;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
}

#news #contents .staff .inner ul li p.img {
	max-width: 107px;
	margin: 0 20px 0 0;
	flex-shrink: 0;
}

#news #contents .staff .inner ul li p.img img {
	width: 107px;
	height: 107px;
	object-fit: cover;
	border-radius: 100%;
	box-sizing: border-box;
}

#news #contents .staff .inner ul li .person p.name {
	margin: 5px 0 10px;
	color: #348B39;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.0;
}

#news #contents .staff .inner ul li .person p.txt {
	font-size: 15px;
	line-height: 1.4;
}


@media screen and (max-width: 1385px){
	#news #contents .staff::before {
		left: 3%;
	}

	#news #contents .staff::after {
		right: 3%;
	}
}


@media screen and (max-width: 1149px){
	#news #contents .staff::before {
		left: 5%;
	}

	#news #contents .staff::after {
		right: 2%;
	}
}


@media screen and (max-width: 1000px){
	#news #contents .staff::before {
		left: 0;
	}

	#news #contents .staff::after {
		right: 0;
	}

	#news #contents .staff .inner ul li {
		padding: 20px;
		display: block;
	}

	#news #contents .staff .inner ul li p.img {
		margin: 0 auto 10px;
	}

	#news #contents .staff .inner ul li .person p.name {
		margin: 0 0 15px;
		text-align: center;
	}
}


@media screen and (max-width: 768px){
	#news #contents .staff {
		max-width: inherit;
		padding: 0 20px 60px;
		border-radius: 50px 50px 0 0;
	}

	#news #contents .staff::before {
		width: 25vw;
		height: 18vw;
		background: url(../../img/news/bg03@2x.png) left center / 100% auto no-repeat;
		top: -18vw;
		left: 20px;
	}

	#news #contents .staff::after {
		width: 20vw;
		height: 20vw;
		background: url(../../img/news/bg04@2x.png) left center / 100% auto no-repeat;
		top: -20vw;
		right: 30px;
	}

	#news #contents .staff .inner {
		max-width: inherit;
		padding: 0;
	}

	#news #contents .staff .inner h3 {
		width: auto;
		margin: 0 5vw 20px;
		padding: 15px 20px;
		border-radius: 0 0 10px 10px;
		font-size: 4vw;
	}

}





/*====================================================================================

		#news-detail layout

====================================================================================*/

/*===============================================================

		#news-detail basic layout

===============================================================*/

#news-detail {
}

#news-detail #contents {
	padding: 60px 0 100px;
}

#news-detail #contents .wrapper {
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
}

#news-detail #contents .wrapper::before {
	content: "";
	width: 100%;
	height: 310px;
	background-color: #D6E8D8;
	border-radius: 100px 100px 0 0;
	position: absolute;
	left: 0;
	top: -100px;
	z-index: -1;
}


#news-detail #contents .inner {

}


@media screen and (max-width: 768px){
	#news-detail #contents {
		padding: 60px 0 80px;
	}

	#news-detail #contents .wrapper {
		max-width: inherit;
	}

	#news-detail #contents .wrapper::before {
		width: 100%;
		height: 30vh;
		border-radius: 50px 50px 0 0;
		top: -70px;
	}

	#news-detail #contents .inner {
		max-width: inherit;
	}
}



/*===============================================================

		#news-detail .main_img.lower layout

===============================================================*/

#news-detail .main_img.lower {
	height: auto;
	margin: -100vh 0 0 220px;
	border-radius: 0;
	display: block;
	text-align: center;
}

#news-detail .main_img.lower .inner {
	margin: 0 auto;
	padding: 60px 0 0;
	background: url("../../img/news/detail/main_bg@2x.jpg") center top / cover no-repeat;
	position: relative;
}

#news-detail .main_img.lower .inner h2 {
	margin: 143px 0 0;
	padding: 0;
	background-color: #fff;
	border-radius: 0;
	display: block;
	position: relative;
}

#news-detail .main_img.lower .inner h2::after {
	content: "";
	width: 110px;
	border-bottom: dotted 3px #348B39;
	position: absolute;
	left: calc(50% - 55px);
	bottom: -15px;
}

#news-detail .main_img.lower .inner h2 img {
	width: 684px;
	max-width: 100%;
	margin: -143px 0 0;
	display: inline-block;
}


@media screen and (max-width: 780px){
	#news-detail .main_img.lower .inner h2 img {
		margin: -140px 0 0;
	}
}


@media screen and (max-width: 768px){
	#news-detail .main_img.lower {
		width: 100%;
		margin: 0 auto;
	}

	#news-detail .main_img.lower .inner {
		max-width: inherit;
	}

	#news-detail .main_img.lower .inner h2 {
		margin: 17vh 0 0;
	}

	#news-detail .main_img.lower .inner h2::after {
		width: 100px;
		left: calc(50% - 50px);
		bottom: -10px;
	}

	#news-detail .main_img.lower .inner h2 img {
		width: 100%;
		max-width: inherit;
		margin: -10vh 0 0;
	}
}



/*===============================================================

		#news-detail #contents article layout

===============================================================*/

#news-detail #contents article {
	margin: 40px 0 50px;
	padding: 0 20px;
}

#news-detail #contents article .inner {
	max-width: 950px;
	margin: 0 auto;
	padding: 0 80px 30px;
	background-color: #F5F4F0;
	border-radius: 70px;
	position: relative;
}

#news-detail #contents article .inner::before {
	content: "";
	width: 256px;
	height: 136px;
	background: url("../../img/news/bg05@2x.png") left top / cover no-repeat;
	position: absolute;
	right: 3%;
	top: -80px;
}

#news-detail #contents article .inner img {
	max-width: 100%;
}

#news-detail #contents article .inner p.attr {
	margin: 0 0 30px;
	padding: 20px 25px;
	background-color: #348B39;
	border-radius: 0 0 20px 20px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 2px;
}

#news-detail #contents article .inner .large {
	margin: 0;
}

#news-detail #contents article .inner .large h3 {
	margin: 0 0 50px;
	padding: 0 5px 20px;
	border-bottom: dotted 3px #348B39;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.8;
}

#news-detail #contents article .inner .large h3 .date {
	padding: 0 0 0 5px;
	display: block;
	color: #348B39;
	font-size: 15px;
	font-weight: 400;
}

#news-detail #contents article .inner .large p {
	margin: 0 0 50px;
	line-height: 2.0;
}

#news-detail #contents article .inner .large p img {
	border-radius: 30px;
}

#news-detail #contents article .inner .person {
	padding: 35px 65px 50px 0;
	background-color: #fff;
	border-radius: 0 60px 0 60px;
	display: flex;
	margin:0 0 50px;
}

#news-detail #contents article .inner .person.mb100 {
	margin: 0 0 100px;
}

#news-detail #contents article .inner .person .img {
	width: 140px;
	margin: 0 20px 0 0;
	flex-shrink: 0;
}

#news-detail #contents article .inner .person .img p:first-of-type {
	width: 100px;
	margin: 0 0 5px 28px;
}

#news-detail #contents article .inner .person .img p:last-of-type {
	padding: 10px 10px 10px 30px;
	background-color: #348B39;
	border-radius: 0 20px 20px 0;
	color: #fff;
	font-size: 15px;
	line-height: 1.0;
}
#news-detail #contents article .inner .person .img p img{
	border-radius: 100%;
  box-sizing: border-box;
}

#news-detail #contents article .inner .person dl dt {
	margin: 0 0 20px;
	color: #348B39;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

#news-detail #contents article .inner .middle {
	margin: 0 0 60px;
}

#news-detail #contents article .inner .large h4 {
	margin: 0 0 20px;
	padding: 15px 45px 15px 30px;
	background-color: #348B39;
	border-radius: 0 30px 30px 0;
	display: inline-block;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.0;
}

#news-detail #contents article .inner .large dl.annotation {
	margin: 20px 0 0;
	padding: 30px 50px;
	background-color: #fff;
	border-radius: 20px;
	margin:0 0 50px;
}

#news-detail #contents article .inner .large dl.annotation dt {
	margin: 0 0 20px;
	color: #348B39;
	font-weight: 500;
	line-height: 1.0;
}

#news-detail #contents article .inner .large dl.annotation dd {
	font-size: 14px;
	line-height: 2.0;
}

#news-detail #contents article .inner ul.img_02 {
	margin: 0 0 60px;
	display: flex;
	justify-content: space-between;
}

#news-detail #contents article .inner ul.img_02 li {
	width: 48%;
	list-style:none;
	padding:0;
	margin:0;
	text-indent:0;
	text-align: center;
}

#news-detail #contents article .inner ul.img_02 li img {
	border-radius: 15px;
}

#news-detail #contents article .inner .small {
	margin: 0 0 40px;
}

#news-detail #contents article .inner .large h5 {
	margin: 0 0 30px;
	position: relative;
	color: #348B39;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.0;
}

#news-detail #contents article .inner .large h5::after {
	content: "";
	width: 150px;
	border-bottom: dotted 3px #348B39;
	position: absolute;
	left: 0;
	bottom: -15px;
}


@media screen and (max-width: 1000px){
	#news-detail #contents article .inner {
		padding: 0 40px 60px;
	}

	#news-detail #contents article .inner p.attr {
		margin: 0 0 30px 20px;
	}
}


@media screen and (max-width: 768px){
	#news-detail #contents article {
		margin: 20px 0 50px;
		padding: 0 10px;
	}

	#news-detail #contents article .inner {
		max-width: inherit;
		padding: 0 20px 40px;
		border-radius: 30px;
	}

	#news-detail #contents article .inner::before {
		width: 128px;
		height: 68px;
		top: -43px;
	}

	#news-detail #contents article .inner p.attr {
		margin: 0 0 30px 3vw;
		padding: 10px 15px;
		border-radius: 0 0 10px 10px;
		font-size: 3.6vw;
		letter-spacing: 1px;
	}

	#news-detail #contents article .inner .large {
		margin: 0 0 80px;
	}

	#news-detail #contents article .inner .large h3 {
		margin: 0 0 30px;
		padding: 0 0 20px;
		font-size: 4.2vw;
		line-height: 1.5;
	}

	#news-detail #contents article .inner .large h3 .date {
		padding: 5px 0 0 2px;
		font-size: 3.2vw;
	}

	#news-detail #contents article .inner .large p.txt_01 {
		margin: 0 0 40px;
		line-height: 1.8;
	}

	#news-detail #contents article .inner .large p.img_01 {
		margin: 0 0 60px;
	}

	#news-detail #contents article .inner .large p.img_01 img {
		border-radius: 20px;
	}

	#news-detail #contents article .inner .person {
		padding: 20px 20px 30px;
		border-radius: 0 30px 0 30px;
		display: block;
	}

	#news-detail #contents article .inner .person.mb100 {
		margin: 0 0 60px;
	}

	#news-detail #contents article .inner .person .img {
		width: auto;
		margin: 0 0 40px;
		position: relative;
	}

	#news-detail #contents article .inner .person .img p:first-of-type {
		width: 100px;
		margin: 0;
		position: absolute;
		left: 0;
		top: -50px;
	}

	#news-detail #contents article .inner .person .img p:last-of-type {
		margin: 0 0 0 10vw;
		padding: 10px 20px 10px 70px;
		display: inline-block;
		font-size: 3.5vw;
	}

	#news-detail #contents article .inner .person dl dt {
		font-size: 4vw;
	}

	#news-detail #contents article .inner .middle {
		margin: 0 0 40px;
	}

	#news-detail #contents article .inner .large h4 {
		margin: 0 0 20px;
		padding: 10px 20px 10px 15px;
		border-radius: 0 50px 50px 0;
		font-size: 4.0vw;
		line-height: 1.2;
	}

	#news-detail #contents article .inner .large dl.annotation {
		margin: 20px 0 50px;
		padding: 20px;
		background-color: #fff;
		border-radius: 20px;
	}

	#news-detail #contents article .inner .large dl.annotation dt {
		margin: 0 0 10px;
		line-height: 1.2;
	}

	#news-detail #contents article .inner .large dl.annotation dd {
		line-height: 1.8;
	}

	#news-detail #contents article .inner ul.img_02 {
		margin: 0 0 40px;
		display: block;
	}

	#news-detail #contents article .inner ul.img_02 li {
		width: 100%;
	}

	#news-detail #contents article .inner ul.img_02 li:not(:last-child) {
		margin: 0 0 20px;
	}

	#news-detail #contents article .inner ul.img_02 li img {
		border-radius: 15px;
	}

	#news-detail #contents article .inner .small {
		margin: 0 0 40px;
	}

	#news-detail #contents article .inner .large h5 {
		margin: 0 0 30px;
		font-size: 4vw;
		line-height: 1.2;
	}

	#news-detail #contents article .inner .large h5::after {
		width: 100px;
		bottom: -10px;
	}
}



/*===============================================================

		#news-detail #contents .pagination layout

===============================================================*/

#news-detail #contents ul.pagination {
	margin: 0 0 90px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#news-detail #contents ul.pagination li a {
	color: #348B39;
	font-weight: 500;
	line-height: 1.0;
}

#news-detail #contents ul.pagination li.prev a,
#news-detail #contents ul.pagination li.next a {
	display: flex;
	align-items: center;
	position: relative;
}

#news-detail #contents ul.pagination li.prev a::before,
#news-detail #contents ul.pagination li.next a::after {
	content: "";
	width: 40px;
	height: 40px;
	padding: 0 0 1px 1px;
	border-radius: 40px;
	display: block;
	transition: all .3s;
}

#news-detail #contents ul.pagination li.prev a::before {
	margin: 0 10px 0 0;
	background: url("../img/icon_arrow01.svg") center center / auto 12px no-repeat #D6E8D8;
	transform: rotate(180deg);
}

#news-detail #contents ul.pagination li.next a::after {
	margin: 0 0 0 10px;
	background: url("../img/icon_arrow01.svg") center center / auto 12px no-repeat #D6E8D8;
}

#news-detail #contents ul.pagination li.prev a:hover::before {
	background: url("../img/icon_arrow01.svg") center right 40% / auto 12px no-repeat #D6E8D8;
}

#news-detail #contents ul.pagination li.next a:hover::after {
	background: url("../img/icon_arrow01.svg") center left 60% / auto 12px no-repeat #D6E8D8;
}


#news-detail #contents ul.pagination li.back {
	margin: 0 60px;
}

#news-detail #contents ul.pagination li.back a {
	padding: 20px 80px 20px 60px;
	background: url("../img/icon_arrow01.svg") right 30px center / auto 12px no-repeat #D6E8D8;
	border-radius: 60px;
	display: block;
	color: #348b39;
	font-weight: 500;
	letter-spacing: 2px;
}

#news-detail #contents ul.pagination li.back a:hover {
	background: url("../img/icon_arrow01.svg") right 25px center / auto 12px no-repeat #D6E8D8;
}


@media screen and (max-width: 900px){
	#news-detail #contents ul.pagination {
		margin: 0 0 150px;
	}

	#news-detail #contents ul.pagination li.prev {
		margin: 0 10% 0 0;
	}

	#news-detail #contents ul.pagination li.next {
		margin: 0 0 0 10%;
	}

	#news-detail #contents ul.pagination li.back {
		margin: 0;
		position: absolute;
		top: 60px;
	}
}


@media screen and (max-width: 768px){
	#news-detail #contents ul.pagination {
		margin: 0 0 140px;
	}
}


/*===============================================================

		#hair-growth .main_img layout

===============================================================*/
#hair-growth .main_img.lower {
	background: url("../../img/beauty/hair-growth/main_img@2x.jpg") left top / cover no-repeat;
}

#hair-growth .main_img.lower h2 {
	padding: 40px 70px 40px 50px;
}

@media screen and (max-width: 768px){
	#hair-growth .main_img.lower {
		background: url("../../img/beauty/hair-growth/main_img@2x.jpg") left 20% top / cover no-repeat;
	}

	#hair-growth .main_img.lower h2 {
		padding: 2.5vh 40px 2.5vh 20px;
	}
}

#hair-growth #contents .what .inner dl::after {
	content: "";
	width: 212px;
	height: 186px;
	background: url("../../img/beauty/hair-growth/img01@2x.png") left top / 100% auto no-repeat;
	display: block;
	position: absolute;
	right: -80px;
	bottom: -73px;
}

/* about_01 */
#hair-growth #contents .about_01 {
	position: relative;
}
#hair-growth #contents .about_01::before {
	content: "";
	width: 23vw;
	height: 287px;
	background-color: #D6E8D7;
	border-radius: 0 0 0 60px;
	position: absolute;
	right: 0;
	top: 250px;
	z-index: -1;
}
#hair-growth #contents .about_01 .inner {
    max-width: 1280px;
    padding: 0 20px;
    justify-content: flex-start;
}
#hair-growth #contents .about_01 .txt{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #348b39;
	margin: 80px 0 0;
}
@media screen and (max-width: 1100px){
	#hair-growth #contents .about_01 {
		margin: 0 0 120px;
	}
	#hair-growth #contents .about_01::before {
		width: 40vw;
		height: 25vh;
		top: auto;
		bottom: 7.5vh;
	}
	#hair-growth #contents .about_01 .inner p.img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
	#hair-growth #contents .about_01 .txt{
		margin: 40px 0 0;	
	}
}
@media screen and (max-width: 768px){
	#hair-growth #contents .what .inner{
		padding: 0;
	}
	#hair-growth #contents .about_01 {
		margin: 0 0 100px;
		padding: 0;
		background: none;
	}
	#hair-growth #contents .about_01::before {
		width: 50vw;
	}
	#hair-growth #contents .about_01::before {
		width: 40vw;
		height: 25vh;
		top: auto;
		bottom: 7.5vh;
	}
	#hair-growth #contents .about_01 .inner {
		padding: 0 20px;
		background: none;
	}
	#hair-growth #contents .about_01 .inner h3::before {
		width: 54px;
		height: 40px;
		background: url("../img/num01.svg") left top / 100% auto no-repeat;
		top: -10px;
	}
	#hair-growth #contents .about_01 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
	}
	#hair-growth #contents .about_01 .inner .box h3 + p {
		padding: 0;
	}
	#hair-growth #contents .about_01 .inner p.img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	#hair-growth #contents .about_01 .txt{
		font-size: 18px;
		margin: 40px 0 0;
		padding: 0 20px;
	}
	#hair-growth #contents .what .inner dl::after{
		width: 35%;
		height: 15vh;
		background: url("../../img/beauty/hair-growth/img01@2x.png") left top / 100% auto no-repeat;
		right: -10px;
		bottom: -10vh;
	}
}


/* about_02 */
#hair-growth #contents .about_02 .inner .box {
	width: 45%;
	max-width: 540px;
	margin: 0 0 0 30px;
	display: block;
	order: 1;
}
#hair-growth #contents .about_02 .inner p.img {
	width: 46%;
	max-width: 566px;
	padding: 40px 0 0 25px;
	order: 0;
}
#hair-growth #contents .about_02 .inner p.img img {
	width: 521px;
	max-width: 100%;
	height: auto;
}
#hair-growth #contents .about_02::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*322/1240);
	background: url("../../img/beauty/hair-growth/img04@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}
@media screen and (max-width: 768px){
	#hair-growth #contents .about_02::before {
		display: none;
	}
	#hair-growth #contents .about_02 .inner {
		padding: 0 0 60px;
		flex-flow: row wrap;
		display: flex;
	}
	#hair-growth #contents .about_02 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 20px 60px;
		order: 1;
	}
	#hair-growth #contents .about_02 .inner .box h3 {
		margin: 0 0 40px;
		line-height: 1.0;
	}
	#hair-growth #contents .about_02 .inner h3::before {
		top: -15px;
	}
	#hair-growth #contents .about_02 .inner p.img {
		width: 100%;
		max-width: inherit;
		margin: 0 auto;
		padding: 60px 20px 0;
		text-align: center;
		order: 2;
		position: relative;
	}
	#hair-growth #contents .about_02 .inner p.img::before {
		content: "";
		width: 40vw;
		height: 50%;
		background-color: #D6E8D7;
		border-radius: 0 60px 0 0;
		position: absolute;
		left: -45px;
		top: 0;
		z-index: 1;
	}
	#hair-growth #contents .about_02 .inner p.img img {
		width: 100%;
		max-width: 100%;
		height: auto;
		position: relative;
		z-index: 2;
	}
	#hair-growth #contents .about_02::after {
		padding-bottom: calc(100%*398/750);
		background: url("../../img/beauty/hair-growth/img04@2x.jpg") center bottom / cover no-repeat;
	}
}


/* about_03 */
#hair-growth #contents .about_03{
	padding: 180px 0 120px;
}
#hair-growth #contents .about_03 .inner p{
	font-size: 18px;
}
#hair-growth #contents .about_03 h3{
	line-height: 1.5;
}
#hair-growth #contents .about_03 h3 br{
	display: block;
}
#hair-growth #contents .about_03 .img01{
	text-align: center;
	margin: 60px 0 80px;
}
#hair-growth #contents .about_03 .inner .box{
	margin: 0 0 80px;
}
#hair-growth #contents .about_03 .inner .box p.txt {
	width: 60%;
	max-width: 680px;
	font-size: 18px;
	line-height: 2.0;
}
#hair-growth #contents .about_03 .inner .box p.img {
	width: 37%;
	max-width: 340px;
	text-align: center;
}
#hair-growth #contents .about_03 .inner .box p.img span{
	margin: 25px 0 0;
}
@media screen and (max-width: 768px){
	#hair-growth #contents .about_03{
		padding: 140px 0 80px;
	}
	#hair-growth #contents .about_03 .inner p{
		font-size: 3.9vw;
	}
	#hair-growth #contents .about_03 .inner .box{
		margin: 0 0 40px;
		flex-wrap: wrap;
	}
	#hair-growth #contents .about_03 .inner .box p.txt {
		width: 100%;
		max-width: 100%;
		font-size: 16px;
		order: 1;
	}
	#hair-growth #contents .about_03 .inner .box p.img {
		width: 100%;
		max-width: 100%;
		text-align: center;
		order: 2;
		margin: 40px 0 0;
	}
}


/* about_04 */
#hair-growth #contents .about_04 {
	padding: 180px 0 120px;
	background-color: #ebf3eb;
	position: relative;
}
#hair-growth #contents .about_04::after{
	content: none;
}
#hair-growth #contents .about_04 h3 {
	margin: 0 0 60px;
	background: url("../img/border.png") left top 60% / auto 12px repeat-x;
	position: relative;
	text-align: center;
	color: #348b39;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}
#hair-growth #contents .about_04 .inner h3 {
	padding: 0 0 40px 100px;
    background: url(../img/border.png) left bottom / auto 12px repeat-x;
    position: relative;
    color: #348b39;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 3px;
	text-align: left;
	margin:120px 0 60px;
	width:530px;
}

#hair-growth #contents .about_04 h3::before {
	content: "";
	width: 81px;
	height: 55px;
	background: url("../img/num04.svg") left top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% - 39px);
	top: -70px;
}
#hair-growth #contents .about_04 .inner h3:before {
	left:0;
	top:-15px;
	background: url("../img/num05.svg") left top / 100% auto no-repeat;
}

#hair-growth #contents .about_04 h3 span {
	padding: 0 30px;
	background-color: #ECF3EB;
	display: inline-block;
}

#hair-growth #contents .about_04 .inner{
	display: block;
	max-width: 1100px;
    padding: 0 20px;
}
#hair-growth #contents .about_04 .inner p{
	font-size: 18px;
}

#hair-growth #contents .about_04 .inner ul.example {
	margin: 80px auto 0;
	padding: 50px;
	background-color: #fff;
	border-radius: 60px 0 60px 0;
	text-align: center;
	display: flex;
}
#hair-growth #contents .about_04 .inner ul.example li{
	width: 48%;
}
#hair-growth #contents .about_04 .inner ul.example li:first-child{
	margin: 0 4% 0 0;
}
#hair-growth #contents .about_04 .inner ul.example li span{
	display: block;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #348b39;
	border-left: 5px solid #348b39;
	padding: 0 0 2px 10px;
	margin: 0 0 10px;
	line-height: 1.0;
}
#hair-growth #contents .about_04 .inner ul.example li img{
	max-width: 100%;
}

@media screen and (max-width: 768px){
	#hair-growth #contents .about_04 {
		padding: 140px 0 80px;
	}
	#hair-growth #contents .about_04::after {
		padding-bottom: calc(100%*398/750);
		background: url("../../img/beauty/paulownia/sp/img08@2x.jpg") center bottom / 100% auto no-repeat;
	}
	#hair-growth #contents .about_04 h3 {
		margin: 0 0 30px;
		background: url("../img/border.png") left top 55% / auto 8px repeat-x;
		font-size: 4.5vw;
		line-height: 1.2;
	}
	#hair-growth #contents .about_04 h3::before {
		width: 59px;
		height: 40px;
		background: url("../img/num04.svg") left top / 100% auto no-repeat;
		position: absolute;
		left: calc(50% - 28.5px);
		top: -70px;
	}
	#hair-growth #contents .about_04 h3 span {
		padding: 0 10px;
	}
	#hair-growth #contents .about_04 .inner {
		padding: 0 20px;
		display: block;
	}
	#hair-growth #contents .about_04 .inner h3 {
		margin:50px 0 30px;
		padding: 0 2em 25px 70px;
		background: url(../img/border.png) left bottom / auto 8px repeat-x;
		display: inline-block;
		font-size: 4.5vw;
		width:auto;
	}
	#hair-growth #contents .about_04 .inner h3::before {
		width: 59px;
		height: 40px;
		background: url("../img/num05.svg") left top / 100% auto no-repeat;
		top: -10px;
	}
	#hair-growth #contents .about_04 .inner > p {
		margin: 0 0 40px;
		font-size: 3.9vw;
		line-height: 1.8;
	}
	#hair-growth #contents .about_04 .inner dl.example {
		max-width: inherit;
		margin: 0 auto 20px;
		padding: 25px;
		border-radius: 30px 0 30px 0;
	}
	#hair-growth #contents .about_04 .inner dl.example dt {
		margin: 0 0 20px;
		background: url("../img/border.png") left top 70% / auto 8px repeat-x;
		font-size: 3.5vw;
		letter-spacing: 2px;
	}
	#hair-growth #contents .about_04 .inner dl.example dt span {
		padding: 0 10px;
	}
	#hair-growth #contents .about_04 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0;
		padding: 0;
	}
	#hair-growth #contents .about_04 .inner .box p.txt {
		width: 100%;
		max-width: inherit;
		margin: 0 0 40px;
		font-size: 3.9vw;
		line-height: 1.8;
	}
	#hair-growth #contents .about_04 .inner .box p.img {
		width: 90%;
		max-width: inherit;
		margin: 0 auto;
		padding: 0;
	}
	#hair-growth #contents .about_04 .inner .box p.img img {
		width: 100%;
		max-width: inherit;
		height: auto;
	}
	#hair-growth #contents .about_04 .inner ul.example{
		margin: 40px auto 0;
		display: block;
		padding: 25px;
		border-radius: 30px 0 30px 0;
	}
	#hair-growth #contents .about_04 .inner ul.example li{
		width: 100%;
	}
	#hair-growth #contents .about_04 .inner ul.example li:first-child{
		margin: 0 0 20px;
	}
}




/* about_05 */
#hair-growth #contents .about_05 {
	padding: 120px 0 0;
	position: relative;
}
#hair-growth #contents .about_05::before {
	content: "";
	width: 23vw;
	height: 287px;
	background-color: #D6E8D7;
	border-radius: 0 0 0 60px;
	position: absolute;
	right: 0;
	top: 350px;
	z-index: -1;
}
#hair-growth #contents .about_05::after {
	content: "";
	width: 100%;
	padding-bottom: calc(100%*322/1240);
	background: url("../../img/beauty/hair-growth/img10@2x.jpg") center bottom / 100% auto no-repeat;
	display: block;
}
#hair-growth #contents .about_05 .inner {
	max-width: 1280px;
	padding: 0 20px 80px 20px;
	display: flex;
	justify-content: flex-start;
}
#hair-growth #contents .about_05 h3 {
	margin: 0 0 60px;
	background: url("../img/border.png") left top 60% / auto 12px repeat-x;
	position: relative;
	text-align: center;
	color: #348b39;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 3px;
}
#hair-growth #contents .about_05 .inner h3 {
	padding: 0 0 40px 100px;
    background: url(../img/border.png) left bottom / auto 12px repeat-x;
    position: relative;
    color: #348b39;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 3px;
	text-align: left;
	margin: 0 0 60px;
}

#hair-growth #contents .about_05 h3::before {
	content: "";
	width: 81px;
	height: 58px;
	background: url("../img/num04.svg") left top / 100% auto no-repeat;
	position: absolute;
	left: calc(50% - 39px);
	top: -70px;
}
#hair-growth #contents .about_05 .inner h3:before {
	left:0;
	top:5px;
	background: url("../img/num05.svg") left top / 100% auto no-repeat;
}
#hair-growth #contents .about_05 .inner .box h3 + p {
	padding: 0 0 0 30px;
}
#hair-growth #contents .about_05 .inner .box {
	width: 45%;
	max-width: 540px;
	margin: 0 2vw 0 60px;
}
#hair-growth #contents .about_05 .inner p.img {
	width: 522px;
}
#hair-growth #contents .about_05 .inner p.img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 1100px){
	#hair-growth #contents .about_05 {
		padding: 80px 0 0;
	}
	#hair-growth #contents .about_05::before {
		width: 40vw;
		height: 25vh;
		top: auto;
		bottom: -5vh;
		content: none;
	}
	#hair-growth #contents .about_05 .inner {
		padding: 0 20px 120px;
		flex-flow: row wrap;
	}
	#hair-growth #contents .about_05 .inner{
		position: relative;
	}
	#hair-growth #contents .about_05 .inner::before {
		width: 40vw;
		height: 25vh;
		right: 0;
		z-index: -1;
		top: auto;
		bottom: 6.0vh;
		content: "";
		background-color: #D6E8D7;
		border-radius: 0 0 0 60px;
		position: absolute;
	}
	#hair-growth #contents .about_05 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 40px;
	}
	#hair-growth #contents .about_05 .inner .box h3 {
		margin: 0 0 40px;
	}
	#hair-growth #contents .about_05 .inner p.img {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
}
@media screen and (max-width: 768px){
	#hair-growth #contents .about_05{
		padding: 60px 0 0;
	}
	#hair-growth #contents .group_link .inner{
		padding: 0;
	}
	#hair-growth #contents .about_05 .inner{
		position: relative;
	}
	#hair-growth #contents .about_05 .inner::before {
		width: 50vw;
		height: 25vh;
		right: 0;
		z-index: -1;
		top: auto;
		bottom: 6vh;
		content: "";
		background-color: #D6E8D7;
		border-radius: 0 0 0 60px;
		position: absolute;
	}
	#hair-growth #contents .about_05::before{
		content: none;
	}
	#hair-growth #contents .about_05::after {
		padding-bottom: calc(100%*398/750);
		background: url("../../img/beauty/hair-growth/img10@2x-sp.jpg") center bottom / 105% auto no-repeat;
	}
	#hair-growth #contents .about_05 .inner .box {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px;
	}
	#hair-growth #contents .about_05 .inner .box h3 + p {
		padding: 0;
	}
	#hair-growth #contents .about_05 .inner p.img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	#hair-growth #contents .about_05 .inner h3 {
		margin: 0 0 30px;
		padding: 0 2em 25px 70px;
		background: url("../img/border.png") left bottom / auto 8px repeat-x;
		display: inline-block;
		font-size: 4.5vw;
		width: auto;
	}
	#hair-growth #contents .about_05 .inner h3::before {
		width: 54px;
		height: 40px;
		background: url("../img/num05.svg") left top / 100% auto no-repeat;
		top: 5px;
	}
	#hair-growth #contents .about_05 .inner h3 + p {
		font-size: 3.9vw;
		line-height: 1.8;
	}
}


