@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;
        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: 0 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: 30px;
    line-height: 135%; }
    @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 .lead {
    font-size: 18px;
    line-height: 175%;
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 560px) {
      #section01 .lead {
        font-size: 14px;
        text-align: left;
        margin-bottom: 20px; } }
  #section01 .box {
    display: table;
    width: 100%; }
    @media only screen and (max-width: 560px) {
      #section01 .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0px; } }
    #section01 .box .box01 {
      display: table-cell;
      width: 50%;
      vertical-align: top; }
      @media only screen and (max-width: 560px) {
        #section01 .box .box01 {
          display: block;
          width: 100%; } }
      #section01 .box .box01 h3 {
        color: #000;
        font-family: 'Noto Serif JP', serif;
        font-size: 28px;
        line-height: 140%;
        margin-bottom: 20px; }
        @media only screen and (max-width: 560px) {
          #section01 .box .box01 h3 {
            font-size: 20px;
            text-align: center;
            margin-bottom: 10px; } }
      #section01 .box .box01 p {
        line-height: 175%;
        margin-bottom: 20px; }
        @media only screen and (max-width: 560px) {
          #section01 .box .box01 p {
            margin-bottom: 10px; } }
      #section01 .box .box01 ul li {
        text-indent: -30px;
        padding-left: 30px;
        line-height: 175%;
        margin-bottom: 16px;
        padding-bottom: 10px;
        border-bottom: dotted 1px #999; }
        @media only screen and (max-width: 560px) {
          #section01 .box .box01 ul li {
            text-indent: -24px;
            padding-left: 24px; } }
    #section01 .box .box02 {
      width: 50%;
      display: table-cell;
      padding-left: 40px; }
      @media only screen and (max-width: 560px) {
        #section01 .box .box02 {
          width: 100%;
          display: block;
          padding: 0; } }
      #section01 .box .box02 img {
        width: 100%;
        margin-bottom: 8px; }
        @media only screen and (max-width: 560px) {
          #section01 .box .box02 img {
            margin-bottom: 4px; } }
      #section01 .box .box02 p {
        text-align: right;
        font-size: 14px;
        margin: 0; }
        @media only screen and (max-width: 560px) {
          #section01 .box .box02 p {
            margin-bottom: 0; } }
        #section01 .box .box02 p span {
          color: #cc0000; }

/*--------------------------
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: 60px;
    line-height: 135%; }
    @media only screen and (max-width: 560px) {
      #section02 h2 {
        font-size: 18px; } }
    @media only screen and (max-width: 560px) {
      #section02 h2 {
        margin-bottom: 20px; } }
    #section02 h2:before {
      width: 37%; }
      @media only screen and (max-width: 560px) {
        #section02 h2:before {
          width: 14%; } }
    #section02 h2:after {
      width: 37%; }
      @media only screen and (max-width: 560px) {
        #section02 h2:after {
          width: 14%; } }
  #section02 .box03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 560px) {
      #section02 .box03 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px; } }
    #section02 .box03 .box04 {
      width: calc(100% / 4);
      padding: 0 14px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 560px) {
        #section02 .box03 .box04 {
          width: calc(100% / 2);
          padding: 0 5px;
          margin-bottom: 10px; } }
      #section02 .box03 .box04 a {
        color: #333;
        display: block;
        position: relative;
        width: 257px;
        height: 242px; }
        @media only screen and (max-width: 560px) {
          #section02 .box03 .box04 a {
            width: 100%;
            height: auto; } }
        #section02 .box03 .box04 a figure {
          display: block;
          position: relative; }
          #section02 .box03 .box04 a figure:before {
            content: "";
            background: #119fc2;
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
          #section02 .box03 .box04 a figure .zoom {
            position: relative;
            overflow: hidden;
            width: 257px;
            height: 242px; }
            @media only screen and (max-width: 560px) {
              #section02 .box03 .box04 a figure .zoom {
                width: 100%;
                height: auto; } }
            #section02 .box03 .box04 a figure .zoom img {
              position: absolute;
              width: 100%;
              border: solid 1px #f7f7f7;
              z-index: 20;
              -moz-transition: -moz-transform 0.3s linear;
              -webkit-transition: -webkit-transform 0.3s linear;
              -o-transition: -o-transform 0.3s linear;
              -ms-transition: -ms-transform 0.3s linear;
              transition: -webkit-transform 0.3s linear;
              -o-transition: transform 0.3s linear;
              transition: transform 0.3s linear;
              transition: transform 0.3s linear, -webkit-transform 0.3s linear; }
              @media only screen and (max-width: 560px) {
                #section02 .box03 .box04 a figure .zoom img {
                  position: static; } }
          #section02 .box03 .box04 a figure figcaption {
            position: absolute;
            bottom: 0;
            width: 100%;
            z-index: 30;
            display: block;
            text-align: center;
            padding: 12px 0;
            background-color: rgba(0, 100, 148, 0.7);
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
            @media only screen and (max-width: 560px) {
              #section02 .box03 .box04 a figure figcaption {
                line-height: 135%;
                padding: 6px 0; } }
            #section02 .box03 .box04 a figure figcaption h4 {
              color: #fff;
              line-height: 135%; }
              @media only screen and (max-width: 560px) {
                #section02 .box03 .box04 a figure figcaption h4 {
                  font-size: 14px; } }
              #section02 .box03 .box04 a figure figcaption h4: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: '\e808';
                margin-left: 12px; }
        #section02 .box03 .box04 a:hover figure:before {
          opacity: 1;
          -webkit-transform: rotate(-4deg);
          -ms-transform: rotate(-4deg);
          transform: rotate(-4deg); }
        #section02 .box03 .box04 a:hover figure .zoom img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        #section02 .box03 .box04 a:hover figure figcaption {
          background-color: rgba(0, 100, 148, 0.7); }
          #section02 .box03 .box04 a:hover figure figcaption h3 {
            color: #119fc2; }
  #section02 .business_contact {
    font-size: 20px;
    text-align: center;
    display: block;
    padding: 18px 0;
    width: 400px;
    margin: 0 auto;
    border: solid 1px #119fc2;
    border-radius: 4px;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media only screen and (max-width: 560px) {
      #section02 .business_contact {
        font-size: 14px;
        width: 100%;
        padding: 14px 0; } }
    #section02 .business_contact:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      background: #119fc2;
      border-radius: 4px; }
    #section02 .business_contact: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: '\e808';
      position: absolute;
      top: calc(50% + 0px);
      right: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #section02 .business_contact:hover {
      color: #fff;
      background: #119fc2; }
      #section02 .business_contact:hover:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }

/* ------------------------------
Modal(共通)
------------------------------ */
.ingle {
  display: none; }

.remodal-close {
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 14px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  .remodal-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .remodal-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .remodal-close:before, .remodal-close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

.tingle-modal-box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  max-width: 1000px;
  border-radius: 4px;
  background: url(/landing/asset/image/common_bg01.png) repeat;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity; }
  @media only screen and (max-width: 560px) {
    .tingle-modal-box {
      width: 94%;
      max-width: 748px; } }
  .tingle-modal-box.remodal-is-opening, .tingle-modal-box.remodal-is-closing {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .tingle-modal-box.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes; }
  .tingle-modal-box.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes; }

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none; }
  @media only screen and (max-width: 560px) {
    .tingle-modal {
      background: rgba(0, 0, 0, 0.7); } }

.tingle-modal--noOverlayClose {
  cursor: default; }

.tingle-modal--noClose .tingle-modal__close {
  display: none; }

.tingle-modal__close {
  position: fixed;
  top: 4px;
  right: 2rem;
  z-index: 1000;
  padding: 0;
  width: 50px;
  height: 40px;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer; }
  @media only screen and (max-width: 560px) {
    .tingle-modal__close {
      top: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 40px; } }

.tingle-modal__closeLabel {
  display: none; }

.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden; }

.tingle-enabled .tingle-content-wrapper {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px); }

.tingle-modal--visible {
  visibility: visible;
  opacity: 1; }

.tingle-modal--visible .tingle-modal-box {
  -webkit-animation: scale 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  animation: scale 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards; }

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh; }

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

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

.modal_container {
  width: 1140px;
  margin: 0 auto;
  background: #fff;
  padding: 40px; }
  @media only screen and (max-width: 560px) {
    .modal_container {
      width: 100%;
      padding: 10px; } }
  .modal_container 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) {
      .modal_container h2 {
        font-size: 18px; } }
    @media only screen and (max-width: 560px) {
      .modal_container h2 {
        line-height: 135%;
        margin-bottom: 10px; } }
    .modal_container h2:before {
      width: 20%; }
      @media only screen and (max-width: 560px) {
        .modal_container h2:before {
          width: 0; } }
    .modal_container h2:after {
      width: 20%; }
      @media only screen and (max-width: 560px) {
        .modal_container h2:after {
          width: 0; } }
  .modal_container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media only screen and (max-width: 560px) {
      .modal_container .box {
        margin-bottom: 14px; } }
    .modal_container .box .before figcaption {
      color: #fff;
      text-align: center;
      padding: 6px;
      background: #000; }
    .modal_container .box .after figcaption {
      color: #fff;
      text-align: center;
      padding: 6px;
      background: #119fc2; }
  .modal_container .box01 {
    width: 700px;
    margin: 0 auto; }
    @media only screen and (max-width: 560px) {
      .modal_container .box01 {
        width: 100%; } }
    .modal_container .box01 h3 {
      color: #119fc2;
      font-family: 'Noto Serif JP', serif;
      font-size: 22px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 560px) {
        .modal_container .box01 h3 {
          font-size: 18px;
          margin-bottom: 16px; } }
    .modal_container .box01 dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: solid 1px #ccc;
      padding-bottom: 12px;
      margin-bottom: 12px; }
      @media only screen and (max-width: 560px) {
        .modal_container .box01 dl {
          display: block;
          padding-bottom: 6px;
          margin-bottom: 6px; } }
      .modal_container .box01 dl dt {
        color: #119fc2;
        line-height: 135%;
        text-align: center;
        border: solid 1px #119fc2;
        padding: 6px 12px;
        width: 172px; }
        @media only screen and (max-width: 560px) {
          .modal_container .box01 dl dt {
            padding: 4px 6px;
            width: 100%; } }
      .modal_container .box01 dl dd {
        line-height: 135%;
        padding: 7px 30px;
        width: calc(100% - 172px); }
        @media only screen and (max-width: 560px) {
          .modal_container .box01 dl dd {
            padding: 6px 0;
            line-height: 135%; } }

/*--------------------------
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%); } } */
