section {
  margin-top: 80px;
}

.icon-list .icon-card {
  text-align: center;
  background-color: #ffffff;
  padding: 16px 16px 24px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.icon-list .icon-card p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .icon-list .icon-card p {
    font-size: 18px;
  }
}
.icon-list .icon-card img {
  max-width: 140px;
}

.sec-copy h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1558A0;
  text-align: center;
  padding: 32px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}
.sec-copy h2::before {
  content: none;
}
@media screen and (max-width: 1080px) {
  .sec-copy h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .sec-copy h2 {
    font-size: 24px;
  }
}

.sec-maker h2,
.sec-solution h2 {
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 32px;
}
.sec-maker h2::before,
.sec-solution h2::before {
  content: none;
}

@media screen and (max-width: 640px) {
  .sec-maker .grid-container {
    grid-template-columns: 1fr;
  }
}

.sec-solution h3 {
  color: #1558A0;
  text-align: center;
  margin-top: 42px;
  margin-bottom: 24px;
}

@media screen and (min-width: 641px) {
  .sec-product h2 {
    justify-content: center;
  }
  .sec-product p {
    text-align: center;
  }
}
.sec-product p.strong {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .sec-product p.strong {
    font-size: 18px;
  }
}
.sec-product .products-name {
  display: flex;
  justify-content: center;
  text-align: left;
}

.sec-other-jobs .area-interview .flex-container {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .sec-other-jobs .area-interview .flex-container {
    gap: 8px;
    flex-direction: column;
  }
  .sec-other-jobs .area-interview .flex-container h2 {
    margin-bottom: 0;
  }
}
.sec-other-jobs .area-interview .flex-container .button-link {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .sec-other-jobs .area-interview .flex-container .button-link {
    margin-bottom: 32px;
  }
}
.sec-other-jobs .area-interview .interview-item .flex-container {
  align-items: center;
}
@media (max-width: 768px) {
  .sec-other-jobs .area-interview .interview-item .flex-container {
    flex-direction: row;
  }
}/*# sourceMappingURL=business.css.map */