@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;
}

@media (max-width: 767px) {
  main {
    margin-top: 32vw;
  }
}

.title_img {
  width: 800px;
  margin: 0 auto 60px;
  line-height: 0;
}
@media (max-width: 767px) {
  .title_img {
    width: 100%;
    margin-bottom: 8.6666666667vw;
  }
}

.anchor_point {
  margin-top: -134px;
  padding-top: 134px;
}
@media (max-width: 767px) {
  .anchor_point {
    margin-top: -32vw;
    padding-top: 32vw;
  }
}

.anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 560px;
  margin: 0 auto 96px;
}
.anchor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 160px;
  height: 51px;
  color: #0080cb;
  border-radius: 4px;
  font-weight: 500;
  font-size: 11.7px;
  -webkit-box-shadow: rgba(43, 68, 10, 0.15) 2px 2px 3px 1px;
          box-shadow: rgba(43, 68, 10, 0.15) 2px 2px 3px 1px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .anchor {
    width: 86.6666666667vw;
    margin: 0 auto 12.6666666667vw;
  }
  .anchor a {
    width: 26.6666666667vw;
    height: 12vw;
    border-radius: 0.6666666667vw;
    font-size: 2.9333333333vw;
    font-weight: 300;
    -webkit-box-shadow: rgba(43, 68, 10, 0.15) 0.2666666667vw 0.2666666667vw 0.4vw 0.1333333333vw;
            box-shadow: rgba(43, 68, 10, 0.15) 0.2666666667vw 0.2666666667vw 0.4vw 0.1333333333vw;
  }
}

.pws_theme_violet {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pws_theme_violet {
    width: 100%;
  }
}
.pws_theme_violet .pws_tabs_controll {
  margin: 0 auto;
}
.pws_theme_violet .pws_tabs_controll li {
  margin: 0;
  width: 50%;
}
.pws_theme_violet .pws_tabs_controll li a {
  width: 100%;
  font-size: 16.2px;
  font-weight: 700;
  border: #f1f2f3 solid 0.99px;
  border-bottom: none !important;
  color: #aeaeae !important;
  background-color: #FFF !important;
  padding: 1em 0 !important;
  text-align: center;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .pws_theme_violet .pws_tabs_controll li a {
    font-size: 4vw;
    padding: 1.5em 0 !important;
  }
}
.pws_theme_violet .pws_tabs_controll li a.pws_tab_active {
  border-bottom: none !important;
  color: #FFF !important;
  background-color: #0080cb !important;
  border: #0080cb solid 0.99px;
}
.pws_theme_violet .pws_tabs_list {
  background: linear-gradient(to bottom, #f8f8f9 150px, #fff 280px);
  padding: 36px 0 36px 36px !important;
  overflow: visible !important;
}
@media (max-width: 767px) {
  .pws_theme_violet .pws_tabs_list {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30vw, #f8f8f9), color-stop(56vw, #fff));
    background: linear-gradient(to bottom, #f8f8f9 30vw, #fff 56vw);
    padding: 8vw 12vw !important;
  }
}
.pws_theme_violet .pws_tab_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first_tab {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f9), to(#fff));
  background-image: linear-gradient(#f8f8f9, #fff);
  width: 800px;
  margin: 0 auto 80px;
  padding: 56px 0 56px 56px;
}
@media (max-width: 767px) {
  .first_tab {
    width: 100%;
    padding: 8vw 10vw;
    margin-bottom: 22.6666666667vw;
  }
}
.first_tab .cont-01 {
  width: 100%;
  position: relative;
  color: #000;
  height: 192px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .first_tab .cont-01 {
    height: 98.6666666667vw;
    margin-bottom: 0;
  }
}
.first_tab .cont-01 .human {
  position: absolute;
  width: 0;
  right: 0;
  width: 320px;
}
@media (max-width: 767px) {
  .first_tab .cont-01 .human {
    width: 60vw;
    right: -12vw;
    top: auto;
    bottom: 0;
  }
}
.first_tab .cont-01 .large {
  font-weight: 700;
  font-size: 19.2px;
  margin-bottom: 1em;
  width: 400px;
  color: #0080cb;
}
@media (max-width: 767px) {
  .first_tab .cont-01 .large {
    font-size: 3.7333333333vw;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
  }
}
.first_tab .cont-01 .small {
  font-size: 12.6px;
  line-height: 1.8;
  margin-bottom: 48px;
  width: 400px;
}
@media (max-width: 767px) {
  .first_tab .cont-01 .small {
    font-size: 3.0666666667vw;
    width: 100%;
  }
}

.cont-02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f9), to(#fff));
  background-image: linear-gradient(#f8f8f9, #fff);
  width: 800px;
  margin: 0 auto 120px;
  padding: 56px 40px;
  position: relative;
  height: 720px;
}
@media (max-width: 767px) {
  .cont-02 {
    height: 260vw;
    padding: 10vw;
    width: 100%;
  }
}
.cont-02 h3 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  height: 41px;
  color: #0080cb;
  font-weight: 500;
  font-size: 19.2px;
  line-height: 1;
}
@media (max-width: 767px) {
  .cont-02 h3 {
    font-size: 4vw;
    font-weight: 500;
    height: 16vw;
    margin-bottom: 2.6666666667vw;
    line-height: 1.4;
    text-align: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2.2666666667vw;
  }
}
.cont-02 h3 p {
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cont-02 h3 p {
    font-size: 4vw;
    line-height: 1.4;
  }
}
.cont-02 h3 p span {
  font-size: 32px;
  padding-left: 0.1em;
  line-height: 0;
  position: relative;
  bottom: -0.08em;
}
@media (max-width: 767px) {
  .cont-02 h3 p span {
    font-size: 6vw;
    padding-left: 0.1em;
  }
}
.cont-02 h4 {
  font-weight: 700;
  font-size: 19.2px;
  color: #0080cb;
  margin: 18px 0 24px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .cont-02 h4 {
    font-weight: 500;
    font-size: 4vw;
    margin: 5.3333333333vw 0;
    text-align: center;
  }
}
.cont-02 .txt {
  width: 352px;
  font-size: 12.6px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .cont-02 .txt {
    width: 80vw;
    font-size: 3.0666666667vw;
    font-weight: 300;
    line-height: 1.6;
  }
}
.cont-02 .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 744px;
}
@media (max-width: 767px) {
  .cont-02 .img {
    width: 100vw;
  }
}

.second_tab {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  border: #f1f2f3 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: rgba(10, 30, 70, 0.15) 3px 3px 4px;
          box-shadow: rgba(10, 30, 70, 0.15) 3px 3px 4px;
  color: #000;
}
@media (max-width: 767px) {
  .second_tab {
    width: 92vw;
    height: 50.6666666667vw;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.second_tab > div {
  border-right: #f1f2f3 solid 1px;
  width: 25%;
}
@media (max-width: 767px) {
  .second_tab > div {
    border: none;
    width: 100%;
  }
}
.second_tab > div:last-child {
  border: none;
}
.second_tab .ico_pc {
  width: 134px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .second_tab .ico_pc {
    display: none;
  }
}
.second_tab h3 {
  display: none;
}
@media (max-width: 767px) {
  .second_tab h3 {
    display: block;
    font-weight: 700;
    font-size: 4vw;
    text-align: center;
    color: #0080cb;
    margin-bottom: 0.6em;
  }
}
.second_tab p {
  width: 134px;
  margin: 0 auto;
  font-size: 12.6px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .second_tab p {
    width: 79.7333333333vw;
    font-size: 3.2vw;
  }
}

.pws_theme_green {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pws_theme_green {
    width: 92vw;
    -webkit-box-shadow: rgba(10, 30, 70, 0.15) 0.4vw 0.4vw 0.5333333333vw;
            box-shadow: rgba(10, 30, 70, 0.15) 0.4vw 0.4vw 0.5333333333vw;
  }
}
.pws_theme_green .pws_tabs_controll {
  margin: 0 auto;
  width: 100%;
  line-height: 0;
}
.pws_theme_green .pws_tabs_controll li {
  margin: 0;
  width: 25%;
  margin-bottom: 0 !important;
  -webkit-box-sizing: initial !important;
          box-sizing: initial !important;
}
.pws_theme_green .pws_tabs_controll li a {
  display: block;
  width: 100%;
  height: 22.9333333333vw;
  border: none !important;
  background: none !important;
  border: #f1f2f3 solid 0.99px !important;
}
.pws_theme_green .pws_tabs_controll li:nth-child(1) a {
  background-image: url(../img/icon-sp-01-off.png) !important;
  background-size: cover !important;
}
.pws_theme_green .pws_tabs_controll li:nth-child(1) a.pws_tab_active {
  background-image: url(../img/icon-sp-01-on.png) !important;
  background-size: cover !important;
}
.pws_theme_green .pws_tabs_controll li:nth-child(2) a {
  background-image: url(../img/icon-sp-02-off.png) !important;
  background-size: cover !important;
}
.pws_theme_green .pws_tabs_controll li:nth-child(2) a.pws_tab_active {
  background-image: url(../img/icon-sp-02-on.png) !important;
  background-size: cover !important;
}
.pws_theme_green .pws_tabs_controll li:nth-child(3) a {
  background-image: url(../img/icon-sp-03-off.png) !important;
  background-size: cover !important;
}
.pws_theme_green .pws_tabs_controll li:nth-child(3) a.pws_tab_active {
  background-image: url(../img/icon-sp-03-on.png) !important;
  background-size: cover !important;
}
.pws_theme_green .pws_tabs_controll li:nth-child(4) a {
  background-image: url(../img/icon-sp-04-off.png) !important;
  background-size: cover !important;
}
.pws_theme_green .pws_tabs_controll li:nth-child(4) a.pws_tab_active {
  background-image: url(../img/icon-sp-04-on.png) !important;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .pws_theme_green .pws_tabs_list {
    padding: 5.3333333333vw 5.8666666667vw !important;
  }
}
.pws_theme_green .pws_tab_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kome {
  width: 800px;
  margin: 1em auto;
  font-weight: 300;
  font-size: 12.6px;
}
@media (max-width: 767px) {
  .kome {
    width: 92vw;
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=an_system.css.map */