@charset "UTF-8";
.display-none {
  display: none !important; }

@media screen and (max-width: 320px) {
  .display-none-sss {
    display: none !important; } }
@media screen and (max-width: 480px) {
  .display-none-ss {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .display-none-s {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .display-none-l {
    display: none !important; } }
@media screen and (min-width: 1300px) {
  .display-none-ll {
    display: none !important; } }
html {
  font-size: 62.5%; }

body {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'UD新丸ゴ B','UD Shin Maru Go Bold';
  font-size: 20px; }

/* 共通 */
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px; } }

img {
  display: block; }

a {
  display: block;
  text-decoration: none;
  transition: all  0.1s ease;
  -webkit-transition: all 0.1s ease; }

ul {
  list-style-type: none; }

.wrapper {
  width: 970px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .wrapper {
      width: 90%; } }

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important; } }

.yellow {
  color: #ffe200; }

.overflow {
  overflow: hidden; }

/* header */
header {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0; }
  @media screen and (min-width: 769px) {
    header {
      min-width: 1000px; }
      header .menu_btn {
        display: none; } }
  @media screen and (max-width: 768px) {
    header {
      position: static;
      padding: 18px 0;
      background-color: #00163a;
      position: fixed;
      top: 0;
      z-index: 999; }
      header .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
  header h1 {
    display: inline-block; }
    header h1 img {
      height: 22px; }
      @media screen and (max-width: 768px) {
        header h1 img {
          height: 14px; } }
  header .menu_btn {
    width: 30px;
    height: 24px;
    transition: all .4s;
    position: relative; }
    header .menu_btn span {
      width: 100%;
      height: 4px;
      background-color: #fff;
      transition: all .4s;
      position: absolute; }
      header .menu_btn span:nth-of-type(1) {
        top: 0; }
      header .menu_btn span:nth-of-type(2) {
        top: 10px; }
      header .menu_btn span:nth-of-type(3) {
        bottom: 0; }
  header .menu_btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  header .menu_btn.active span:nth-of-type(2) {
    opacity: 0; }
  header .menu_btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); }

/* mv */
.mv {
  padding: 170px 0 100px;
  background-color: #00479d;
  margin-bottom: 85px; }
  @media screen and (max-width: 768px) {
    .mv {
      padding: 10vw 0 12vw;
      margin: 60px 0 0; } }
  .mv > div {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .mv > div {
        display: block; } }
  .mv_ttl {
    width: 395px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .mv_ttl {
        width: 80%;
        margin: 0 auto 6.5vw; }
        .mv_ttl img {
          width: 100%; } }
    .mv_ttl img {
      width: 100%; }
    .mv_ttl > div {
      opacity: 0;
      transform: scale(1.5);
      pointer-events: none; }
      @media screen and (max-width: 768px) {
        .mv_ttl > div {
          width: 100%; } }
      .mv_ttl > div:nth-of-type(2), .mv_ttl > div:nth-of-type(3) {
        position: absolute;
        top: 0;
        left: 0; }
      .mv_ttl > div .star {
        width: 96px;
        height: 83px;
        position: absolute;
        top: 138px;
        left: 152px; }
        @media screen and (max-width: 768px) {
          .mv_ttl > div .star {
            width: 17.6vw;
            height: 15vw;
            top: 25.3vw;
            left: 27.8vw; } }
        .mv_ttl > div .star span {
          width: 36px;
          height: 36px;
          background: url(../img/mv_ttl_star.png) no-repeat;
          background-size: 100%;
          position: absolute; }
          @media screen and (max-width: 768px) {
            .mv_ttl > div .star span {
              width: 6.8vw;
              height: 6.8vw; } }
          .mv_ttl > div .star span:nth-of-type(1) {
            top: 0;
            left: 0; }
          .mv_ttl > div .star span:nth-of-type(2) {
            top: 0;
            right: 0; }
          .mv_ttl > div .star span:nth-of-type(3) {
            bottom: 0;
            left: 0; }
          .mv_ttl > div .star span:nth-of-type(4) {
            bottom: 0;
            right: 0; }
  .mv .text_box .champagne {
    width: 544px;
    height: 58px;
    padding-bottom: 42px;
    font-size: 60px;
    color: #ffe200;
    letter-spacing: 0.1em;
    display: flex;
    overflow: hidden;
    position: relative;
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .mv .text_box .champagne {
        width: 100%;
        height: 9.5vw;
        padding-bottom: 8vw;
        font-size: 10vw;
        letter-spacing: 0.08em; } }
    .mv .text_box .champagne:after {
      content: "";
      width: 0;
      height: 5px;
      background-color: #ffe200;
      position: absolute;
      bottom: 18px;
      left: 0; }
      @media screen and (max-width: 768px) {
        .mv .text_box .champagne:after {
          height: 3px;
          bottom: 4vw; } }
    .mv .text_box .champagne .hidden {
      display: none; }
  .mv .text_box p {
    line-height: 32px;
    margin-bottom: 16px; }
    @media screen and (max-width: 768px) {
      .mv .text_box p {
        font-size: 4.2vw;
        line-height: 6vw;
        margin-bottom: 5vw; } }
  .mv .text_box .btn_box {
    display: flex;
    justify-content: space-between;
    opacity: 0; }
    .mv .text_box .btn_box li {
      position: relative; }
      @media screen and (max-width: 768px) {
        .mv .text_box .btn_box li {
          width: 31%; } }
      .mv .text_box .btn_box li a {
        width: 170px;
        color: #fff;
        background-color: #000;
        display: flex;
        align-items: center; }
        @media screen and (min-width: 769px) {
          .mv .text_box .btn_box li a {
            -moz-transition: -moz-transform 0.2s linear;
            -webkit-transition: -webkit-transform 0.2s linear;
            -o-transition: -o-transform 0.2s linear;
            -ms-transition: -ms-transform 0.2s linear;
            transition: transform 0.2s linear; }
            .mv .text_box .btn_box li a:hover {
              -webkit-transform: scale(1.05);
              -moz-transform: scale(1.05);
              -o-transform: scale(1.05);
              -ms-transform: scale(1.05);
              transform: scale(1.05); } }
        @media screen and (max-width: 768px) {
          .mv .text_box .btn_box li a {
            width: 100%; }
            .mv .text_box .btn_box li a img {
              width: 34%; } }
        .mv .text_box .btn_box li a p {
          font-size: 18px;
          line-height: 26px;
          margin: 0 0 0 10px; }
          @media screen and (max-width: 768px) {
            .mv .text_box .btn_box li a p {
              font-size: 3vw;
              line-height: 5vw;
              margin: 0 auto;
              text-align: center; } }
          .mv .text_box .btn_box li a p:after {
            content: "";
            width: 21px;
            height: 21px;
            background: url(../img/arrow01.png) no-repeat;
            background-size: 100%;
            position: absolute;
            right: 8px;
            bottom: 8px; }
            @media screen and (max-width: 768px) {
              .mv .text_box .btn_box li a p:after {
                width: 4vw;
                height: 4vw;
                margin: 0.5vw auto 0;
                display: block;
                position: static; } }
          .mv .text_box .btn_box li a p span {
            font-size: 22px;
            display: block; }
            @media screen and (max-width: 768px) {
              .mv .text_box .btn_box li a p span {
                font-size: 4vw; } }

.mv.active .champagne {
  opacity: 1; }

/* menu */
.menu {
  width: 100%;
  padding: 15px 0;
  background-color: #ffe200;
  margin-top: -85px; }
  @media screen and (min-width: 769px) {
    .menu {
      min-width: 1000px; } }
  @media screen and (max-width: 768px) {
    .menu {
      display: none;
      width: 100%;
      height: calc(100vh - 60px);
      padding: 30px 0;
      box-sizing: border-box;
      background-color: #38a1db;
      margin-top: 0;
      position: fixed;
      top: 60px;
      left: 0;
      z-index: 999; }
      .menu:after {
        content: "";
        width: 52vw;
        height: 40vw;
        background: url(../img/menu_bg.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: 10%;
        right: 3%; } }
  .menu nav {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .menu nav {
        display: block;
        position: relative;
        z-index: 9; } }
    .menu nav .left {
      display: flex; }
      @media screen and (max-width: 768px) {
        .menu nav .left {
          display: block; } }
      .menu nav .left li {
        margin-right: 45px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .menu nav .left li {
            margin: 0 0 30px; } }
        .menu nav .left li:after {
          content: "";
          width: 0;
          height: 2px;
          background-color: #000549;
          position: absolute;
          left: 0;
          bottom: -6px;
          transition: all  0.3s ease;
          -webkit-transition: all 0.3s ease; }
          @media screen and (max-width: 768px) {
            .menu nav .left li:after {
              display: none; } }
        .menu nav .left li:hover:after {
          background-color: #38a1db; }
        .menu nav .left li a {
          font-size: 22px;
          color: #000549;
          transition: .3s; }
          .menu nav .left li a:hover {
            opacity: 1.0;
            color: #38a1db; }
      .menu nav .left li.active:after {
        width: 100%; }
    .menu nav .right {
      display: flex; }
      @media screen and (max-width: 768px) {
        .menu nav .right {
          justify-content: center;
          margin-top: 60px; } }
      .menu nav .right li {
        margin-left: 12px; }
        @media screen and (max-width: 768px) {
          .menu nav .right li {
            margin: 0 6px; } }

.menu.fixed {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }

/* teaching */
.teaching_teacher {
  background-color: #0075bf;
  position: relative;
  overflow: hidden; }
  .teaching_teacher:after {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    position: absolute;
    top: 0; }
  .teaching_teacher .wrapper {
    height: 100%; }
    .teaching_teacher .wrapper .text_box {
      height: 100%;
      box-sizing: border-box;
      position: relative;
      z-index: 9; }
      .teaching_teacher .wrapper .text_box:before {
        content: "";
        height: 324px;
        position: absolute;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          .teaching_teacher .wrapper .text_box:before {
            height: 30vw; } }
      .teaching_teacher .wrapper .text_box:after {
        content: "";
        width: 278px;
        height: 207px;
        background: url(../img/teacher_bg.png) no-repeat;
        background-size: 100%;
        position: absolute;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          .teaching_teacher .wrapper .text_box:after {
            width: 165px;
            height: 123px; } }
      .teaching_teacher .wrapper .text_box .ttl p {
        font-size: 42px;
        text-shadow: 2px 3px 0 #000549;
        margin-bottom: 25px; }
        @media screen and (max-width: 768px) {
          .teaching_teacher .wrapper .text_box .ttl p {
            font-size: 25px;
            text-shadow: 1px 2px 0 #000549;
            margin-bottom: 5px; } }
        @media screen and (max-width: 480px) {
          .teaching_teacher .wrapper .text_box .ttl p {
            font-size: 6.8vw; } }
      .teaching_teacher .wrapper .text_box .ttl h2 {
        font-size: 95px;
        text-shadow: 4px 5px 0 #000549;
        margin-bottom: 45px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .teaching_teacher .wrapper .text_box .ttl h2 {
            font-size: 54px;
            text-shadow: 2px 4px 0 #000549;
            margin-bottom: 28px; } }
        @media screen and (max-width: 320px) {
          .teaching_teacher .wrapper .text_box .ttl h2 {
            font-size: 50px; } }
        .teaching_teacher .wrapper .text_box .ttl h2:after {
          content: "";
          width: 0;
          height: 5px;
          background-color: #ffe200;
          position: absolute;
          bottom: -25px;
          left: 0; }
          @media screen and (max-width: 768px) {
            .teaching_teacher .wrapper .text_box .ttl h2:after {
              height: 3px;
              bottom: -15px; } }
        .teaching_teacher .wrapper .text_box .ttl h2 span {
          font-size: 62px; }
          @media screen and (max-width: 768px) {
            .teaching_teacher .wrapper .text_box .ttl h2 span {
              font-size: 34px;
              margin-left: 6px; } }
          @media screen and (max-width: 320px) {
            .teaching_teacher .wrapper .text_box .ttl h2 span {
              font-size: 32px; } }
      .teaching_teacher .wrapper .text_box > p {
        line-height: 30px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3); }
        @media screen and (max-width: 768px) {
          .teaching_teacher .wrapper .text_box > p {
            font-size: 12px;
            line-height: 20px; } }
  .teaching_teacher .scroll_btn {
    width: 60px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 99; }
    @media screen and (max-width: 768px) {
      .teaching_teacher .scroll_btn {
        width: 55px; } }
    .teaching_teacher .scroll_btn:after {
      content: "";
      width: 3px;
      height: 40px;
      background-color: #fff;
      display: block;
      margin: 14px auto 0; }
      @media screen and (max-width: 768px) {
        .teaching_teacher .scroll_btn:after {
          width: 3px;
          height: 20px;
          margin: 8px auto 0; } }
    .teaching_teacher .scroll_btn img {
      width: 100%; }
.teaching_content {
  background: url(../img/bg.jpg);
  padding: 110px 0; }
  @media screen and (max-width: 768px) {
    .teaching_content {
      padding: 40px 0 60px; } }
  .teaching_content h3 {
    width: 100%;
    padding: 16px 0;
    background-color: #ffe200;
    margin-bottom: 110px; }
    @media screen and (max-width: 768px) {
      .teaching_content h3 {
        margin-bottom: 40px; } }
    .teaching_content h3 img {
      margin: auto; }
      @media screen and (max-width: 768px) {
        .teaching_content h3 img {
          height: 50px; } }
  .teaching_content ul li {
    margin-bottom: 85px; }
    @media screen and (max-width: 768px) {
      .teaching_content ul li {
        margin-bottom: 40px; } }
    .teaching_content ul li:last-child {
      margin: 0; }
    .teaching_content ul li h4 {
      margin-bottom: 48px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .teaching_content ul li h4 {
          margin-bottom: 18px; } }
      .teaching_content ul li h4:after {
        content: "";
        width: 0;
        height: 3px;
        background-color: #ffe200;
        position: absolute;
        bottom: -15px;
        left: 0; }
        @media screen and (max-width: 768px) {
          .teaching_content ul li h4:after {
            height: 2px;
            bottom: -8px; } }
      .teaching_content ul li h4 img {
        width: 100%; }
    .teaching_content ul li .movie {
      overflow: hidden;
      position: relative; }
      .teaching_content ul li .movie_poster {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99; }
        .teaching_content ul li .movie_poster .start_btn {
          width: 100%;
          height: 100%;
          background: url(../img/start_btn.png) no-repeat;
          background-size: 149px;
          background-position: center;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          z-index: 99; }
          @media screen and (max-width: 768px) {
            .teaching_content ul li .movie_poster .start_btn {
              background-size: 70px; } }
        .teaching_content ul li .movie_poster > img {
          width: auto;
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          z-index: 98; }
      .teaching_content ul li .movie_item {
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
        z-index: 98; }
        .teaching_content ul li .movie_item iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
    .teaching_content ul li .movie.comingsoon img {
      width: 100%; }

/* social */
#social .teaching_teacher {
  height: 840px; }
  @media screen and (max-width: 768px) {
    #social .teaching_teacher {
      height: 530px; } }
  #social .teaching_teacher:after {
    background-image: url(../img/social_bg01.png); }
    @media screen and (max-width: 768px) {
      #social .teaching_teacher:after {
        background-image: url(../img/social_bg01_sp.png);
        background-size: contain;
        background-position: top left; } }
  #social .teaching_teacher .wrapper {
    display: flex;
    justify-content: flex-end; }
    #social .teaching_teacher .wrapper .text_box {
      width: 550px;
      padding-top: 300px; }
      @media screen and (max-width: 768px) {
        #social .teaching_teacher .wrapper .text_box {
          width: 100%;
          max-width: 480px;
          padding-top: 250px; } }
      #social .teaching_teacher .wrapper .text_box:before {
        width: 100%;
        height: 265px;
        background: url(../img/social_bg02.png) no-repeat;
        background-size: auto 100%;
        top: 90px; }
        @media screen and (max-width: 768px) {
          #social .teaching_teacher .wrapper .text_box:before {
            width: 100%;
            height: 24vw;
            background-size: auto 100%;
            background-position: right;
            top: 25px; } }
      #social .teaching_teacher .wrapper .text_box:after {
        right: 0; }

/* chemistry */
#chemistry .teaching_teacher {
  height: 860px; }
  @media screen and (max-width: 768px) {
    #chemistry .teaching_teacher {
      height: 530px; } }
  #chemistry .teaching_teacher:after {
    background-image: url(../img/chemistry_bg01.png); }
    @media screen and (max-width: 768px) {
      #chemistry .teaching_teacher:after {
        background-image: url(../img/chemistry_bg01_sp.png);
        background-size: contain;
        background-position: top right; } }
  #chemistry .teaching_teacher .text_box {
    width: 560px;
    padding-top: 320px; }
    @media screen and (max-width: 768px) {
      #chemistry .teaching_teacher .text_box {
        width: 100%;
        max-width: 430px;
        padding-top: 230px; } }
    #chemistry .teaching_teacher .text_box:before {
      width: 600px;
      height: 255px;
      background: url(../img/chemistry_bg02.png) no-repeat;
      background-size: 100%;
      top: 130px; }
      @media screen and (max-width: 768px) {
        #chemistry .teaching_teacher .text_box:before {
          width: 100%;
          height: 23vw;
          background-size: auto 100%;
          top: 38px; } }
    #chemistry .teaching_teacher .text_box:after {
      left: 0; }

/* english */
#english .teaching_teacher {
  height: 840px; }
  @media screen and (max-width: 768px) {
    #english .teaching_teacher {
      height: 530px; } }
  #english .teaching_teacher:after {
    background-image: url(../img/english_bg01.png); }
    @media screen and (max-width: 768px) {
      #english .teaching_teacher:after {
        background-image: url(../img/english_bg01_sp.png);
        background-size: contain;
        background-position: top left; } }
  #english .teaching_teacher .wrapper {
    display: flex;
    justify-content: flex-end; }
    #english .teaching_teacher .wrapper .text_box {
      width: 550px;
      padding-top: 300px; }
      @media screen and (max-width: 768px) {
        #english .teaching_teacher .wrapper .text_box {
          width: 100%;
          max-width: 480px;
          padding-top: 250px; } }
      #english .teaching_teacher .wrapper .text_box:before {
        width: 100%;
        height: 275px;
        background: url(../img/english_bg02.png) no-repeat;
        background-size: auto 100%;
        top: 90px; }
        @media screen and (max-width: 768px) {
          #english .teaching_teacher .wrapper .text_box:before {
            width: 100%;
            height: 26vw;
            background-size: auto 100%;
            background-position: right;
            top: 40px; } }
      #english .teaching_teacher .wrapper .text_box:after {
        right: 0; }

/* item */
.item .attention {
  font-size: 0; }
  .item .attention li {
    font-family: 'UD新丸ゴ R','UD Shin Maru Go Regular';
    font-size: 14px;
    line-height: 22px;
    position: relative;
    text-indent: -1em;
    padding-left: 1em; }
    @media screen and (max-width: 768px) {
      .item .attention li {
        font-size: 10px;
        line-height: 16px; } }
    .item .attention li:nth-child(n+2) {
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .item .attention li:nth-child(n+2) {
          display: block; } }
.item_content01 {
  padding: 100px 0 50px;
  background-color: #00479d;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .item_content01 {
      padding: 40px 0 50px; } }
  .item_content01 .wrapper {
    position: relative;
    z-index: 9; }
  .item_content01 .ttl {
    text-align: center;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .item_content01 .ttl {
        margin-bottom: 30px; } }
    .item_content01 .ttl p {
      font-size: 50px;
      text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 768px) {
        .item_content01 .ttl p {
          font-size: 26px;
          text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3); } }
      @media screen and (max-width: 480px) {
        .item_content01 .ttl p {
          font-size: 6.5vw; } }
      .item_content01 .ttl p:nth-of-type(1) {
        margin-bottom: 25px; }
        @media screen and (max-width: 768px) {
          .item_content01 .ttl p:nth-of-type(1) {
            margin-bottom: 15px; } }
      .item_content01 .ttl p span {
        font-size: 40px; }
        @media screen and (max-width: 768px) {
          .item_content01 .ttl p span {
            font-size: 22px; } }
        @media screen and (max-width: 480px) {
          .item_content01 .ttl p span {
            font-size: 5.5vw; } }
    .item_content01 .ttl h2 {
      font-size: 70px;
      text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.3);
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .item_content01 .ttl h2 {
          font-size: 40px;
          text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3);
          justify-content: center;
          flex-wrap: wrap;
          margin-top: 15px; } }
      .item_content01 .ttl h2 img {
        width: 190px; }
        @media screen and (max-width: 768px) {
          .item_content01 .ttl h2 img {
            width: 110px;
            margin-right: 5px; } }
      .item_content01 .ttl h2 span {
        font-size: 80px;
        margin: 0 -0.6em; }
        @media screen and (max-width: 768px) {
          .item_content01 .ttl h2 span {
            font-size: 46px;
            margin: 10px 0 0; } }
  .item_content01 .column2 {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .item_content01 .column2 {
        display: block; } }
    .item_content01 .column2 .img_box {
      position: relative; }
      @media screen and (max-width: 768px) {
        .item_content01 .column2 .img_box {
          width: 145px;
          margin: 0 auto; } }
      .item_content01 .column2 .img_box:after {
        content: "";
        width: 70px;
        height: 25px;
        background: url(../img/item_text02.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: 330px;
        left: -35px; }
        @media screen and (max-width: 768px) {
          .item_content01 .column2 .img_box:after {
            width: 50px;
            height: 18px;
            top: 190px;
            left: -55px; } }
      .item_content01 .column2 .img_box img {
        margin-left: 40px; }
        @media screen and (max-width: 768px) {
          .item_content01 .column2 .img_box img {
            width: 100%;
            margin: 0; } }
    @media screen and (max-width: 768px) {
      .item_content01 .column2 .text_box {
        margin-bottom: 20px; } }
    .item_content01 .column2 .text_box h3 {
      font-size: 42px;
      line-height: 65px;
      text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.3);
      margin: -14px 0 10px; }
      @media screen and (max-width: 768px) {
        .item_content01 .column2 .text_box h3 {
          text-align: center;
          font-size: 22px;
          line-height: 32px;
          text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3);
          margin: 0 0 10px; } }
      @media screen and (max-width: 320px) {
        .item_content01 .column2 .text_box h3 {
          font-size: 20px; } }
      .item_content01 .column2 .text_box h3 .count {
        font-size: 82px;
        line-height: 100%;
        color: #ffe200;
        display: inline-flex;
        align-items: flex-end;
        position: relative;
        vertical-align: bottom; }
        @media screen and (max-width: 768px) {
          .item_content01 .column2 .text_box h3 .count {
            font-size: 50px;
            margin-top: 0; } }
        .item_content01 .column2 .text_box h3 .count:after {
          content: "＊";
          font-size: 20px;
          line-height: 100%;
          text-shadow: none;
          position: absolute;
          top: 5px;
          right: -10px; }
          @media screen and (max-width: 768px) {
            .item_content01 .column2 .text_box h3 .count:after {
              font-size: 14px;
              top: 6px;
              right: -5px; } }
        .item_content01 .column2 .text_box h3 .count_item {
          width: 50px;
          height: 85px;
          background: url(../img/count_item.png) no-repeat;
          background-size: 100%;
          margin-right: 5px; }
          @media screen and (max-width: 768px) {
            .item_content01 .column2 .text_box h3 .count_item {
              width: 30px;
              height: 52px; } }
      .item_content01 .column2 .text_box h3 .yellow {
        font-size: 82px;
        line-height: 100%;
        margin-top: -10px;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .item_content01 .column2 .text_box h3 .yellow {
            font-size: 50px;
            margin: 0 0 5px; } }
        .item_content01 .column2 .text_box h3 .yellow span {
          font-size: 75px; }
          @media screen and (max-width: 768px) {
            .item_content01 .column2 .text_box h3 .yellow span {
              font-size: 42px; } }
        .item_content01 .column2 .text_box h3 .yellow img {
          width: 50px;
          display: inline-block;
          vertical-align: bottom;
          margin: 25px 0 0;
          padding: 0; }
          @media screen and (max-width: 768px) {
            .item_content01 .column2 .text_box h3 .yellow img {
              width: 30px;
              margin: 0; } }
    .item_content01 .column2 .text_box p {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 5px; }
      @media screen and (max-width: 768px) {
        .item_content01 .column2 .text_box p {
          font-size: 14px;
          line-height: 24px; } }
    .item_content01 .column2_bg {
      width: 100%;
      height: 655px;
      position: absolute;
      top: 135px;
      left: 0;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .item_content01 .column2_bg {
          height: 310px;
          top: 215px; } }
      .item_content01 .column2_bg span {
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
        .item_content01 .column2_bg span:nth-of-type(1) {
          width: 655px;
          height: 655px;
          background-color: #005aa9; }
          @media screen and (max-width: 768px) {
            .item_content01 .column2_bg span:nth-of-type(1) {
              width: 310px;
              height: 310px; } }
          @media screen and (max-width: 480px) {
            .item_content01 .column2_bg span:nth-of-type(1) {
              width: 83vw;
              height: 83vw; } }
        .item_content01 .column2_bg span:nth-of-type(2) {
          width: 455px;
          height: 455px;
          background-color: #0075bf; }
          @media screen and (max-width: 768px) {
            .item_content01 .column2_bg span:nth-of-type(2) {
              width: 220px;
              height: 220px; } }
          @media screen and (max-width: 480px) {
            .item_content01 .column2_bg span:nth-of-type(2) {
              width: 58vw;
              height: 58vw; } }
        .item_content01 .column2_bg span:nth-of-type(3) {
          width: 251px;
          height: 251px;
          background-color: #38a1db; }
          @media screen and (max-width: 768px) {
            .item_content01 .column2_bg span:nth-of-type(3) {
              width: 120px;
              height: 120px; } }
          @media screen and (max-width: 480px) {
            .item_content01 .column2_bg span:nth-of-type(3) {
              width: 32vw;
              height: 32vw; } }
.item_content02 {
  padding: 110px 0 55px;
  background-color: #005aa9; }
  @media screen and (max-width: 768px) {
    .item_content02 {
      padding: 20px 0 45px; } }
  .item_content02 .type {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .item_content02 .type {
        max-width: 340px;
        margin: auto;
        flex-wrap: wrap; } }
    @media screen and (max-width: 768px) {
      .item_content02 .type li {
        width: 47%; }
        .item_content02 .type li img {
          width: 100%; } }
    .item_content02 .type li > p {
      font-size: 30px;
      text-align: center;
      text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
      padding: 50px 0 18px; }
      @media screen and (max-width: 768px) {
        .item_content02 .type li > p {
          font-size: 15px;
          text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
          padding: 0 0 12px; } }
    .item_content02 .type li:nth-of-type(1) {
      width: 340px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .item_content02 .type li:nth-of-type(1) {
          width: 100%;
          margin: 0 auto;
          text-align: center;
          overflow: hidden; } }
      .item_content02 .type li:nth-of-type(1) .text_box {
        width: 220px;
        height: 220px;
        border-radius: 50%;
        text-align: center;
        box-sizing: border-box;
        font-size: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          .item_content02 .type li:nth-of-type(1) .text_box {
            width: 170px;
            height: 170px;
            margin-right: 170px; } }
        .item_content02 .type li:nth-of-type(1) .text_box h3 {
          font-size: 30px;
          letter-spacing: 0.15em;
          text-indent: 0.15em;
          line-height: 40px; }
          @media screen and (max-width: 768px) {
            .item_content02 .type li:nth-of-type(1) .text_box h3 {
              font-size: 24px;
              letter-spacing: 0;
              text-indent: 0;
              line-height: 30px; } }
      .item_content02 .type li:nth-of-type(1) .img_box {
        position: absolute; }
        @media screen and (max-width: 768px) {
          .item_content02 .type li:nth-of-type(1) .img_box {
            position: static; } }
    .item_content02 .type li:nth-of-type(2) {
      margin-right: 40px; }
      @media screen and (max-width: 768px) {
        .item_content02 .type li:nth-of-type(2) {
          margin: 0; } }
  .item_content02 .type01 {
    margin-bottom: 125px; }
    @media screen and (max-width: 768px) {
      .item_content02 .type01 {
        margin-bottom: 50px; } }
    .item_content02 .type01 li:nth-of-type(1) {
      margin-bottom: -20px; }
      .item_content02 .type01 li:nth-of-type(1) .text_box {
        background-color: #38a1db; }
        .item_content02 .type01 li:nth-of-type(1) .text_box p {
          color: #38a1db; }
      .item_content02 .type01 li:nth-of-type(1) .img_box {
        top: 155px;
        right: 60px; }
        @media screen and (max-width: 768px) {
          .item_content02 .type01 li:nth-of-type(1) .img_box {
            width: 150px;
            margin: -50px auto 0; } }
        .item_content02 .type01 li:nth-of-type(1) .img_box:after {
          content: "";
          width: 70px;
          height: 25px;
          background: url(../img/item_text03.png) no-repeat;
          background-size: 100%;
          position: absolute;
          top: 160px;
          left: -75px; }
          @media screen and (max-width: 768px) {
            .item_content02 .type01 li:nth-of-type(1) .img_box:after {
              width: 50px;
              height: 18px;
              top: 160px;
              left: -55px; } }
  .item_content02 .type02 li:nth-of-type(1) .text_box {
    background-color: #147bd1; }
    .item_content02 .type02 li:nth-of-type(1) .text_box h3 {
      letter-spacing: 0em;
      text-indent: 0em; }
    .item_content02 .type02 li:nth-of-type(1) .text_box p {
      color: #147bd1; }
  .item_content02 .type02 li:nth-of-type(1) .img_box {
    top: 55px;
    right: 75px; }
    @media screen and (max-width: 768px) {
      .item_content02 .type02 li:nth-of-type(1) .img_box {
        width: 56px;
        margin: -130px auto 0;
        padding-left: 20px; } }
    @media screen and (max-width: 320px) {
      .item_content02 .type02 li:nth-of-type(1) .img_box {
        padding-left: 80px; } }
  .item_content02 .type02 li:last-child {
    display: flex;
    align-items: flex-end; }
    .item_content02 .type02 li:last-child p {
      font-size: 35px;
      line-height: 50px;
      text-align: left;
      padding: 44px 0; }
      @media screen and (max-width: 768px) {
        .item_content02 .type02 li:last-child p {
          font-size: 18px;
          line-height: 30px;
          padding: 18px 0; } }
      @media screen and (max-width: 320px) {
        .item_content02 .type02 li:last-child p {
          font-size: 16px;
          line-height: 26px;
          padding: 15px 0; } }
  .item_content02 .more_btn {
    width: 100%;
    padding: 25px 0;
    border-radius: 80px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 769px) {
      .item_content02 .more_btn:hover {
        opacity: 1;
        box-shadow: none;
        -ms-transform: translateY(5px);
        -webkit-transform: translateY(5px);
        transform: translateY(5px); } }
    @media screen and (max-width: 768px) {
      .item_content02 .more_btn {
        padding: 20px 0;
        box-sizing: border-box;
        border-radius: 34px;
        font-size: 18px;
        line-height: 24px; } }
    @media screen and (max-width: 480px) {
      .item_content02 .more_btn {
        font-size: 4.8vw; } }
    .item_content02 .more_btn:after {
      content: "";
      width: 77px;
      height: 77px;
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 105px;
      margin: auto; }
      @media screen and (max-width: 768px) {
        .item_content02 .more_btn:after {
          width: 36px;
          height: 36px;
          right: 20px; } }
    .item_content02 .more_btn span {
      font-family: 'UD新丸ゴ R','UD Shin Maru Go Regular';
      display: block; }
  .item_content02 .btn01 {
    background: url(../img/btn_bg.jpg);
    box-shadow: 0 5px 0 #00163a;
    color: #00163a;
    margin: 120px 0 85px; }
    @media screen and (max-width: 768px) {
      .item_content02 .btn01 {
        margin: 40px 0; } }
    @media screen and (max-width: 480px) {
      .item_content02 .btn01 {
        padding-right: 45px; } }
    .item_content02 .btn01:after {
      background-image: url(../img/arrow02.png); }
  .item_content02 .btn02 {
    padding: 68px 0;
    border-radius: 40px;
    font-size: 48px;
    color: #fff;
    background-color: #f29600;
    box-shadow: 0 5px 0 #b77201;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .item_content02 .btn02 {
        padding: 45px 40px 45px 0;
        font-size: 22px;
        margin-top: 30px; } }
    @media screen and (max-width: 320px) {
      .item_content02 .btn02 {
        font-size: 18px;
        padding-right: 45px; } }
    .item_content02 .btn02 img {
      height: 64px;
      margin: 0 6px; }
      @media screen and (max-width: 768px) {
        .item_content02 .btn02 img {
          height: 30px;
          margin: 0 3px 0 0; } }
    .item_content02 .btn02:after {
      background-image: url(../img/arrow03.png); }
  .item_content02 .shop p {
    font-size: 25px;
    text-align: center;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 768px) {
      .item_content02 .shop p {
        font-size: 18px;
        line-height: 26px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3); } }
  .item_content02 .shop div {
    width: 100%;
    padding: 40px 0 30px;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 35px 0 20px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .item_content02 .shop div {
        padding: 20px 0;
        margin: 20px 0 15px;
        border-radius: 12px; } }
    .item_content02 .shop div p {
      font-size: 52px;
      color: #00479d;
      text-shadow: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      margin-right: 45px; }
      @media screen and (max-width: 768px) {
        .item_content02 .shop div p {
          margin: 0 auto 20px;
          font-size: 24px;
          margin-right: 15px; } }
      .item_content02 .shop div p span:nth-of-type(1) {
        width: 210px;
        margin: 0 10px 10px 0; }
        @media screen and (max-width: 768px) {
          .item_content02 .shop div p span:nth-of-type(1) {
            width: 100px;
            margin: 0 5px 10px 0; } }
      .item_content02 .shop div p span:nth-of-type(3) {
        width: 100%;
        font-size: 100px;
        margin-right: -1em; }
        @media screen and (max-width: 768px) {
          .item_content02 .shop div p span:nth-of-type(3) {
            font-size: 40px; } }
        .item_content02 .shop div p span:nth-of-type(3) object {
          font-size: 28px;
          vertical-align: top; }
          @media screen and (max-width: 768px) {
            .item_content02 .shop div p span:nth-of-type(3) object {
              font-size: 16px;
              vertical-align: text-top; } }
    .item_content02 .shop div img {
      width: 100%; }
  .item_content02 .shop ul {
    width: 880px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .item_content02 .shop ul {
        width: 100%;
        display: block; } }
    @media screen and (max-width: 768px) {
      .item_content02 .shop ul li {
        width: 100%;
        margin-bottom: 25px; }
        .item_content02 .shop ul li:last-child {
          margin: 0; } }
    .item_content02 .shop ul li a {
      width: 400px;
      padding: 28px 0;
      background-color: #fff;
      border-radius: 50px;
      box-shadow: 0 5px 0 #00163a;
      font-size: 24px;
      color: #00163a;
      text-align: center; }
      @media screen and (min-width: 769px) {
        .item_content02 .shop ul li a:hover {
          opacity: 1;
          box-shadow: none;
          -ms-transform: translateY(5px);
          -webkit-transform: translateY(5px);
          transform: translateY(5px); } }
      @media screen and (max-width: 768px) {
        .item_content02 .shop ul li a {
          width: 100%;
          padding: 19px 0;
          border-radius: 24px;
          font-size: 18px; } }

/* footer */
footer {
  padding: 78px 0px;
  background-color: #00163a; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 45px 0px; } }
  footer p {
    font-family: 'UD新丸ゴ R','UD Shin Maru Go Regular';
    font-size: 14px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      footer p {
        font-size: 10px; } }

/* fadeIn */
.fadeIn {
  opacity: 0; }

.fadeIn.active {
  animation: fadeIn01 200ms ease-in 0s alternate forwards;
  -webkit-animation: fadeIn01 200ms ease-in 0s alternate forwards; }

.mv.active .mv_ttl > div:nth-of-type(1) {
  animation: fadeIn01 200ms ease-in 0.5s alternate forwards;
  -webkit-animation: fadeIn01 200ms ease-in 0.5s alternate forwards; }
.mv.active .mv_ttl > div:nth-of-type(2) {
  animation: fadeIn01 200ms ease-in 1s alternate forwards;
  -webkit-animation: fadeIn01 200ms ease-in 1s alternate forwards; }
.mv.active .mv_ttl > div:nth-of-type(3) {
  animation: fadeIn01 200ms ease-in 1.2s alternate forwards;
  -webkit-animation: fadeIn01 200ms ease-in 1.2s alternate forwards; }

@keyframes fadeIn01 {
  0% {
    opacity: 0;
    transform: scale(1.5); }
  90% {
    opacity: 1;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes fadeIn01 {
  0% {
    opacity: 0;
    transform: scale(1.5); }
  90% {
    opacity: 1;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }
/* fadeIn02 */
.mv .text_box > p {
  opacity: 0; }

.mv.active .text_box > p {
  animation: fadeIn02 1.5s forwards 3.4s;
  -webkit-animation: fadeIn02 1.5s forwards 3.4s; }

@-webkit-keyframes fadeIn02 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn02 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* fadeUp */
.fadeUp {
  opacity: 0;
  transform: translateY(50px); }

.fadeUp.active {
  animation: fadeUp 1s forwards;
  -webkit-animation: fadeUp 1s forwards; }

.mv.active .text_box .btn_box {
  transform: translateY(50px);
  animation: fadeUp 1s forwards 4s;
  -webkit-animation: fadeUp 1s forwards 4s; }

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/* slideInLine */
.mv.active .text_box .champagne:after {
  animation: slideInLine 0.6s forwards 2.8s;
  -webkit-animation: slideInLine 0.6s forwards 2.8s; }

.teaching_content h4.active:after {
  animation: slideInLine 0.6s forwards 0.8s;
  -webkit-animation: slideInLine 0.6s forwards 0.8s; }

#social.active .ttl h2:after,
#chemistry.active .ttl h2:after {
  animation: slideInLine 0.6s forwards 0.8s;
  -webkit-animation: slideInLine 0.6s forwards 0.8s; }

@keyframes slideInLine {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes slideInLine {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
/* slideInLeft */
#social .teaching_teacher:after,
#chemistry .text_box:before,
#english .teaching_teacher:after {
  left: -100%; }

#social.active .teaching_teacher:after,
#chemistry.active .text_box:before,
#english.active .teaching_teacher:after {
  animation: slideInLeft 1s forwards;
  -webkit-animation: slideInLeft 1s forwards; }

@-webkit-keyframes slideInLeft {
  0% {
    left: -100%; }
  100% {
    left: 0; } }
@keyframes slideInLeft {
  0% {
    left: -100%; }
  100% {
    left: 0; } }
/* slideInRight */
#social .text_box:before
#chemistry .teaching_teacher:after,
#english .text_box:before {
  right: -100%; }

#social.active .text_box:before,
#chemistry.active .teaching_teacher:after,
#english.active .text_box:before {
  animation: slideInRight 1s forwards;
  -webkit-animation: slideInRight 1s forwards; }

@-webkit-keyframes slideInRight {
  0% {
    right: -100%; }
  100% {
    right: 0; } }
@keyframes slideInRight {
  0% {
    right: -100%; }
  100% {
    right: 0; } }
/* slideInBottom */
.teaching .text_box:after {
  bottom: -200px; }
  @media screen and (max-width: 768px) {
    .teaching .text_box:after {
      bottom: -130px; } }

.teaching.active .text_box:after {
  animation: slideInBottom 1s forwards;
  -webkit-animation: slideInBottom 1s forwards; }

@-webkit-keyframes slideInBottom {
  0% {
    bottom: -200px; }
  100% {
    bottom: 45px; } }
@keyframes slideInBottom {
  0% {
    bottom: -200px; }
  100% {
    bottom: 45px; } }
@media screen and (max-width: 768px) {
  @-webkit-keyframes slideInBottom {
    0% {
      bottom: -130px; }
    100% {
      bottom: 55px; } }
  @keyframes slideInBottom {
    0% {
      bottom: -130px; }
    100% {
      bottom: 55px; } } }
/* flash01 */
.scroll_btn img {
  animation: flash01 1s ease-in-out infinite alternate;
  -webkit-animation: flash01 1s ease-in-out infinite alternate; }

@keyframes flash01 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes flash01 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* flash02 */
.mv.active .mv_ttl .star span:nth-of-type(1) {
  animation: flash02 3s ease-in-out infinite alternate 4.6s;
  -webkit-animation: flash02 3s ease-in-out infinite alternate 4.6s; }
.mv.active .mv_ttl .star span:nth-of-type(2) {
  animation: flash02 2.6s ease-in-out infinite alternate 5.2s;
  -webkit-animation: flash02 2.6s ease-in-out infinite alternate 5.2s; }
.mv.active .mv_ttl .star span:nth-of-type(3) {
  animation: flash02 2.8s ease-in-out infinite alternate 4.8s;
  -webkit-animation: flash02 2.8s ease-in-out infinite alternate 4.8s; }
.mv.active .mv_ttl .star span:nth-of-type(4) {
  animation: flash02 2.4s ease-in-out infinite alternate 5s;
  -webkit-animation: flash02 2.4s ease-in-out infinite alternate 5s; }

@keyframes flash02 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes flash02 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* zoom01 */
.item_content01 .ttl p,
.item_content01 .ttl h2,
.shop p span,
.shop p span:after {
  opacity: 0;
  transform: scale(0.3); }

.item_content01 .ttl.active p:nth-child(1) {
  animation: zoom 0.3s forwards 0.2s;
  -webkit-animation: zoom 0.3s forwards 0.2s; }
.item_content01 .ttl.active p:nth-child(2) {
  animation: zoom 0.3s forwards 1.2s;
  -webkit-animation: zoom 0.3s forwards 1.2s; }
.item_content01 .ttl.active h2 {
  animation: zoom 0.3s forwards 2.2s;
  -webkit-animation: zoom 0.3s forwards 2.2s; }

.shop p.active span:nth-of-type(1) {
  animation: zoom 0.3s forwards 0.2s;
  -webkit-animation: zoom 0.3s forwards 0.2s; }
.shop p.active span:nth-of-type(2) {
  animation: zoom 0.3s forwards 1s;
  -webkit-animation: zoom 0.3s forwards 1s; }
.shop p.active span:nth-of-type(3) {
  animation: zoom 0.3s forwards 1.8s;
  -webkit-animation: zoom 0.3s forwards 1.8s; }

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0); } }
@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0); } }
/* zoom02 */
.column2_bg span {
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: .4s all;
  -webkit-transition: .4s all; }
  .column2_bg span:nth-of-type(1) {
    transition-delay: .2s;
    -webkit-transition-delay: .2s; }
  .column2_bg span:nth-of-type(2) {
    transition-delay: .4s;
    -webkit-transition-delay: .4s; }
  .column2_bg span:nth-of-type(3) {
    transition-delay: .6s;
    -webkit-transition-delay: .6s; }

.item_content01 .column2.active .column2_bg span {
  transform: scale(1);
  -webkit-transform: scale(1); }

/* count */
.count.active .count_item:nth-of-type(1) {
  -webkit-animation: countAnima 2s 0s ease forwards;
  animation: countAnima 2s 0s ease forwards; }
.count.active .count_item:nth-of-type(2) {
  -webkit-animation: countAnima 2s 0.2s ease forwards;
  animation: countAnima 2s 0.2s ease forwards; }
.count.active .count_item:nth-of-type(4) {
  -webkit-animation: countAnima 2s 0.4s ease forwards;
  animation: countAnima 2s 0.4s ease forwards; }

@-webkit-keyframes countAnima {
  0% {
    background-position: 0 top; }
  100% {
    background-position: 0 bottom; } }
@keyframes countAnima {
  0% {
    background-position: 0 top; }
  100% {
    background-position: 0 bottom; } }

/*# sourceMappingURL=style.css.map */
