section.lead {
  margin-bottom: 100px;
  padding: 0 5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.lead {
    margin-bottom: 52px;
  }
}
section.lead h2 {
  margin-bottom: 100px;
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  section.lead h2 {
    margin-bottom: 54px;
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  section.lead h2 {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
section.lead dl dt {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  section.lead dl dt {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  section.lead dl dt {
    margin-bottom: 18px;
    font-size: 22px;
  }
}
section.lead dl dd {
  max-width: 840px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 18px;
}

section.system {
  border-bottom: 1px solid #8a8a8a;
}
section.system:nth-of-type(3) {
  border-top: 1px solid #8a8a8a;
}
section.system:nth-of-type(6) .inner .picWrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 18px 40px;
  width: 100%;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  section.system:nth-of-type(6) .inner .picWrap {
    gap: 18px 4%;
  }
}
section.system:nth-of-type(6) .inner .picWrap figure {
  max-width: 290px;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  section.system:nth-of-type(6) .inner .picWrap figure {
    width: 48%;
  }
}
section.system:nth-of-type(7) .inner {
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  section.system:nth-of-type(7) .inner {
    gap: 40px 0;
  }
}
section.system:nth-of-type(7) .inner .picWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 18px 0;
  max-width: 100%;
  width: 100%;
}
section.system:nth-of-type(7) .inner .picWrap figure {
  width: calc((100% - 80px) / 4);
}
@media screen and (max-width: 768px) {
  section.system:nth-of-type(7) .inner .picWrap figure {
    width: 48%;
  }
}
section.system:nth-of-type(7) .inner .picWrap figure figcaption {
  padding-top: 4px;
  font-size: 12px;
}
section.system.bg {
  background-color: #f6f6f6;
}
section.system.bg .txt {
  flex-direction: column;
}
section.system.bg .txt ul {
  flex-direction: column;
}
section.system:not(.bg) .txt {
  flex-direction: column;
}
section.system .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 900px) {
  section.system .inner {
    flex-direction: column;
    padding: 64px 0;
  }
}
@media screen and (max-width: 768px) {
  section.system .inner {
    padding: 48px 0;
  }
}
section.system .inner .txt {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  section.system .inner .txt {
    flex-direction: column !important;
  }
}
@media screen and (min-width: 901px) {
  section.system .inner .txt hgroup {
    margin-bottom: 60px;
  }
}
section.system .inner .txt > p {
  margin-bottom: 25px;
  color: #0e1452;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.system .inner .txt > p {
    margin-bottom: 18px;
    font-size: 20px;
  }
}
section.system .inner hgroup {
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  section.system .inner hgroup {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 768px) {
  section.system .inner hgroup {
    margin-bottom: 18px;
  }
}
section.system .inner hgroup h3 {
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  section.system .inner hgroup h3 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.system .inner hgroup h3 {
    margin-bottom: 2px;
    font-size: 32px;
  }
}
section.system .inner hgroup p {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.system .inner hgroup p {
    font-size: 20px;
  }
}
section.system .inner hgroup + .txt {
  max-width: 780px;
}
section.system .inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media screen and (max-width: 900px) {
  section.system .inner ul {
    flex-direction: column;
  }
}
section.system .inner ul li {
  padding-left: 25px;
  text-indent: -25px;
  line-height: 1.4;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.system .inner ul li {
    font-size: 16px;
  }
}
section.system .inner ul li::before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  margin: 0 12px 0 3px;
  border: 5px solid #000;
  rotate: 45deg;
}
section.system .inner ul li b,
section.system .inner ul li span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.system .inner ul li b,
  section.system .inner ul li span {
    font-size: 14px;
  }
}
section.system .inner .picWrap {
  width: 50%;
}
@media screen and (max-width: 900px) {
  section.system .inner .picWrap {
    max-width: 600px;
    width: 100%;
    margin-top: 28px;
  }
}
/*# sourceMappingURL=style.css.map */
