@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900|Noto+Serif+JP:300,400,500,600,700,900&display=swap);
/*
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%;
  vertical-align: baseline;
  background: transparent;
}

/*行の高さをフォントサイズと同じにしています*/
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, textarea {
  vertical-align: middle;
  /*font-size: $g_font_size;*/
  line-height: 1.7;
}

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

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: 1;
}

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

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

body {
  font-size: 16px;
  color: #000;
  font-family: "メイリオ", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.7;
  min-width: 1240px;
}

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

@media screen and (min-width: 481px) and (max-width: 1280px) {
  body {
    font-size: 16px;
    min-width: 960px;
    overflow-x: auto;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
    min-width: 100%;
    line-height: 1.7;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
  }
  input[type=button],
  input[type=submit] {
    -webkit-appearance: none;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}
#global_header {
  border-top: 3px solid #e60000;
}
#global_header .container {
  max-width: 1200px;
  width: 1174px;
  margin: 0 auto;
  padding: 10px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#global_header .site_logo_wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#global_header .site_logo_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 46px;
}
#global_header .site_logo {
  padding-right: 8px;
}
#global_header .site_name img {
  height: 46px;
}
#global_header .btn_menu {
  display: none;
}
#global_header img {
  vertical-align: top;
}

/**20251210 watanabe*/
@media screen and (min-width: 481px) and (max-width: 1280px) {
  #global_header .container {
    max-width: 900px !important;
    width: 886px !important;
    padding: 10px 5px !important;
  }
  #global_header .site_logo_wrap a {
    min-height: 40px;
  }
  #global_header .site_logo img {
    height: 30px !important;
  }
  #global_header .site_name img {
    height: 40px !important;
  }
  #global_header .logo_group {
    height: 32px;
  }
}
@media screen and (max-width: 480px) {
  #global_header .container {
    display: none;
  }
  #global_header .site_logo_wrap a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #global_header .site_logo img {
    height: 30px;
  }
  #global_header .site_name img {
    height: 40px;
  }
}
.main-inner {
  position: relative;
}

.re-mo-disp {
  display: none;
}

.global_nav {
  padding-bottom: 1px;
  border-bottom: 1px solid #bababa;
  display: block;
  background: #fff;
}
.global_nav.fixed {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  opacity: 1;
  z-index: 10000;
}
.global_nav.fixed ~ .slider-block,
.global_nav.fixed ~ .title-block {
  margin-top: 70px;
}
.global_nav .site_search {
  display: none;
}
.global_nav .container {
  width: 1174px;
  margin: 0 auto;
  padding: 0px 13px;
}
.global_nav .nav-inner {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  position: relative;
}
.global_nav .nav-inner > li {
  width: calc((100% - 7px) / 8);
}
.global_nav .nav-inner > li > a {
  position: relative;
  padding: 16px 5px 14px;
  font-size: 0.88em;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
  display: block;
  line-height: 100%;
}
.global_nav .nav-inner > li > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #c30000;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.global_nav .nav-inner > li > a:hover,
.global_nav .nav-inner > li > a:focus-within {
  text-decoration: none;
}
.global_nav .nav-inner > li > a:hover:after,
.global_nav .nav-inner > li > a:focus-within:after {
  width: 100%;
  left: 0;
}
.global_nav .nav-inner > li + li {
  margin-left: 1px;
}
.global_nav .nav-inner > li > ul {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  display: none;
  opacity: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 904px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 2px solid #c30000;
  padding: 20px 20px 20px 250px;
  min-height: 200px;
  z-index: 9999;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.global_nav .nav-inner > li.mddActive > ul,
.global_nav .nav-inner > li:focus-within > ul {
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  min-height: 200px;
}
.global_nav .nav-inner > li > ul > li {
  width: calc(33% - 20px);
  margin-right: 20px;
  margin-bottom: 10px;
}
.global_nav .nav-inner > li > ul > li:nth-child(3n) {
  margin-right: 0px;
}
.global_nav .nav-inner > li > ul > li:first-child {
  position: relative;
}
.global_nav .nav-inner > li > ul > li:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -220px;
  width: 180px;
  height: 200px;
}
.global_nav .nav-inner > li > ul > li > a {
  display: block;
  color: #004098;
  border: 1px solid #004098;
  text-align: center;
  padding: 10px;
}
.global_nav .nav-inner > li > ul > li > a:hover {
  color: #fff;
  background: #004098;
}
.global_nav .nav-inner > li:nth-child(1) > ul > li:first-child:after {
  background: url(../img/common/nav/nav-cateimg01.jpg) center center no-repeat;
}
.global_nav .nav-inner > li:nth-child(2) > ul > li:first-child:after {
  background: url(../img/common/nav/nav-cateimg02.jpg) center center no-repeat;
}
.global_nav .nav-inner > li:nth-child(3) > ul > li:first-child:after {
  background: url(../img/common/nav/nav-cateimg03.jpg) center center no-repeat;
}
.global_nav .nav-inner > li:nth-child(4) > ul > li:first-child:after {
  background: url(../img/common/nav/nav-cateimg04.jpg) center center no-repeat;
}
.global_nav .nav-inner > li:nth-child(5) > ul > li:first-child:after {
  background: url(../img/common/nav/nav-cateimg05.jpg) center center no-repeat;
}
.global_nav .nav-inner > li:nth-child(6) > ul > li:first-child:after {
  background: url(../img/common/nav/nav-cateimg06.jpg) center center no-repeat;
}

#skipnav {
  display: block;
  position: relative;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
  background-color: #595959;
  text-align: center;
  line-height: 2;
  color: #fff;
  font-size: 14px;
}

#skipnav:focus {
  height: 2em;
}

#skipnav_main {
  font-size: 0;
  outline: 0;
}

@media screen and (min-width: 481px) and (max-width: 1280px) {
  .global_nav .container {
    width: 880px;
  }
  .global_nav .nav-inner > li > a {
    padding: 14px 2px 12px;
    font-size: 0.78em;
    line-height: 50%;
    white-space: nowrap;
  }
  .global_nav .nav-inner > li > ul {
    width: 630px;
    padding: 20px 20px 20px 230px;
    min-height: 180px;
  }
  .global_nav .nav-inner > li > ul > li {
    width: calc(33% - 10px);
    margin-right: 10px;
  }
  .global_nav .nav-inner > li.mddActive > ul,
  .global_nav .nav-inner > li:focus-within > ul {
    min-height: 180px;
  }
  .global_nav .nav-inner > li > ul > li:first-child:after {
    left: -190px;
    width: 150px;
    height: 170px;
  }
}
@media screen and (max-width: 480px) {
  .global_nav {
    display: none;
  }
  .re-mo-disp {
    display: block;
  }
  /* オーバーレイ */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10000;
  }
  #sp-header .-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    /*100%*/
    background: none;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
  }
  .sp-nav-hed {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 55px;
    background: #fff;
    z-index: 10000 !important;
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    border-top: 3px solid #e60000;
  }
  .sp-nav-hed h1 {
    line-height: 1;
  }
  .sp-nav-hed h1 span {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .sp-nav-hed h1 a {
    background: url(../img/common/icon/logo.svg) no-repeat left 5px center;
    background-size: 40px auto;
    display: block;
    width: 150px;
    padding-left: 50px;
    color: #fff;
    font-weight: 500;
  }
  .sp-nav-hed .navBtn {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 35px;
    cursor: pointer;
    z-index: 10000 !important;
    padding: 10px;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    margin-top: 3px;
  }
  .sp-nav-hed .navBtn span {
    display: block;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .sp-nav-hed .navBtn span:nth-of-type(2) {
    margin-top: 5px;
  }
  .sp-nav-hed .navBtn span:nth-of-type(3) {
    margin-top: 4px;
  }
  .sp-nav-hed .navBtn p {
    width: 100%;
    height: 0;
  }
  .sp-nav-hed .navBtn p:after {
    content: "メニュー";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 5px;
    left: 0;
    margin: auto;
    color: #000;
    font-size: 8px;
    text-align: center;
  }
  #sp-header .navigation {
    overflow: scroll;
    position: fixed;
    top: 0;
    opacity: 0;
    right: -100%;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    height: 100%;
    opacity: 0;
    z-index: 9999;
    height: 100%;
    padding-bottom: 0px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    margin-top: 58px;
  }
  #sp-header .navigation ul li a {
    display: block;
  }
  #sp-header .navigation ul li a:hover {
    text-decoration: none;
  }
  #sp-header .navigation .sp-nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  #sp-header .navigation .sp-nav-item .tel a {
    font-size: 26px;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -2px;
  }
  #sp-header .navigation .sp-nav-item .tel a span {
    font-size: 15px;
    margin-right: 10px;
    letter-spacing: -1px;
  }
  #sp-header .navigation .nav-re-menu {
    width: 100%;
    margin: 0 auto;
  }
  #sp-header .navigation .nav-re-menu li {
    margin-bottom: 10px;
    border-bottom: 2px solid #dddddd;
    position: relative;
  }
  #sp-header .navigation .nav-re-menu li::after {
    content: "";
    position: absolute;
    width: 20%;
    border-bottom: 2px solid #0C3C87;
    bottom: -2px;
    right: 0;
  }
  #sp-header .navigation .nav-re-menu li a {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0px 5px;
  }
  #sp-header .navigation .nav-re-menu li .en {
    font-weight: 700;
    font-family: sans-serif;
    font-size: 30px;
    padding-right: 20px;
    color: #0C3C87;
    opacity: 0.9;
    letter-spacing: -1px;
  }
  #sp-header .navigation .nav-re-btn {
    width: 100%;
    margin: 30px auto 0;
  }
  #sp-header .navigation .nav-re-btn li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(12, 60, 135, 0.6);
    border-radius: 2.05vw;
    padding: 10px;
    line-height: 1.2;
    position: relative;
  }
  #sp-header .navigation .nav-re-btn li a::after {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 26px;
    height: 26px;
    content: "keyboard_arrow_right";
    font-family: "Material Symbols Rounded";
    font-size: 150%;
    color: #0C3C87;
    opacity: 0.6;
  }
  #sp-header .navigation .nav-re-btn li:nth-child(n+2) {
    margin-top: 10px;
  }
  #sp-header .navigation .nav-re-btn .en {
    font-weight: 700;
    font-family: sans-serif;
    font-size: 28px;
    color: #0C3C87;
    opacity: 0.6;
    letter-spacing: -1px;
    padding-right: 20px;
  }
  #sp-header .navigation .nav-re-recruit {
    width: calc(100% - 20px);
    background: #00A760;
    margin: 30px auto 0px;
    border-radius: 2.05vw;
    font-size: 18px;
    padding: 10px 10px 20px;
  }
  #sp-header .navigation .nav-re-recruit > a {
    display: block;
    color: #fff;
    border-bottom: 2px solid #fff;
    position: relative;
  }
  #sp-header .navigation .nav-re-recruit > a::after {
    content: "";
    position: absolute;
    width: 20%;
    border-bottom: 2px solid #006400;
    bottom: -2px;
    right: 0;
  }
  #sp-header .navigation .nav-re-recruit > a .en {
    font-weight: 700;
    font-family: sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    padding-right: 20px;
  }
  #sp-header .navigation .nav-re-recruit ul li {
    margin-top: 10px;
  }
  #sp-header .navigation .nav-re-recruit ul li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2.05vw;
    padding: 10px;
    line-height: 1.2;
    position: relative;
  }
  #sp-header .navigation .nav-re-recruit ul li a::after {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 26px;
    height: 26px;
    content: "keyboard_arrow_right";
    font-family: "Material Symbols Rounded";
    font-size: 150%;
    color: #fff;
  }
  #sp-header .navigation .nav-re-recruit ul li a .en {
    font-weight: 700;
    font-family: sans-serif;
    font-size: 28px;
    color: #fff;
    letter-spacing: -1px;
    padding-right: 30px;
  }
  #sp-header .navigation .nav-re-recruit ul li:first-child {
    margin-top: 20px;
  }
  #sp-header .navigation .nav-re-close {
    margin-top: 20px;
    margin-bottom: 70px;
    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;
  }
  #sp-header .navigation .nav-re-close li {
    width: calc(50% - 5px);
  }
  #sp-header .navigation .nav-re-close li p {
    display: block;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 10px 5px;
    cursor: pointer;
    border-radius: 2.05vw;
  }
  /* ナビゲーション：アクティブ時 */
  #sp-header.navOpen .sp-nav-hed {
    position: fixed;
    top: 0;
    left: 0;
  }
  #sp-header.navOpen .sp-nav-hed .navBtn span:nth-of-type(1) {
    margin-top: 0 !important;
    height: 2px;
  }
  #sp-header.navOpen .sp-nav-hed .navBtn span:nth-of-type(3) {
    margin-top: 9px !important;
    height: 2px;
  }
  #sp-header.navOpen .sp-nav-hed .navBtn p:after {
    display: block;
  }
  #sp-header.navOpen .navigation {
    opacity: 1;
    right: 0;
    overflow: auto;
    height: 100%;
    padding: 0 20px;
  }
  #sp-header.navOpen .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
  }
  #sp-header.navOpen .navBtn span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
  }
  #sp-header.navOpen .navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
  }
  #sp-header.navOpen .navBtn p:after {
    content: "閉じる";
  }
}
.footer-block {
  background: #606367;
}

.footer-contact {
  position: relative;
  padding: 80px 0;
  color: #fff;
  background: url(/img/common/footer/contact_bg.jpg) center center no-repeat;
}
.footer-contact::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  content: " ";
  width: 100%;
  height: 100%;
}
.footer-contact .footer-contact-inner {
  margin: 0 auto;
  position: relative;
  width: 1240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.footer-contact .head-box .title {
  margin-bottom: 40px !important;
}
.footer-contact .head-box .title .en {
  color: #fff !important;
  text-align: center;
}
.footer-contact .contact-list {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-contact .contact-list li {
  position: relative;
  font-weight: 600;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-contact .contact-list li .title {
  width: 100%;
  text-align: center;
  font-size: 200%;
  line-height: 1;
  margin-bottom: 40px;
}
.footer-contact .contact-list li .text {
  width: 100%;
  font-size: 112.5%;
  text-align: center;
  margin-bottom: 30px;
}
.footer-contact .contact-list li .tel {
  line-height: 1;
  text-align: center;
  width: 100%;
  font-size: 212.5%;
  letter-spacing: -2px;
  margin-bottom: 10px;
}
.footer-contact .contact-list li .tel a[href^="tel:"] {
  color: #fff;
  padding-left: 50px;
  position: relative;
}
.footer-contact .contact-list li .tel a[href^="tel:"]::after {
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 37px;
  height: 37px;
  content: "call";
  font-family: "Material Symbols Rounded";
  font-size: 37px;
}
.footer-contact .contact-list li .btn a {
  display: block;
  color: #fff;
  line-height: 1;
  padding: 25px 30px 25px 70px;
  border-radius: 50px;
  border: 1px solid #fff;
  font-size: 125%;
  position: relative;
}
.footer-contact .contact-list li .btn a::after {
  position: absolute;
  top: 18px;
  right: auto;
  bottom: auto;
  left: 20px;
  margin: auto;
  width: 30px;
  height: 30px;
  content: "mail";
  font-family: "Material Symbols Rounded";
  font-size: 30px;
}
.footer-contact .contact-list li .btn a:hover {
  background: #004098;
  opacity: 1;
}
.footer-contact .contact-list li p {
  width: 100%;
  text-align: center;
  font-size: 112.5%;
}

/*!ページトップ*/
#pagetop {
  position: relative;
  height: 0;
}
#pagetop a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  z-index: 50;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
#pagetop a img {
  width: 60px;
  height: 60px;
}
#pagetop a.show {
  opacity: 1;
}
#pagetop a.pin {
  position: fixed;
}

/*グループ共通フッター*/
#global_footer {
  background-color: #0b0b0b;
  color: #fff;
  line-height: 1.88;
}
#global_footer .container {
  max-width: 1200px;
  width: 1174px;
  margin: 0 auto;
  padding: 24px 13px 6px;
}
#global_footer .container .logo_group {
  display: none;
}
#global_footer .container .function_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #fff;
  font-size: 0.75em;
}
#global_footer .container .function_nav li {
  padding-right: 8px;
  padding-left: 8px;
  border-right: 1px solid #fff;
}
#global_footer .container .function_nav a {
  color: #fff;
}
#global_footer .container .function_nav a:hover {
  text-decoration: underline;
  opacity: 1;
}
#global_footer .container .function_nav .icon_blank {
  width: 12px;
  height: 11px;
}
#global_footer .copyright {
  display: block;
  margin-top: 8px;
  font-size: 0.75em;
  text-align: right;
}

.footer_sitemap_area {
  line-height: 1.88;
  background-color: #606367;
  color: #fff;
}
.footer_sitemap_area a {
  color: #fff;
}
.footer_sitemap_area .container {
  max-width: 1200px;
  width: 1174px;
  margin: 0 auto;
  padding: 40px 0px 40px;
}
.footer_sitemap_area .footer_sitemap_container {
  margin-right: -30px;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_sitemap_area .footer_sitemap_container > ul.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_sitemap_area .footer_sitemap_container > ul > li {
  padding-right: 30px;
  padding-left: 30px;
  max-width: 230px;
  line-height: 1.4;
}
.footer_sitemap_area .footer_sitemap_container > ul > li > ul {
  margin-top: 20px;
  margin-left: 1em;
}
.footer_sitemap_area .footer_sitemap_container > ul > li > p > a {
  font-weight: 700;
}
.footer_sitemap_area .footer_sitemap_container > ul > li > ul > li + li {
  margin-top: 13px;
}
.footer_sitemap_area .footer_sitemap_container ul + p {
  margin-top: 20px;
}
.footer_sitemap_area .footer_sitemap_container p + p {
  margin-top: 20px;
}
.footer_sitemap_area .footer_sitemap_container a:hover {
  text-decoration: underline;
  opacity: 1;
}
.footer_sitemap_area .aside_area {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #808285;
}
.footer_sitemap_area .aside_area .corp_info {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.footer_sitemap_area .aside_area .corp_info a.inline {
  font-weight: 700;
  text-decoration: underline;
}
.footer_sitemap_area .aside_area .corp_info .icon_blank {
  width: 16px;
  height: 13px;
}
.footer_sitemap_area .aside_area .corp_info dd + dd {
  margin-left: 20px;
}
.footer_sitemap_area .aside_area .corp_info dt {
  margin-bottom: 20px;
  font-weight: 700;
  width: 100%;
}
.footer_sitemap_area .aside_area .sitemap-link {
  display: none;
}

@media screen and (min-width: 481px) and (max-width: 1280px) {
  .footer-contact {
    padding: 60px 0;
  }
  .footer-contact .footer-contact-inner {
    width: 940px;
  }
  .footer-contact .head-box .title {
    margin-bottom: 30px !important;
    font-size: 90%;
  }
  .footer-contact .contact-list li {
    width: 70%;
  }
  .footer-contact .contact-list li .title {
    font-size: 170%;
    margin-bottom: 30px;
  }
  .footer-contact .contact-list li .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer-contact .contact-list li .btn a {
    padding: 20px 30px 20px 70px;
    font-size: 18px;
  }
  .footer-contact .contact-list li .btn a::after {
    top: 13px;
    left: 24px;
  }
  /*グループ共通フッター*/
  #global_footer .container {
    max-width: 940px;
    width: 914px;
  }
  .footer_sitemap_area .container {
    max-width: 940px;
    width: 914px;
  }
  .footer_sitemap_area .footer_sitemap_container {
    margin-right: -10px;
    margin-left: -10px;
  }
  .footer_sitemap_area .footer_sitemap_container > ul > li {
    font-size: 14px;
    padding-right: 17px;
    padding-left: 17px;
    line-height: 1.2;
  }
  .footer_sitemap_area .aside_area {
    margin-top: 30px;
    padding-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .footer-contact {
    padding: 30px 0;
    background-size: cover;
  }
  .footer-contact .footer-contact-inner {
    width: 96%;
  }
  .footer-contact .head-box .title {
    margin-bottom: 20px !important;
  }
  .footer-contact .head-box .title .en {
    font-size: 225%;
  }
  .footer-contact .contact-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-contact .contact-list li {
    width: 100%;
  }
  .footer-contact .contact-list li:first-child::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  .footer-contact .contact-list li .title {
    font-size: 150%;
    margin-bottom: 15px;
    padding-top: 20px;
  }
  .footer-contact .contact-list li .text {
    font-size: 87.5%;
    margin-bottom: 15px;
  }
  .footer-contact .contact-list li .btn a {
    padding: 20px 20px 20px 60px;
    font-size: 100%;
  }
  .footer-contact .contact-list li .btn a::after {
    top: 23%;
  }
  .footer-contact .contact-list li p {
    padding-bottom: 20px;
  }
  .footer-contact .contact-list :nth-child(2) > .title {
    margin-top: 20px;
  }
  #pagetop a {
    width: 50px;
  }
  #pagetop a img {
    width: 50px;
    height: 50px;
  }
  /*グループ共通フッター*/
  #global_footer .container {
    position: relative;
    padding: 20px 10px 18px;
    max-width: 100%;
    width: calc(100% - 20px);
  }
  #global_footer .container .logo_group {
    position: absolute;
    top: 16px;
    right: 10px;
    display: block;
  }
  #global_footer .container .function_nav {
    font-size: 0.87em;
    display: block;
    border-left: none;
  }
  #global_footer .container .function_nav li {
    padding-right: 0;
    padding-left: 0;
    border-right: none;
  }
  #global_footer .copyright {
    margin-top: 18px;
    font-size: 0.8em;
    text-align: left;
  }
  .footer_sitemap_area .container {
    max-width: 100%;
    width: calc(100% - 20px);
    padding: 0 10px 20px;
  }
  .footer_sitemap_area .footer_sitemap_container {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer_sitemap_area .footer_sitemap_container > ul.horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_sitemap_area .footer_sitemap_container > ul > li {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 100%;
    width: 100%;
  }
  .footer_sitemap_area .footer_sitemap_container > ul > li > ul {
    font-size: 0.93em;
    margin-top: 0px;
    margin-left: 0;
  }
  .footer_sitemap_area .footer_sitemap_container > ul > li > p > a {
    padding: 12px 25px;
    background-position: 10px 50%;
  }
  .footer_sitemap_area .footer_sitemap_container > ul > li > ul > li + li {
    margin-top: 0px;
  }
  .footer_sitemap_area .footer_sitemap_container ul + p {
    margin-top: 0px;
  }
  .footer_sitemap_area .footer_sitemap_container p + p {
    margin-top: 0px;
  }
  .footer_sitemap_area .footer_sitemap_container a {
    display: block;
    background: url(../shared/v0010/img/arr_white.svg) no-repeat;
    background-size: 7px auto;
  }
  .footer_sitemap_area .footer_sitemap_container > ul > li > a {
    padding: 12px 25px;
    background-position: 10px 50%;
  }
  .footer_sitemap_area .footer_sitemap_container > ul > li > ul > li > a {
    padding: 10px 25px 10px 60px;
    background-position: 45px 50%;
  }
  .footer_sitemap_area .footer_sitemap_container > ul > li + li {
    border-top: 1px solid #7a7a7a;
  }
  .footer_sitemap_area .aside_area {
    margin-top: 0px;
    padding-top: 25px;
    border-top: none;
  }
  .footer_sitemap_area .aside_area .corp_info {
    line-height: 1.67;
  }
  .footer_sitemap_area .aside_area .corp_info dd {
    width: 100%;
  }
  .footer_sitemap_area .aside_area .corp_info dd + dd {
    margin-left: 0px;
  }
  .footer_sitemap_area .aside_area .corp_info dt {
    margin-bottom: 10px;
    font-size: 1.33em;
  }
  .footer_sitemap_area .aside_area .corp_info .tel {
    display: none;
  }
  .footer_sitemap_area .aside_area .sitemap-link {
    display: block;
    margin-top: 20px;
    font-size: 87.5%;
  }
  .footer_sitemap_area .aside_area .sitemap-link li a {
    position: relative;
    padding-left: 15px;
  }
  .footer_sitemap_area .aside_area .sitemap-link li a::before {
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: -5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "Chevron_Right";
    font-family: "Material Symbols Rounded";
    font-weight: 400;
    color: #fff;
    display: block;
    font-size: 20px;
  }
}
.content-block.-line {
  border-top: 2px solid #004098;
  border-bottom: 2px solid #004098;
}
.content-block.-blue {
  background: #f8fbff;
}
.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;
}

.content-inner {
  margin: 0 auto;
  position: relative;
  width: 1240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

@media screen and (min-width: 481px) and (max-width: 1280px) {
  .content-inner {
    width: 940px;
  }
}
@media screen and (max-width: 480px) {
  .content-inner {
    padding: 0px 0px 15px;
    min-width: 96%;
    width: 96%;
    max-width: 100%;
  }
}
.section p,
.article-box p {
  min-height: 1rem;
}
.section .red,
.article-box .red {
  color: #dd0000;
}
.section .blue,
.article-box .blue {
  color: #0080cc;
}
.section .green,
.article-box .green {
  color: #00aa66;
}
.section .pen-pink,
.article-box .pen-pink {
  background: #ffbae2;
}
.section .pen-yellow,
.article-box .pen-yellow {
  background: #ffff7a;
}
.section .pen-green,
.article-box .pen-green {
  background: #7aff7a;
}
.section .strong,
.article-box .strong {
  font-weight: 700;
}
.section .underline,
.article-box .underline {
  text-decoration: underline;
}
.section hr,
.article-box hr {
  border: 0.5px solid #ddd;
}
.section img,
.article-box img {
  vertical-align: middle;
  max-width: 100%;
  height: auto !important;
}
.section p img,
.article-box p img {
  vertical-align: middle;
  max-width: 100%;
}

.slider-block {
  position: relative;
  z-index: 0;
}
.slider-block:before {
  background: top;
  width: 100%;
  height: 100%;
}
.slider-block .triangle {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0px;
  height: 259.8076211353px;
  width: 750px;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 100%);
          clip-path: polygon(0 100%, 0 0, 100% 100%);
  background: -webkit-gradient(linear, left top, right top, from(#004098), to(#5a9ff2));
  background: linear-gradient(90deg, #004098, #5a9ff2);
  z-index: 100;
}

.slider-inner {
  position: relative;
  z-index: 0;
  min-height: 790px;
  height: calc(100vh - 220px);
}
.slider-inner .bx-wrapper {
  height: 100%;
}
.slider-inner .bx-wrapper .bx-viewport {
  height: 100% !important;
}
.slider-inner .bx-wrapper .bx-viewport ul {
  height: 100% !important;
}
.slider-inner .bx-wrapper .bx-viewport ul li {
  height: 100% !important;
}
.slider-inner ul li img {
  display: none;
}
.slider-inner .img01, .slider-inner .img06, .slider-inner .img05, .slider-inner .img04, .slider-inner .img03, .slider-inner .img02 {
  background: url(../img/index/main.jpg) no-repeat 50% 100%/cover;
  width: 100%;
}
.slider-inner .img02 {
  background: url(../img/index/main_02.jpg) no-repeat 50% 100%/cover;
}
.slider-inner .img03 {
  background: url(../img/index/main_03.jpg) no-repeat 50% 100%/cover;
}
.slider-inner .img04 {
  background: url(../img/index/main_04.jpg) no-repeat 50% 98%/cover;
}
.slider-inner .img05 {
  background: url(../img/index/main_05.jpg) no-repeat 50% 30%/cover;
}
.slider-inner .img06 {
  background: url(../img/index/main_06.jpg) no-repeat 50% 70%/cover;
}

.slider-text {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 70px;
  left: 40px;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
  z-index: 100;
}
.slider-text p {
  text-shadow: 0 0px 10px rgba(0, 0, 0, 0.7);
}
.slider-text .text {
  font-size: 45px;
}
.slider-text .en {
  font-size: 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.bx-controls {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.bx-pager {
  text-align: center;
  padding-top: 15px;
}

.bx-pager-item {
  display: inline-block;
}

.bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50px;
  background: #ccc;
  border: 2px solid #ccc;
}
.bx-pager.bx-default-pager a:focus {
  outline: none;
  border: 2px solid #000;
  border-radius: 50px;
}

.bx-pager-item a.active {
  background: #555;
  border: 2px solid #555;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  position: relative;
  padding-top: 15.3px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.bx-wrapper .bx-controls-auto .bx-start {
  position: absolute;
  display: block;
  text-indent: -9999px;
  width: 11px;
  height: 11px;
  background: url("/img/index/controls.png") -86px -11px no-repeat;
  background-position: -84.5px 0.1px;
  margin: 0 5px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  outline-offset: 1px;
}

.bx-wrapper .bx-controls-auto .bx-start.active {
  display: none;
}

.bx-wrapper .bx-controls-auto .bx-start:hover {
  opacity: 0.5;
}

.bx-wrapper .bx-controls-auto .bx-start:focus-visible {
  outline: 1px solid #000;
  border-radius: 50px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  position: absolute;
  display: block;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  background: url("/img/index/controls.png") -86px -44px no-repeat;
  background-position: -84.6px -32.7px;
  margin: 0 5px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  outline-offset: 1px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active {
  display: none;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover {
  opacity: 0.5;
}

.bx-wrapper .bx-controls-auto .bx-stop:focus-visible {
  outline: 1px solid #000;
  border-radius: 50px;
}

.bx-pager {
  text-align: left;
}

.bx-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 481px) and (max-width: 1280px) {
  .slider-block .triangle {
    height: 173.2050807569px;
    width: 600px;
  }
  .slider-inner {
    min-height: 450px;
    height: calc(80vh - 220px);
  }
  .slider-inner .slider-text {
    bottom: 50px;
    min-width: 96%;
    max-width: 96%;
  }
  .slider-inner .slider-text .text {
    font-size: 40px;
  }
  .slider-inner .slider-text .en {
    font-size: 25px;
  }
  .slider-inner .bx-wrapper {
    height: 100%;
  }
  .slider-inner .bx-wrapper .bx-viewport {
    height: 100% !important;
  }
  .slider-inner .bx-wrapper .bx-viewport ul {
    height: 100% !important;
  }
  .slider-inner .bx-wrapper .bx-viewport ul li {
    height: 100% !important;
  }
  .slider-inner .img01, .slider-inner .img02, .slider-inner .img03, .slider-inner .img04, .slider-inner .img05, .slider-inner .img06 {
    background: url(../img/index/main.jpg) no-repeat 50% 80%/cover;
    width: 100%;
  }
  .slider-inner .img02 {
    background: url(../img/index/main_02.jpg) no-repeat 50% 100%/cover;
    width: 100%;
  }
  .slider-inner .img03 {
    background: url(../img/index/main_03.jpg) no-repeat 50% 100%/cover;
    width: 100%;
  }
  .slider-inner .img04 {
    background: url(../img/index/main_04.jpg) no-repeat 50% 80%/cover;
    width: 100%;
  }
  .slider-inner .img05 {
    background: url(../img/index/main_05.jpg) no-repeat 50% 50%/cover;
    width: 100%;
  }
  .slider-inner .img06 {
    background: url(../img/index/main_06.jpg) no-repeat 50% 70%/cover;
    width: 100%;
  }
  .slider-inner ul li img {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .slider-block {
    margin-top: 55px;
  }
  .slider-block .triangle {
    height: 51.9615242271px;
    width: 0;
  }
  .slider-inner {
    min-height: 250px;
    height: 50vh;
  }
  .slider-inner .img01, .slider-inner .img02, .slider-inner .img03, .slider-inner .img04, .slider-inner .img05, .slider-inner .img06 {
    width: 100%;
  }
  .slider-text {
    left: 0;
    bottom: 15px;
    min-width: 96%;
    max-width: 96%;
  }
  .slider-text .copy {
    font-size: 7vw;
    margin-bottom: 30px;
  }
  .slider-text .copy span:last-child {
    padding-left: 100px;
  }
  .slider-text .text {
    font-size: 4.8vw;
  }
  .slider-text .en {
    font-size: 4vw;
  }
}
.title-block {
  background: url(../../img/common/title/title_img.jpg) no-repeat;
  background-size: cover;
}
.title-block .title-inner {
  min-width: 1240px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 70px 0 50px;
}
.title-block .en {
  font-size: 90px;
  letter-spacing: -4px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.title-block h1 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 50px;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}
.title-block h1::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto;
  width: 10px;
  height: 10px;
  background: #004098;
  border-radius: 50px;
}
.title-block .read {
  font-size: 40px;
  line-height: 1;
}
.title-block .panlist-inner {
  min-width: auto;
  max-width: none;
  margin: 0 auto;
  padding: 0px 10px;
}
.title-block .panlist-inner .pan-list {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.title-block .panlist-inner .pan-list li a {
  display: inline-block;
  padding-right: 25px;
  background: url(/img/common/icon/allow-right.svg) right 7px bottom 60% no-repeat;
}

.title-image {
  height: 400px;
  overflow: hidden;
  background: url(../img/common/title/common.jpg) no-repeat center;
}

body.-company .title-image {
  background: url(../img/common/title/company-main.jpg) no-repeat center;
}
body.-company .-histry {
  background: url(../img/common/title/company-history.jpg) no-repeat center;
  background-size: 100% auto;
}

body.-factory .title-image {
  background: url(../img/common/title/factory-main.jpg) no-repeat center;
}

body.-business .title-image {
  background: url(../img/common/title/business-main.jpg) no-repeat center;
}

body.-engineering .title-image {
  background: url(../img/common/title/engineering-main.jpg) no-repeat center;
}

body.-quality .title-image {
  background: url(../img/common/title/quality-main.jpg) no-repeat center;
}

body.-recruit .title-image {
  background: url(../img/common/title/recruit-main.jpg) no-repeat center;
}

.topmenu-box {
  display: block;
  padding: 30px 0;
  font-size: 87.5%;
  border-bottom: 1px solid #ddd;
}
.topmenu-box ul {
  min-width: 1240px;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topmenu-box ul li {
  position: relative;
  padding-right: 50px;
  margin-right: 50px;
}
.topmenu-box ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  height: 20px;
  width: 1px;
  background: #ddd;
}
.topmenu-box ul li:last-child:after {
  display: none;
}
.topmenu-box ul li a {
  display: block;
  text-align: center;
  line-height: 1;
}
.topmenu-box ul li a:hover {
  text-decoration: underline;
}

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

   subtitle

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

section,
.article-box {
  /*h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    line-height: 1.4;
  }*/
}
section h2,
.article-box h2 {
  margin-top: 70px;
  margin-bottom: 40px;
  font-size: 375%;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 500;
}
section h2 .en,
.article-box h2 .en {
  margin-bottom: 30px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #004098;
  display: block;
}
section h3,
.article-box h3 {
  font-size: 200%;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 20px 0px 5px;
  position: relative;
}
section h3::before,
.article-box h3::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #ddd;
}
section h3::after,
.article-box h3::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  width: 20%;
  height: 2px;
  background: #004098;
}
section h3 br,
.article-box h3 br {
  display: none;
}
section h4,
.article-box h4 {
  background: #004098;
  color: #fff;
  border-radius: 10px;
  font-size: 150%;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 20px 30px;
  position: relative;
}
section h4.between,
.article-box h4.between {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  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;
}
section h5,
.article-box h5 {
  background: #f2f2f2;
  font-size: 131.25%;
  border-radius: 10px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 20px 30px 20px 20px;
}
section h6,
.article-box h6 {
  color: #004098;
  font-size: 131.25%;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 0px;
  line-height: 1.4;
  position: relative;
}
section .h2-read,
.article-box .h2-read {
  color: #004098;
  font-size: 131.25%;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 0px;
  line-height: 1.4;
  position: relative;
}
section .contact-title,
.article-box .contact-title {
  color: #004098;
  font-size: 131.25%;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 0px;
  line-height: 1.4;
  position: relative;
}

@media screen and (min-width: 481px) and (max-width: 1280px) {
  .title-block .title-inner {
    min-width: 960px;
    max-width: 1280px;
    padding: 35px 30px 40px;
  }
  .title-block .en {
    font-size: 70px;
    margin-bottom: 25px;
  }
  .title-block h1 {
    margin-bottom: 30px;
  }
  .title-block .read {
    font-size: 28px;
  }
  .title-image {
    height: 280px;
    background-size: 110% !important;
  }
  .topmenu-box {
    padding: 25px 50px;
    font-size: 75%;
  }
  .topmenu-box ul {
    min-width: 960px;
    max-width: 1280px;
  }
  .topmenu-box ul li {
    padding-right: 40px;
    margin-right: 40px;
  }
  section h2,
  .article-box h2 {
    margin-bottom: 30px;
    font-size: 48px;
    margin-bottom: 30px;
  }
  section h2 .en,
  .article-box h2 .en {
    margin-bottom: 20px;
  }
  section h3,
  .article-box h3 {
    font-size: 28px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  /*------------------------------------------------

     subtitle

  ------------------------------------------------*/
  section,
  .article-box {
    padding: 30px 0 !important;
  }
  section.-secondMenu,
  .article-box.-secondMenu {
    padding: 0 !important;
    margin-top: 60px;
  }
  section.-line,
  .article-box.-line {
    padding: 0 !important;
  }
  section h1,
  .article-box h1 {
    font-size: 150%;
    margin-bottom: 30px;
    padding: 20px 0px;
    line-height: 1.3;
  }
  section h2,
  .article-box h2 {
    font-size: 150%;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  section h2 .en,
  .article-box h2 .en {
    margin-bottom: 15px;
  }
  section h3,
  .article-box h3 {
    font-size: 125%;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 10px 2px 2px;
  }
  section h4,
  .article-box h4 {
    font-size: 112.5%;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 10px;
  }
  section h5,
  .article-box h5 {
    font-size: 112.5%;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 10px;
  }
  section h6,
  .article-box h6 {
    font-size: 100%;
    margin-top: 20px;
  }
  section .h2-read,
  .article-box .h2-read {
    font-size: 100%;
    margin-top: 20px;
    font-weight: normal;
  }
  section .contact-title,
  .article-box .contact-title {
    font-size: 100%;
    margin-top: 20px;
  }
  .title-block {
    background: url(../../img/common/title/title_img.jpg) no-repeat;
    background-size: cover;
  }
  .title-block h1 {
    margin-bottom: 30px;
  }
  .title-block .title-inner {
    min-width: auto;
    max-width: none;
    margin: 0 auto;
    padding: 0px 10px 20px;
  }
  .title-block .en {
    font-size: 225%;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .title-block .-mini {
    font-size: 212.5%;
  }
  .title-block .title {
    font-size: 100%;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
  }
  .title-block .read {
    font-size: 100%;
    line-height: 1.4;
  }
  .title-block .panlist-inner {
    min-width: auto;
    max-width: none;
    margin: 0 auto;
    padding: 58px 0px 0px;
  }
  .title-block .panlist-inner .pan-list {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
  }
  .title-block .panlist-inner .pan-list li a {
    display: inline-block;
    padding-right: 30px;
    background: url(/img/common/icon/allow-right.svg) right 7px bottom 60% no-repeat;
  }
  .title-image {
    height: auto;
  }
  .title-image img {
    width: 100%;
  }
  .-histry {
    background: url(../img/common/title/company-history-mobile.jpg) no-repeat center top !important;
    background-size: 100% auto !important;
    height: 380px;
  }
  .topmenu-box {
    display: none;
    padding: 0;
    font-size: 87.5%;
    border-bottom: 1px solid #ddd;
  }
  .topmenu-box ul {
    min-width: auto;
    max-width: none;
    margin: 0 auto;
  }
  .topmenu-box ul li {
    position: relative;
    padding-right: 0px;
    margin-right: 0px;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 15px 0;
  }
  .topmenu-box ul li::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    content: "";
    height: 20px;
    width: 1px;
    background: #ddd;
  }
  .topmenu-box ul li:last-child:after {
    display: none;
  }
  .topmenu-box ul li a {
    display: block;
    text-align: center;
    line-height: 1;
    width: 100%;
    height: 15px;
  }
  .topmenu-box ul li a:hover {
    text-decoration: underline;
  }
}
/*------------------------------------------------

	   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: 20px;*/
  width: 100%;
}
.table-gray th,
.table-blue th,
.table-red th,
.table-list th,
.table-none th {
  background: #f2f2f2;
  text-align: center;
  padding: 10px 10px;
}
.table-gray td,
.table-blue td,
.table-red td,
.table-list td,
.table-none td {
  text-align: left;
  padding: 10px 10px;
  vertical-align: top;
  background: #fff;
}
.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 li.pdf a:before, .table-gray li.pdf a:hover:before,
.table-blue li.pdf a:before,
.table-blue li.pdf a:hover:before,
.table-red li.pdf a:before,
.table-red li.pdf a:hover:before,
.table-list li.pdf a:before,
.table-list li.pdf a:hover:before,
.table-none li.pdf a:before,
.table-none li.pdf a:hover:before {
  display: none;
}
.table-gray li.xls,
.table-blue li.xls,
.table-red li.xls,
.table-list li.xls,
.table-none li.xls {
  background: url(/img/common/icon/icon_xls.png) no-repeat 15px calc(50% - 0px)/21px !important;
}
.table-gray li.xls a:before, .table-gray li.xls a:hover:before,
.table-blue li.xls a:before,
.table-blue li.xls a:hover:before,
.table-red li.xls a:before,
.table-red li.xls a:hover:before,
.table-list li.xls a:before,
.table-list li.xls a:hover:before,
.table-none li.xls a:before,
.table-none li.xls a:hover:before {
  display: none;
}
.table-gray li.doc a:before, .table-gray li.doc a:hover:before,
.table-blue li.doc a:before,
.table-blue li.doc a:hover:before,
.table-red li.doc a:before,
.table-red li.doc a:hover:before,
.table-list li.doc a:before,
.table-list li.doc a:hover:before,
.table-none li.doc a:before,
.table-none li.doc a:hover:before {
  display: none;
}
.table-gray li.zip a:before, .table-gray li.zip a:hover:before,
.table-blue li.zip a:before,
.table-blue li.zip a:hover:before,
.table-red li.zip a:before,
.table-red li.zip a:hover:before,
.table-list li.zip a:before,
.table-list li.zip a:hover:before,
.table-none li.zip a:before,
.table-none li.zip a:hover:before {
  display: none;
}

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

.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,
.table-img2r {
  border: none;
  width: 100%;
}
.table-imgl > tbody > tr > td,
.table-imgr > tbody > tr > td,
.table-img2r > tbody > tr > td {
  vertical-align: top;
  width: auto;
}
.table-imgl > tbody > tr > td:first-child,
.table-imgr > tbody > tr > td:first-child,
.table-img2r > tbody > tr > td:first-child {
  padding-right: 30px;
}
.table-imgl > tbody > tr > td:last-child,
.table-imgr > tbody > tr > td:last-child,
.table-img2r > 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,
.table-img2r > tbody > tr > td:last-child p:first-child {
  margin-top: 0px;
}
.table-imgl > tbody > tr > td img,
.table-imgr > tbody > tr > td img,
.table-img2r > tbody > tr > td img {
  margin-bottom: 10px;
  vertical-align: top;
  width: auto !important;
  max-width: 480px;
  height: auto;
}
.table-imgl > tbody > tr > td img + p,
.table-imgr > tbody > tr > td img + p,
.table-img2r > tbody > tr > td img + p {
  font-size: 87.5% !important;
  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-img2r {
  border: none;
  width: 100%;
}
.table-img2r > tbody > tr > td:first-child {
  padding-right: 0px;
  width: 60%;
}
.table-img2r > tbody > tr > td:last-child {
  padding-left: 10px;
  text-align: right;
  width: auto;
}
.table-img2r > tbody > tr > td img {
  max-width: 480px;
}

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

.table-img2r {
  table-layout: fixed;
  width: 100%;
}
.table-img2r td {
  width: 50%;
  padding-bottom: 2%;
  vertical-align: top;
}
.table-img2r td.td_img {
  width: 50% !important;
}
.table-img2r td h3 {
  max-width: 96%;
  margin: 0px auto 20px;
  text-align: start;
}
.table-img2r td img {
  max-width: 96%;
  margin: 0 auto;
  height: auto !important;
}
.table-img2r td > img + p {
  font-size: 87.5%;
  text-align: center;
  margin: 10px auto 0px;
  max-width: 96%;
}

.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 h3 {
  max-width: 96%;
  margin: 0px auto 20px;
  text-align: start;
}
.table-img2 td img {
  max-width: 96%;
  margin: 0 auto;
  height: auto !important;
}
.table-img2 td > img + p {
  font-size: 87.5%;
  text-align: center;
  margin: 10px auto 0px;
  max-width: 96%;
}
.table-img2 td > p + p {
  font-size: 87.5%;
  text-align: center;
  margin-top: 10px;
  max-width: 98%;
}

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

.table-img4 {
  table-layout: fixed;
  width: 100%;
}
.table-img4 td {
  padding-bottom: 2%;
  vertical-align: top;
  width: 25%;
}
.table-img4 td p {
  text-align: center;
}
.table-img4 td.td_img {
  width: 25% !important;
}
.table-img4 td:nth-child(1) {
  text-align: left;
}
.table-img4 td:nth-child(2) {
  text-align: center;
}
.table-img4 td:nth-child(3) {
  text-align: center;
}
.table-img4 td:nth-child(4) {
  text-align: right;
}
.table-img4 td img {
  margin: 0 auto;
  max-width: 96%;
  vertical-align: top;
  height: auto;
}
.table-img4 img + p {
  font-size: 87.5% !important;
  text-align: center;
  margin-top: 10px;
  max-width: 98%;
}
.table-img4 a + p {
  font-size: 87.5%;
  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-05 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;
}

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

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

@media screen and (min-width: 481px) and (max-width: 1280px) {
  .table-sp {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .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 {
    padding: 8px;
  }
  .table-list td {
    display: block;
    border-bottom: none;
    width: calc(100% - 16px) !important;
  }
  .table-list td:first-child {
    font-weight: bold;
    background: #f2f2f2;
  }
  .table-list td:nth-child(n+2) {
    border-bottom: 1px solid #ddd;
    padding-top: 0px;
  }
  .table-list td:nth-child(1) + td, .table-list td:nth-child(2) + td {
    border-top: none;
  }
  .table-list td.td_file {
    padding-left: 0px;
  }
  .table-imgl td,
  .table-imgr td {
    display: block;
    width: 100% !important;
  }
  .table-imgl td,
  .table-imgr td {
    display: block;
    margin-bottom: 20px;
    padding: 0 !important;
    width: 100% !important;
  }
  .table-imgl td img,
  .table-imgr td img {
    display: block;
    max-width: 96% !important;
    margin: 0 auto 10px;
  }
  .table-imgl td img + p,
  .table-imgr td img + p {
    margin-top: 10px;
  }
  .table-imgl table td,
  .table-imgr table td {
    display: table-cell !important;
    width: auto;
  }
  .table-imgr td img {
    margin: 10px auto 0px;
  }
  .table-imgr td:last-child {
    padding-left: 0px !important;
    text-align: center;
  }
  .table-img2r tbody tr td img {
    max-width: 48%;
  }
  .table-img2r tbody tr td:first-child {
    display: block;
    width: 100%;
  }
  .table-img2r tbody tr td:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
  }
  .table-img2 td,
  .table-img3 td,
  .table-img4 td {
    display: block;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .table-img2 td:nth-child(1),
  .table-img3 td:nth-child(1),
  .table-img4 td:nth-child(1) {
    text-align: center;
  }
  .table-img2 td:nth-child(3),
  .table-img3 td:nth-child(3),
  .table-img4 td:nth-child(3) {
    text-align: center;
  }
  .table-img2 td:nth-child(4),
  .table-img3 td:nth-child(4),
  .table-img4 td:nth-child(4) {
    text-align: center;
  }
  .table-img2 img,
  .table-img3 img,
  .table-img4 img {
    width: 100% !important;
    height: auto !important;
  }
  .table-img2 img + p,
  .table-img3 img + p,
  .table-img4 img + p {
    line-height: 1;
  }
  .table-sp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .table-sp table {
    width: 1200px !important;
  }
  .table-sp table.table-list td {
    display: table-cell;
  }
  .table-sp table td {
    padding: 5px 10px !important;
    line-height: 1.4;
  }
  .table-col2 > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .table-col2 > tbody > tr > td:first-child {
    padding-right: 0px;
  }
  .table-col2 > tbody > tr > td:last-child {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .table-col2 > tbody > tr > td .table-imgl td img,
  .table-col2 > tbody > tr > td .table-imgr td img {
    max-width: 100%;
  }
  .table-col3 > tbody > tr > td {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .table-col3 > tbody > tr > td:first-child {
    padding-right: 0px;
  }
  .table-col3 > tbody > tr > td:nth-child(2) {
    padding: 0px;
  }
  .table-col3 > tbody > tr > td:last-child {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .table-col3 > tbody > tr > td img {
    max-width: 100%;
  }
}
.btn-zip, .btn-xls, .btn-doc, .btn-pdf {
  border: 1px solid #ddd;
  border-radius: 10px;
  display: inline-block;
  line-height: 1;
  padding: 12px 12px 12px 43px;
}

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

	   btnlist

------------------------------------------------*/
.btnlist-01 {
  margin-top: 20px;
  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: 50px;
  color: #fff;
  display: block;
  line-height: 1.4;
  padding: 25px 40px 25px 30px;
  position: relative;
  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: 187.5%;
}
.btnlist-01 li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer;
  text-decoration: none;
}
.btnlist-01 li a:hover:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}

.btnlist-02 {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.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: #004098;
  color: #fff;
  border-radius: 50px;
  display: block;
  line-height: 1.4;
  padding: 25px 40px 25px 30px;
  position: relative;
  text-decoration: none;
}
.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;
  font-size: 187.5%;
  color: #fff;
}

.btnlist-03 {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.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: #dddddd;
  border-radius: 50px;
  line-height: 1.4;
  padding: 25px 40px 25px 30px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.btnlist-03 li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #004098;
  color: #fff;
  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: #004098;
  font-size: 187.5%;
}
.btnlist-03 li a:hover {
  cursor: pointer;
  background: none;
  color: #fff;
  opacity: 1;
}
.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 {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.btnlist-04 li {
  margin-right: 2%;
  margin-bottom: 2%;
  padding-left: 0px;
  width: 23.5%;
}
.btnlist-04 li:nth-child(4n) {
  margin-right: 0;
}
.btnlist-04 li a {
  display: block;
  background: #dddddd;
  border-radius: 50px;
  line-height: 1.4;
  padding: 25px 40px 25px 30px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.btnlist-04 li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #004098;
  color: #fff;
  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-04 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: #004098;
  font-size: 187.5%;
}
.btnlist-04 li a:hover {
  cursor: pointer;
  background: none;
  color: #fff;
  opacity: 1;
}
.btnlist-04 li a:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.btnlist-04 li a:hover:after {
  -webkit-transition: all 100ms ease 100ms !important;
  transition: all 100ms ease 100ms !important;
  color: #fff;
}

.btnlist-05 {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.btnlist-05 li {
  background: #fff;
  margin-right: 2%;
  padding-left: 0px;
  margin-bottom: 1%;
}
.btnlist-05 li.pdf {
  background: url(/img/common/icon/icon_pdf.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-05 li.pdf a:before, .btnlist-05 li.pdf a:hover:before {
  display: none;
}
.btnlist-05 li.xls {
  background: url(/img/common/icon/icon_xls.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-05 li.xls a:before, .btnlist-05 li.xls a:hover:before {
  display: none;
}
.btnlist-05 li.doc {
  background: url(/img/common/icon/icon_doc.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-05 li.doc a:before, .btnlist-05 li.doc a:hover:before {
  display: none;
}
.btnlist-05 li.zip {
  background: url(/img/common/icon/icon_zip.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-05 li.zip a:before, .btnlist-05 li.zip a:hover:before {
  display: none;
}
.btnlist-05 li a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ddd;
  border-radius: 10px;
  line-height: 1.4;
  display: block;
  padding: 12px 12px 12px 43px;
  font-weight: 500;
  position: relative;
}
.btnlist-05 li:not([class]) a {
  padding-left: 36px;
}
.btnlist-05 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-05 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-05 li:before {
  display: none;
}

.btnlist-06 {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.btnlist-06 li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.btnlist-06 li:last-child {
  margin-right: 0px;
}
.btnlist-06 li a {
  background: #004098;
  border-radius: 10px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 10px 20px;
}
.btnlist-06 li a:hover {
  cursor: pointer;
  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;
}

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

       btnlist

  ------------------------------------------------*/
  .btnlist-01 li {
    width: 100%;
    margin-bottom: 10px;
  }
  .btnlist-01 li a {
    padding: 20px 35px 20px 20px;
    font-size: 100%;
  }
  .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;
  }
  .btnlist-04 li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .btnlist-04 li a {
    padding: 20px 35px 20px 20px;
  }
}
.article-box table td > ul:not([class]) {
  margin-top: 0px;
}

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

	   list

------------------------------------------------*/
.section ul li,
.article-box ul li {
  background: none;
}
.section ul:not([class]),
.section .flex-list,
.article-box ul:not([class]),
.article-box .flex-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.section ul:not([class]) a,
.section .flex-list a,
.article-box ul:not([class]) a,
.article-box .flex-list a {
  color: #004098;
}
.section ul:not([class]) a[href^="tel:"],
.section .flex-list a[href^="tel:"],
.article-box ul:not([class]) a[href^="tel:"],
.article-box .flex-list a[href^="tel:"] {
  color: #000;
}
.section ul:not([class]) a:hover,
.section .flex-list a:hover,
.article-box ul:not([class]) a:hover,
.article-box .flex-list a:hover {
  text-decoration: underline;
}
.section ul:not([class]) li,
.section .flex-list li,
.article-box ul:not([class]) li,
.article-box .flex-list li {
  background: none;
  padding-left: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.4;
  position: relative;
}
.section ul:not([class]) li:before,
.section .flex-list li:before,
.article-box ul:not([class]) li:before,
.article-box .flex-list li:before {
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 6px;
  content: "";
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-radius: 50%;
  border-color: #004098;
}
.section ol,
.article-box ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.section ol > li,
.article-box ol > li {
  padding-left: 8px;
}
.section ol > li:before,
.article-box ol > li:before {
  display: none;
}
.section .pdf,
.article-box .pdf {
  background: url(/img/common/icon/icon_pdf.svg) no-repeat 0 2px/21px !important;
}
.section .pdf:before,
.article-box .pdf:before {
  display: none;
}
.section .xls,
.article-box .xls {
  background: url(/img/common/icon/icon_xls.svg) no-repeat 0 2px/21px !important;
}
.section .xls:before,
.article-box .xls:before {
  display: none;
}
.section .doc,
.article-box .doc {
  background: url(/img/common/icon/icon_doc.svg) no-repeat 0 2px/21px !important;
}
.section .doc:before,
.article-box .doc:before {
  display: none;
}
.section .zip,
.article-box .zip {
  background: url(/img/common/icon/icon_zip.svg) no-repeat 0 2px/21px !important;
}
.section .zip:before,
.article-box .zip:before {
  display: none;
}

.flex-list {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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) {
  background: #f2f2f2;
  border-radius: 15px;
  color: #000;
  padding: 12px 12px 12px 47px !important;
  font-weight: bold;
}
.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: 26px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 40px;
  height: 20px;
}
.faq-list li:nth-child(even) {
  padding: 20px 20px 15px 47px !important;
  margin-bottom: 10px;
}
.faq-list li:nth-child(even):after {
  position: absolute;
  top: 9px;
  right: auto;
  bottom: auto;
  left: 12px;
  content: "A.";
  color: #e60000;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .article-box ul:not([class]) a[href^="tel:"],
  .article-box .flex-list a[href^="tel:"],
  .article-box table a[href^="tel:"] {
    color: #004098;
  }
  .article-box ul:not([class]) li:before,
  .article-box .flex-list li:before {
    top: 6px;
  }
  /*------------------------------------------------

       list

  ------------------------------------------------*/
  .section .pdf,
  .article-box .pdf {
    background: url(/img/common/icon/icon_pdf.svg) no-repeat 0 0px/21px !important;
  }
  .section .pdf:before,
  .article-box .pdf:before {
    display: none;
  }
  .section .xls,
  .article-box .xls {
    background: url(/img/common/icon/icon_xls.svg) no-repeat 0 0px/21px !important;
  }
  .section .xls:before,
  .article-box .xls:before {
    display: none;
  }
  .section .doc,
  .article-box .doc {
    background: url(/img/common/icon/icon_doc.svg) no-repeat 0 0px/21px !important;
  }
  .section .doc:before,
  .article-box .doc:before {
    display: none;
  }
  .section .zip,
  .article-box .zip {
    background: url(/img/common/icon/icon_zip.svg) no-repeat 0 0px/21px !important;
  }
  .section .zip:before,
  .article-box .zip:before {
    display: none;
  }
  .faq-list li:nth-child(odd) {
    font-size: 112.5%;
    line-height: 1.2;
  }
  .faq-list li:nth-child(odd):after {
    font-size: 150%;
    top: 5px;
  }
  .faq-list li:nth-child(even):after {
    font-size: 150%;
  }
}
ul.info-list li {
  border-bottom: 1px solid #dddddd;
}
ul.info-list li:first-child {
  border-top: 1px solid #dddddd;
}
ul.info-list li a,
ul.info-list li span:not([class]) {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 20px;
}
ul.info-list li a .date,
ul.info-list li span:not([class]) .date {
  margin-right: 20px;
}
ul.info-list li a .date .new,
ul.info-list li span:not([class]) .date .new {
  color: #fff;
  background: #e60000;
  padding: 0 6px;
  font-size: 81.25%;
  margin-left: 10px;
}
ul.info-list li a:hover {
  background: #dddddd;
}
ul.info-list .info-link {
  position: relative;
}
ul.info-list .info-link a {
  padding: 0;
}
ul.info-list .info-link::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  content: "keyboard_arrow_right";
  font-family: "Material Symbols Rounded";
  font-size: 150%;
  margin: auto;
  width: 24px;
  height: 24px;
  line-height: 1;
}

.news-date {
  text-align: right;
  margin-bottom: 40px;
}

@media screen and (min-width: 481px) and (max-width: 1280px) {
  ul.info-list li {
    font-size: 14px;
  }
  ul.info-list li a,
  ul.info-list li span:not([class]) {
    padding: 15px;
  }
  ul.info-list .info-link a {
    padding: 0;
  }
  ul.info-list .info-link::after {
    right: 5px;
  }
}
@media screen and (max-width: 480px) {
  ul.info-list li a,
  ul.info-list li span:not([class]) {
    display: block;
    padding: 15px 10px;
  }
  ul.info-list .info-link span {
    padding: 15px 35px 15px 10px !important;
  }
}
.head-box .title {
  margin-bottom: 50px;
}
.head-box .title .en {
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 350%;
  color: #004098;
  line-height: 1;
  word-break: break-all;
}
.head-box .title p:not([class]) {
  margin-top: 30px;
  font-size: 137.5%;
  color: #004098;
  line-height: 1;
}

/*company*/
.content-block.-company {
  margin-top: 100px;
  margin-bottom: 150px;
  position: relative;
}
.content-block.-company .company-image {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  overflow: hidden;
  width: 80%;
  min-height: 560px;
  border-radius: 0 60px 60px 0;
}
.content-block.-company .company-image img {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-block.-company .content-inner {
  padding-top: 150px;
  width: auto;
}
.content-block.-company .company-box {
  position: relative;
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: calc(50% - 200px);
  padding: 100px 80px;
  background: #fff;
  border-radius: 60px 0 0 60px;
  -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);
  min-height: 360px;
}
.content-block.-company .company-box .head-box {
  width: 100%;
}
.content-block.-company .company-box .text {
  font-size: 112.5%;
  line-height: 2.4;
}
.content-block.-company .company-box::before {
  position: absolute;
  top: auto;
  right: -50px;
  bottom: -50px;
  left: auto;
  width: 100%;
  height: 100%;
  border-radius: 60px 0 0 60px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#004098), to(#5a9ff2));
  background: linear-gradient(90deg, #004098, #5a9ff2);
  z-index: -1;
}

.content-block.-company .company-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-block.-company .company-box .title {
  font-size: 150%;
  font-weight: 600;
  margin: 10px 0px;
  line-height: 1.5;
}
.content-block.-company .company-box .text {
  line-height: 2;
}
.content-block.-company .company-box ul li {
  font-size: 112.5%;
  background: none;
  padding-left: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 2.4;
  font-weight: 600;
  position: relative;
}
.content-block.-company .company-box ul li::before {
  position: absolute;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 6px;
  content: "";
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-radius: 50%;
  border-color: #004098;
}

/*company*/
/*info*/
.content-block.-info {
  background: #f7f7f7;
  padding: 100px 0;
  margin-bottom: 100px;
}
.content-block.-info .index-info-box {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content-block.-info .index-info-box .head-box {
  width: 300px;
}
.content-block.-info .index-info-box .head-box .btn {
  margin-top: 80px;
}
.content-block.-info .index-info-box .head-box .btn a {
  display: block;
  color: #fff;
  line-height: 1;
  background: #004098;
  border-radius: 50px;
  padding: 25px 0;
  width: 300px;
  text-align: center;
  position: relative;
}
.content-block.-info .index-info-box .head-box .btn a::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 24px;
  height: 24px;
  content: "keyboard_arrow_right";
  font-family: "Material Symbols Rounded";
  font-size: 150%;
}
.content-block.-info .index-info-box .info-box {
  width: calc(100% - 300px - 60px);
}

/*info*/
/*about*/
.content-block.-about {
  position: relative;
  margin-bottom: 200px;
}
.content-block.-about::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -100px;
  left: auto;
  content: "";
  width: 100%;
  height: 350px;
  background: -webkit-gradient(linear, left top, right top, from(#5a9ff2), color-stop(#b8dcff), to(#5a9ff2));
  background: linear-gradient(90deg, #5a9ff2, #b8dcff, #5a9ff2);
}
.content-block.-about .about-list {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content-block.-about .about-list li {
  width: calc((100% - 40px) / 4);
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}
.content-block.-about .about-list li::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -1;
  border-radius: 20px;
}
.content-block.-about .about-list li a {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -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;
}
.content-block.-about .about-list li .image {
  height: 220px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.content-block.-about .about-list li .image img {
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-block.-about .about-list li .cont {
  padding: 25px 15px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-block.-about .about-list li .cont .title {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 125%;
}
.content-block.-about .about-list li .cont .text {
  font-size: 95%;
  line-height: 1.4;
}

/*about*/
/*technology*/
.content-block.-technology {
  margin-bottom: 300px;
}
.content-block.-technology:after {
  content: "";
  display: block;
  clear: both;
}
.content-block.-technology .head-box {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-block.-technology .head-box .title {
  margin-right: 50px;
  width: 33%;
  margin-bottom: 0;
}
.content-block.-technology .head-box .text {
  width: calc(100% - 50px - 33%);
}
.content-block.-technology .technology-box {
  float: left;
}
.content-block.-technology .technology-box ul.technology-list {
  width: 550px;
}
.content-block.-technology .technology-box ul.technology-list li {
  border-bottom: 1px solid #dddddd;
}
.content-block.-technology .technology-box ul.technology-list li:first-child {
  border-top: 1px solid #dddddd;
}
.content-block.-technology .technology-box ul.technology-list li a {
  display: block;
  font-weight: 600;
  font-size: 112.5%;
  line-height: 1.2;
  padding: 30px 20px;
  position: relative;
}
.content-block.-technology .technology-box ul.technology-list li a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: auto;
  content: "keyboard_arrow_right";
  font-family: "Material Symbols Rounded";
  font-size: 150%;
  color: #004098;
  margin: auto;
  width: 24px;
  height: 24px;
}
.content-block.-technology .technology-box ul.technology-list li a:hover {
  background: #004098;
  color: #fff;
  opacity: 1;
}
.content-block.-technology .technology-box ul.technology-list li a:hover span {
  color: #fff;
}
.content-block.-technology .technology-box ul.technology-list li a:hover::after {
  color: #fff;
}
.content-block.-technology .technology-box ul.technology-list li span {
  margin-right: 20px;
  color: #004098;
}
.content-block.-technology .technology-image {
  position: relative;
  float: right;
  width: 51%;
  min-height: 500px;
  border-radius: 60px 0 0 60px;
}
.content-block.-technology .technology-image::before {
  position: absolute;
  top: auto;
  right: -50px;
  bottom: -50px;
  left: auto;
  width: 100%;
  height: 100%;
  border-radius: 60px 0 0 60px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#004098), to(#5a9ff2));
  background: linear-gradient(90deg, #004098, #5a9ff2);
  z-index: -1;
}
.content-block.-technology .technology-image img {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  border-radius: 60px 0 0 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*technology*/
/*recruit*/
.content-block.-recruit {
  position: relative;
  padding-top: 400px;
}
.content-block.-recruit .head-box {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-block.-recruit .head-box .title {
  margin-right: 50px;
  margin-bottom: 0;
  width: 20%;
}
.content-block.-recruit .head-box .text {
  width: calc(100% - 50px - 20%);
}
.content-block.-recruit .recruit-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  top: -160px;
}
.content-block.-recruit .recruit-image img {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.content-block.-recruit .recruit-box {
  background: #fff;
  border-radius: 60px 60px 0 0;
  width: calc(100% - 80px);
  min-width: 1320px;
  margin: 0 auto 140px;
  padding-top: 100px;
}
.content-block.-recruit .recruit-list {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-block.-recruit .recruit-list li {
  width: calc((100% - 40px) / 2);
  margin-bottom: 20px;
}
.content-block.-recruit .recruit-list li a {
  display: block;
  background: #004098;
  color: #fff;
  font-size: 112.5%;
  padding: 30px;
  line-height: 1;
  border-radius: 50px;
  position: relative;
}
.content-block.-recruit .recruit-list li a::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  left: auto;
  content: "keyboard_arrow_right";
  font-family: "Material Symbols Rounded";
  font-size: 150%;
  margin: auto;
  width: 24px;
  height: 24px;
}

/*recruit*/
/*episode*/
.content-block.-episode {
  margin-bottom: 100px;
}
.content-block.-episode .head-box {
  text-align: center;
  margin-bottom: 50px;
}
.content-block.-episode .head-box .title p:not([class]) {
  margin-top: 20px;
}
.content-block.-episode .episode-box {
  width: 100%;
}
.content-block.-episode .episode-box .tab-box {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.content-block.-episode .episode-box .tab-box .tab-btn {
  width: 50%;
  background: none;
  border: none;
  border-radius: 0;
  font-family: "メイリオ", "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  padding: 25px 0;
  border-bottom: 2px solid #dddddd;
  cursor: pointer;
  position: relative;
}
.content-block.-episode .episode-box .tab-box .tab-btn.is-active {
  background: #004098;
  color: #fff;
  border-bottom: 2px solid #004098;
}
.content-block.-episode .episode-box .tab-box .tab-btn.is-active:after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #004098;
}
.content-block.-episode .episode-box .tab-panel {
  background: -webkit-gradient(linear, left top, right top, from(#004098), to(#5a9ff2));
  background: linear-gradient(90deg, #004098, #5a9ff2);
  padding: 40px;
  border-radius: 30px;
}
.content-block.-episode .episode-box .tab-panel .tab-inner {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
.content-block.-episode .episode-box .tab-panel .tab-inner h3 {
  margin-top: 0;
  padding: 0;
}
.content-block.-episode .episode-box .tab-panel .tab-inner .text-img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-block.-episode .episode-box .tab-panel .tab-inner .text-img-inner .text {
  width: 46%;
}
.content-block.-episode .episode-box .tab-panel .tab-inner .text-img-inner .image {
  position: relative;
  margin-top: 40px;
  text-align: center;
  width: 46%;
}
.content-block.-episode .episode-box .tab-panel .tab-inner .text-img-inner .image::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -20px;
  left: -20px;
  height: 69.2820323028px;
  width: 150px;
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
          clip-path: polygon(100% 100%, 0 0, 0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#004098), to(#5a9ff2));
  background: linear-gradient(90deg, #004098, #5a9ff2);
  z-index: 100;
  content: "";
}
.content-block.-episode .episode-box .tab-panel .tab-inner .text-img-inner .image::before {
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: auto;
  left: auto;
  height: 69.2820323028px;
  width: 150px;
  -webkit-clip-path: polygon(100% 100%, 0 0, 100% 0);
          clip-path: polygon(100% 100%, 0 0, 100% 0);
  background: -webkit-gradient(linear, left top, right top, from(#004098), to(#5a9ff2));
  background: linear-gradient(90deg, #004098, #5a9ff2);
  z-index: 100;
  content: "";
}
.content-block.-episode .episode-box .tab-panel .tab-inner .text-img-inner .image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  vertical-align: center;
}

.ep2 .text {
  width: 60%;
}
.ep2 .text .ep2-pointlist li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ep2 .text .ep2-pointlist li p:first-child {
  width: 10em;
}
.ep2 .text .ep2-pointlist li p + p {
  width: calc(100% - 10em);
}
.ep2 .image {
  width: 32%;
}

/*episode*/
@media screen and (min-width: 481px) and (max-width: 1280px) {
  .head-box .title {
    font-size: 100% !important;
    margin-bottom: 30px;
  }
  .head-box .title .en {
    font-size: 280%;
  }
  .head-box .title p:not([class]) {
    margin-top: 20px;
    font-size: 137.5%;
  }
  /*company*/
  .content-block.-company {
    margin-bottom: 120px;
  }
  .content-block.-company .content-inner {
    padding-top: 110px;
    width: auto;
  }
  .content-block.-company .company-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(50% - 160px);
    padding: 50px 80px;
    min-height: 300px;
  }
  .content-block.-company .company-box .title {
    font-size: 115%;
  }
  .content-block.-company .company-box .text {
    font-size: 90%;
  }
  .content-block.-company .company-box ul li {
    font-size: 90%;
    line-height: 2;
  }
  .content-block.-company .company-box ul li::before {
    top: 9px;
  }
  /*episode*/
  .content-block.-episode {
    margin-bottom: 70px;
  }
  .content-block.-episode .episode-box .tab-box .tab-btn {
    font-size: 18px;
    padding: 20px 0;
  }
  .content-block.-episode .episode-box .tab-panel {
    padding: 30px;
  }
  .content-block.-episode .episode-box .tab-panel .tab-inner h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .content-block.-episode .episode-box .tab-panel .tab-inner .text-img-inner .text {
    font-size: 14px;
  }
  /*episode*/
  /*info*/
  .content-block.-info {
    padding: 70px 0;
    margin-bottom: 70px;
  }
  /*info*/
  /*about*/
  .content-block.-about {
    position: relative;
    margin-bottom: 150px;
  }
  .content-block.-about .about-list li .image {
    height: 150px;
  }
  .content-block.-about .about-list li .cont {
    padding: 25px 15px;
  }
  .content-block.-about .about-list li .cont .title {
    font-size: 18px;
  }
  .content-block.-about .about-list li .cont .text {
    font-size: 85%;
  }
  /*about*/
  /*technology*/
  .content-block.-technology {
    margin-bottom: 270px;
  }
  .content-block.-technology .head-box .text {
    font-size: 14px;
  }
  .content-block.-technology .technology-box ul.technology-list {
    width: 420px;
  }
  .content-block.-technology .technology-box ul.technology-list li a {
    font-size: 100%;
    padding: 20px;
  }
  .content-block.-technology .technology-box ul.technology-list li a::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: auto;
  }
  .content-block.-technology .technology-image {
    min-height: 350px;
  }
  /*technology*/
  /*recruit*/
  .content-block.-recruit {
    padding-top: 200px;
  }
  .content-block.-recruit .head-box {
    margin-bottom: 50px;
  }
  .content-block.-recruit .head-box .text {
    font-size: 14px;
  }
  .content-block.-recruit .recruit-image {
    min-height: 400px;
  }
  .content-block.-recruit .recruit-image img {
    height: 400px;
  }
  .content-block.-recruit .recruit-box {
    min-width: 940px;
    margin: 0 auto 100px;
    padding-top: 80px;
  }
  .content-block.-recruit .recruit-list li a {
    font-size: 100%;
    padding: 25px 50px 25px 30px;
  }
  /*recruit*/
}
@media screen and (max-width: 480px) {
  /*company*/
  .content-block.-company {
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 20px 0 60px !important;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#004098), to(#5a9ff2));
    background: linear-gradient(90deg, #004098, #5a9ff2);
  }
  .content-block.-company .company-image {
    width: 100%;
    min-height: 250px;
    border-radius: 0;
  }
  .content-block.-company .company-image img {
    top: 45%;
  }
  .content-block.-company .content-inner {
    padding-top: 180px;
    padding-bottom: 0;
  }
  .content-block.-company .company-box {
    width: calc(96% - 30px);
    padding: 30px 15px 15px;
    border-radius: 20px;
    margin: 0 auto;
  }
  .content-block.-company .company-box::before {
    display: none;
  }
  .content-block.-company .company-box .head-box .title {
    margin-bottom: 20px;
    font-size: 100%;
  }
  .content-block.-company .company-box .head-box .title .en {
    font-size: 225%;
  }
  .content-block.-company .company-box .text {
    font-size: 100%;
    line-height: 2;
  }
  .content-block.-company .company-box::before {
    position: absolute;
    top: auto;
    right: -15px;
    bottom: -30px;
    left: auto;
    width: 100%;
    height: 100%;
    border-radius: 40px 0 0 40px;
  }
  .content-block.-company .company-box ul li {
    font-size: 100%;
  }
  .content-block.-company .company-box .title {
    font-size: 125%;
  }
  .content-block.-company .company-box .text {
    line-height: 2;
  }
  .content-block.-company .company-box ul li {
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content-block.-company .company-box ul li::before {
    top: 7px;
  }
  /*company*/
  /*info*/
  .content-block.-info {
    padding: 50px 0;
    margin-bottom: 30px;
  }
  .content-block.-info .index-info-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "list" "btn";
    row-gap: 0;
  }
  .content-block.-info .index-info-box .head-box {
    display: contents;
    width: 100%;
  }
  .content-block.-info .index-info-box .head-box .title {
    grid-area: title;
    width: 100%;
    margin-bottom: 30px;
  }
  .content-block.-info .index-info-box .head-box .title .en {
    font-size: 225%;
  }
  .content-block.-info .index-info-box .head-box .title p:not([class]) {
    margin-top: 15px;
  }
  .content-block.-info .index-info-box .head-box .btn {
    grid-area: btn;
    width: calc(100% - 20px);
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 0 10px;
  }
  .content-block.-info .index-info-box .head-box .btn a {
    padding: 20px 0;
    width: 100%;
  }
  .content-block.-info .index-info-box .info-box {
    grid-area: list;
    width: 100%;
  }
  /*info*/
  /*about*/
  .content-block.-about {
    margin-bottom: 30px;
  }
  .content-block.-about .content-inner {
    padding: 0;
  }
  .content-block.-about .head-box .title .en {
    font-size: 225%;
  }
  .content-block.-about .head-box .title p:not([class]) {
    margin-top: 15px;
  }
  .content-block.-about::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0px;
    left: auto;
    content: "";
    width: 100%;
    height: 90%;
  }
  .content-block.-about .about-list {
    display: block;
  }
  .content-block.-about .about-list li {
    width: 94%;
    margin: 0 auto 30px;
  }
  /*about*/
  /*technology*/
  .content-block.-technology {
    margin-bottom: 20px;
  }
  .content-block.-technology .content-inner {
    padding: 0;
  }
  .content-block.-technology:after {
    content: "";
    display: block;
    clear: both;
  }
  .content-block.-technology .head-box {
    display: block;
    margin-bottom: 20px;
  }
  .content-block.-technology .head-box .title {
    margin-right: 0px;
    width: 100%;
  }
  .content-block.-technology .head-box .title .en {
    font-size: 225%;
  }
  .content-block.-technology .head-box .title p:not([class]) {
    margin-top: 15px;
  }
  .content-block.-technology .head-box .text {
    width: 100%;
    margin-top: 20px;
  }
  .content-block.-technology .technology-box {
    float: none;
    width: 100%;
  }
  .content-block.-technology .technology-box ul.technology-list {
    width: 100%;
  }
  .content-block.-technology .technology-box ul.technology-list li a {
    display: block;
    padding: 20px;
    position: relative;
  }
  .content-block.-technology .technology-box ul.technology-list li a::after {
    height: 30px;
  }
  .content-block.-technology .technology-image {
    display: none;
  }
  /*technology*/
  /*recruit*/
  .content-block.-recruit {
    padding-top: 210px;
  }
  .content-block.-recruit .head-box {
    display: block;
    margin-bottom: 30px;
  }
  .content-block.-recruit .head-box .title {
    margin-right: 0px;
    margin-bottom: 0;
    width: 100%;
  }
  .content-block.-recruit .head-box .title .en {
    font-size: 225%;
  }
  .content-block.-recruit .head-box .title p:not([class]) {
    margin-top: 15px;
  }
  .content-block.-recruit .head-box .text {
    width: 100%;
    margin-top: 20px;
  }
  .content-block.-recruit .recruit-image {
    top: -60px;
  }
  .content-block.-recruit .recruit-image img {
    position: absolute;
    top: 30%;
    right: auto;
    bottom: auto;
    left: 50%;
    height: 150px;
    width: 100%;
  }
  .content-block.-recruit .recruit-box {
    border-radius: 20px 20px 0 0;
    width: 96%;
    padding-top: 40px;
    min-width: auto;
    margin: 150px auto 0px;
  }
  .content-block.-recruit .recruit-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .content-block.-recruit .recruit-list li a {
    display: block;
    padding: 20px;
  }
  /*recruit*/
  .content-block.-episode {
    margin-bottom: 30px;
  }
  .content-block.-episode .head-box .title {
    margin-bottom: 30px;
  }
  .content-block.-episode .head-box .title .en {
    font-size: 225%;
  }
  .content-block.-episode .head-box .text {
    text-align: left;
  }
  .content-block.-episode .episode-box {
    width: 100%;
  }
  .content-block.-episode .episode-box .tab-box .tab-btn {
    width: 50%;
    font-size: 16px;
    padding: 15px 0;
  }
  .content-block.-episode .episode-box .tab-panel {
    padding: 15px;
    border-radius: 20px;
  }
  .content-block.-episode .episode-box .tab-panel .tab-inner {
    padding: 20px 15px;
    border-radius: 15px;
  }
  .content-block.-episode .episode-box .tab-panel .tab-inner h3 {
    padding-bottom: 5px;
  }
  .content-block.-episode .episode-box .tab-panel .tab-inner .text-img-inner .text {
    width: 100%;
  }
  .content-block.-episode .episode-box .tab-panel .tab-inner .text-img-inner .image {
    width: 100%;
    margin-top: 30px;
  }
  .content-block.-episode .episode-box .tab-panel .tab-inner .text-img-inner .image img {
    border-radius: 10px;
  }
  .content-block.-episode .episode-box .tab-panel .tab-inner .text-img-inner .image::after {
    content: none;
  }
  .content-block.-episode .episode-box .tab-panel .tab-inner .text-img-inner .image::before {
    content: none;
  }
  .ep2 .text .ep2-pointlist li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .ep2 .text .ep2-pointlist li p:first-child {
    width: 100%;
  }
  .ep2 .text .ep2-pointlist li p + p {
    width: 100%;
  }
}
.article-box {
  padding: 80px 0;
}
.article-box h2:first-child {
  margin-top: 0;
}

.second-menu-box {
  background: url(../../img/common/title/title_img.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.second-menu-box ul {
  min-width: 1240px;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.second-menu-box ul li {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
}
.second-menu-box ul li:nth-child(4n) {
  margin-right: 0;
}
.second-menu-box ul li:nth-child(n+5) {
  margin-top: 20px;
}
.second-menu-box ul li a {
  display: block;
  background: #004098;
  color: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  position: relative;
}
.second-menu-box ul li a::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  content: "keyboard_arrow_right";
  font-family: "Material Symbols Rounded";
  font-size: 150%;
  margin: auto;
  width: 24px;
  height: 24px;
  line-height: 1;
}

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

	   その他

------------------------------------------------*/
.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,
.contact-box .h2-read,
.contact-box .contact-title {
  margin-top: 0px;
}

.note-box {
  background: #f2f2f2;
  border-radius: 10px;
  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,
.note-box .h2-read,
.note-box .contact-title {
  margin-top: 0px;
}
.note-box.-blue {
  background: #f4f9fa;
}
.note-box.-red {
  background: #faf4f6;
}
.note-box.-green {
  background: #EEFAE8;
}

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

	   採用情報

------------------------------------------------*/
.content-block.-recruit-message {
  position: relative;
  overflow: hidden;
}
.content-block.-recruit-message::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  background: url(../img/recruit/recruit_bg.jpg) no-repeat center;
  background-size: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  height: 100%;
  width: 100%;
  opacity: 0.1;
  z-index: -3;
}
.content-block.-recruit-message::after {
  position: absolute;
  top: 220px;
  right: 0;
  bottom: auto;
  left: -50%;
  content: "";
  background: #fff;
  height: 150%;
  width: 160%;
  margin: auto;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: -2;
}
.content-block.-recruit-message .recruit-message-box {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 80px;
}
.content-block.-recruit-message .recruit-message-box .text {
  line-height: 2.6;
  font-size: 20px;
  font-weight: 600;
}

.content-block.-credo {
  margin-top: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#004098), to(#3b8cee));
  background: linear-gradient(90deg, #004098, #3b8cee);
  position: relative;
}
.content-block.-credo .content-inner .article-box {
  padding: 0px;
}
.content-block.-credo::after {
  position: absolute;
  top: -399px;
  right: auto;
  bottom: auto;
  left: 0px;
  height: 400px;
  width: 100%;
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
          clip-path: polygon(100% 100%, 0 0, 0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3b8cee), to(#004098));
  background: linear-gradient(90deg, #3b8cee, #004098);
  z-index: 100;
  content: "";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  z-index: -1;
}
.content-block.-credo::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -399px;
  left: 0px;
  height: 400px;
  width: 100%;
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
          clip-path: polygon(100% 100%, 0 0, 0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#004098), to(#3b8cee));
  background: linear-gradient(90deg, #004098, #3b8cee);
  z-index: 100;
  content: "";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  z-index: -1;
}
.content-block.-credo h2 {
  text-align: center;
  line-height: 1.4;
  font-size: 48px;
  color: #fff;
}
.content-block.-credo h2 span {
  color: #fff;
}
.content-block.-credo .credo-box {
  margin-top: 60px;
}
.content-block.-credo .credo-box h3 {
  margin-top: 0;
  color: #fff;
}
.content-block.-credo .credo-box h3::after {
  display: none;
}
.content-block.-credo .credo-box .credo-list {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-block.-credo .credo-box .credo-list li {
  width: calc((100% - 60px - 160px) / 4);
  background: rgba(255, 255, 255, 0.15) !important;
  padding: 40px 20px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
.content-block.-credo .credo-box .credo-list li:nth-child(4n) {
  margin-right: 0;
}
.content-block.-credo .credo-box .credo-list li:nth-child(n+5) {
  margin-top: 20px;
}
.content-block.-credo .credo-box .credo-message {
  text-align: center;
  margin-top: 50px;
  line-height: 2.4;
  color: #fff;
  font-size: 18px;
}

.content-block.-recruit-voice {
  margin-top: 200px;
  margin-bottom: 40px;
}
.content-block.-recruit-voice h2 {
  text-align: right;
  margin-bottom: 60px;
}
.content-block.-recruit-voice .voices-btn {
  margin-top: 60px;
}
.content-block.-recruit-voice .voices-btn a {
  display: block;
  width: 400px;
  font-weight: 700;
  margin: auto;
  text-align: center;
  background: #004098;
  color: #fff;
  font-size: 112.5%;
  padding: 30px;
  line-height: 1;
  border-radius: 50px;
  position: relative;
}
.content-block.-recruit-voice .voices-btn a::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  left: auto;
  content: "keyboard_arrow_right";
  font-family: "Material Symbols Rounded";
  font-size: 150%;
  color: #fff;
  margin: auto;
  width: 24px;
  height: 24px;
}
.content-block.-recruit-voice .voices-index-list {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-block.-recruit-voice .voices-index-list li {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  width: calc((100% - 60px - 200px) / 4);
  background: #edf4fc !important;
  padding: 50px 25px 20px;
  min-height: 220px;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  margin-right: 20px;
  border-radius: 10px;
  position: relative;
}
.content-block.-recruit-voice .voices-index-list li::after {
  content: "VOICE 01";
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 40px;
  width: 60px;
  height: 13px;
  color: #999999;
  font-size: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.content-block.-recruit-voice .voices-index-list li::before {
  content: "";
  position: absolute;
  top: 26px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 30px;
  height: 1px;
  background: #999999;
}
.content-block.-recruit-voice .voices-index-list li:nth-child(4n) {
  margin-right: 0;
}
.content-block.-recruit-voice .voices-index-list li:nth-child(2n) {
  background: #f2f2f2 !important;
}
.content-block.-recruit-voice .voices-index-list li:nth-child(2)::after {
  content: "VOICE 02";
}
.content-block.-recruit-voice .voices-index-list li:nth-child(3)::after {
  content: "VOICE 03";
}
.content-block.-recruit-voice .voices-index-list li:nth-child(4)::after {
  content: "VOICE 04";
}
.content-block.-recruit-voice .voices-index-list li .text {
  width: 100%;
}
.content-block.-recruit-voice .voices-index-list li .image {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.content-block.-recruit-voice .voices-index-list li .image img {
  vertical-align: top;
  width: 80px;
}

.content-block.-recruit-other {
  margin-bottom: 100px;
}
.content-block.-recruit-other .recruit-btn {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-block.-recruit-other .recruit-btn li {
  width: calc((100% - 2px) / 2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.content-block.-recruit-other .recruit-btn li:nth-child(1) a::before {
  background: url(../img/recruit/recruit_btn01.jpg) no-repeat center;
  background-size: cover;
}
.content-block.-recruit-other .recruit-btn li:nth-child(2) a::before {
  background: url(../img/recruit/recruit_btn02.jpg) no-repeat center;
  background-size: cover;
}
.content-block.-recruit-other .recruit-btn li a {
  display: block;
  height: 500px;
  position: relative;
}
.content-block.-recruit-other .recruit-btn li a::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.content-block.-recruit-other .recruit-btn li a:hover {
  opacity: 1;
}
.content-block.-recruit-other .recruit-btn li a:hover::before {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.content-block.-recruit-other .recruit-btn li a:hover p {
  background: #004098;
  color: #fff;
}
.content-block.-recruit-other .recruit-btn li a:hover p::after {
  color: #fff;
}
.content-block.-recruit-other .recruit-btn li p {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  padding: 30px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #004098;
  background: #fff;
  width: 400px;
  line-height: 1;
}
.content-block.-recruit-other .recruit-btn li p::after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  margin: auto;
  width: 24px;
  height: 24px;
  content: "keyboard_arrow_right";
  font-family: "Material Symbols Rounded";
  font-size: 24px;
  color: #004098;
}

.voices-list {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*
  &.-col2{
    li{
      width: calc((100% - 30px - 140px) / 2);
              margin-right: 30px;
        &:nth-child(2n){
          margin-right: 0;
        }
         &:nth-child(n+3){
          margin-top: 30px;
        }
    }
  }*/
}
.voices-list li {
  width: calc((100% - 40px - 120px) / 3);
  background: #edf4fc !important;
  padding: 50px 20px 30px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  margin-right: 20px;
  border-radius: 10px;
  position: relative;
}
.voices-list li::after {
  content: "VOICE 01";
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 40px;
  width: 60px;
  height: 13px;
  color: #999999;
  font-size: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.voices-list li::before {
  content: "";
  position: absolute;
  top: 26px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 30px;
  height: 1px;
  background: #999999;
}
.voices-list li:nth-child(3n) {
  margin-right: 0;
}
.voices-list li:nth-child(2n) {
  background: #f2f2f2 !important;
}
.voices-list li:nth-child(n+4) {
  margin-top: 20px;
}
.voices-list li:nth-child(2)::after {
  content: "VOICE 02";
}
.voices-list li:nth-child(3)::after {
  content: "VOICE 03";
}
.voices-list li:nth-child(4)::after {
  content: "VOICE 04";
}
.voices-list li:nth-child(5)::after {
  content: "VOICE 05";
}
.voices-list li:nth-child(6)::after {
  content: "VOICE 06";
}
.voices-list li:nth-child(7)::after {
  content: "VOICE 07";
}
.voices-list li:nth-child(8)::after {
  content: "VOICE 08";
}
.voices-list li:nth-child(9)::after {
  content: "VOICE 09";
}
.voices-list li:nth-child(10)::after {
  content: "VOICE 10";
}

.railtracer {
  vertical-align: middle !important;
  text-align: center;
  width: 30%;
}
.railtracer img {
  /*border: 1px solid $g_color_102;*/
  max-width: 350px !important;
}

@media screen and (min-width: 481px) and (max-width: 1280px) {
  .article-box {
    padding: 60px 0;
  }
  .content-block.-credo .credo-box .credo-list li {
    width: calc((100% - 20px - 80px) / 2);
  }
  .content-block.-credo .credo-box .credo-list li:nth-child(2n) {
    margin-right: 0;
  }
  .content-block.-credo .credo-box .credo-list li:nth-child(n+3) {
    margin-top: 20px;
  }
  .second-menu-box {
    padding: 60px 0;
  }
  .second-menu-box ul {
    min-width: 940px;
    max-width: 940px;
  }
  .second-menu-box ul li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  /*------------------------------------------------

       その他

  ------------------------------------------------*/
  .contact-box {
    padding: 20px;
  }
  .note-box {
    font-size: 87.5%;
    padding: 20px;
  }
  .second-menu-box {
    background: url(../../img/common/title/title_img.jpg) no-repeat;
    background-size: cover;
    padding: 0;
  }
  .second-menu-box ul {
    min-width: auto;
    max-width: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .second-menu-box ul li {
    width: 50%;
    margin: 0 !important;
  }
  .second-menu-box ul li a {
    border-radius: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 20px 10px 10px;
  }
  .second-menu-box ul li a::after {
    right: 0;
  }
  .second-menu-box ul li:nth-child(2n-1) a {
    border-right: 1px solid #fff;
  }
  .second-menu-box ul li:nth-child(2n-1):last-child {
    width: 100%;
  }
  /*------------------------------------------------

  	   採用情報

  ------------------------------------------------*/
  .content-block.-credo {
    margin-top: 20px;
    padding: 20px 0 !important;
  }
  .content-block.-credo h2 {
    font-size: 150%;
    text-align: left;
  }
  .content-block.-credo h2 br {
    display: none;
  }
  .content-block.-credo::after {
    top: -80px;
    height: 80px;
  }
  .content-block.-credo::before {
    bottom: -80px;
    height: 80px;
  }
  .credo-box {
    margin-top: 30px !important;
  }
  .credo-box .credo-list li {
    width: 100% !important;
    padding: 10px 20px !important;
    margin-right: 0px !important;
    font-size: 16px !important;
  }
  .credo-box .credo-list li:nth-child(n+2) {
    margin-top: 10px !important;
  }
  .credo-box .credo-message {
    margin-top: 30px !important;
    line-height: 2 !important;
    font-size: 16px !important;
    text-align: left !important;
  }
  .content-block.-recruit-voice {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0 0 !important;
  }
  .content-block.-recruit-voice h2 {
    margin-bottom: 20px;
  }
  .content-block.-recruit-voice .voices-index-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 15px 10px 10px;
  }
  .content-block.-recruit-voice .voices-btn {
    margin-top: 20px;
  }
  .content-block.-recruit-voice .voices-btn a {
    width: calc(100% - 40px);
    padding: 20px;
  }
  .voices-list li {
    width: calc(100% - 30px);
    padding: 40px 15px 20px;
    min-height: auto;
    margin-right: 0px;
  }
  .voices-list li::after {
    left: 25px;
    top: 13px;
    height: 12px;
    font-size: 12px;
  }
  .voices-list li::before {
    top: 20px;
    width: 18px;
  }
  .voices-list li:nth-child(n+2) {
    margin-top: 20px;
  }
  .content-block.-recruit-message::before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    content: "";
    background: url(../img/recruit/recruit_bg.jpg) no-repeat center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    height: 100%;
    width: 100%;
    opacity: 0.2;
    z-index: -3;
  }
  .content-block.-recruit-message::after {
    position: absolute;
    top: 220px;
    right: 0;
    bottom: auto;
    left: -50%;
    content: "";
    background: #fff;
    height: 150%;
    width: 160%;
    margin: auto;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    z-index: -2;
  }
  .content-block.-recruit-message .recruit-message-box {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .content-block.-recruit-message .recruit-message-box .text {
    width: 100%;
    line-height: 1.5;
    font-size: 18px;
  }
  .content-block.-recruit-message .recruit-message-box .text br {
    display: none;
  }
  .content-block.-recruit-other {
    margin-bottom: 50px;
    padding: 0 0 20px !important;
  }
  .content-block.-recruit-other .recruit-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-block.-recruit-other .recruit-btn li {
    width: 96%;
    margin-bottom: 20px;
  }
  .content-block.-recruit-other .recruit-btn li:last-child {
    margin-bottom: 0;
  }
  .content-block.-recruit-other .recruit-btn li a {
    display: block;
    height: 200px;
    position: relative;
  }
  .content-block.-recruit-other .recruit-btn li a::before {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .content-block.-recruit-other .recruit-btn li p {
    padding: 10px 0;
    font-size: 16px;
    width: 100%;
    line-height: 1;
  }
  .content-block.-recruit-other .recruit-btn li p::after {
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    left: auto;
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    margin: auto;
    width: 24px;
    height: 24px;
    content: "keyboard_arrow_right";
    font-family: "Material Symbols Rounded";
    font-size: 24px;
    color: #004098;
  }
}
.content-block.purpose-block .content-inner {
  padding: 70px 0;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-block.purpose-block .content-inner .title {
  width: 30%;
}
.content-block.purpose-block .content-inner .title h2 {
  margin: 0;
  text-align: center;
}
.content-block.purpose-block .content-inner .title h2 .en {
  text-align: center;
}
.content-block.purpose-block .content-inner .title .sub {
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  background: #000;
  color: #fff;
}
.content-block.purpose-block .content-inner .text {
  width: 65%;
  font-size: 110%;
}

.message-block {
  background: #f8fbff;
  padding-top: 70px;
  border-bottom: 2px solid #004098;
  border-top: 2px solid #004098;
}
.message-block h2 {
  margin-top: 0;
  font-size: 350%;
}
.message-block .message-box {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.message-block .message-box .text {
  width: calc(100% - 420px - 50px);
  margin-bottom: 70px;
}
.message-block .message-box .text p + p {
  margin-top: 20px;
}
.message-block .message-box .text ul li {
  background: none;
  padding-left: 28px;
  margin-top: 50px;
  margin-bottom: 5px;
  line-height: 1.4;
  position: relative;
}
.message-block .message-box .text ul li::before {
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 6px;
  content: "";
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-radius: 50%;
  border-color: #004098;
}
.message-block .message-box .name {
  margin-top: 40px;
  text-align: right;
  line-height: 1;
  font-size: 125%;
}
.message-block .message-box .name span {
  margin-right: 20px;
}
.message-block .message-box .image {
  width: 420px;
  margin-left: 50px;
}
.message-block .message-box .image img {
  vertical-align: top;
}

.philosophy-block {
  top: 50px;
  padding: 20px 0 130px 0;
  position: relative;
  overflow: hidden;
}
.philosophy-block .spell {
  text-align: center;
  margin-bottom: 60px;
}
.philosophy-block h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.philosophy-block .philosophy-list-wrap {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  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;
  margin-bottom: 40px;
}
.philosophy-block .philosophy-list-wrap .philosophy-list {
  font-size: 125%;
  margin-bottom: 30px;
}
.philosophy-block .philosophy-list-wrap .philosophy-list li {
  position: relative;
  padding: 25px 20px 10px 60px;
  font-weight: 400;
}
.philosophy-block .philosophy-list-wrap .philosophy-list li::after {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  color: #004098;
  font-size: 26px;
  font-weight: 700;
}
.philosophy-block .philosophy-list-wrap .philosophy-list li:nth-child(1)::after {
  content: "1.";
}
.philosophy-block .philosophy-list-wrap .philosophy-list li:nth-child(2)::after {
  content: "2.";
}
.philosophy-block .philosophy-list-wrap .philosophy-list li:nth-child(3)::after {
  content: "3.";
}
.philosophy-block .philosophy-list-wrap .philosophy-spirit img {
  margin: 0 auto;
}
.philosophy-block .sprit-box {
  border: solid 40px #cce2fc;
  background: #fff;
  padding: 30px;
}
.philosophy-block .sprit-box dl {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px dotted #ddd;
  padding: 25px 20px;
}
.philosophy-block .sprit-box dl:first-of-type {
  border-top: 2px dotted #ddd;
}
.philosophy-block .sprit-box dl dt {
  margin-right: 30px;
  font-size: 20px;
  width: 32%;
  text-align: center;
  /*4隅かっこ*/
  --x-gradient: linear-gradient(
    90deg,
    #004098 0 10px,
    transparent 0 calc(100% - 10px),
    #004098 calc(100% - 10px)
  );
  --y-gradient: linear-gradient(
    #004098 0 10px,
    transparent 0 calc(100% - 10px),
    #004098 calc(100% - 10px)
  );
  position: relative;
  padding: 2px;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: top, right, bottom, left;
  /*4隅かっこ*/
}
.philosophy-block .sprit-box dl dt span {
  font-weight: 900;
  color: #004098;
  font-size: 26px;
}
.philosophy-block .sprit-box dl dd {
  width: calc(68% - 30px - 4px);
}
.philosophy-block .sprit-box dl dd li {
  background: none;
  padding-left: 28px;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.4;
  position: relative;
}
.philosophy-block .sprit-box dl dd li:before {
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 10px;
  content: "";
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px;
  border-color: #004098;
}

.content-block.-licence {
  background: url(../../img/company/licence_bg.jpg) no-repeat right;
  background-size: cover;
}
.content-block.-licence .blue-table > tbody > tr > th {
  border-right: 4px solid #ddd;
  background: #21374f;
  position: relative;
  color: #fff;
}
.content-block.-licence .blue-table > tbody > tr > th::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -200%;
  content: "";
  width: 200%;
  height: 100%;
  background: #21374f;
}
.content-block.-licence .blue-table > tbody > tr > th::before {
  display: none;
}
.content-block.-licence .blue-table > tbody > tr > td {
  position: relative;
  color: #fff;
}
.content-block.-licence .blue-table > tbody > tr > td::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  width: 200%;
  height: 100%;
  background: rgba(33, 55, 79, 0.8);
  z-index: -1;
}
.content-block.-licence .blue-table > tbody > tr > td a {
  color: #fff;
  text-decoration: underline;
}
.content-block.-licence .blue-table > tbody > tr > td a:hover {
  text-decoration: none;
}

.content-block.-licence .blue-table td table tbody tr td {
  padding: 0px;
  padding-right: 30px;
}

.blue-table {
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.blue-table th {
  padding: 30px 10px;
  font-size: 125%;
  font-weight: 500;
  text-align: left;
  border-right: 4px solid #ddd;
  background: #f8fbff;
  position: relative;
}
.blue-table th::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -200%;
  content: "";
  width: 200%;
  height: 100%;
  background: #f8fbff;
}
.blue-table th::before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  content: "";
  width: 200%;
  height: 2px;
  background: #fff;
  z-index: 1;
}
.blue-table td {
  text-align: left;
  padding: 30px 10px 30px 60px;
  vertical-align: middle;
}

.histry-box {
  position: relative;
  padding: 30px 0;
  margin-bottom: 70px;
}
.histry-box::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 220px;
  content: "";
  width: 3px;
  height: 100%;
  background: #004098;
}
.histry-box dl {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
.histry-box dl dt {
  font-size: 32px;
  line-height: 1;
  width: 200px;
  /*width: 300px;*/
  position: relative;
}
.histry-box dl dt::after {
  position: absolute;
  top: 0;
  right: -34px;
  bottom: 0;
  left: auto;
  /*@include abs_position($top: 0, $bottom: 0, $right: 66px);*/
  content: "";
  width: 25px;
  height: 25px;
  margin: auto;
  border-radius: 50px;
  background: #004098;
}
.histry-box dl dd {
  margin-left: 96px;
}
.histry-box dl dd:first-of-type {
  width: calc(100% - 300px - 30px);
}
.histry-box dl dd ul li {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.histry-box dl dd .year {
  width: 160px;
  margin-right: 40px;
}
.histry-box dl dd img {
  vertical-align: top;
  max-width: 280px;
  height: auto;
}
.histry-box dl dd img + p {
  margin-top: 10px;
  font-size: 12px;
}
.histry-box dl dd p + img {
  margin-top: 20px;
}

.sdgs-box {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 5px 5px 5px 50px;
  margin-top: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#004098), to(#3b8cee));
  background: linear-gradient(90deg, #004098, #3b8cee);
}
.sdgs-box .text {
  width: 40%;
  color: #fff;
  line-height: 2.4;
}
.sdgs-box .image {
  background: #fff;
  width: calc(55% - 60px);
  padding: 40px 30px;
  border-radius: 10px;
}
.sdgs-box .image img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.sustainability-box h4 {
  color: #000;
  background: none;
  text-align: center;
  padding: 0;
  font-weight: 600;
  margin-top: 0;
}
.sustainability-box .group {
  border: 2px solid #ddd;
  padding: 40px 30px 30px;
  margin: 50px 0 100px;
  border-radius: 20px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
}
.sustainability-box .group::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -80px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid #004098;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
  margin: auto;
}
.sustainability-box .group .list {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sustainability-box .group .list li {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: calc((100% - 150px - 4px) / 5);
  text-align: center;
  padding: 115px 15px 15px;
  font-weight: 600;
}
.sustainability-box .group .list li:nth-child(1), .sustainability-box .group .list li:nth-child(2) {
  width: calc((100% - 60px - 1px) / 2);
  margin-bottom: 1px;
  font-size: 18px;
  padding: 15px;
}
.sustainability-box .group .list li:nth-child(1) {
  background: #C9CBCB;
}
.sustainability-box .group .list li:nth-child(2) {
  background: #C9BD9D;
}
.sustainability-box .group .list li:nth-child(3) {
  background: #C3DD62 url(../img/company/sustainability_icon01.png) no-repeat top 15px center;
  background-size: 85px auto;
}
.sustainability-box .group .list li:nth-child(4) {
  background: #FBCF8F url(../img/company/sustainability_icon02.png) no-repeat top 15px center;
  background-size: 85px auto;
}
.sustainability-box .group .list li:nth-child(5) {
  background: #F7BFBF url(../img/company/sustainability_icon03.png) no-repeat top 15px center;
  background-size: 85px auto;
}
.sustainability-box .group .list li:nth-child(6) {
  background: #B9E1D7 url(../img/company/sustainability_icon04.png) no-repeat top 15px center;
  background-size: 85px auto;
}
.sustainability-box .group .list li:nth-child(7) {
  background: #7CD5F5 url(../img/company/sustainability_icon05.png) no-repeat top 15px center;
  background-size: 85px auto;
}
.sustainability-box .company {
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
  margin: 50px 0 120px;
  border: 2px solid #004098;
  padding: 40px 30px 60px;
  border-radius: 20px;
  font-size: 18px;
}
.sustainability-box .company::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -80px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid #004098;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
  margin: auto;
}
.sustainability-box .company ol li {
  margin: 10px 0;
}
.sustainability-box .company .list {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 20px;
}
.sustainability-box .company .list li {
  background: -webkit-gradient(linear, left top, right top, from(#004098), to(#3b8cee));
  background: linear-gradient(90deg, #004098, #3b8cee);
  padding: 30px;
  border-radius: 20px;
  width: calc((100% - 60px - 180px) / 3);
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.sustainability-box .company .list li p {
  font-size: 26px;
  letter-spacing: 3px;
}
.sustainability-box .company .list li span {
  font-size: 30px;
  letter-spacing: -1px;
}
.sustainability-box .company .list li strong {
  font-size: 60px;
  letter-spacing: -5px;
}
.sustainability-box .company .text {
  text-align: center;
  font-size: 22px;
}
.sustainability-box .company-list {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sustainability-box .company-list > li {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: calc((100% - 20px - 120px) / 2);
  background: #edf4fc;
  padding: 40px 30px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
}
.sustainability-box .company-list > li:nth-child(n+3) {
  margin-top: 20px;
}
.sustainability-box .company-list > li .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

@media screen and (min-width: 481px) and (max-width: 1280px) {
  .content-block.purpose-block h2 {
    font-size: 250%;
  }
  .content-block.purpose-block .content-inner {
    padding: 50px 0;
  }
  .content-block.purpose-block .content-inner .text {
    width: 68%;
    font-size: 90%;
  }
  .message-block h2 {
    font-size: 250%;
  }
  .message-block .message-box .text {
    width: calc(100% - 360px - 50px);
  }
  .message-block .message-box .image {
    width: 360px;
  }
  .philosophy-block .philosophy-list-wrap {
    margin-bottom: 0px;
  }
  .philosophy-block .philosophy-list-wrap .philosophy-list li {
    padding: 5px 20px 10px 60px;
  }
  .philosophy-block .philosophy-list-wrap .philosophy-list li::after {
    top: 0px;
  }
  .philosophy-block .sprit-box dl dt {
    font-size: 16px;
  }
  .blue-table {
    font-size: 14px;
  }
  .blue-table td {
    padding: 30px 10px 30px 30px;
  }
  .sdgs-box .text {
    width: 45%;
  }
  .sdgs-box .image {
    width: calc(50% - 60px);
  }
  .sustainability-box .group .list li {
    font-size: 15px;
  }
  .sustainability-box .company .list li span {
    font-size: 20px;
  }
  .sustainability-box .company .list li strong {
    font-size: 50px;
  }
  .sustainability-box .company .text {
    font-size: 18px;
  }
  .sustainability-box .company-list > li {
    width: calc((100% - 20px - 80px) / 2);
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .purpose-block .content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 !important;
  }
  .purpose-block .content-inner .text {
    width: 100% !important;
    font-size: 100% !important;
  }
  .purpose-block .content-inner .text p {
    font-size: 100%;
    line-height: 1.7;
  }
  .purpose-block .content-inner .title {
    width: 100% !important;
  }
  .purpose-block .content-inner .title h2 {
    margin-top: 0;
    margin-bottom: 20px !important;
  }
  .purpose-block .content-inner .title h2 span {
    border-bottom: none !important;
  }
  .purpose-block .content-inner .sub {
    font-size: 20px;
  }
  .message-block {
    display: block;
    padding-top: 40px;
    padding: 40px 0px 0px 0px !important;
  }
  .message-block .content-inner {
    padding: 0px;
  }
  .message-block .content-inner h2 {
    font-size: 150%;
  }
  .message-block .content-inner h2 span {
    border-bottom: none !important;
  }
  .message-block .content-inner .message-box {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    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;
  }
  .message-block .content-inner .message-box .title p + p {
    border-bottom: 3px solid #004098;
    padding-bottom: 10px;
  }
  .message-block .content-inner .message-box .text {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .message-block .content-inner .message-box .text li {
    margin-top: 30px;
  }
  .message-block .content-inner .message-box .name {
    margin-top: 40px;
    text-align: right;
    list-style: 1;
    font-size: 15px;
  }
  .message-block .content-inner .message-box .name span {
    margin-right: 20px;
  }
  .message-block .content-inner .image {
    aspect-ratio: auto;
    width: 100% !important;
    text-align: left;
    margin-left: 30% !important;
  }
  .message-block .content-inner .image img {
    aspect-ratio: auto;
    width: 60%;
  }
  .philosophy-block {
    padding: 0 !important;
  }
  .philosophy-block .image.spell img {
    aspect-ratio: auto;
    width: 70%;
  }
  .philosophy-block h2 {
    margin-bottom: 20px;
  }
  .philosophy-block .philosophy-spirit {
    width: 100%;
    text-align: center;
  }
  .philosophy-block .philosophy-list {
    margin-bottom: 0 !important;
  }
  .philosophy-block .philosophy-list li {
    font-size: 18px;
    padding: 10px 10px 10px 60px !important;
  }
  .philosophy-block .philosophy-list li::after {
    font-size: 24px !important;
    top: 3px !important;
  }
  .philosophy-block .sprit-box {
    border: solid 20px #cce2fc;
    background: #fff;
    padding: 15px;
  }
  .philosophy-block .sprit-box dl {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px dotted #ddd;
    padding: 25px 15px;
  }
  .philosophy-block .sprit-box dl:first-of-type {
    border-top: 2px dotted #ddd;
  }
  .philosophy-block .sprit-box dl dt {
    margin-right: 0px;
    width: 100%;
  }
  .philosophy-block .sprit-box dl dd {
    width: 100%;
    margin-top: 10px;
  }
  .ad-block {
    background: rgba(0, 64, 152, 0.5);
    position: relative;
    /*.title {
      font-size: 26px;
    }*/
  }
  .ad-block::after {
    margin: auto;
    width: 120%;
  }
  .ad-block .ad-inner {
    margin: 0 auto;
    width: 100%;
    height: 250px;
  }
  .histry-box {
    position: relative;
    padding: 0;
    margin-bottom: 0px;
  }
  .histry-box::after {
    content: none;
  }
  .histry-box dl {
    position: relative;
    padding: 0 0 50px;
  }
  .histry-box dl::after {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #004098;
  }
  .histry-box dl dt {
    padding: 10px 0;
    background: #fff;
    width: 100%;
  }
  .histry-box dl dt::after {
    content: none;
  }
  .histry-box dl dt::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #dddddd;
  }
  .histry-box dl dd {
    margin-left: 0px;
  }
  .histry-box dl dd:first-of-type {
    width: 100%;
  }
  .histry-box dl dd:last-of-type {
    margin-left: 0px;
    width: 100%;
  }
  .histry-box dl dd ul li {
    display: block;
  }
  .histry-box dl dd .year {
    width: 100%;
    margin-right: 0px;
    margin-top: 15px;
  }
  .histry-box dl dd img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  .histry-box dl dd img + p {
    margin-top: 10px;
  }
  .histry-box dl dd p + img {
    margin-top: 20px;
  }
  .histry-box dl:last-child {
    padding-bottom: 0;
  }
  .content-block.-licence .content-inner {
    padding: 0px !important;
  }
  .content-block.-licence .content-inner .blue-table th {
    font-size: 100%;
    padding: 20px 10px;
  }
  .content-block.-licence .content-inner .blue-table td {
    padding: 20px 10px 20px 15px;
  }
  .content-block.-licence .content-inner .blue-table td .table-sp table {
    width: 700px !important;
  }
  .content-block.-licence .content-inner .blue-table td .table-sp table td {
    padding: 5px 10px 5px 0 !important;
  }
  .content-block.-line .content-inner {
    padding: 0px !important;
    min-width: 100%;
    width: 100%;
  }
  .content-block.-access .content-inner h2 {
    margin-bottom: 30px;
  }
  .blue-table th {
    font-size: 100%;
    padding: 20px 10px;
  }
  .blue-table td {
    padding: 15px 10px;
  }
  .sdgs-box {
    padding: 20px 15px;
  }
  .sdgs-box .text {
    width: 100%;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .sdgs-box .image {
    width: calc(100% - 40px);
    padding: 20px 20px;
  }
  .sustainability-box .group {
    padding: 30px 10px 20px;
    margin: 30px 0 60px;
  }
  .sustainability-box .group::after {
    bottom: -50px;
    border-top: 30px solid #004098;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
  }
  .sustainability-box .group .list li {
    width: calc(100% - 30px);
    padding: 15px 15px 15px 90px;
    min-height: 50px;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 15px;
  }
  .sustainability-box .group .list li br {
    display: none;
  }
  .sustainability-box .group .list li:nth-child(1), .sustainability-box .group .list li:nth-child(2) {
    width: calc(100% - 30px);
    font-size: 16px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: auto;
  }
  .sustainability-box .group .list li:nth-child(3) {
    background: #C3DD62 url(../img/company/sustainability_icon01.png) no-repeat top 10px left 15px;
    background-size: 60px auto;
  }
  .sustainability-box .group .list li:nth-child(4) {
    background: #FBCF8F url(../img/company/sustainability_icon02.png) no-repeat top 10px left 15px;
    background-size: 60px auto;
  }
  .sustainability-box .group .list li:nth-child(5) {
    background: #F7BFBF url(../img/company/sustainability_icon03.png) no-repeat top 10px left 15px;
    background-size: 60px auto;
  }
  .sustainability-box .group .list li:nth-child(6) {
    background: #B9E1D7 url(../img/company/sustainability_icon04.png) no-repeat top 10px left 15px;
    background-size: 60px auto;
  }
  .sustainability-box .group .list li:nth-child(7) {
    background: #7CD5F5 url(../img/company/sustainability_icon05.png) no-repeat top 10px left 15px;
    background-size: 60px auto;
  }
  .sustainability-box .company {
    margin: 30px 0 60px;
    padding: 30px 10px 20px;
    font-size: 16px;
  }
  .sustainability-box .company::after {
    bottom: -50px;
    border-top: 30px solid #004098;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
  }
  .sustainability-box .company .list {
    margin: 15px 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sustainability-box .company .list li {
    padding: 20px 15px;
    width: calc(80% - 30px);
  }
  .sustainability-box .company .list li:nth-child(n+2) {
    margin-top: 15px;
  }
  .sustainability-box .company .list li p {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .sustainability-box .company .list li span {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1;
  }
  .sustainability-box .company .list li strong {
    font-size: 40px;
  }
  .sustainability-box .company .text {
    font-size: 18px;
  }
  .sustainability-box .company-list > li {
    width: calc(100% - 30px);
    padding: 30px 15px 15px;
  }
  .sustainability-box .company-list > li:nth-child(n+2) {
    margin-top: 20px;
  }
  .sustainability-box .company-list > li .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.oem-press {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(212, 241, 245)), to(rgb(173, 214, 231)));
  background: linear-gradient(0deg, rgb(212, 241, 245), rgb(173, 214, 231));
  padding: 20px 30px;
  border-radius: 15px;
}
.oem-press .-note {
  margin-right: 50px;
}
.oem-press .-note .sub {
  font-weight: 600;
  font-size: 120%;
  margin-bottom: 10px;
  color: #004098;
}
.oem-press .-note .main {
  font-size: 180%;
  line-height: 1.2;
}
.-width-auto {
  width: auto !important;
}

.-flex-direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.-fs-xs {
  font-size: 11px !important;
}

.-fs-sm {
  font-size: 12px !important;
}

.-fs-md {
  font-size: 18px !important;
}

.-fs-lg {
  font-size: 24px !important;
}

.-fs-xl {
  font-size: 30px !important;
}

.-mr-sm {
  margin-right: 20px !important;
}

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

.-mb-xs {
  margin-bottom: 10px !important;
}

.-mb-sm {
  margin-bottom: 20px !important;
}

.-mb-md {
  margin-bottom: 30px !important;
}

.-mb-lg {
  margin-bottom: 60px !important;
}

.-mb-xl {
  margin-bottom: 80px !important;
}

.-mt-xs {
  margin-top: 10px !important;
}

.-mt-sm {
  margin-top: 20px !important;
}

.-mt-md {
  margin-top: 30px !important;
}

.-mt-lg {
  margin-top: 50px !important;
}

.-mt-xl {
  margin-top: 80px !important;
}

.-w5 {
  width: 5% !important;
}

.-w10 {
  width: 10% !important;
}

.-w15 {
  width: 15% !important;
}

.-w20 {
  width: 20% !important;
}

.-w25 {
  width: 25% !important;
}

.-w30 {
  width: 30% !important;
}

.-w35 {
  width: 35% !important;
}

.-w40 {
  width: 40% !important;
}

.-w45 {
  width: 45% !important;
}

.-w50 {
  width: 50% !important;
}

.-w55 {
  width: 55% !important;
}

.-w60 {
  width: 60% !important;
}

.-w65 {
  width: 65% !important;
}

.-w70 {
  width: 70% !important;
}

.-w75 {
  width: 75% !important;
}

.-w80 {
  width: 80% !important;
}

.-w85 {
  width: 85% !important;
}

.-w90 {
  width: 90% !important;
}

.-w95 {
  width: 95% !important;
}

.-w100 {
  width: 100% !important;
}

.-w5, .-w10, .-w15, .-w20, .-w25, .-w30, .-w35, .-w40, .-w45, .-w50,
.-w55, .-w60, .-w65, .-w70, .-w75, .-w80, .-w85, .-w90, .-w95, .-w100 {
  min-width: auto !important;
}

.-tx_C {
  text-align: center !important;
}

.-tx_R {
  text-align: right !important;
}

.-flex-box {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.-flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.fade_in, .fade_right, .fade_left,
.header-block,
.nav-block,
.slider-block,
.slider-inner,
.slider-inner .copy,
.slider-inner .sub,
.title-block,
.title-block h1,
.title-block span,
.header-block,
.main-block,
.recruit-list li,
.primary-list li,
.banner-box,
.info-box,
.index-item,
.footer-block {
  opacity: 1;
}

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