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

.top-service__cards {
	display: flex;
	/*flex-wrap: wrap*/
	justify-content: center;
	margin-top: 91px;
}

.top-service__card {
	align-items: center;
	border-top: solid 2px #126006;
	border-left: solid 2px #126006;
	border-bottom: solid 2px #126006;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: end;
	padding: 10px;
}
.top-service__card_right{
	align-items: center;
	border-top: solid 2px #126006;
	border-left: solid 2px #126006;
	border-bottom: solid 2px #126006;
	border-right: solid 2px #126006;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: end;
	padding: 10px;
}

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

.top-service__text {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
    
}
.top-service__card .top-service__text {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4347826087;
	text-align: center;
	color: #126006;
}
.top-service__card_right .top-service__text {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4347826087;
	text-align: center;
	color: #126006;
}

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

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

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



.about_box{
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.about_box h3 {
  font-size: 21px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 50px;

}
.about_box p{
	line-height: 2em;
}

.about_box .pict {
  width: 60%;
   margin-right: 5%;
}

.about_box .pict img {
  width: 100%;
  height:auto;
}
.about_box .text{
	padding: 50px 0;
	width: 40%;
}

.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: 0;
	margin-top: 30px;
	flex-wrap: inherit;
}

.top-service__card {
	gap: 9px;
	padding-bottom: 7px;
	width: calc((100% - 11px) / 2);
	zoom: 1;
}
.top-service__card .top-service__text {
    font-size: 12px;
}
.top-service__card_right .top-service__text{
    font-size: 12px;
}

.top-service__img {
	margin-top: -6px;
	width: 75.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: 10px;
	margin-top: 16px;
}

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

.about_box {
    display: block;
}
.about_box .pict {
    width: 100%;
    margin-right: 0;
}
.about_box .text {
    padding: 30px 0;
	align-items: center;
    margin: auto;
    width: 100%;
}
.about_box h3 {
    font-size: 16px;
	margin-bottom: 25px;
	text-align: left;
}

.about_box p {
    line-height: 1.5em;
    font-size: 10px;
	text-align: left;
}
	
.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: 40px;
}

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

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

.top-recruit__img {
	width: 72.168px;
}

}

