@charset "utf-8";

.recruitChildMv--about{
	background-image: url(../img/recruit/about/about_mv.jpg);
}

.recruitChildMv--about .recruitChildMv__inner{
	height:987px;
	align-items: flex-end;
}

.recruitChildMv--about .recruitChildMv__head{
	margin-bottom:110px;
}

.recruitChildHead__sub {
	display: flex;
	align-items: center;
	gap: 8px;
}

.recruitChildHead__subNum {
	display: inline-block;
	line-height: 1;
}

.recruitChildHead__subNum img {
	display: block;
	width: 100%;
	height: auto;
}

.recruitChildMv--about .recruitChildHead__sub--white{
	font-size: clamp(24px, 3.2vw, 46px);
	margin-top:45px;
	margin-left:20px;
}

/**/
.aboutSectionTitle{
	font-size: clamp(20px, 2.2vw, 30px);
	font-weight:700;
	margin:35px 0;
	color:#2750DF;
}

.aboutIntro .recruitSecLabel,
.aboutIntro .aboutSectionTitle {
	color: #fff;
}

.aboutIntro .recruitSecLabel::before {
	background: #fff;
}

/* INTRO
--------------------------------------------------------- */

.aboutIntro {
	padding: 135px 20px 70px;
	color: #fff;
	background:linear-gradient(70deg, #166DB9 0%, #166CD3 60%, #6D4491 90%);
}

.aboutIntro__lead {
	margin: 0 auto 65px;
	margin-bottom:65px!important;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.88;
	letter-spacing: .1em;
}

.aboutVisionWrap{
	position:relative;
	max-width:1360px;
	min-height: 930px;
	padding:0;
	margin:0 auto;
}

.aboutVision {
	position: relative;
	width:43.3%;
}

/* .aboutVision__text {
	width: 45%;
} */

.aboutIntro .aboutSectionTitle{
	font-weight:500;
	margin:45px 0 65px 0;
}

.aboutVision__text .aboutVision__catch {
	margin: 0 0 20px;
	font-size: clamp(18px, 1.8vw, 24px);
	font-weight: 700;
	letter-spacing:0.05em;
	font-weight:500;
}

.aboutVision__text p{
	font-size:16px;
	line-height:1.875;
	letter-spacing:0.1em;
}

.aboutVision__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius:8px;
}

.aboutVision__photo--main {
	position: absolute;
	right: 0;
	top: 20%;
	width: 43%;
	aspect-ratio: 1 / 1;
}

.aboutVision__photo--sub01 {
	position: absolute;
	left: 0;
	bottom: 13%;
	max-width: 23%;
	aspect-ratio: 1 / 1;
}

.aboutVision__photo--sub02 {
	position: absolute;
	left: 29%;
	bottom: 0;
	max-width: 18%;
	aspect-ratio: 1 / 1;
}

/* BUSINESS
--------------------------------------------------------- */

.aboutBusiness {
	padding: 100px 0 65px;
	background: #fff;
}

.aboutBusiness__overview {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	margin-bottom: 98px;
}

.aboutRelation__figure img,
.aboutMap__figure img {
	display: block;
	width: 100%;
	height: auto;
}

.aboutRelation__text{
	margin-left:8%;
}

.aboutRelation__text p {
	margin: 0 0 32px;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: .1em;
}

.aboutBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 54px;
	padding: 0 30px;
	background: #2750DF;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: opacity .3s ease;
}

.aboutBtn:hover {
	opacity: .75;
}

.aboutWorksHead {
	margin: 0 auto 34px;
	background: #E7F1F8;
	text-align: center;
	position:relative;
}

.aboutWorksHead::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 13px 0 13px;
	border-color: #E7F1F8 transparent transparent transparent;
	transform: translateX(-50%);
}


.aboutWorksHead__text {
	margin: 0;
	padding: 16px 20px;
	color: #2750DF;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5;
}

.aboutMap__content {
	display: grid;
	grid-template-columns: 1fr 1fr;;
	align-items: center;
}

.aboutMap__text{
	margin-right: 13%;
}

.aboutMap__text p {
	margin: 0;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: .1em;
}

.aboutBtnWrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 95px;
}

.aboutBtn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-height: 98px;
	padding: 0 0 0 34px;
	border-radius: 12px;
	background: #2750DF;
	color: #fff;
	text-decoration: none;
	transition: opacity .3s ease, transform .3s ease;
	max-width:343px;
	width:100%;
}

.aboutBtn:hover {
	opacity: .85;
}

.aboutBtn__text {
	display: inline-block;
	font-size: clamp(14px, 1.35vw, 20px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

.aboutBtn__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 63px;
	align-self: stretch;
}

.aboutBtn__icon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 55px;
	background: rgb(255 255 255 / 50%);
	transform: translateY(-50%);
}

.aboutBtn__iconImg {
	display: block;
	width: 12px;
	height: 18px;
}

/* STRENGTH
--------------------------------------------------------- */

.aboutStrength {
	padding: 100px 0 118px;
	background: #DFE5EA;
}

.aboutStrength__lead,
.aboutNumber__lead,
.aboutSupport__lead {
	margin: 0 0 55px;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: .1em;
}

.aboutCardList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4%;
}

.aboutCard {
	background: #fff;
	padding: 38px 26px;
	text-align: center;
	border-radius:5px;
}

.aboutCard__icon {
	margin: 0 auto 24px;
}

.aboutCard__icon img {
	margin:0 auto
}

.aboutCard__title {
	margin: 0 0 26px;
	color: #2750DF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing:.05em;
}

.aboutCard p {
	margin: 0;
	text-align: left;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: .1em;
}

.aboutMarker {
	background: linear-gradient(transparent 60%, rgb(254 99 99 / 51%) 60%);
	font-weight: 700;
}

.aboutCard__head{
	display: flex;
    flex-direction: column;
    min-height: 288px;
    justify-content: space-between;
}

/* WIDE IMAGE
--------------------------------------------------------- */

.aboutWideImage img {
	display: block;
	width: 100%;
	height: 360px;
	object-fit: cover;
}

/* NUMBER
--------------------------------------------------------- */

.aboutNumber {
	padding: 90px 0 100px;
	background: #fff;
}

.aboutNumberList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 34px;
}

.aboutNumberCard {
	background: #e8f1f8;
	padding: 34px 20px;
	text-align: center;
}

.aboutNumberCard img {
	display: block;
	width: 100%;
	max-width: 220px;
	height: auto;
	margin: 0 auto;
}

/* SUPPORT
--------------------------------------------------------- */

.aboutSupport {
	padding: 90px 0 110px;
	background: #DFE5EA;
}

.aboutSupport .aboutCardList {
	grid-template-columns: repeat(3, 1fr);
}

.aboutSupport .aboutCard__title{
	margin-bottom:43px;
}


/* FUTURE
--------------------------------------------------------- */

.aboutFuture {
	padding: 100px 0 120px;
	background: #fff;
}

.aboutFuture .recruit_inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: center;
}

.aboutFuture__image img {
	display: block;
	width: 100%;
	height: auto;
}

.aboutFuture__text p {
	margin: 0;
	font-size: 14px;
	line-height: 2;
	letter-spacing: .04em;
}


@media screen and (max-width: 767px) {
	
	.recruitChildMv--about .recruitChildHead__sub--white {
		font-size: clamp(18px, 5vw, 28px);
	}
	
}
