@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
私たちについて
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.about-header .image {
	background-image: url("/recruit/img/about/header.jpg");
	background-position-x: 85%;
}

.about-intro .frame-outer {
	padding-bottom: 170px;
}

.about-intro h2 {
	color: inherit;
	font-size: 2rem;
}

.about-intro .slash {
	display: table;
	position: relative;
	margin: -100px auto 10px;
	padding: 0 40px;
	color: #93abdf;
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
}

.about-intro .slash::before,
.about-intro .slash::after {
	position: absolute;
	bottom: 15px;
	width: 25px;
	height: 1px;
	background: #93abdf;
	content: "";
}

.about-intro .slash::before {
	left: 0;
	transform: rotate(60deg);
}

.about-intro .slash::after {
	right: 0;
	transform: rotate(-60deg);
}

.about-intro .large-button {
	max-width: 464px;
	font-size: 1.4rem;
	line-height: 1.3;
}

.about-intro .large-button .large {
	display: block;
	font-size: 2rem;
}

.about-concept .image {
	background-image: url("/recruit/img/about/concept.jpg");
	background-position: 70% center;
}

.about-feature .feature-li {
	overflow: hidden;
	border-radius: 10px;
}

.about-feature .text {
	height: 100%;
	padding: 30px;
	background: #fff;
}

.about-feature h3 {
	margin-bottom: 20px;
	font-weight: inherit;
	text-align: center;
}

.about-overview .facility-li:nth-last-child(n+2) {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
.about-intro .frame-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about-intro .frame-inner:nth-child(2n) {
	flex-flow: row-reverse;
}

.about-intro .image {
	width: 49%;
}

.about-intro .text {
	width: 45%;
}

.about-intro .large-button {
	font-size: 1.7rem;
}

.about-intro .large-button .large {
	font-size: 2.5rem;
}

.about-feature .feature-ul {
	display: flex;
	justify-content: space-between;
}

.about-feature .feature-li {
	width: 31%;
}
}

@media screen and (max-width: 767.9px) {
.about-intro .image {
	margin-bottom: 20px;
}

.about-feature .feature-li:nth-last-child(n+2) {
	margin-bottom: 30px;
}
}
