.technology-section {
  background: url("../images/Technology/bg_sp.webp") no-repeat top center/cover;
  padding: 60px 0 80px 0;
  color: #fff;
}
.technology-section .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.technology-section .inner .container {
  border-bottom: 1px solid #fff;
  padding-bottom: 52px;
  margin-bottom: 60px;
}
.technology-section .inner .container1 .content .title {
  font-size: 35px;
  margin-bottom: 40px;
}
.technology-section .inner .container1 .content p {
  font-size: 16px;
  line-height: 35px;
}
.technology-section .inner .container1 .content p {
  margin-bottom: 20px;
}
.technology-section .inner .container1 .content p:last-of-type {
  margin-bottom: 0;
}
.technology-section .inner .container1 img {
  max-width: 350px;
  margin: 50px auto 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.technology-section .inner .container2 {
  counter-reset: content-counter;
}
.technology-section .inner .container2 h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}
.technology-section .inner .container2 .content {
  margin-bottom: 40px;
}
.technology-section .inner .container2 .content dt {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.technology-section .inner .container2 .content dt::before {
  counter-increment: content-counter;
  content: "0" counter(content-counter) ".";
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  margin-right: 8px;
}
.technology-section .inner .container2 .content dd {
  font-size: 16px;
  line-height: 35px;
}
.technology-section .inner .container2 .content:last-of-type {
  margin-bottom: 0;
}
.technology-section .inner .container3 h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}
.technology-section .inner .container3 p {
  font-size: 16px;
  line-height: 35px;
}
.technology-section .inner .container4,
.technology-section .inner .container5 {
  display: block;
  text-decoration: none;
  color: #fff;
}
.technology-section .inner .container4 h2,
.technology-section .inner .container5 h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}
.technology-section .inner .container4 .content .content-box .title,
.technology-section .inner .container5 .content .content-box .title {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}
.technology-section .inner .container4 .content .content-box p,
.technology-section .inner .container5 .content .content-box p {
  font-size: 16px;
  line-height: 35px;
}
.technology-section .inner .container4 .content img,
.technology-section .inner .container5 .content img {
  width: 185px;
  margin: 40px auto 0 auto;
}
.technology-section .inner .container3 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.technology-section .inner .ext-container1 h2 {
  font-weight: 700;
  line-height: 40px;
  font-size: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
.technology-section .inner .ext-container1 img {
  margin: 25px auto;
}
.technology-section .inner .ext-container1 p {
  font-size: 16px;
  line-height: 35px;
}
.technology-section .inner .ext-container2 h3,
.technology-section .inner .ext-container3 h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.technology-section .inner .ext-container2 img,
.technology-section .inner .ext-container3 img {
  margin: 40px auto;
  max-width: 350px;
}
.technology-section .inner .ext-container2 span,
.technology-section .inner .ext-container3 span {
  font-size: 14px;
  line-height: 20px;
}
.technology-section .inner .ext-container3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.technology-section .inner .ssp-container1 {
  padding-bottom: 25px;
}
.technology-section .inner .ssp-container1 h2 {
  font-weight: 700;
  line-height: 40px;
  font-size: 35px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
}
.technology-section .inner .ssp-container1 p {
  font-size: 16px;
  line-height: 35px;
}
.technology-section .inner .ssp-container2 {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.technology-section .inner .ssp-container2 .content dt::before {
  display: none;
}
.technology-section .inner .ssp-container2 p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 35px;
}

@media (min-width: 768px) {
  .technology-section {
    background: url("../images/Technology/bg_pc.webp") no-repeat top center/cover;
    padding: 125px 0 160px 0;
  }
  .technology-section .inner {
    max-width: 1200px;
  }
  .technology-section .inner .container {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .technology-section .inner .container1 {
    display: flex;
    justify-content: space-between;
  }
  .technology-section .inner .container1 .content {
    width: 48%;
  }
  .technology-section .inner .container1 .content .title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .technology-section .inner .container1 .content p {
    font-size: 18px;
    line-height: 40px;
  }
  .technology-section .inner .container1 img {
    margin: 0 0 auto 0;
    width: 39%;
    max-width: 465px;
  }
  .technology-section .inner .container2 h3 {
    font-size: 35px;
    line-height: 50px;
  }
  .technology-section .inner .container2 .content {
    display: flex;
    justify-content: space-between;
  }
  .technology-section .inner .container2 .content dt {
    font-size: 25px;
    line-height: 30px;
    width: 40%;
    min-width: 414px;
  }
  .technology-section .inner .container2 .content dt::before {
    font-size: 25px;
    line-height: 30px;
    margin-right: 20px;
  }
  .technology-section .inner .container2 .content dd {
    width: 60%;
    font-size: 18px;
    line-height: 40px;
  }
  .technology-section .inner .container3 h3 {
    font-size: 35px;
    line-height: 50px;
  }
  .technology-section .inner .container3 p {
    font-size: 18px;
    line-height: 40px;
  }
  .technology-section .inner .container3 .btn {
    margin: 40px auto 0 0;
  }
  .technology-section .inner .container4 h2,
  .technology-section .inner .container5 h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 60px;
  }
  .technology-section .inner .container4 .content,
  .technology-section .inner .container5 .content {
    display: flex;
    justify-content: space-between;
  }
  .technology-section .inner .container4 .content .content-box .title,
  .technology-section .inner .container5 .content .content-box .title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 60px;
  }
  .technology-section .inner .container4 .content .content-box p,
  .technology-section .inner .container5 .content .content-box p {
    font-size: 18px;
    line-height: 35px;
  }
  .technology-section .inner .container4 .content .content-box .btn,
  .technology-section .inner .container5 .content .content-box .btn {
    margin: 40px auto 0 0;
  }
  .technology-section .inner .container4 .content img,
  .technology-section .inner .container5 .content img {
    margin: 0;
    padding-right: 4.5%;
  }
  .technology-section .inner .container3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .technology-section .inner .ext-container1 h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    padding-bottom: 40px;
  }
  .technology-section .inner .ext-container1 img {
    margin: 40px 0;
  }
  .technology-section .inner .ext-container1 p {
    font-size: 18px;
    line-height: 35px;
  }
  .technology-section .inner .ext-container2 h3,
  .technology-section .inner .ext-container3 h3 {
    font-size: 35px;
    line-height: 50px;
  }
  .technology-section .inner .ext-container2 img,
  .technology-section .inner .ext-container3 img {
    margin: 30px auto 0 auto;
    max-width: initial;
  }
  .technology-section .inner .ext-container2 .btn,
  .technology-section .inner .ext-container3 .btn {
    margin-top: 60px;
  }
  .technology-section .inner .ext-container2 span,
  .technology-section .inner .ext-container3 span {
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
  }
  .technology-section .inner .ext-container3 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .technology-section .inner .ssp-container1 {
    padding-bottom: 40px;
  }
  .technology-section .inner .ssp-container1 h2 {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .technology-section .inner .ssp-container1 p {
    font-size: 18px;
  }
  .technology-section .inner .ssp-container2 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .technology-section .inner .ssp-container2 p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 40px;
  }
  .technology-section .inner .ssp-container2 .btn {
    margin-top: 60px;
  }
}
.ss-title {
  font-weight: 700;
}/*# sourceMappingURL=technology.css.map */