/* Scss Document */
main {
  text-align: center;
  padding-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  main {
    padding-bottom: 120px;
  }
}
main h1 {
  padding: 15px 0;
}
@media print, screen and (min-width: 768px) {
  main h1 {
    padding: 60px 0 30px;
  }
}
main h1 img {
  max-width: 254px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  main h1 img {
    max-width: 100%;
    width: auto;
  }
}
main div.mainVis {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  main div.mainVis {
    margin-bottom: 60px;
  }
}
main div.lead {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  main div.lead {
    margin-bottom: 30px;
  }
}
main div.lead img {
  max-width: 233px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  main div.lead img {
    max-width: 100%;
    width: auto;
  }
}
main div.subImg {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  main div.subImg {
    padding-bottom: 0;
  }
}
main article h2 {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  main article h2 {
    margin-bottom: 45px;
  }
}
main article h2 img {
  max-width: 150px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  main article h2 img {
    max-width: 100%;
    width: auto;
  }
}
main article strong {
  display: block;
  margin-bottom: 25px;
}
main article strong img {
  max-width: 285px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  main article strong img {
    max-width: 100%;
    width: auto;
  }
}
main article p {
  font-size: 13px;
  margin-bottom: 25px;
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  main article p {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  main article p {
    margin-bottom: 40px;
  }
}
main article ol {
  max-width: 560px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}
main article ol li {
  font-size: 15px;
  padding: 15px 0;
  border-bottom: dotted 1px #504E4F;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  main article ol li {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  main article ol li {
    padding: 16px 0;
  }
}
@media print, screen and (min-width: 768px) {
  main article ol li {
    border-width: 2px;
  }
}
main article ol li:first-of-type {
  border-top: dotted 1px #504E4F;
}
@media print, screen and (min-width: 768px) {
  main article ol li:first-of-type {
    border-top-width: 0;
  }
}
main article ol li::before {
  content: "";
  display: block;
  width: 28px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  main article ol li::before {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  main article ol li::before {
    display: inline-block;
    width: 33px;
    height: 29px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -10px;
  }
}
main article ol li:nth-of-type(1)::before {
  background-image: url(../img/about/point01.png);
}
main article ol li:nth-of-type(2)::before {
  background-image: url(../img/about/point02.png);
}
main article ol li:nth-of-type(3)::before {
  background-image: url(../img/about/point03.png);
}
main article ol li:nth-of-type(4)::before {
  background-image: url(../img/about/point04.png);
}
main article ol li:nth-of-type(5)::before {
  background-image: url(../img/about/point05.png);
}
main article ul {
  max-width: 850px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  main article ul {
    display: flex;
    justify-content: space-between;
  }
}
main article ul li + li {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  main article ul li + li {
    margin-top: 0;
  }
}
main article ul li img {
  max-width: 345px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  main article ul li img {
    max-width: 100%;
    width: auto;
  }
}
main article:nth-of-type(1) {
  padding: 38px 0 50px;
  background-color: #fff;
  background-image: url(../img/about/backwave_top_sp.png), url(../img/about/backwave_bottom_sp.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  main article:nth-of-type(1) {
    padding: 90px 0 108px;
  }
}
@media print, screen and (min-width: 768px) {
  main article:nth-of-type(1) {
    background-image: url(../img/about/backwave_top_pc.png), url(../img/about/backwave_bottom_pc.png);
    background-repeat: repeat-x;
    background-size: auto auto;
  }
}
main article:nth-of-type(2) {
  padding-top: 30px;
}
@media print, screen and (min-width: 768px) {
  main article:nth-of-type(2) {
    padding-top: 65px;
  }
}
main article:nth-of-type(2) h2 {
  position: relative;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
main article:nth-of-type(2) h2::before, main article:nth-of-type(2) h2::after {
  content: "";
  display: block;
  width: 77px;
  height: 30px;
  background-image: url(../img/about/orn_left_sp.png);
  background-size: cover;
  position: absolute;
  bottom: -10px;
}
@media print, screen and (min-width: 768px) {
  main article:nth-of-type(2) h2::before, main article:nth-of-type(2) h2::after {
    width: 226px;
    height: 63px;
  }
}
main article:nth-of-type(2) h2::before {
  background-image: url(../img/about/orn_left_sp.png);
  left: 20px;
}
@media print, screen and (min-width: 768px) {
  main article:nth-of-type(2) h2::before {
    background-image: url(../img/about/orn_left_pc.png);
  }
}
main article:nth-of-type(2) h2::after {
  background-image: url(../img/about/orn_right_sp.png);
  right: 20px;
}
@media print, screen and (min-width: 768px) {
  main article:nth-of-type(2) h2::after {
    background-image: url(../img/about/orn_right_pc.png);
  }
}