@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: #222;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: rgb(59.5, 59.5, 59.5);
}

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

::-moz-selection {
  background: #585454;
  color: #fff;
}

::selection {
  background: #585454;
  color: #fff;
}

body {
  font-size: 16px;
  color: #222;
  font-family: "LINE Seed JP", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 2;
  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: 400;
  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: 14px !important;
    min-width: 100%;
    overflow: hidden;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
  }
  input[type=button], input[type=submit] {
    -webkit-appearance: none;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}
.header-block {
  height: 100px;
  z-index: 2;
}
.header-block.-index {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  min-width: 1240px;
  width: 100%;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  height: 100%;
}
.header-inner .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;
  margin-left: 20px;
  margin-right: 30px;
  width: 330px;
}
.header-inner .logo-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  width: 100%;
}
.header-inner .logo-box a > img {
  margin-right: 10px;
  vertical-align: top;
  max-width: 70px;
  width: 100%;
}
.header-inner .logo-box a .company {
  line-height: 1;
}
.header-inner .logo-box a .company .sub {
  font-size: 10px;
}
.header-inner .logo-box a .company .title > img {
  margin-bottom: 2px;
  width: 200px;
}
.header-inner .logo-box a .company .en {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
}

.header-ham {
  display: none;
}

.ham-block {
  opacity: 0;
  position: fixed;
}

@media screen and (max-width: 480px) {
  .header-block {
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 10002;
    background: #fff !important;
    width: 100%;
  }
  .header-inner {
    min-width: 100%;
    max-width: 100%;
  }
  .header-inner .logo-box {
    margin-right: 0px;
    width: 270px;
    margin-left: 0;
  }
  .header-inner .logo-box a {
    padding-left: 10px;
    width: 100%;
    height: auto;
    max-width: 270px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-inner .logo-box a img {
    height: 25px;
  }
  .header-btn {
    display: none;
  }
  .header-ham {
    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: fixed;
    top: 0;
    right: 0;
    margin-right: 0;
    z-index: 9999;
  }
  .header-ham.navOpen .ham-btn {
    z-index: 10000 !important;
  }
  .header-ham.navOpen .ham-btn .line {
    background: none;
  }
  .header-ham.navOpen .ham-btn .line:before {
    -webkit-transform: translateY(-2px) translateX(0) rotate(-225deg);
            transform: translateY(-2px) translateX(0) rotate(-225deg);
  }
  .header-ham.navOpen .ham-btn .line:after {
    -webkit-transform: translateY(-2px) translateX(0) rotate(225deg);
            transform: translateY(-2px) translateX(0) rotate(225deg);
  }
  .header-ham .ham-btn {
    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;
    width: 70px;
    height: 70px;
    padding: 20px;
    cursor: pointer;
  }
  .header-ham .ham-btn .line {
    display: block;
    background: #393737;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 2px;
    width: 100%;
  }
  .header-ham .ham-btn .line:before, .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: #393737;
    border-radius: 10px;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-ham .ham-btn .line:before {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .header-ham .ham-btn .line:after {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .ham-block {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    pointer-events: none;
    background: #fff;
    position: fixed;
    top: 70px;
    right: 0;
    opacity: 0;
    z-index: 9999;
    width: 100%;
    height: calc(100vh - 70px);
  }
  .ham-block.-active {
    display: block;
    opacity: 1;
    pointer-events: all;
    height: 100vh;
    z-index: 10001;
    overflow-y: scroll;
  }
  .ham-block .ham-inner {
    padding: 0 0 250px;
    width: 100%;
    margin: 0 auto;
  }
  .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: 0px auto 20px;
  }
  .ham-block .ham-menu li .ham-list li {
    width: 94%;
    margin: auto;
  }
  .ham-block .ham-menu li .ham-list li:last-child {
    margin-top: 10px;
  }
  .ham-block .ham-menu li .ham-list li a {
    border-radius: 50px;
    display: block;
    font-size: 14px;
    line-height: 1.3;
    padding: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .ham-block .ham-menu li .ham-list li a:hover {
    opacity: 0.8;
  }
  .ham-block .ham-menu li .ham-list li.recruit a {
    background: #38a4ff;
  }
  .ham-block .ham-menu li .ham-list li.contact a {
    background: #393737;
  }
  .ham-block .ham-menu li .ham-list01 {
    width: 94%;
    margin: 0 auto 30px 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 20px 20px;
    position: relative;
    color: #222;
    font-weight: 700;
  }
  .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: #e3f8ff;
  }
  .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: #585454;
    font-size: 30px;
  }
  .ham-block .ham-menu li .ham-list03 {
    padding: 0 20px;
    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: 100%;
  }
  .ham-block .ham-menu li .ham-list03 li a {
    display: block;
    font-size: 14px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    color: #222;
    position: relative;
    font-weight: 700;
  }
  .ham-block .ham-menu li .ham-list03 li a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    color: #38a4ff;
  }
  .ham-block .ham-menu li .ham-list03 li a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    content: "";
    border-bottom: 1px solid #aaa;
    z-index: -1;
  }
  .ham-block .ham-menu li .ham-list03 li a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    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: "expand_circle_right";
    font-family: "Material Symbols Rounded";
    font-size: initial;
    font-weight: 400;
    font-size: 21px;
    font-weight: 400;
    color: #393737;
  }
  .ham-block .ham-close {
    margin: 40px auto 20px;
  }
  .ham-block .ham-close .btBtn {
    width: 80%;
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background: #888;
    cursor: pointer;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
  }
}
.main-block {
  position: relative;
}
.main-block .main-inner {
  padding: 100px 0;
}

@media screen and (max-width: 480px) {
  .main-block .main-inner {
    padding: 60px 0;
  }
}
.nav-block {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-left: auto;
  z-index: 1;
}
.nav-block > .list {
  width: 1240px;
}
.nav-block.fixed {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 58px;
  z-index: 10000;
}
.nav-block.fixed ~ .slider-block,
.nav-block.fixed ~ .title-block {
  margin-top: 58px;
}
.nav-block.fixed .logo {
  display: block;
}
.nav-block.fixed .nav-inner {
  padding: 0px 40px;
}
.nav-block.fixed .nav-btn li a {
  width: 38px;
  height: 38px;
}
.nav-block.fixed .nav-btn li a:before {
  font-size: 21px;
}
.nav-block.fixed .search-box {
  top: 68px;
  right: 40px;
}

.nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.nav-inner .recruit {
  margin-left: 40px;
  min-width: 160px;
  max-width: 180px;
  width: 9.44vw;
  height: 100%;
}
.nav-inner .recruit 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;
  background: #38a4ff;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  height: 100%;
}
.nav-inner .contact {
  min-width: 160px;
  max-width: 180px;
  width: 9.44vw;
  height: 100%;
}
.nav-inner .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #393737;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  height: 100%;
}

.nav-list {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  gap: 30px;
}
.nav-list > .item {
  position: relative;
}
.nav-list > .item > a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  line-height: 1.1;
  white-space: nowrap;
}
.nav-list > .item > a:hover {
  opacity: 0.8;
}
.nav-list > .item > a:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -7px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#38a4ff), color-stop(#ff9239), to(#3fb033));
  background: linear-gradient(90deg, #38a4ff, #ff9239, #3fb033);
  content: "";
  height: 1px;
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: -1;
}
.nav-list > .item > a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.re_mo_disp {
  display: none;
}

@media screen and (max-width: 1330px) {
  .nav-inner .recruit {
    margin-left: 30px;
  }
  .nav-list {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-inner .recruit {
    margin-left: 15px;
    min-width: 130px;
  }
  .nav-inner .contact {
    min-width: 130px;
  }
  .nav-list {
    gap: 15px;
  }
}
@media screen and (max-width: 480px) {
  .re_mo_disp {
    display: block;
  }
  .slider-block + .nav-block {
    display: none;
  }
  .nav-block {
    display: none;
  }
  .nav-block.fixed ~ .slider-block,
  .nav-block.fixed ~ .title-block {
    margin-top: 0px;
  }
}
.footer-block {
  background: #393737;
  position: relative;
  z-index: 1;
}

.footer-inner {
  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: 50px 30px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1600px;
}
.footer-inner .footer-info {
  color: #fff;
}
.footer-inner .footer-info .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
  width: 330px;
}
.footer-inner .footer-info .logo-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  position: relative;
  width: 100%;
}
.footer-inner .footer-info .logo-box a > img {
  margin-right: 15px;
  vertical-align: top;
  max-width: 70px;
  width: 100%;
}
.footer-inner .footer-info .logo-box a .company {
  line-height: 1;
}
.footer-inner .footer-info .logo-box a .company .sub {
  font-size: 10px;
}
.footer-inner .footer-info .logo-box a .company .title img {
  margin-bottom: 2px;
  width: 200px;
}
.footer-inner .footer-info .logo-box a .company .en {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.footer-inner .footer-info .addr {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.footer-inner .footer-info .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 50px;
}
.footer-inner .footer-info .tel span {
  font-size: 16px;
  margin-right: 8px;
}
.footer-inner .footer-info .iso p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.footer-inner .footer-link .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: 600;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 50px;
  gap: 50px;
}
.footer-inner .footer-link .link-list a {
  color: #fff;
}
.footer-inner .footer-link .link-list.-sub a {
  font-size: 14px;
}
.footer-inner .copy {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 1px;
  width: 100%;
}

#page-top {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  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: 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: #393737;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
}
#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;
}
#page-top .backtotop:hover {
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  .footer-inner {
    padding: 40px 20px;
    min-width: 100%;
    max-width: 100%;
  }
  .footer-inner .footer-info .logo-box {
    margin-bottom: 30px;
  }
  .footer-inner .footer-info .addr {
    line-height: 1.4;
  }
  .footer-inner .footer-info .tel {
    margin-bottom: 20px;
  }
  .footer-inner .footer-info .iso p {
    font-size: 12px;
    line-height: 1.6;
  }
  .footer-inner .footer-link {
    display: none;
  }
  .footer-inner .copy {
    font-size: 10px;
    margin-top: 20px;
    text-align: center;
  }
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  #page-top .backtotop {
    width: 50px;
    height: 50px;
  }
  #page-top .backtotop:before {
    font-size: 40px;
  }
}
.article-box {
  margin: 0 auto 0px;
  max-width: 1600px;
}
.article-box > p:not([class]):first-child {
  margin-top: 0px;
}
.article-box > .btnlist-03:first-child {
  margin-top: 0px;
}
.article-box a:hover {
  opacity: 1;
}
.article-box p:not([class]) {
  min-height: 1rem;
}
.article-box p a:not([class]) {
  color: #393737;
  text-decoration: underline;
}
.article-box p a:not([class]):hover {
  text-decoration: none;
}
.article-box > ul:not([class]) li a,
.article-box > ul.flex-list li a,
.article-box > ol li a,
.article-box table ul:not([class]) li a,
.article-box table ol li a {
  text-decoration: underline;
}
.article-box > ul:not([class]) li a:hover,
.article-box > ul.flex-list li a:hover,
.article-box > ol li a:hover,
.article-box table ol li a:hover {
  text-decoration: none;
}
.article-box .radius {
  border-radius: 30px;
}
.article-box .mark {
  border-bottom: 1px solid #e71220;
}
.article-box .left {
  text-align: left;
}
.article-box .right {
  text-align: right;
}
.article-box .center {
  text-align: center;
}
.article-box .sec-gray {
  background: #f6f6f6;
  -webkit-box-shadow: 0 0 0 100vmax #f6f6f6;
          box-shadow: 0 0 0 100vmax #f6f6f6;
  clip-path: inset(0 -100vmax);
  margin-bottom: 100px;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.article-box .sec-gray:last-child {
  margin-bottom: 0;
}
.article-box .sec-gray + .category-box {
  padding-top: 0;
}
.article-box .sec-gray .btnlist-05:first-child {
  margin-top: 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .article-box {
    max-width: 100%;
  }
  .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;
  }
  .article-box p.center.mincho > strong > span {
    font-size: 160% !important;
  }
  .article-box p.center.mincho > span {
    font-size: 140% !important;
  }
  .article-box .sec-gray {
    margin-bottom: 60px;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .article-box .sec-gray .btnlist-05:first-child {
    margin-bottom: 40px;
  }
}
.btn-zip, .btn-xls, .btn-doc, .btn-pdf {
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  padding: 12px 12px 12px 43px;
}

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

   subtitle

------------------------------------------------*/
.article-box > h1:first-child {
  margin-top: 0px;
}

.article-box .headline,
.wysiwyg .headline,
.mce-content-body .headline {
  margin-bottom: 80px;
}
.article-box .headline .en,
.wysiwyg .headline .en,
.mce-content-body .headline .en {
  background: -webkit-gradient(linear, left bottom, left top, from(#0c2442), to(#4f7492));
  background: linear-gradient(0deg, #0c2442, #4f7492);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1;
}
.article-box .headline .title,
.wysiwyg .headline .title,
.mce-content-body .headline .title {
  background: -webkit-gradient(linear, left bottom, left top, from(#0c2442), to(#4f7492));
  background: linear-gradient(0deg, #0c2442, #4f7492);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}
.article-box .headline .lead,
.wysiwyg .headline .lead,
.mce-content-body .headline .lead {
  padding-top: 10px;
}
.article-box h1:not([class]),
.wysiwyg h1:not([class]),
.mce-content-body h1:not([class]) {
  border-bottom: 1px solid #aaa;
  font-size: 36px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 0 25px 0;
  position: relative;
  line-height: 1;
  width: 100%;
}
.article-box h1:not([class]):first-child,
.wysiwyg h1:not([class]):first-child,
.mce-content-body h1:not([class]):first-child {
  margin-top: 0;
}
.article-box h2,
.wysiwyg h2,
.mce-content-body h2 {
  color: #0c2442;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-top: 100px;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
.article-box h2.ml,
.wysiwyg h2.ml,
.mce-content-body h2.ml {
  line-height: 1.7;
}
.article-box h3,
.wysiwyg h3,
.mce-content-body h3 {
  background: #f6f6f6;
  color: #0c2442;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.article-box h4,
.wysiwyg h4,
.mce-content-body h4 {
  color: #0c2442;
  font-size: 21px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  line-height: 1;
  width: 100%;
}
.article-box h5,
.wysiwyg h5,
.mce-content-body h5 {
  border-bottom: 1px solid #aaa;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
  padding: 0 0 15px 0;
  position: relative;
  width: 100%;
}
.article-box h6,
.wysiwyg h6,
.mce-content-body h6 {
  color: #0c2442;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
  width: 100%;
}
.article-box .mincho,
.wysiwyg .mincho,
.mce-content-body .mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
}

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 li,
table td > ul.btnlist-03:first-child,
table td > ul.btnlist-04:first-child {
  margin-top: 0px;
}

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

	   list

------------------------------------------------*/
.article-box,
.mce-content-body {
  font-family: "LINE Seed JP", "Yu Gothic", "メイリオ", sans-serif;
}
.article-box ul.col-02,
.mce-content-body ul.col-02 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.article-box ul.col-03,
.mce-content-body ul.col-03 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.article-box ul.col-04,
.mce-content-body ul.col-04 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}
.article-box ul li,
.mce-content-body ul li {
  background: none;
}
.article-box ul:not([class]),
.article-box .col-02,
.article-box .col-03,
.article-box .col-04,
.article-box .flex-list,
.mce-content-body ul:not([class]),
.mce-content-body .col-02,
.mce-content-body .col-03,
.mce-content-body .col-04,
.mce-content-body .flex-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-box ul:not([class]) a,
.article-box .col-02 a,
.article-box .col-03 a,
.article-box .col-04 a,
.article-box .flex-list a,
.mce-content-body ul:not([class]) a,
.mce-content-body .col-02 a,
.mce-content-body .col-03 a,
.mce-content-body .col-04 a,
.mce-content-body .flex-list a {
  color: #393737;
}
.article-box ul:not([class]) a[href^="tel:"],
.article-box .col-02 a[href^="tel:"],
.article-box .col-03 a[href^="tel:"],
.article-box .col-04 a[href^="tel:"],
.article-box .flex-list a[href^="tel:"],
.mce-content-body ul:not([class]) a[href^="tel:"],
.mce-content-body .col-02 a[href^="tel:"],
.mce-content-body .col-03 a[href^="tel:"],
.mce-content-body .col-04 a[href^="tel:"],
.mce-content-body .flex-list a[href^="tel:"] {
  color: #222;
}
.article-box ul:not([class]) a:hover,
.article-box .col-02 a:hover,
.article-box .col-03 a:hover,
.article-box .col-04 a:hover,
.article-box .flex-list a:hover,
.mce-content-body ul:not([class]) a:hover,
.mce-content-body .col-02 a:hover,
.mce-content-body .col-03 a:hover,
.mce-content-body .col-04 a:hover,
.mce-content-body .flex-list a:hover {
  text-decoration: none;
}
.article-box ul:not([class]) li,
.article-box .col-02 li,
.article-box .col-03 li,
.article-box .col-04 li,
.article-box .flex-list li,
.mce-content-body ul:not([class]) li,
.mce-content-body .col-02 li,
.mce-content-body .col-03 li,
.mce-content-body .col-04 li,
.mce-content-body .flex-list li {
  background: none;
  padding-left: 28px;
  margin-bottom: 5px;
  line-height: 1.7;
  position: relative;
}
.article-box ul:not([class]) li:before,
.article-box .col-02 li:before,
.article-box .col-03 li:before,
.article-box .col-04 li:before,
.article-box .flex-list li:before,
.mce-content-body ul:not([class]) li:before,
.mce-content-body .col-02 li:before,
.mce-content-body .col-03 li:before,
.mce-content-body .col-04 li:before,
.mce-content-body .flex-list li:before {
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 1px;
  content: "arrow_right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  font-size: 21px;
  line-height: 1;
}
.article-box ul:not([class]) li.check:before,
.article-box .col-02 li.check:before,
.article-box .col-03 li.check:before,
.article-box .col-04 li.check:before,
.article-box .flex-list li.check:before,
.mce-content-body ul:not([class]) li.check:before,
.mce-content-body .col-02 li.check:before,
.mce-content-body .col-03 li.check:before,
.mce-content-body .col-04 li.check:before,
.mce-content-body .flex-list li.check:before {
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 3px;
  content: "check";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #3fb033;
  font-size: 18px;
  font-weight: 700;
}
.article-box ul:not([class]) li.circle:before,
.article-box .col-02 li.circle:before,
.article-box .col-03 li.circle:before,
.article-box .col-04 li.circle:before,
.article-box .flex-list li.circle:before,
.mce-content-body ul:not([class]) li.circle:before,
.mce-content-body .col-02 li.circle:before,
.mce-content-body .col-03 li.circle:before,
.mce-content-body .col-04 li.circle:before,
.mce-content-body .flex-list li.circle:before {
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 3px;
  content: "expand_circle_right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  font-weight: 700;
}
.article-box > dl,
.mce-content-body > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
  width: 100%;
}
.article-box > dl dt,
.mce-content-body > dl dt {
  font-weight: 700;
  min-width: 15%;
}
.article-box ol,
.mce-content-body ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.article-box ol > li,
.mce-content-body ol > li {
  padding-left: 8px;
}
.article-box ol > li:before,
.mce-content-body ol > li:before {
  display: none;
}
.article-box .pdf,
.mce-content-body .pdf {
  background: url(/img/common/icon/icon_pdf.svg) no-repeat 0 2px/21px !important;
}
.article-box .pdf:before,
.mce-content-body .pdf:before {
  display: none;
}
.article-box .xls,
.mce-content-body .xls {
  background: url(/img/common/icon/icon_xls.svg) no-repeat 0 2px/21px !important;
}
.article-box .xls:before,
.mce-content-body .xls:before {
  display: none;
}
.article-box .doc,
.mce-content-body .doc {
  background: url(/img/common/icon/icon_doc.svg) no-repeat 0 2px/21px !important;
}
.article-box .doc:before,
.mce-content-body .doc:before {
  display: none;
}
.article-box .zip,
.mce-content-body .zip {
  background: url(/img/common/icon/icon_zip.svg) no-repeat 0 2px/21px !important;
}
.article-box .zip:before,
.mce-content-body .zip:before {
  display: none;
}
.article-box .red,
.mce-content-body .red {
  color: #dd0000;
}
.article-box .blue,
.mce-content-body .blue {
  color: #0080cc;
}
.article-box .green,
.mce-content-body .green {
  color: #00aa66;
}
.article-box .strong,
.mce-content-body .strong {
  font-weight: 700;
}
.article-box .underline,
.mce-content-body .underline {
  text-decoration: underline;
}
.article-box hr,
.mce-content-body hr {
  border: 1px solid #222;
  margin: 50px auto;
}
.article-box img,
.mce-content-body img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.article-box p img,
.mce-content-body p img {
  vertical-align: middle;
  max-width: 100%;
}
.article-box p:not([class]) img,
.mce-content-body p:not([class]) img {
  border-radius: 15px;
}

.btnlist-01 li {
  margin: 20px auto;
  width: 60%;
}
.btnlist-01 li a {
  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;
  border-radius: 15px;
  background: #393737;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 30px 0px;
  line-height: 1;
  width: 100%;
}
.btnlist-01 li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.9;
}

.btnlist-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
  gap: 50px;
}
.btnlist-02 li {
  width: calc((100% - 50px) / 2);
}
.btnlist-02 li a {
  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;
  border-radius: 15px;
  background: #393737;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 30px 0px;
  line-height: 1;
  width: 100%;
}
.btnlist-02 li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.9;
}

.btnlist-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
  gap: 50px;
}
.btnlist-03 li {
  width: calc((100% - 100px) / 3);
}
.btnlist-03 li a {
  background: -webkit-gradient(linear, left bottom, left top, from(#0c2442), to(#4f7492));
  background: linear-gradient(0deg, #0c2442, #4f7492);
  border-radius: 15px;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 40px 30px 40px 30px;
  position: relative;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
}

.btnlist-04 {
  margin: 20px auto;
}
.btnlist-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.btnlist-04 li {
  background: #fff;
  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: 8px;
  font-size: 15px;
  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: #585454;
  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 #393737;
  color: #393737;
  text-decoration: none;
}
.btnlist-04 li:before {
  display: none;
}

.btnlist-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
  gap: 20px 50px;
}
.btnlist-05 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  width: calc((100% - 200px) / 5);
}
.btnlist-05 li:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0;
  content: "";
  background: #393737;
  height: 1px;
  width: 100%;
}
.btnlist-05 li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: block;
  font-size: 17px;
  line-height: 1;
  padding: 15px 30px 15px 0px;
  position: relative;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}
.btnlist-05 li a:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#38a4ff), color-stop(#ff9239), to(#3fb033));
  background: linear-gradient(90deg, #38a4ff, #ff9239, #3fb033);
  content: "";
  height: 1px;
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 0;
}
.btnlist-05 li a:after {
  position: absolute;
  top: 55%;
  right: 0px;
  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: "keyboard_arrow_down";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  font-size: 24px;
  color: #393737;
}
.btnlist-05 li a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.btnlist-05 li a:hover:after {
  -webkit-transition: all 100ms ease 100ms;
  transition: all 100ms ease 100ms;
}

.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: #3fb033;
}
.flex-list li a:hover {
  text-decoration: underline;
}

.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 #393737;
  color: #393737;
}

.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-col2 {
  table-layout: fixed;
  width: 100%;
}
.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 .table-img2 td img {
  max-height: 265px;
}

.table-col3 {
  table-layout: fixed;
  width: 100%;
}
.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;
}

@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: #3fb033;
  }
  .flex-list li a:hover {
    text-decoration: underline;
  }
}
/*------------------------------------------------

	   table

------------------------------------------------*/
.bg-gray {
  background: #f6f6f6 !important;
}

.bg-yellow {
  background: #fdfadf !important;
}

.bg-blue {
  background: #f4f9fa !important;
}

.bg-red {
  background: #ffeeea !important;
}

.bg-green {
  background: #EEFAE8 !important;
}

.bg-navy {
  background: #4f7492 !important;
  color: #fff !important;
}

.table-gray,
.table-list,
.table-none {
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 10px;
  width: 100%;
}
.table-gray th,
.table-list th,
.table-none th {
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  padding: 20px;
}
.table-gray td,
.table-list td,
.table-none td {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 20px;
  vertical-align: top;
}
.table-gray 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-list td.td_file li:before,
.table-none td.td_file li:before {
  display: none;
}
.table-gray td.td_file li a,
.table-list td.td_file li a,
.table-none td.td_file li a {
  color: #222;
}
.table-gray td a:not([class]),
.table-list td a:not([class]),
.table-none td a:not([class]) {
  text-decoration: underline;
  word-break: break-all;
}
.table-gray td a[href^="tel:"],
.table-list td a[href^="tel:"],
.table-none td a[href^="tel:"] {
  text-decoration: none;
}
.table-gray td ul:not([class]):first-child,
.table-list td ul:not([class]):first-child,
.table-none td ul:not([class]):first-child {
  margin: 0;
}
.table-gray td ul:not([class]):first-child li:last-child,
.table-list td ul:not([class]):first-child li:last-child,
.table-none td ul:not([class]):first-child li:last-child {
  margin-bottom: 0;
}
.table-gray td p, .table-gray td .list-box:first-child,
.table-list td p,
.table-list td .list-box:first-child,
.table-none td p,
.table-none td .list-box:first-child {
  margin-top: 0;
}
.table-gray li.pdf a:before, .table-gray 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 a:before, .table-gray 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-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: #4f7492;
  color: #fff;
  border: 1px solid #ddd;
  width: 20%;
}
.table-gray td {
  border: 1px solid #ddd;
}

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

.table-list > tbody > tr > th {
  border-bottom: 2px solid #393737;
  font-weight: 600;
  text-align: left;
  width: 30% !important;
}
.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: 50px;
}
.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 {
  border-radius: 15px;
  margin-bottom: 20px;
  vertical-align: top;
  width: auto !important;
  max-width: 480px;
  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-imgl > tbody > tr > td .name,
.table-imgr > tbody > tr > td .name {
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}
.table-imgl > tbody > tr > td .name p:not(:last-child),
.table-imgr > tbody > tr > td .name p:not(:last-child) {
  margin-bottom: 10px;
}
.table-imgl > tbody > tr > td .name strong,
.table-imgr > tbody > tr > td .name strong {
  font-size: 30px;
}

.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 {
  border-radius: 15px;
  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 {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
  max-width: 98%;
}
.table-img2 td div {
  text-align: center;
  margin-top: 10px;
}

.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 {
  border-radius: 15px;
  margin: 0 auto;
  max-width: 96%;
  vertical-align: top;
  height: auto;
}
.table-img3 img + p {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
  max-width: 98%;
}
.table-img3 a + p {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
  max-width: 98%;
}

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

.frame-box {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding: 30px;
  width: 100%;
  height: 100%;
}
.frame-box.-gray {
  border: none;
  background: #f6f6f6;
}
.frame-box.-center {
  text-align: center;
}
.frame-box.-center .tel {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.frame-box h2,
.frame-box h3,
.frame-box h4,
.frame-box h5,
.frame-box h6 {
  margin-top: 0;
}
.frame-box .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 700;
  margin-bottom: 20px;
}
.frame-box .tel .head {
  font-size: 18px;
  padding-right: 10px;
}
.frame-box .tel .num {
  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: 36px;
  line-height: 1;
}
.frame-box .tel .num a {
  text-decoration: none;
}
.frame-box .tel .num em {
  color: #0c2442;
  font-size: 42px;
}
.frame-box .text {
  line-height: 1.5;
}

.media-card {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding: 30px;
  width: 100%;
  height: 100%;
  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;
}
.media-card .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-right: 30px;
}
.media-card .image img {
  vertical-align: top;
  max-width: 150px;
  margin-bottom: 0;
  border-radius: 0px;
}
.media-card .image p + p {
  margin-left: 20px;
}
.media-card .text {
  width: 100%;
}

.category-box {
  padding: 100px 0px 0;
}

.equipment-box {
  margin-bottom: 50px;
}
.equipment-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 20px;
  height: 424px;
}
.equipment-box a .img {
  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: 20px 0px 0px 20px;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
.equipment-box a .text {
  background: #fff;
  border-radius: 0px 20px 20px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  width: 50%;
}
.equipment-box a .text .en {
  color: #0c2442;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
}
.equipment-box a .text .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 50px;
}
.equipment-box a .text .lead {
  margin-bottom: 50px;
  width: 100%;
}
.equipment-box a .text .btn {
  background: #393737;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 30px 0px;
  text-align: center;
  line-height: 1;
  width: 300px;
}

@media screen and (max-width: 480px) {
  .btn-pdf, .btn-doc, .btn-xls, .btn-zip {
    font-size: 14px;
  }
  /*------------------------------------------------

     subtitle

  ------------------------------------------------*/
  .article-box .headline,
  .wysiwyg .headline,
  .mce-content-body .headline {
    margin-bottom: 50px;
  }
  .article-box .headline .en,
  .wysiwyg .headline .en,
  .mce-content-body .headline .en {
    font-size: clamp(14px, 4.5vw, 16px);
    width: 100%;
    white-space: nowrap;
  }
  .article-box .headline .title,
  .wysiwyg .headline .title,
  .mce-content-body .headline .title {
    font-size: clamp(30px, 10vw, 60px);
    width: 100%;
    line-height: 1.3;
  }
  .article-box h1:not([class]),
  .wysiwyg h1:not([class]),
  .mce-content-body h1:not([class]) {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.3;
    padding: 0 0 15px 0;
  }
  .article-box h2,
  .wysiwyg h2,
  .mce-content-body h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .article-box h2.ml,
  .wysiwyg h2.ml,
  .mce-content-body h2.ml {
    line-height: 1.4;
    font-size: 20px;
  }
  .article-box h3,
  .wysiwyg h3,
  .mce-content-body h3 {
    line-height: 1.3;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 15px 15px;
  }
  .article-box h4,
  .wysiwyg h4,
  .mce-content-body h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 20px;
  }
  .article-box h5,
  .wysiwyg h5,
  .mce-content-body h5 {
    margin-top: 20px;
    padding: 0 0 10px 0;
  }
  .article-box h6,
  .wysiwyg h6,
  .mce-content-body h6 {
    font-size: 15px;
    margin-top: 20px;
  }
  /*------------------------------------------------

  	   list

  ------------------------------------------------*/
  .article-box ul.col-02,
  .mce-content-body ul.col-02 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .article-box ul.col-02 li,
  .mce-content-body ul.col-02 li {
    line-height: 1.3;
    margin: 5px 0;
  }
  .article-box ul.col-03,
  .mce-content-body ul.col-03 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .article-box ul.col-03 li,
  .mce-content-body ul.col-03 li {
    line-height: 1.3;
    margin: 5px 0;
  }
  .article-box ul.col-04,
  .mce-content-body ul.col-04 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .article-box ul.col-04 li,
  .mce-content-body ul.col-04 li {
    line-height: 1.3;
    margin: 5px 0;
  }
  .article-box ul:not([class]) a[href^="tel:"],
  .article-box .col-02 a[href^="tel:"],
  .article-box .col-03 a[href^="tel:"],
  .article-box .col-04 a[href^="tel:"],
  .article-box .flex-list a[href^="tel:"],
  .mce-content-body ul:not([class]) a[href^="tel:"],
  .mce-content-body .col-02 a[href^="tel:"],
  .mce-content-body .col-03 a[href^="tel:"],
  .mce-content-body .col-04 a[href^="tel:"],
  .mce-content-body .flex-list a[href^="tel:"] {
    color: #3fb033;
  }
  .btnlist-01 {
    margin: 30px auto;
  }
  .btnlist-01 li {
    margin: 10px auto;
    width: 100%;
  }
  .btnlist-01 li a {
    font-size: 14px;
    line-height: 1.3;
    padding: 20px;
  }
  .btnlist-02 {
    margin: 30px auto;
    gap: 10px;
  }
  .btnlist-02 li {
    width: 100%;
  }
  .btnlist-02 li a {
    font-size: 14px;
    line-height: 1.3;
    padding: 20px;
  }
  .btnlist-03 {
    margin: 30px auto;
    gap: 10px;
  }
  .btnlist-03 li {
    width: 100%;
  }
  .btnlist-03 li a {
    font-size: 14px;
    line-height: 1.3;
    padding: 20px;
  }
  .btnlist-04 {
    gap: 10px;
  }
  .btnlist-04 li a {
    font-size: 14px;
    line-height: 1.3;
  }
  .btnlist-05 {
    margin: 20px auto;
    gap: 10px;
  }
  .btnlist-05 li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
  .btnlist-05 li a {
    font-size: 14px;
    line-height: 1.3;
    padding: 12px 25px 12px 0px;
  }
  .btnlist-05 li a:after {
    font-size: 15px;
  }
  .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 > 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%;
  }
}
@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .flex-list {
    display: block;
  }
  .flex-list li {
    display: inline-block;
    margin-right: 15px;
  }
  .flex-list li a {
    color: #3fb033;
  }
  .flex-list li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 480px) {
  /*------------------------------------------------

  	   table

  ------------------------------------------------*/
  .table-gray,
  .table-list,
  .table-none {
    width: 100% !important;
  }
  .table-gray iframe,
  .table-list iframe,
  .table-none iframe {
    width: 100%;
  }
  .table-gray th, .table-gray td,
  .table-list th,
  .table-list td,
  .table-none th,
  .table-none td {
    font-size: 14px;
    padding: 8px;
  }
  .table-gray td a[href^="tel:"],
  .table-list td a[href^="tel:"],
  .table-none td a[href^="tel:"] {
    color: #3fb033;
  }
  .table-gray .flex-list,
  .table-list .flex-list,
  .table-none .flex-list {
    margin: 0;
  }
  .table-gray .flex-list li,
  .table-list .flex-list li,
  .table-none .flex-list li {
    font-size: 14px;
    margin-bottom: 0px;
    padding-left: 26px;
  }
  .table-list td {
    border-bottom: none;
  }
  .table-list td:first-child {
    font-weight: bold;
  }
  .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-imgl > tbody > tr > td,
  .table-imgr > tbody > tr > td {
    display: block;
    width: 100% !important;
  }
  .table-imgl > tbody > tr > td:first-child,
  .table-imgr > tbody > tr > td:first-child {
    padding-right: 0px;
  }
  .table-imgl > tbody > tr > td img,
  .table-imgr > tbody > tr > td img {
    display: block;
    max-width: 96%;
    margin: 0 auto 10px;
  }
  .table-imgl > tbody > tr > td img + p,
  .table-imgr > tbody > tr > td img + p {
    margin-top: 10px;
  }
  .table-imgl table td,
  .table-imgr table td {
    display: table-cell !important;
    width: auto;
  }
  .table-imgr > tbody > tr > td:last-child {
    padding-left: 0px;
    text-align: center;
  }
  .table-imgr > tbody > tr > td 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 td > img + p,
  .table-img3 td > img + p {
    font-size: 12px;
    line-height: 1.3;
  }
  .table-img2 img,
  .table-img3 img {
    width: 100% !important;
    height: auto !important;
  }
  .table-img2 img + p,
  .table-img3 img + p {
    font-size: 12px;
    line-height: 1.3;
  }
  .table-img2 td > p + p,
  .table-img3 td > p + p {
    line-height: 1.3;
  }
  .table-sp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .table-sp table {
    width: 850px !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;
  }
  .frame-box {
    margin-top: 20px;
    padding: 20px 10px;
    width: calc(100% - 20px);
  }
  .frame-box h2,
  .frame-box h3,
  .frame-box h4,
  .frame-box h5,
  .frame-box h6 {
    margin-top: 0;
  }
  .frame-box .tel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .frame-box .tel .head {
    font-size: 16px;
  }
  .frame-box .tel .num {
    font-size: 30px;
  }
  .frame-box .tel .num em {
    font-size: 36px;
  }
  .media-card {
    padding: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .media-card .image {
    padding-right: 0px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .category-box {
    padding: 60px 0px 0;
  }
  .equipment-box {
    margin-bottom: 30px;
  }
  .equipment-box a {
    height: auto;
  }
  .equipment-box a .img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: auto;
  }
  .equipment-box a .text {
    border-radius: 0px 0px 20px 20px;
    padding: 30px;
    width: 100%;
  }
  .equipment-box a .text .en {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .equipment-box a .text .title {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .equipment-box a .text .lead {
    margin-bottom: 30px;
  }
  .equipment-box a .text .btn {
    padding: 20px 0px;
    width: 100%;
  }
}
.content-block.-gray {
  background: #f6f6f6;
}
.content-block .content-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

@media screen and (min-width: 1600px) {
  .content-inner {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .content-block .content-inner {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
  }
}
.info-list {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}
.info-list li:last-child {
  border-bottom: none;
}
.info-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;
  line-height: 1;
  padding: 15px 40px 15px 0px;
  position: relative;
}
.info-list li > a:after {
  position: absolute;
  top: auto;
  right: 10px;
  bottom: auto;
  left: auto;
  content: "navigate_next";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -ms-flex-item-align: center;
      align-self: center;
  color: #585454;
  font-size: 24px;
  font-weight: 600;
}
.info-list li > a:hover {
  color: #4f7492;
}
.info-list li > a:hover:after {
  position: absolute;
  top: auto;
  right: 5px;
  bottom: auto;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  color: #4f7492;
}
.info-list li > a time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: 600;
  letter-spacing: 1px;
  width: 130px;
}
.info-list li > a .label {
  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: #aaa;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 25px;
  padding: 7px 10px 6px;
  line-height: 1.5;
  min-width: 120px;
}
.info-list li > a .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.info-list li > a .text.-pin {
  padding-left: 25px;
}
.info-list li > a .text.-pin::before {
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: 0;
  content: "keep";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  font-size: 18px;
}
.info-list li > a .text p {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  font-size: 15px;
  padding-top: 10px;
}

.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: #f6f6f6;
  display: block;
  font-size: 87.5%;
  padding: 7px 10px;
  margin: 0px 5px;
  line-height: 1;
}
.pagebute-box a:hover {
  background: #4f7492;
  color: #fff;
}
.pagebute-box .current_page {
  background: #4f7492;
  color: #fff;
  font-size: 87.5%;
  padding: 7px 10px;
  margin: 0px 5px;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .info-list li > a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.6;
    padding: 10px 30px 10px 0px;
  }
  .info-list li > a:after {
    right: 5px;
  }
  .info-list li > a time {
    width: 110px;
  }
  .info-list li > a .label {
    margin-right: 0px;
  }
  .info-list li > a .text {
    margin-top: 10px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .pagebute-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagebute-box a {
    margin: 5px 5px;
  }
  .pagebute-box .current_page {
    margin: 5px 5px;
  }
}
.slider-block {
  position: relative;
  z-index: 0;
}
.slider-block:before {
  background: top;
  width: 100%;
  height: 100%;
}

.slider-inner {
  position: relative;
  z-index: 0;
}
.slider-inner .img00:before,
.slider-inner .img01:before,
.slider-inner .img02:before,
.slider-inner .img03:before,
.slider-inner .img04:before,
.slider-inner .img05:before,
.slider-inner .img06:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  content: "";
  z-index: 1;
}
.slider-inner .img00:before {
  background: #242222;
}
.slider-inner .img00 .slider-text .copy {
  font-family: "LINE Seed JP";
  white-space: nowrap;
}
.slider-inner .img02:before {
  background: rgba(0, 0, 0, 0.3);
}
.slider-inner .img01 {
  width: 100%;
}
.slider-inner .img01 .slider-text.-delay {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  opacity: 1;
}
.slider-inner .img04 + .img00 .slider-text .copy {
  font-family: "Zen Old Mincho";
}
.slider-inner .slide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-text {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: auto;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
  height: 100%;
}
.slider-text.-delay {
  opacity: 0;
}
.slider-text .copy {
  font-family: "Zen Old Mincho";
  font-size: clamp(60px, 2.19vw, 80px);
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  letter-spacing: -1px;
  line-height: 1;
  top: 1em;
  position: relative;
}
.slider-text .copy br {
  display: none;
}
.slider-text .company p {
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.slider-text .company p:first-child {
  font-size: 30px;
  margin-bottom: 30px;
}

.slider-countdown {
  position: absolute;
  top: 140px;
  right: 30px;
  bottom: auto;
  left: auto;
  opacity: 0;
  width: 280px;
  z-index: 2;
}
.slider-countdown.-show {
  -webkit-animation: countdownShow 1s ease forwards;
          animation: countdownShow 1s ease forwards;
}
.slider-countdown .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(57, 55, 55, 0.2);
          box-shadow: 0 10px 20px rgba(57, 55, 55, 0.2);
  color: #393737;
  font-size: 21px;
  font-weight: 600;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
}
.slider-countdown .text .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}
.slider-countdown .text .head .year {
  background: -webkit-gradient(linear, left top, left bottom, from(#38a4ff), color-stop(#ff9239), to(#3fb033));
  background: linear-gradient(-180deg, #38a4ff, #ff9239, #3fb033);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
  font-weight: 800;
  padding: 0 8px;
}
.slider-countdown .text .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.slider-countdown .text .count .day {
  color: #ca3746;
  font-size: 32px;
  font-weight: 800;
  padding: 0 8px 0px 6px;
}

@-webkit-keyframes countdownShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes countdownShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 480px) {
  .slider-inner .slide-media img {
    height: 90vh;
    min-height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider-inner .img01 img {
    -o-object-position: 60% center;
       object-position: 60% center;
  }
  .slider-inner .img03 img {
    -o-object-position: 55% center;
       object-position: 55% center;
  }
  .slider-inner .img05 img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 65% center;
       object-position: 65% center;
  }
  .slider-text .copy {
    font-size: clamp(18px, 5.6vw, 21px);
  }
  .slider-text .copy.-ikedan {
    font-size: clamp(20px, 11vw, 21px);
  }
  .slider-countdown {
    top: auto;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: auto;
    width: 200px;
  }
  .slider-countdown .text {
    font-size: 14px;
    padding: 15px;
  }
  .slider-countdown .text .head .year {
    font-size: 32px;
    padding: 0 5px;
  }
  .slider-countdown .text .count .day {
    font-size: 26px;
    padding: 0 5px 0px 3px;
  }
}
.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#38a4ff), color-stop(#ff9239), to(#3fb033));
  background: linear-gradient(90deg, #38a4ff, #ff9239, #3fb033);
  position: relative;
  padding: 0 20px;
  height: 350px;
}
.title-block:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(/img/common/title/bg.png) no-repeat 0 0;
  content: "";
  width: 100%;
  height: 100%;
}
.title-block:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}

.title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1;
  position: relative;
  max-width: 1600px;
  white-space: nowrap;
  width: 100%;
  height: 100%;
}
.title-inner:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -9px;
  left: auto;
  color: #fff;
  content: "IKEDA AIR CONDITIONING";
  letter-spacing: -2px;
  font-weight: 800;
  font-size: clamp(81px, 6.55vw, 107px);
  z-index: 1;
}
.title-inner .title {
  background: -webkit-gradient(linear, left bottom, left top, from(#0c2442), to(#4f7492));
  background: linear-gradient(0deg, #0c2442, #4f7492);
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1;
  letter-spacing: -1px;
  width: 100%;
}
.title-inner .en {
  background: -webkit-gradient(linear, left bottom, left top, from(#0c2442), to(#4f7492));
  background: linear-gradient(0deg, #0c2442, #4f7492);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .title-block {
    padding: 0 10px;
    height: 200px;
  }
  .title-block:before {
    background-size: cover;
  }
  .title-inner {
    max-width: 100%;
  }
  .title-inner:before {
    font-size: clamp(24px, 6.55vw, 50px);
    bottom: -3px;
  }
  .title-inner .title {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .title-inner .en {
    font-size: 18px;
  }
}
.topicpath-box {
  background: #f6f6f6;
  padding: 30px 20px;
  margin: 0 auto;
  width: 100%;
}
.topicpath-box ul {
  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;
  margin: 0 auto;
  max-width: 1600px;
}
.topicpath-box ul li {
  font-size: 14px;
  font-weight: 400;
  margin-right: 40px;
  position: relative;
  line-height: 1.5;
}
.topicpath-box ul li:after {
  position: absolute;
  top: 0px;
  right: -30px;
  bottom: auto;
  left: auto;
  content: "arrow_right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  font-size: 21px;
  line-height: 1;
}
.topicpath-box ul li:last-child {
  margin-right: 0px;
}
.topicpath-box ul li:last-child:after {
  content: "";
}

@media screen and (max-width: 480px) {
  .topicpath-box {
    padding: 15px 10px;
    margin: 70px auto 0px;
  }
  .topicpath-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
  }
  .topicpath-box ul li {
    font-size: 13px;
  }
  .topicpath-box ul li:after {
    top: -2px;
  }
}
:root {
  --swiper-navigation-size: 24px;
  --swiper-navigation-color: $g_color_10;
  --swiper-pagination-color: #38a4ff;
  --swiper-theme-color: $g_color_10;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-swiper {
  border-radius: 10px;
}
.modal-swiper li {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.modal-swiper li .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
}
.modal-swiper li .img img {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  vertical-align: bottom;
  width: 100%;
  max-height: 65vh;
}
.modal-swiper li .text {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
}
.modal-swiper .swiper-button-next,
.modal-swiper .swiper-button-prev {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  height: 48px;
  width: auto;
}
.modal-swiper .swiper-button-next::after,
.modal-swiper .swiper-button-prev::after {
  font-size: 20px;
}

.modal__footer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 1;
}
.modal__footer dl dt {
  font-weight: 600;
  border-bottom: 1px solid #222;
  padding: 15px;
  width: 20%;
}
.modal__footer dl dd {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  width: 100%;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  z-index: 100000;
  position: relative;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__container {
  background-color: #fff;
  min-width: 800px;
  width: 40%;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__container > div {
  padding: 30px;
}

@media screen and (max-width: 480px) {
  .modal__container {
    max-height: 90vh;
    max-width: 100vh;
    min-width: 300px;
    width: 96%;
  }
  .modal__container > div {
    padding: 20px;
  }
  .modal__footer dl dt {
    padding: 10px;
    width: 35%;
    min-width: 90px;
    line-height: 1.4;
  }
  .modal__footer dl dd {
    padding: 10px;
    line-height: 1.4;
  }
  .modal-swiper .swiper-button-next,
  .modal-swiper .swiper-button-prev {
    height: 30px;
  }
}
.modal__header {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
}

.modal__content {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__content.-sort td {
  cursor: -webkit-grab;
  cursor: grab;
}

.modal__content.-sort .ui-sortable-helper td:first-child {
  border-right: 0px solid #ccc;
  width: 17%;
}

.modal__content.-sort .ui-sortable-helper td:nth-child(2) {
  border-right: 0px solid #ccc;
  width: 37%;
}

.modal__content.-sort .ui-sortable-helper td:nth-child(3) {
  border-right: 1px solid #ccc;
  width: 37%;
}

.modal__content.-sort .ui-sortable-helper td:last-child {
  border-right: 0px solid #ccc;
}

.modal__content.-sort .box_btn {
  margin-bottom: 0;
}

.modal__content.-form {
  margin-bottom: 0;
}

.modal__content.-form .box_sec {
  width: 100%;
  min-width: 100%;
}

.modal__content.-form .box_sec .box_sec_in {
  margin: 0;
}

.modal__content.-form .box_btn {
  padding-top: 0;
  margin-bottom: 0;
}

.modal__content.-form .box_btn ul {
  margin-bottom: 0;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  /* will-change: transform; */
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn-primary {
  background-color: #787681;
  color: #fff;
}

.modal__footer {
  background: none;
  height: auto;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  /* will-change: transform; */
}

.index-recruit .text a .btn, .index-info .btn {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  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;
  background: -webkit-gradient(linear, left bottom, left top, from(#393737), to(#585454));
  background: linear-gradient(0deg, #393737, #585454);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  padding: 30px 0px;
  line-height: 1;
}
.index-recruit .text a .btn:hover, .index-info .btn:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  letter-spacing: 1px;
  opacity: 0.9;
}

.cat-list {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 80px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  z-index: 1;
}
.cat-list li {
  border-radius: 50px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px;
  line-height: 1;
}
.cat-list li.public {
  background: #3fb033;
  color: #fff;
}
.cat-list li.education {
  background: #4f7492;
  color: #fff;
}
.cat-list li.office {
  background: #585454;
  color: #fff;
}
.cat-list li.medical {
  background: #38a4ff;
  color: #fff;
}
.cat-list li.commercial {
  background: #ff9239;
  color: #fff;
}
.cat-list li.residential {
  background: #69499c;
  color: #fff;
}
.cat-list li.hotel {
  background: #ca3746;
  color: #fff;
}

.index-project .headline, .index-about .headline, .index-info .headline {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  padding-top: 100px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.index-project .headline .title, .index-about .headline .title, .index-info .headline .title {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 20px;
}
.index-project .headline .en, .index-about .headline .en, .index-info .headline .en {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.index-info {
  background: url(/img/common/item/bg_grad.png) no-repeat 50% 50%;
  background-attachment: fixed;
  position: relative;
  padding: 0px 20px 100px 20px;
}
.index-info:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background: url(/img/common/item/bg_bld.png) no-repeat 0 bottom;
  background-attachment: fixed;
  content: "";
  width: 100%;
  height: 100%;
}
.index-info .info-list {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  padding: 40px 50px 40px 60px;
  margin: 0 auto;
  max-width: 1600px;
}
.index-info .btn {
  margin: 0 auto;
  width: 400px;
  z-index: 1;
}

.index-about {
  background: url(/img/index/bg_about.jpg) no-repeat 0% 0%;
  position: relative;
  padding-top: 120px;
}
.index-about .headline {
  padding-top: 0;
}
.index-about > .text {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  margin-bottom: 150px;
}
.index-about .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #fff;
}
.index-about .about-list li {
  z-index: 1;
  width: 33.3333333333%;
}
.index-about .about-list li:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.index-about .about-list li:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.index-about .about-list li:nth-child(3) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.index-about .about-list li a {
  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;
  line-height: 1;
  mix-blend-mode: overlay;
  position: relative;
}
.index-about .about-list li a:hover .img:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
  background: rgba(0, 0, 0, 0);
}
.index-about .about-list li a:hover .img img {
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.index-about .about-list li a .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.index-about .about-list li a .img:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-about .about-list li a .img img {
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
}
.index-about .about-list li a .text {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  color: #fff;
  line-height: 1;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.index-about .about-list li a .text .title {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 1px;
  width: 100%;
}
.index-about .about-list li a .text .en {
  font-size: clamp(32px, 3.15vw, 60px);
  font-weight: 600;
  width: 100%;
}

.index-project {
  background: url(/img/common/item/bg_grad.png) no-repeat 0% 100%;
  position: relative;
  padding-bottom: 100px;
}
.index-project .swiper {
  padding-inline: 20px;
  min-width: 1240px;
  max-width: 1600px;
}
.index-project .swiper-slide a {
  position: relative;
  display: block;
}
.index-project .swiper-slide a:hover .img {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
}
.index-project .swiper-slide a:hover .img img {
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.index-project .swiper-slide a:hover .title {
  color: #3fb033;
}
.index-project .swiper-slide a .img {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.index-project .swiper-slide a .img:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "";
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#393737));
  background: linear-gradient(180deg, transparent, transparent, #393737);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-project .swiper-slide a .img img {
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 500px;
  width: 100%;
  height: 500px;
}
.index-project .swiper-slide a .text {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 40px);
  z-index: 2;
}
.index-project .swiper-wrapper {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.index-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.index-recruit .img {
  position: relative;
  width: 61.5%;
}
.index-recruit .img img {
  width: 100%;
}
.index-recruit .img .copy {
  position: absolute;
  top: auto;
  right: 50px;
  bottom: 50px;
  left: auto;
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.index-recruit .img .copy .title {
  font-size: 62px;
  margin-bottom: 20px;
}
.index-recruit .text {
  background: url(/img/common/item/bg_recruit.jpg) no-repeat 0 0;
  width: 50%;
}
.index-recruit .text a {
  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;
  padding: 0 50px;
  height: 100%;
}
.index-recruit .text a .headline {
  margin: 0 auto;
}
.index-recruit .text a .headline .title {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.index-recruit .text a .headline .en {
  font-size: clamp(52px, 3.67vw, 70px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  margin-bottom: clamp(60px, 4.2vw, 80px);
}
.index-recruit .text a .lead {
  font-size: clamp(21px, 1.26vw, 24px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
}
.index-recruit .text a .btn {
  margin: 0 auto;
  width: 400px;
  z-index: 1;
}

.index-ibnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(40px, 2.62vw, 50px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-inline: 10px;
  margin: 0 auto;
  max-width: 1600px;
}
.index-ibnr li {
  width: calc((100% - 150px) / 4);
}
.index-ibnr li:first-child {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.index-ibnr li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.index-ibnr li:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.index-ibnr li:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.index-ibnr li:nth-child(5) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.index-ibnr li:nth-child(6) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.index-ibnr li:nth-child(7) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.index-ibnr li:nth-child(8) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.index-ibnr li a {
  position: relative;
}
.index-ibnr li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.index-ibnr li a:hover .img {
  -webkit-box-shadow: 0 15px 40px rgba(108, 104, 104, 0.3);
          box-shadow: 0 15px 40px rgba(108, 104, 104, 0.3);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-ibnr li a .img {
  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;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 15px 40px rgba(108, 104, 104, 0.2);
          box-shadow: 0 15px 40px rgba(108, 104, 104, 0.2);
  font-weight: 600;
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
  height: 200px;
}
.index-ibnr li a .img.-xls {
  background: url(/img/common/icon/icon_xls.svg) no-repeat 50% 50%/60px;
}
.index-ibnr li a .img img {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  max-width: 200px;
  max-height: 130px;
  vertical-align: bottom;
}
.index-ibnr li a .title {
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}

.index-project,
.index-bnr-box {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.index-project .swiper,
.index-bnr-box .swiper {
  overflow: visible;
}
.index-project .swiper-slide:not(.swiper-slide-visible) a,
.index-bnr-box .swiper-slide:not(.swiper-slide-visible) a {
  pointer-events: none;
  opacity: 0.3;
}
.index-project .swiper-slide,
.index-bnr-box .swiper-slide {
  height: auto;
}
.index-project .swiper-button-prev,
.index-project .swiper-button-next,
.index-bnr-box .swiper-button-prev,
.index-bnr-box .swiper-button-next {
  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: #fff;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1);
          box-shadow: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  width: 70px;
  height: 70px;
}
.index-project .swiper-button-prev:after,
.index-project .swiper-button-next:after,
.index-bnr-box .swiper-button-prev:after,
.index-bnr-box .swiper-button-next:after {
  font-size: 21px;
  font-weight: 800;
}

.index-bnr-box .swiper-button-prev,
.index-bnr-box .swiper-button-next {
  width: 50px;
  height: 50px;
}
.index-bnr-box .swiper-button-prev:after,
.index-bnr-box .swiper-button-next:after {
  font-size: 16px;
  font-weight: 800;
}

.index-bnr li {
  border-radius: 10px;
  width: 20%;
}
.index-bnr li a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.index-bnr li a:hover .img img {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.index-bnr li a:hover .title {
  color: #3fb033;
}
.index-bnr li a .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  aspect-ratio: 3/2;
  background: #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
}
.index-bnr li a .img:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "";
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#393737));
  background: linear-gradient(180deg, transparent, transparent, #393737);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-bnr li a .img img {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  vertical-align: bottom;
  width: 100%;
}
.index-bnr li a .text {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
}

.index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
  gap: 50px;
}
.index-list li {
  width: calc((100% - 100px) / 3);
}
.index-list li.col2 {
  width: calc((100% - 50px) / 2);
}
.index-list li:first-child {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.index-list li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.index-list li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.index-list li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.index-list li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.index-list li:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.index-list li:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.index-list li:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.index-list a {
  position: relative;
}
.index-list a:hover .img img {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.index-list a:after {
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  font-size: 24px;
}
.index-list a .img {
  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;
  aspect-ratio: 3/2;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.index-list a .img img {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  border-radius: 20px;
  vertical-align: middle;
  width: 100%;
}
.index-list a .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
}
.index-list a p {
  line-height: 1;
}

.wrap.-index .headline .en {
  font-size: 70px;
}

@media screen and (max-width: 480px) {
  .index-info .btn, .index-recruit .text a .btn {
    font-size: 14px;
    line-height: 1.3;
    padding: 20px;
  }
  .cat-list {
    left: 20px;
    bottom: 60px;
    gap: 10px;
  }
  .cat-list li {
    padding: 8px 15px;
  }
  .index-info .headline, .index-about .headline, .index-project .headline {
    padding-top: 70px;
    margin-bottom: 40px;
  }
  .index-info .headline .title, .index-about .headline .title, .index-project .headline .title {
    font-size: clamp(13px, 3.5vw, 18px);
    line-height: 1;
    margin-bottom: 20px;
  }
  .index-info .headline .en, .index-about .headline .en, .index-project .headline .en {
    font-size: clamp(26px, 8.5vw, 40px);
  }
  .index-info {
    background: url(/img/common/item/bg_grad.png) no-repeat 50% 100%;
    padding: 0px 10px 70px 10px;
  }
  .index-info:before {
    background: url(/img/common/item/bg_bld.png) no-repeat 0 bottom;
  }
  .index-info .info-list {
    padding: 20px 15px 20px 25px;
    max-width: 100%;
  }
  .index-info .btn {
    width: 100%;
  }
  .index-about {
    padding-top: 0px;
    background: url(/img/index/bg_about.jpg) no-repeat 63% 0%;
  }
  .index-about > .text {
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 60px;
  }
  .index-about .about-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-about .about-list li {
    width: 100%;
  }
  .index-about .about-list li a .img {
    overflow: hidden;
    height: 230px;
    width: 100%;
  }
  .index-about .about-list li a .img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .index-about .about-list li a .text .title {
    font-size: clamp(13px, 3.5vw, 18px);
  }
  .index-about .about-list li a .text .en {
    font-size: clamp(28px, 7.15vw, 30px);
  }
  .index-project {
    padding-bottom: 70px;
  }
  .index-project .swiper {
    min-width: 100%;
    max-width: 100%;
  }
  .index-project .swiper-slide a .img img {
    height: 250px;
  }
  .index-project .swiper-slide a .text {
    font-size: 20px;
    line-height: 1.4;
    bottom: 20px;
    left: 20px;
  }
  .index-recruit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-recruit .img {
    width: 100%;
  }
  .index-recruit .img .copy {
    right: auto;
    left: 20px;
    bottom: 30px;
    font-size: clamp(20px, 7vw, 36px);
  }
  .index-recruit .img .copy .title {
    font-size: clamp(30px, 13vw, 40px);
    margin-bottom: 20px;
  }
  .index-recruit .text {
    width: 100%;
  }
  .index-recruit .text a {
    padding: 50px 20px;
  }
  .index-recruit .text a .headline .title {
    font-size: clamp(13px, 3.5vw, 18px);
  }
  .index-recruit .text a .headline .en {
    font-size: clamp(26px, 8.5vw, 40px);
    margin-bottom: 20px;
  }
  .index-recruit .text a .lead {
    font-size: clamp(16px, 4.26vw, 20px);
    margin-bottom: 40px;
  }
  .index-recruit .text a .btn {
    width: 100%;
  }
  .index-ibnr {
    gap: 20px;
    max-width: 100%;
  }
  .index-ibnr li {
    width: 80%;
  }
  .index-ibnr li a .img {
    font-size: 15px;
    height: 160px;
  }
  .index-ibnr li a .img img {
    max-height: 100px;
  }
  .index-bnr li {
    width: 100%;
  }
  .index-bnr li a .text {
    display: none;
  }
  .index-list {
    margin-bottom: 60px;
    gap: 30px;
  }
  .index-list li {
    width: 100%;
  }
  .index-list li.col2 {
    width: 100%;
  }
  .index-list a p {
    line-height: 1.6;
  }
  .wrap.-index .headline .en {
    font-size: clamp(26px, 8.5vw, 40px);
  }
}
.award-box {
  background: #f6f6f6;
  border-radius: 0px;
  padding: 30px;
}
.award-box .award-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.award-box .award-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  width: calc((100% - 30px) / 2);
}
.award-box .award-list > li h5 {
  margin-top: 0;
}
.award-box .award-list > li h6 {
  margin-top: 10px;
}
.award-box .award-list > li .award-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 20px;
  margin-top: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.award-box .award-list > li .award-img li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.award-box .award-list > li .award-img li img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 265px;
}

@media screen and (max-width: 480px) {
  .award-box {
    padding: 15px;
  }
  .award-box .award-list {
    gap: 20px;
  }
  .award-box .award-list > li {
    padding: 20px;
    width: 100%;
  }
  .award-box .award-list > li .award-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.project-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 100px;
}
.project-result li {
  border-radius: 10px;
  width: calc((100% - 40px) / 3);
}
.project-result li a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.project-result li a:hover .img img {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.project-result li a:hover .title {
  color: #3fb033;
}
.project-result li a .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  aspect-ratio: 3/2;
  background: #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
}
.project-result li a .img:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "";
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#393737));
  background: linear-gradient(180deg, transparent, transparent, #393737);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.project-result li a .img img {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  vertical-align: bottom;
  width: 100%;
}
.project-result li a .text {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .project-result {
    margin-bottom: 60px;
  }
  .project-result li {
    width: 100%;
  }
  .project-result li a .text {
    line-height: 1.4;
    font-size: 16px;
  }
}
.history-title {
  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;
  margin-bottom: 60px;
  border-bottom: solid 1px #aaa;
  margin-top: 100px;
  line-height: 1;
  padding: 20px;
}
.history-title .num {
  font-size: 60px;
  font-weight: 600;
  margin-right: 30px;
  color: #0c2442;
}
.history-title .text {
  font-size: 30px;
  font-weight: 600;
}
.history-title .text span {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  color: #4f7492;
}

.history-list {
  margin: 60px 0;
  padding-left: 100px;
  position: relative;
}
.history-list::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 50px;
  content: "";
  height: 100%;
  width: 1px;
  background: #393737;
  z-index: -1;
}
.history-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.history-list li::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -57.5px;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #393737;
  z-index: 1;
}
.history-list li:nth-child(n+2) {
  margin-top: 40px;
}
.history-list li:hover::after {
  background: #e3f8ff;
  border: 1px solid #4f7492;
}
.history-list li.on::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -59px;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background: #4f7492;
  border: 1px solid #4f7492;
  z-index: 1;
}
.history-list li.on .title {
  font-size: 24px;
}
.history-list .year {
  width: 100%;
  color: #4f7492;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 600;
}
.history-list .title {
  width: 100%;
  font-size: 21px;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  margin-bottom: 10px;
  line-height: 1.6;
}
.history-list .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.history-list .text span {
  background: #e3f8ff;
  font-weight: bold;
}
.history-list .image {
  max-width: 420px;
  margin-left: 40px;
}
.history-list .image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  vertical-align: top;
}
.history-list .image.-long {
  width: 100%;
  margin-left: 0px;
  margin-top: 20px;
  text-align: center;
}
.history-list .image p {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}

.anniversary-box {
  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;
  margin-top: 60px;
  background: #393737;
  border-radius: 30px;
  padding: 40px 40px;
  gap: 40px;
}
.anniversary-box .text .en {
  color: #ff9239;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 600;
}
.anniversary-box .text .title {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.6;
}
.anniversary-box .text p {
  color: #ddd;
}
.anniversary-box .image img {
  max-width: 500px;
  height: auto;
  border-radius: 15px;
  vertical-align: top;
}
.anniversary-box .image p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
}

.company-stats {
  margin-top: 40px;
}
.company-stats .stats-list {
  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;
  gap: 2px;
  line-height: 1;
}
.company-stats .stats-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff3df;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #ff9239;
  letter-spacing: 1px;
}
.company-stats .stats-list li span {
  font-size: 60%;
}
.company-stats .stats-list li p {
  width: 100%;
  font-size: 16px;
  margin-top: 15px;
  display: block;
  font-weight: 600;
  color: #222;
}
.company-stats .note {
  text-align: right;
  font-size: 14px;
  color: #393737;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .history-title {
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 15px 0;
  }
  .history-title .num {
    font-size: 32px;
    margin-right: 15px;
  }
  .history-title .text {
    font-size: 22px;
    line-height: 1.4;
  }
  .history-title .text span {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .history-list {
    margin: 30px 0;
    padding-left: 20px;
  }
  .history-list::after {
    left: 7px;
  }
  .history-list li::after {
    left: -20px;
  }
  .history-list li:nth-child(n+2) {
    margin-top: 30px;
  }
  .history-list li.on::after {
    left: -20px;
    width: 14px;
    height: 14px;
  }
  .history-list li.on .title {
    font-size: 18px;
  }
  .history-list .year {
    margin-bottom: 5px;
  }
  .history-list .title {
    font-size: 18px;
  }
  .history-list .image {
    max-width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .anniversary-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    padding: 30px 20px;
    gap: 20px;
  }
  .anniversary-box .text .en {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .anniversary-box .text .title {
    font-size: 18px;
  }
  .anniversary-box .image img {
    max-width: 100%;
  }
  .company-stats {
    margin-top: 20px;
  }
  .company-stats .stats-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .company-stats .stats-list li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc((100% - 2px) / 2);
    padding: 15px;
    font-size: 26px;
  }
  .company-stats .stats-list li p {
    font-size: 14px;
  }
  .company-stats .note {
    font-size: 12px;
  }
}
._fs-xs {
  font-size: 11px;
}

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

._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;
}

._wauto {
  width: auto;
}

._w5 {
  width: 5%;
}

._w10 {
  width: 10%;
}

._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,
.header-block,
.slider-block,
.slider-text,
.title-block,
.title-block .title,
.title-block .en,
.main-block,
.index-about .headline,
.index-about > .text,
.index-about .about-list li,
.index-project .headline,
.index-project .swiper,
.index-info .headline,
.index-info .info-list,
.index-recruit,
.index-ibnr li,
.index-list li,
.content-block.-bnr,
.footer-block,
.anniversary-box,
.history-list li {
  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;
}