#intro {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  color: #fff;
  position: relative;
}
#intro section {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
#intro section h2 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  #intro section h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #intro section h2 {
    font-size: 30px;
  }
}
#intro section h2 .opensans {
  font-size: 115%;
  font-weight: 700;
}
#intro section p > span {
  font-size: 60px;
}
@media (max-width: 480px) {
  #intro section p > span {
    font-size: 50px;
  }
}
#intro section p small {
  display: block;
  font-size: 17px;
}
@media (max-width: 768px) {
  #intro section p small {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #intro section p small {
    font-size: 14px;
  }
}

.webp #intro {
  background: url(../../image/about1.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .webp #intro {
    background: url(../../image/about1s.webp);
    background-size: cover;
    background-position: center;
  }
}

.no-webp #intro {
  background: url(../../image/about1.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .no-webp #intro {
    background: url(../../image/about1s.jpg);
    background-size: cover;
    background-position: center;
  }
}

#about1 {
  text-align: center;
  padding: 120px 30px;
  color: #fff;
}
#about1 h3 {
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  #about1 h3 {
    margin-bottom: 1.1rem;
  }
}
#about1 h3 > span {
  font-size: 38px;
}
@media (max-width: 768px) {
  #about1 h3 > span {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  #about1 h3 > span {
    font-size: 20px;
  }
}
#about1 h3 .opensans {
  font-size: 72px;
}
@media (max-width: 768px) {
  #about1 h3 .opensans {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  #about1 h3 .opensans {
    font-size: 55px;
  }
}
#about1 p {
  line-height: 2;
  font-size: 20px;
}
@media (max-width: 768px) {
  #about1 p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #about1 p {
    font-size: 15px;
    text-align: justify;
  }
  #about1 p br {
    display: none;
  }
}

.webp #about1 {
  background: url(../../image/about2.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .webp #about1 {
    background: url(../../image/about2s.webp);
    background-size: cover;
    background-position: center;
  }
}

.no-webp #about1 {
  background: url(../../image/about2.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .no-webp #about1 {
    background: url(../../image/about2s.jpg);
    background-size: cover;
    background-position: center;
  }
}

.line {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.line span {
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 768px) {
  .line span {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .line span {
    font-size: 20px;
  }
}
.line img {
  width: 100px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .line img {
    width: 90px;
  }
}
@media (max-width: 480px) {
  .line img {
    width: 75px;
  }
}

.point {
  text-align: center;
  color: #fff;
  background: #0062C8;
  padding: 80px 30px 60px;
}
@media (max-width: 768px) {
  .point {
    padding: 60px 30px 30px;
  }
}
@media (max-width: 480px) {
  .point {
    padding: 40px 20px 20px;
  }
}
.point h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .point h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .point h3 {
    display: block;
    font-size: 26px;
  }
}
.point h3 span {
  text-align: left;
}
.point h3 img {
  width: 120px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .point h3 img {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .point h3 img {
    width: 70px;
    margin-bottom: 1rem;
  }
}
.point p {
  line-height: 2;
  font-size: 20px;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .point p {
    margin: 0 auto 30px;
  }
}
@media (max-width: 480px) {
  .point p {
    flex-wrap: wrap;
    margin: 0 auto 20px;
  }
}
.point p picture {
  display: block;
  width: 50%;
}
@media (max-width: 480px) {
  .point p picture {
    width: 100%;
  }
}
.point p picture img {
  width: 100%;
}
@media (max-width: 768px) {
  .point p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .point p {
    font-size: 16px;
    text-align: justify;
  }
  .point p br {
    display: none;
  }
}
.point p:nth-of-type(2) {
  display: block;
}
.point p:nth-of-type(2) small {
  display: inline-block;
  line-height: 2;
  font-weight: 500;
  margin-top: 0.75rem;
}

.point.point2 p picture {
  display: block;
  width: 1000%;
}

#about4 section {
  color: #0062C8;
  background: #fff;
  display: inline-block;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 15px;
}
@media (max-width: 1000px) {
  #about4 section {
    padding: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768x) {
  #about4 section {
    padding: 25px;
    margin-bottom: 25px;
  }
}
#about4 section h3 {
  font-size: 36px;
  font-weight: 900;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid #0062C8;
}
@media (max-width: 1000px) {
  #about4 section h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #about4 section h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #about4 section h3 {
    font-size: 20px;
  }
}
#about4 section h3 small {
  display: inline-block;
  font-size: 18px;
  margin-left: 0.5rem;
}
@media (max-width: 480px) {
  #about4 section h3 small {
    font-size: 16px;
  }
}
#about4 section p {
  line-height: 2;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 1000px) {
  #about4 section p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #about4 section p {
    font-size: 16px;
    text-align: justify;
  }
  #about4 section p br {
    display: none;
  }
}
@media (max-width: 480px) {
  #about4 section p {
    font-size: 15px;
  }
}

#outline {
  text-align: center;
  padding: 70px 30px;
}
@media (max-width: 768px) {
  #outline {
    padding: 50px 30px;
  }
}
@media (max-width: 480px) {
  #outline {
    padding: 30px 20px;
  }
}
#outline section {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #outline section {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  #outline section {
    margin-bottom: 40px;
  }
}
#outline section h3 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #outline section h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #outline section h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
#outline section h3 > span {
  font-size: 115%;
}
#outline section > ul {
  display: flex;
  text-align: justify;
  justify-content: space-between;
}
#outline section > ul li {
  width: 48%;
  line-height: 1.7;
}
@media (max-width: 480px) {
  #outline section > ul li {
    font-size: 14px;
  }
}
#outline section > ul li img {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}
#outline section dt {
  background: #D3EDFF;
  margin: 0 auto 30px;
  padding: 70px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 15px;
}
@media (max-width: 768px) {
  #outline section dt {
    margin: 0 auto 20px;
    padding: 50px 0;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #outline section dt {
    margin: 0 auto 15px;
    padding: 23px 0;
    font-size: 20px;
  }
}
#outline section dd {
  line-height: 2;
}
@media (max-width: 480px) {
  #outline section dd {
    text-align: justify;
  }
  #outline section dd br {
    display: none;
  }
}
#outline section table {
  width: 100%;
}
#outline section table th {
  border-bottom: 1px solid #0062C8;
  vertical-align: middle;
  padding: 2rem;
  white-space: nowrap;
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 768px) {
  #outline section table th {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  #outline section table th {
    padding: 1rem 1rem 1rem 0.5rem;
  }
}
#outline section table td {
  text-align: left;
  border-bottom: 1px solid #0062C8;
  padding: 2rem;
  line-height: 1.7;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #outline section table td {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  #outline section table td {
    padding: 1rem 0.5rem 1rem 0;
  }
}
#outline section table td li {
  padding: 0 0 0.5rem;
}
#outline section table td li:nth-last-of-type(1) {
  padding: 0;
}
/*# sourceMappingURL=about.css.map */