@charset "UTF-8";
main {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
}
main .pc {
  display: block;
}
main .sp {
  display: none;
}
@media (max-width: 767px) {
  main .pc {
    display: none;
  }
  main .sp {
    display: block;
  }
}
main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0%;
}
main img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

main .cont_area {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../img/bg-04.png) top center;
}
@media (max-width: 767px) {
  main .cont_area {
    max-width: 100%;
  }
}
main section {
  overflow: hidden;
}
main .section_inner {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  main .section_inner {
    width: 100%;
  }
}
main #section-0 {
  background: url(../img/bg-01.png) top center no-repeat;
}
main #section-0 ul {
  position: absolute;
  width: 945px;
  margin-left: -472px;
  left: 50%;
  bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  main #section-0 ul {
    width: 95.4666666667vw;
    margin-left: -47.7333333333vw;
    bottom: 8vw;
  }
}
@media (max-width: 767px) {
  main #section-0 ul li {
    width: 47.7333333333vw;
  }
}
main #section-1 {
  background: url(../img/bg-02.png) top center no-repeat;
}
main #section-2 {
  background: url(../img/bg-03.png) top center no-repeat;
}
main #section-10 {
  background: url(../img/bg-05.png) top center no-repeat;
}
main #section-11 {
  background: #fff;
  text-align: center;
  padding: 68px 0;
}
main #section-11 a {
  display: inline-block;
  width: 542px;
}
@media (max-width: 767px) {
  main #section-11 a {
    width: 72.2666666667vw;
  }
}
main #section-12 {
  background: #fff;
  text-align: center;
  padding: 55px 0;
}
@media (max-width: 767px) {
  main #section-12 {
    display: none;
  }
}
main #section-12 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main #section-12 ul li {
  margin-right: 23px;
}
main #section-12 ul li:nth-child(1) {
  margin-right: 56px;
}
main #section-12 ul li:last-child {
  margin-right: 0;
}/*# sourceMappingURL=an_layout.css.map */