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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  body, .wrap {
    zoom: 0.88;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px !important;
    min-width: 100%;
    overflow: hidden;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
  }
  input[type=button], input[type=submit] {
    -webkit-appearance: none;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}
.header-block {
  padding: 20px 10px;
  background: #fff;
  z-index: 1;
}
.header-block .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1240px;
  width: 100%;
}
.header-block .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;
}
.header-block .header-inner .logo-box .logo {
  margin-right: 10px;
}
.header-block .header-inner .logo-box .logo a {
  width: 70px;
  display: block;
}
.header-block .header-inner .logo-box .logo a img {
  width: 70px;
}
.header-block .header-inner .logo-box .logo02 a {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}
.header-block .header-inner .logo-box .logo02 a p {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #4a9b02;
  text-align: center;
}
.header-block .header-inner .logo-box .logo02 a span {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: block;
  background: #004098;
  color: #fff;
  width: 100%;
  padding: 3px 0;
}
.header-block .header-inner .logo-box .item {
  margin-left: 20px;
}
.header-block .header-inner .logo-box .item img {
  vertical-align: top;
}

.header-ham {
  display: none;
}

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

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

.nav-block .nav-link {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}
.nav-block .nav-link li:first-child {
  margin-right: 15px;
}
.nav-block .nav-link li a {
  color: #fff;
  padding: 8px 15px;
  line-height: 1;
  display: block;
  background: #5a9ff2;
}
.nav-block .nav-link li a:hover {
  opacity: 0.8;
}
.nav-block .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 15px;
}
.nav-block .nav-list li {
  margin-right: 30px;
}
.nav-block .nav-list li:last-child {
  margin-right: 0;
}
.nav-block .nav-list li a {
  line-height: 1;
}
.nav-block .nav-list li a:hover {
  color: #004098;
}

@media screen and (max-width: 480px) {
  .nav-block {
    display: none;
  }
}
.footer-block {
  position: relative;
  background: #f2f2f2;
}
.footer-block .footer-inner {
  padding: 50px 10px 20px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
}
.footer-block .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-block .footer-logo .logo-box {
  margin-bottom: 20px;
  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;
}
.footer-block .footer-logo .logo-box .logo {
  margin-right: 10px;
}
.footer-block .footer-logo .logo-box .logo a {
  width: 75px;
  display: block;
}
.footer-block .footer-logo .logo-box .logo a img {
  width: 75px;
}
.footer-block .footer-logo .logo-box .logo02 a {
  width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}
.footer-block .footer-logo .logo-box .logo02 a p {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  color: #4a9b02;
  text-align: center;
}
.footer-block .footer-logo .logo-box .logo02 a span {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: block;
  background: #004098;
  color: #fff;
  width: 100%;
  padding: 5px 0;
}
.footer-block .footer-logo .addr {
  font-size: 15px;
  margin-bottom: 20px;
}
.footer-block .footer-logo .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: 700;
  line-height: 1;
}
.footer-block .footer-logo .tel span:not([class]) {
  font-size: 14px;
}
.footer-block .footer-logo .tel p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 20px;
}
.footer-block .footer-logo .tel p span {
  font-size: 12px;
}
.footer-block .footer-link a:hover {
  opacity: 0.8;
}
.footer-block .footer-link .link01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
  font-size: 15px;
}
.footer-block .footer-link .link01 li {
  margin-right: 30px;
}
.footer-block .footer-link .link01 li:last-child {
  margin-right: 0;
}
.footer-block .footer-link .link01 li a {
  line-height: 1;
}
.footer-block .footer-link .link01 li a:hover {
  color: #004098;
}
.footer-block .footer-link .link02 {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}
.footer-block .footer-link .link02 li:first-child {
  margin-right: 15px;
}
.footer-block .footer-link .link02 li a {
  color: #fff;
  padding: 8px 15px;
  line-height: 1;
  display: block;
  background: #5a9ff2;
}
.footer-block .footer-link .link03 {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-block .footer-link .link03 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.footer-block .footer-link .link03 li:nth-child(n+2) {
  margin-left: 15px;
}
.footer-block .footer-link .link03 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;
  min-width: 260px;
  color: #fff;
  padding: 8px 20px;
  line-height: 1.4;
  background: #004098;
}
.footer-block .copy {
  font-size: 12px;
  line-height: 1;
  color: #666;
  padding: 20px 0;
  text-align: center;
}

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

@media screen and (max-width: 480px) {
  .footer-block .footer-inner {
    padding: 40px 0px 20px;
    min-width: 96%;
    max-width: 96%;
  }
  .footer-block .footer-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-block .footer-logo .logo-box .logo {
    margin-right: 5px;
  }
  .footer-block .footer-logo .logo-box .logo a {
    width: 50px;
  }
  .footer-block .footer-logo .logo-box .logo a img {
    width: 50px;
  }
  .footer-block .footer-logo .logo-box .logo02 a {
    width: 235px;
  }
  .footer-block .footer-logo .logo-box .logo02 a p {
    font-size: 18px;
  }
  .footer-block .footer-logo .logo-box .logo02 a span {
    font-size: 14px;
  }
  .footer-block .footer-logo .addr {
    font-size: 14px;
  }
  .footer-block .footer-link {
    display: none;
  }
  .footer-block .copy {
    font-size: 10px;
    padding: 15px 0;
  }
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  #page-top .backtotop {
    width: 50px;
    height: 50px;
  }
  #page-top .backtotop:before {
    font-size: 34px;
  }
}
.article-box {
  margin-top: 100px;
  margin-bottom: 100px;
}
.article-box a img {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.article-box a:hover img {
  opacity: 0.8 !important;
}
.article-box a:hover {
  opacity: 1 !important;
}
.article-box p:not([class]) {
  min-height: 1rem;
}
.article-box p a:not([class]) {
  color: #004098;
}
.article-box p a:not([class]):hover {
  text-decoration: underline;
}
.article-box > ol li a,
.article-box table ol li a {
  text-decoration: underline;
}
.article-box > ol li a:hover,
.article-box table ol li a:hover {
  text-decoration: none;
}
.article-box .mark {
  border-bottom: 1px solid #e71220;
}
.article-box .left {
  text-align: left;
}
.article-box .right {
  text-align: right;
}
.article-box .center {
  text-align: center;
}
.article-box .mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
}

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

   subtitle

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

h1 {
  margin: 100px 0 60px;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
h1 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffff00));
  background: linear-gradient(transparent 80%, #ffff00 80%);
}
h1 span br {
  display: block !important;
}
h1 br {
  display: none;
}

h2 {
  margin: 60px 0 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  background: #f2f2f2;
  border-top: solid 2px #004098;
  padding: 15px 20px;
}

h3 {
  margin: 40px 0 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  padding: 15px 15px;
  position: relative;
}
h3::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  background: #004098;
  width: 100%;
  height: 2px;
}

h4 {
  background: #004098;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 30px 0 30px;
  padding: 15px 20px;
}

h5 {
  font-size: 21px;
  font-weight: 600;
  margin: 30px 0 20px;
  background: #f2f2f2;
  padding: 10px 20px;
  line-height: 1.4;
}

h6 {
  color: #004098;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
  line-height: 1.4;
}

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

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

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

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

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

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

	   list

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

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

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

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

	   btnlist

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

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

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

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

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

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

	   btn

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

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

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

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

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

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

	   table

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

.bg-yellow {
  background: #fdfadf;
}

.bg-blue {
  background: #f4f9fa;
}

.bg-red {
  background: #faf4f6;
}

.bg-green {
  background: #EEFAE8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	   その他

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

.note-box {
  background: rgba(176, 213, 251, 0.4);
  border-radius: 10px;
  line-height: 1.4;
  padding: 30px;
  margin: 20px 0px;
}
.note-box h1:first-child,
.note-box h2:first-child,
.note-box h3:first-child,
.note-box h4:first-child,
.note-box h5:first-child,
.note-box h6:first-child {
  margin-top: 0px;
}

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

     subtitle

  ------------------------------------------------*/
  h1 {
    margin: 50px 0 40px;
    font-size: 30px;
  }
  h1 br {
    display: block;
  }
  h2 {
    margin: 50px 0 30px;
    font-size: 26px;
    padding: 13px 15px;
  }
  h3 {
    margin: 30px 0 20px;
    font-size: 22px;
    padding: 10px;
  }
  h4 {
    font-size: 20px;
    margin: 30px 0 20px;
    padding: 10px 15px;
  }
  h5 {
    font-size: 18px;
    padding: 8px 15px;
  }
  h6 {
    font-size: 16px;
  }
  /*------------------------------------------------

  	   list

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

  	   btnlist

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

  	   table

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

  	   その他

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

.pc_box {
  display: block;
}

.sp_box {
  display: none;
}

.content-block.-blue {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 64, 152, 0.2)), color-stop(rgba(176, 213, 251, 0.2)), to(rgba(90, 159, 242, 0.2)));
  background: linear-gradient(90deg, rgba(0, 64, 152, 0.2), rgba(176, 213, 251, 0.2), rgba(90, 159, 242, 0.2));
}

.content-block.-grid {
  background-color: #fff;
  background-image: linear-gradient(90deg, #f2f2f2 1px, transparent 1px), linear-gradient(#f2f2f2 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 11px 11px;
  padding: 100px 0;
}
.content-block.-grid .article-box {
  margin-top: 0;
  margin-bottom: 0;
}

.content-block.-square {
  position: relative;
}
.content-block.-square::before {
  position: absolute;
  top: 0;
  right: -50%;
  bottom: auto;
  left: -50%;
  content: "";
  width: 3000px;
  height: 500px;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 64, 152, 0.2)), color-stop(rgba(176, 213, 251, 0.2)), to(rgba(90, 159, 242, 0.2)));
  background: linear-gradient(90deg, rgba(0, 64, 152, 0.2), rgba(176, 213, 251, 0.2), rgba(90, 159, 242, 0.2));
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: -10;
}

@media screen and (max-width: 480px) {
  .content-inner {
    min-width: 96%;
    width: 96%;
    max-width: 100%;
  }
  .pc_box {
    display: none;
  }
  .sp_box {
    display: block;
  }
  .content-block.-grid {
    padding: 60px 0;
  }
  .content-block.-square::before {
    width: 1100px;
  }
}
.slider-block {
  position: relative;
  z-index: 0;
  padding-bottom: 100px;
  /*&::before {
    display: none;
    @include abs_position($bottom: 170px, $right: 20px);
    content: "Recruit";
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background: $g_color_0;
    background-clip: text;
    font-family: $g_font_italic;
    font-size: 176px;
    line-height: 1;
    padding-right: 40px;
    padding-bottom: 30px;
    transform: rotate(-15deg);
    z-index: 10;
  }*/
}
.slider-block .slider-text {
  z-index: 10;
  position: absolute;
  top: 265px;
  right: auto;
  bottom: auto;
  left: 60px;
  margin: 0 auto;
  width: 100%;
  pointer-events: none;
}
.slider-block .slider-text p {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
}

.swiper-slide {
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}

.slider-inner {
  position: relative;
  z-index: 0;
}
.slider-inner .img01, .slider-inner .img03, .slider-inner .img02 {
  background: url(../img/index/main.jpg) no-repeat 50% 0%/cover;
  background-position: center;
  width: 100%;
  height: calc(100vh - 120px);
  min-height: 725px;
}
.slider-inner .img01::after, .slider-inner .img03::after, .slider-inner .img02::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  background: rgba(0, 64, 152, 0.3);
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1;
}
.slider-inner .img02 {
  background: url(../img/index/main_02.jpg) no-repeat 50% 0px/cover;
  background-position: center;
}
.slider-inner .img03 {
  background: url(../img/index/main_03.jpg) no-repeat 50% 0px/cover;
  background-position: center;
}

.slider-link {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 1080px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-link li {
  width: calc((100% - 40px) / 2);
}
.slider-link li a {
  position: relative;
  color: #fff;
  line-height: 1;
  font-size: 21px;
  display: block;
  text-align: center;
  padding: 35px 0;
  border-radius: 10px;
}
.slider-link li a span {
  font-size: 26px;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}
.slider-link li a:hover {
  opacity: 0.9;
}
.slider-link li:first-child {
  margin-right: 40px;
}
.slider-link li:first-child a {
  background: #f45a0c;
}
.slider-link li:last-child a {
  background: #4a9b02;
}

@media screen and (max-width: 480px) {
  .slider-block {
    padding-bottom: 20px;
  }
  .slider-block::before {
    bottom: 240px;
    right: -10px;
    font-size: 80px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .slider-block .slider-text {
    top: 130px;
    left: 5px;
  }
  .slider-block .slider-text p {
    font-size: 6vw;
  }
  .slider-inner .img01, .slider-inner .img02, .slider-inner .img03 {
    min-height: 250px;
    height: 44vh;
    width: 100%;
  }
  .slider-inner .img03 {
    background-position: left;
  }
  .slider-link {
    position: static;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin-top: 20px;
  }
  .slider-link li {
    width: 100%;
  }
  .slider-link li a {
    font-size: 16px;
    padding: 20px 0;
  }
  .slider-link li a span {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .slider-link li:first-child {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.sub-mainbox {
  height: 350px;
  position: relative;
  z-index: 1;
}
.sub-mainbox::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 64, 152, 0.65)), to(rgba(176, 213, 251, 0.65)));
  background: linear-gradient(90deg, rgba(0, 64, 152, 0.65), rgba(176, 213, 251, 0.65));
  width: 100%;
  height: 100%;
  margin: auto;
}
.sub-mainbox .sub-inner {
  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;
  height: 350px;
  padding: 0px 10px 40px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
}
.sub-mainbox .sub-inner .title-box {
  z-index: 1;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.sub-mainbox .sub-inner .title-box .en {
  font-size: 80px;
  margin-bottom: 30px;
}
.sub-mainbox .sub-inner .title-box .title {
  font-size: 32px;
}

.wrap.-common .sub-mainbox {
  background: url(../img/common/common.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-entry .sub-mainbox {
  background: url(../img/common/common.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-interview .sub-mainbox {
  background: url(../img/common/interview.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-job .sub-mainbox {
  background: url(../img/common/job.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-keyword .sub-mainbox {
  background: url(../img/common/keyword.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-personality .sub-mainbox {
  background: url(../img/common/personality.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-message .sub-mainbox {
  background: url(../img/common/message.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-partner .sub-mainbox {
  background: url(../img/common/partner.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .sub-mainbox {
    height: 250px;
  }
  .sub-mainbox .sub-inner {
    height: 250px;
    padding: 0px 10px 20px;
    min-width: 100%;
    max-width: 100%;
  }
  .sub-mainbox .sub-inner .title-box .en {
    font-size: 12vw;
    margin-bottom: 20px;
  }
  .sub-mainbox .sub-inner .title-box .title {
    font-size: 5vw;
  }
}
.topicpath-box {
  padding: 20px 10px;
  width: 100%;
}
.topicpath-box ul {
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topicpath-box ul li {
  margin-right: 50px;
  position: relative;
  font-weight: 500;
  line-height: 1;
}
.topicpath-box ul li::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 8px;
  right: -40px;
  bottom: auto;
  left: auto;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  font-size: 30px;
  width: 30px;
  height: 30px;
}
.topicpath-box ul li:last-child {
  margin-right: 0px;
}
.topicpath-box ul li:last-child::after {
  display: none;
}
.topicpath-box ul a:hover {
  color: #004098;
}

@media screen and (max-width: 480px) {
  .topicpath-box {
    padding: 15px 10px;
  }
  .topicpath-box ul {
    min-width: 100%;
    max-width: 100%;
  }
  .topicpath-box ul li {
    font-size: 14px;
    margin-right: 30px;
    line-height: 1.7;
  }
  .topicpath-box ul li::after {
    right: -25px;
    font-size: 16px;
    width: 16px;
    height: 16px;
    top: 7px;
  }
}
.content-block.-keyword {
  background: rgba(90, 159, 242, 0.3);
  width: calc(100% - 40px);
  margin: 60px auto 80px;
  border-radius: 20px;
  position: relative;
}
.content-block.-keyword::before {
  position: absolute;
  top: 60px;
  right: 20px;
  bottom: auto;
  left: auto;
  content: "Keyword";
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Dancing Script", "Vladimir Script", "cursive", sans-serif;
  font-size: 112px;
  line-height: 1;
  padding-right: 40px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  z-index: 1;
}
.content-block.-keyword .content-inner {
  padding: 60px 40px 30px;
  margin: 0 auto;
  min-width: 1240px;
  width: 100%;
}
.content-block.-keyword .index-keyword-box .title {
  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;
  margin-bottom: 60px;
}
.content-block.-keyword .index-keyword-box .title a {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
  width: 670px;
  border-bottom: 4px solid transparent;
}
.content-block.-keyword .index-keyword-box .title a:hover {
  border-bottom: 4px solid #004098;
}
.content-block.-keyword .index-keyword-box .title a span {
  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;
  color: #004098;
}
.content-block.-keyword .index-keyword-box .title a strong {
  font-size: 100px;
}
.content-block.-keyword .keyword-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-block.-keyword .keyword-list ul li {
  width: calc((100% - 45px) / 4);
  margin-right: 15px;
}
.content-block.-keyword .keyword-list ul li:nth-child(4n) {
  margin-right: 0;
}
.content-block.-keyword .keyword-list ul li:nth-child(n+5) {
  margin-top: 15px;
}
.content-block.-keyword .keyword-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  position: relative;
  font-weight: 700;
  padding: 15px;
  color: #fff;
  line-height: 1;
  height: 230px;
  text-shadow: 0 0 10px #000;
}
.content-block.-keyword .keyword-list ul li a::before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  margin: auto;
}
.content-block.-keyword .keyword-list ul li a:hover::before {
  background: rgba(0, 0, 0, 0);
}
.content-block.-keyword .keyword-list ul li:nth-child(1) a {
  background: url(../img/index/keyword_img01.jpg) no-repeat center;
  background-size: cover;
}
.content-block.-keyword .keyword-list ul li:nth-child(2) a {
  background: url(../img/index/keyword_img02.jpg) no-repeat center;
  background-size: cover;
}
.content-block.-keyword .keyword-list ul li:nth-child(3) a {
  background: url(../img/index/keyword_img03.jpg) no-repeat center;
  background-size: cover;
}
.content-block.-keyword .keyword-list ul li:nth-child(4) a {
  background: url(../img/index/keyword_img04.jpg) no-repeat center;
  background-size: cover;
}
.content-block.-keyword .keyword-list ul li:nth-child(5) a {
  background: url(../img/index/keyword_img05.jpg) no-repeat center;
  background-size: cover;
}
.content-block.-keyword .keyword-list ul li:nth-child(6) a {
  background: url(../img/index/keyword_img06.jpg) no-repeat center;
  background-size: cover;
}
.content-block.-keyword .keyword-list ul li:nth-child(7) a {
  background: url(../img/index/keyword_img07.jpg) no-repeat center;
  background-size: cover;
}
.content-block.-keyword .keyword-list ul li:nth-child(8) a {
  background: url(../img/index/keyword_img08.jpg) no-repeat center;
  background-size: cover;
}
.content-block.-keyword .keyword-list .num {
  font-size: 50px;
  margin-bottom: 8px;
  z-index: 1;
  width: 100%;
}
.content-block.-keyword .keyword-list .name {
  font-size: 22px;
  width: 100%;
  z-index: 1;
}

.content-block.-message {
  position: relative;
  margin-bottom: 140px;
}
.content-block.-message .index-message-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;
  background: url(../img/index/message_img.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 600px;
}
.content-block.-message .index-message-box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 140px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
}
.content-block.-message .index-message-box .text .title {
  width: 100%;
  font-size: 330%;
  font-weight: 700;
  text-shadow: 0px 1px 14px white;
  line-height: 2.2;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
}
.content-block.-message .index-message-box .text .btn {
  width: 500px;
  margin-top: 40px;
}
.content-block.-message .index-message-box .text .btn ul li a {
  display: block;
  font-size: 20px;
  color: #004098;
  line-height: 1;
  padding: 30px;
  text-align: center;
  border: 1px solid #004098;
  background: #fff;
  position: relative;
}
.content-block.-message .index-message-box .text .btn ul li a::before, .content-block.-message .index-message-box .text .btn ul li a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  content: "";
  width: 10px;
  height: 3px;
  margin: auto;
  border-radius: 9999px;
  background-color: #004098;
  -webkit-transform-origin: calc(100% - 1.5px) 50%;
          transform-origin: calc(100% - 1.5px) 50%;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.content-block.-message .index-message-box .text .btn ul li a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.content-block.-message .index-message-box .text .btn ul li a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.content-block.-message .index-message-box .text .btn ul li a:hover {
  background: #004098;
  color: #fff;
}
.content-block.-message .index-message-box .text .btn ul li a:hover::before, .content-block.-message .index-message-box .text .btn ul li a:hover::after {
  background-color: #fff;
}

.content-block.-figure {
  position: relative;
  margin-bottom: 140px;
}
.content-block.-figure::before {
  position: absolute;
  top: -160px;
  right: auto;
  bottom: auto;
  left: -20px;
  content: "Figure";
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background: rgba(90, 159, 242, 0.3);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Dancing Script", "Vladimir Script", "cursive", sans-serif;
  font-size: 170px;
  line-height: 1;
  padding-right: 40px;
  padding-bottom: 30px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  z-index: 1;
}
.content-block.-figure .index-figure-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content-block.-figure .index-figure-box .text {
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  max-width: 750px;
  width: 50%;
  background: #fff;
  padding: 80px;
}
.content-block.-figure .index-figure-box .text .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px;
}
.content-block.-figure .index-figure-box .text p {
  line-height: 2.5;
  margin-bottom: 60px;
}
.content-block.-figure .index-figure-box .text .btn {
  width: 100%;
}
.content-block.-figure .index-figure-box .text .btn ul li a {
  display: block;
  font-size: 20px;
  color: #004098;
  line-height: 1;
  padding: 30px;
  text-align: center;
  border: 1px solid #004098;
  background: #fff;
  position: relative;
}
.content-block.-figure .index-figure-box .text .btn ul li a::before, .content-block.-figure .index-figure-box .text .btn ul li a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  content: "";
  width: 10px;
  height: 3px;
  margin: auto;
  border-radius: 9999px;
  background-color: #004098;
  -webkit-transform-origin: calc(100% - 1.5px) 50%;
          transform-origin: calc(100% - 1.5px) 50%;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.content-block.-figure .index-figure-box .text .btn ul li a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.content-block.-figure .index-figure-box .text .btn ul li a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.content-block.-figure .index-figure-box .text .btn ul li a:hover {
  background: #004098;
  color: #fff;
}
.content-block.-figure .index-figure-box .text .btn ul li a:hover::before, .content-block.-figure .index-figure-box .text .btn ul li a:hover::after {
  background-color: #fff;
}
.content-block.-figure .index-figure-box .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 60%;
  height: 640px;
}
.content-block.-figure .index-figure-box .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-block.-recruit {
  margin-bottom: 100px;
}
.content-block.-recruit .index-recruit-box {
  height: 300px;
}
.content-block.-recruit .index-recruit-box a {
  background: url(../img/index/recruit_img.jpg) no-repeat right center;
  background-size: calc(100% - 500px) auto;
  display: block;
  position: relative;
}
.content-block.-recruit .index-recruit-box a::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  background: rgba(0, 64, 152, 0.15);
  width: 100%;
  height: 100%;
  margin: auto;
}
.content-block.-recruit .index-recruit-box a:hover {
  opacity: 0.9;
}
.content-block.-recruit .index-recruit-box .head-box {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 500px;
  line-height: 1;
  color: #fff;
  background: #004098;
  font-weight: 700;
  padding: 0 70px;
  height: 300px;
  text-align: center;
}
.content-block.-recruit .index-recruit-box .head-box .read {
  font-size: 36px;
  margin-bottom: 30px;
  width: 100%;
}
.content-block.-recruit .index-recruit-box .head-box .en {
  width: 100%;
  font-size: 24px;
}
.content-block.-recruit .index-recruit-box .head-box::after {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 0;
  background: #fff;
  width: 150px;
  height: 1px;
  content: "";
}
.content-block.-recruit .index-recruit-box .head-box::before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 20px;
  left: auto;
  background: #fff;
  width: 150px;
  height: 1px;
  content: "";
}

.content-block.-staff {
  position: relative;
  padding-bottom: 60px;
}
.content-block.-staff::before {
  position: absolute;
  top: -100px;
  right: -20px;
  bottom: auto;
  left: auto;
  content: "Interview";
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background: rgba(90, 159, 242, 0.3);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Dancing Script", "Vladimir Script", "cursive", sans-serif;
  font-size: 170px;
  line-height: 1;
  padding-right: 40px;
  padding-bottom: 30px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  z-index: 10;
}
.content-block.-staff::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 64, 152, 0.2)), color-stop(rgba(176, 213, 251, 0.2)), to(rgba(90, 159, 242, 0.2)));
  background: linear-gradient(90deg, rgba(0, 64, 152, 0.2), rgba(176, 213, 251, 0.2), rgba(90, 159, 242, 0.2));
  width: 100%;
  height: 500px;
  margin: auto;
  z-index: -1;
}
.content-block.-staff .content-inner {
  padding: 0px 40px 60px;
  margin: 0 auto;
  min-width: 1240px;
  width: 100%;
}
.content-block.-staff .index-staff-box .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.staff-box {
  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;
  position: relative;
}
.staff-box .bx-wrapper {
  max-width: 100% !important;
}
.staff-box .bx-wrapper .bx-prev:focus,
.staff-box .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
  opacity: 0.9;
}
.staff-box .bx-controls {
  display: none;
}

.staff-btn {
  width: 500px;
  margin: 60px auto 0;
}
.staff-btn ul li a {
  display: block;
  font-size: 20px;
  color: #004098;
  line-height: 1;
  padding: 30px;
  text-align: center;
  border: 1px solid #004098;
  background: #fff;
  position: relative;
}
.staff-btn ul li a::before, .staff-btn ul li a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  content: "";
  width: 10px;
  height: 3px;
  margin: auto;
  border-radius: 9999px;
  background-color: #004098;
  -webkit-transform-origin: calc(100% - 1.5px) 50%;
          transform-origin: calc(100% - 1.5px) 50%;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.staff-btn ul li a::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.staff-btn ul li a::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.staff-btn ul li a:hover {
  background: #004098;
  color: #fff;
}
.staff-btn ul li a:hover::before, .staff-btn ul li a:hover::after {
  background-color: #fff;
}

.staff-list {
  z-index: 1;
}
.staff-list.-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.staff-list.-details li {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  margin-left: 0;
  position: relative;
}
.staff-list.-details li::after {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 0;
  background: #fff;
  width: 130px;
  height: 1px;
  content: "";
}
.staff-list.-details li::before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 10px;
  left: auto;
  background: #fff;
  z-index: 1;
  width: 130px;
  height: 1px;
  content: "";
}
.staff-list.-details li:nth-child(4n) {
  margin-right: 0;
}
.staff-list.-details li:nth-child(n+5) {
  margin-top: 40px;
}
.staff-list.-details .image {
  width: auto;
  height: 410px;
}
.staff-list.-details .text {
  left: 6px;
}
.staff-list li {
  margin-left: 40px;
}
.staff-list a {
  display: block;
  position: relative;
}
.staff-list a::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: 0;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
  width: 100%;
  height: 100%;
  margin: auto;
}
.staff-list a:hover {
  opacity: 0.8 !important;
}
.staff-list .image {
  display: block;
  overflow: hidden;
  width: 340px;
  height: 500px;
  position: relative;
}
.staff-list .image img {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  display: block;
}
.staff-list .text {
  z-index: 1;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  color: #fff;
}
.staff-list .text .name {
  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;
  font-size: 20px;
}
.staff-list .text .name span {
  font-size: 32px;
  padding-right: 5px;
}
.staff-list .text .post {
  font-size: 14px;
}
.staff-list .text .year {
  font-size: 14px;
}

.content-block.-more {
  width: calc(100% - 40px);
  margin: 80px auto 60px;
  background: url(../img/index/more_bg.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}
.content-block.-more::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0px;
  content: "More";
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(rgba(90, 159, 242, 0.3)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(90, 159, 242, 0.3));
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Dancing Script", "Vladimir Script", "cursive", sans-serif;
  font-size: 180px;
  line-height: 1;
  padding-right: 40px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  z-index: 1;
}
.content-block.-more::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 64, 152, 0.75)), to(rgba(90, 159, 242, 0.75)));
  background: linear-gradient(90deg, rgba(0, 64, 152, 0.75), rgba(90, 159, 242, 0.75));
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 20px;
}
.content-block.-more .content-inner {
  padding: 100px 0px 60px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
}
.content-block.-more .index-more-box .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.content-block.-more .index-more-box > p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.content-block.-more .index-more-box .btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0 50px;
}
.content-block.-more .index-more-box .btn ul li {
  width: 400px;
}
.content-block.-more .index-more-box .btn ul li a {
  display: block;
  background: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  padding: 30px 0;
}
.content-block.-more .index-more-box .btn ul li a:hover {
  color: #004098;
  opacity: 0.8;
}
.content-block.-more .index-more-box .btn ul li a p {
  padding-top: 100px;
}
.content-block.-more .index-more-box .btn ul li a p span {
  display: block;
  margin-bottom: 15px;
  font-size: 26px;
}
.content-block.-more .index-more-box .btn ul li:nth-child(1) p {
  background: url(../img/index/more_icon01.svg) no-repeat top center;
  background-size: auto 80px;
}
.content-block.-more .index-more-box .btn ul li:nth-child(2) p {
  background: url(../img/index/more_icon02.svg) no-repeat top center;
  background-size: auto 80px;
}
.content-block.-more .index-more-box .btn ul li:nth-child(3) p {
  background: url(../img/index/more_icon03.svg) no-repeat top center;
  background-size: auto 80px;
}

.index-slide {
  overflow: hidden;
  width: 100%;
  margin-bottom: 100px;
}
.index-slide ul {
  -webkit-animation: feature linear infinite 90s;
          animation: feature linear infinite 90s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  backface-visibility: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@-webkit-keyframes feature {
  0% {
    left: 0;
  }
  100% {
    left: -4140px;
  }
}
@keyframes feature {
  0% {
    left: 0;
  }
  100% {
    left: -4140px;
  }
}
.index-slide ul li {
  margin-right: 20px;
}
.index-slide ul li .image {
  position: relative;
  width: 284px;
  height: 189px;
}
.index-slide ul li .image img {
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  .content-block.-keyword {
    width: calc(100% - 10px);
    margin: 0px auto 60px;
    border-radius: 10px;
  }
  .content-block.-keyword::before {
    top: 5px;
    right: 0px;
    font-size: 90px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .content-block.-keyword .content-inner {
    padding: 40px 20px 20px;
    min-width: 100%;
  }
  .content-block.-keyword .index-keyword-box .title {
    margin-bottom: 30px;
  }
  .content-block.-keyword .index-keyword-box .title a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 32px;
    width: 275px;
  }
  .content-block.-keyword .index-keyword-box .title a strong {
    font-size: 60px;
  }
  .content-block.-keyword .keyword-list ul li {
    width: 100%;
    margin-right: 0px;
  }
  .content-block.-keyword .keyword-list ul li:nth-child(n+2) {
    margin-top: 15px;
  }
  .content-block.-keyword .keyword-list ul li a {
    height: 180px;
  }
  .content-block.-keyword .keyword-list .num {
    font-size: 36px;
  }
  .content-block.-keyword .keyword-list .name {
    font-size: 20px;
  }
  .content-block.-message {
    margin-bottom: 60px;
  }
  .content-block.-message .index-message-box {
    background: url(../img/index/message_img.jpg) no-repeat center right -100px;
    background-size: cover;
    height: 300px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-block.-message .index-message-box .text {
    margin-left: 0px;
    margin-bottom: 30px;
    width: 90%;
  }
  .content-block.-message .index-message-box .text .title {
    font-size: 6.2vw;
    text-shadow: 0px 1px 5px white;
    line-height: 1;
  }
  .content-block.-message .index-message-box .text .btn {
    width: 100%;
    margin-top: 30px;
  }
  .content-block.-message .index-message-box .text .btn ul li a {
    font-size: 14px;
    line-height: 1.4;
    padding: 15px 20px;
  }
  .content-block.-message .index-message-box .text .btn ul li a::before, .content-block.-message .index-message-box .text .btn ul li a::after {
    right: 10px;
  }
  .content-block.-figure {
    margin-bottom: 15px;
  }
  .content-block.-figure::before {
    font-size: 90px;
    padding-right: 10px;
    top: -50px;
    left: -5px;
  }
  .content-block.-figure .index-figure-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-block.-figure .index-figure-box .text {
    position: static;
    margin-top: -30px;
    max-width: 100%;
    width: 95%;
    padding: 50px 20px;
    margin-right: 0;
    margin-left: auto;
  }
  .content-block.-figure .index-figure-box .text .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .content-block.-figure .index-figure-box .text p {
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .content-block.-figure .index-figure-box .text .btn ul li a {
    font-size: 14px;
    line-height: 1.4;
    padding: 15px 20px;
  }
  .content-block.-figure .index-figure-box .text .btn ul li a::before, .content-block.-figure .index-figure-box .text .btn ul li a::after {
    right: 10px;
  }
  .content-block.-figure .index-figure-box .image {
    width: 90%;
    height: 350px;
  }
  .content-block.-figure .index-figure-box .image img {
    -o-object-position: 30% 50%;
       object-position: 30% 50%;
  }
  .content-block.-recruit {
    margin-bottom: 60px;
  }
  .content-block.-recruit .index-recruit-box {
    height: 400px;
  }
  .content-block.-recruit .index-recruit-box a {
    background: url(../img/index/recruit_img.jpg) no-repeat 65% 40px;
    background-size: cover;
    height: 360px;
  }
  .content-block.-recruit .index-recruit-box .head-box {
    width: 100%;
    padding: 0 10px;
    height: 120px;
  }
  .content-block.-recruit .index-recruit-box .head-box .read {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .content-block.-recruit .index-recruit-box .head-box .en {
    font-size: 16px;
  }
  .content-block.-recruit .index-recruit-box .head-box::after {
    top: 10px;
  }
  .content-block.-recruit .index-recruit-box .head-box::before {
    bottom: 10px;
  }
  .content-block.-staff::before {
    top: -20px;
    font-size: 90px;
    padding-right: 10px;
    padding-bottom: 10px;
    z-index: -1;
  }
  .content-block.-staff::after {
    height: 300px;
  }
  .content-block.-staff .content-inner {
    padding: 0px 10px 40px;
    min-width: 100%;
  }
  .content-block.-staff .index-staff-box .title {
    font-size: 30px;
  }
  .staff-btn {
    width: 90%;
    margin: 40px auto 0;
  }
  .staff-btn ul li a {
    font-size: 14px;
    line-height: 1.4;
    padding: 15px 20px;
  }
  .staff-btn ul li a::before, .staff-btn ul li a::after {
    right: 10px;
  }
  .staff-list.-details {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .staff-list.-details li {
    width: 260px;
    margin-right: 0px;
  }
  .staff-list.-details li:nth-child(n+2) {
    margin-top: 15px;
  }
  .staff-list.-details .image {
    height: 350px;
  }
  .staff-list li {
    margin-left: 40px;
  }
  .staff-list .image {
    width: 238px;
    height: 350px;
  }
  .staff-list .text {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 15px - 15px);
  }
  .staff-list .text .name {
    font-size: 18px;
  }
  .staff-list .text .name span {
    font-size: 26px;
  }
  .staff-list .text .post {
    font-size: 12px;
  }
  .staff-list .text .year {
    font-size: 12px;
  }
  .content-block.-more {
    width: calc(100% - 10px);
    margin: 60px auto 60px;
    border-radius: 10px;
  }
  .content-block.-more::before {
    font-size: 90px;
    padding-right: 15px;
  }
  .content-block.-more::after {
    border-radius: 10px;
  }
  .content-block.-more .content-inner {
    padding: 60px 0px 40px;
    min-width: 96%;
    max-width: 96%;
  }
  .content-block.-more .index-more-box .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .content-block.-more .index-more-box > p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .content-block.-more .index-more-box .btn ul li {
    width: 100%;
  }
  .content-block.-more .index-more-box .btn ul li:nth-child(n+2) {
    margin-top: 15px;
  }
  .content-block.-more .index-more-box .btn ul li a {
    font-size: 14px;
    padding: 20px 0;
  }
  .content-block.-more .index-more-box .btn ul li a p {
    padding-top: 90px;
  }
  .content-block.-more .index-more-box .btn ul li a p span {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .content-block.-more .index-more-box .btn ul li:nth-child(1) p {
    background-size: auto 70px;
  }
  .content-block.-more .index-more-box .btn ul li:nth-child(2) p {
    background-size: auto 70px;
  }
  .content-block.-more .index-more-box .btn ul li:nth-child(3) p {
    background-size: auto 70px;
  }
  .index-slide {
    margin-bottom: 60px;
  }
}
/*common*/
.keyword-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.keyword-box .text {
  margin-right: 40px;
  width: calc(100% - 620px - 40px);
  font-size: 20px;
  font-weight: 700;
  line-height: 2.4;
}
.keyword-box.-long .text {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

/*index*/
.keyword-index ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.keyword-index ul li {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  width: calc((100% - 30px) / 2);
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
  margin-right: 30px;
  -webkit-box-shadow: 3px 5px 5px #ddd;
          box-shadow: 3px 5px 5px #ddd;
}
.keyword-index ul li:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.keyword-index ul li:nth-child(2n) {
  margin-right: 0px;
}
.keyword-index ul li::before {
  content: none !important;
}
.keyword-index ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 190px;
}
.keyword-index ul li a:hover {
  text-decoration: none !important;
}
.keyword-index ul li a:hover .r-wrap {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.8;
}
.keyword-index ul li a .l-wrap {
  width: 40%;
  position: relative;
  display: block;
  padding: 10px;
  text-shadow: 0 0 10px #000;
}
.keyword-index ul li a .l-wrap .num {
  position: relative;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  z-index: 5;
}
.keyword-index ul li a .l-wrap::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 0;
}
.keyword-index ul li a .r-wrap {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  width: 60%;
  background: #fff;
  color: #004098;
  border-top: 4px solid #004098;
}
.keyword-index ul li a .r-wrap .title {
  font-size: 21px;
  font-weight: 700;
  background: #f2f2f2;
  color: #000;
  padding: 10px;
}
.keyword-index ul li a .r-wrap .read {
  font-weight: 700;
  margin-bottom: 5px;
  color: #004098;
  padding: 10px 10px 0 10px;
}
.keyword-index ul li a .r-wrap .text {
  line-height: 1.4;
  font-size: 15px;
  color: #000;
  padding: 10px;
}
.keyword-index ul li:nth-child(1) .l-wrap::before {
  background: url(../img/index/keyword_img01.jpg) no-repeat center;
}
.keyword-index ul li:nth-child(2) .l-wrap::before {
  background: url(../img/index/keyword_img02.jpg) no-repeat center;
}
.keyword-index ul li:nth-child(3) .l-wrap::before {
  background: url(../img/index/keyword_img03.jpg) no-repeat center;
}
.keyword-index ul li:nth-child(4) .l-wrap::before {
  background: url(../img/index/keyword_img04.jpg) no-repeat center;
}
.keyword-index ul li:nth-child(5) .l-wrap::before {
  background: url(../img/index/keyword_img05.jpg) no-repeat center;
}
.keyword-index ul li:nth-child(6) .l-wrap::before {
  background: url(../img/index/keyword_img06.jpg) no-repeat center;
}
.keyword-index ul li:nth-child(7) .l-wrap::before {
  background: url(../img/index/keyword_img07.jpg) no-repeat center;
}
.keyword-index ul li:nth-child(8) .l-wrap::before {
  background: url(../img/index/keyword_img08.jpg) no-repeat center;
}

/* 第2のキーワード「総合ビルメンテナンス業」*/
.building-box .image {
  margin: 30px 0;
  text-align: center;
}
.building-box .image img {
  width: 100px;
}
.building-box .linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.building-box .linklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: calc((100% - 60px) / 4);
  margin-right: 15px;
}
.building-box .linklist li::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  margin: auto;
  background: url(../img/common/icon/arrow_white.svg) no-repeat;
  content: "";
  width: 13px;
  height: 15px;
}
.building-box .linklist li:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.8;
}
.building-box .linklist li:hover::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  left: auto;
  margin: auto;
  background: url(../img/common/icon/arrow_white.svg) no-repeat;
  content: "";
  width: 13px;
  height: 15px;
}
.building-box .linklist li:last-child {
  margin-right: 0;
}
.building-box .linklist li span {
  padding-top: 160px;
  display: block;
  font-size: 21px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  position: relative;
  color: #fff;
}
.building-box .linklist li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #004098;
  border-radius: 10px;
  padding: 0 0 25px 0;
  text-decoration: none;
}
.building-box .linklist li.cleaning span {
  background: url(../img/keyword/icon_cleaning.svg) no-repeat center top 20px;
  background-size: 130px 130px;
}
.building-box .linklist li.environment span {
  background: url(../img/keyword/icon_environment.svg) no-repeat center top 20px;
  background-size: 130px 130px;
}
.building-box .linklist li.security span {
  background: url(../img/keyword/icon_security.svg) no-repeat center top 20px;
  background-size: 130px 130px;
}
.building-box .linklist li.facility span {
  background: url(../img/keyword/icon_facility.svg) no-repeat center top 20px;
  background-size: 130px 130px;
}
.building-box .linklist li.jr span {
  background: url(../img/keyword/icon_jr.svg) no-repeat center top 20px;
  background-size: 120px 130px;
}
.building-box .linklist li.recycle span {
  background: url(../img/keyword/icon_recycle.svg) no-repeat center top 20px;
  background-size: 130px 130px;
}

/* 第3のキーワード「社会を支える仕事」 */
.society-box .society-comment {
  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%;
  padding: 20px;
}
.society-box .society-comment .staff {
  width: 30%;
}
.society-box .society-comment .staff p {
  text-align: center;
  margin-top: 10px;
}
.society-box .society-comment .staff .image img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.society-box .society-comment .comment {
  width: 68%;
}
.society-box .society-comment:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.society-box .society-comment:nth-child(2n) .speechBubble {
  margin-left: 0px;
  margin-right: 20px;
}
.society-box .society-comment:nth-child(2n) .speechBubble::after {
  right: 0;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #b0d5fb;
  translate: 100% -50%;
}
.society-box .society-comment .speechBubble {
  position: relative;
  margin-left: 20px;
  padding: 30px;
  border-radius: 4px;
  background-color: #b0d5fb;
  width: calc(100% - 20px);
}
.society-box .society-comment .speechBubble::after {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #b0d5fb transparent transparent;
  translate: -100% -50%;
}

/*第4のキーワード「成⾧できる会社」*/
.qualification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.qualification-list > li {
  margin-right: 20px;
  background: #fff !important;
  width: calc((100% - 40px) / 3);
  border: 1px solid #ddd;
  padding: 20px;
  border-left: 4px solid #004098;
}
.qualification-list > li:nth-child(n+4) {
  margin-top: 20px;
}
.qualification-list > li:nth-child(3n) {
  margin-right: 0;
}

/* 第5のキーワード（社歴）*/
.history-box {
  position: relative;
  background: #fff;
}
.history-box::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 196px;
  content: "";
  width: 3px;
  height: calc(100% - 80px);
  background: #004098;
}
.history-box dl.title {
  background: #000;
  line-height: 1;
}
.history-box dl.title dt::after {
  display: none;
}
.history-box dl.title dd {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  background: #000 !important;
}
.history-box ul {
  margin: 0px !important;
  width: 100%;
}
.history-box ul li {
  position: relative;
  padding-left: 30px !important;
}
.history-box ul li::before {
  display: none;
}
.history-box ul li::after {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 10px;
  content: "";
  background: #004098;
  height: 11.2583302492px;
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.history-box ul.point li {
  background: #004098;
  color: #fff;
  padding: 10px 40px 10px 40px !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.history-box ul.point li:nth-child(n+2) {
  margin-top: 10px;
}
.history-box ul.point li::before {
  display: none;
}
.history-box ul.point li::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 15px;
  content: "";
  background: #fff;
  height: 15.5884572681px;
  width: 12px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.history-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
}
.history-box dl:last-of-type {
  border-bottom: none;
}
.history-box dl dt {
  width: 20%;
  font-size: 25px;
  padding: 25px 30px;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
}
.history-box dl dt::after {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: auto;
  left: auto;
  content: "";
  width: 20px;
  display: block;
  background-color: #004098;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.history-box dl dd {
  font-size: 18px;
  width: 40%;
  padding: 25px 30px;
  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-item-align: stretch;
      align-self: stretch;
}
.history-box dl dd:first-of-type {
  background: rgba(176, 213, 251, 0.2);
  font-weight: 600;
}
.history-box dl dd:nth-of-type(2) {
  background: rgba(242, 242, 242, 0.2);
  color: #666;
}
.history-box dl dd:nth-of-type(2) ul li::after {
  background: #666;
}

.history-read {
  margin: 60px 30px 0 auto;
  color: #fff;
  background: #5a9ff2;
  padding: 20px;
  line-height: 1;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  width: 965px;
  position: relative;
}
.history-read::after {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  left: auto;
  content: "";
  background: #5a9ff2;
  height: 70px;
  width: 30px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.historyt-our, .historyt-jpn {
  display: none;
  margin-bottom: 6px;
}

@media screen and (max-width: 480px) {
  /*common*/
  .keyword-box .text {
    margin-right: 0px;
    width: 100%;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  /*index*/
  .keyword-index ul li {
    width: 100%;
    margin-bottom: 15px !important;
    margin-right: 0px;
  }
  .keyword-index ul li a {
    height: auto;
  }
  .keyword-index ul li a .l-wrap {
    width: 120px;
  }
  .keyword-index ul li a .l-wrap .num {
    font-size: 30px;
  }
  .keyword-index ul li a .r-wrap {
    width: calc(100% - 120px);
    border-top: 2px solid #004098;
  }
  .keyword-index ul li a .r-wrap .title {
    font-size: 16px;
  }
  .keyword-index ul li a .r-wrap .text {
    font-size: 12px;
  }
  .keyword-index ul li:nth-child(1) .l-wrap::before {
    background-position: 50% 0%;
  }
  .keyword-index ul li:nth-child(2) .l-wrap::before {
    background-position: 50% 0%;
  }
  .keyword-index ul li:nth-child(3) .l-wrap::before {
    background-position: 50% 20%;
  }
  .keyword-index ul li:nth-child(4) .l-wrap::before {
    background-position: 30% 80%;
  }
  .keyword-index ul li:nth-child(5) .l-wrap::before {
    background-position: 80% 50%;
  }
  .keyword-index ul li:nth-child(6) .l-wrap::before {
    background-position: 50% 70%;
  }
  .keyword-index ul li:nth-child(7) .l-wrap::before {
    background-position: 30% 50%;
  }
  .keyword-index ul li:nth-child(8) .l-wrap::before {
    background-position: 80% 50%;
  }
  /* 第2のキーワード「総合ビルメンテナンス業」*/
  .building-box .image {
    margin: 20px 0;
  }
  .building-box .image img {
    width: 50px;
  }
  .building-box .linklist li {
    width: 100%;
    margin-right: 0px;
  }
  .building-box .linklist li:nth-child(n+2) {
    margin-top: 10px;
  }
  .building-box .linklist li span {
    padding: 30px 30px 30px 110px;
    font-size: 18px;
    text-align: left;
  }
  .building-box .linklist li a {
    padding: 0;
  }
  .building-box .linklist li.cleaning span {
    background: url(../img/keyword/icon_cleaning.svg) no-repeat center left 20px;
    background-size: 70px 70px;
  }
  .building-box .linklist li.environment span {
    background: url(../img/keyword/icon_environment.svg) no-repeat center left 20px;
    background-size: 70px 70px;
  }
  .building-box .linklist li.security span {
    background: url(../img/keyword/icon_security.svg) no-repeat center left 20px;
    background-size: 70px 70px;
  }
  .building-box .linklist li.facility span {
    background: url(../img/keyword/icon_facility.svg) no-repeat center left 20px;
    background-size: 70px 70px;
  }
  .building-box .linklist li.jr span {
    background: url(../img/keyword/icon_jr.svg) no-repeat center left 20px;
    background-size: 70px 70px;
  }
  .building-box .linklist li.recycle span {
    background: url(../img/keyword/icon_recycle.svg) no-repeat center left 20px;
    background-size: 70px 70px;
  }
  /* 第3のキーワード「社会を支える仕事」 */
  .society-box .society-comment {
    padding: 20px;
  }
  .society-box .society-comment .staff {
    width: 100%;
  }
  .society-box .society-comment .comment {
    width: 100%;
  }
  .society-box .society-comment:nth-child(2n) .speechBubble {
    margin-right: 0px;
  }
  .society-box .society-comment:nth-child(2n) .speechBubble::after {
    top: -20px;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #b0d5fb transparent;
    translate: none;
    width: 0;
    height: 0;
  }
  .society-box .society-comment .speechBubble {
    margin-left: 0px;
    margin-top: 30px;
    width: 100%;
  }
  .society-box .society-comment .speechBubble::after {
    right: 0;
    margin: auto;
    top: -20px;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #b0d5fb transparent;
    translate: none;
    width: 0;
    height: 0;
  }
  /*第4のキーワード「成⾧できる会社」*/
  .qualification-list > li {
    margin-right: 0px;
    width: 100%;
    padding: 15px;
  }
  .qualification-list > li:nth-child(n+2) {
    margin-top: 10px;
  }
  /* 第5のキーワード（社歴）*/
  .history-box::before {
    display: none;
  }
  .history-box dl.title {
    display: none;
  }
  .history-box dl.title dd {
    font-size: 20px;
  }
  .history-box ul li {
    padding-left: 25px !important;
  }
  .history-box ul li::after {
    top: 5px;
    width: 6px;
  }
  .history-box ul.point li {
    padding: 10px 20px 10px 30px !important;
    font-size: 16px;
  }
  .history-box ul.point li::after {
    left: 10px;
    width: 10px;
  }
  .history-box dl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .history-box dl dt {
    width: 85px;
    font-size: 14px;
    padding: 10px 10px;
  }
  .history-box dl dt::after {
    display: none;
  }
  .history-box dl dd {
    font-size: 14px;
    width: calc(100% - 85px);
    padding: 10px 10px;
  }
  .history-read {
    margin: 40px 20px 0 auto;
    padding: 15px;
    line-height: 1.4;
    font-size: 15px;
    width: 90%;
  }
  .history-read::after {
    right: -20px;
    height: 52.3px;
    width: 20px;
  }
  .historyt-our, .historyt-jpn {
    display: block;
    margin-bottom: 6px;
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #b0d5fb;
  }
  .historyt-jpn {
    background-color: #ddd;
    color: #000;
  }
  ._mobile_nodisplay {
    display: none !important;
  }
}
.-interview-image {
  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;
  margin-bottom: 120px;
  min-height: 580px;
  margin-top: 80px;
  position: relative;
}
.-interview-image::before {
  position: absolute;
  top: 60px;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  width: 80%;
  height: 100%;
  min-width: 1200px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 64, 152, 0.2)), color-stop(rgba(176, 213, 251, 0.2)), to(rgba(90, 159, 242, 0.2)));
  background: linear-gradient(90deg, rgba(0, 64, 152, 0.2), rgba(176, 213, 251, 0.2), rgba(90, 159, 242, 0.2));
}
.-interview-image .image-text {
  padding-left: 10px;
}
.-interview-image .image-text .name {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.-interview-image .image-text .name span {
  position: absolute;
  top: -10px;
  right: auto;
  bottom: auto;
  left: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
.-interview-image .image-text .name p {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background: #000;
  padding: 20px 30px;
  border-radius: 10px;
}
.-interview-image .image-text .post span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  line-height: 1;
  padding: 10px 25px;
  border-radius: 10px;
}
.-interview-image .image-text .affiliation span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  line-height: 1;
  padding: 10px 25px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.-interview-image .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 80%;
  margin: auto;
  height: 580px;
  min-width: 1200px;
}
.-interview-image .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.-interview-profile {
  background: #f2f2f2;
  padding: 80px 0;
  margin-bottom: 80px;
}
.-interview-profile .profile-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.-interview-profile .profile-box .profile-l,
.-interview-profile .profile-box .profile-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: calc((100% - 30px) / 2);
}
.-interview-profile .profile-box .profile-r .title {
  text-align: center;
}
.-interview-profile .profile-box .profile-r .cont {
  padding: 30px 30px;
}
.-interview-profile .profile-box .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.-interview-profile .profile-box .cont .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  color: #004098;
  width: 100%;
}
.-interview-profile .profile-box .cont ul li {
  position: relative;
  padding-left: 30px;
}
.-interview-profile .profile-box .cont ul li::after {
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 10px;
  content: "";
  background: #004098;
  height: 11.2583302492px;
  width: 8px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.-interview-profile .profile-box .cont + .cont {
  margin-top: 30px;
}
.-interview-profile .profile-box .career-box,
.-interview-profile .profile-box .schedule-box {
  width: 100%;
  position: relative;
}
.-interview-profile .profile-box .career-box dl,
.-interview-profile .profile-box .schedule-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.-interview-profile .profile-box .career-box dl:nth-child(n+2),
.-interview-profile .profile-box .schedule-box dl:nth-child(n+2) {
  margin-top: 20px;
}
.-interview-profile .profile-box .career-box dl dt,
.-interview-profile .profile-box .schedule-box dl dt {
  font-weight: 700;
  width: 130px;
  position: relative;
  padding-left: 35px;
}
.-interview-profile .profile-box .career-box dl dt::after,
.-interview-profile .profile-box .schedule-box dl dt::after {
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 4px;
  content: "";
  border-radius: 50px;
  width: 16px;
  height: 16px;
  border: 3px solid #4a9b02;
}
.-interview-profile .profile-box .career-box dl dd,
.-interview-profile .profile-box .schedule-box dl dd {
  width: calc(100% - 10px - 130px);
}
.-interview-profile .profile-box .career-box dl dd .main-text,
.-interview-profile .profile-box .schedule-box dl dd .main-text {
  font-weight: 700;
}
.-interview-profile .profile-box .career-box dl dd .details,
.-interview-profile .profile-box .schedule-box dl dd .details {
  font-size: 14px;
  margin-top: 5px;
  padding: 6px 8px;
  background: rgba(176, 213, 251, 0.4);
  border-radius: 5px;
}
.-interview-profile .profile-box .schedule-box::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 11px;
  content: "";
  width: 3px;
  height: 100%;
  background: #ddd;
}
.-interview-profile .profile-box .schedule-box dl dt {
  width: 90px;
}
.-interview-profile .profile-box .schedule-box dl dt::after {
  border: 3px solid #004098;
}
.-interview-profile .profile-box .schedule-box dl dt::before {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: -3px;
  content: "";
  border-radius: 50px;
  width: 30px;
  height: 30px;
  background: #fff;
}
.-interview-profile .profile-box .schedule-box dl dd {
  width: calc(100% - 20px - 90px);
}

.-interview-list {
  margin-bottom: 100px;
}
.-interview-list .qa-list li {
  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;
}
.-interview-list .qa-list li:nth-child(n+2) {
  margin-top: 80px;
}
.-interview-list .qa-list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.-interview-list .qa-list li:nth-child(even) .image::before {
  left: auto;
  right: 30px;
}
.-interview-list .qa-list li.-long {
  width: 100%;
}
.-interview-list .qa-list li.-long .qa-box {
  min-height: 255px;
  padding-left: 0px;
  width: 100%;
  padding-top: 0px;
  -webkit-box-shadow: 0 0 20px rgba(0, 64, 152, 0.2);
          box-shadow: 0 0 20px rgba(0, 64, 152, 0.2);
  padding: 60px 40px 60px 60px;
  border-radius: 20px;
}
.-interview-list .qa-list li.-long .qa-box .ques .num {
  top: 60px;
  left: -140px;
}
.-interview-list .qa-list .image {
  width: 580px;
  height: 340px;
  position: relative;
}
.-interview-list .qa-list .image::before {
  position: absolute;
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: rgba(90, 159, 242, 0.3);
  z-index: -1;
}
.-interview-list .qa-list .image img {
  vertical-align: top;
  border-radius: 20px;
}
.-interview-list .qa-list .qa-box {
  padding-left: 40px;
  width: calc(100% - 40px - 580px);
  padding-top: 60px;
}
.-interview-list .qa-list .qa-box .ques {
  position: relative;
}
.-interview-list .qa-list .qa-box .ques p {
  color: #004098;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}
.-interview-list .qa-list .qa-box .ques .num {
  position: absolute;
  top: 105px;
  right: auto;
  bottom: auto;
  left: -140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #aaa;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 215px;
  height: 20px;
}
.-interview-list .qa-list .qa-box .ques .num span {
  margin-left: 130px;
  color: #004098;
  font-size: 18px;
}
.-interview-list .qa-list .qa-box .ques .num::before {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 75px;
  content: "";
  width: 100px;
  height: 1px;
  background: #aaa;
}

.interview_btm {
  max-width: 1240px;
  margin: 0 auto 100px;
  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;
}
.interview_btm a.return {
  padding: 15px;
  text-align: center;
  color: #004098;
  background-color: #b0d5fb;
  width: 30%;
  min-width: 200px;
  border-radius: 10px;
  display: block;
  font-weight: 700;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.interview_btm a.return:hover {
  opacity: 0.8;
  color: #004098;
}
.interview_btm a.-nextlink {
  background: #b0d5fb url(../img/common/icon/arrow_white.svg) no-repeat right 10px bottom 50%;
  background-size: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 480px) {
  .-interview-image {
    margin-bottom: 40px;
    min-height: auto;
    margin-top: 0px;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .-interview-image::before {
    top: 0px;
    width: 100%;
    height: 100%;
    min-width: 100%;
    z-index: -1;
  }
  .-interview-image .image-text {
    padding-left: 0px;
    margin-top: -10px;
  }
  .-interview-image .image-text .name {
    margin-bottom: 15px;
  }
  .-interview-image .image-text .name p {
    font-size: 6vw;
    line-height: 1.4;
    padding: 8px 20px;
  }
  .-interview-image .image-text .post span {
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 15px;
  }
  .-interview-image .image-text .affiliation span {
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 15px;
  }
  .-interview-image .image {
    position: static;
    width: 100%;
    height: auto;
    min-width: 100%;
  }
  .-interview-profile {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .-interview-profile .profile-box .profile-l,
  .-interview-profile .profile-box .profile-r {
    width: 100%;
  }
  .-interview-profile .profile-box .profile-r {
    margin-top: 20px;
  }
  .-interview-profile .profile-box .profile-r .title {
    text-align: left;
  }
  .-interview-profile .profile-box .profile-r .cont {
    padding: 20px 15px;
  }
  .-interview-profile .profile-box .cont {
    padding: 20px 15px;
    border-radius: 10px;
  }
  .-interview-profile .profile-box .cont .title {
    font-size: 18px;
  }
  .-interview-profile .profile-box .cont ul li {
    padding-left: 25px;
  }
  .-interview-profile .profile-box .cont ul li::after {
    top: 5px;
    height: 8.6602540378px;
    width: 6px;
  }
  .-interview-profile .profile-box .cont + .cont {
    margin-top: 20px;
  }
  .-interview-profile .profile-box .career-box dl:nth-child(n+2),
  .-interview-profile .profile-box .schedule-box dl:nth-child(n+2) {
    margin-top: 20px;
  }
  .-interview-profile .profile-box .career-box dl dt,
  .-interview-profile .profile-box .schedule-box dl dt {
    padding-left: 25px;
  }
  .-interview-profile .profile-box .career-box dl dt::after,
  .-interview-profile .profile-box .schedule-box dl dt::after {
    top: 4px;
    left: 2px;
    width: 13px;
    height: 13px;
  }
  .-interview-profile .profile-box .career-box dl dd,
  .-interview-profile .profile-box .schedule-box dl dd {
    width: 100%;
    margin-top: 5px;
    padding-left: 25px;
  }
  .-interview-profile .profile-box .schedule-box::before {
    width: 2px;
    left: 8px;
  }
  .-interview-profile .profile-box .schedule-box dl dt::before {
    left: -1px;
    width: 20px;
    height: 20px;
  }
  .-interview-list {
    margin-bottom: 60px;
  }
  .-interview-list .qa-list li:nth-child(n+2) {
    margin-top: 30px;
  }
  .-interview-list .qa-list li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .-interview-list .qa-list li:nth-child(even) .image::before {
    left: 15px;
    right: auto;
  }
  .-interview-list .qa-list li.-long {
    margin-top: 30px;
  }
  .-interview-list .qa-list li.-long .qa-box {
    min-height: 160px;
    padding: 20px 20px 20px 40px;
    border-radius: 10px;
  }
  .-interview-list .qa-list li.-long .qa-box .ques .num {
    top: 95px;
    left: -130px;
  }
  .-interview-list .qa-list .image {
    width: 100%;
    height: auto;
  }
  .-interview-list .qa-list .image::before {
    top: 15px;
    left: 15px;
    border-radius: 10px;
  }
  .-interview-list .qa-list .image img {
    border-radius: 10px;
    width: 100%;
    height: auto;
  }
  .-interview-list .qa-list .qa-box {
    padding-left: 25px;
    width: 100%;
    padding-top: 35px;
    min-height: 160px;
  }
  .-interview-list .qa-list .qa-box .ques p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .-interview-list .qa-list .qa-box .ques p br {
    display: none;
  }
  .-interview-list .qa-list .qa-box .ques .num {
    font-size: 10px;
    top: 100px;
    left: -125px;
  }
  .-interview-list .qa-list .qa-box .ques .num span {
    margin-left: 60px;
    font-size: 16px;
  }
  .-interview-list .qa-list .qa-box .ques .num::before {
    top: 11px;
    left: 55px;
    width: 50px;
  }
  .interview_btm {
    max-width: 100%;
    margin: 0 auto 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview_btm a.return {
    width: 80%;
    margin: 0 auto 20px;
  }
  .interview_btm a.-nextlink {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.job-box {
  padding: 80px 0 150px;
}
.job-box .article-box {
  margin-bottom: 0;
}
.job-box .job-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.job-box .job-list.even {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -60px;
}
.job-box .job-list.odd {
  margin-top: -60px;
}
.job-box .job-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 500px;
  height: 500px;
  margin-right: 3%;
  position: relative;
}
.job-box .job-list li::after {
  position: absolute;
  top: 50px;
  right: 40px;
  bottom: 0;
  left: auto;
  content: "";
  width: 350px;
  height: 350px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #004098;
  margin: auto;
  border-radius: 15px;
  z-index: -1;
}
.job-box .job-list li:nth-child(2n) {
  margin-right: 0;
}
.job-box .job-list li .num {
  color: #004098;
  position: absolute;
  top: 105px;
  right: -65px;
  bottom: auto;
  left: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.job-box .job-list li .num strong {
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
}
.job-box .job-list a {
  display: block;
  position: relative;
}
.job-box .job-list a:hover .text {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 0 0 10px #000;
}
.job-box .job-list .cont {
  position: relative;
  width: 350px;
  height: 350px;
  margin: 92px auto;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.job-box .job-list .cont img {
  width: 520px;
  margin: -90px 0 0 -90px;
  -webkit-transform: rotate(-45deg) translate(0px, 25px);
          transform: rotate(-45deg) translate(0px, 25px);
}
.job-box .job-list .cont .text {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 350px;
  height: 350px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  text-shadow: 0 0 20px #fff;
}
.job-box .job-list .cont .text p {
  width: 350px;
  height: 350px;
  line-height: 350px;
  font-size: 30px;
  font-weight: 700;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

.jobmsg-box {
  background: none repeat scroll 0 0 #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding: 30px;
  width: 1000px;
  display: none;
  position: relative;
  border-radius: 15px;
}
.jobmsg-box .job {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.jobmsg-box .job::before {
  content: "";
  position: absolute;
  top: -20px;
  right: auto;
  bottom: auto;
  left: -20px;
  z-index: -1;
  border-width: 200px;
  border-style: solid;
  border-color: #004098 transparent transparent #004098;
  border-top-left-radius: 15px;
}
.jobmsg-box .job::after {
  position: absolute;
  top: -20px;
  right: auto;
  bottom: auto;
  left: -30px;
  content: "job";
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.3);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Dancing Script", "Vladimir Script", "cursive", sans-serif;
  font-size: 160px;
  line-height: 1;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  font-weight: 500;
  padding: 0 40px 30px;
}
.jobmsg-box .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
}
.jobmsg-box .message .image {
  width: 350px;
}
.jobmsg-box .message .image img {
  border-radius: 15px;
}
.jobmsg-box .message p {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.9);
}
.jobmsg-box .message .text {
  padding-left: 20px;
  width: 600px;
}
.jobmsg-box .message .text h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.jobmsg-box .message .text .flex-list li {
  margin: 0;
}
.jobmsg-box .message .note {
  background: rgba(176, 213, 251, 0.4);
  border-radius: 10px;
  padding: 15px 20px;
  margin-top: 20px;
}
.jobmsg-box .message .sub {
  color: #004098;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.jobmsg-box-close {
  margin: 10px auto 0 auto;
  text-align: right;
  position: absolute;
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
}
.jobmsg-box-close a {
  color: #000;
}
.jobmsg-box-close a:hover {
  color: #004098;
}
.jobmsg-box-close .cross {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
}
.jobmsg-box-close .cross::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.jobmsg-box-close a:hover .cross {
  background: #004098;
  vertical-align: middle;
}
.jobmsg-box-close a:hover .cross::before {
  background: #004098;
}

@media screen and (max-width: 480px) {
  .job-box {
    padding: 40px 0 60px;
  }
  .job-box .job-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .job-box .job-list.even {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
  .job-box .job-list.odd {
    margin-top: 0;
  }
  .job-box .job-list li {
    width: 282px;
    height: 282px;
    margin-right: 0;
  }
  .job-box .job-list li::after {
    top: 20px;
    right: 20px;
    width: 200px;
    height: 200px;
  }
  .job-box .job-list li .num {
    top: 55px;
    right: -60px;
    font-size: 10px;
  }
  .job-box .job-list li .num strong {
    font-size: 24px;
    margin-right: 5px;
  }
  .job-box .job-list li:nth-child(2n) {
    margin-top: 10px;
  }
  .job-box .job-list .cont {
    width: 200px;
    height: 200px;
    margin: 50px auto;
  }
  .job-box .job-list .cont img {
    width: 300px;
    margin: -70px 0 0 -70px;
  }
  .job-box .job-list .cont .text {
    width: 200px;
    height: 200px;
  }
  .job-box .job-list .cont .text p {
    width: 200px;
    height: 200px;
    line-height: 200px;
    font-size: 24px;
  }
  .jobmsg-box {
    width: calc(94% - 30px);
    margin: 0 auto;
    top: 30px !important;
    height: 68vh;
    min-height: 520px;
    padding: 15px 15px 40px;
    z-index: 110000 !important;
    left: 0;
    margin-left: 0;
    right: 0;
  }
  .jobmsg-box .job {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .jobmsg-box .job::before {
    border-width: 120px;
    left: -10px;
    top: -10px;
  }
  .jobmsg-box .job::after {
    top: -10px;
    font-size: 90px;
    padding: 0 30px 10px;
  }
  .jobmsg-box .message {
    display: block;
  }
  .jobmsg-box .message .image {
    width: 100%;
    margin-bottom: 15px;
    max-height: 250px;
    text-align: center;
  }
  .jobmsg-box .message .image img {
    max-width: 100%;
    height: auto;
    max-height: 250px;
  }
  .jobmsg-box .message .text {
    width: 100%;
    padding-left: 0px;
    height: 22vh;
    overflow-y: auto;
    line-height: 1.5rem;
  }
  .jobmsg-box .message .note {
    padding: 15px;
  }
  .jobmsg-box .message .sub {
    font-size: 16px;
  }
  .jobmsg-box-close {
    right: 15px;
    bottom: 15px;
  }
  #lean_overlay {
    z-index: 100000;
  }
}
.-personality-image {
  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;
  margin-bottom: 120px;
  min-height: 580px;
  margin-top: 80px;
  position: relative;
}
.-personality-image::before {
  position: absolute;
  top: 70px;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  width: 80%;
  height: 100%;
  min-width: 1200px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 64, 152, 0.2)), color-stop(rgba(176, 213, 251, 0.2)), to(rgba(90, 159, 242, 0.2)));
  background: linear-gradient(90deg, rgba(0, 64, 152, 0.2), rgba(176, 213, 251, 0.2), rgba(90, 159, 242, 0.2));
}
.-personality-image .image-text {
  position: relative;
}
.-personality-image .image-text .title {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: -145px;
  display: inline-block;
}
.-personality-image .image-text .title span {
  position: absolute;
  top: -10px;
  right: auto;
  bottom: auto;
  left: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
.-personality-image .image-text .title p {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  background: #000;
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
}
.-personality-image .image-text .read p {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  line-height: 1;
  padding: 10px 25px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.-personality-image .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 80%;
  margin: auto;
  height: 580px;
  min-width: 1200px;
}
.-personality-image .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
          clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
}

.-personality-keyword {
  background: #f2f2f2;
  padding: 10px 0 100px;
  margin-bottom: 80px;
}
.-personality-keyword .keyword-left-wrap,
.-personality-keyword .keyword-center-wrap,
.-personality-keyword .keyword-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.-personality-keyword .keyword-left-wrap .personality-keyword-box,
.-personality-keyword .keyword-center-wrap .personality-keyword-box,
.-personality-keyword .keyword-right-wrap .personality-keyword-box {
  padding: 15px;
  background: #4a9b02;
  color: #fff;
  width: 60%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-shadow: 6px 7px 6px #ccc;
          box-shadow: 6px 7px 6px #ccc;
}
.-personality-keyword .keyword-left-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0px 0px 30px 0px;
}
.-personality-keyword .keyword-center-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.-personality-keyword .keyword-right-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0px 0px 30px 0px;
}
.-personality-keyword .message {
  padding: 60px 40px 30px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  margin-top: 100px;
  position: relative;
}
.-personality-keyword .message p {
  width: 100%;
  margin-bottom: 15px;
}
.-personality-keyword .message::after {
  position: absolute;
  top: -95px;
  right: auto;
  bottom: auto;
  left: -70px;
  content: "Message";
  font-family: "Dancing Script", "Vladimir Script", "cursive", sans-serif;
  font-size: 140px;
  line-height: 1;
  color: #004098;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.-personality-keyword .message ul {
  margin-bottom: 15px;
}
.-personality-keyword .message ul li {
  position: relative;
  padding-left: 30px;
}
.-personality-keyword .message ul li::after {
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 10px;
  content: "";
  background: #004098;
  height: 11.2583302492px;
  width: 8px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.-personality-list {
  margin-bottom: 100px;
}
.-personality-list .message-list li {
  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;
}
.-personality-list .message-list li .message-img-box .image {
  position: relative;
  width: 345px;
  height: 460px;
}
.-personality-list .message-list li .message-img-box .image img {
  vertical-align: top;
  border-radius: 20px;
}
.-personality-list .message-list li .message-img-box .image .text {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 1;
  text-shadow: 0 0 6px #000;
}
.-personality-list .message-list li .message-img-box .image .text .name {
  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-size: 20px;
  font-weight: 700;
}
.-personality-list .message-list li .message-img-box .image .text .name span {
  font-size: 32px;
  padding-right: 5px;
}
.-personality-list .message-list li .message-img-box .image::before {
  position: absolute;
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: rgba(90, 159, 242, 0.3);
  z-index: -1;
}
.-personality-list .message-list li .message-text-box {
  padding: 60px 0 0 60px;
  width: calc(100% - 40px - 345px);
}
.-personality-list .message-list li .message-text-box .read {
  position: relative;
}
.-personality-list .message-list li .message-text-box .read .num {
  position: absolute;
  top: 105px;
  right: auto;
  bottom: auto;
  left: -140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #aaa;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 215px;
  height: 20px;
}
.-personality-list .message-list li .message-text-box .read .num::before {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 75px;
  content: "";
  width: 220px;
  height: 1px;
  background: #aaa;
}
.-personality-list .message-list li .message-text-box .read .num span {
  margin-left: 260px;
  color: #004098;
  font-size: 18px;
}
.-personality-list .message-list li .message-text-box .read p {
  color: #004098;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}
.-personality-list .message-list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.-personality-list .message-list li:nth-child(even) .image::before {
  left: auto;
  right: 30px;
}
.-personality-list .message-list li:nth-child(n+2) {
  margin-top: 80px;
}

@media screen and (max-width: 480px) {
  .-personality-image {
    margin-bottom: 40px;
    min-height: auto;
    margin-top: 0px;
    padding: 0px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .-personality-image::before {
    top: 40px;
    width: 100%;
    height: 80%;
    min-width: 100%;
    z-index: -1;
  }
  .-personality-image .image-text {
    margin-top: -10px;
  }
  .-personality-image .image-text .title {
    position: static;
  }
  .-personality-image .image-text .title p {
    font-size: 6vw;
    line-height: 1.4;
    padding: 8px 20px;
  }
  .-personality-image .image {
    position: static;
    width: 100%;
    height: auto;
    min-width: 100%;
  }
  .-personality-keyword {
    padding: 10px 0 40px;
    margin-bottom: 40px;
  }
  .-personality-keyword .keyword-left-wrap .personality-keyword-box,
  .-personality-keyword .keyword-center-wrap .personality-keyword-box,
  .-personality-keyword .keyword-right-wrap .personality-keyword-box {
    padding: 15px;
    width: 100%;
    font-size: 16px;
  }
  .-personality-keyword .keyword-left-wrap {
    margin: 0px 0px 10px 0px;
  }
  .-personality-keyword .keyword-center-wrap {
    margin-bottom: 10px;
  }
  .-personality-keyword .keyword-right-wrap {
    margin: 0px;
  }
  .-personality-keyword .message {
    padding: 30px 10px 20px;
    margin-top: 60px;
  }
  .-personality-keyword .message::after {
    top: -45px;
    left: 0;
    font-size: 60px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  .-personality-keyword .message ul li {
    padding-left: 25px;
  }
  .-personality-keyword .message ul li::after {
    top: 5px;
    height: 8.6602540378px;
    width: 6px;
  }
  .-personality-list {
    margin-bottom: 60px;
  }
  .-personality-list .message-list li .message-img-box .image {
    width: 100%;
    height: auto;
  }
  .-personality-list .message-list li .message-img-box .image img {
    border-radius: 10px;
    width: 100%;
    height: auto;
  }
  .-personality-list .message-list li .message-img-box .image .text {
    bottom: 15px;
    left: 15px;
  }
  .-personality-list .message-list li .message-img-box .image .text .name {
    font-size: 12px;
  }
  .-personality-list .message-list li .message-img-box .image .text .name span {
    font-size: 24px;
  }
  .-personality-list .message-list li .message-img-box .image::before {
    top: 15px;
    left: 15px;
    border-radius: 10px;
  }
  .-personality-list .message-list li .message-text-box {
    padding-left: 25px;
    padding-top: 35px;
    width: 100%;
  }
  .-personality-list .message-list li .message-text-box .read .num {
    font-size: 10px;
    top: 100px;
    left: -125px;
  }
  .-personality-list .message-list li .message-text-box .read .num::before {
    top: 11px;
    left: 55px;
    width: 50px;
  }
  .-personality-list .message-list li .message-text-box .read .num span {
    margin-left: 60px;
    font-size: 16px;
  }
  .-personality-list .message-list li .message-text-box .read p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .-personality-list .message-list li:nth-child(even) {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .-personality-list .message-list li:nth-child(even) .image::before {
    left: 15px;
    right: auto;
  }
  .-personality-list .message-list li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.topmessage-img {
  background: url(../img/message/message_main.jpg) no-repeat center center;
  width: 1240px;
  height: 500px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 40px;
  border-radius: 20px;
}
.topmessage-img .message {
  width: 100%;
  font-size: 210%;
  font-weight: 700;
  text-shadow: 0px 1px 14px white;
  line-height: 2.2;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
}

.topmessage-text {
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 64, 152, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 64, 152, 0.2);
  border-radius: 20px;
  padding: 50px 50px 30px;
}
.topmessage-text .name {
  font-size: 150%;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 700;
  text-align: right;
  margin-top: 15px;
}

@media screen and (max-width: 480px) {
  .topmessage-img {
    background: url(../img/message/message_main.jpg) no-repeat center right -100px;
    background-size: auto 100%;
    width: 100%;
    height: 300px;
    padding: 0 10px;
  }
  .topmessage-img .message {
    width: 50%;
    font-size: 4vw;
  }
  .topmessage-text {
    padding: 30px 20px 30px;
    border-radius: 10px;
  }
}
._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;
}

._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,
.slider-block,
.main-block,
.content-block.-keyword,
.content-block.-message,
.index-figure-box .image,
.index-figure-box .text,
.content-block.-recruit,
.content-block.-staff,
.index-more-box li,
.index-slide {
  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;
}