@charset "UTF-8";
/* Scss Document */
/* =========================================================
 general
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/lib/fonts/YakuHanJP-Light.eot);
  src: url(/lib/fonts/YakuHanJP-Light.woff2) format("woff2"), url(/lib/fonts/YakuHanJP-Light.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/lib/fonts/YakuHanJP-Regular.eot);
  src: url(/lib/fonts/YakuHanJP-Regular.woff2) format("woff2"), url(/lib/fonts/YakuHanJP-Regular.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/lib/fonts/YakuHanJP-Medium.eot);
  src: url(/lib/fonts/YakuHanJP-Medium.woff2) format("woff2"), url(/lib/fonts/YakuHanJP-Medium.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/lib/fonts/YakuHanJP-Bold.eot);
  src: url(/lib/fonts/YakuHanJP-Bold.woff2) format("woff2"), url(/lib/fonts/YakuHanJP-Bold.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
.cnt-top * {
  font-family: YakuHanJP,'Noto Sans JP', sans-serif;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cnt-top p, .cnt-top th, .cnt-top td, .cnt-top ul, .cnt-top li, .cnt-top dl, .cnt-top dt, .cnt-top dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .cnt-top p, .cnt-top th, .cnt-top td, .cnt-top ul, .cnt-top li, .cnt-top dl, .cnt-top dt, .cnt-top dd {
    font-size: 1.6rem;
  }
}
.cnt-top em, .cnt-top strong {
  font-weight: 500;
}
.cnt-top figure {
  margin: 0;
  padding: 0;
  margin: 45px auto 0;
}
@media (min-width: 768px) {
  .cnt-top figure {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .cnt-top figure {
    max-width: 500px;
  }
}
.cnt-top h2 + figure, .cnt-top h3 + figure {
  margin-top: 0;
}
.cnt-top img {
  max-width: 100%;
  vertical-align: bottom;
}
.cnt-top a {
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
.cnt-top a img {
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}

/* diaplay propaty
--------------------------------------------------------- */
.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
}

.d-block {
  display: block;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
}

.d-inline-block {
  display: inline-block;
}

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block;
  }
}

/* flex
--------------------------------------------------------- */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-md-flex figure.cnt-right {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-md-flex figure {
    width: 50%;
    margin: 0;
    padding-left: 30px;
  }
  .d-md-flex figure.cnt-right {
    margin: 40px 0 0 auto;
  }
  .d-md-flex .txt {
    width: 50%;
  }
  .d-md-flex__img {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-md-flex__img figure {
    width: calc(50% - 15px);
    padding: 0;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-lg-flex figure {
    width: 50%;
    margin-top: 0;
    padding-left: 30px;
  }
  .d-lg-flex .txt {
    width: 50%;
  }
  .d-lg-flex__img {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-lg-flex__img figure {
    width: calc(50% - 15px);
    padding: 0;
  }
}

/* text
--------------------------------------------------------- */
.cnt-top strong {
  font-weight: 600;
}
.cnt-top .emphasis {
  color: #ee7700;
}
.cnt-top .list li {
  position: relative;
  padding-left: 10px;
}
.cnt-top .list li:before {
  position: absolute;
  display: block;
  content: '';
  top: 0.6em;
  left: 0;
  width: 4px;
  height: 4px;
  background: rgba(51, 51, 51, 0.5);
  border-radius: 100%;
}
.cnt-top .attention li {
  margin-left: 1em;
  text-indent: -1em;
}
.cnt-top article p {
  margin-bottom: 1em;
}
.cnt-top article p:last-child {
  margin-bottom: 0;
}

/* btn
--------------------------------------------------------- */
.cnt-top .btn {
  position: relative;
  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;
  height: 48px;
  border-radius: 3em;
  background: #1bb8ce;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 3px 0px 0px #1590a1;
          box-shadow: 0px 3px 0px 0px #1590a1;
}
@media (min-width: 768px) {
  .cnt-top .btn {
    max-width: 400px;
    margin: auto;
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.cnt-top .btn * {
  color: #fff;
}
.cnt-top .btn:hover {
  background: #37cfe5;
}
.cnt-top .btn:hover * {
  color: #fff;
}
.cnt-top .btn.year-new01 {
  background: #77caf5;
  -webkit-box-shadow: 0px 3px 0px 0px #30aef0;
          box-shadow: 0px 3px 0px 0px #30aef0;
}
.cnt-top .btn.year-new01:hover {
  background: #8fd3f7;
}
.cnt-top .btn.year01 {
  background: #f05096;
  -webkit-box-shadow: 0px 3px 0px 0px #e0136d;
          box-shadow: 0px 3px 0px 0px #e0136d;
}
.cnt-top .btn.year01:hover {
  background: #f267a4;
}
.cnt-top .btn.year02 {
  background: #f06e00;
  -webkit-box-shadow: 0px 3px 0px 0px #bd5700;
          box-shadow: 0px 3px 0px 0px #bd5700;
}
.cnt-top .btn.year02:hover {
  background: #ff8824;
}
.cnt-top .btn.year03 {
  background: #faaf05;
  -webkit-box-shadow: 0px 3px 0px 0px #c88c04;
          box-shadow: 0px 3px 0px 0px #c88c04;
}
.cnt-top .btn.year03:hover {
  background: #fbc241;
}
.cnt-top .btn.year04 {
  background: #14aa32;
  -webkit-box-shadow: 0px 3px 0px 0px #0f7c25;
          box-shadow: 0px 3px 0px 0px #0f7c25;
}
.cnt-top .btn.year04:hover {
  background: #17c139;
}
.cnt-top .btn.year05 {
  background: #a53c96;
  -webkit-box-shadow: 0px 3px 0px 0px #802e74;
          box-shadow: 0px 3px 0px 0px #802e74;
}
.cnt-top .btn.year05:hover {
  background: #c153b1;
}
.cnt-top .btn.year06 {
  background: #0082c8;
  -webkit-box-shadow: 0px 3px 0px 0px #006195;
          box-shadow: 0px 3px 0px 0px #006195;
}
.cnt-top .btn.year06:hover {
  background: #00a3fb;
}

/* spacing
--------------------------------------------------------- */
.cnt-top .mb0 {
  margin-bottom: 0 !important;
}
.cnt-top .mb-1em {
  margin-bottom: 1em !important;
}
.cnt-top .mt0 {
  margin-top: 0 !important;
}
.cnt-top .mt-1em {
  margin-top: 1em !important;
}

/* box
--------------------------------------------------------- */
.cnt-top .cnt-wrap {
  margin: auto;
  padding: 0 0 80px;
}
@media (min-width: 768px) {
  .cnt-top .cnt-wrap {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .cnt-top .cnt-wrap {
    padding-bottom: 120px;
  }
}
.cnt-top > section, #cnt-reasons > section {
  padding: 60px 0 0;
}
@media (min-width: 768px) {
  .cnt-top > section, #cnt-reasons > section {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .cnt-top > section, #cnt-reasons > section {
    padding-top: 100px;
  }
}
.cnt-top h2 + section, .cnt-top h3 + section, .cnt-top .hgroup + section {
  padding-top: 0;
}
.cnt-top .cnt-inner {
  width: calc(100% - 40px);
  margin: 20px auto;
}
@media (min-width: 768px) {
  .cnt-top .cnt-inner {
    width: calc(100% - 60px);
  }
}
@media (min-width: 992px) {
  .cnt-top .cnt-inner {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cnt-top .w100 {
  position: relative;
}
@media (max-width: 991px) {
  .cnt-top .w100 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 767px) {
  .cnt-top .w100 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cnt-top hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 60px 0 0;
  padding: 0;
  border: none;
  background: #eee;
}
@media (min-width: 768px) {
  .cnt-top hr {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .cnt-top hr {
    margin-top: 100px;
  }
}

/* title
--------------------------------------------------------- */
.cnt-top h2 {
  margin: 0;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .cnt-top h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .cnt-top h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
.cnt-top h2 small {
  display: block;
  margin-bottom: 15px;
  font-size: 4.666vw;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 768px) {
  .cnt-top h2 small {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cnt-top h2 small {
    font-size: 20px;
  }
}
.cnt-top h3 {
  margin-bottom: 25px;
  font-size: 7.29vw;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .cnt-top h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cnt-top h3 {
    font-size: 30px;
  }
}
.cnt-top h3 small {
  display: block;
  font-size: 5.834vw;
  font-weight: inherit;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .cnt-top h3 small {
    font-size: 24px;
  }
}

/* hgroup
--------------------------------------------------------- */
.cnt-top .hgroup {
  position: relative;
  margin-bottom: 60px;
  padding: 50px 20px 30px;
  background: #1bb8ce;
}
@media (min-width: 768px) {
  .cnt-top .hgroup {
    padding: 50px 30px;
  }
}
@media (min-width: 992px) {
  .cnt-top .hgroup {
    padding: 50px 0;
  }
}
.cnt-top .hgroup * {
  color: #fff;
}
.cnt-top .hgroup i.icon {
  display: block;
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
}
.cnt-top .hgroup h2 {
  margin: 0;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .cnt-top .hgroup h2 br {
    display: none;
  }
}
@media (min-width: 992px) {
  .cnt-top .hgroup .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}
.cnt-top .hgroup figure {
  margin: 25px 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cnt-top .hgroup figure {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .cnt-top .hgroup figure {
    width: 50%;
    margin: 0;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .cnt-top .hgroup p {
    width: 50%;
    font-size: 1.8rem;
    line-height: 2;
  }
}

/* category
--------------------------------------------------------- */
.cnt-top .cat-list {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 0;
}
.cnt-top .cat-list li {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  background: #1bb8ce;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}
.cnt-top .cat-list li i {
  display: inline-block;
  margin-right: 5px;
}
.cnt-top .cat-list li i img {
  width: 100%;
}
.cnt-top .cat-list li.cat-eng {
  background: #ef9800;
}
.cnt-top .cat-list li.cat-kokugo {
  background: #d95246;
}
.cnt-top .cat-list li.cat-sansu {
  background: #417ad7;
}
.cnt-top .cat-list li.cat-rika {
  background: #4aae7b;
}
.cnt-top .cat-list li.cat-shakai {
  background: #8a74d9;
}
.cnt-top .cat-list li.cat-kanken {
  border: 1px solid #c38b3c;
  background: #c38b3c;
}
.cnt-top .cat-list li.cat-doril {
  background: #41b9d7;
}
.cnt-top .cat-list li.cat-prg {
  background: #3f5eac;
}
.cnt-top .cat-list li.cat-op {
  background: #ee7700;
}
.cnt-top .cat-list li.cat-other {
  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;
  height: 36px;
  padding: 0 15px;
  border-radius: 18px;
  border: none;
  font-weight: bold;
  line-height: 1;
}
.cnt-top .cat-list li.cat-dokusho {
  background: #f7656f;
}
.cnt-top .cat-list li.cat-dokusho i {
  width: 31px;
}
.cnt-top .cat-list li.cat-jiyu {
  background: #7cc451;
}
.cnt-top .cat-list li.cat-jiyu i {
  width: 24px;
}

/* sublect
--------------------------------------------------------- */
.cnt-top .subject-list {
  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;
}
@media (min-width: 992px) {
  .cnt-top .subject-list {
    max-width: 600px;
    margin: auto;
  }
}
.cnt-top .subject-list li {
  width: calc(20% - 6px);
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .cnt-top .subject-list li {
    width: calc(20% - 10px);
    font-size: 1.8rem;
  }
}
.cnt-top .subject-list li:nth-of-type(6), .cnt-top .subject-list li:nth-of-type(7), .cnt-top .subject-list li:nth-of-type(8) {
  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;
  width: calc(50% - 4px);
  height: 28px;
  margin-top: 15px;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .cnt-top .subject-list li:nth-of-type(6), .cnt-top .subject-list li:nth-of-type(7), .cnt-top .subject-list li:nth-of-type(8) {
    height: 40px;
    width: calc(50% - 10px);
    border-radius: 20px;
  }
}
.cnt-top .subject-list li:nth-of-type(6) {
  background: #c38b3c;
}
.cnt-top .subject-list li:nth-of-type(7) {
  background: #41b9d7;
}
.cnt-top .subject-list li:nth-of-type(8) {
  width: calc(38% - 2px);
  background: #3f5eac;
  margin-right: 0;
}
@media (min-width: 768px) {
  .cnt-top .subject-list li:nth-of-type(8) {
    width: calc(38% - 10px);
  }
}

/* more
--------------------------------------------------------- */
.cnt-top .box-more {
  margin-top: 10px;
  text-align: left;
  opacity: .7;
}
.cnt-top .box-more label {
  cursor: pointer;
  display: table-cell;
  height: 22px;
  margin: 0;
  padding: 0 10px;
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 11.20px;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
.cnt-top .box-more label:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cnt-top .box-more input {
  display: none;
}
.cnt-top .box-more i {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin-left: 3px;
}
.cnt-top .box-more i:before, .cnt-top .box-more i:after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.cnt-top .box-more i:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
.cnt-top .box-more .cnt-more {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
.cnt-top .box-more .cnt-more * {
  font-size: 11.20px;
}
.cnt-top .box-more input:checked + label i:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.cnt-top .box-more input:checked ~ .cnt-more {
  height: auto;
  padding-top: 10px;
  opacity: 1;
}

/* aword
--------------------------------------------------------- */
.cnt-top .aword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .cnt-top .aword {
    width: 500px;
    margin: 30px auto 0;
  }
}
@media (min-width: 992px) {
  .cnt-top .aword {
    max-width: 600px;
    margin: 50px auto 0;
  }
}
.cnt-top .aword figure {
  width: 36%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.cnt-top .aword dl {
  width: 64%;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .cnt-top .aword dl {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .cnt-top .aword dl {
    padding-left: 20px;
  }
}
.cnt-top .aword dt, .cnt-top .aword dd {
  letter-spacing: 0;
}
.cnt-top .aword dt {
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 2px dotted #eee;
  line-height: 1;
}
.cnt-top .aword dd {
  font-size: 2.986vw;
}
@media (min-width: 768px) {
  .cnt-top .aword dd {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .cnt-top .aword dd {
    font-size: 1.4rem;
  }
}

/* baloon
--------------------------------------------------------- */
.cnt-top .baloon {
  position: relative;
}
.cnt-top .baloon:before {
  content: "";
  position: absolute;
  left: 50%;
  border: 15px solid transparent;
}
.cnt-top .baloon-top:before {
  top: 0;
  border-bottom: 15px solid #1bb8ce;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.cnt-top .baloon-btm:before {
  bottom: 0;
  border-top: 15px solid #1bb8ce;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

/* icon check
--------------------------------------------------------- */
.cnt-top .icon-arrow {
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cnt-top .icon-check svg {
  width: 18px;
  height: 18px;
}

/* embed
--------------------------------------------------------- */
.cnt-top .sz-lazy-wrapper > .sz-lazy.sz-lazy-embed > iframe {
  border: none;
}

/* count animation
--------------------------------------------------------- */
.kv {
  position: relative;
}
.kv .animation-date {
  display: none;
  position: absolute;
  width: 35vw;
  height: 26vw;
  bottom: 3%;
  right: 6%;
}
@media (min-width: 768px) {
  .kv .animation-date {
    display: block;
    width: 30vw;
    height: 12.4vw;
  }
}
@media (min-width: 992px) {
  .kv .animation-date {
    width: 27vw;
    height: 12vw;
    max-width: 298px;
    max-height: 125px;
  }
}
.kv .animation-date p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35vw;
  height: 26vw;
  margin: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media (min-width: 768px) {
  .kv .animation-date p {
    width: 30vw;
    height: 12.4vw;
  }
}
@media (min-width: 992px) {
  .kv .animation-date p {
    width: 27vw;
    height: 12vw;
    max-width: 298px;
    max-height: 125px;
  }
}

.scroll-animation.on .animation-date {
  display: block;
}
.scroll-animation.on .animation-date p {
  -webkit-animation: date_balloon 0.4s cubic-bezier(0, 0, 0.35, 1.07) 0.2s both;
          animation: date_balloon 0.4s cubic-bezier(0, 0, 0.35, 1.07) 0.2s both;
}
@media (min-width: 768px) {
  .scroll-animation.on .animation-date p {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes date_balloon {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  1% {
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes date_balloon {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  1% {
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cnt-top {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cnt-top .kv {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cnt-top .bnr-cam-summer {
  margin-bottom: 45px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .cnt-top .bnr-cam-summer {
    max-width: 500px;
    margin: 0 auto 80px;
  }
}
.cnt-top .hgroup {
  margin-top: 40px;
}
.cnt-top .intro {
  padding: 50px 0;
  background: #eee7d8;
}
.cnt-top .intro h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .cnt-top .intro h2 img {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .cnt-top .intro .slide-wrap {
    max-width: 500px;
    margin: auto;
  }
}
.cnt-top .intro .baloon {
  padding: 30px 20px;
  background: #fff;
  border-radius: 6px;
}
.cnt-top .intro .baloon:before {
  border-bottom-color: #fff;
}
.cnt-top .cnt-awords h2 {
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .cnt-top .cnt-awords h2 {
    max-width: 670px;
  }
}
.cnt-top .cnt-awords .d-md-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .cnt-top .cnt-awords .d-md-flex figure:last-child {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cnt-top .cnt-awords .d-md-flex figure {
    width: calc(50% - 20px);
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cnt-top .cnt-awords .d-lg-block {
    width: 100%;
    max-width: none;
  }
}
.cnt-top .cnt03 .cnt-sub {
  padding: 35px 20px 20px;
  background: #f5f7fa;
}
@media (min-width: 768px) {
  .cnt-top .cnt03 .cnt-sub {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .cnt-top .cnt03 .cnt-sub {
    padding: 40px;
  }
}
.cnt-top .cnt03 .cnt-sub h3 {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 7px solid #dddfe3;
}
@media (min-width: 768px) {
  .cnt-top .cnt03 .cnt-sub h3 {
    margin-bottom: 30px;
  }
}
.cnt-top .cnt03 .cnt-sub figure {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .cnt-top .cnt03 .cnt-sub figure {
    margin-top: 0;
  }
}
.cnt-top .cnt05 .kanken-graph {
  position: relative;
}
.cnt-top .cnt05 .graph-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 67.7611%;
}
.cnt-top .cnt05 .graph {
  position: absolute;
  width: 25%;
  height: 37%;
  bottom: 15.4%;
  left: 16.4%;
}
.cnt-top .cnt05 svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: visible;
  stroke: #d95246;
}
.cnt-top .cnt05 circle {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 31.8309886184;
  stroke-dasharray: 0,0,0,100;
  stroke-dashoffset: 25;
}
.cnt-top .cnt05 .num {
  position: absolute;
  left: 37.31343%;
  bottom: 13.87665%;
  width: 49%;
}
.cnt-top .cnt05 .num img {
  width: 100%;
}
.cnt-top .cnt05 .is-show circle {
  -webkit-animation: pie3 1s ease both 1s;
          animation: pie3 1s ease both 1s;
}
.cnt-top .cnt05 .is-show .num {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}
.cnt-top .year-list {
  position: relative;
  padding: 50px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .cnt-top .year-list {
    padding: 50px 30px;
  }
}
@media (min-width: 992px) {
  .cnt-top .year-list {
    padding: 60px 0;
  }
}
.cnt-top .year-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/shogaku/local/images/top/bg-note.png") repeat top left;
  background-size: 5px auto;
  opacity: .05;
  z-index: -1;
}
@media (min-width: 768px) {
  .cnt-top .year-list:after {
    background-size: 10px auto;
  }
}
.cnt-top .year-list a {
  font-size: 7.29vw;
}
@media (min-width: 768px) {
  .cnt-top .year-list a {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .cnt-top .year-list a {
    font-size: 3rem;
  }
}
.cnt-top .year-list a small {
  font-size: 4.666vw;
}
@media (min-width: 768px) {
  .cnt-top .year-list a small {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cnt-top .year-list a small {
    font-size: 2rem;
  }
}
.cnt-top .year-list a i.icon-arrow {
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
}
@media (min-width: 768px) {
  .cnt-top .year-list a i.icon-arrow {
    right: 15px;
  }
}
.cnt-top .year-list ul {
  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;
}
@media (min-width: 992px) {
  .cnt-top .year-list ul {
    width: 600px;
    margin: auto;
  }
}
.cnt-top .year-list ul li {
  width: calc(33.33333% - 3px);
  margin-bottom: 10px;
}
/* .cnt-top .year-list ul li:first-child {
  width: 100%;
}
.cnt-top .year-list ul li:first-child a {
  max-width: none;
} */
@media (min-width: 768px) {
  .cnt-top .year-list ul li {
    width: calc(33.33333% - 10px);
    margin-bottom: 15px;
  }
}
.cnt-top .year-list.spring ul li {
  width: 33.33333%;
  margin: 0;
}
.cnt-top .year-list.spring ul li:first-child {
  width: 33.33333%;
}
.cnt-top .year-list.spring ul a {
  display: block;
  font-size: 0;
}
.cnt-top .year-list.spring ul img {
  width: 100%;
}
.cnt-top .cnt-safety {
  background: #fbfbfb;
  padding: 60px 0;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .cnt-top .cnt-safety {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .cnt-top .cnt-safety {
    margin-bottom: 120px;
  }
}
.cnt-top .cnt-safety h2 {
  text-align: center;
  margin-bottom: 30px;
}
.cnt-top .cnt-safety .cnt-sub {
  margin-top: 80px;
  padding: 0 20px 30px;
  border: 2px solid #d2d5da;
  border-radius: 5px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cnt-top .cnt-safety .cnt-sub {
    margin-top: 80px;
    padding: 0 30px 30px;
  }
}
@media (min-width: 992px) {
  .cnt-top .cnt-safety .cnt-sub {
    padding: 0 40px 40px;
  }
}
.cnt-top .cnt-safety .cnt-sub:last-child {
  margin-bottom: 0;
}
.cnt-top .cnt-safety h3 {
  position: relative;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  padding: 0 15px;
  background: #fbfbfb;
  text-align: center;
}
.cnt-top .cnt-safety .d-md-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cnt-top .cnt-safety figure {
    margin: 0 0 30px;
  }
}
.cnt-top .cnt-voice h2 {
  text-align: center;
}
.cnt-top .cnt-voice h2 i {
  display: inline-block;
  width: 2em;
  height: 2em;
  margin: 0 5px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .cnt-top .cnt-voice .voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cnt-top .cnt-voice .voice-list li {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .cnt-top .cnt-voice .voice-list li {
    width: calc(33.33333% - 10px);
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .cnt-top .cnt-voice .voice-list li {
    width: calc(33.33333% - 15px);
  }
}
.cnt-top .cnt-voice .voice-list:last-child {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
.cnt-top .cnt-voice label {
  cursor: pointer;
  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;
  width: 130px;
  height: 40px;
  margin: 30px auto 0;
  padding: 0 10px;
  border: 1px solid #1bb8ce;
  border-radius: 20px;
  color: #1bb8ce;
  font-size: 1empx;
  line-height: 1;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
.cnt-top .cnt-voice label i {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin-left: 5px;
  border-top: 2px solid #1bb8ce;
  border-left: 2px solid #1bb8ce;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.cnt-top .cnt-voice label span:before {
  display: inline-block;
  content: "もっと見る";
  color: #1bb8ce;
  font-weight: 400;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
@media (min-width: 768px) {
  .cnt-top .cnt-voice label {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    margin-top: 40px;
  }
}
.cnt-top .cnt-voice label:hover {
  background: rgba(27, 184, 206, 0.1);
}
.cnt-top .cnt-voice input {
  display: none;
}
.cnt-top .cnt-voice input:checked + label i {
  margin-top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cnt-top .cnt-voice input:checked + label span:before {
  content: "閉じる";
}
.cnt-top .cnt-voice input:checked ~ .voice-list {
  height: auto;
  padding-top: 10px;
  opacity: 1;
}
.cnt-top .cnt-atfirst h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cnt-top .cnt-atfirst figure img {
    width: 100%;
  }
}
.cnt-top .cnt-price h2 {
  text-align: center;
  margin-bottom: 30px;
}
.cnt-top .cnt-price .cam-point {
  margin: 40px 0;
  text-align: center;
}
.cnt-top .cnt-price .cam-point ul {
  display: inline-block;
  text-align: left;
}
.cnt-top .cnt-price .cam-point i {
  margin-right: 3px;
  vertical-align: middle;
}
.cnt-top .cnt-price .cam-point svg {
  fill: #1bb8ce;
}
.cnt-top .cnt-price .cam-point strong {
  color: #1bb8ce;
}
.cnt-top .cnt-satisfaction h2 {
  background: #ee7700;
  text-align: center;
}
.cnt-top .cnt-satisfaction h2:before {
  border-top-color: #ee7700;
  z-index: 5;
}
.cnt-top .cnt-satisfaction h2 img {
  width: 375px;
}
@media (min-width: 992px) {
  .cnt-top .cnt-satisfaction h2 img {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .cnt-top .cnt-satisfaction .cnt-inner.w100 {
    width: 100%;
    margin: 0;
  }
}
.cnt-top .cnt-satisfaction .graph-list {
  position: relative;
}
@media (max-width: 767px) {
  .cnt-top .cnt-satisfaction .graph-list {
    padding-top: 125.33333%;
    background: url("/shogaku/local/images/top/satisfaction-img-sp.png") no-repeat top left;
    background-size: 100% auto;
  }
}
@media (min-width: 768px) {
  .cnt-top .cnt-satisfaction .graph-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.cnt-top .cnt-satisfaction .graph-list figure {
  margin: 0;
}
@media (min-width: 768px) {
  .cnt-top .cnt-satisfaction .graph-list figure {
    position: relative;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .cnt-top .cnt-satisfaction .graph-list figure:nth-child(1) {
    background: url("/shogaku/local/images/top/satisfaction-img01-pc.png") no-repeat top left;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .cnt-top .cnt-satisfaction .graph-list figure:nth-child(1) .graph {
    top: 20%;
    right: 20%;
  }
}
@media (min-width: 768px) {
  .cnt-top .cnt-satisfaction .graph-list figure:nth-child(1) .graph {
    left: 52%;
  }
}
.cnt-top .cnt-satisfaction .graph-list figure:nth-child(1) .num {
  opacity: 0;
}
@media (max-width: 767px) {
  .cnt-top .cnt-satisfaction .graph-list figure:nth-child(1) .num {
    top: 30%;
    right: 10%;
  }
}
@media (min-width: 768px) {
  .cnt-top .cnt-satisfaction .graph-list figure:nth-child(1) .num {
    left: 65%;
  }
}
@media (min-width: 768px) {
  .cnt-top .cnt-satisfaction .graph-list figure:nth-child(2) {
    background: url("/shogaku/local/images/top/satisfaction-img02-pc.png") no-repeat top left;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .cnt-top .cnt-satisfaction .graph-list figure:nth-child(2) .graph {
    top: 69%;
    left: 8%;
  }
}
@media (min-width: 768px) {
  .cnt-top .cnt-satisfaction .graph-list figure:nth-child(2) .graph {
    left: 8%;
  }
}
@media (max-width: 767px) {
  .cnt-top .cnt-satisfaction .graph-list figure:nth-child(2) .num {
    top: 79%;
    left: 22%;
  }
}
@media (min-width: 768px) {
  .cnt-top .cnt-satisfaction .graph-list figure:nth-child(2) .num {
    left: 22%;
  }
}
@media (min-width: 992px) {
  .cnt-top .cnt-satisfaction .graph-list figure:nth-child(2) .num {
    left: 22%;
  }
}
.cnt-top .cnt-satisfaction .graph-list figure .graph-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .cnt-top .cnt-satisfaction .graph-list figure .graph-wrap {
    padding-top: 66.66666%;
  }
}
.cnt-top .cnt-satisfaction .graph-list figure .graph {
  position: absolute;
  width: 100px;
  height: 100px;
}
@media (min-width: 768px) {
  .cnt-top .cnt-satisfaction .graph-list figure .graph {
    top: 38%;
    width: 30%;
    height: 45%;
  }
}
@media (min-width: 992px) {
  .cnt-top .cnt-satisfaction .graph-list figure .graph {
    top: 40%;
  }
}
.cnt-top .cnt-satisfaction .graph-list figure svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: visible;
  stroke: #ee3e75;
}
.cnt-top .cnt-satisfaction .graph-list figure circle {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 31.8309886184;
  stroke-dasharray: 0,0,0,100;
  stroke-dashoffset: 25;
}
.cnt-top .cnt-satisfaction .graph-list figure .num {
  position: absolute;
}
@media (max-width: 767px) {
  .cnt-top .cnt-satisfaction .graph-list figure .num img {
    height: 51px;
  }
}
@media (min-width: 768px) {
  .cnt-top .cnt-satisfaction .graph-list figure .num {
    bottom: 13%;
  }
  .cnt-top .cnt-satisfaction .graph-list figure .num img {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cnt-top .cnt-satisfaction .graph-list figure .num {
    bottom: 12%;
  }
  .cnt-top .cnt-satisfaction .graph-list figure .num img {
    height: 80px;
  }
}
.cnt-top .cnt-satisfaction .graph-list.is-show figure:nth-child(1) circle {
  -webkit-animation: pie1 1s ease both;
          animation: pie1 1s ease both;
}
.cnt-top .cnt-satisfaction .graph-list.is-show figure:nth-child(2) circle {
  -webkit-animation: pie2 1s ease both;
          animation: pie2 1s ease both;
}
.cnt-top .cnt-satisfaction .graph-list.is-show figure .num {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}
.cnt-top .cnt-exp h2 {
  margin-bottom: 30px;
  text-align: center;
}
.cnt-top .cnt-exp .bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .cnt-top .cnt-exp .bnr-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .cnt-top .cnt-exp .bnr-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cnt-top .cnt-exp .bnr-list li {
    margin-bottom: 15px;
  }
  .cnt-top .cnt-exp .bnr-list li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cnt-top .cnt-exp .bnr-list li {
    width: calc(33.33333% - 10px);
  }
}
@media (min-width: 992px) {
  .cnt-top .cnt-exp .bnr-list li {
    width: calc(33.33333% - 20px);
  }
}
.cnt-top .cnt-exp .bnr-list a {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .cnt-top .cnt-exp .bnr-list a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .cnt-top .cnt-exp .bnr-list a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cnt-top .cnt-exp .bnr-list figure, .cnt-top .cnt-exp .bnr-list span {
  display: block;
  margin: 0;
}
@media (max-width: 767px) {
  .cnt-top .cnt-exp .bnr-list figure, .cnt-top .cnt-exp .bnr-list span {
    display: block;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .cnt-top .cnt-exp .bnr-list figure, .cnt-top .cnt-exp .bnr-list span {
    width: 100%;
  }
}
.cnt-top .cnt-exp .bnr-list span {
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cnt-top .cnt-exp .bnr-list span {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .cnt-top .cnt-exp .bnr-list span {
    padding: 30px 15px;
  }
}
@media (min-width: 992px) {
  .cnt-top .cnt-exp .bnr-list span {
    padding: 40px 20px;
  }
}
.cnt-top .cnt-exp .bnr-list img {
  vertical-align: top;
}
.cnt-top .cnt-exp .bnr-list i {
  position: absolute;
  right: 15px;
  border-color: #333;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
}
@media (min-width: 768px) {
  .cnt-top .cnt-exp .bnr-list i {
    top: auto;
    bottom: 15px;
  }
}
@media (min-width: 992px) {
  .cnt-top .cnt-exp .bnr-list i {
    bottom: 20px;
  }
}
.cnt-top .cnt-test .hgroup, .cnt-top .cnt-hatten .hgroup {
  text-align: center;
}
@media (max-width: 767px) {
  .cnt-top .cnt-test .hgroup h2, .cnt-top .cnt-hatten .hgroup h2 {
    font-size: 1.953em;
  }
}
.cnt-top .cnt-test .hgroup i.icon, .cnt-top .cnt-hatten .hgroup i.icon {
  overflow: hidden;
  width: 84px;
  height: 84px;
  padding: 4px;
  border-radius: 100%;
}
.cnt-top .cnt-test .hgroup small, .cnt-top .cnt-hatten .hgroup small {
  display: inline-block;
  margin: 0 auto;
  padding: 0 1.5em;
  background: #fff;
  font-size: 1em;
  font-weight: 700;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .cnt-top .cnt-test .hgroup small, .cnt-top .cnt-hatten .hgroup small {
    margin-bottom: 10px;
    border-radius: 11px;
    line-height: 22px;
  }
}
@media (min-width: 576px) {
  .cnt-top .cnt-test .hgroup small, .cnt-top .cnt-hatten .hgroup small {
    margin-bottom: 15px;
    border-radius: 15px;
    line-height: 30px;
  }
}
.cnt-top .cnt-test .hgroup {
  background: #00aab0;
}
.cnt-top .cnt-test .hgroup i.icon {
  background: #00aab0;
}
.cnt-top .cnt-test .hgroup i.icon-new {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 57px;
}
@media (max-width: 767px) {
  .cnt-top .cnt-test .hgroup i.icon-new {
    margin-left: calc(50vw - 20px);
  }
}
@media (min-width: 768px) {
  .cnt-top .cnt-test .hgroup i.icon-new {
    margin-left: 500px;
  }
}
.cnt-top .cnt-test .hgroup small {
  color: #00aab0;
}
.cnt-top .cnt-hatten .hgroup {
  background: #0b308e;
}
.cnt-top .cnt-hatten .hgroup i.icon {
  background: #0b308e;
}
.cnt-top .cnt-hatten .hgroup small {
  color: #0b308e;
}
.cnt-top .btn-feature {
  padding-top: 1em;
  text-align: right;
  letter-spacing: -1em;
}
.cnt-top .btn-feature li {
  display: inline-block;
  margin-left: 10px;
}
.cnt-top .btn-feature a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5em;
  border: 1px solid #1bb8ce;
  background: #fff;
  color: #1bb8ce;
  font-size: 1em;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 575px) {
  .cnt-top .btn-feature a {
    height: 28px;
    border-radius: 14px;
  }
}
@media (min-width: 576px) {
  .cnt-top .btn-feature a {
    height: 36px;
    border-radius: 18px;
  }
}
.cnt-top .btn-feature a:hover {
  background: #1bb8ce;
  color: #fff;
}
.cnt-top .btn-feature a:hover i {
  border-color: #fff;
}
.cnt-top .btn-feature a i {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  border-top: 1px solid #1bb8ce;
  border-right: 1px solid #1bb8ce;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* =========================================================
 xmas banner
========================================================= */
.kv-xmas {
  position: relative;
  overflow: hidden;
}
.kv-xmas .bnr-xmas {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /* on */
}
.kv-xmas .bnr-xmas a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.kv-xmas .bnr-xmas a:hover img {
  opacity: 1;
}
.kv-xmas .bnr-xmas .elm {
  position: absolute;
}
.kv-xmas .bnr-xmas .item-chimney {
  bottom: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .kv-xmas .bnr-xmas .item-chimney {
    right: calc(38 / 750 * 100%);
    width: calc(145 / 750 * 100%);
  }
}
@media (min-width: 768px) {
  .kv-xmas .bnr-xmas .item-chimney {
    right: calc(95 / 1000 * 100%);
    width: calc(123 / 1000 * 100%);
  }
}
.kv-xmas .bnr-xmas .item-box {
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  opacity: 0;
}
@media (max-width: 767px) {
  .kv-xmas .bnr-xmas .item-box {
    top: 0;
    left: calc(15 / 750 * 100%);
    width: calc(257 / 750 * 100%);
  }
}
@media (min-width: 768px) {
  .kv-xmas .bnr-xmas .item-box {
    top: calc(53 / 160 * -100%);
    left: calc(57 / 1000 * 100%);
    width: calc(271 / 1000 * 100%);
  }
}
.kv-xmas .bnr-xmas .item-santa {
  z-index: 10;
}
@media (max-width: 767px) {
  .kv-xmas .bnr-xmas .item-santa {
    top: calc(14 / 220 * -100%);
    right: calc(53 / 750 * 100%);
    width: calc(108 / 750 * 100%);
  }
}
@media (min-width: 768px) {
  .kv-xmas .bnr-xmas .item-santa {
    top: calc(33 / 160 * -100%);
    right: calc(105 / 1000 * 100%);
    width: calc(97 / 1000 * 100%);
  }
}
.kv-xmas .bnr-xmas .item-date {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  z-index: 1;
}
@media (max-width: 767px) {
  .kv-xmas .bnr-xmas .item-date {
    top: calc(32 / 220 * -100%);
    right: calc(12 / 750 * 100%);
    width: calc(169 / 750 * 100%);
  }
}
@media (min-width: 768px) {
  .kv-xmas .bnr-xmas .item-date {
    top: calc(40 / 160 * -100%);
    right: calc(72 / 1000 * 100%);
    width: calc(145 / 1000 * 100%);
  }
}
.kv-xmas .bnr-xmas .item-date span.in-the-middle {
  display: block;
}
.kv-xmas .bnr-xmas.on .item-box {
  -webkit-animation-name: popIn;
          animation-name: popIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.kv-xmas .bnr-xmas.on .item-santa {
  -webkit-animation-name: fadeOutBottom;
          animation-name: fadeOutBottom;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.kv-xmas .bnr-xmas.on .item-date {
  -webkit-animation-name: driveInBottom;
          animation-name: driveInBottom;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.kv-xmas .bnr-xmas.on .item-date span {
  -webkit-animation-name: wobble;
          animation-name: wobble;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* =========================================================
 year end banner
========================================================= */
.kv-year_end {
  position: relative;
  overflow: hidden;
}
.kv-year_end .bnr-year_end {
  position: relative;
  /* on */
}
.kv-year_end .bnr-year_end a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.kv-year_end .bnr-year_end a:hover img {
  opacity: 1;
}
.kv-year_end .bnr-year_end .elm {
  position: absolute;
}
.kv-year_end .bnr-year_end .item-snowman {
  z-index: 10;
}
@media (max-width: 767px) {
  .kv-year_end .bnr-year_end .item-snowman {
    top: calc(70 / 288 * 100%);
    right: calc(35 / 750 * 100%);
    width: calc(139 / 750 * 100%);
  }
}
@media (min-width: 768px) {
  .kv-year_end .bnr-year_end .item-snowman {
    top: calc(24 / 194 * 100%);
    right: calc(64 / 1000 * 100%);
    width: calc(108 / 1000 * 100%);
  }
}
.kv-year_end .bnr-year_end .item-date {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  z-index: 1;
}
@media (max-width: 767px) {
  .kv-year_end .bnr-year_end .item-date {
    top: calc(21 / 288 * 100%);
    right: calc(100 / 750 * 100%);
    width: calc(186 / 750 * 100%);
  }
}
@media (min-width: 768px) {
  .kv-year_end .bnr-year_end .item-date {
    top: calc(20 / 160 * 100%);
    right: calc(140 / 1000 * 100%);
    width: calc(136 / 1000 * 100%);
  }
}
.kv-year_end .bnr-year_end .item-date span.in-the-middle {
  display: block;
}
.kv-year_end .bnr-year_end.on .item-date {
  -webkit-animation-name: driveInBottom;
          animation-name: driveInBottom;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.kv-year_end .bnr-year_end.on .item-date span {
  -webkit-animation-name: wobble;
          animation-name: wobble;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* =========================================================
 bnr keyframe
========================================================= */
@-webkit-keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
            transform: scale3d(0, 0, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
            transform: scale3d(1.08, 1.08, 1.08);
    opacity: 1;
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
            transform: scale3d(0, 0, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
            animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
            transform: scale3d(1.08, 1.08, 1.08);
    opacity: 1;
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutBottom {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes driveInBottom {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  75% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes driveInBottom {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  75% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes wobble {
  79% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  84% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  88% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  92% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  96% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes wobble {
  79% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  84% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  88% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  92% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  96% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* =========================================================
 graph keyframe
========================================================= */
@-webkit-keyframes pie1 {
  50%,100% {
    stroke-dasharray: 99,1,0,0;
  }
}
@keyframes pie1 {
  50%,100% {
    stroke-dasharray: 99,1,0,0;
  }
}
@-webkit-keyframes pie2 {
  50%,100% {
    stroke-dasharray: 97,3,0,0;
  }
}
@keyframes pie2 {
  50%,100% {
    stroke-dasharray: 97,3,0,0;
  }
}
@-webkit-keyframes pie3 {
  50%,100% {
    stroke-dasharray: 96,4,0,0;
  }
}
@keyframes pie3 {
  50%,100% {
    stroke-dasharray: 96,4,0,0;
  }
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/* =========================================================
 eng graph
========================================================= */
.eng-graph {
  text-align: center;
}
.eng-graph h3 {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 15px;
  border-bottom: 1px solid #ef9800;
  font-size: 1em;
}
.eng-graph h3:before, .eng-graph h3:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  bottom: 0;
  border-bottom-width: 0 !important;
}
.eng-graph h3:before {
  -webkit-transform: translate(-50%, calc(100% - 3px));
          transform: translate(-50%, calc(100% - 3px));
  border: 10px solid transparent;
  border-top: solid 20px #fff;
  z-index: 2;
}
.eng-graph h3:after {
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  border: 10px solid transparent;
  border-top: solid 20px #ef9800;
  content: "";
  z-index: 1;
}
.eng-graph h3 span {
  font-size: 1.563em;
}
.eng-graph h3 em {
  display: block;
  color: #ef9800;
  font-size: 1.953em;
}
.eng-graph figure {
  text-align: left;
}

/* =========================================================
 kanken graph
========================================================= */
.kanken-graph {
  text-align: center;
}
.kanken-graph h3 {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 15px;
  border-bottom: 1px solid #d95246;
  font-size: 1em;
}
.kanken-graph h3:before, .kanken-graph h3:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  bottom: 0;
  border-bottom-width: 0 !important;
}
.kanken-graph h3:before {
  -webkit-transform: translate(-50%, calc(100% - 3px));
          transform: translate(-50%, calc(100% - 3px));
  border: 10px solid transparent;
  border-top: solid 20px #fff;
  z-index: 2;
}
.kanken-graph h3:after {
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  border: 10px solid transparent;
  border-top: solid 20px #d95246;
  content: "";
  z-index: 1;
}
.kanken-graph h3 span {
  font-size: 1.563em;
}
.kanken-graph h3 em {
  display: block;
  color: #d95246;
  font-size: 1.953em;
}
.kanken-graph figure {
  text-align: left;
}
