@charset "utf-8";
/* CSS Document */

/* Ryoetsu denki
   massage
-----------------------------------------------------*/


/* ==============================================
    message-section
============================================== */
#message-section {
	position: relative;
	/*padding-bottom: 100px;*/
}

#message-section h2 {
	font-size: 2.375em;
	font-weight: 900;
	line-height: 100px;
	color: #fff;
	background: #2d2d2d;
	padding: 0 10px 0 5%;
	margin-left: 34%;
	position: relative;
	z-index: 1;
}
#message-section h2::after {
	content: "";
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url("image/icon_stand.svg") 0 0 / contain;
	margin-left: 50px;
	margin-top: 15px;
	vertical-align: top;
}

#message-section figure {
	margin-top: -70px;
	margin-left: -20px;
}
#message-section .message-text {
	position: absolute;
	top: 100px;
	right: 4%;
	width: 48%;
	background: rgba(255,255,255,0.85);
	padding: 80px 60px;
}
#message-section .message-text p {
	font-size: 1.250em;
	font-weight: 700;
	line-height: 2.5;
	margin-bottom: 60px;
}
#message-section .message-text p.name {
	text-align: right;
	margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
	#message-section {
		/*padding-bottom: 120px;*/
	}
	#message-section figure {
		width: 50%;
	}
	#message-section .message-text {
		width: 54%;
		right: 2%;
		padding: 50px 30px;
	}
	#message-section .message-text p {
		font-size: 1.125em;
		line-height: 2;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1000px) {

	#message-section h2 {
		line-height: 80px;
	}
	#message-section h2::after {
		width: 50px;
		height: 50px;
	}
	#message-section figure {
		width: 45%;
	}
	#message-section .message-text {
		width: 60%;
		top: 80px;
		right: 2%;
		padding: 30px 20px;
	}
	#message-section .message-text p {
		font-size: 1em;
		line-height: 1.8;
	}
}

@media screen and (max-width: 700px) {
	#message-section h2 {
		margin-left: 0;
	}
	#message-section figure {
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
	#message-section .message-text {
		position: inherit;
		top: inherit;
		right: inherit;
		width: 94%;
		margin: 0 auto;
		padding: 20px 20px;
	}
	#message-section .message-text p {
		font-size: 1.143em;
		line-height: 1.8;
	}
}


/* ==============================================
    person-section
============================================== */
#person-section {
	padding-top: 150px;
	padding-bottom: 50px;
}
#person-section h2 {
	font-size: 2.375em;
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
}
#person-section .catch {
	text-align: center;
	font-size: 1.125em;
	margin-bottom: 60px;
}
#person-section .jinji-message {
	position: relative;
	margin: 0 50px;
}
#person-section .jinji-message ul {
	list-style: none;
	margin-right: 380px;
}
#person-section .jinji-message li {
	background: #0958a5;
	padding: 20px 30px;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	width: 90%;
}
#person-section .jinji-message li:last-child {
	margin-bottom: 0;
}
#person-section .jinji-message li::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 40px 0 0;
	border-color: #0958a5 transparent transparent transparent;
}
#person-section .jinji-message li:nth-child(1) {
	margin-left: 18%;
}
#person-section .jinji-message li:nth-child(2) {
	margin-left: 3%;
}
#person-section .jinji-message li:nth-child(3) {
	margin-left: 10%;
}
#person-section .jinji-message li:nth-child(4) {
	margin-left: 0;
}
#person-section .jinji-message li:nth-child(5) {
	margin-left: 7%;
}

#person-section .jinji-message li h3 {
	font-size: 1.750em;
	font-weight: 900;
	margin-bottom: 10px;
}
#person-section .jinji-message li p {
	font-size: 1.250em;
	font-weight: 700;
}

#person-section .jinji-message figure {
	position: absolute;
	top: 50%;
	right: -20px;
	margin-top: -207px;
}

@media screen and (max-width: 1000px) {
	#person-section .jinji-message figure {
		width: 30%;
	}
	#person-section .jinji-message ul {
		margin-right: 32%;
	}
	#person-section .jinji-message li {
		font-size: 0.85em;
	}
}

@media screen and (max-width: 700px) {
	#person-section .jinji-message {
		margin: 0 20px;
	}
	#person-section .jinji-message figure {
		position: inherit;
		top: inherit;
		right: inherit;
		margin-top: 30px;
		width: 50%;
		margin-left: auto;
	}
	#person-section .jinji-message ul {
		margin-right: 0;
	}
	#person-section .jinji-message li {
		margin-left: 0 !important;
		width: 100%;
	}
	#person-section .jinji-message li::after {
		display: none;
		right: -30px;
		border-width: 40px 30px 0 0;
	}
}
