@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.pc {
	display: block;
}

.sp {
	display: none;
}


/* 挨拶 */
/* -------------------------------------------------- */
#message #pagetitle::after {
	content: "MASSAGE/ PHILOSOPHY";
}

#messageMv {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;

}

#messageTit {
	order: 2;
	width: 60%;
	margin-top: -80px;
	padding: 60px 40px;
	font-size: 2.6rem;
	color: #FFF;
	font-weight: bold;
	background: url(../../../img/message/greeting_img2.svg) 90% center no-repeat #009843;
	-webkit-background-size: 200px auto, 100%;
	background-size: 200px auto, 100%;
	border-radius: 0 10px 10px 0;
	z-index: 10;
}

#messageName {
	order: 3;
	margin-top: -65px;
	padding: 0 60px 40px 0;
	text-align: right;
}

#messageTxt {
	order: 4;
	padding-bottom: 100px;
	line-height: 1.8;
}

#messageImg {
	order: 1;
}

#messageImg img {
	width: 100%;
	height: auto;
}


/* 理念 */
/* -------------------------------------------------- */
/* 経営理念 */
#management {
	padding: 30px;
	margin-bottom: 50px;
	background: #e6f5ed;
	border-radius: 4px;
}

#management h2 {
	padding: 0 0 20px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

#management p {
	padding: 40px;
	font-size: 2.3rem;
	font-weight: bold;
	background: #FFF;
	font-style: italic;
	text-align: center;
	color: #009843;
}

/* 社是 */
#motto {
	position: relative;
	margin-bottom: 50px;
}

#motto h2 {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 3px solid #009843;
	border-radius: 100px;
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #FFF;
}

#mottoList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#motto li {
	width: 48.5%;
	padding: 30px;
	margin: 0 3% 10px 0;
	display: flex;
	align-items: center;
	border: 1px solid #009843;
	border-radius: 4px;
}

#motto li:nth-child(2n) {
	margin-right: 0;
}

.word {
	padding: 10px 15px;
	margin-right: 10px;
	font-size: 2rem;
	font-weight: bold;
	color: #FFF;
	background: #009843;
	border-radius: 4px;
}

/* 社是 */
#policy h2 {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}

#policy li {
	margin-bottom: 10px;
	border: 1px solid #009843;
	border-radius: 4px;
}

.policyTit {
	padding: 10px;
	font-size: 2rem;
	font-weight: bold;
	color: #009843;
	text-align: center;
	background: #e6f5ed;
}

.policyDesc {
	padding: 15px;
	font-size: 1.6rem;
	text-align: center;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#messageTit {
		background: url(../../../img/message/greeting_img2.svg) 90% center no-repeat #009843;
		-webkit-background-size: 150px auto, 100%;
		background-size: 150px auto, 100%;
	}
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	#messageTit {
		width: 90%;
		padding: 18px;
		font-size: 4vw;
		margin-top: -40px;
	}

	#messageName {
		order: 4;
		margin-top: 0px;
		padding: 0 0px 40px 0;
		text-align: right;
	}

	#messageTxt {
		order: 3;
		padding: 30px 0 15px 0;
		line-height: 1.8;
	}

	#management {
		padding: 15px;
	}

	#management h2 {
		padding: 0 0 15px;
	}

	#management p {
		padding: 15px;
		font-size: 1.8rem;
	}

	#motto li {
		width: 48.5%;
		padding: 10px;
		font-size: 1.3rem;
		margin: 0 0 0 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		border: 1px solid #009843;
		border-radius: 4px;
	}

	.word {
		margin: 0 0 15px 0;
	}

	#messageTit {
		background: url(../../../img/message/greeting_img2.svg) 90% center no-repeat #009843;
		-webkit-background-size: 100px auto, 100%;
		background-size: 100px auto, 100%;
	}
}