.top-service {
	padding-bottom: 306px;
	padding-top: 306px;
}

.top-service__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 171px 3.9057656541%;
	justify-content: center;
	margin-top: 91px;
}

.top-service__card {
	align-items: center;
	background: #fff;
	border-radius: 8%;
	box-shadow: 11px 10px 0 0 #0E345B;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: end;
	padding-bottom: 25px;
	width: calc((100% - 126px) / 3);
}

.top-service__img {
	display: flex;
	flex-direction: column;
	margin-top: -48px;
	width: 352px;
	width: 71.0106919508%;
}

.top-service__text {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4347826087;
	text-align: center;
}

.top-service__text .sp {
	display: none;
}

.top-service__text .pc {
	display: inline;
}

.top-service__text.--desc {
	margin-top: 50px;
}

.top-service__button {
	margin-top: 92px;
}

.top-about {
	padding-block: 6px 10px;
}

.top-about__content {
	background: url("../img/top/about-bg.webp") no-repeat center center/cover;
	padding: 112px 148px 100px;
}

.top-about__button {
	color: #fff;
	margin-inline: 0;
	margin-top: 42px;
}

.top-about__button .c-button__circle {
	background: url("../img/common/button-circle-white.svg") no-repeat center/contain;
}

.top-works {
	padding-top: 114px;
}

.top-works__imgs {
	display: flex;
	gap: 5.4556726596%;
	margin-top: 58px;
}

.top-works__img {
	width: 29.6962182269%;
}

.top-works__button {
	margin-top: 96px;
}

.top-recruit {
	padding-bottom: 53px;
	padding-top: 200px;
}

.top-recruit__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 94px;
	padding: 50px;
}

.top-recruit__imgs {
	align-items: end;
	display: flex;
	gap: 8.1597222222%;
	justify-content: center;
	margin-top: 56px;
	max-width: 1152px;
	width: 100%;
}

.top-recruit__img {
	width: 217px;
	width: 18.8368055556%;
}

@media screen and (max-width: 1280px) {

.top-service__cards {
	gap: 100px 3.9057656541%;
}

.top-service__card {
	zoom: 0.8;
}

}

@media screen and (max-width: 990px) {

.top-service {
    padding-top: 106px;
	padding-bottom: 206px;
}
.top-service__card {
	zoom: 0.7;
}
.top-service__text {
    font-size: 18px;
}
.top-about__content {
    padding: 100px 70px 100px;
}

}

@media screen and (max-width: 767px) {

.top-service {
	padding-bottom: 30px;
	padding-top: 30px;
}

.top-service__cards {
	gap: 17px 11px;
	margin-top: 44px;
}

.top-service__card {
	border-radius: 11px;
	box-shadow: 2px 3px 0 0 #0E345B;
	gap: 9px;
	padding-bottom: 7px;
	width: calc((100% - 11px) / 2);
	zoom: 1;
}

.top-service__img {
	margin-top: -6px;
	width: 110.47px;
}

.top-service__text {
	font-size: 9px;
}

.top-service__text .sp {
	display: inline;
}

.top-service__text .pc {
	display: none;
}

.top-service__text.--desc {
	font-size: 9px;
	margin-top: 16px;
}

.top-service__button {
	margin-top: 31px;
}

.top-about {
	padding-block: 19px 10px;
}

.top-about__content {
	background-image: url("../img/top/about-bg-sp.webp");
	padding: 32px 23px 29px;
}

.top-about__button {
	margin-top: 7px;
}

.top-works {
	padding-top: 65px;
}

.top-works__imgs {
	gap: 28px;
	margin-top: 26px;
}

.top-works__img {
	width: calc((100% - 28px) / 2);
}

.top-works__img:last-child {
	display: none;
}

.top-works__button {
	margin-top: 35px;
}

.top-recruit {
	padding-bottom: 36px;
	padding-top: 97px;
}

.top-recruit__inner {
	gap: 24px;
	padding: 25px;
}

.top-recruit__imgs {
	gap: 17px;
	margin-top: 10px;
}

.top-recruit__img {
	width: 72.168px;
}

}

