@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: 100px 0 80px;
  margin-top: -100px;
  border-bottom: solid #ccc 1px; }
  @media only screen and (max-width: 560px) {
    #section01 {
      padding: 40px 0 20px;
      margin-top: -40px; } }
  #section01 .container {
    width: 900px; }
    @media only screen and (max-width: 560px) {
      #section01 .container {
        width: 100%; } }
  #section01 .lead {
    margin-bottom: 40px; }
    @media only screen and (max-width: 560px) {
      #section01 .lead {
        margin-bottom: 10px; } }
    #section01 .lead p {
      font-size: 15px;
      line-height: 175%; }
      @media only screen and (max-width: 560px) {
        #section01 .lead p {
          font-size: 14px; } }
  #section01 form input[type="text"] {
    color: #333;
    font-size: 15px;
    border: solid 1px #ccc;
    padding: 7px;
    width: 100%; }
    @media only screen and (max-width: 560px) {
      #section01 form input[type="text"] {
        font-size: 14px;
        padding: 4px; } }
    #section01 form input[type="text"].name {
      width: 200px;
      margin-right: 6px; }
      @media only screen and (max-width: 560px) {
        #section01 form input[type="text"].name {
          width: 100%; } }
    #section01 form input[type="text"].texl_input {
      width: 300px;
      margin: 0 6px; }
      @media only screen and (max-width: 560px) {
        #section01 form input[type="text"].texl_input {
          width: 100%; } }
    #section01 form input[type="text"].contact_tex {
      width: 300px;
      margin: 8px 0 0; }
      @media only screen and (max-width: 560px) {
        #section01 form input[type="text"].contact_tex {
          width: 100%; } }
  #section01 form input[type="email"] {
    color: #333;
    font-size: 15px;
    border: solid 1px #ccc;
    padding: 7px;
    width: 100%; }
    @media only screen and (max-width: 560px) {
      #section01 form input[type="email"] {
        font-size: 14px;
        padding: 4px; } }
  #section01 form .select_wrap {
    max-width: 100%;
    display: inline-block;
    position: relative; }
    @media only screen and (max-width: 560px) {
      #section01 form .select_wrap {
        display: block; } }
    #section01 form .select_wrap::before {
      font-family: "fontello";
      line-height: 39px;
      position: absolute;
      z-index: 1;
      right: 10px;
      top: 0;
      content: "\e800";
      pointer-events: none; }
  #section01 form select {
    color: #333;
    border: solid 1px #ccc;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 37px;
    vertical-align: middle;
    height: 39px;
    margin: 0;
    padding: 0 30px 0 18px;
    background: #fff;
    outline: none;
    cursor: pointer;
    text-indent: 0.01px;
    -o-text-overflow: "";
    text-overflow: ""; }
    @media only screen and (max-width: 560px) {
      #section01 form select {
        padding: 0 12px 0 4px;
        width: 100%; } }
  #section01 form textarea {
    color: #333;
    font-family: 'Noto Sans JP','メイリオ', 'Meiryo', sans-serif;
    width: 100%;
    height: 280px;
    font-size: 15px;
    border: solid 1px #ccc;
    padding: 7px;
    line-height: 150%; }
    @media only screen and (max-width: 560px) {
      #section01 form textarea {
        font-size: 14px;
        padding: 4px;
        height: 200px; } }
  #section01 form .led_font {
    color: #cc0000; }
  #section01 form .alert {
    color: #cc0000;
    font-weight: 600;
    text-align: center;
    margin-top: 12px;
    padding: 14px;
    background: #efd3d2;
    border-radius: 6px; }
  #section01 form .form_input01 {
    padding-top: 12px; }
    #section01 form .form_input01 dl {
      display: table;
      width: 100%; }
      @media only screen and (max-width: 560px) {
        #section01 form .form_input01 dl {
          display: block;
          width: 100%; } }
      #section01 form .form_input01 dl dt {
        color: #432505;
        font-size: 15px;
        line-height: 135%;
        background-color: #f0f0f0;
        width: 30%;
        display: table-cell;
        padding: 12px;
        border-right: solid 5px #fff;
        border-bottom: solid 5px #fff;
        vertical-align: top; }
        @media only screen and (max-width: 560px) {
          #section01 form .form_input01 dl dt {
            font-size: 14px;
            width: 100%;
            display: block;
            padding: 4px;
            border: none; } }
        #section01 form .form_input01 dl dt .small_font {
          color: #666;
          font-size: 14px; }
          @media only screen and (max-width: 560px) {
            #section01 form .form_input01 dl dt .small_font {
              font-size: 12px; } }
      #section01 form .form_input01 dl dd {
        font-size: 15px;
        background-color: #f9f9f9;
        width: 70%;
        line-height: 135%;
        display: table-cell;
        padding: 12px;
        border-bottom: solid 5px #fff;
        vertical-align: top; }
        @media only screen and (max-width: 560px) {
          #section01 form .form_input01 dl dd {
            font-size: 14px;
            width: 100%;
            display: block;
            padding: 8px 4px;
            border: none; } }
        #section01 form .form_input01 dl dd .small_font {
          color: #666;
          padding-top: 5px;
          font-size: 14px; }
          @media only screen and (max-width: 560px) {
            #section01 form .form_input01 dl dd .small_font {
              padding-top: 3px;
              font-size: 12px; } }
        #section01 form .form_input01 dl dd .mb_box {
          margin-bottom: 14px; }
          @media only screen and (max-width: 560px) {
            #section01 form .form_input01 dl dd .mb_box {
              margin-bottom: 10px; } }
        #section01 form .form_input01 dl dd .ttl {
          padding-bottom: 5px; }
          @media only screen and (max-width: 560px) {
            #section01 form .form_input01 dl dd .ttl {
              font-size: 12px;
              padding-bottom: 3px; } }
        #section01 form .form_input01 dl dd .label01 {
          margin-right: 6px; }
        #section01 form .form_input01 dl dd .label02 {
          margin: 0 6px 0 16px; }
          @media only screen and (max-width: 560px) {
            #section01 form .form_input01 dl dd .label02 {
              margin: 6px 0 0; } }
    #section01 form .form_input01 .error {
      padding: 10px;
      background: #efd3d2;
      border-radius: 6px; }
      #section01 form .form_input01 .error p {
        color: #cc0000;
        font-size: 14px;
        margin-top: 6px; }
    #section01 form .form_input01 .privacy {
      text-align: center;
      padding: 20px; }
      #section01 form .form_input01 .privacy .lead {
        margin-bottom: 20px; }
        @media only screen and (max-width: 560px) {
          #section01 form .form_input01 .privacy .lead {
            line-height: 135%; } }
      #section01 form .form_input01 .privacy input[type=checkbox] {
        display: none; }
      #section01 form .form_input01 .privacy .checkbox03 {
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        border: solid 1px #119fc2;
        border-radius: 6px;
        position: relative;
        margin: 0px auto;
        padding: 18px 0px;
        width: 550px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
        @media only screen and (max-width: 560px) {
          #section01 form .form_input01 .privacy .checkbox03 {
            font-size: 12px;
            line-height: 135%;
            padding: 18px 0px 18px 32px;
            width: 100%;
            margin: 20px auto 0px; } }
        #section01 form .form_input01 .privacy .checkbox03:hover {
          color: #fff;
          background: #119fc2;
          border: solid 1px #119fc2; }
        #section01 form .form_input01 .privacy .checkbox03:before {
          background: #fff;
          border: 1px solid #ccc;
          border-radius: 3px;
          content: '';
          display: block;
          height: 16px;
          width: 16px;
          left: 48px;
          margin-top: -8px;
          position: absolute;
          top: 50%; }
          @media only screen and (max-width: 560px) {
            #section01 form .form_input01 .privacy .checkbox03:before {
              left: 10px; } }
        #section01 form .form_input01 .privacy .checkbox03:after {
          border-right: 5px solid #cc0000;
          border-bottom: 5px solid #cc0000;
          content: '';
          display: block;
          height: 20px;
          left: 54px;
          margin-top: -14px;
          opacity: 0;
          position: absolute;
          top: 50%;
          -webkit-transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
          transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
          -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
          transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
          -o-transition: transform .2s ease-in-out, opacity .2s ease-in-out;
          transition: transform .2s ease-in-out, opacity .2s ease-in-out;
          transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
          width: 9px; }
          @media only screen and (max-width: 560px) {
            #section01 form .form_input01 .privacy .checkbox03:after {
              left: 18px; } }
      #section01 form .form_input01 .privacy input[type=checkbox]:checked + .checkbox03::before {
        border-color: #666; }
      #section01 form .form_input01 .privacy input[type=checkbox]:checked + .checkbox03::after {
        opacity: 1;
        -webkit-transform: rotate(45deg) scale3d(1, 1, 1);
        transform: rotate(45deg) scale3d(1, 1, 1); }
    #section01 form .form_input01 .info_box {
      text-align: center; }
      #section01 form .form_input01 .info_box p {
        line-height: 135%;
        margin-bottom: 20px; }
        @media only screen and (max-width: 560px) {
          #section01 form .form_input01 .info_box p {
            margin-bottom: 10px; } }
    #section01 form .form_input01 .conf_bt {
      color: #fff;
      text-align: center;
      width: 316px;
      display: block;
      padding: 18px;
      margin: 40px auto 0px;
      background: #119fc2;
      border-radius: 6px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      @media only screen and (max-width: 560px) {
        #section01 form .form_input01 .conf_bt {
          width: 90%;
          margin: 16px auto 0px; } }
      #section01 form .form_input01 .conf_bt:hover {
        background: #119fc2; }
      #section01 form .form_input01 .conf_bt:after {
        color: #fff;
        font-family: "fontello";
        position: relative;
        content: '\e808';
        margin-left: 20px; }
  #section01 .conf ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 560px) {
      #section01 .conf ul {
        display: block; } }
    #section01 .conf ul li a {
      color: #fff;
      text-align: center;
      width: 316px;
      background: #119fc2;
      display: block;
      padding: 18px;
      margin: 40px 0 80px;
      border-radius: 6px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      #section01 .conf ul li a:after {
        color: #fff;
        font-family: "fontello";
        position: relative;
        content: '\e808';
        margin-left: 20px; }
      @media only screen and (max-width: 560px) {
        #section01 .conf ul li a {
          width: 90%;
          margin: 0px auto 6px; } }
    #section01 .conf ul li:first-child {
      margin-right: 12px; }
      #section01 .conf ul li:first-child a {
        width: 200px;
        background: #666; }
        #section01 .conf ul li:first-child a:before {
          color: #fff;
          font-family: "fontello";
          position: relative;
          content: '\e807';
          margin-right: 20px; }
        #section01 .conf ul li:first-child a:after {
          content: ''; }

/*--------------------------
side bar
---------------------------*/
#side_bar {
  margin-top: 20px;
  position: relative; }
  #side_bar .side_bar_contact {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 1; }
    @media only screen and (max-width: 560px) {
      #side_bar .side_bar_contact {
        position: static; } }
    #side_bar .side_bar_contact h3 {
      color: #fff;
      font-size: 16px;
      background: #119fc2;
      text-align: center;
      padding: 8px; }
    #side_bar .side_bar_contact .box {
      background: #fff;
      padding: 14px; }
      #side_bar .side_bar_contact .box img {
        display: block;
        margin-bottom: 14px; }
      #side_bar .side_bar_contact .box .company_name {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px; }
      #side_bar .side_bar_contact .box .phone_number {
        margin-bottom: 14px; }
      #side_bar .side_bar_contact .box .tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 14px; }
        #side_bar .side_bar_contact .box .tel dt {
          font-size: 14px;
          -ms-flex-item-align: end;
          align-self: flex-end; }
          #side_bar .side_bar_contact .box .tel dt span {
            margin-right: 6px; }
        #side_bar .side_bar_contact .box .tel dd {
          color: #119fc2;
          font-size: 24px;
          font-weight: 800;
          letter-spacing: -0.5px; }
      #side_bar .side_bar_contact .box .address {
        font-size: 14px; }
        #side_bar .side_bar_contact .box .address dt {
          margin-bottom: 4px; }
        #side_bar .side_bar_contact .box .address dd {
          line-height: 135%; }

/*--------------------------
footer
---------------------------*/
#footer .copyright {
  margin-bottom: 0px; }
  @media only screen and (max-width: 560px) {
    #footer .copyright {
      font-size: 8px;
      padding: 6px; } }

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

  @media only screen and (max-width: 560px) {
    #phone {
      display: block; } } */
