@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: top;
  background: transparent;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*ulのマーカー（行頭記号）を表示しないようにしています*/
ul {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  text-decoration: underline;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  position: relative;
  display: block;
  height: 0px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

input[type=radio] {
  vertical-align: -0.1em;
}

.wrap {
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .wrap {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html {
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
}

html.wf-active {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 1;
}

a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  color: #000;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #1a1a1a;
}

a[href^="tel:"] {
  cursor: default !important;
  pointer-events: none;
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  min-width: 1240px;
}
body.-fixed {
  position: fixed;
  left: 0;
  right: 0;
}

.wrap {
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 48;
}

/* fallback */
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 200;
  src: url(/css/icon.woff2) format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

@media print {
  body, .wrap {
    zoom: 0.88;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 15px !important;
    min-width: 100%;
    overflow: hidden;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
  }
  input[type=button], input[type=submit] {
    -webkit-appearance: none;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}
.header-block {
  padding: 30px;
}
.header-block .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1240px;
  width: 100%;
}
.header-block .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-block .logo-box .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 43px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  width: 460px;
}
.header-block .logo-box .logo a br {
  display: none;
}
.header-block .logo-box .logo a img {
  vertical-align: top;
  width: 58px;
  margin-right: 10px;
}
.header-block .logo-box .item {
  margin-left: 10px;
}
.header-block .logo-box .item img {
  vertical-align: top;
}

.header-ham {
  display: none;
}

.ham-block {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  padding-bottom: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 99999;
}
.ham-block.-active {
  display: block;
  opacity: 1;
  pointer-events: all;
  height: 100vh;
  z-index: 10001;
  overflow-y: scroll;
}
.ham-block .ham-head {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  height: 70px;
  padding: 10px;
  border-bottom: 3px solid #23ab39;
}
.ham-block .ham-head .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ham-block .ham-head .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 200px;
  height: 48px;
}
.ham-block .ham-head .logo a img {
  vertical-align: top;
  width: 48px;
}
.ham-block .ham-inner {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 10px 100px 10px;
  position: relative;
  z-index: 9999;
  min-height: calc(100vh - 70px);
  overflow-y: auto !important;
}
.ham-block .ham-menu {
  width: 100%;
  margin: 0 auto 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
  margin-bottom: 30px;
}
.ham-block .ham-menu li {
  width: 100%;
}
.ham-block .ham-menu li .ham-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto 10px;
}
.ham-block .ham-menu li .ham-list li {
  width: calc(50% - 5px);
}
.ham-block .ham-menu li .ham-list li:not(:nth-last-child(-n+2)) {
  margin-bottom: 10px;
}
.ham-block .ham-menu li .ham-list li:nth-child(2) a {
  background: #0279c5;
}
.ham-block .ham-menu li .ham-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  position: relative;
  background: #23ab39;
}
.ham-block .ham-menu li .ham-list li a:hover {
  opacity: 0.9;
}
.ham-block .ham-menu li .ham-list li a:before {
  position: absolute;
  top: auto;
  right: 3px;
  bottom: auto;
  left: auto;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: 16px;
  font-weight: 400;
}
.ham-block .ham-menu li .ham-list01 {
  width: 100%;
  margin: 0 auto 15px auto;
}
.ham-block .ham-menu li .ham-list01 li {
  border-bottom: 1px solid #ddd;
}
.ham-block .ham-menu li .ham-list01 li a {
  display: block;
  line-height: 1;
  font-size: 15px;
  padding: 20px 35px 25px 20px;
  position: relative;
}
.ham-block .ham-menu li .ham-list01 li a:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #eee;
  background: #f0faff;
  color: #23ab39;
}
.ham-block .ham-menu li .ham-list01 li a:before {
  position: absolute;
  top: 50%;
  right: 5px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #23ab39;
  font-size: 30px;
}
.ham-block .ham-menu li .ham-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 0 auto 20px;
}
.ham-block .ham-menu li .ham-list02 li {
  width: calc(50% - 5px);
}
.ham-block .ham-menu li .ham-list02 li:nth-child(n+3) {
  margin-top: 10px;
}
.ham-block .ham-menu li .ham-list02 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 5px;
  background: #ddd;
}
.ham-block .ham-menu li .ham-list02 li a:hover {
  opacity: 0.9;
}
.ham-block .ham-menu li .ham-list03 {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ham-block .ham-menu li .ham-list03 li {
  width: 49%;
  border-bottom: 1px solid #ddd;
}
.ham-block .ham-menu li .ham-list03 li a {
  display: block;
  font-size: 12px;
  padding: 10px 0px 10px 0px;
  text-align: center;
}
.ham-block .ham-menu li .ham-list03 li a:hover {
  color: #23ab39;
}

@media screen and (max-width: 480px) {
  .header-block {
    padding: 10px;
    height: 70px;
    width: 100%;
    z-index: 100000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-block .header-inner {
    min-width: 100%;
  }
  .header-block .logo-box .logo a {
    height: auto;
    font-size: 16px;
    width: 250px;
    line-height: 1.2;
  }
  .header-block .logo-box .logo a br {
    display: block;
  }
  .header-block .logo-box .logo a img {
    width: 45px;
    margin-right: 5px;
  }
  .header-block .logo-box .item {
    margin-left: 5px;
    width: 45px;
  }
  .header-block .logo-box .item img {
    width: 100%;
    height: auto;
  }
  .header-block .header-ham {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: none;
  }
  .header-block .header-ham:hover {
    opacity: 0.8;
  }
  .header-block .header-ham:after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 10px;
    left: 0;
    content: "MENU";
    margin: auto;
    font-size: 12px;
    text-align: center;
    color: #23ab39;
    line-height: 1;
  }
  .header-block .header-ham.navOpen:after {
    content: "CLOSE";
  }
  .header-block .header-ham.navOpen .ham-btn .line {
    background: none;
  }
  .header-block .header-ham.navOpen .ham-btn .line:before {
    -webkit-transform: translateY(-2px) translateX(0) rotate(-225deg);
            transform: translateY(-2px) translateX(0) rotate(-225deg);
  }
  .header-block .header-ham.navOpen .ham-btn .line:after {
    -webkit-transform: translateY(-2px) translateX(0) rotate(225deg);
            transform: translateY(-2px) translateX(0) rotate(225deg);
  }
  .header-block .header-ham .ham-btn {
    position: relative;
    z-index: 100000 !important;
    padding-bottom: 12px;
  }
  .header-block .header-ham .ham-btn .line {
    display: block;
    background: #23ab39;
    border-radius: 2px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 3px;
    width: 25px;
  }
  .header-block .header-ham .ham-btn .line:before, .header-block .header-ham .ham-btn .line:after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    background: #23ab39;
    border-radius: 3px;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-block .header-ham .ham-btn .line:before {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .header-block .header-ham .ham-btn .line:after {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .header-block.-hidden .logo {
    display: none;
  }
  .header-block.-hidden .item {
    display: none;
  }
  .ham-block {
    display: block;
  }
  .ham-block .ham-head .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ham-block .ham-head .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    width: 250px;
    line-height: 1.2;
    font-weight: 700;
  }
  .ham-block .ham-head .logo a img {
    vertical-align: top;
    width: 45px;
    margin-right: 5px;
  }
  .header-block .header-ham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-inner {
  position: relative;
}

.nav-block {
  width: calc(100% - 550px);
}
.nav-block .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.nav-block .nav-list li {
  margin-right: 40px;
}
.nav-block .nav-list li a {
  line-height: 1;
  font-weight: 500;
}
.nav-block .nav-list li.recruit {
  margin-right: 20px;
}
.nav-block .nav-list li.recruit a {
  color: #fff;
  text-align: center;
  background: #0279c5;
  padding: 12px 30px;
}
.nav-block .nav-list li.recruit a:hover {
  opacity: 0.8;
}
.nav-block .nav-list li.inquiry {
  margin-right: 0;
}
.nav-block .nav-list li.inquiry a {
  color: #fff;
  text-align: center;
  background: #23ab39;
  padding: 12px 30px;
}
.nav-block .nav-list li.inquiry a:hover {
  opacity: 0.8;
}
.nav-block .nav-list li:not([class]) a:hover {
  color: #23ab39;
}

@media screen and (max-width: 480px) {
  .nav-block {
    display: none;
  }
}
.footer-block {
  margin-top: 210px;
  position: relative;
  background: #f4f4f4;
}
.footer-block .footer-inner {
  padding: 0px 10px 60px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
}
.footer-block .footer-inquiry {
  width: 80%;
  margin: -140px auto 50px;
}
.footer-block .footer-inquiry .title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.footer-block .footer-inquiry ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  border-radius: 10px;
  background: #e0e0e0;
}
.footer-block .footer-inquiry ul li {
  width: calc((100% - 30px) / 2);
}
.footer-block .footer-inquiry ul li a {
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding: 35px 0;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  line-height: 1;
}
.footer-block .footer-inquiry ul li a span {
  padding-left: 50px;
  position: relative;
}
.footer-block .footer-inquiry ul li a span::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.footer-block .footer-inquiry ul li a:hover {
  color: #23ab39;
}
.footer-block .footer-inquiry ul li:nth-child(1) span::after {
  background: url(../img/common/icon/tel.svg) no-repeat;
  width: 28px;
  height: 28px;
}
.footer-block .footer-inquiry ul li:nth-child(2) span::after {
  background: url(../img/common/icon/mail.svg) no-repeat;
  width: 35px;
  height: 27px;
}
.footer-block .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-block .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-block .footer-logo .logo a {
  display: block;
}
.footer-block .footer-logo .logo a img {
  vertical-align: top;
}
.footer-block .footer-logo .addr {
  margin-left: 10px;
}
.footer-block .footer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-block .footer-link ul li:last-child {
  margin-left: 30px;
}
.footer-block .footer-link ul li a {
  line-height: 1;
}
.footer-block .footer-link ul li a:hover {
  text-decoration: underline;
}
.footer-block .footer-link .youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.footer-block .footer-link .youtube a {
  width: 95px;
  height: 20px;
  display: block;
}
.footer-block .footer-link .youtube a:hover {
  opacity: 0.8;
}
.footer-block .footer-link .youtube img {
  vertical-align: top;
  height: auto;
}

.copy {
  background: #fff;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  z-index: 1;
}

#page-top {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: fixed;
  z-index: 1001;
}
#page-top a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#page-top .backtotop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #23ab39;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
}
#page-top .backtotop:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "stat_1";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #fff;
  font-size: 48px;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .footer-block {
    margin-top: 180px;
  }
  .footer-block .footer-inner {
    padding: 0px 0px 30px;
    min-width: 96%;
    max-width: 96%;
  }
  .footer-block .footer-inquiry {
    width: 96%;
    margin: -120px auto 25px;
  }
  .footer-block .footer-inquiry .title {
    font-size: 20px;
  }
  .footer-block .footer-inquiry ul {
    padding: 20px;
  }
  .footer-block .footer-inquiry ul li {
    width: 100%;
  }
  .footer-block .footer-inquiry ul li:last-child {
    margin-top: 10px;
  }
  .footer-block .footer-inquiry ul li a {
    font-size: 18px;
    padding: 20px 0;
  }
  .footer-block .footer-inquiry ul li a span {
    padding-left: 35px;
  }
  .footer-block .footer-inquiry ul li:nth-child(1) span::after {
    width: 24px;
    height: 24px;
  }
  .footer-block .footer-inquiry ul li:nth-child(2) span::after {
    width: 24px;
    height: 18px;
  }
  .footer-block .footer-logo {
    margin-bottom: 20px;
  }
  .footer-block .footer-logo .addr {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .footer-block .footer-link {
    width: 100%;
  }
  .footer-block .footer-link ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-block .footer-link ul li:last-child {
    margin-left: 20px;
  }
  .copy {
    padding: 15px 0;
    font-size: 10px;
  }
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  #page-top .backtotop {
    width: 50px;
    height: 50px;
  }
  #page-top .backtotop:before {
    font-size: 34px;
  }
}
.article-box {
  margin-bottom: 0px;
  margin-top: 100px;
}
.article-box a:hover {
  opacity: 1 !important;
}
.article-box > ol li a,
.article-box table ol li a {
  text-decoration: underline;
}
.article-box > ol li a:hover,
.article-box table ol li a:hover {
  text-decoration: none;
}
.article-box .mark {
  border-bottom: 1px solid #e71220;
}
.article-box img {
  vertical-align: middle;
  max-width: 100%;
  height: auto !important;
  border-radius: 10px;
}
.article-box p img {
  vertical-align: middle;
  max-width: 100%;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
}

.article-box > h2:first-child,
.article-box > h3:first-child,
.article-box > h4:first-child,
.article-box > h5:first-child,
.article-box > h6:first-child,
.article-box > .table-col2:first-child,
.article-box > .table-col3:first-child,
.article-box > .image-list02:first-child,
.article-box > .image-list03:first-child,
.article-box > .image-list04:first-child {
  margin-top: 0px;
}

@media screen and (max-width: 480px) {
  .article-box {
    margin-top: 60px;
  }
  .article-box p img {
    max-width: 100%;
    height: auto;
  }
  .article-box iframe {
    width: 100%;
    max-height: 60vh;
  }
  .article-box img {
    max-width: 100%;
    height: auto;
  }
}
/*------------------------------------------------

   subtitle

------------------------------------------------*/
h2 {
  margin-top: 100px;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
h2 p {
  color: #23ab39;
  font-size: 21px;
  margin-bottom: 30px;
}
h2 span {
  border-bottom: 1px solid #23ab39;
  padding-bottom: 5px;
}

h3 {
  background: #23ab39;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  padding: 15px 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}
h3 a {
  display: block;
  color: #fff;
}
h3 a:hover {
  text-decoration: underline;
  color: #fff;
}

h4 {
  background: #f2f2f2;
  border-radius: 0 10px 10px 0px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 15px 20px;
  position: relative;
}
h4:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: #23ab39;
  content: "";
  width: 3px;
  height: 100%;
}

h5 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 30px;
}

h6 {
  color: #23ab39;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 5px;
  padding: 0px;
  line-height: 1.4;
  position: relative;
}

table td > h1:first-child,
table td > h2:first-child,
table td > h3:first-child,
table td > h4:first-child,
table td > h5:first-child,
table td > h6:first-child {
  margin-top: 0px;
}

table td > h1:nth-child(n+2),
table td > h2:nth-child(n+2),
table td > h3:nth-child(n+2),
table td > h4:nth-child(n+2) {
  margin-top: 40px;
}

table td > ul.btnlist-01:first-child,
table td > ul.btnlist-02:first-child,
table td > ul.btnlist-03:first-child,
table td > ul.btnlist-04:first-child {
  margin-top: 0px;
}

table td > ul:not([class]) {
  margin-top: 0px;
}

.btn-zip, .btn-xls, .btn-doc, .btn-pdf {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  padding: 12px 12px 12px 43px;
}

/*------------------------------------------------

	   list

------------------------------------------------*/
.article-box p:not([class]) {
  min-height: 1rem;
}
.article-box p a:not([class]) {
  color: #23ab39;
}
.article-box p a:not([class]):hover {
  text-decoration: underline;
}
.article-box ul li {
  background: none;
}
.article-box li img {
  border-radius: 0;
}
.article-box ul:not([class]),
.article-box .flex-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-box ul:not([class]) a,
.article-box .flex-list a {
  color: #23ab39;
}
.article-box ul:not([class]) a[href^="tel:"],
.article-box .flex-list a[href^="tel:"] {
  color: #000;
}
.article-box ul:not([class]) a:hover,
.article-box .flex-list a:hover {
  text-decoration: underline;
}
.article-box ul:not([class]) a:hover .filesize,
.article-box .flex-list a:hover .filesize {
  text-decoration: none;
}
.article-box ul:not([class]) li,
.article-box .flex-list li {
  background: none;
  font-size: 100%;
  padding-left: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}
.article-box ul:not([class]) li.pdf,
.article-box .flex-list li.pdf {
  background: url(../img/common/icon/icon_pdf.svg) no-repeat 0 2px/21px !important;
}
.article-box ul:not([class]) li.pdf:before,
.article-box .flex-list li.pdf:before {
  display: none;
}
.article-box ul:not([class]) li.xls,
.article-box .flex-list li.xls {
  background: url(../img/common/icon/icon_xls.svg) no-repeat 0 2px/21px !important;
}
.article-box ul:not([class]) li.xls:before,
.article-box .flex-list li.xls:before {
  display: none;
}
.article-box ul:not([class]) li.doc,
.article-box .flex-list li.doc {
  background: url(../img/common/icon/icon_doc.svg) no-repeat 0 2px/21px !important;
}
.article-box ul:not([class]) li.doc:before,
.article-box .flex-list li.doc:before {
  display: none;
}
.article-box ul:not([class]) li.zip,
.article-box .flex-list li.zip {
  background: url(../img/common/icon/icon_zip.svg) no-repeat 0 2px/21px !important;
}
.article-box ul:not([class]) li.zip:before,
.article-box .flex-list li.zip:before {
  display: none;
}
.article-box ul:not([class]) li:before,
.article-box .flex-list li:before {
  position: absolute;
  top: 9px;
  right: auto;
  bottom: auto;
  left: 6px;
  content: "";
  vertical-align: middle;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-radius: 50%;
  border-color: #23ab39;
}
.article-box ol:not([class]) {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.article-box ol:not([class]) > li {
  padding-left: 8px;
}
.article-box ol:not([class]) > li:before {
  display: none;
}
.article-box .red {
  color: #dd0000;
}
.article-box .blue {
  color: #0080cc;
}
.article-box .green {
  color: #00aa66;
}
.article-box .pen-pink {
  background: #ffbae2;
}
.article-box .pen-yellow {
  background: #ffff7a;
}
.article-box .pen-green {
  background: #7aff7a;
}
.article-box .strong {
  font-weight: 700;
}
.article-box .underline {
  text-decoration: underline;
}
.article-box hr {
  border: 0.5px solid #ddd;
}

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0px;
}
.flex-list li {
  padding-left: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  margin-right: 15px;
}
.flex-list li a {
  color: #23ab39;
}
.flex-list li a:hover {
  text-decoration: underline;
}

@media all and (-ms-high-contrast: none) {
  .flex-list {
    display: block;
  }
  .flex-list li {
    display: inline-block;
    margin-right: 15px;
  }
  .flex-list li a {
    color: #23ab39;
  }
  .flex-list li a:hover {
    text-decoration: underline;
  }
}
.faq-list {
  margin-bottom: 10px;
}
.faq-list li {
  position: relative;
}
.faq-list li:nth-child(odd) {
  font-weight: bold;
  background: #f2f2f2;
  border-radius: 10px;
  color: #000;
  padding: 12px 12px 12px 47px !important;
  font-size: 18px;
  font-weight: 600;
}
.faq-list li:nth-child(odd):before,
.faq-list li:nth-child(even):before {
  display: none;
}
.faq-list li:nth-child(odd):after {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 4px;
  border: none;
  color: #23ab39;
  content: "Q.";
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  width: 40px;
  height: 20px;
}
.faq-list li:nth-child(even) {
  font-size: 1rem;
  padding: 20px 20px 15px 47px !important;
  margin-bottom: 10px;
}
.faq-list li:nth-child(even):after {
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 12px;
  content: "A.";
  color: #f30c28;
  font-size: 28px;
  font-weight: bold;
}

/*------------------------------------------------

	   btnlist

------------------------------------------------*/
.btnlist-01 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.btnlist-01 li {
  margin: 0 auto 2%;
  padding-left: 0px;
  width: 60%;
}
.btnlist-01 li:before {
  display: none;
}
.btnlist-01 li a {
  background: #23ab39;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 25px 40px 25px 30px;
  position: relative;
  font-weight: 500;
  text-align: center;
}
.btnlist-01 li a:before {
  position: absolute;
  top: 50%;
  right: 5px;
  bottom: auto;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
}
.btnlist-01 li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer;
  background: #eee;
  color: #23ab39;
  text-decoration: none;
}
.btnlist-01 li a:hover:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  color: #23ab39;
}

.btnlist-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-02 li {
  margin-right: 2%;
  margin-bottom: 2%;
  padding-left: 0px;
  width: 49%;
}
.btnlist-02 li:nth-child(2n) {
  margin-right: 0;
}
.btnlist-02 li a {
  background: #eee;
  border-radius: 10px;
  display: block;
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
  padding: 25px 40px 25px 30px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.btnlist-02 li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #23ab39;
  border-radius: 10px;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  z-index: -1;
}
.btnlist-02 li a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  color: #23ab39;
}
.btnlist-02 li a:hover {
  cursor: pointer;
  background: none;
  color: #fff;
}
.btnlist-02 li a:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.btnlist-02 li a:hover:after {
  -webkit-transition: all 100ms ease 100ms !important;
  transition: all 100ms ease 100ms !important;
  color: #fff;
}

.btnlist-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-03 li {
  margin-right: 2%;
  margin-bottom: 2%;
  padding-left: 0px;
  width: 32%;
}
.btnlist-03 li:nth-child(3n) {
  margin-right: 0;
}
.btnlist-03 li a {
  display: block;
  background: #eee;
  border-radius: 10px;
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
  padding: 25px 40px 25px 30px;
  position: relative;
  font-weight: 500;
  overflow: hidden;
  text-decoration: none;
}
.btnlist-03 li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #23ab39;
  border-radius: 10px;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  z-index: -1;
}
.btnlist-03 li a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  color: #23ab39;
}
.btnlist-03 li a:hover {
  cursor: pointer;
  background: none;
  color: #fff;
}
.btnlist-03 li a:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.btnlist-03 li a:hover:after {
  -webkit-transition: all 100ms ease 100ms !important;
  transition: all 100ms ease 100ms !important;
  color: #fff;
}

.btnlist-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-04 li {
  background: #fff;
  margin-right: 2%;
  margin-bottom: 1%;
  padding-left: 0px;
}
.btnlist-04 li.pdf {
  background: url(../img/common/icon/icon_pdf.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-04 li.pdf a:before, .btnlist-04 li.pdf a:hover:before {
  display: none;
}
.btnlist-04 li.xls {
  background: url(../img/common/icon/icon_xls.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-04 li.xls a:before, .btnlist-04 li.xls a:hover:before {
  display: none;
}
.btnlist-04 li.doc {
  background: url(../img/common/icon/icon_doc.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-04 li.doc a:before, .btnlist-04 li.doc a:hover:before {
  display: none;
}
.btnlist-04 li.zip a:before, .btnlist-04 li.zip a:hover:before {
  display: none;
}
.btnlist-04 li.zip {
  background: url(../img/common/icon/icon_zip.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-04 li a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 100%;
  line-height: 1;
  display: block;
  padding: 12px 12px 12px 43px;
  font-weight: 500;
  position: relative;
}
.btnlist-04 li:not([class]) a {
  padding-left: 36px;
}
.btnlist-04 li a:before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #23ab39;
  display: block;
  font-size: 25px;
}
.btnlist-04 li a:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #23ab39;
  color: #23ab39;
  text-decoration: none;
}
.btnlist-04 li.-pdf a {
  background: url(../img/common/icon/icon_pdf.png) no-repeat 15px 12px/21px !important;
  padding-left: 43px;
}
.btnlist-04 li.-pdf a:hover {
  background: #f2f2f2 url(../img/common/icon/icon_pdf.png) no-repeat 15px 12px/21px !important;
}
.btnlist-04 li:before {
  display: none;
}

.btnlist-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-05 li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.btnlist-05 li:last-child {
  margin-right: 0px;
}
.btnlist-05 li a {
  background: #23ab39;
  border-radius: 5px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 10px 20px;
}
.btnlist-05 li a:hover {
  cursor: pointer;
  background: #eee;
  color: #23ab39;
  text-decoration: none;
}

/*------------------------------------------------

	   btn

------------------------------------------------*/
.btn-pdf,
.btn-doc,
.btn-xls,
.btn-zip {
  margin-bottom: 5px;
}
.btn-pdf:hover,
.btn-doc:hover,
.btn-xls:hover,
.btn-zip:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #23ab39;
  color: #23ab39;
}

.btn-pdf {
  background: url(../img/common/icon/icon_pdf.svg) no-repeat 12px 50%/21px;
}

.btn-doc {
  background: url(../img/common/icon/icon_doc.svg) no-repeat 12px 50%/21px;
}

.btn-xls {
  background: url(../img/common/icon/icon_xls.svg) no-repeat 12px 50%/21px;
}

.btn-zip {
  background: url(../img/common/icon/icon_zip.svg) no-repeat 12px 50%/21px;
}

/*------------------------------------------------

	   table

------------------------------------------------*/
.bg-gray {
  background: #f2f2f2;
}

.bg-yellow {
  background: #fdfadf;
}

.bg-blue {
  background: #f4f9fa;
}

.bg-red {
  background: #faf4f6;
}

.bg-green {
  background: #EEFAE8;
}

.bg-orange {
  background: #f0faff;
}

.table-gray,
.table-blue,
.table-red,
.table-list,
.table-none {
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 10px 0 10px;
  width: 100%;
}
.table-gray th,
.table-blue th,
.table-red th,
.table-list th,
.table-none th {
  background: #f2f2f2;
  font-weight: 500;
  text-align: center;
  padding: 10px 15px;
}
.table-gray td,
.table-blue td,
.table-red td,
.table-list td,
.table-none td {
  text-align: left;
  padding: 10px 15px;
  vertical-align: top;
}
.table-gray td.td_file li,
.table-blue td.td_file li,
.table-red td.td_file li,
.table-list td.td_file li,
.table-none td.td_file li {
  padding-left: 0px;
}
.table-gray td.td_file li:before,
.table-blue td.td_file li:before,
.table-red td.td_file li:before,
.table-list td.td_file li:before,
.table-none td.td_file li:before {
  display: none;
}
.table-gray td.td_file li a,
.table-blue td.td_file li a,
.table-red td.td_file li a,
.table-list td.td_file li a,
.table-none td.td_file li a {
  color: #000;
}
.table-gray td a:not([class]),
.table-blue td a:not([class]),
.table-red td a:not([class]),
.table-list td a:not([class]),
.table-none td a:not([class]) {
  word-break: break-all;
}
.table-gray td:before,
.table-blue td:before,
.table-red td:before,
.table-list td:before,
.table-none td:before {
  display: block;
  float: left;
  height: 27px;
  content: "";
}
.table-gray li.pdf a:before, .table-gray li.pdf a:hover:before,
.table-blue li.pdf a:before,
.table-blue li.pdf a:hover:before,
.table-red li.pdf a:before,
.table-red li.pdf a:hover:before,
.table-list li.pdf a:before,
.table-list li.pdf a:hover:before,
.table-none li.pdf a:before,
.table-none li.pdf a:hover:before {
  display: none;
}
.table-gray li.xls,
.table-blue li.xls,
.table-red li.xls,
.table-list li.xls,
.table-none li.xls {
  background: url(../img/common/icon/icon_xls.png) no-repeat 15px calc(50% - 0px)/21px !important;
}
.table-gray li.xls a:before, .table-gray li.xls a:hover:before,
.table-blue li.xls a:before,
.table-blue li.xls a:hover:before,
.table-red li.xls a:before,
.table-red li.xls a:hover:before,
.table-list li.xls a:before,
.table-list li.xls a:hover:before,
.table-none li.xls a:before,
.table-none li.xls a:hover:before {
  display: none;
}
.table-gray li.doc a:before, .table-gray li.doc a:hover:before,
.table-blue li.doc a:before,
.table-blue li.doc a:hover:before,
.table-red li.doc a:before,
.table-red li.doc a:hover:before,
.table-list li.doc a:before,
.table-list li.doc a:hover:before,
.table-none li.doc a:before,
.table-none li.doc a:hover:before {
  display: none;
}

.table-imgl,
.table-imgr,
.table-img2,
.table-img3 {
  margin-top: 15px;
}

.table-gray th {
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.table-gray td {
  border: 1px solid #ddd;
}

.table-blue th {
  background: #f2f2f2;
  border: 1px solid #0C3C87;
}
.table-blue td {
  border: 1px solid #0C3C87;
}

.table-red th {
  background: #f2f2f2;
  border: 1px solid #e60012;
}
.table-red td {
  border: 1px solid #e60012;
}

.table-none > tbody > tr > th {
  border: none;
}
.table-none > tbody > tr > td {
  border: none;
}

.table-list > tbody > tr > td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.table-list > tbody > tr:first-child td {
  border-top: none;
}

.table-imgl,
.table-imgr {
  border: none;
  width: 100%;
}
.table-imgl > tbody > tr > td,
.table-imgr > tbody > tr > td {
  vertical-align: top;
  width: auto;
}
.table-imgl > tbody > tr > td:first-child,
.table-imgr > tbody > tr > td:first-child {
  padding-right: 30px;
}
.table-imgl > tbody > tr > td:last-child,
.table-imgr > tbody > tr > td:last-child {
  width: 100%;
}
.table-imgl > tbody > tr > td:last-child p:first-child,
.table-imgr > tbody > tr > td:last-child p:first-child {
  margin-top: 0px;
}
.table-imgl > tbody > tr > td img,
.table-imgr > tbody > tr > td img {
  margin-bottom: 10px;
  vertical-align: top;
  width: auto !important;
  max-width: 320px;
  height: auto;
}
.table-imgl > tbody > tr > td img + p,
.table-imgr > tbody > tr > td img + p {
  font-size: 87.5%;
  text-align: center;
  line-height: 1.2;
}

.table-imgr {
  border: none;
  width: 100%;
}
.table-imgr > tbody > tr > td:first-child {
  padding-right: 0px;
  width: 100%;
}
.table-imgr > tbody > tr > td:last-child {
  padding-left: 30px;
  text-align: right;
  width: auto;
}

.table-img2 {
  table-layout: fixed;
  width: 100%;
}
.table-img2 td {
  width: 50%;
  padding-bottom: 2%;
  text-align: center;
  vertical-align: top;
}
.table-img2 td.td_img {
  width: 50% !important;
}
.table-img2 td img {
  display: block;
  max-width: 96%;
  margin: 0 auto;
  height: auto !important;
}
.table-img2 td > img + p {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  margin: 10px auto 0px;
  max-width: 96%;
}
.table-img2 td > p + p {
  margin-top: 10px;
}
.table-img2 td div {
  text-align: center;
  margin-top: 10px;
}
.table-img2 table td {
  text-align: left;
}

.table-img3 {
  table-layout: fixed;
  width: 100%;
}
.table-img3 td {
  padding-bottom: 2%;
  vertical-align: top;
  width: 33.3333333333%;
}
.table-img3 td p {
  text-align: center;
}
.table-img3 td.td_img {
  width: 33.3333333333% !important;
}
.table-img3 td:nth-child(1) {
  text-align: left;
}
.table-img3 td:nth-child(2) {
  text-align: center;
}
.table-img3 td:nth-child(3) {
  text-align: right;
}
.table-img3 td img {
  margin: 0 auto;
  max-width: 96%;
  vertical-align: top;
  height: auto;
}
.table-img3 img + p {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
  max-width: 98%;
}
.table-img3 a + p {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
  max-width: 98%;
}
.table-img3 table td {
  text-align: left;
}

.table-sp table td p {
  margin: 0;
}

.table-col2 {
  table-layout: fixed;
  width: 100%;
  margin: 30px 0;
}
.table-col2 > tbody > tr > td {
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  width: calc(50% - 10px);
}
.table-col2 > tbody > tr > td:first-child {
  padding-right: 10px;
}
.table-col2 > tbody > tr > td:last-child {
  padding-left: 10px;
}
.table-col2 > tbody > tr > td .table-imgl td img,
.table-col2 > tbody > tr > td .table-imgr td img {
  max-width: 150px;
}
.table-col2 > tbody > tr > td > ul.btnlist-04 li {
  width: 100%;
}
.table-col2 .td_img img {
  text-align: center;
  display: block;
  border-radius: 10px;
  margin: auto;
  max-width: 100%;
}
.table-col2 img + p {
  margin-top: 20px;
  max-width: 98%;
}

.table-col3 {
  table-layout: fixed;
  width: 100%;
  margin: 60px 0 30px;
}
.table-col3 > tbody > tr > td {
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  width: calc((100% - 40px) / 3);
}
.table-col3 > tbody > tr > td:first-child {
  padding-right: 10px;
}
.table-col3 > tbody > tr > td:nth-child(2) {
  padding: 0px 10px;
}
.table-col3 > tbody > tr > td:last-child {
  padding-left: 10px;
}
.table-col3 > tbody > tr > td img {
  margin: 0 auto;
  max-width: 390px;
}
.table-col3 .td_img img {
  text-align: center;
  display: block;
  border-radius: 10px;
  margin: auto;
}
.table-col3 img + p {
  margin-top: 20px;
  max-width: 98%;
}

/*------------------------------------------------

	   その他

------------------------------------------------*/
.contact-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 30px;
  padding: 30px;
}
.contact-box h1:first-child,
.contact-box h2:first-child,
.contact-box h3:first-child,
.contact-box h4:first-child,
.contact-box h5:first-child,
.contact-box h6:first-child {
  margin-top: 0px;
}

.note-box {
  background: #f0faff;
  border-radius: 10px;
  line-height: 1.4;
  padding: 30px;
  margin: 20px 0px;
}
.note-box h1:first-child,
.note-box h2:first-child,
.note-box h3:first-child,
.note-box h4:first-child,
.note-box h5:first-child,
.note-box h6:first-child {
  margin-top: 0px;
}

/*Wordpress default edit-style*/
.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 480px) {
  /*------------------------------------------------

     subtitle

  ------------------------------------------------*/
  h2 {
    margin-top: 50px;
    font-size: 30px;
  }
  h2 p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  h2 span {
    padding-bottom: 2px;
  }
  h3 {
    padding: 13px 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
    padding: 13px 15px;
  }
  h5 {
    font-size: 18px;
    margin-top: 20px;
  }
  h6 {
    font-size: 16px;
    margin-top: 20px;
  }
  .btn-pdf, .btn-doc, .btn-xls, .btn-zip {
    font-size: 14px;
  }
  /*------------------------------------------------

  	   list

  ------------------------------------------------*/
  .article-box ul:not([class]) a[href^="tel:"],
  .article-box .flex-list a[href^="tel:"] {
    color: #23ab39;
  }
  .article-box ul:not([class]) li.pdf,
  .article-box .flex-list li.pdf {
    background: url(../img/common/icon/icon_pdf.svg) no-repeat 0 2px/18px !important;
  }
  .article-box ul:not([class]) li.pdf:before,
  .article-box .flex-list li.pdf:before {
    display: none;
  }
  .article-box ul:not([class]) li.xls,
  .article-box .flex-list li.xls {
    background: url(../img/common/icon/icon_xls.svg) no-repeat 0 2px/18px !important;
  }
  .article-box ul:not([class]) li.xls:before,
  .article-box .flex-list li.xls:before {
    display: none;
  }
  .article-box ul:not([class]) li.doc,
  .article-box .flex-list li.doc {
    background: url(../img/common/icon/icon_doc.svg) no-repeat 0 2px/18px !important;
  }
  .article-box ul:not([class]) li.doc:before,
  .article-box .flex-list li.doc:before {
    display: none;
  }
  .article-box ul:not([class]) li.zip,
  .article-box .flex-list li.zip {
    background: url(../img/common/icon/icon_zip.svg) no-repeat 0 2px/18px !important;
  }
  .article-box ul:not([class]) li.zip:before,
  .article-box .flex-list li.zip:before {
    display: none;
  }
  .article-box ul:not([class]) li:before,
  .article-box .flex-list li:before {
    top: 6px;
  }
  .faq-list li:nth-child(odd) {
    font-size: 18px;
    line-height: 1.2;
  }
  .faq-list li:nth-child(odd):after {
    font-size: 24px;
    top: 5px;
  }
  .faq-list li:nth-child(even):after {
    font-size: 24px;
  }
  /*------------------------------------------------

  	   btnlist

  ------------------------------------------------*/
  .btnlist-01 li {
    width: 100%;
    margin-bottom: 10px;
  }
  .btnlist-01 li a {
    padding: 20px 35px 20px 20px;
    font-size: 14px;
  }
  .btnlist-02 li {
    margin-right: 0%;
    margin-bottom: 10px;
    width: 100%;
  }
  .btnlist-02 li a {
    padding: 20px 35px 20px 20px;
  }
  .btnlist-03 li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .btnlist-03 li a {
    padding: 20px 35px 20px 20px;
  }
  /*------------------------------------------------

  	   table

  ------------------------------------------------*/
  .table-gray,
  .table-blue,
  .table-red,
  .table-list,
  .table-none {
    width: 100% !important;
  }
  .table-gray iframe,
  .table-blue iframe,
  .table-red iframe,
  .table-list iframe,
  .table-none iframe {
    width: 100%;
  }
  .table-gray th, .table-gray td,
  .table-blue th,
  .table-blue td,
  .table-red th,
  .table-red td,
  .table-list th,
  .table-list td,
  .table-none th,
  .table-none td {
    font-size: 14px;
    padding: 8px;
  }
  .table-imgl,
  .table-imgr,
  .table-img2,
  .table-img3 {
    margin-top: 15px;
  }
  .table-list tr:first-child td:first-child {
    border-top: 1px solid #ddd;
  }
  .table-list tr:last-child td:last-child {
    border-bottom: 1px solid #ddd !important;
  }
  .table-list td {
    width: 100%;
    border-bottom: none !important;
  }
  .table-list td:first-child {
    font-weight: bold;
    background: #f2f2f2;
  }
  .table-list td:nth-child(n+2) {
    border-bottom: 1px solid #ddd;
  }
  .table-list td:nth-child(1) + td, .table-list td:nth-child(2) + td {
    border-top: none;
  }
  .table-list td.td_file {
    padding-left: 0px;
  }
  .table-list tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-list tr h5 {
    margin-bottom: 0px;
  }
  .table-imgl td,
  .table-imgr td {
    display: block;
    width: 100%;
  }
  .table-imgl td.td_img,
  .table-imgr td.td_img {
    display: block;
    margin-bottom: 20px;
    padding: 0 !important;
    width: 100% !important;
  }
  .table-imgl td.td_img img,
  .table-imgr td.td_img img {
    display: block;
    max-width: 96%;
    margin: 0 auto 10px;
  }
  .table-imgl td.td_img img + p,
  .table-imgr td.td_img img + p {
    margin-top: 10px;
  }
  .table-imgl table td,
  .table-imgr table td {
    display: table-cell !important;
    width: auto;
  }
  .table-imgr td.td_img img {
    margin: 10px auto 0px;
  }
  .table-img2 td,
  .table-img3 td {
    display: block;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .table-img2 td.td_img,
  .table-img3 td.td_img {
    width: 100% !important;
  }
  .table-img2 td:nth-child(1),
  .table-img3 td:nth-child(1) {
    text-align: center;
  }
  .table-img2 td:nth-child(3),
  .table-img3 td:nth-child(3) {
    text-align: center;
  }
  .table-img2 img,
  .table-img3 img {
    width: 100% !important;
    height: auto !important;
  }
  .table-sp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .table-sp table {
    width: 800px !important;
  }
  .table-sp table.table-list td {
    display: table-cell;
  }
  .table-sp table td {
    font-size: 14px;
    padding: 5px 10px !important;
    line-height: 1.4;
  }
  .table-col2 > tbody > tr > td {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .table-col2 > tbody > tr > td:first-child {
    padding-right: 0px;
  }
  .table-col2 > tbody > tr > td:last-child {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .table-col2 > tbody > tr > td .table-imgl td img,
  .table-col2 > tbody > tr > td .table-imgr td img {
    max-width: 100%;
  }
  .table-col3 {
    margin: 30px 0 30px;
  }
  .table-col3 > tbody > tr > td {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .table-col3 > tbody > tr > td:first-child {
    padding-right: 0px;
  }
  .table-col3 > tbody > tr > td:nth-child(2) {
    padding: 0px;
  }
  .table-col3 > tbody > tr > td:last-child {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .table-col3 > tbody > tr > td img {
    max-width: 100%;
  }
  /*------------------------------------------------

  	   その他

  ------------------------------------------------*/
  .contact-box {
    padding: 20px;
  }
  .note-box {
    padding: 20px;
  }
}
.content-inner {
  margin: 0 auto;
  position: relative;
  width: 1240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.content-inner .red {
  color: #e71220;
}

.pc_box {
  display: block;
}

.sp_box {
  display: none;
}

@media screen and (max-width: 480px) {
  .content-inner {
    min-width: 96%;
    width: 96%;
    max-width: 100%;
  }
  .pc_box {
    display: none;
  }
  .sp_box {
    display: block;
  }
}
.forma-item {
  font-size: 21px;
  font-weight: bold;
}

.wpcf7-text,
.wpcf7-textarea {
  border: 2px solid #e0e0e0 !important;
  border-radius: 3px;
  padding: 10px 15px;
  width: 100%;
  outline: none !important;
  margin-top: 6px;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  font-size: 16px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border: 2px solid #23ab39 !important;
}

input[type=submit] {
  background: #23ab39;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 25px 40px;
  position: relative;
  font-weight: 500;
  text-align: center;
  width: 50%;
  min-width: 300px;
  margin: 10px auto;
  border: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}

input[type=submit]:hover {
  background: #eee;
  color: #23ab39;
}

span.wpcf7-list-item {
  margin-right: 25px;
}

form.wpcf7-form p {
  margin-top: 20px;
}

form .wpcf7 {
  margin-top: 60px;
}

form .wpcf7-response-output {
  margin-top: 60px;
  font-weight: bold;
  color: red;
}

.wpcf7 .screen-reader-response p {
  font-weight: bold;
  margin-top: 60px;
  color: red;
}

.wpcf7-not-valid-tip {
  color: red;
}

@media screen and (max-width: 480px) {
  .forma-item {
    font-size: 16px;
  }
  .wpcf7-text,
  .wpcf7-textarea {
    padding: 8px 8px;
  }
  input[type=submit] {
    font-size: 16px;
    padding: 20px 20px;
  }
  form.wpcf7-form p {
    margin-bottom: 10px;
  }
}
.info-box ul.info-list li {
  border-bottom: 1px solid #ddd;
}
.info-box ul.info-list li:first-child {
  border-top: 1px solid #ddd;
}
.info-box ul.info-list li a, .info-box ul.info-list li .notitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 35px 12px 10px;
  position: relative;
}
.info-box ul.info-list li a::after, .info-box ul.info-list li .notitle::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  content: "";
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #23ab39;
}
.info-box ul.info-list li a .cat, .info-box ul.info-list li .notitle .cat {
  font-size: 11px;
  border-radius: 50px;
  background: #edece6;
  text-align: center;
  width: 88px;
  line-height: 1;
  font-weight: 700;
  padding: 6px 0;
  margin-right: 30px;
}
.info-box ul.info-list li a .date, .info-box ul.info-list li .notitle .date {
  width: 100px;
  margin-right: 30px;
  letter-spacing: 3px;
}
.info-box ul.info-list li a .text, .info-box ul.info-list li .notitle .text {
  width: calc(100% - 100px - 30px - 88px - 30px);
}
.info-box ul.info-list li a:hover {
  background: #f4f8f9;
}

.info-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}

.pagebute-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.pagebute-box a {
  background: #f2f2f2;
  display: block;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0px 5px;
  line-height: 1;
}
.pagebute-box a:hover {
  background: #23ab39;
  color: #fff;
}
.pagebute-box .current {
  background: #23ab39;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0px 5px;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .info-box ul.info-list li a, .info-box ul.info-list li .notitle {
    padding: 12px 35px 12px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-box ul.info-list li a .cat, .info-box ul.info-list li .notitle .cat {
    margin-right: 20px;
  }
  .info-box ul.info-list li a .date, .info-box ul.info-list li .notitle .date {
    margin-right: 0px;
  }
  .info-box ul.info-list li a .text, .info-box ul.info-list li .notitle .text {
    width: 100%;
    margin-top: 15px;
  }
  .info-data {
    margin-bottom: 20px;
  }
  .pagebute-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagebute-box a {
    margin: 3px 3px;
  }
  .pagebute-box .current {
    margin: 3px 3px;
  }
}
.slider-block {
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}
.slider-block .slider-inner {
  position: relative;
  z-index: 0;
}
.slider-block .slider-inner .img01:before,
.slider-block .slider-inner .img02:before,
.slider-block .slider-inner .img03:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
}
.slider-block .slider-inner .img01, .slider-block .slider-inner .img03, .slider-block .slider-inner .img02 {
  background: url(../img/index/main001.jpg) no-repeat 50% 0%/cover;
  width: 100%;
  height: calc(100vh - 107px);
  max-height: 715px;
  min-height: 715px;
}
.slider-block .slider-inner .img02 {
  background: url(../img/index/main002.jpg) no-repeat 50% 0px/cover;
}
.slider-block .slider-inner .img03 {
  background: url(../img/index/main003.jpg) no-repeat 50% 0px/cover;
}
.slider-block .slider-inner #slider {
  position: relative;
}
.slider-block .slider-inner #slider div {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50px;
  left: 40px;
  font-size: 28px;
  font-weight: 500;
  display: inline-block;
  background: rgba(35, 171, 57, 0.85);
  margin: 5px 0;
  padding: 15px;
  line-height: 1;
  color: #fff;
  /* 1文字目 */
  /* 2文字目 */
  /* 3文字目 */
  /* 4文字目 */
  /* 5文字目 */
  /* 6文字目 */
  /* 7文字目 */
  /* 8文字目 */
  /* 9文字目 */
  /* 10文字目 */
  /* 11文字目 */
  /* 12文字目 */
  /* 13文字目 */
  /* 14文字目 */
  /* 15文字目 */
  /* 16文字目 */
  /* 17文字目 */
  /* 18文字目 */
  /* 19文字目 */
  /* 20文字目 */
  /* 21文字目 */
  /* 22文字目 */
  /* 23文字目 */
}
.slider-block .slider-inner #slider div p {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.slider-block .slider-inner #slider div span {
  /* ここからアニメーション関係 */
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
  -webkit-animation: textanimation 1s forwards;
          animation: textanimation 1s forwards;
}
.slider-block .slider-inner #slider div span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.slider-block .slider-inner #slider div span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.slider-block .slider-inner #slider div span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.slider-block .slider-inner #slider div span:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.slider-block .slider-inner #slider div span:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.slider-block .slider-inner #slider div span:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.slider-block .slider-inner #slider div span:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.slider-block .slider-inner #slider div span:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.slider-block .slider-inner #slider div span:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.slider-block .slider-inner #slider div span:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.slider-block .slider-inner #slider div span:nth-child(11) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.slider-block .slider-inner #slider div span:nth-child(12) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.slider-block .slider-inner #slider div span:nth-child(13) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.slider-block .slider-inner #slider div span:nth-child(14) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.slider-block .slider-inner #slider div span:nth-child(15) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.slider-block .slider-inner #slider div span:nth-child(16) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.slider-block .slider-inner #slider div span:nth-child(17) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.slider-block .slider-inner #slider div span:nth-child(18) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.slider-block .slider-inner #slider div span:nth-child(19) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.slider-block .slider-inner #slider div span:nth-child(20) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.slider-block .slider-inner #slider div span:nth-child(21) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.slider-block .slider-inner #slider div span:nth-child(22) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.slider-block .slider-inner #slider div span:nth-child(23) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
@-webkit-keyframes textanimation {
  0% {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textanimation {
  0% {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slider-block .slider-text {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 120px;
  left: 40px;
  margin: auto;
  min-width: 1240px;
  max-width: 1500px;
  z-index: 100;
  /* 1文字目 */
  /* 2文字目 */
  /* 3文字目 */
  /* 4文字目 */
  /* 5文字目 */
  /* 6文字目 */
  /* 7文字目 */
  /* 8文字目 */
  /* 9文字目 */
  /* 10文字目 */
  /* 11文字目 */
  /* 12文字目 */
  /* 13文字目 */
  /* 14文字目 */
  /* 15文字目 */
  /* 16文字目 */
  /* 17文字目 */
  /* 18文字目 */
  /* 19文字目 */
  /* 20文字目 */
  /* 21文字目 */
  /* 22文字目 */
  /* 23文字目 */
}
.slider-block .slider-text div {
  font-size: 36px;
  font-weight: 500;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  margin: 5px 0;
  padding: 15px;
}
.slider-block .slider-text p {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.slider-block .slider-text span {
  /* ここからアニメーション関係 */
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
  -webkit-animation: textanimation 1s forwards;
          animation: textanimation 1s forwards;
}
.slider-block .slider-text span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.slider-block .slider-text span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.slider-block .slider-text span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.slider-block .slider-text span:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.slider-block .slider-text span:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.slider-block .slider-text span:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.slider-block .slider-text span:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.slider-block .slider-text span:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.slider-block .slider-text span:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.slider-block .slider-text span:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.slider-block .slider-text span:nth-child(11) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.slider-block .slider-text span:nth-child(12) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.slider-block .slider-text span:nth-child(13) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.slider-block .slider-text span:nth-child(14) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.slider-block .slider-text span:nth-child(15) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.slider-block .slider-text span:nth-child(16) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.slider-block .slider-text span:nth-child(17) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.slider-block .slider-text span:nth-child(18) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.slider-block .slider-text span:nth-child(19) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.slider-block .slider-text span:nth-child(20) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.slider-block .slider-text span:nth-child(21) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.slider-block .slider-text span:nth-child(22) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.slider-block .slider-text span:nth-child(23) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
@keyframes textanimation {
  0% {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 480px) {
  .slider-block {
    margin-bottom: 40px;
  }
  .slider-block .slider-inner {
    min-width: 100%;
    max-width: 100%;
  }
  .slider-block .slider-inner .img01, .slider-block .slider-inner .img02, .slider-block .slider-inner .img03 {
    height: calc(100vh - 70px);
    max-height: 400px;
    min-height: 400px;
  }
  .slider-block .slider-inner #slider div {
    left: 5px;
    font-size: 3.5vw;
    padding: 8px;
  }
  .slider-block .slider-text {
    min-width: 100%;
    max-width: 100%;
    bottom: 90px;
    left: 5px;
  }
  .slider-block .slider-text div {
    font-size: 4vw;
    padding: 8px;
  }
}
.sub-mainbox {
  background: #f3fcff;
}
.sub-mainbox .sub-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0px 100px;
  margin: 0 auto;
  width: 1240px;
  min-height: 720px;
}
.sub-mainbox .r-box {
  position: relative;
}
.sub-mainbox .r-box::after {
  position: absolute;
  top: 30px;
  right: -120px;
  bottom: 0;
  left: auto;
  content: "";
  width: 500px;
  height: 500px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #cee3ea;
  border-radius: 10px;
  margin: auto;
}
.sub-mainbox .r-box .image {
  position: absolute;
  top: 0;
  right: -120px;
  bottom: 0;
  left: auto;
  width: 500px;
  height: 500px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  overflow: hidden;
  border-radius: 10px;
  margin: auto;
  z-index: 1;
}
.sub-mainbox .r-box .image .bg {
  width: 800px;
  height: 800px;
  -webkit-transform: rotate(-45deg) translate(0px, -170px);
          transform: rotate(-45deg) translate(0px, -170px);
}
.sub-mainbox .l-box {
  width: 690px;
}
.sub-mainbox .l-box .title-box {
  margin-bottom: 80px;
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
}
.sub-mainbox .l-box .title-box span {
  color: #23ab39;
  margin-top: 20px;
  display: block;
}
.sub-mainbox .l-box .read {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 70px;
}
.sub-mainbox .l-box .text {
  margin-bottom: 50px;
  font-weight: 500;
}
.sub-mainbox .l-box .btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sub-mainbox .l-box .btn ul li {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}
.sub-mainbox .l-box .btn ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: block;
  background: #000;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  padding: 22px 5px;
}
.sub-mainbox .l-box .btn ul li a span {
  padding-right: 30px;
  position: relative;
}
.sub-mainbox .l-box .btn ul li a span::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: auto;
  margin: auto;
  background: url(../img/common/icon/arrow_white.svg) no-repeat;
  content: "";
  width: 13px;
  height: 15px;
}
.sub-mainbox .l-box .btn ul li a:hover {
  opacity: 0.8;
}
.sub-mainbox .l-box .btn ul li.long {
  width: 100%;
}
.sub-mainbox .l-box .btn ul li.long a {
  background: #23ab39;
}
.sub-mainbox .l-box .btn ul li.long.-black a {
  background: #000;
  color: #fff;
}

.wrap.-common .sub-inner {
  padding: 40px 0px;
  min-height: 220px;
}
.wrap.-common .r-box {
  display: none;
}
.wrap.-common .l-box {
  width: 100%;
}
.wrap.-common .l-box .title-box {
  margin-bottom: 0px;
}

.wrap.-business .sub-mainbox .r-box .image .bg {
  background: url("../img/business/business_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-cleaning .sub-mainbox .r-box .image .bg {
  background: url("../img/business/cleaning_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-facility .sub-mainbox .r-box .image .bg {
  background: url("../img/business/facility_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-environment .sub-mainbox .r-box .image .bg {
  background: url("../img/business/environment_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-security .sub-mainbox .r-box .image .bg {
  background: url("../img/business/security_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-recycle .sub-mainbox .r-box .image .bg {
  background: url("../img/business/recycle_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-industry .sub-mainbox .r-box .image .bg {
  background: url("../img/business/recycle_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-secret .sub-mainbox .r-box .image .bg {
  background: url("../img/business/recycle_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-pcb .sub-mainbox .r-box .image .bg {
  background: url("../img/business/recycle_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-pet .sub-mainbox .r-box .image .bg {
  background: url("../img/business/recycle_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-plastic .sub-mainbox .r-box .image .bg {
  background: url("../img/business/recycle_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-jr .sub-mainbox .r-box .image .bg {
  background: url("../img/business/jrcleaning_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-golf .sub-mainbox .r-box .image .bg {
  background: url("../img/business/golf_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-information .sub-mainbox .r-box .image .bg {
  background: url("../img/information/company_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-company .sub-mainbox .r-box .image .bg {
  background: url("../img/information/company_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-organization .sub-mainbox .r-box .image .bg {
  background: url("../img/information/organization_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-safety .sub-mainbox .r-box .image .bg {
  background: url("../img/information/safety_main.jpg") no-repeat center;
  background-size: cover;
}

.wrap.-quality .sub-mainbox .r-box .image .bg {
  background: url("../img/information/quality_main.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .sub-mainbox .sub-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 10px 40px;
    width: 100%;
    min-height: auto;
  }
  .sub-mainbox .r-box {
    width: 100%;
    margin-top: 30px;
  }
  .sub-mainbox .r-box::after {
    display: none;
  }
  .sub-mainbox .r-box .image {
    position: static;
    width: 100%;
    height: 230px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .sub-mainbox .r-box .image .bg {
    width: 100%;
    height: 230px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .sub-mainbox .l-box {
    width: 100%;
  }
  .sub-mainbox .l-box .title-box {
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: 28px;
  }
  .sub-mainbox .l-box .title-box span {
    margin-top: 10px;
    font-size: 16px;
  }
  .sub-mainbox .l-box .read {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .sub-mainbox .l-box .text {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .sub-mainbox .l-box .btn ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .sub-mainbox .l-box .btn ul li a {
    font-size: 14px;
    padding: 15px 5px;
  }
  .sub-mainbox .l-box .btn ul li a span {
    padding-right: 20px;
  }
  .sub-mainbox .l-box .btn ul li a span::after {
    width: 10px;
    height: 10px;
  }
  .wrap.-common .sub-inner {
    padding: 20px 10px;
    min-height: 150px;
  }
  .wrap.-safety .sub-mainbox .r-box .image .bg {
    background-position: 50% 20%;
  }
}
.topicpath-box {
  padding: 20px;
  width: 100%;
}
.topicpath-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topicpath-box ul li {
  margin-right: 55px;
  position: relative;
  font-weight: 500;
  line-height: 1;
}
.topicpath-box ul li::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0;
  right: -35px;
  bottom: 0;
  left: auto;
  margin: auto;
  background: url(../img/common/icon/arrow_green.svg) no-repeat;
  content: "";
  width: 13px;
  height: 15px;
}
.topicpath-box ul li:last-child {
  margin-right: 0px;
}
.topicpath-box ul li:last-child::after {
  display: none;
}
.topicpath-box ul a:hover {
  color: #23ab39;
}

@media screen and (max-width: 480px) {
  .topicpath-box {
    padding: 15px 10px;
  }
  .topicpath-box ul li {
    font-size: 14px;
    margin-right: 30px;
    line-height: 1.7;
  }
  .topicpath-box ul li::after {
    right: -20px;
    width: 10px;
    height: 10px;
  }
}
.content-block.-info .content-inner {
  padding: 60px 80px 60px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
}
.content-block.-info .index-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-block.-info .index-info-box .head-box {
  line-height: 1;
  font-weight: 700;
}
.content-block.-info .index-info-box .head-box span {
  letter-spacing: 1px;
  font-size: 14px;
  color: #23ab39;
  margin-bottom: 20px;
  display: block;
}
.content-block.-info .index-info-box .head-box p {
  font-size: 36px;
}
.content-block.-info .index-info-box .btn {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.content-block.-info .index-info-box .btn a {
  display: block;
  background: #000;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  padding: 12px 25px 12px 25px;
}
.content-block.-info .index-info-box .btn a span {
  padding-right: 30px;
  position: relative;
}
.content-block.-info .index-info-box .btn a span::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: auto;
  margin: auto;
  background: url(../img/common/icon/arrow_white.svg) no-repeat;
  content: "";
  width: 13px;
  height: 15px;
}
.content-block.-info .index-info-box .btn a:hover {
  background: #23ab39;
}
.content-block.-info .index-info-list {
  width: 860px;
}

.content-block.-quality {
  background: #f4f8f9;
  position: relative;
  z-index: 1;
}
.content-block.-quality::after {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  content: "";
  background: url(../img/index/quality_item.svg) no-repeat;
  width: 355px;
  height: 233px;
  z-index: 1;
}
.content-block.-quality .content-inner {
  padding: 70px 0px 70px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
}
.content-block.-quality .index-quality-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-block.-quality .index-quality-box .quality-image {
  width: 575px;
  height: 482px;
  border-radius: 10px;
  overflow: hidden;
}
.content-block.-quality .index-quality-box .quality-image img {
  vertical-align: top;
  height: auto;
}
.content-block.-quality .index-quality-box .quality-text {
  width: calc(100% - 50px - 575px);
}
.content-block.-quality .index-quality-box .quality-text .title {
  font-size: 21px;
  font-weight: 700;
  color: #23ab39;
  line-height: 1;
  margin-bottom: 50px;
  margin-top: 30px;
}
.content-block.-quality .index-quality-box .quality-text .title span {
  position: relative;
}
.content-block.-quality .index-quality-box .quality-text .title span::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #23ab39;
}
.content-block.-quality .index-quality-box .quality-text .read {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  white-space: nowrap;
}
.content-block.-quality .index-quality-box .quality-text p {
  font-size: 18px;
}
.content-block.-quality .index-quality-box .quality-text .btn {
  margin-top: 50px;
  width: 280px;
}
.content-block.-quality .index-quality-box .quality-text .btn a {
  display: block;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
}
.content-block.-quality .index-quality-box .quality-text .btn a span {
  padding-right: 30px;
  position: relative;
}
.content-block.-quality .index-quality-box .quality-text .btn a span::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: auto;
  margin: auto;
  background: url(../img/common/icon/arrow_white.svg) no-repeat;
  content: "";
  width: 13px;
  height: 15px;
}
.content-block.-quality .index-quality-box .quality-text .btn a:hover {
  background: #23ab39;
}

.content-block.-about {
  background: url(../img/index/about_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 60px;
}
.content-block.-about::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.content-block.-about .content-inner {
  padding: 100px 0px 100px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
}
.content-block.-about .index-about-box {
  text-align: center;
  color: #fff;
}
.content-block.-about .index-about-box .read {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.4;
}
.content-block.-about .index-about-box p {
  font-size: 18px;
}
.content-block.-about .index-about-box .btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-block.-about .index-about-box .btn ul li {
  margin-top: 60px;
  width: 280px;
}
.content-block.-about .index-about-box .btn ul li:first-child {
  margin-right: 30px;
}
.content-block.-about .index-about-box .btn ul li a {
  display: block;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
}
.content-block.-about .index-about-box .btn ul li a span {
  padding-right: 30px;
  position: relative;
}
.content-block.-about .index-about-box .btn ul li a span::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: auto;
  margin: auto;
  background: url(../img/common/icon/arrow_black.svg) no-repeat;
  content: "";
  width: 13px;
  height: 15px;
}
.content-block.-about .index-about-box .btn ul li a:hover {
  background: #23ab39;
  color: #fff;
}
.content-block.-about .index-about-box .btn ul li a:hover span::after {
  background: url(../img/common/icon/arrow_white.svg) no-repeat;
}

.content-block.-onestop .content-inner {
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
  padding: 60px 0px 60px;
}
.content-block.-onestop .index-onestop-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-block.-onestop .index-onestop-box .onestop-text {
  background: url(../img/index/onestop_item.svg) no-repeat bottom center;
  background-size: 396px 258px;
  padding-bottom: 290px;
  width: 41%;
}
.content-block.-onestop .index-onestop-box .onestop-text .read {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px;
}
.content-block.-onestop .index-onestop-box .onestop-text .read span {
  margin-top: 30px;
  font-size: 55px;
  color: #23ab39;
  display: block;
}
.content-block.-onestop .index-onestop-box .onestop-text p {
  font-size: 18px;
}
.content-block.-onestop .index-onestop-box .onestop-text .btn {
  margin-top: 60px;
  width: 280px;
}
.content-block.-onestop .index-onestop-box .onestop-text .btn a {
  display: block;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
}
.content-block.-onestop .index-onestop-box .onestop-text .btn a span {
  padding-right: 30px;
  position: relative;
}
.content-block.-onestop .index-onestop-box .onestop-text .btn a span::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: auto;
  margin: auto;
  background: url(../img/common/icon/arrow_white.svg) no-repeat;
  content: "";
  width: 13px;
  height: 15px;
}
.content-block.-onestop .index-onestop-box .onestop-text .btn a:hover {
  background: #23ab39;
}
.content-block.-onestop .index-onestop-box .onestop-list {
  width: calc(100% - 30px - 41%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-block.-onestop .index-onestop-box .onestop-list li {
  width: calc((100% - 30px) / 2);
}
.content-block.-onestop .index-onestop-box .onestop-list li:nth-child(1) {
  width: 100%;
}
.content-block.-onestop .index-onestop-box .onestop-list li:nth-child(n+2) {
  margin-top: 28px;
}
.content-block.-onestop .index-onestop-box .onestop-list li a {
  background: #f4f8f9;
  padding: 20px 20px 20px 140px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 140px;
  border: 2px solid #fff;
  position: relative;
}
.content-block.-onestop .index-onestop-box .onestop-list li a::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  content: "";
  margin: auto;
  background: #fff;
  width: 100px;
  height: 100px;
}
.content-block.-onestop .index-onestop-box .onestop-list li a::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 40px;
  content: "";
  margin: auto;
  width: 60px;
  height: 60px;
}
.content-block.-onestop .index-onestop-box .onestop-list li a:hover {
  border: 2px solid #23ab39;
}
.content-block.-onestop .index-onestop-box .onestop-list li a p {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}
.content-block.-onestop .index-onestop-box .onestop-list li a span {
  font-size: 16px;
  margin-top: 20px;
  display: block;
}
.content-block.-onestop .index-onestop-box .onestop-list li:nth-child(1) a::after {
  background: url(../img/index/onestop_icon01.svg) no-repeat;
}
.content-block.-onestop .index-onestop-box .onestop-list li:nth-child(2) a::after {
  background: url(../img/index/onestop_icon02.svg) no-repeat;
}
.content-block.-onestop .index-onestop-box .onestop-list li:nth-child(3) a::after {
  background: url(../img/index/onestop_icon03.svg) no-repeat;
}
.content-block.-onestop .index-onestop-box .onestop-list li:nth-child(4) a::after {
  background: url(../img/index/onestop_icon04.svg) no-repeat;
}
.content-block.-onestop .index-onestop-box .onestop-list li:nth-child(5) a::after {
  background: url(../img/index/onestop_icon05.svg) no-repeat;
}
.content-block.-onestop .index-onestop-box .onestop-list li:nth-child(6) a::after {
  background: url(../img/index/onestop_icon06.svg) no-repeat;
}
.content-block.-onestop .index-onestop-box .onestop-list li:nth-child(7) a::after {
  background: url(../img/index/onestop_icon07.svg) no-repeat;
  height: 68px;
}

.content-block.-onestop-image {
  background: #f4f8f9;
}
.content-block.-onestop-image .content-inner {
  padding: 100px 0px 50px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
}
.content-block.-onestop-image .index-onestopimage-box {
  text-align: center;
}
.content-block.-onestop-image .index-onestopimage-box .read {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px;
}
.content-block.-onestop-image .index-onestopimage-box .read span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #bae0bd));
  background: linear-gradient(transparent 80%, #bae0bd 80%);
}
.content-block.-onestop-image .index-onestopimage-box .onestopimage {
  position: relative;
}
.content-block.-onestop-image .index-onestopimage-box .onestopimage img {
  vertical-align: top;
}
.content-block.-onestop-image .index-onestopimage-box .onestopimage a {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  background: #23ab39;
  padding: 8px 10px;
  display: block;
  font-size: 22px;
}
.content-block.-onestop-image .index-onestopimage-box .onestopimage a::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -8px;
  left: 0;
  margin: auto;
  content: "";
  width: 10px;
  height: 8px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #23ab39;
}
.content-block.-onestop-image .index-onestopimage-box .onestopimage a:hover {
  background: #0279c5;
}
.content-block.-onestop-image .index-onestopimage-box .onestopimage a:hover::after {
  border-top: 8px solid #0279c5;
}
.content-block.-onestop-image .index-onestopimage-box .onestopimage .map01 {
  top: 55px;
  left: 380px;
}
.content-block.-onestop-image .index-onestopimage-box .onestopimage .map02 {
  top: 50px;
  right: 190px;
}
.content-block.-onestop-image .index-onestopimage-box .onestopimage .map03 {
  top: 190px;
  left: 265px;
}
.content-block.-onestop-image .index-onestopimage-box .onestopimage .map04 {
  top: 195px;
  right: 290px;
}
.content-block.-onestop-image .index-onestopimage-box .onestopimage .map05 {
  top: 285px;
  left: 435px;
}
.content-block.-onestop-image .index-onestopimage-box .onestopimage .map06 {
  top: 300px;
  left: 570px;
}
.content-block.-onestop-image .index-onestopimage-box .onestopimage .map07 {
  bottom: 190px;
  left: 315px;
}
.content-block.-onestop-image .index-onestopimage-box .onestopimage .map08 {
  bottom: 155px;
  right: 330px;
}

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: none;
  background: #000;
}

.map-box {
  background: none repeat scroll 0 0 #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 30px;
  width: 1000px;
  display: none;
  position: relative;
  border-radius: 15px;
}
.map-box .title {
  color: #23ab39;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.map-box-close {
  text-align: right;
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  line-height: 1;
}
.map-box-close a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-box-close a:hover {
  color: #23ab39;
}
.map-box-close .cross {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}
.map-box-close .cross::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.map-box-close a:hover .cross {
  background: #23ab39;
  vertical-align: middle;
}
.map-box-close a:hover .cross::before {
  background: #23ab39;
}

.content-block.-recruit {
  background: url(../img/index/recruit_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.content-block.-recruit::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 152, 0.3);
}
.content-block.-recruit .content-inner {
  padding: 60px 0px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
}
.content-block.-recruit .index-recruit-box {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-block.-recruit .index-recruit-box .en {
  font-size: 128px;
  font-family: "Dancing Script", "Vladimir Script", "cursive", sans-serif;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}
.content-block.-recruit .index-recruit-box .read {
  font-size: 34px;
  font-weight: 700;
  width: calc(100% - 280px - 30px);
  letter-spacing: -2px;
  white-space: nowrap;
}
.content-block.-recruit .index-recruit-box .btn {
  width: 280px;
}
.content-block.-recruit .index-recruit-box .btn a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #004098;
  line-height: 1;
  background: #fff;
  border-radius: 5px;
  padding: 20px 0;
  text-align: center;
}
.content-block.-recruit .index-recruit-box .btn a span {
  padding-right: 30px;
  position: relative;
}
.content-block.-recruit .index-recruit-box .btn a span::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: auto;
  margin: auto;
  background: url(../img/common/icon/arrow_blue.svg) no-repeat;
  content: "";
  width: 13px;
  height: 15px;
}
.content-block.-recruit .index-recruit-box .btn a:hover {
  background: #004098;
  color: #fff;
}
.content-block.-recruit .index-recruit-box .btn a:hover span::after {
  background: url(../img/common/icon/arrow_white.svg) no-repeat;
}

.content-block.-slider-list .slider-list-box .list {
  padding-bottom: 70px;
}
.content-block.-slider-list .slider-list-box .list .bx-wrapper {
  border: none !important;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  max-width: 100% !important;
}
.content-block.-slider-list .slider-list-box .list .bx-wrapper .bx-viewport {
  position: relative;
  left: calc((100vw - 400px) / 2);
  overflow: visible !important;
  padding: 5px 0;
}
.content-block.-slider-list .slider-list-box .list .bx-wrapper .bx-viewport .slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-block.-slider-list .slider-list-box .list .bx-wrapper .bx-viewport .slider-list li {
  padding: 10px 15px 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(59, 113, 137, 0.3);
          box-shadow: 0 0 5px rgba(59, 113, 137, 0.3);
  margin-right: 75px;
  border-radius: 10px;
}
.content-block.-slider-list .slider-list-box .list .bx-wrapper .bx-viewport .slider-list li a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.content-block.-slider-list .slider-list-box .list .bx-wrapper .bx-viewport .slider-list li a .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.content-block.-slider-list .slider-list-box .list .bx-wrapper .bx-viewport .slider-list li a .img {
  width: 100%;
}
.content-block.-slider-list .slider-list-box .list .bx-wrapper .bx-viewport .slider-list li a .img img {
  border-radius: 10px;
}
.content-block.-slider-list .slider-list-box .list .bx-wrapper .bx-viewport .slider-list li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.8;
}
.content-block.-slider-list .slider-list-box .list .bx-controls .bx-controls-direction {
  margin: 0 auto;
  width: 100px;
  position: relative;
}
.content-block.-slider-list .slider-list-box .list .bx-controls .bx-controls-direction a {
  width: 30px;
  height: 30px;
  top: 20px;
  z-index: 50;
}
.content-block.-slider-list .slider-list-box .list .bx-controls .bx-controls-direction a.bx-prev {
  position: absolute;
  left: 0;
  background: url(/wp/wp-content/themes/clean_system_themes/img/common/icon/arrow_white.svg) 10px 8px no-repeat;
  background-size: 13px auto;
  background-color: #222;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-radius: 30px;
}
.content-block.-slider-list .slider-list-box .list .bx-controls .bx-controls-direction a.bx-next {
  position: absolute;
  right: 0;
  background: url(/wp/wp-content/themes/clean_system_themes/img/common/icon/arrow_white.svg) 10px 7px no-repeat;
  background-size: 13px auto;
  background-color: #222;
  border-radius: 30px;
}

@media screen and (max-width: 480px) {
  .content-block.-info .content-inner {
    padding: 60px 0px 60px;
    min-width: 96%;
    max-width: 96%;
  }
  .content-block.-info .index-info-box .head-box {
    margin-bottom: 30px;
  }
  .content-block.-info .index-info-box .head-box span {
    margin-bottom: 10px;
  }
  .content-block.-info .index-info-box .head-box p {
    font-size: 30px;
  }
  .content-block.-info .index-info-list {
    width: 860px;
  }
  .content-block.-quality::after {
    right: -20px;
    top: -20px;
    width: 280px;
    height: 200px;
    opacity: 0.5;
  }
  .content-block.-quality .content-inner {
    padding: 40px 0px 40px;
    min-width: 96%;
    max-width: 96%;
  }
  .content-block.-quality .index-quality-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .content-block.-quality .index-quality-box .quality-image {
    width: 100%;
    height: auto;
  }
  .content-block.-quality .index-quality-box .quality-image img {
    width: 100%;
    height: auto;
  }
  .content-block.-quality .index-quality-box .quality-text {
    width: 100%;
    margin-bottom: 40px;
  }
  .content-block.-quality .index-quality-box .quality-text .title {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .content-block.-quality .index-quality-box .quality-text .read {
    font-size: 30px;
    line-height: 1.4;
    white-space: wrap;
  }
  .content-block.-quality .index-quality-box .quality-text p {
    font-size: 16px;
  }
  .content-block.-quality .index-quality-box .quality-text p br {
    display: none;
  }
  .content-block.-quality .index-quality-box .quality-text .btn {
    margin-top: 30px;
  }
  .content-block.-quality .index-quality-box .quality-text .btn a {
    font-size: 18px;
    padding: 15px 0;
  }
  .content-block.-about {
    margin-bottom: 40px;
  }
  .content-block.-about .content-inner {
    padding: 60px 0px 60px;
    min-width: 96%;
    max-width: 96%;
  }
  .content-block.-about .index-about-box .read {
    font-size: 24px;
    line-height: 1.7;
  }
  .content-block.-about .index-about-box p {
    font-size: 16px;
    line-height: 1.7;
  }
  .content-block.-about .index-about-box .btn {
    margin-top: 30px;
  }
  .content-block.-about .index-about-box .btn ul li {
    margin-top: 0px;
  }
  .content-block.-about .index-about-box .btn ul li:first-child {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .content-block.-about .index-about-box .btn ul li a {
    font-size: 18px;
    padding: 15px 0;
  }
  .content-block.-onestop::after {
    bottom: -30px;
    width: 100px;
    height: 30px;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 30px solid #fff;
  }
  .content-block.-onestop .content-inner {
    padding: 40px 0px 40px;
    min-width: 96%;
    max-width: 96%;
  }
  .content-block.-onestop .index-onestop-box .onestop-text {
    margin-bottom: 20px;
    background-size: 300px 250px;
    padding-bottom: 220px;
    width: 100%;
  }
  .content-block.-onestop .index-onestop-box .onestop-text .read {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .content-block.-onestop .index-onestop-box .onestop-text .read span {
    margin-top: 10px;
    font-size: 40px;
  }
  .content-block.-onestop .index-onestop-box .onestop-text p {
    font-size: 16px;
    line-height: 1.7;
  }
  .content-block.-onestop .index-onestop-box .onestop-text p br {
    display: none;
  }
  .content-block.-onestop .index-onestop-box .onestop-text .btn {
    margin: 30px auto;
  }
  .content-block.-onestop .index-onestop-box .onestop-text .btn a {
    font-size: 18px;
    padding: 15px 0;
  }
  .content-block.-onestop .index-onestop-box .onestop-list {
    width: 100%;
  }
  .content-block.-onestop .index-onestop-box .onestop-list li {
    width: 100%;
  }
  .content-block.-onestop .index-onestop-box .onestop-list li:nth-child(n+2) {
    margin-top: 15px;
  }
  .content-block.-onestop .index-onestop-box .onestop-list li a {
    padding: 15px 15px 15px 105px;
    min-height: 100px;
  }
  .content-block.-onestop .index-onestop-box .onestop-list li a::before {
    left: 10px;
    width: 80px;
    height: 80px;
  }
  .content-block.-onestop .index-onestop-box .onestop-list li a::after {
    left: 25px;
    width: 50px;
    height: 50px;
  }
  .content-block.-onestop .index-onestop-box .onestop-list li a p {
    font-size: 16px;
  }
  .content-block.-onestop .index-onestop-box .onestop-list li a span {
    font-size: 14px;
    margin-top: 15px;
  }
  .content-block.-onestop .index-onestop-box .onestop-list li:nth-child(7) a::after {
    height: 60px;
  }
  .content-block.-onestop-image .content-inner {
    padding: 70px 0px 40px;
    min-width: 96%;
    max-width: 96%;
  }
  .content-block.-onestop-image .index-onestopimage-box .read {
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .content-block.-onestop-image .index-onestopimage-box .onestopimage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-block.-onestop-image .index-onestopimage-box .onestopimage img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .content-block.-onestop-image .index-onestopimage-box .onestopimage a {
    width: calc((100% - 10px) / 2);
    position: static;
    font-size: 16px;
  }
  .content-block.-onestop-image .index-onestopimage-box .onestopimage a:nth-child(n+3) {
    margin-top: 10px;
  }
  .content-block.-onestop-image .index-onestopimage-box .onestopimage a::after {
    display: none;
  }
  .map-box {
    width: calc(94% - 30px);
    margin: 0 auto;
    top: 60px !important;
    height: 80vh;
    padding: 15px;
    z-index: 110000 !important;
    left: 0;
    margin-left: 0;
    right: 0;
  }
  .map-box .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .map-box-close {
    right: 15px;
    bottom: 15px;
  }
  .content-block.-recruit {
    background-position: center;
  }
  .content-block.-recruit .content-inner {
    padding: 30px 0px;
    min-width: 96%;
    max-width: 96%;
  }
  .content-block.-recruit .index-recruit-box .en {
    font-size: 80px;
    margin-bottom: 30px;
  }
  .content-block.-recruit .index-recruit-box .read {
    font-size: 18px;
    width: 100%;
    margin-bottom: 30px;
    white-space: inherit;
  }
  .content-block.-recruit .index-recruit-box .btn {
    margin: auto;
  }
  .content-block.-recruit .index-recruit-box .btn a {
    font-size: 18px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .content-block.-slider-list .slider-list-box .list {
    padding-bottom: 40px;
  }
  .content-block.-slider-list .slider-list-box .list .bx-wrapper {
    margin: 0 auto !important;
    max-width: 100% !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .content-block.-slider-list .slider-list-box .list .bx-wrapper .bx-viewport {
    overflow: visible !important;
    padding: 0 10px;
    left: calc((100vw - 70%) / 2);
  }
  .content-block.-slider-list .slider-list-box .list .bx-wrapper .slider-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-block.-slider-list .slider-list-box .list .bx-wrapper .slider-list li {
    width: 100%;
    max-width: calc(100vw - 75px);
    margin: 0 10px !important;
    padding: 10px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(59, 113, 137, 0.2);
            box-shadow: 0 0 5px rgba(59, 113, 137, 0.2);
  }
  .content-block.-slider-list .slider-list-box .list .bx-wrapper .slider-list li a .title {
    font-size: 16px;
  }
  .content-block.-slider-list .slider-list-box .list .bx-wrapper .slider-list li a .img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .content-block.-slider-list .slider-list-box .list .bx-controls-direction {
    width: 80px;
    margin: 0 auto;
  }
  .content-block.-slider-list .slider-list-box .list .bx-controls-direction a {
    width: 25px;
    height: 25px;
    top: 10px;
    background-color: #333;
    background-size: 10px auto;
  }
}
.image-list04, .image-list03, .image-list02 {
  margin-top: 60px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.image-list04 li, .image-list03 li, .image-list02 li {
  margin-right: 20px;
  text-align: center;
}
.image-list04 li img, .image-list03 li img, .image-list02 li img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.image-list04 li p, .image-list03 li p, .image-list02 li p {
  margin-top: 5px;
  text-align: center;
  font-weight: 500;
}

.image-list02 li {
  width: calc((100% - 20px) / 2);
}
.image-list02 li:nth-child(2n) {
  margin-right: 0;
}
.image-list02 li:nth-child(n+3) {
  margin-top: 20px;
}

.image-list03 li {
  width: calc((100% - 40px) / 3);
}
.image-list03 li:nth-child(3n) {
  margin-right: 0;
}
.image-list03 li:nth-child(n+4) {
  margin-top: 20px;
}

.image-list04 li {
  width: calc((100% - 60px) / 4);
}
.image-list04 li:nth-child(4n) {
  margin-right: 0;
}
.image-list04 li:nth-child(n+5) {
  margin-top: 20px;
}

.image-flow-box {
  margin-top: 60px;
}
.image-flow-box dl {
  background: #f4f4f4;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
.image-flow-box dl:nth-child(n+2) {
  margin-top: 20px;
}
.image-flow-box dl dt {
  font-size: 27px;
  font-weight: 700;
  width: 300px;
  padding: 0 20px;
}
.image-flow-box dl dd {
  width: calc(100% - 300px);
}
.image-flow-box dl ul.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.image-flow-box dl ul.flow li:first-child {
  margin-right: 60px;
  position: relative;
}
.image-flow-box dl ul.flow li:first-child::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
  left: auto;
  margin: auto;
  background: url(../img/common/icon/arrow_green.svg) no-repeat;
  content: "";
  width: 22px;
  height: 26px;
}
.image-flow-box dl ul.flow li img {
  border-radius: 10px;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

ol.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  counter-reset: my-counter;
  list-style: none;
  padding: 20px 0 50px;
  position: relative;
}
ol.flow-list .text {
  position: absolute;
  top: auto;
  right: 315px;
  bottom: 0;
  left: auto;
  content: "";
  font-size: 26px;
  font-weight: 600;
  color: #15a138;
}
ol.flow-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f7b600;
  position: relative;
  width: calc((100% - 75px) / 6);
  padding: 0 0 25px 0;
  margin-right: 15px;
  border-radius: 10px;
}
ol.flow-list li:last-child {
  margin-right: 0;
}
ol.flow-list li:last-child::after {
  display: none;
}
ol.flow-list li::before {
  position: absolute;
  top: -20px;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #0279c5;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  color: #fff;
  line-height: 1;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 5px;
}
ol.flow-list li::after {
  position: absolute;
  top: 0px;
  right: -30px;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  background: url(../img/common/icon/flow_arrow.svg) no-repeat center;
  background-size: 100px 70px;
  width: 40px;
  height: 70px;
  z-index: 1;
}
ol.flow-list li.-senmon {
  background-color: #61da5d;
}
ol.flow-list li span {
  padding-top: 160px;
  display: block;
  font-size: 21px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
ol.flow-list li.request span {
  background: url(../img/common/icon/request.svg) no-repeat center top 50px;
  background-size: 100px 70px;
}
ol.flow-list li.checkup span {
  background: url(../img/common/icon/checkup.svg) no-repeat center top 35px;
  background-size: 90px 90px;
}
ol.flow-list li.estimate span {
  background: url(../img/common/icon/estimate.svg) no-repeat center top 40px;
  background-size: 80px 80px;
}
ol.flow-list li.specification span {
  background: url(../img/common/icon/specification.svg) no-repeat center top 45px;
  background-size: 90px 90px;
}
ol.flow-list li.calender span {
  background: url(../img/common/icon/calender.svg) no-repeat center top 40px;
  background-size: 80px 80px;
}
ol.flow-list li.contract span {
  background: url(../img/common/icon/contract.svg) no-repeat center top 40px;
  background-size: 90px 90px;
}
ol.flow-list li.shredder span {
  background: url(../img/common/icon/shredder.svg) no-repeat center top 30px;
  background-size: 130px 140px;
}
ol.flow-list li.transport span {
  background: url(../img/common/icon/transport.svg) no-repeat center top 20px;
  background-size: 150px 150px;
}
ol.flow-list li.recycle span {
  background: url(../img/common/icon/recycle.svg) no-repeat center top 40px;
  background-size: 150px 120px;
}
ol.flow-list li.document span {
  background: url(../img/common/icon/document.svg) no-repeat center top 15px;
  background-size: 180px 170px;
}
ol.flow-list li.facility span {
  background: url(../img/common/icon/facility.svg) no-repeat center top 15px;
  background-size: 130px 155px;
}
ol.flow-list li.recycle-mark span {
  background: url(../img/common/icon/recycle_mark.svg) no-repeat center top 35px;
  background-size: 120px 150px;
}
ol.flow-list li.flake span {
  background: url(../img/common/icon/flake.svg) no-repeat center top 20px;
  background-size: 150px 150px;
}
ol.flow-list li.label span {
  background: url(../img/common/icon/label.svg) no-repeat center top -10px;
  background-size: 170px 170px;
}
ol.flow-list li.cleaning span {
  background: url(../img/common/icon/cleaning.svg) no-repeat center top 20px;
  background-size: 150px 150px;
}
ol.flow-list li.selection span {
  background: url(../img/common/icon/selection.svg) no-repeat center top 20px;
  background-size: 140px 140px;
}
ol.flow-list.-seven li {
  width: calc((100% - 90px) / 7);
}

.category-box {
  margin-top: 80px;
}
.category-box .title {
  position: relative;
}
.category-box .title span {
  position: absolute;
  top: -19px;
  right: auto;
  bottom: auto;
  left: 30px;
  font-weight: 700;
  font-size: 20px;
  background-color: #fff;
  padding: 8px;
  z-index: 1;
  line-height: 1;
}
.category-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 2px solid #aaa;
  border-radius: 5px;
  padding: 30px;
}
.category-box .list li {
  margin: 5px 0;
}
.category-box .list a {
  text-align: center;
  font-weight: 500;
  position: relative;
  margin: 5px 30px 5px 0;
}
.category-box .list a span {
  padding-left: 15px;
  position: relative;
}
.category-box .list a span::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/icon/arrow_r_black.svg) no-repeat;
  content: "";
  width: 12px;
  height: 12px;
}
.category-box .list a:hover {
  color: #23ab39;
}

@media screen and (max-width: 480px) {
  .image-list02 li, .image-list03 li, .image-list04 li {
    margin-right: 0px;
  }
  .image-list02 li {
    width: 100%;
  }
  .image-list02 li:nth-child(n+2) {
    margin-top: 20px;
  }
  .image-list03 li {
    width: 100%;
  }
  .image-list03 li:nth-child(n+2) {
    margin-top: 20px;
  }
  .image-list04 li {
    width: 100%;
  }
  .image-list04 li:nth-child(n+2) {
    margin-top: 20px;
  }
  .image-flow-box {
    margin-top: 40px;
  }
  .image-flow-box dl {
    padding: 20px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .image-flow-box dl dt {
    font-size: 20px;
    width: 100%;
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .image-flow-box dl dd {
    width: 100%;
  }
  .image-flow-box dl ul.flow li:first-child {
    margin-right: 25px;
  }
  .image-flow-box dl ul.flow li:first-child::after {
    right: -20px;
    width: 15px;
    height: 15px;
  }
  ol.flow-list {
    padding-bottom: 0;
  }
  ol.flow-list .text {
    right: 10px;
    bottom: 170px;
    font-size: 20px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  ol.flow-list li {
    width: 100%;
    padding: 0px 20px 0px 20px;
    margin-right: 0px;
  }
  ol.flow-list li.-senmon {
    margin-right: 50px;
  }
  ol.flow-list li:nth-child(n+2) {
    margin-top: 25px;
  }
  ol.flow-list li::before {
    height: 36px;
    width: 35px;
    font-size: 26px;
    top: -20px;
    left: 10px;
    right: auto;
  }
  ol.flow-list li::after {
    top: auto;
    right: 0;
    left: 0;
    bottom: -45px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  ol.flow-list li span {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 100px;
    font-size: 16px;
    text-align: left;
    min-height: 50px;
  }
  ol.flow-list li.request span {
    background: url(../img/common/icon/request.svg) no-repeat left 15px top 20px;
    background-size: 60px 45px;
  }
  ol.flow-list li.checkup span {
    background: url(../img/common/icon/checkup.svg) no-repeat left 15px top 18px;
    background-size: 55px 50px;
  }
  ol.flow-list li.estimate span {
    background: url(../img/common/icon/estimate.svg) no-repeat left 20px top 18px;
    background-size: 50px 50px;
  }
  ol.flow-list li.specification span {
    background: url(../img/common/icon/specification.svg) no-repeat left 20px top 18px;
    background-size: 40px 55px;
  }
  ol.flow-list li.calender span {
    background: url(../img/common/icon/calender.svg) no-repeat left 15px top 18px;
    background-size: 55px 50px;
  }
  ol.flow-list li.contract span {
    background: url(../img/common/icon/contract.svg) no-repeat left 25px center;
    background-size: 35px 50px;
  }
  ol.flow-list li.shredder span {
    background: url(../img/common/icon/shredder.svg) no-repeat left 5px top 20px;
    background-size: 65px 65px;
  }
  ol.flow-list li.transport span {
    background: url(../img/common/icon/transport.svg) no-repeat left 0 top 5px;
    background-size: 80px 80px;
  }
  ol.flow-list li.recycle span {
    background: url(../img/common/icon/recycle.svg) no-repeat left 10px top 22px;
    background-size: 60px 60px;
  }
  ol.flow-list li.document span {
    background: url(../img/common/icon/document.svg) no-repeat left 2px top 20px;
    background-size: 70px 70px;
  }
  ol.flow-list li.facility span {
    background: url(../img/common/icon/facility.svg) no-repeat left 10px top 12px;
    background-size: 65px 65px;
  }
  ol.flow-list li.recycle-mark span {
    background: url(../img/common/icon/recycle_mark.svg) no-repeat left 5px top 22px;
    background-size: 65px 65px;
  }
  ol.flow-list li.flake span {
    background: url(../img/common/icon/flake.svg) no-repeat left 10px center;
    background-size: 65px 65px;
  }
  ol.flow-list li.flake span br {
    display: none;
  }
  ol.flow-list li.label span {
    background: url(../img/common/icon/label.svg) no-repeat left 10px top 12px;
    background-size: 65px 65px;
  }
  ol.flow-list li.cleaning span {
    background: url(../img/common/icon/cleaning.svg) no-repeat left 10px center;
    background-size: 65px 65px;
  }
  ol.flow-list li.cleaning span br {
    display: none;
  }
  ol.flow-list li.selection span {
    background: url(../img/common/icon/selection.svg) no-repeat left 10px center;
    background-size: 65px 65px;
  }
  ol.flow-list li.selection span br {
    display: none;
  }
  ol.flow-list.-seven li {
    width: 100%;
  }
  .category-box {
    margin-top: 60px;
  }
  .category-box .title span {
    left: 10px;
    font-size: 18px;
    top: -17px;
  }
  .category-box .list {
    padding: 20px;
  }
}
.wrap.-company .identity-box {
  position: relative;
  padding: 40px 50px;
  background: #edece6;
}
.wrap.-company .flg1 {
  /*三角形左上*/
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-left: 40px solid #23ab39;
  border-bottom: 40px solid transparent;
}
.wrap.-company .flg2 {
  /*三角形右下*/
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  border-left: 40px solid transparent;
  border-bottom: 40px solid #23ab39;
}
.wrap.-company ol.identity-list {
  font-size: 18px;
  list-style-type: none;
  border: none;
  counter-reset: number;
}
.wrap.-company ol.identity-list li {
  position: relative;
  line-height: 1.5;
  padding: 0 0 10px 30px;
  font-weight: bold;
}
.wrap.-company ol.identity-list li:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: counter(number) ".";
  counter-increment: number;
  font-weight: bold;
}

.safety-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.safety-box dl dt {
  color: #fff;
  background: #23ab39;
  font-size: 18px;
  padding: 20px;
  font-weight: 700;
  width: 20%;
  text-align: center;
}
.safety-box dl dd {
  width: 78%;
}

@media screen and (max-width: 480px) {
  .wrap.-company .identity-box {
    padding: 30px 20px;
  }
  .wrap.-company .flg1 {
    border-left: 30px solid #23ab39;
    border-bottom: 30px solid transparent;
  }
  .wrap.-company .flg2 {
    border-left: 30px solid transparent;
    border-bottom: 30px solid #23ab39;
  }
  .wrap.-company ol.identity-list {
    font-size: 16px;
  }
  .wrap.-company ol.identity-list li {
    padding: 0 0 10px 20px;
  }
  .safety-box dl dt {
    padding: 20px;
    width: 100%;
    margin-bottom: 15px;
  }
  .safety-box dl dd {
    width: 100%;
  }
}
.movie {
  margin-top: 100px;
  text-align: center;
}

ul.flow-linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
ul.flow-linklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: calc((100% - 60px) / 5);
  margin-right: 15px;
}
ul.flow-linklist li:hover {
  opacity: 0.8;
}
ul.flow-linklist li:hover::after {
  right: 9px;
}
ul.flow-linklist li:last-child {
  margin-right: 0;
}
ul.flow-linklist li span {
  padding-top: 160px;
  display: block;
  font-size: 21px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  position: relative;
  color: #fff;
}
ul.flow-linklist li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #23ab39;
  border-radius: 10px;
  padding: 0 0 25px 0;
}
ul.flow-linklist li.trash span {
  background: url(../img/common/icon/trash.svg) no-repeat center top 50px;
  background-size: 100px 85px;
}
ul.flow-linklist li.crushing span {
  background: url(../img/common/icon/crushing.svg) no-repeat center top 35px;
  background-size: 100px 110px;
}
ul.flow-linklist li.pcb span {
  background: url(../img/common/icon/pcb.svg) no-repeat center top 40px;
  background-size: 100px 100px;
}
ul.flow-linklist li.pet span {
  background: url(../img/common/icon/pet.svg) no-repeat center top 45px;
  background-size: 100px 100px;
}
ul.flow-linklist li.plastic span {
  background: url(../img/common/icon/plastic.svg) no-repeat center top 40px;
  background-size: 100px 100px;
}

.img_table {
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.img_table td {
  text-align: left;
  padding: 20px 10px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding-bottom: 2%;
  vertical-align: top;
  width: 33.3333333333%;
}
.img_table td p {
  text-align: center;
}
.img_table td img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.img_table td.col-2 {
  width: 66.6666666667% !important;
  border-right: none;
}
.img_table td.col-2 img {
  max-width: 188px;
}
.img_table td.col-2 .col3-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.img_table td.col-2 .col3-list > li {
  width: 33.3333333333%;
}
.img_table tr:nth-child(1) td:nth-child(1) {
  border-left: none;
  border-top: none;
}
.img_table tr:nth-child(1) td:nth-child(2) {
  border-top: none;
}
.img_table tr:nth-child(1) td:nth-child(3) {
  border-right: none;
  border-top: none;
}
.img_table tr:nth-child(2) td:nth-child(3) {
  border-right: none;
}
.img_table .title {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
}
.img_table .txt {
  margin-left: 15px;
}

.col2-imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.col2-imglist li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}
.col2-imglist li:nth-child(2n) {
  margin-right: 0;
}
.col2-imglist li:nth-child(n+3) {
  margin-top: 30px;
}
.col2-imglist li .imglist-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #f4f8f9 !important;
  padding: 20px;
}
.col2-imglist li .imglist-wrap img {
  width: 25%;
}
.col2-imglist li .imglist-wrap .title {
  padding-left: 20px;
  font-size: 140%;
  width: 75%;
}
.col2-imglist li .imglist-wrap + p {
  margin-top: 10px;
}

.col3-imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col3-imglist li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.col3-imglist li:nth-child(3n) {
  margin-right: 0;
}
.col3-imglist li:nth-child(n+4) {
  margin-top: 20px;
}
.col3-imglist li .imglist-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #f4f8f9 !important;
  padding: 20px;
}
.col3-imglist li .imglist-wrap img {
  width: 25%;
}
.col3-imglist li .imglist-wrap .title {
  padding-left: 20px;
  font-size: 140%;
  width: 75%;
}
.col3-imglist li .imglist-wrap + p {
  margin-top: 10px;
}

.col4-imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col4-imglist li {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
}
.col4-imglist li:nth-child(4n) {
  margin-right: 0;
}
.col4-imglist li:nth-child(n+5) {
  margin-top: 10px;
}
.col4-imglist li .imglist-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #f4f8f9 !important;
  padding: 20px;
}
.col4-imglist li .imglist-wrap img {
  width: 25%;
}
.col4-imglist li .imglist-wrap .title {
  padding-left: 20px;
  font-size: 140%;
  width: 75%;
}

.wd100-imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wd100-imglist li {
  width: 100%;
}
.wd100-imglist li .imglist-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #f4f8f9 !important;
  margin-bottom: 15px;
  padding: 20px;
}
.wd100-imglist li .imglist-wrap img {
  width: 7%;
}
.wd100-imglist li .imglist-wrap .title {
  padding-left: 30px;
  font-size: 140%;
  width: 93%;
}
.wd100-imglist li .imglist-wrap + p {
  margin-bottom: 50px;
}

.management-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
  padding: 25px;
  background: #cee3ea;
  border-radius: 30px;
  margin-top: 30px;
}
.management-detail .cat {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #23ab39;
}
.management-detail .top {
  position: relative;
  width: 25%;
  background: #fff !important;
  border-radius: 15px;
  margin-bottom: 25px;
  text-align: center;
  padding: 20px 30px 45px;
}
.management-detail .top .img-wrap img {
  width: 48%;
}
.management-detail .top .img-wrap .title {
  font-weight: 500;
  padding: 10px 0px 0px;
}
.management-detail .top::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -45px;
  left: 0;
  margin: auto;
  content: "";
  background: url(../img/common/icon/flow_arrow.svg) no-repeat center;
  background-size: 100px 70px;
  width: 40px;
  height: 70px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
}
.management-detail .middle {
  position: relative;
  width: 100%;
  background: #fff !important;
  border-radius: 15px;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px 30px 45px;
}
.management-detail .middle .middle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.management-detail .middle .middle-wrap .img-wrap img {
  width: 30%;
}
.management-detail .middle .middle-wrap .img-wrap .title {
  font-weight: 500;
  padding: 10px 0px 0px;
}
.management-detail .middle .middle-wrap .img-wrap .txt {
  padding: 5px 15px;
}
.management-detail .middle::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -45px;
  left: 0;
  margin: auto;
  content: "";
  background: url(../img/common/icon/flow_arrow.svg) no-repeat center;
  background-size: 100px 70px;
  width: 40px;
  height: 70px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
}
.management-detail .bottom {
  width: 30%;
  background: #fff !important;
  border-radius: 15px;
  text-align: center;
  padding: 20px 30px 45px;
}
.management-detail .bottom img {
  width: 80%;
}

.wrap.-quality .table-col2 {
  margin-top: 100px;
}

.-nowrap {
  white-space: nowrap;
}

.industry_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.industry_item div {
  width: 50%;
}
.industry_item div.w30 {
  width: 30%;
}
.industry_item div.w70 {
  width: 70%;
}

@media screen and (max-width: 480px) {
  .movie {
    margin-top: 40px;
  }
  .movie iframe {
    width: 100%;
    height: 250px;
  }
  ul.flow-linklist li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  ul.flow-linklist li:nth-child(2n) {
    margin-right: 0px;
  }
  ul.flow-linklist li:nth-child(n+3) {
    margin-top: 15px;
  }
  ul.flow-linklist li span {
    padding-top: 100px;
    font-size: 16px;
  }
  ul.flow-linklist li.trash span {
    background: url(../img/common/icon/trash.svg) no-repeat center top 20px;
    background-size: 60px 60px;
  }
  ul.flow-linklist li.crushing span {
    background: url(../img/common/icon/crushing.svg) no-repeat center top 20px;
    background-size: 70px 70px;
  }
  ul.flow-linklist li.pcb span {
    background: url(../img/common/icon/pcb.svg) no-repeat center top 20px;
    background-size: 70px 70px;
  }
  ul.flow-linklist li.pet span {
    background: url(../img/common/icon/pet.svg) no-repeat center top 20px;
    background-size: 70px 70px;
  }
  ul.flow-linklist li.plastic span {
    background: url(../img/common/icon/plastic.svg) no-repeat center top 20px;
    background-size: 70px 70px;
  }
  .img_table td {
    display: block;
    width: 100% !important;
    padding: 30px 0 30px;
    border-top: 1px solid #ddd !important;
    border-right: none;
  }
  .img_table td img {
    max-width: 100px !important;
  }
  .img_table td.col-2 {
    width: 100% !important;
  }
  .img_table td.col-2 img {
    max-width: 100px !important;
  }
  .img_table td.col-2 .col3-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .img_table td.col-2 .col3-list > li {
    width: 100%;
  }
  .img_table .txt {
    width: calc(100% - 15px - 120px);
  }
  .col2-imglist li {
    width: 100%;
    margin-right: 0px;
  }
  .col2-imglist li:nth-child(n+2) {
    margin-top: 10px;
  }
  .col2-imglist li .imglist-wrap img {
    width: 70px;
  }
  .col2-imglist li .imglist-wrap .title {
    width: calc(100% - 70px);
  }
  .col3-imglist li {
    width: 100%;
    margin-right: 0px;
  }
  .col3-imglist li:nth-child(n+2) {
    margin-top: 20px;
  }
  .col3-imglist li .imglist-wrap img {
    width: 70px;
  }
  .col3-imglist li .imglist-wrap .title {
    width: calc(100% - 70px);
  }
  .col4-imglist li {
    width: 100%;
    margin-right: 0px;
  }
  .col4-imglist li:nth-child(n+2) {
    margin-top: 10px;
  }
  .col4-imglist li .imglist-wrap img {
    width: 70px;
  }
  .col4-imglist li .imglist-wrap .title {
    width: calc(100% - 70px);
  }
  .wd100-imglist li .imglist-wrap img {
    width: 70px;
  }
  .wd100-imglist li .imglist-wrap .title {
    width: calc(100% - 70px);
  }
  .wd100-imglist li .imglist-wrap + p {
    margin-bottom: 30px;
  }
  .management-detail {
    padding: 25px 15px;
    border-radius: 10px;
  }
  .management-detail .top {
    width: 100%;
    padding: 20px 10px 30px;
  }
  .management-detail .top .img-wrap img {
    width: 80px;
  }
  .management-detail .middle {
    padding: 20px 10px 30px;
  }
  .management-detail .middle .middle-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .management-detail .middle .middle-wrap .img-wrap {
    width: 100%;
  }
  .management-detail .middle .middle-wrap .img-wrap:nth-child(n+2) {
    margin-top: 20px;
  }
  .management-detail .middle .middle-wrap .img-wrap img {
    width: 80px;
  }
  .management-detail .bottom {
    width: 100%;
    padding: 20px 10px 30px;
  }
  .management-detail .bottom img {
    width: 150px;
  }
  .wrap.-quality .table-col2 {
    margin-top: 60px;
  }
  .wrap.-quality .table-col2 > tbody > tr > td + td {
    margin-top: 60px;
  }
  .industry_item div {
    width: 120px;
  }
  .industry_item div.w30 {
    width: 120px;
  }
  .industry_item div.w70 {
    width: calc(100% - 15px - 120px);
  }
}
.tel-contact .table-col2 {
  margin: 0;
}
.tel-contact .table-col2 > tbody > tr > td {
  vertical-align: middle;
}
.tel-contact .table-col2 > tbody > tr > td span {
  font-size: 21px;
  font-weight: bold;
}
.tel-contact .table-col2 > tbody > tr > td a {
  color: #23ab39;
}
.tel-contact .table-col2 > tbody > tr > td a:hover {
  text-decoration: underline;
}

.tel-number {
  color: #23ab39;
  font-weight: bold;
  font-size: 50px;
}

@media screen and (max-width: 480px) {
  .tel-number {
    font-size: 12vw;
    text-align: center;
  }
}
._fs-xs {
  font-size: 11px;
}

._fs-sm {
  font-size: 12px;
}

._fs-smd {
  font-size: 14px;
}

._fs-md {
  font-size: 18px;
}

._fs-lg {
  font-size: 24px;
}

._fs-xl {
  font-size: 30px;
}

._mr-sm {
  margin-right: 20px;
}

._mb0 {
  margin-bottom: 0 !important;
}

._mb-xs {
  margin-bottom: 10px;
}

._mb-sm {
  margin-bottom: 20px;
}

._mb-md {
  margin-bottom: 30px;
}

._mb-lg {
  margin-bottom: 60px;
}

._mb-xl {
  margin-bottom: 80px;
}

._mt-xs {
  margin-top: 10px;
}

._mt-sm {
  margin-top: 20px;
}

._mt-md {
  margin-top: 30px;
}

._mt-lg {
  margin-top: 50px;
}

._mt-xl {
  margin-top: 80px;
}

._mt-xxl {
  margin-top: 80px;
}

._w5 {
  width: 5%;
}

._w10 {
  width: 10%;
}

._w15 {
  width: 15%;
}

._w20 {
  width: 20%;
}

._w30 {
  width: 30%;
}

._w40 {
  width: 40%;
}

._w50 {
  width: 50%;
}

._w60 {
  width: 60%;
}

._w70 {
  width: 70%;
}

._w80 {
  width: 80%;
}

._w90 {
  width: 90%;
}

._w95 {
  width: 95%;
}

._w100 {
  width: 100%;
}

@media screen and (max-width: 480px) {
  ._fs-md {
    font-size: 16px;
  }
  ._fs-lg {
    font-size: 21px;
  }
  ._fs-xl {
    font-size: 26px;
  }
  ._mr-sm {
    margin-right: 2%;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.fade_in, .fade_right, .fade_left,
.main-block,
.content-block.-info,
.content-block.-quality,
.content-block.-about,
.onestop-text,
.onestop-list,
.content-block.-onestop-image,
.content-block.-recruit {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}