@charset "UTF-8";
/*------------------------------------
.hero
------------------------------------*/
.hero__bg {
	background:
        linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)),
        url("../images/recruit/about/mv-bg.jpg") center 30% / cover no-repeat;
}
@media screen and (max-width: 768px) {}


/*------------------------------------
.ttl
------------------------------------*/
.recruit .ttl {
	font-size: 50px;
	text-align: center;
	padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.recruit .ttl {
		font-size: 24px;
		padding-bottom: 24px;
	}
}


/*------------------------------------
#greeting
------------------------------------*/
#greeting {
	margin-top: 120px;
}
#greeting .container {
	max-width: 640px;
}
#greeting h2 {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 50px;
}
#greeting h2 span {
	background-color: #fff;
	width: fit-content;
	font-size: 32px;
	letter-spacing: .08em;
	line-height: 1;
	padding: 16px;
}
.greeting__txt p {
	font-size: 18px;
}
.greeting__txt .sign {
	text-align: right;
	margin-top: 16px;
}
@media screen and (max-width: 768px) {
	#greeting {
		margin-top: 50px;
	}
	#greeting h2 {
		gap: 8px;
		margin-bottom: 24px;
	}
	#greeting h2 span {
		font-size: 22px;
		padding: 8px;
	}
	.greeting__txt p {
		font-size: 16px;
	}
}


/*------------------------------------
#service
------------------------------------*/
#service {
	padding-top: 120px;
}
#service .container {
	max-width: 1260px;
}
@media screen and (max-width: 768px) {
	#service {
		padding-top: 70px;
	}
}

/*.service__inner*/
.service__inner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	aspect-ratio: 2 / 1;
}
.service__txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service__txt h3 {
	font-size: 28px;
}
.service__txt p {
	flex-basis: 50%;
	max-width: 50%;
}
@media screen and (max-width: 1024px) {
	.service__txt h3 {
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) {
	.service__inner img {
		aspect-ratio: auto;
	}
	.service__txt {
		flex-direction: column;
		gap: 16px;
	}
	.service__txt h3 {
		font-size: 20px;
	}
	.service__txt p {
		max-width: 100%;
	}
}

/*.service-list*/
.service-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 80px;
}
.service-list li {
	background-color: #fff;
	width: calc((100% - 16px) / 3);
	padding: 40px;
}
.service-list h4 {
	position: relative;
	font-weight: 400;
	letter-spacing: .08em;
	text-align: center;
	padding-bottom: 20px;
}
.service-list h4::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	background-color: #155ca7;
	width: 2px;
	height: 30px;
}
.service-list img {
	margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
	.service-list {
		gap: 16px;
		margin-top: 40px;
	}
	.service-list li {
		width: 100%;
		padding: 24px;
	}
	.service-list img {
		margin-bottom: 8px;
	}
}

/*.recruit__more*/
#service .recruit__more {
	padding-top: 80px;
}
#service .recruit__more a {
	margin-inline: auto;
}
@media screen and (max-width: 768px) {
	#service .recruit__more {
		padding-top: 40px;
	}
}


/*------------------------------------
#date
------------------------------------*/
#date {
	padding: 120px 0;
}
#date .container {
	max-width: 1260px;
}
.date__inner {
	background-color: #fff;
	padding: 90px;
}
.date-list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 40px;
}
.date-list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc((100% - 160px)/5);
}
.date-list h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .08em;
}
.date-list img {
	display: block;
	width: 100px;
	object-fit: cover;
	object-position: center center;
	aspect-ratio: 1 / 1;
	margin-bottom: 8px;
}
.date-list p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #155ca7;
}
.date-list span {
	font-size: 32px;
	line-height: 1;
}
.date-list strong {
	font-size: 24px;
}
.date-list small {
	line-height: 1.5;
	margin-top: 8px;
}
@media screen and (max-width: 768px) {
	#date {
		padding: 70px 0;
	}
	.date__inner {
		padding: 40px 24px;
	}
	.date-list {
		gap: 24px 16px;
	}
	.date-list li {
		width: calc((100% - 16px)/2);
	}
	.date-list h3 {
		font-size: 14px;
	}
	.date-list img {
		width: 70px;
	}
	.date-list p {
		font-size: 18px;
	}
	.date-list span {
		font-size: 28px;
	}
	.date-list strong {
		font-size: 22px;
	}
}


/*------------------------------------
#company
------------------------------------*/
#company {
	background-color: #fff;
	padding: 120px 0;
}
#company .container {
	max-width: 1260px;
}
@media screen and (max-width: 768px) {
	#company {
		padding: 70px 0;
	}
}


/*------------------------------------
#history
------------------------------------*/
#history {
	padding-top: 120px;
}
#history .container {
	max-width: 1260px;
}
.history__inner {
	background-color: #fff;
	padding: 90px;
}
@media screen and (max-width: 768px) {
	#history {
		padding-top: 70px;
	}
	.history__inner {
		padding: 24px;
	}
}
