@charset "UTF-8";
/* --------------------------------
 * title-page
 * -------------------------------- */
.title-page {
	background-image: url(../img/title-page-bg.jpg);
	background-position: 50% 50%;
}
/* --------------------------------
 * features-wrap
 * -------------------------------- */
/* top-menu ----- */
.features-wrap {
	padding: 50px 0 30px;
}
.features-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.features-wrap li {
	width: 30%;
}
.features-wrap h5 {
	display: flex;
	align-items: center;
	font-family: serif;
	font-weight: bold;
	margin-bottom: 15px;
}
.features-number {
	color: #EDD8C6;
	display: block;
	font-size: 78px;
	width: 90px;
	text-align: center;
	line-height: 1;
}
.features-title {
	color: #bf8139;
	display: block;
	font-size: 2.2rem;
}
.features-image {
	padding: 10px;
	border: 1px solid #bf8139;
	line-height: 1;
	margin-bottom: 15px;
}
.features-wrap p {
	line-height: 1.6;
}
@media only screen and (max-width: 768px) {
	.features-wrap li {
		width: 100%;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 500px) {
	.features-wrap {
		padding: 30px 0 10px;
	}
	.features-number {
		font-size: 60px;
		width: 80px;
	}
	.features-wrap h5 {
		margin-bottom: 10px;
	}
	.features-title {
		font-size: 1.8rem;
	}
	.features-image {
		margin-bottom: 10px;
	}
}
/* --------------------------------
 * about
 * -------------------------------- */
/* adaptation-disease ----- */
.adaptation-disease {
	padding: 50px 0px;
}
.adaptation-disease .title-p02 {
	margin-bottom: 25px;
}
.adaptation-disease p {
	text-align: center;
	margin-bottom: 10px;
	line-height: 2;
}
@media only screen and (max-width: 500px) {
.adaptation-disease {
	padding: 30px 0px;
}
.adaptation-disease .title-p02 {
	margin-bottom: 15px;
}
.adaptation-disease p {
	text-align: left;
	line-height: 1.6;
}
}
/* consultation-flow ----- */
.consultation-flow-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f9f2eb;
}
.consultation-flow-wrap li {
	border: 1px dotted #bf8139;
	position: relative;
	padding: 35px 0 30px;
	margin-bottom: 60px;
}
.consultation-flow-wrap li::after {
	content: url("../img/consultation-flow-arrow.png");
	position: absolute;
	bottom: -38px;
	left: 50%;
	margin-left: -20px;
	line-height: 0;
}
.consultation-flow-wrap li:last-child {
	margin-bottom: 0px;
}
.consultation-flow-wrap li:last-child::after {
	display: none;
}
.consultation-flow {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.consultation-flow .title-p02 {
	width: 24%;
	min-width: 238px;
}
.consultation-flow .title-p02 span {
	font-size: 2.0rem;
}
.consultation-flow .title-p02::before {
	content: "";
	color: #fff;
	font-size: 3.0rem;
	line-height: 60px;
	display: block;
	margin: 0 auto 15px;
	width: 60px;
	height: 60px;
	background-color: #f08c91;
	border-radius: 50%;
}
li:nth-child(1) .consultation-flow .title-p02::before {
	content: "1";
}
li:nth-child(2) .consultation-flow .title-p02::before {
	content: "2";
}
li:nth-child(3) .consultation-flow .title-p02::before {
	content: "3";
}
li:nth-child(4) .consultation-flow .title-p02::before {
	content: "4";
}
li:nth-child(5) .consultation-flow .title-p02::before {
	content: "5";
}
.consultation-flow-txt {
	line-height: 1.8;
	width: 48%;
	padding-top: 20px;
}
.consultation-flow-img {
	position: absolute;
	top: -30px;
	right: 30px;
	width: 22%;
}
.consultation-flow-img img {
	border-radius: 10px;
}
@media all and (-ms-high-contrast: none){
.consultation-flow .title-p02::before {
	line-height: 64px;
}
}
@media only screen and (max-width: 768px) {
.consultation-flow-wrap li {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:  space-between;
	justify-content: space-between;
	padding: 35px 20px 30px;
}
.consultation-flow {
	width: 70%;
}
.consultation-flow .title-p02 {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	min-width: auto;
	text-align: left;
}
.consultation-flow .title-p02::before {
	font-size: 2.0rem;
	line-height: 40px;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	width: 40px;
	height: 40px;
	text-align: center;
}
.consultation-flow-txt {
	width: 100%;
	padding-top: 10px;
}
.consultation-flow-img {
	position: relative;
	top: auto;
	right: auto;
	width: 28%;
	margin-top: 15px;
}
}
@media only screen and (max-width: 500px) {
.consultation-flow-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}
.consultation-flow-wrap li {
	padding: 20px 15px;
}
.consultation-flow {
	width: 100%;
}
.consultation-flow-img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}
/* about-img-wrap ----- */
.about-img-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #faf6f1;
}
.about-img {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:  space-between;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
.about-img li {
	line-height: 1;
	margin-bottom: 1%;
	width: 32.5%;
}
.about-img li:nth-of-type(1) {
	width: 58.2%;
}
.about-img li:nth-of-type(2) {
	width: 40.6%;
}
@media only screen and (max-width: 500px) {
.about-img-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-img li, .about-img li:nth-of-type(1), .about-img li:nth-of-type(2) {
	width: 100%;
	margin-bottom: 10px;
}
}