.company-img1 {
  width: 374px;
}

.company-img2 {
  width: 199px;
}

.strength-row__img {
  width: 348px;
}

.minami {
  padding: 80px 0;
}
.minami .minami-inner .banner-box.pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  background-color: #F4F7FF;
}
@media screen and (max-width: 768px) {
  .minami .minami-inner .banner-box.pc {
    display: none;
  }
}
.minami .minami-inner .banner-box.pc img {
  width: 30%;
}
.minami .minami-inner .banner-box.pc h3 {
  text-align: center;
}
.minami .minami-inner .banner-box.pc p {
  font-size: 18px;
  text-align: center;
  margin-top: 50px;
}
.minami .minami-inner .banner-box.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .minami .minami-inner .banner-box.sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.minami .minami-inner .banner-box.sp .text-box {
  width: 100%;
}
.minami .minami-inner .banner-box.sp .text-box h3 {
  font-size: 28px;
  text-align: center;
  justify-content: center;
}
.minami .minami-inner .banner-box.sp .text-box p {
  text-align: center;
  margin: 10px 0 20px;
}
.minami .minami-inner .banner-box.sp img {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .recruit {
    background: url(../img/top/recruit_sp_bg.jpg) no-repeat;
    background-position: right;
  }
}

#recruit .recruit-works__img {
  justify-content: center;
  height: 100px;
}

.initiative-item__img {
  justify-content: center;
  height: 100px;
}

#recruit .initiative-item__col {
  padding: 10px 20px 23px;
}
#recruit .initiative-item__col figure {
  padding: 10px 0;
}

.recruit-trip {
  background-color: #F5F5F5;
  padding: 62px 0 53px;
}
.recruit-trip .inner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-trip .inner-box {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.recruit-trip .inner-box .img {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .recruit-trip .inner-box .img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}
.recruit-trip .inner-box .img figure {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .recruit-trip .inner-box .img figure {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit-trip .inner-box .text {
    width: 80%;
  }
}
.recruit-trip .inner-box .text h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.recruit-trip .inner-box .text p {
  font-size: 16px;
}

.profile-item__txt br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .profile-item__txt br.sp {
    display: block;
  }
}

.history-item__year {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .history-item__year {
    width: 10em;
  }
}

.history-item__contents {
  flex: 1;
}

#customer .construction-wrap__card {
  width: 19%;
}
@media screen and (max-width: 768px) {
  #customer .construction-wrap__card {
    width: 100%;
  }
}

#customer .construction-wrap__img {
  height: 120px;
  margin: 20px 0 0 !important;
}
#customer .construction-wrap__img img {
  height: 100px;
}

#customer .construction-wrap__card:nth-child(5) .construction-wrap__img {
  margin-top: 31px;
}

.partner-item a {
  opacity: 1;
  transition: 0.2s;
}
.partner-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .partner-item a {
    width: 49%;
  }
}

.partner-item__logo:last-child {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .partner-item__logo:last-child {
    width: 100%;
  }
}/*# sourceMappingURL=layout.css.map */