.company-section {
  width: 90%;
  margin: 60px auto 80px auto;
  max-width: 500px;
}
.company-section .company-container .dl {
  border-bottom: 1px solid rgb(225, 225, 225);
}
.company-section .company-container .dl dl dt {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding: 15px 10px;
  background: rgb(245, 248, 251);
  border: 1px solid rgb(225, 225, 225);
}
.company-section .company-container .dl dl dd {
  font-size: 16px;
  line-height: 25px;
  padding: 20px 10px;
  border-left: 1px solid rgb(225, 225, 225);
  border-right: 1px solid rgb(225, 225, 225);
}
.company-section .company-container .dl dl dd:nth-of-type(2) {
  padding-top: 0;
}
.company-section img {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .company-section {
    margin-top: 120px;
    max-width: 1400px;
  }
  .company-section .company-container .dl {
    border: 1px solid rgb(225, 225, 225);
    border-bottom: none;
  }
  .company-section .company-container .dl dl {
    display: flex;
  }
  .company-section .company-container .dl dl dt {
    padding: 30px 40px;
    width: 20%;
    border: none;
    border-right: 1px solid rgb(225, 225, 225);
    border-bottom: 1px solid rgb(225, 225, 225);
  }
  .company-section .company-container .dl dl dd {
    width: 80%;
    border: none;
    border-bottom: 1px solid rgb(225, 225, 225);
    padding: 30px 40px;
  }
  .company-section .company-container .dl dl dd span {
    display: inline;
  }
  .company-section .company-container .dl dl span {
    display: block;
    width: 75%;
  }
  .company-section .company-container .dl dl span dd {
    width: 100%;
  }
  .company-section img {
    width: 60%;
  }
}
.top-section {
  padding-top: 80px;
  background: url("../images/top/top_bg.webp");
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center 0;
}
.top-section .top-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.top-section .top-inner .top-container img {
  width: 88%;
  display: block;
  margin: 40px auto 30px auto;
  object-fit: contain;
}
.top-section .top-inner .top-container .top-content h3 {
  padding: 8px;
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  background: rgb(1, 87, 170);
  color: #fff;
  margin-bottom: 8px;
  display: inline-block;
}
.top-section .top-inner .top-container .top-content p {
  font-size: 18px;
  line-height: 35px;
  margin-top: 30px;
}
.top-section .top-inner .top-container .top-content p span {
  font-size: 16px;
  margin-right: 5px;
}
.top-section .top-inner .top-container .top-content p:last-of-type {
  margin-top: 20px;
  text-align: right;
}
@media (min-width: 768px) {
  .top-section {
    padding-top: 145px;
    background-size: 100%;
    background-position: center -80px;
    max-width: 1800px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .top-section .top-inner {
    max-width: 1200px;
    width: 80%;
  }
  .top-section .top-inner .top-container {
    display: flex;
    justify-content: space-between;
  }
  .top-section .top-inner .top-container img {
    width: 33%;
    margin: 0 0 auto 0;
  }
  .top-section .top-inner .top-container .top-content {
    width: 60%;
  }
  .top-section .top-inner .top-container .top-content .section-title {
    margin-bottom: 40px;
  }
  .top-section .top-inner .top-container .top-content h3 {
    font-size: 25px;
    line-height: 35px;
    padding: 8px 10px;
  }
  .top-section .top-inner .top-container .top-content p:last-of-type {
    margin-top: 15px;
  }
}
.section-title h2 {
  color: rgb(1, 87, 170);
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 8px;
}
.section-title span {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-title h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .section-title span {
    font-size: 20px;
    line-height: 28px;
  }
}
/*# sourceMappingURL=company.css.map */