@charset "utf-8";




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.message {
	margin: 0 0 200px;
}

.message__introduction {
	margin: 60px 0 0;
	position: relative;
}

.message__introduction-text {
	width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}

.message__introduction-text h3 {
	color: #000;
	font-size: 2.6rem;
	line-height: 1.75;
	letter-spacing: .2em;
	margin: 0 0 40px;
}

.message__introduction-text p {
	color: #000;
	letter-spacing: .1em;
	display: flex;
	align-items: center;
}

.message__introduction-text em {
	font-size: 1.3rem;
	padding: 0 15px 0 0;
}

.message__introduction-text strong {
	font-size: 1.5em;
}

.message__introduction figure {
	text-align: center;
	background: #f1f1f1;
}

.message__detail {
	padding: 60px 0 0;
}

.message__detail h4 {
	font-size: 2.2rem;
	line-height: 1.5;
	margin: 0 0 20px;
}

.message__detail strong {
	padding: 10px 0 0;
	display: block;
}

.message__detail strong:before {
	content: '';
	vertical-align: .05em;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
	background: #3b3b3b;
	display: inline-block;
	border-radius: 50%;
}

.message__detail span {
	padding: 0 0 0 12px;
	display: inline-block;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.person {
	background: #f1f1f1;
	position: relative;
}

.person:before,
.person:after {
	content: '';
	width: 100%;
	min-height: 140px;
	padding: 10% 0 0;
	background: url("/recruit/_assets/img/global/triangle-gray.svg") no-repeat center / cover;
	position: absolute;
	top: 1px;
	left: 0;
	transform: translateY(-100%);
}

.person:before {
	top: auto;
	bottom: 1px;
	transform: translateY(100%) rotate(180deg);
}

@media all and (-ms-high-contrast:none){
	.person:before,
	.person:after {
		padding: 8.75% 0 0;
	}
}

.person__introduction {
	margin: 0 0 160px;
}

.person__introduction p {
	line-height: 1.85;
	letter-spacing: .1;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.person__introduction ul {
	margin: 0 0 30px;
	padding: 10px 30px;
	border-top: 1px solid rgba(0,0,0,.25);
	border-bottom: 1px solid rgba(0,0,0,.25);
}

.person__introduction ul li {
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .1em;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	margin: 4px 0;
	padding: 0 0 0 1em;
	position: relative;
}

.person__introduction ul li:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #3b3b3b;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: .35em;
	left: 0;
}

.person__message {
	margin: 0 0 60px;
	background: #092938;
	position: relative;
}

.person__message:before,
.person__message:after {
	content: '';
	width: 100%;
	min-height: 140px;
	padding: 10% 0 0;
	background: url("/recruit/_assets/img/global/triangle-blue-dark.svg") no-repeat center / cover;
	position: absolute;
	top: 1px;
	left: 0;
	transform: translateY(-100%);
}

.person__message:after {
	top: auto;
	bottom: 1px;
	transform: translateY(100%) rotate(180deg);
}

@media all and (-ms-high-contrast:none){
	.person__message:before,
	.person__message:after {
		padding: 8.75% 0 0;
	}
}

.person__message h3 {
	color: #fff;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.75;
	text-align: center;
	letter-spacing: .2em;
	padding: 30px 0 20px;
}

.person__detail .u-inner {
	display: flex;
}

.person__detail .u-inner > figure {
	width: 50%;
	transform-origin: center;
	transform: scale(-.1,2);
}

.person__detail .u-inner > figure.is-on {
	transform: none;
}

.person__detail-inner {
	width: 50%;
	padding: 100px 0 0 60px;
}























