@charset "UTF-8";
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.h1_box {
  padding: 60px 0px;
  text-align: center; }
  @media only screen and (max-width: 560px) {
    .h1_box {
      padding: 20px 0; } }
  .h1_box h1 {
    color: #119fc2;
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding-bottom: 20px; }
    @media only screen and (max-width: 560px) {
      .h1_box h1 {
        font-size: 18px;
        line-height: 135%;
        padding-bottom: 10px; } }
    .h1_box h1 span {
      color: #666;
      font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
      letter-spacing: 0.05rem;
      display: block;
      font-size: 14px;
      padding-top: 8px; }
      @media only screen and (max-width: 560px) {
        .h1_box h1 span {
          font-size: 12px; } }
    .h1_box h1:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      border-bottom: 1px solid #119fc2;
      width: calc(100% - 40px);
      margin: 0 auto; }

/*--------------------------
main_visual
---------------------------*/
#main_visual img {
  width: 100%;
  display: block; }

/*--------------------------
section01
---------------------------*/
#section01 {
  padding: 0px 0 60px;
  border-bottom: solid 1px #ccc; }
  @media only screen and (max-width: 560px) {
    #section01 {
      margin-top: 0;
      padding: 0 0 20px; } }
  #section01 h2 {
    font-size: 28px;
    text-align: center;
    line-height: 102%;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 40px; }
    @media only screen and (max-width: 560px) {
      #section01 h2 {
        font-size: 18px; } }
    @media only screen and (max-width: 560px) {
      #section01 h2 {
        margin-bottom: 16px; } }
  #section01 h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    line-height: 135%;
    text-align: center;
    margin-bottom: 40px; }
    @media only screen and (max-width: 560px) {
      #section01 h3 {
        font-size: 18px;
        margin-bottom: 16px; } }
  #section01 h4 {
    color: #119fc2;
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 560px) {
      #section01 h4 {
        font-size: 18px;
        line-height: 135%;
        margin-bottom: 16px; } }
  #section01 .lead {
    width: 1170px;
    margin: 0 auto 60px; }
    @media only screen and (max-width: 560px) {
      #section01 .lead {
        width: 100%;
        margin: 0 auto 20px; } }
    #section01 .lead p {
      line-height: 175%; }
  #section01 h5 {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 560px) {
      #section01 h5 {
        font-size: 16px; } }
  #section01 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #section01 .box figure img {
      display: block;
      margin: 0 auto 30px;
      width: 400px; }
      @media only screen and (max-width: 560px) {
        #section01 .box figure img {
          width: 84%;
          margin: 0 auto 16px; } }
    #section01 .box figure figcaption {
      color: #119fc2;
      font-family: 'Noto Serif JP', serif;
      font-size: 22px;
      text-align: center; }
      @media only screen and (max-width: 560px) {
        #section01 .box figure figcaption {
          font-size: 18px;
          line-height: 135%; } }

/*--------------------------
section02
---------------------------*/
#section02 {
  padding: 60px 0;
  border-bottom: solid 1px #ccc; }
  @media only screen and (max-width: 560px) {
    #section02 {
      margin-top: 0;
      padding: 20px 0; } }
  #section02 h2 {
    font-size: 28px;
    text-align: center;
    line-height: 102%;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 40px; }
    @media only screen and (max-width: 560px) {
      #section02 h2 {
        font-size: 18px; } }
    @media only screen and (max-width: 560px) {
      #section02 h2 {
        margin-bottom: 16px; } }
    #section02 h2:before {
      width: 41%; }
      @media only screen and (max-width: 560px) {
        #section02 h2:before {
          width: 32%; } }
    #section02 h2:after {
      width: 41%; }
      @media only screen and (max-width: 560px) {
        #section02 h2:after {
          width: 32%; } }
  #section02 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto; }
    @media only screen and (max-width: 560px) {
      #section02 .flex {
        display: block; } }
    #section02 .flex .box01, #section02 .flex .box02 {
      width: 48.5%; }
      @media only screen and (max-width: 560px) {
        #section02 .flex .box01, #section02 .flex .box02 {
          width: 100%; } }
      #section02 .flex .box01 ul, #section02 .flex .box02 ul {
        display: block;
        margin: 0 auto 40px; }
        @media only screen and (max-width: 560px) {
          #section02 .flex .box01 ul, #section02 .flex .box02 ul {
            width: 100%;
            margin: 0; } }
        #section02 .flex .box01 ul li, #section02 .flex .box02 ul li {
          font-size: 18px;
          line-height: 135%;
          text-indent: -17px;
          padding: 0 20px 0 38px;
          padding-bottom: 18px;
          margin-bottom: 18px;
          border-bottom: dotted 1px #999; }
          @media only screen and (max-width: 560px) {
            #section02 .flex .box01 ul li, #section02 .flex .box02 ul li {
              font-size: 14px;
              line-height: 135%;
              margin-bottom: 8px;
              padding: 8px 10px;
              text-indent: -11px;
              padding-left: 21px; } }
          #section02 .flex .box01 ul li:before, #section02 .flex .box02 ul li:before {
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            text-align: center;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #119fc2;
            content: '\e80a';
            margin-right: 12px; }
            @media only screen and (max-width: 560px) {
              #section02 .flex .box01 ul li:before, #section02 .flex .box02 ul li:before {
                margin-right: 6px; } }
  #section02 .case {
    border: solid 1px #119fc2;
    position: relative;
    padding: 20px;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 560px) {
      #section02 .case {
        width: 100%;
        padding: 0 0 10px; } }
    #section02 .case h6 {
      color: #fff;
      font-size: 18px;
      font-weight: normal;
      text-align: center;
      background: #119fc2;
      padding: 14px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 560px) {
        #section02 .case h6 {
          font-size: 14px;
          padding: 6px;
          margin-bottom: 10px; } }
    #section02 .case .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 560px) {
        #section02 .case .box {
          display: block; } }
      #section02 .case .box .pic {
        width: 120px; }
        @media only screen and (max-width: 560px) {
          #section02 .case .box .pic {
            display: none; } }
      #section02 .case .box .lead {
        padding-left: 20px; }
        @media only screen and (max-width: 560px) {
          #section02 .case .box .lead {
            padding: 0 10px; } }
        #section02 .case .box .lead p {
          line-height: 175%;
          margin-bottom: 8px; }
        #section02 .case .box .lead dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 10px;
          line-height: 135%; }
          @media only screen and (max-width: 560px) {
            #section02 .case .box .lead dl {
              display: block; } }
          #section02 .case .box .lead dl dt {
            width: 200px; }
            @media only screen and (max-width: 560px) {
              #section02 .case .box .lead dl dt {
                width: auto;
                font-weight: bold; } }
          #section02 .case .box .lead dl dd {
            padding-left: 6px;
            width: calc(100% - 200px);
            text-indent: -16px; }
            @media only screen and (max-width: 560px) {
              #section02 .case .box .lead dl dd {
                padding-left: 0px;
                text-indent: 0;
                width: 100%; } }
            #section02 .case .box .lead dl dd:before {
              content: ":";
              margin-right: 10px; }
              @media only screen and (max-width: 560px) {
                #section02 .case .box .lead dl dd:before {
                  content: "";
                  margin-right: 0; } }

/*--------------------------
section03
---------------------------*/
#section03 {
  padding: 60px 0;
  border-bottom: solid 1px #ccc; }
  @media only screen and (max-width: 560px) {
    #section03 {
      margin-top: 0;
      padding: 20px 0; } }
  #section03 h2 {
    font-size: 28px;
    text-align: center;
    line-height: 102%;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 40px; }
    @media only screen and (max-width: 560px) {
      #section03 h2 {
        font-size: 18px; } }
    @media only screen and (max-width: 560px) {
      #section03 h2 {
        margin-bottom: 16px; } }
    #section03 h2:before {
      width: 41%; }
      @media only screen and (max-width: 560px) {
        #section03 h2:before {
          width: 32%; } }
    #section03 h2:after {
      width: 41%; }
      @media only screen and (max-width: 560px) {
        #section03 h2:after {
          width: 32%; } }
  #section03 .box01 {
    width: 920px;
    margin: 0 auto 20px; }
    @media only screen and (max-width: 560px) {
      #section03 .box01 {
        width: 100%; } }
    #section03 .box01 ul {
      display: block;
      margin: 0 auto 40px; }
      @media only screen and (max-width: 560px) {
        #section03 .box01 ul {
          width: 100%;
          margin: 0; } }
      #section03 .box01 ul li {
        font-size: 18px;
        padding: 0 20px;
        padding-bottom: 18px;
        margin-bottom: 18px;
        border-bottom: dotted 1px #999; }
        @media only screen and (max-width: 560px) {
          #section03 .box01 ul li {
            font-size: 14px;
            line-height: 135%;
            margin-bottom: 8px;
            padding: 8px 10px;
            text-indent: -11px;
            padding-left: 21px; } }
        #section03 .box01 ul li:before {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #119fc2;
          content: '\e80a';
          margin-right: 12px; }
          @media only screen and (max-width: 560px) {
            #section03 .box01 ul li:before {
              margin-right: 6px; } }
  #section03 .case {
    border: solid 1px #119fc2;
    position: relative;
    padding: 20px;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 560px) {
      #section03 .case {
        width: 100%;
        padding: 0 0 10px; } }
    #section03 .case h6 {
      color: #fff;
      font-size: 18px;
      font-weight: normal;
      text-align: center;
      background: #119fc2;
      padding: 14px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 560px) {
        #section03 .case h6 {
          font-size: 14px;
          padding: 6px;
          margin-bottom: 10px; } }
    #section03 .case .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 560px) {
        #section03 .case .box {
          display: block; } }
      #section03 .case .box .pic {
        width: 140px; }
        @media only screen and (max-width: 560px) {
          #section03 .case .box .pic {
            display: none; } }
      #section03 .case .box .lead {
        padding-left: 20px; }
        @media only screen and (max-width: 560px) {
          #section03 .case .box .lead {
            padding: 0 10px; } }
        #section03 .case .box .lead p {
          line-height: 175%;
          margin-bottom: 16px; }
          @media only screen and (max-width: 560px) {
            #section03 .case .box .lead p {
              margin-bottom: 8px; } }
        #section03 .case .box .lead dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 10px;
          line-height: 135%; }
          @media only screen and (max-width: 560px) {
            #section03 .case .box .lead dl {
              display: block; } }
          #section03 .case .box .lead dl dt {
            width: 200px; }
            @media only screen and (max-width: 560px) {
              #section03 .case .box .lead dl dt {
                width: auto;
                font-weight: bold; } }
          #section03 .case .box .lead dl dd {
            padding-left: 6px;
            width: calc(100% - 80px);
            text-indent: -16px;
            padding-left: 15px; }
            @media only screen and (max-width: 560px) {
              #section03 .case .box .lead dl dd {
                text-indent: 0px;
                padding-left: 0px;
                width: 100%; } }
            #section03 .case .box .lead dl dd:before {
              content: ":";
              margin-right: 10px; }
              @media only screen and (max-width: 560px) {
                #section03 .case .box .lead dl dd:before {
                  content: "";
                  margin-right: 0; } }

/*--------------------------
section04
---------------------------*/
#section04 {
  padding: 60px 0;
  border-bottom: solid 1px #ccc; }
  @media only screen and (max-width: 560px) {
    #section04 {
      margin-top: 0;
      padding: 20px 0; } }
  #section04 h2 {
    font-size: 28px;
    text-align: center;
    line-height: 102%;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 60px;
    line-height: 135%; }
    @media only screen and (max-width: 560px) {
      #section04 h2 {
        font-size: 18px; } }
    @media only screen and (max-width: 560px) {
      #section04 h2 {
        margin-bottom: 16px; } }
    #section04 h2:before {
      border: none; }
    #section04 h2:after {
      border: none; }
  #section04 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto; }
    @media only screen and (max-width: 560px) {
      #section04 .flex {
        display: block; } }
    #section04 .flex .box01, #section04 .flex .box02 {
      width: 48.5%; }
      @media only screen and (max-width: 560px) {
        #section04 .flex .box01, #section04 .flex .box02 {
          width: 100%; } }
      #section04 .flex .box01 ul, #section04 .flex .box02 ul {
        display: block;
        margin: 0 auto 40px; }
        @media only screen and (max-width: 560px) {
          #section04 .flex .box01 ul, #section04 .flex .box02 ul {
            width: 100%;
            margin: 0; } }
        #section04 .flex .box01 ul li, #section04 .flex .box02 ul li {
          font-size: 18px;
          line-height: 135%;
          text-indent: -17px;
          padding: 0 20px 18px 38px;
          margin-bottom: 18px;
          border-bottom: dotted 1px #999; }
          @media only screen and (max-width: 560px) {
            #section04 .flex .box01 ul li, #section04 .flex .box02 ul li {
              font-size: 14px;
              line-height: 135%;
              margin-bottom: 8px;
              padding: 8px 10px;
              text-indent: -11px;
              padding-left: 21px; } }
          #section04 .flex .box01 ul li:before, #section04 .flex .box02 ul li:before {
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            text-align: center;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #119fc2;
            content: '\e80a';
            margin-right: 12px; }
            @media only screen and (max-width: 560px) {
              #section04 .flex .box01 ul li:before, #section04 .flex .box02 ul li:before {
                margin-right: 6px; } }
  #section04 .case {
    border: solid 1px #119fc2;
    position: relative;
    padding: 20px;
    width: 700px;
    margin: 0 auto; }
    #section04 .case h6 {
      color: #fff;
      font-size: 18px;
      font-weight: normal;
      text-align: center;
      background: #119fc2;
      padding: 14px;
      margin-bottom: 20px; }
    #section04 .case .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #section04 .case .box .pic {
        width: 140px; }
      #section04 .case .box .lead {
        padding-left: 20px; }
        #section04 .case .box .lead p {
          line-height: 175%;
          margin-bottom: 16px; }
        #section04 .case .box .lead dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #section04 .case .box .lead dl dt {
            width: 70px; }
          #section04 .case .box .lead dl dd {
            padding-left: 6px; }

/*--------------------------
Download
---------------------------*/
#download {
  padding: 140px 0 40px;
  margin-top: -80px;
  border-bottom: solid 1px #ccc; }
  #download table {
    border-collapse: collapse;
    margin: 0 auto; }
    #download table th, #download table td {
      font-size: 14px;
      text-align: center;
      border: solid 1px #ccc;
      padding: 6px 10px;
      vertical-align: middle; }
    #download table thead th {
      color: #432505;
      font-weight: 400;
      background: #f0f0f0; }
    #download table tbody td {
      background: #fff; }
      #download table tbody td a {
        color: #fff;
        font-size: 12px;
        display: block;
        background: #119fc2;
        border-radius: 4px;
        padding: 6px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        #download table tbody td a:after {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e806';
          margin-left: 4px; }
        #download table tbody td a:hover {
          background: #00486b; }

/*--------------------------
End_section
---------------------------*/
#end_section {
  padding: 40px 0 0;
  border-bottom: solid 1px #ccc; }
  @media only screen and (max-width: 560px) {
    #end_section {
      padding: 10px 0; } }
  #end_section #main_bnr {
    margin-bottom: 30px; }
    @media only screen and (max-width: 560px) {
      #end_section #main_bnr {
        padding: 10px 5px;
        margin-bottom: 0; }
        #end_section #main_bnr ul {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #end_section #main_bnr ul li {
            padding: 0 5px; } }

/*--------------------------
Animation
---------------------------*/
/* .fade-in {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  will-change: opacity, transform; }
  @media only screen and (max-width: 560px) {
    .fade-in {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  .fade-in.is-show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.fade-in-up01 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  will-change: opacity, transform; }
  @media only screen and (max-width: 560px) {
    .fade-in-up01 {
      -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
      transform: translate(0, 20px); } }
  .fade-in-up01.is-show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.fade-in-up02 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  will-change: opacity, transform; }
  @media only screen and (max-width: 560px) {
    .fade-in-up02 {
      -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
      transform: translate(0, 20px); } }
  .fade-in-up02.is-show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.fade-in-bottom01 {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  will-change: opacity, transform; }
  @media only screen and (max-width: 560px) {
    .fade-in-bottom01 {
      -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
      transform: translate(0, -20px); } }
  .fade-in-bottom01.is-show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.fade-in-bottom02 {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  will-change: opacity, transform; }
  @media only screen and (max-width: 560px) {
    .fade-in-bottom02 {
      -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
      transform: translate(0, -20px); } }
  .fade-in-bottom02.is-show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.fade-in-right01 {
  opacity: 0;
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  will-change: opacity, transform; }
  @media only screen and (max-width: 560px) {
    .fade-in-right01 {
      -webkit-transform: translate(40px, 0);
      -ms-transform: translate(40px, 0);
      transform: translate(40px, 0); } }
  .fade-in-right01.is-show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.fade-in-right02 {
  opacity: 0;
  -webkit-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  transform: translate(200px, 0);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  will-change: opacity, transform; }
  @media only screen and (max-width: 560px) {
    .fade-in-right02 {
      -webkit-transform: translate(20px, 0);
      -ms-transform: translate(20px, 0);
      transform: translate(20px, 0); } }
  .fade-in-right02.is-show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.fade-in-left01 {
  opacity: 0;
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  will-change: opacity, transform; }
  @media only screen and (max-width: 560px) {
    .fade-in-left01 {
      -webkit-transform: translate(-20px, 0);
      -ms-transform: translate(-20px, 0);
      transform: translate(-20px, 0); } }
  .fade-in-left01.is-show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.fade-in-left02 {
  opacity: 0;
  -webkit-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  will-change: opacity, transform; }
  @media only screen and (max-width: 560px) {
    .fade-in-left02 {
      -webkit-transform: translate(-40px, 0);
      -ms-transform: translate(-40px, 0);
      transform: translate(-40px, 0); } }
  .fade-in-left02.is-show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.slide-animation_wrapper {
  overflow: hidden; }

.slide-animation {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: transparent !important;
  padding: 0 !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .slide-animation::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00b2c2;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    top: 0;
    left: 0;
    z-index: 150; }

.slide-animation_inner {
  opacity: 0;
  padding: 0; }

.slide-animation.go:before {
  -webkit-animation-name: obiStart, obiEnd;
  animation-name: obiStart, obiEnd;
  -webkit-animation-duration: .5s, .5s;
  animation-duration: .5s, .5s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-delay: 0s, .5s;
  animation-delay: 0s, .5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.slide-animation.go .slide-animation_inner {
  -webkit-animation-name: obiInner;
  animation-name: obiInner;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slide-animation_1.go:before {
  -webkit-animation-delay: .1s, .7s;
  animation-delay: .1s, .7s; }

.slide-animation_1.go .slide-animation_inner {
  -webkit-animation-delay: .7s;
  animation-delay: .7s; }

.slide-animation_2.go:before {
  -webkit-animation-delay: .2s, .8s;
  animation-delay: .2s, .8s; }

.slide-animation_2.go .slide-animation_inner {
  -webkit-animation-delay: .8s;
  animation-delay: .8s; }

.slide-animation_3.go:before {
  -webkit-animation-delay: .3s, .9s;
  animation-delay: .3s, .9s; }

.slide-animation_3.go .slide-animation_inner {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

.slide-animation_4.go:before {
  -webkit-animation-delay: .4s, 1s;
  animation-delay: .4s, 1s; }

.slide-animation_4.go .slide-animation_inner {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.slide-animation_5.go:before {
  -webkit-animation-delay: .5s, 1.1s;
  animation-delay: .5s, 1.1s; }

.slide-animation_5.go .slide-animation_inner {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.slide-animation_6.go:before {
  -webkit-animation-delay: .6s, 1.2s;
  animation-delay: .6s, 1.2s; }

.slide-animation_6.go .slide-animation_inner {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

@-webkit-keyframes obiInner {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes obiInner {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes obiStart {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes obiStart {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes obiEnd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%); } }

@keyframes obiEnd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%); } } */
