.font-so {
  font-family: "Source Sans Pro", sans-serif;
}

.service-catch {
  background-color: #222222;
  background-image: linear-gradient(to top, transparent 50%, white 50%);
}
.service-catch .catch-box {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .service-catch .catch-box {
    flex-direction: column;
    align-items: center;
  }
}
.service-catch .catch-box .catch-img {
  width: 57.2072072072%;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .service-catch .catch-box .catch-img {
    width: 100%;
  }
}
.service-catch .catch-box .catch-img img {
  width: 100%;
}
.service-catch .catch-box .catch-textBox {
  width: 48.6486486486%;
  padding: 3rem;
  background-color: white;
  margin-left: -5.8558558559%;
}
@media (max-width: 991.98px) {
  .service-catch .catch-box .catch-textBox {
    width: 100%;
    margin-left: 0;
  }
}
.service-catch .catch-box .catch-textBox span {
  font-size: 1.3rem;
  font-weight: bold;
  color: #00A8EC;
  text-transform: uppercase;
}
.service-catch .catch-box .catch-textBox h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1.6rem;
  line-height: 1.6;
  position: relative;
}
.service-catch .catch-box .catch-textBox h3::after {
  content: "";
  position: absolute;
  top: calc(100% + 1em);
  left: 0;
  width: 45px;
  height: 4px;
  background-color: #00A8EC;
}
.service-catch .catch-box .catch-textBox p {
  font-size: 1.5rem;
  margin-top: 4.7rem;
  line-height: 2.1;
}

.service-strength .strength-box {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  margin-top: 7.6rem;
}
@media (max-width: 767.98px) {
  .service-strength .strength-box {
    flex-direction: column;
  }
}
.service-strength .strength-box .strength-img {
  width: 40.0900900901%;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .service-strength .strength-box .strength-img {
    width: 100%;
  }
}
.service-strength .strength-box .strength-img img {
  width: 100%;
  aspect-ratio: 377/266;
}
.service-strength .strength-box .strength-textBox {
  width: 57.2072072072%;
}
@media (max-width: 767.98px) {
  .service-strength .strength-box .strength-textBox {
    width: 100%;
  }
}
.service-strength .strength-box .strength-textBox span {
  font-size: 4rem;
  font-weight: bold;
  border-bottom: 4px solid #00A8EC;
}
@media (max-width: 991.98px) {
  .service-strength .strength-box .strength-textBox span {
    font-size: 3.2rem;
  }
}
.service-strength .strength-box .strength-textBox h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 2.6rem;
}
@media (max-width: 991.98px) {
  .service-strength .strength-box .strength-textBox h3 {
    font-size: 1.8rem;
    margin-top: 1.4rem;
  }
}
.service-strength .strength-box .strength-textBox p {
  font-size: 1.5rem;
  margin-top: 3.2rem;
}
@media (max-width: 991.98px) {
  .service-strength .strength-box .strength-textBox p {
    margin-top: 1.8rem;
  }
}
.service-strength .strength-box .strength-textBox a {
  font-weight: bold;
  color: #00A8EC;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
.service-strength .strength-box .strength-textBox a:hover {
  opacity: 0.7;
}
.service-strength .strength-box .strength-textBox a img {
  margin-left: 0.5em;
}
.service-strength .strength-box:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .service-strength .strength-box:nth-of-type(even) {
    flex-direction: column;
  }
}

.service-project {
  background-color: #222222;
}
.service-project .project-box {
  display: flex;
  justify-content: space-between;
  margin-top: 9.5rem;
}
@media (max-width: 767.98px) {
  .service-project .project-box {
    flex-direction: column;
    margin-top: 3.5rem;
  }
}
.service-project .project-box .project-card {
  width: 31.5315315315%;
}
@media (max-width: 767.98px) {
  .service-project .project-box .project-card {
    width: 100%;
    margin-top: 6rem;
  }
}
.service-project .project-box .project-card .project-img {
  width: 100%;
  margin-bottom: 0;
}
.service-project .project-box .project-card .project-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 350/248;
}
.service-project .project-box .project-card .project-textBox {
  color: white;
  width: 100%;
  margin-top: 2rem;
}
.service-project .project-box .project-card .project-textBox span {
  font-size: 4rem;
  font-weight: bold;
  border-bottom: 4px solid #00A8EC;
}
@media (max-width: 991.98px) {
  .service-project .project-box .project-card .project-textBox span {
    font-size: 3.2rem;
  }
}
.service-project .project-box .project-card .project-textBox h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 2.6rem;
  line-height: 1.7;
}
@media (max-width: 991.98px) {
  .service-project .project-box .project-card .project-textBox h3 {
    font-size: 1.8rem;
    margin-top: 1.4rem;
  }
}
.service-project .project-box .project-card .project-textBox p {
  font-size: 1.5rem;
  margin-top: 3.2rem;
}
@media (max-width: 991.98px) {
  .service-project .project-box .project-card .project-textBox p {
    margin-top: 1.8rem;
  }
}
.service-project .project-box .project-card .project-textBox a {
  margin-top: 1.6rem;
  transition: all 0.3s ease;
  display: inline-block;
}
.service-project .project-box .project-card .project-textBox a:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=map/service.css.map */