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

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

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

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

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

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

a {
  color: #222;
  font-weight: 400;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: rgb(59.5, 59.5, 59.5);
}
a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}

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

*:focus {
  outline: none;
}

body {
  font-size: 16px;
  color: #222;
  font-family: "LINE Seed JP";
  line-height: 2;
  min-width: 1260px;
}
body.-fixed {
  position: fixed;
  left: 0;
  right: 0;
}

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

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

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

@media screen and (max-width: 480px) {
  body {
    font-size: 15px;
    min-width: 100%;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
  }
  input[type=button], input[type=submit] {
    -webkit-appearance: none;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}
/*!
 * 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
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.mv01 .slide-media {
  height: 100vh;
  min-height: 768px;
}
.mv01 .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}
.mv01 {
  /* スライド アクティブ時 */
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.mv01 .swiper-slide[class*=-active] .slide-title {
  -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
          animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.fade_in, .fade_right, .fade_left,
.header-block,
.nav-block,
.slider-block,
.slider-block .copy,
.title-block,
.main-block,
.footer-block {
  opacity: 0;
}

/*overview.html*/
.overview-top, .feature-box, .overview-management, .overview-message {
  opacity: 0;
}

/*overview.html*/
.delay02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.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 heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

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

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
  }
}
.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;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
  }
}
.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;
}

.header-block {
  background: white;
  height: 100px;
  z-index: 2;
}
.header-block.-index {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  height: 100%;
  min-width: 1180px;
  width: 100%;
}
.header-inner .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 20px;
  min-width: 310px;
  width: 660px;
}
.header-inner .logo-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #222;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.header-inner .logo-box a img {
  margin-right: 15px;
  vertical-align: top;
  max-width: 72px;
  width: 100%;
}
.header-inner .logo-box a .company {
  line-height: 1;
  margin-right: 20px;
}
.header-inner .logo-box a .company .sub {
  font-size: 10px;
}
.header-inner .logo-box a .company .title {
  font-size: 24px;
  font-weight: 700;
}
.header-inner .logo-box a .company .en {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.header-inner .logo-box a .ikedan {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 1599px) {
  .header-inner .logo-box {
    width: 380px;
  }
  .header-inner .logo-box a .ikedan {
    font-size: 20px;
  }
  .header-inner .logo-box a .company {
    display: none;
  }
}
.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
}

.header-ham {
  display: none;
}

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

@media screen and (max-width: 480px) {
  .header-block {
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 10002;
    background: #fff !important;
    width: 100%;
  }
  .header-inner {
    min-width: 100%;
    max-width: 100%;
  }
  .header-inner .logo-box {
    margin-right: 0px;
    width: 250px;
    margin-left: 0;
  }
  .header-inner .logo-box a {
    padding-left: 10px;
    width: 100%;
    height: auto;
    max-width: 250px;
  }
  .header-inner .logo-box a img {
    height: 25px;
  }
  .header-btn {
    display: none;
  }
  .header-ham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 0;
    z-index: 9999;
  }
  .header-ham.navOpen .ham-btn {
    z-index: 10000 !important;
  }
  .header-ham.navOpen .ham-btn .line {
    background: none;
  }
  .header-ham.navOpen .ham-btn .line:before {
    -webkit-transform: translateY(-2px) translateX(0) rotate(-225deg);
            transform: translateY(-2px) translateX(0) rotate(-225deg);
  }
  .header-ham.navOpen .ham-btn .line:after {
    -webkit-transform: translateY(-2px) translateX(0) rotate(225deg);
            transform: translateY(-2px) translateX(0) rotate(225deg);
  }
  .header-ham .ham-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 30px;
    padding: 20px;
    cursor: pointer;
  }
  .header-ham .ham-btn .line {
    display: block;
    background: #2b2b2b;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 2px;
    width: 100%;
  }
  .header-ham .ham-btn .line:before, .header-ham .ham-btn .line:after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    background: #2b2b2b;
    border-radius: 10px;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-ham .ham-btn .line:before {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .header-ham .ham-btn .line:after {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .ham-block {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    pointer-events: none;
    background: #fff;
    position: fixed;
    top: 70px;
    right: 0;
    opacity: 0;
    z-index: 9999;
    width: 100%;
    height: calc(100vh - 70px);
  }
  .ham-block.-active {
    display: block;
    opacity: 1;
    pointer-events: all;
    height: 100vh;
    z-index: 10001;
    overflow-y: scroll;
  }
  .ham-block .ham-inner {
    padding: 0 0 250px;
    width: 100%;
    margin: 0 auto;
  }
  .ham-block .ham-menu {
    width: 100%;
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .ham-block .ham-menu li {
    width: 100%;
  }
  .ham-block .ham-menu li .ham-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto 20px;
  }
  .ham-block .ham-menu li .ham-list li {
    width: 94%;
    margin: auto;
  }
  .ham-block .ham-menu li .ham-list li:last-child {
    margin-top: 10px;
  }
  .ham-block .ham-menu li .ham-list li a {
    border-radius: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    font-size: 14px;
    line-height: 1.3;
    padding: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
  }
  .ham-block .ham-menu li .ham-list li a:hover {
    opacity: 0.8;
  }
  .ham-block .ham-menu li .ham-list li.corp a {
    background: -webkit-gradient(linear, left top, right top, from(#fe9f53), to(#ff9239));
    background: linear-gradient(90deg, #fe9f53, #ff9239);
  }
  .ham-block .ham-menu li .ham-list li.contact a {
    background: #222;
  }
  .ham-block .ham-menu li .ham-list01 {
    width: 94%;
    margin: 0 auto 30px auto;
  }
  .ham-block .ham-menu li .ham-list01 li {
    border-bottom: 1px solid #ddd;
  }
  .ham-block .ham-menu li .ham-list01 li a {
    display: block;
    line-height: 1;
    font-size: 15px;
    padding: 20px 35px 20px 20px;
    position: relative;
    color: #222;
    font-weight: 700;
  }
  .ham-block .ham-menu li .ham-list01 li a:hover {
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    background: #eee;
    background: #e3f8ff;
    color: #38a4ff;
  }
  .ham-block .ham-menu li .ham-list01 li a:before {
    position: absolute;
    top: 50%;
    right: 5px;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    content: "Chevron_Right";
    font-family: "Material Symbols Rounded";
    font-size: initial;
    font-weight: 300;
    color: #222;
    font-size: 30px;
  }
  .ham-block .ham-close {
    margin: 40px auto 20px;
  }
  .ham-block .ham-close .btBtn {
    width: 80%;
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background: #888;
    cursor: pointer;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
  }
  .ham-block .link-home {
    width: 94%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .ham-block .link-home a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #2b2b2b;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px 10px 10px;
    width: 100%;
  }
  .ham-block .link-home a:hover {
    opacity: 0.8;
  }
  .ham-block .link-home a img {
    margin-right: 10px;
    width: 70px;
  }
  .ham-block .link-home a p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    line-height: 1.2;
  }
}
.nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-left: auto;
  z-index: 1;
}
.nav-block > .list {
  width: 1180px;
}
.nav-block.fixed {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 58px;
  z-index: 10000;
}
.nav-block.fixed ~ .slider-block,
.nav-block.fixed ~ .title-block {
  margin-top: 58px;
}
.nav-block.fixed .logo {
  display: block;
}
.nav-block.fixed .nav-inner {
  padding: 0px 40px;
}
.nav-block.fixed .nav-btn li a {
  width: 38px;
  height: 38px;
}
.nav-block.fixed .nav-btn li a:before {
  font-size: 21px;
}
.nav-block.fixed .search-box {
  top: 68px;
  right: 40px;
}

.nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.nav-inner .corp {
  margin-left: 40px;
  min-width: 160px;
  max-width: 180px;
  width: 9.44vw;
  height: 100%;
}
.nav-inner .corp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#fe9f53), to(#ff9239));
  background: linear-gradient(90deg, #fe9f53, #ff9239);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.2;
  height: 100%;
}
.nav-inner .contact {
  min-width: 160px;
  max-width: 180px;
  width: 9.44vw;
  height: 100%;
}
.nav-inner .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2b2b2b;
  color: #fff;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  height: 100%;
}

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

@media screen and (max-width: 1599px) {
  .nav-inner .corp {
    margin-left: 30px;
  }
  .nav-list > .item > a {
    font-size: 15px;
  }
}
.re_mo_disp {
  display: none;
}

@media screen and (max-width: 480px) {
  .re_mo_disp {
    display: block;
  }
  .slider-block + .nav-block {
    display: none;
  }
  .nav-block {
    display: none;
  }
  .nav-block.fixed ~ .slider-block,
  .nav-block.fixed ~ .title-block {
    margin-top: 0px;
  }
}
.footer-block {
  background: #353434;
  position: relative;
  z-index: 1;
}
.footer-block::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  background: url(/recruit/img/common/footer/mask.png) no-repeat 0 0;
  content: "";
  opacity: 0.9;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.footer-block::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 43px;
  left: auto;
  content: "IKEDA AIR CONDITIONING";
  color: #fff;
  font-size: 128px;
  font-weight: 800;
  line-height: 1;
  mix-blend-mode: overlay;
  white-space: nowrap;
  width: 100%;
}
.footer-block .copy {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 140px 0px 100px;
  position: relative;
  letter-spacing: 1px;
  line-height: 1;
  width: 100%;
  z-index: 1;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 30px 0;
  position: relative;
  margin: 0 auto;
  min-width: 1180px;
  max-width: 1600px;
  z-index: 2;
}
.footer-inner .footer-info {
  color: #fff;
  width: 570px;
}
.footer-inner .footer-info .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
.footer-inner .footer-info .logo-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  position: relative;
  width: 100%;
}
.footer-inner .footer-info .logo-box a img {
  margin-right: 15px;
  vertical-align: top;
  max-width: 72px;
  width: 100%;
}
.footer-inner .footer-info .logo-box a .company {
  line-height: 1;
  margin-right: 20px;
}
.footer-inner .footer-info .logo-box a .company .sub {
  font-size: 10px;
}
.footer-inner .footer-info .logo-box a .company .title {
  font-size: 24px;
  font-weight: 700;
}
.footer-inner .footer-info .logo-box a .company .en {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.footer-inner .footer-info .logo-box a .ikedan {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}
.footer-inner .footer-info .addr {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.footer-inner .footer-info .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 50px;
}
.footer-inner .footer-info .tel span {
  font-size: 16px;
  margin-right: 8px;
}
.footer-inner .footer-info .iso p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.footer-inner .footer-link .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 50px;
  gap: 30px;
}
.footer-inner .footer-link .link-list li {
  line-height: 1;
}
.footer-inner .footer-link .link-list li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.footer-inner .footer-link .link-list li a:hover {
  color: #aaa;
}
.footer-inner .footer-link .link-list li.-sub a {
  font-size: 14px;
}
.footer-inner .footer-link .link-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 40px;
}
.footer-inner .footer-link .link-home a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2b2b2b;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px 10px 10px;
}
.footer-inner .footer-link .link-home a:hover {
  opacity: 0.8;
}
.footer-inner .footer-link .link-home a img {
  margin-right: 10px;
  width: 70px;
}
.footer-inner .footer-link .link-home a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 1.2;
}

#page-top {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 1001;
}
#page-top a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#page-top .internship {
  background: -webkit-gradient(linear, left top, right top, from(#fe9f53), to(#ff9239));
  background: linear-gradient(90deg, #fe9f53, #ff9239);
  border-radius: 50px;
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-right: 20px;
  letter-spacing: 0px;
  line-height: 80px;
  padding: 0 30px;
  position: relative;
  height: 80px;
}
#page-top .internship:hover {
  opacity: 0.8;
}
#page-top .backtotop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2b2b2b;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
}
#page-top .backtotop:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "stat_1";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 300;
  color: #fff;
  font-size: 48px;
  line-height: 1;
}
#page-top .backtotop:hover {
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  .footer-block::before {
    background: url(/recruit/img/common/footer/sp_mask.png) no-repeat center;
    background-size: cover;
  }
  .footer-block::after {
    bottom: 28px;
    left: 0;
    font-size: clamp(42px, 14vw, 64px);
  }
  .footer-block .copy {
    font-size: 10px;
    padding: 60px 15px 50px;
  }
  .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 20px 0;
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .footer-inner .footer-info {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-inner .footer-info .logo-box {
    margin-bottom: 30px;
  }
  .footer-inner .footer-info .logo-box a img {
    max-width: 60px;
  }
  .footer-inner .footer-info .logo-box a .company {
    margin-right: 0px;
  }
  .footer-inner .footer-info .logo-box a .company .title {
    font-size: 20px;
  }
  .footer-inner .footer-info .logo-box a .ikedan {
    font-size: 20px;
    margin-top: 5px;
    margin-left: 75px;
    white-space: nowrap;
  }
  .footer-inner .footer-info .addr {
    line-height: 1.4;
  }
  .footer-inner .footer-info .tel {
    margin-bottom: 20px;
  }
  .footer-inner .footer-info .iso p {
    font-size: 12px;
    line-height: 1.6;
  }
  .footer-inner .footer-link .link-list {
    display: none;
  }
  .footer-inner .footer-link .link-home {
    margin-bottom: 0px;
  }
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  #page-top .internship {
    margin-right: 10px;
    line-height: 50px;
    padding: 0 20px;
    height: 50px;
    font-size: 14px;
  }
  #page-top .backtotop {
    width: 50px;
    height: 50px;
  }
  #page-top .backtotop:before {
    font-size: 40px;
  }
}
.article-box {
  margin: 0 auto 50px;
  max-width: 1600px;
}
.article-box p:not([class]) {
  min-height: 1rem;
}
.article-box p a:not([class]) {
  color: #222;
  text-decoration: underline;
}
.article-box p a:not([class]):hover {
  text-decoration: none;
}
.article-box > ol li a,
.article-box table ol li a {
  text-decoration: underline;
}
.article-box > ol li a:hover,
.article-box table ol li a:hover {
  text-decoration: none;
}
.article-box .left {
  text-align: left;
}
.article-box .right {
  text-align: right;
}
.article-box .center {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .article-box p img {
    max-width: 100%;
    height: auto;
  }
  .article-box iframe {
    width: 100%;
  }
  .article-box img {
    max-width: 100%;
    height: auto;
  }
}
.btn-zip, .btn-xls, .btn-doc, .btn-pdf {
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  padding: 12px 12px 12px 43px;
}

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

   subtitle

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

.article-box .headline,
.wysiwyg .headline,
.mce-content-body .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 80px;
}
.article-box .headline .en,
.wysiwyg .headline .en,
.mce-content-body .headline .en {
  color: #38a4ff;
  font-weight: 800;
  font-size: clamp(90px, 7.4vw, 100px);
  margin-right: 30px;
  line-height: 1;
}
.article-box .headline .en span:nth-of-type(1),
.wysiwyg .headline .en span:nth-of-type(1),
.mce-content-body .headline .en span:nth-of-type(1) {
  color: #38a4ff;
}
.article-box .headline .en span:nth-of-type(2),
.wysiwyg .headline .en span:nth-of-type(2),
.mce-content-body .headline .en span:nth-of-type(2) {
  color: #ff9239;
}
.article-box .headline .en span:nth-of-type(3),
.wysiwyg .headline .en span:nth-of-type(3),
.mce-content-body .headline .en span:nth-of-type(3) {
  color: #3fb033;
}
.article-box .headline .title,
.wysiwyg .headline .title,
.mce-content-body .headline .title {
  font-size: clamp(30px, 2.5vw, 32px);
  font-weight: 800;
  padding-bottom: 5px;
  line-height: 1;
}
.article-box h1:not([class]),
.wysiwyg h1:not([class]),
.mce-content-body h1:not([class]) {
  font-size: 48px;
  font-weight: 800;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 0 25px 0;
  position: relative;
  line-height: 1;
  width: 100%;
}
.article-box h2,
.wysiwyg h2,
.mce-content-body h2 {
  color: #38a4ff;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin-top: 100px;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
.article-box h3,
.wysiwyg h3,
.mce-content-body h3 {
  background: #f2f2f2;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 20px 30px;
  position: relative;
  width: 100%;
}
.article-box h4,
.wysiwyg h4,
.mce-content-body h4 {
  color: #38a4ff;
  font-size: 28px;
  font-weight: 800;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  line-height: 1;
  width: 100%;
}
.article-box h5,
.wysiwyg h5,
.mce-content-body h5 {
  border-bottom: 1px solid #888;
  font-size: 21px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
  padding: 0 0 15px 0;
  position: relative;
  width: 100%;
}
.article-box h5 p,
.wysiwyg h5 p,
.mce-content-body h5 p {
  font-weight: normal;
  font-size: 16px;
  padding-top: 7px;
}
.article-box h6,
.wysiwyg h6,
.mce-content-body h6 {
  color: #38a4ff;
  font-size: 21px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
  width: 100%;
}
.article-box .mincho,
.wysiwyg .mincho,
.mce-content-body .mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
}

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

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

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

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

	   list

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

.btnlist-01 li {
  margin: 20px auto;
  width: 60%;
}
.btnlist-01 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background: #2b2b2b;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 35px 0px;
  line-height: 1;
  width: 100%;
}
.btnlist-01 li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.9;
}

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

.btnlist-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
  gap: 50px;
}
.btnlist-03 li {
  width: calc((100% - 100px) / 3);
}
.btnlist-03 li a {
  background: #2b2b2b;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 35px 30px 35px 30px;
  position: relative;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
}

.btnlist-04 {
  margin: 20px auto;
}
.btnlist-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.btnlist-04 li {
  background: #fff;
  padding-left: 0px;
}
.btnlist-04 li.pdf {
  background: url(/recruit/img/common/icon/icon_pdf.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-04 li.pdf a:before, .btnlist-04 li.pdf a:hover:before {
  display: none;
}
.btnlist-04 li.xls {
  background: url(/recruit/img/common/icon/icon_xls.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-04 li.xls a:before, .btnlist-04 li.xls a:hover:before {
  display: none;
}
.btnlist-04 li.doc {
  background: url(/recruit/img/common/icon/icon_doc.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-04 li.doc a:before, .btnlist-04 li.doc a:hover:before {
  display: none;
}
.btnlist-04 li.zip a:before, .btnlist-04 li.zip a:hover:before {
  display: none;
}
.btnlist-04 li.zip {
  background: url(/recruit/img/common/icon/icon_zip.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-04 li a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ddd;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: block;
  padding: 14px 18px 14px 48px;
  font-weight: 600;
  position: relative;
}
.btnlist-04 li:not([class]) a {
  padding-left: 36px;
}
.btnlist-04 li a:before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 9px;
  -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: 300;
  color: #353434;
  display: block;
  font-size: 25px;
}
.btnlist-04 li a:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  text-decoration: none;
}
.btnlist-04 li:before {
  display: none;
}

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

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

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

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

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

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

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

.table-col2 {
  table-layout: fixed;
  width: 100%;
}
.table-col2 > tbody > tr > td {
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  width: calc(50% - 10px);
}
.table-col2 > tbody > tr > td:first-child {
  padding-right: 10px;
}
.table-col2 > tbody > tr > td:last-child {
  padding-left: 10px;
}
.table-col2 > tbody > tr > td .table-imgl td img,
.table-col2 > tbody > tr > td .table-imgr td img {
  max-width: 150px;
}
.table-col2 > tbody > tr > td > ul.btnlist-04 li {
  width: 100%;
}

.table-col3 {
  table-layout: fixed;
  width: 100%;
}
.table-col3 > tbody > tr > td {
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  width: calc((100% - 40px) / 3);
}
.table-col3 > tbody > tr > td:first-child {
  padding-right: 10px;
}
.table-col3 > tbody > tr > td:nth-child(2) {
  padding: 0px 10px;
}
.table-col3 > tbody > tr > td:last-child {
  padding-left: 10px;
}
.table-col3 > tbody > tr > td img {
  margin: 0 auto;
  max-width: 390px;
}

@media all and (-ms-high-contrast: none) {
  .flex-list {
    display: block;
  }
  .flex-list li {
    display: inline-block;
    margin-right: 15px;
  }
  .flex-list li a {
    color: #38a4ff;
  }
  .flex-list li a:hover {
    text-decoration: underline;
  }
}
/*------------------------------------------------

	   table

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

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

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

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

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

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

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

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

.table-gray th {
  background: #4f7492;
  color: #fff;
  border: 1px solid #ddd;
  width: 20%;
}
.table-gray td {
  border: 1px solid #ddd;
}

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

.table-list > tbody > tr > th {
  border-bottom: 2px solid #2b2b2b;
  font-weight: 600;
  text-align: left;
  width: 20%;
}
.table-list > tbody > tr > td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.table-list > tbody > tr:first-child td {
  border-top: none;
}

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

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

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

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

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

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

.media-card {
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding: 30px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.media-card .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-right: 30px;
}
.media-card .image img {
  vertical-align: top;
  max-width: 150px;
  margin-bottom: 0;
  border-radius: 0px;
}
.media-card .image p + p {
  margin-left: 20px;
}
.media-card .text {
  width: 100%;
}

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

     subtitle

  ------------------------------------------------*/
  .article-box .headline,
  .wysiwyg .headline,
  .mce-content-body .headline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
  }
  .article-box .headline .en,
  .wysiwyg .headline .en,
  .mce-content-body .headline .en {
    font-size: clamp(30px, 10vw, 60px);
    margin-right: 0;
    line-height: 1;
    width: 100%;
    margin-bottom: 15px;
    white-space: nowrap;
  }
  .article-box .headline .title,
  .wysiwyg .headline .title,
  .mce-content-body .headline .title {
    font-size: clamp(18px, 6.5vw, 28px);
    padding-bottom: 0px;
    width: 100%;
    line-height: 1.3;
  }
  .article-box h1:not([class]),
  .wysiwyg h1:not([class]),
  .mce-content-body h1:not([class]) {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.3;
    padding: 0;
  }
  .article-box h2,
  .wysiwyg h2,
  .mce-content-body h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .article-box h3,
  .wysiwyg h3,
  .mce-content-body h3 {
    line-height: 1.3;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 15px 15px;
  }
  .article-box h4,
  .wysiwyg h4,
  .mce-content-body h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 20px;
  }
  .article-box h5,
  .wysiwyg h5,
  .mce-content-body h5 {
    font-size: 18px;
    margin-top: 20px;
    padding: 0 0 10px 0;
  }
  .article-box h6,
  .wysiwyg h6,
  .mce-content-body h6 {
    font-size: 15px;
    margin-top: 20px;
  }
  /*------------------------------------------------

  	   list

  ------------------------------------------------*/
  .article-box ul.col-02,
  .mce-content-body ul.col-02 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .article-box ul.col-02 li,
  .mce-content-body ul.col-02 li {
    line-height: 1.3;
    margin: 5px 0;
  }
  .article-box ul.col-03,
  .mce-content-body ul.col-03 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .article-box ul.col-03 li,
  .mce-content-body ul.col-03 li {
    line-height: 1.3;
    margin: 5px 0;
  }
  .article-box ul.col-04,
  .mce-content-body ul.col-04 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .article-box ul.col-04 li,
  .mce-content-body ul.col-04 li {
    line-height: 1.3;
    margin: 5px 0;
  }
  .article-box ul:not([class]) a[href^="tel:"],
  .article-box .col-02 a[href^="tel:"],
  .article-box .col-03 a[href^="tel:"],
  .article-box .col-04 a[href^="tel:"],
  .article-box .flex-list a[href^="tel:"],
  .mce-content-body ul:not([class]) a[href^="tel:"],
  .mce-content-body .col-02 a[href^="tel:"],
  .mce-content-body .col-03 a[href^="tel:"],
  .mce-content-body .col-04 a[href^="tel:"],
  .mce-content-body .flex-list a[href^="tel:"] {
    color: #38a4ff;
  }
  .btnlist-01 {
    margin: 30px auto;
  }
  .btnlist-01 li {
    margin: 10px auto;
    width: 100%;
  }
  .btnlist-01 li a {
    width: auto;
    font-size: 14px;
    line-height: 1.3;
    padding: 20px;
  }
  .btnlist-02 {
    margin: 30px auto;
    gap: 10px;
  }
  .btnlist-02 li {
    width: 100%;
  }
  .btnlist-02 li a {
    width: auto;
    font-size: 14px;
    line-height: 1.3;
    padding: 20px;
  }
  .btnlist-03 {
    margin: 30px auto;
    gap: 10px;
  }
  .btnlist-03 li {
    width: 100%;
  }
  .btnlist-03 li a {
    font-size: 14px;
    line-height: 1.3;
    padding: 20px;
  }
  .btnlist-04 {
    gap: 10px;
  }
  .btnlist-04 li a {
    font-size: 14px;
    line-height: 1.3;
  }
  .btnlist-05 {
    margin: 20px auto;
    gap: 10px;
  }
  .btnlist-05 li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
  .btnlist-05 li a {
    font-size: 14px;
    line-height: 1.3;
    padding: 12px 25px 12px 0px;
  }
  .btnlist-05 li a:after {
    font-size: 15px;
  }
  .table-col2 > tbody > tr > td {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .table-col2 > tbody > tr > td:first-child {
    padding-right: 0px;
  }
  .table-col2 > tbody > tr > td:last-child {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .table-col2 > tbody > tr > td .table-imgl td img,
  .table-col2 > tbody > tr > td .table-imgr td img {
    max-width: 100%;
  }
  .table-col2 > tbody > tr > td h5 {
    padding: 0 0 8px 0;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .table-col3 > tbody > tr > td {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .table-col3 > tbody > tr > td:first-child {
    padding-right: 0px;
  }
  .table-col3 > tbody > tr > td:nth-child(2) {
    padding: 0px;
  }
  .table-col3 > tbody > tr > td:last-child {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .table-col3 > tbody > tr > td img {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .flex-list {
    display: block;
  }
  .flex-list li {
    display: inline-block;
    margin-right: 15px;
  }
  .flex-list li a {
    color: #38a4ff;
  }
  .flex-list li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 480px) {
  /*------------------------------------------------

  	   table

  ------------------------------------------------*/
  .table-gray,
  .table-list,
  .table-none {
    width: 100% !important;
  }
  .table-gray iframe,
  .table-list iframe,
  .table-none iframe {
    width: 100%;
  }
  .table-gray th, .table-gray td,
  .table-list th,
  .table-list td,
  .table-none th,
  .table-none td {
    font-size: 14px;
    padding: 8px;
  }
  .table-gray td a[href^="tel:"],
  .table-list td a[href^="tel:"],
  .table-none td a[href^="tel:"] {
    color: #38a4ff;
  }
  .table-gray .flex-list,
  .table-list .flex-list,
  .table-none .flex-list {
    margin: 0;
  }
  .table-gray .flex-list li,
  .table-list .flex-list li,
  .table-none .flex-list li {
    font-size: 14px;
    margin-bottom: 0px;
    padding-left: 26px;
  }
  .table-list td {
    border-bottom: none;
  }
  .table-list td:first-child {
    font-weight: bold;
  }
  .table-list td:nth-child(n+2) {
    border-bottom: 1px solid #ddd;
  }
  .table-list td:nth-child(1) + td, .table-list td:nth-child(2) + td {
    border-top: none;
  }
  .table-list td.td_file {
    padding-left: 0px;
  }
  .table-imgl > tbody > tr > td,
  .table-imgr > tbody > tr > td {
    display: block;
    width: 100% !important;
  }
  .table-imgl > tbody > tr > td:first-child,
  .table-imgr > tbody > tr > td:first-child {
    padding-right: 0px;
  }
  .table-imgl > tbody > tr > td img,
  .table-imgr > tbody > tr > td img {
    display: block;
    max-width: 96%;
    margin: 0 auto 10px;
  }
  .table-imgl > tbody > tr > td img + p,
  .table-imgr > tbody > tr > td img + p {
    margin-top: 10px;
  }
  .table-imgl table td,
  .table-imgr table td {
    display: table-cell !important;
    width: auto;
  }
  .table-imgr > tbody > tr > td:last-child {
    padding-left: 0px;
    text-align: center;
  }
  .table-imgr > tbody > tr > td img {
    margin: 10px auto 0px;
  }
  .table-img2 td,
  .table-img3 td {
    display: block;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .table-img2 td.td_img,
  .table-img3 td.td_img {
    width: 100% !important;
  }
  .table-img2 td:nth-child(1),
  .table-img3 td:nth-child(1) {
    text-align: center;
  }
  .table-img2 td:nth-child(3),
  .table-img3 td:nth-child(3) {
    text-align: center;
  }
  .table-img2 td > img + p,
  .table-img3 td > img + p {
    font-size: 12px;
    line-height: 1.3;
  }
  .table-img2 img,
  .table-img3 img {
    width: 100% !important;
    height: auto !important;
  }
  .table-img2 img + p,
  .table-img3 img + p {
    font-size: 12px;
    line-height: 1.3;
  }
  .table-img2 td > p + p,
  .table-img3 td > p + p {
    line-height: 1.3;
  }
  .table-sp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .table-sp table {
    width: 850px !important;
  }
  .table-sp table.table-list td {
    display: table-cell;
  }
  .table-sp table td {
    font-size: 14px;
    padding: 5px 10px !important;
    line-height: 1.4;
  }
  .frame-box {
    margin-top: 20px;
    padding: 20px 10px;
    width: calc(100% - 20px);
  }
  .frame-box h2,
  .frame-box h3,
  .frame-box h4,
  .frame-box h5,
  .frame-box h6 {
    margin-top: 0;
  }
  .frame-box .tel .head {
    font-size: 16px;
  }
  .frame-box .tel .num {
    font-size: 30px;
  }
  .frame-box .tel .num em {
    font-size: 36px;
  }
  .media-card {
    padding: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .media-card .image {
    padding-right: 0px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.content-block {
  position: relative;
}
.content-block.-sub {
  padding: 3% 0% 7%;
}
.content-block.-gray {
  background: #f2f2f2;
}
.content-block.-common:after {
  position: absolute;
  top: -110px;
  right: 0px;
  bottom: auto;
  left: auto;
  content: "";
  width: 100%;
  height: calc(100% + 110px);
  z-index: -1;
  background: url(/recruit/img/second_bg.jpg) no-repeat 0% 0%;
  background-attachment: fixed;
  opacity: 0.7;
}
.content-block .sp-box {
  display: none;
}
.content-block .link-none {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.content-inner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}

@media screen and (max-width: 480px) {
  .content-block.-sub {
    padding: 0 0 70px;
  }
  .content-block.-common {
    position: relative;
    z-index: 0;
  }
  .content-block.-common:after {
    background: url(/recruit/img/sp_second_bg.jpg) no-repeat 0% 0%;
    content: "";
    height: 100lvh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .content-block .sp-box {
    display: block;
  }
  .content-block .link-none {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: underline;
  }
  .content-inner {
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
.slider-block {
  position: relative;
  z-index: 0;
}
.slider-block:before {
  background: top;
  width: 100%;
  height: 100%;
}

.slider-inner {
  position: relative;
  width: 100%;
  z-index: 0;
}
.slider-inner .img01:before,
.slider-inner .img02:before,
.slider-inner .img03:before,
.slider-inner .img04:before,
.slider-inner .img05:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.slider-inner .img01 {
  width: 100%;
  min-height: 768px;
  height: 100vh;
}
.slider-inner .swiper-slide .slide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-inner .swiper-slide .slide-media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  min-height: 768px;
}

.slider-text {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  padding-top: 100px;
  margin: 0 auto;
  min-height: 700px;
  height: 100vh;
  z-index: 100;
}
.slider-text .copy {
  color: #fff;
  margin-bottom: 80px;
  font-weight: 800;
  font-size: clamp(100px, 7.87vw, 150px);
  text-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  letter-spacing: -5px;
  line-height: 1.2;
  position: relative;
  left: 100px;
  z-index: 10;
}
.slider-text .en p {
  font-size: clamp(100px, 6.3vw, 120px);
  font-weight: 800;
  text-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  line-height: 1;
  position: relative;
  left: 100px;
}

.slider-countdown {
  position: absolute;
  top: 140px;
  right: 30px;
  bottom: auto;
  left: auto;
  opacity: 0;
  width: 320px;
  z-index: 101;
}
.slider-countdown a:hover {
  opacity: 0.8;
}
.slider-countdown .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(43, 43, 43, 0.2);
          box-shadow: 0 10px 20px rgba(43, 43, 43, 0.2);
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
}
.slider-countdown .text .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}
.slider-countdown .text .head .year {
  background: -webkit-gradient(linear, left top, right top, from(#fe9f53), to(#ff9239));
  background: linear-gradient(90deg, #fe9f53, #ff9239);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 800;
  padding: 0 8px;
}
.slider-countdown .text .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px;
}
.slider-countdown .text .count .day {
  color: #ca3746;
  font-size: 24px;
  font-weight: 800;
  padding: 0 8px 0px 6px;
}

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

@keyframes countdownShow {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 480px) {
  .slider-inner .img01 {
    top: 70px;
    min-height: auto;
    height: 90vh;
  }
  .slider-inner .swiper-slide .slide-media img {
    height: 90vh;
    min-height: auto;
  }
  .slider-text {
    top: 70px;
    padding-top: 0px;
    min-height: 400px;
    height: 50vh;
  }
  .slider-text .copy {
    margin-bottom: 20px;
    font-size: clamp(36px, 10vw, 60px);
    left: 20px;
    letter-spacing: 0px;
  }
  .slider-text .en p {
    font-size: clamp(28px, 8vw, 50px);
    left: 20px;
    white-space: nowrap;
  }
  .slider-countdown {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 30px;
    left: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin: 0 auto;
  }
}
.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  width: 100%;
  z-index: 1;
}
.title-block.-common {
  background: url(/recruit/img/common/common.jpg) no-repeat right top -370px;
  background-attachment: fixed;
}
.title-block.-company {
  background: url(/recruit/img/common/company.jpg) no-repeat right 103px top -50px;
  background-attachment: fixed;
}
.title-block.-effort {
  background: url(/recruit/img/common/effort.jpg) no-repeat right 103px top -50px;
  background-attachment: fixed;
}
.title-block.-history {
  background: url(/recruit/img/common/history.jpg) no-repeat right 103px top -50px;
  background-attachment: fixed;
}
.title-block.-interview {
  background: url(/recruit/img/common/interview.jpg) no-repeat right 103px top 0px;
  background-attachment: fixed;
}
.title-block.-requirement {
  background: url(/recruit/img/common/requirement.jpg) no-repeat right 103px top -50px;
  background-attachment: fixed;
}
.title-block.-internship {
  background: url(/recruit/img/common/internship.jpg) no-repeat right 103px top -140px;
  background-attachment: fixed;
}
.title-block.-overview {
  background: url(/recruit/img/common/overview.jpg) no-repeat right 103px top -50px;
  background-attachment: fixed;
}
.title-block.-inquiry {
  background: url(/recruit/img/common/inquiry.jpg) no-repeat right 103px top -40px;
  background-attachment: fixed;
}
.title-block .title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  line-height: 1;
  position: relative;
  top: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1180px;
  height: 360px;
  z-index: 2;
}
.title-block .title-inner .title {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  font-size: 32px;
  font-weight: 700;
  bottom: 5px;
  position: relative;
}
.title-block .title-inner .en {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  font-size: 100px;
  font-weight: 800;
  margin-right: 30px;
}

@media screen and (max-width: 480px) {
  .title-block {
    margin-top: 70px;
  }
  .title-block.-common {
    background: url(/recruit/img/common/common.jpg) no-repeat 0 0/cover;
  }
  .title-block.-company {
    background: url(/recruit/img/common/company.jpg) no-repeat 0 0/cover;
  }
  .title-block.-effort {
    background: url(/recruit/img/common/effort.jpg) no-repeat 0 0/cover;
  }
  .title-block.-history {
    background: url(/recruit/img/common/history.jpg) no-repeat 0 0/cover;
  }
  .title-block.-interview {
    background: url(/recruit/img/common/interview.jpg) no-repeat 0 0/cover;
  }
  .title-block.-requirement {
    background: url(/recruit/img/common/requirement.jpg) no-repeat 0 0/cover;
  }
  .title-block.-internship {
    background: url(/recruit/img/common/internship.jpg) no-repeat 0 0/cover;
  }
  .title-block.-overview {
    background: url(/recruit/img/common/overview.jpg) no-repeat 0 0/cover;
  }
  .title-block.-inquiry {
    background: url(/recruit/img/common/inquiry.jpg) no-repeat 0 0/cover;
  }
  .title-block .title-inner {
    width: calc(100% - 30px);
    height: 200px;
  }
  .title-block .title-inner .title {
    font-size: 20px;
    bottom: -15px;
  }
  .title-block .title-inner .en {
    font-size: clamp(30px, 12vw, 60px);
    text-align: center;
    width: 100%;
    margin-right: 0px;
  }
}
.topicpath-box {
  padding: 20px 10px;
  margin-bottom: 50px;
  width: calc(100% - 20px);
  z-index: 1;
}
.topicpath-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  width: 1180px;
}
.topicpath-box ul li {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  line-height: 1.5;
}
.topicpath-box ul li:after {
  position: absolute;
  top: -2px;
  right: -12px;
  bottom: auto;
  left: auto;
  content: "-";
}
.topicpath-box ul li:last-child {
  margin-right: 0px;
}
.topicpath-box ul li:last-child:after {
  content: "";
}

@media screen and (max-width: 480px) {
  .topicpath-box {
    margin-bottom: 30px;
  }
  .topicpath-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-bottom: -3px;
}

.tab-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  border: none;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #eee;
  cursor: pointer;
  font-size: 20px;
  font-family: "LINE Seed JP";
  margin-right: 5px;
  padding: 30px 10px;
  line-height: 1;
  white-space: nowrap;
  color: #222;
  border-radius: 10px 10px 0 0;
}
.tab-btn:last-child {
  margin-right: 0;
}
.tab-btn:hover {
  background: #888;
  color: #ffffff;
}
.tab-btn.is-active {
  background: #38a4ff;
  color: #ffffff;
}

.tab-panel {
  display: none;
  min-height: 200px;
  width: calc(100% - 120px - 6px);
  border: 3px solid #38a4ff;
  padding: 60px;
  -webkit-animation: tab ease 0.3s;
          animation: tab ease 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@-webkit-keyframes tab {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes tab {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.tab-panel .table-gray {
  margin-top: 0px;
}
.tab-panel > h1:first-child,
.tab-panel > h2:first-child,
.tab-panel > h3:first-child,
.tab-panel > h4:first-child,
.tab-panel > h5:first-child,
.tab-panel > h6:first-child,
.tab-panel > .btnlist-01,
.tab-panel > .btnlist-02,
.tab-panel > .btnlist-03,
.tab-panel > .btnlist-04,
.tab-panel > .btnlist-05 {
  margin-top: 0px;
}

@media screen and (max-width: 480px) {
  .tab-btn {
    font-size: clamp(12px, 3vw, 14px);
    padding: 20px 5px;
    white-space: normal;
    line-height: 1.2;
    margin-right: 2px;
  }
  .tab-panel {
    width: calc(100% - 30px - 6px);
    padding: 15px;
  }
}
.index-overview .btn {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2b2b2b;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-weight: 800;
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  padding: 40px 0px;
  line-height: 1;
}
.index-overview .btn:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  letter-spacing: 1px;
  opacity: 0.9;
}

.index-overview {
  background: url(/recruit/img/index/bg_overview.jpg) no-repeat 0% 0%;
  position: relative;
}
.index-overview a {
  --gutter: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: calc(1600px + var(--gutter) * 2); /* = 1680px */
  min-width: calc(1180px + var(--gutter) * 2); /* = 1280px */
  margin-inline: auto;
  padding-block: 130px;
  padding-inline: var(--gutter);
  position: relative;
  pointer-events: none;
  z-index: 0;
}
.index-overview .headline {
  margin-bottom: 70px;
}
.index-overview .headline .title {
  font-size: clamp(66px, 5.25vw, 90px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -3px;
}
.index-overview .text {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 600;
  line-height: 2;
  margin-bottom: 70px;
}
.index-overview .text p {
  margin-bottom: 1em;
}
.index-overview .btn {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  pointer-events: all;
  width: clamp(460px, 26.3vw, 500px);
  z-index: 1;
}
.index-overview .photo {
  position: absolute;
  top: 140px;
  right: auto;
  bottom: auto;
  left: auto;
  pointer-events: none;
  right: clamp(30px, 2.7vw, 50px);
}
.index-overview .photo p {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  width: clamp(460px, 30.5vw, 580px);
}
.index-overview .photo p:last-child {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  top: -30px;
  right: clamp(200px, 14.7vw, 280px);
  position: relative;
  z-index: -1;
}
.index-overview .photo p img {
  border-radius: 15px;
  vertical-align: top;
  width: 100%;
}

.index-ikedan {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/recruit/img/index/bg_staff.jpg) no-repeat 50% 0%;
  background-attachment: fixed;
  min-width: 1180px;
  padding-block: 130px 230px;
  position: relative;
  overflow: hidden;
}
.index-ikedan .index-marquee {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  bottom: -12px;
}
.index-ikedan .index-marquee .marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll 24s linear infinite;
          animation: scroll 24s linear infinite;
}
.index-ikedan .index-marquee .marquee__item {
  color: #fff;
  padding-right: 3rem;
  letter-spacing: -2px;
  font-weight: 800;
  font-size: 160px;
  line-height: 1;
  opacity: 0.8;
  white-space: nowrap;
}
@-webkit-keyframes scroll {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  } /* track全体の半分＝item1個分 */
}
@keyframes scroll {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  } /* track全体の半分＝item1個分 */
}
.index-ikedan .index-ikedan-inner {
  --gutter: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(1600px + var(--gutter) * 2); /* = 1680px */
  min-width: calc(1180px + var(--gutter) * 2); /* = 1320px */
  margin-inline: auto;
  padding-inline: var(--gutter);
  position: relative;
  width: 100%;
}
.index-ikedan .index-ikedan-inner .headline {
  margin-bottom: 70px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.index-ikedan .index-ikedan-inner .headline .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: clamp(68px, 5vw, 95px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

.index-menu {
  padding: 0px 0px;
  margin: 0 auto 100px;
  min-width: 1180px;
  max-width: 1600px;
}
.index-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin: 0 auto;
  max-width: 1600px;
}
.index-menu ul li {
  width: calc((100% - 100px) / 3);
}
.index-menu ul li:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.index-menu ul li:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.index-menu ul li:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.index-menu a {
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
  position: relative;
}
.index-menu a:hover .img:before {
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
  opacity: 0;
}
.index-menu a:hover .img img {
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.index-menu a .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}
.index-menu a .img:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#000));
  background: linear-gradient(180deg, transparent, transparent, #000);
  border-radius: 15px;
  content: "";
  opacity: 0.2;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-menu a .img img {
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
  vertical-align: top;
}
.index-menu a .title {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 40px;
  left: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  z-index: 1;
}

.index-staff {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-inline: 20px;
  min-width: 1180px;
  max-width: 1600px;
}
.index-staff .headline {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  margin-bottom: 70px;
}
.index-staff .headline .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: clamp(68px, 5vw, 95px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-staff .swiper {
  overflow: unset;
}
.index-staff .swiper .swiper-wrapper {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.index-staff .swiper-slide {
  -webkit-box-shadow: 0 40px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 40px 30px rgba(0, 0, 0, 0.1);
}
.index-staff .swiper-slide[data-swiper-slide-index="0"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#439bdd), to(#38a4ff));
  background: linear-gradient(90deg, #439bdd, #38a4ff);
}
.index-staff .swiper-slide[data-swiper-slide-index="3"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#439bdd), to(#38a4ff));
  background: linear-gradient(90deg, #439bdd, #38a4ff);
}
.index-staff .swiper-slide[data-swiper-slide-index="6"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#439bdd), to(#38a4ff));
  background: linear-gradient(90deg, #439bdd, #38a4ff);
}
.index-staff .swiper-slide[data-swiper-slide-index="9"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#439bdd), to(#38a4ff));
  background: linear-gradient(90deg, #439bdd, #38a4ff);
}
.index-staff .swiper-slide[data-swiper-slide-index="12"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#439bdd), to(#38a4ff));
  background: linear-gradient(90deg, #439bdd, #38a4ff);
}
.index-staff .swiper-slide[data-swiper-slide-index="15"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#439bdd), to(#38a4ff));
  background: linear-gradient(90deg, #439bdd, #38a4ff);
}
.index-staff .swiper-slide[data-swiper-slide-index="1"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#fe9f53), to(#ff9239));
  background: linear-gradient(90deg, #fe9f53, #ff9239);
}
.index-staff .swiper-slide[data-swiper-slide-index="4"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#fe9f53), to(#ff9239));
  background: linear-gradient(90deg, #fe9f53, #ff9239);
}
.index-staff .swiper-slide[data-swiper-slide-index="7"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#fe9f53), to(#ff9239));
  background: linear-gradient(90deg, #fe9f53, #ff9239);
}
.index-staff .swiper-slide[data-swiper-slide-index="10"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#fe9f53), to(#ff9239));
  background: linear-gradient(90deg, #fe9f53, #ff9239);
}
.index-staff .swiper-slide[data-swiper-slide-index="13"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#fe9f53), to(#ff9239));
  background: linear-gradient(90deg, #fe9f53, #ff9239);
}
.index-staff .swiper-slide[data-swiper-slide-index="16"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#fe9f53), to(#ff9239));
  background: linear-gradient(90deg, #fe9f53, #ff9239);
}
.index-staff .swiper-slide[data-swiper-slide-index="2"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#74b962), to(#3fb033));
  background: linear-gradient(90deg, #74b962, #3fb033);
}
.index-staff .swiper-slide[data-swiper-slide-index="5"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#74b962), to(#3fb033));
  background: linear-gradient(90deg, #74b962, #3fb033);
}
.index-staff .swiper-slide[data-swiper-slide-index="8"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#74b962), to(#3fb033));
  background: linear-gradient(90deg, #74b962, #3fb033);
}
.index-staff .swiper-slide[data-swiper-slide-index="11"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#74b962), to(#3fb033));
  background: linear-gradient(90deg, #74b962, #3fb033);
}
.index-staff .swiper-slide[data-swiper-slide-index="14"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#74b962), to(#3fb033));
  background: linear-gradient(90deg, #74b962, #3fb033);
}
.index-staff .swiper-slide[data-swiper-slide-index="17"] a .text {
  background: -webkit-gradient(linear, left top, right top, from(#74b962), to(#3fb033));
  background: linear-gradient(90deg, #74b962, #3fb033);
}
.index-staff .swiper-slide a {
  position: relative;
  display: block;
}
.index-staff .swiper-slide a:hover .img img {
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.index-staff .swiper-slide a .img {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.index-staff .swiper-slide a .img:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#393737));
  background: linear-gradient(180deg, transparent, transparent, #393737);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-staff .swiper-slide a .img img {
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
  height: 500px;
}
.index-staff .swiper-slide a .text {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -30px;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  color: #fff;
  padding: 30px;
  z-index: 1;
}
.index-staff .swiper-slide a .text .title {
  font-size: clamp(20px, 1.26vw, 24px);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 25px;
  width: 100%;
}
.index-staff .swiper-slide a .text .year {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  font-size: clamp(11px, 0.84vw, 14px);
  font-weight: 700;
  margin-right: 20px;
  line-height: 1;
}
.index-staff .swiper-slide a .text .post {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 700;
  line-height: 1;
}
.index-staff .swiper-button-prev,
.index-staff .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1);
          box-shadow: rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  width: 70px;
  height: 70px;
}
.index-staff .swiper-button-prev:after,
.index-staff .swiper-button-next:after {
  font-size: 21px;
  font-weight: 800;
  color: #222;
}

.index-recruit {
  background: url(../img/history/message_bg.jpg) no-repeat center;
  position: relative;
  padding-block: 150px;
}
.index-recruit:after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  background: url(/recruit/img/second_item.png) no-repeat 50% 0;
  content: "";
  width: 100%;
  height: 100%;
}
.index-recruit .headline {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
.index-recruit .headline .title {
  color: #fff;
  font-size: clamp(66px, 5.25vw, 100px);
  font-weight: 800;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  letter-spacing: -3px;
  text-align: center;
}
.index-recruit .recruit-btn {
  --gutter: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  position: relative;
  padding-inline: var(--gutter);
  margin-inline: auto;
  min-width: calc(1180px + var(--gutter) * 2);
  max-width: calc(1600px + var(--gutter) * 2);
  width: 100%;
  z-index: 2;
}
.index-recruit .recruit-btn li {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  width: calc((100% - 100px) / 3);
}
.index-recruit .recruit-btn li:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.index-recruit .recruit-btn li:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.index-recruit .recruit-btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  font-size: clamp(16px, 1.26vw, 24px);
  font-weight: 800;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 50px;
  height: 130px;
}
.index-recruit .recruit-btn li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  .index-overview .btn {
    font-size: 14px;
    line-height: 1.3;
    padding: 20px 0;
  }
  .index-overview {
    background: url(/recruit/img/index/sp_bg_overview.jpg) no-repeat center;
    background-size: cover;
  }
  .index-overview a {
    --gutter: 0;
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    padding-block: 80px;
  }
  .index-overview .headline {
    margin-bottom: 50px;
  }
  .index-overview .headline .title {
    font-size: clamp(26px, 8.5vw, 40px);
    line-height: 1.4;
    text-align: center;
  }
  .index-overview .text {
    line-height: 1.7;
    margin-bottom: 50px;
    text-align: center;
  }
  .index-overview .btn {
    width: 100%;
  }
  .index-overview .photo {
    position: static;
    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;
    margin-top: 40px;
  }
  .index-overview .photo p {
    width: 49%;
  }
  .index-overview .photo p:last-child {
    right: auto;
    top: 0;
  }
  .index-ikedan {
    min-width: 100%;
    padding-block: 80px 160px;
    background: url(/recruit/img/index/sp_bg_staff.jpg) no-repeat center;
    background-attachment: scroll;
    background-size: cover;
  }
  .index-ikedan .index-marquee .marquee__item {
    font-size: 120px;
  }
  .index-ikedan .index-ikedan-inner {
    --gutter: 0px;
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
  }
  .index-ikedan .index-ikedan-inner .headline {
    margin-bottom: 50px;
  }
  .index-ikedan .index-ikedan-inner .headline .title {
    font-size: clamp(20px, 6vw, 30px);
  }
  .index-menu {
    margin: 0 auto 80px;
    min-width: 100%;
    max-width: 100%;
  }
  .index-menu ul {
    gap: 20px;
    max-width: 100%;
  }
  .index-menu ul li {
    width: 100%;
  }
  .index-menu a .img {
    height: 250px;
  }
  .index-menu a .img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .index-menu a .title {
    bottom: 20px;
    font-size: 22px;
    left: 20px;
    white-space: nowrap;
  }
  .index-staff {
    padding-inline: 15px;
    min-width: 100%;
    max-width: 100%;
  }
  .index-staff .headline {
    margin-bottom: 50px;
  }
  .index-staff .headline .title a {
    font-size: clamp(28px, 9.5vw, 50px);
  }
  .index-staff .swiper-slide a .img img {
    height: 450px;
  }
  .index-staff .swiper-slide a .text {
    padding: 20px 20px;
  }
  .index-staff .swiper-slide a .text .title {
    font-size: clamp(16px, 4vw, 18px);
    margin-bottom: 20px;
  }
  .index-staff .swiper-slide a .text .year {
    font-size: clamp(13px, 0.84vw, 14px);
    margin-right: 0px;
    width: 100%;
    margin-bottom: 5px;
  }
  .index-staff .swiper-slide a .text .post {
    font-size: clamp(13px, 0.84vw, 14px);
    width: 100%;
  }
  .index-recruit {
    padding-block: 80px;
    background: url(../img/history/message_bg.jpg) no-repeat center right 33%;
  }
  .index-recruit:after {
    background: url(/recruit/img/sp_second_item.png) no-repeat center;
    background-size: cover;
  }
  .index-recruit .headline {
    margin-bottom: 50px;
  }
  .index-recruit .headline .title {
    font-size: clamp(30px, 10vw, 50px);
  }
  .index-recruit .recruit-btn {
    --gutter: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    min-width: 100%;
    max-width: 100%;
  }
  .index-recruit .recruit-btn li {
    width: 100%;
  }
  .index-recruit .recruit-btn li a {
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.6;
    padding: 5px 30px;
    height: auto;
    min-height: 50px;
  }
}
.interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1600px;
  padding-bottom: 100px;
  gap: 30px;
}
.interview-list .interview-card {
  margin-bottom: 30px;
  width: calc((100% - 60px) / 3);
}
.interview-list .interview-card:nth-child(3n+0) a .text {
  background: -webkit-gradient(linear, left top, right top, from(#439bdd), to(#38a4ff));
  background: linear-gradient(90deg, #439bdd, #38a4ff);
}
.interview-list .interview-card:nth-child(3n+1) a .text {
  background: -webkit-gradient(linear, left top, right top, from(#fe9f53), to(#ff9239));
  background: linear-gradient(90deg, #fe9f53, #ff9239);
}
.interview-list .interview-card:nth-child(3n+2) a .text {
  background: -webkit-gradient(linear, left top, right top, from(#74b962), to(#3fb033));
  background: linear-gradient(90deg, #74b962, #3fb033);
}
.interview-list .interview-card a {
  position: relative;
  display: block;
}
.interview-list .interview-card a:hover .img img {
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.interview-list .interview-card a .img {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.interview-list .interview-card a .img:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#393737));
  background: linear-gradient(180deg, transparent, transparent, #393737);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.interview-list .interview-card a .img img {
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
  height: 500px;
}
.interview-list .interview-card a .text {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -30px;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  color: #fff;
  padding: 30px 40px;
  z-index: 1;
}
.interview-list .interview-card a .text .title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 25px;
  width: 100%;
}
.interview-list .interview-card a .text .year {
  font-weight: 600;
  margin-right: 30px;
  line-height: 1;
}
.interview-list .interview-card a .text .post {
  font-weight: 600;
  line-height: 1;
}

.staff-main {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}
.staff-main::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  background: url(../img/interview_item.png) no-repeat;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
}
.staff-main .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin: auto;
  height: 700px;
}
.staff-main .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-main .grid {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50px;
  left: 50px;
  z-index: 1;
  padding: 50px 50px;
  background: #ffffff;
  border-radius: 40px;
  width: 30%;
  min-width: 450px;
}
.staff-main .grid .num {
  margin-bottom: 10px;
  font-weight: 600;
  color: #38a4ff;
  font-size: 12px;
  letter-spacing: 0.25em;
  line-height: 1;
}
.staff-main .grid .profile {
  line-height: 1.6;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.staff-main .grid .role {
  font-size: 14px;
  padding: 5px 10px;
  background: #eee;
  display: inline-block;
  margin-bottom: 15px;
}
.staff-main .grid .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1;
  margin-bottom: 10px;
}
.staff-main .grid .year {
  font-size: 14px;
  color: #888;
}

.staff-box {
  padding: 120px 50px;
  border-bottom: 1px solid #ddd;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  /* Sidebar */
}
.staff-box .sidebar {
  position: sticky;
  top: 50px;
}
.staff-box .sidebar .image {
  width: 100%;
  aspect-ratio: 3/4;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.staff-box .sidebar .image img {
  border-radius: 30px;
}
.staff-box .sidebar .num {
  font-size: 12px;
  letter-spacing: 0.25em;
  margin-bottom: 8px;
  line-height: 1;
}
.staff-box .sidebar .name {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.staff-box .sidebar .role {
  font-size: 14px;
  padding: 5px 10px;
  background: #eee;
  display: inline-block;
  margin-bottom: 20px;
}
.staff-box .sidebar .profile {
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.staff-content .qa-block {
  margin-bottom: 40px;
}
.staff-content .qa-block:last-child {
  margin-bottom: 0;
}
.staff-content .qa-block .question {
  font-size: 24px;
  font-weight: 600;
  color: #38a4ff;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  padding-left: 40px;
  line-height: 1.7;
}
.staff-content .qa-block .question::before {
  position: absolute;
  top: 22px;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  width: 25px;
  height: 2px;
  background: #38a4ff;
}
.staff-content .qa-image {
  margin: 40px 0;
}
.staff-content .qa-image .list {
  gap: 20px;
  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;
}
.staff-content .qa-image .list.-single li {
  width: 100%;
  text-align: center;
}
.staff-content .qa-image .list.-single li img {
  max-width: 100%;
}
.staff-content .qa-image .list.-multiple li {
  width: calc((100% - 20px) / 2);
  text-align: center;
}
.staff-content .qa-image .list.-multiple li img {
  max-width: 100%;
}
.staff-content .qa-image img {
  border-radius: 30px;
  max-height: 533px;
}

.schedule-box {
  padding-left: 100px;
  position: relative;
}
.schedule-box::after {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: 0;
  left: 73px;
  content: "";
  height: 100%;
  width: 1px;
  background: #38a4ff;
  z-index: -1;
}
.schedule-box dl {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.schedule-box dl::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 29px;
  right: auto;
  bottom: auto;
  left: -37px;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #fff;
  border: 3px solid #38a4ff;
  z-index: 1;
}
.schedule-box dl dt {
  width: 130px;
  color: #38a4ff;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  font-style: italic;
}
.schedule-box dl dd {
  width: calc(100% - 130px);
}
.schedule-box dl dd .title {
  font-weight: 600;
  line-height: 1;
  font-size: 24px;
}
.schedule-box dl dd .note {
  margin-top: 8px;
  line-height: 1.6;
}
.schedule-box.-normal::after {
  background: #38a4ff;
}
.schedule-box.-normal dl::after {
  border: 3px solid #38a4ff;
}
.schedule-box.-normal dl dt {
  color: #38a4ff;
}
.schedule-box.-busy::after {
  background: #ff9239;
}
.schedule-box.-busy dl::after {
  border: 3px solid #ff9239;
}
.schedule-box.-busy dl dt {
  color: #ff9239;
}

@media screen and (max-width: 480px) {
  .interview-list {
    max-width: 100%;
    padding-bottom: 80px;
  }
  .interview-list .interview-card {
    width: 100%;
  }
  .interview-list .interview-card a .img img {
    height: 450px;
  }
  .interview-list .interview-card a .text {
    padding: 20px 20px;
  }
  .interview-list .interview-card a .text .title {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .interview-list .interview-card a .text .year {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 5px;
  }
  .interview-list .interview-card a .text .year, .interview-list .interview-card a .text .post {
    font-size: 13px;
  }
  .staff-main {
    min-height: auto;
    margin-top: 70px;
  }
  .staff-main:after {
    display: none;
  }
  .staff-main .image {
    height: auto;
    position: static;
  }
  .staff-main .grid {
    position: static;
    padding: 30px 20px;
    width: calc(100% - 40px);
    min-width: auto;
  }
  .staff-main .grid .profile {
    font-size: 22px;
  }
  .staff-box {
    padding: 0px 15px 60px;
    grid-template-columns: auto;
    gap: 0px;
    width: calc(100% - 30px);
    margin-bottom: 60px;
    display: block;
    /* Sidebar */
  }
  .staff-box .sidebar {
    position: static;
    top: auto;
    margin-bottom: 60px;
    width: 100%;
  }
  .staff-box .sidebar .image img {
    max-width: 100%;
  }
  .staff-content .qa-block {
    margin-bottom: 30px;
  }
  .staff-content .qa-block .question {
    font-size: 20px;
    padding-left: 25px;
    line-height: 1.4;
  }
  .staff-content .qa-block .question::before {
    width: 15px;
    top: 15px;
  }
  .staff-content .qa-image {
    margin: 30px 0;
  }
  .staff-content .qa-image .list {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .staff-content .qa-image .list.-single li img {
    max-width: 100%;
  }
  .staff-content .qa-image .list.-multiple li {
    width: 100%;
  }
  .staff-content .qa-image img {
    max-height: 400px;
  }
  .schedule-box {
    padding-left: 50px;
  }
  .schedule-box::after {
    left: 20px;
  }
  .schedule-box dl {
    padding: 15px 0;
  }
  .schedule-box dl::after {
    top: 12px;
    width: 10px;
    height: 10px;
  }
  .schedule-box dl dt {
    width: 70px;
    font-size: 18px;
  }
  .schedule-box dl dd {
    width: calc(100% - 70px);
  }
  .schedule-box dl dd .title {
    font-size: 18px;
  }
  .schedule-box dl dd .note {
    margin-top: 5px;
    font-size: 14px;
  }
}
.company-message {
  padding: 3% 0 7%;
}
.company-message .article-box {
  margin-bottom: 0;
}
.company-message .message-box {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.company-message .message-box .message-image .image {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
}
.company-message .message-box .message-image .image img {
  width: 100%;
}
.company-message .message-box .message-image .caption {
  margin-top: 25px;
}
.company-message .message-box .message-image .caption .post {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
}
.company-message .message-box .message-image .caption .name {
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 600;
}
.company-message .message-box .message-text {
  border-radius: 30px;
  padding: 60px 45px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.company-message .message-box .message-text .lead {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}
.company-message .message-box .message-text .points {
  display: grid;
  gap: 15px;
  margin: 30px 0;
}
.company-message .message-box .message-text .points .item {
  background: #e3f8ff;
  border-left: 5px solid #38a4ff;
  border-radius: 15px;
  padding: 20px 25px;
}
.company-message .message-box .message-text .points .item:nth-of-type(2) {
  background: #fff3df;
  border-left: 5px solid #ff9239;
}
.company-message .message-box .message-text .points .item:nth-of-type(3) {
  background: #dbf1d1;
  border-left: 5px solid #3fb033;
}
.company-message .message-box .message-text .points p {
  color: #353434;
}
.company-message .message-box .message-text .points p strong {
  display: block;
  font-size: 20px;
  color: #222;
}
.company-message .message-box .message-text .last {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
}
.company-message .message-box .message-text .last p {
  font-weight: 600;
}
.company-message .message-box .message-text .last p strong {
  display: block;
  color: #38a4ff;
  font-size: 30px;
  font-weight: 800;
}

.company-data {
  position: relative;
  padding: 7% 0 7%;
}
.company-data .content-inner {
  max-width: 1600px;
}
.company-data::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#38a4ff), color-stop(33%, #38a4ff), color-stop(33%, #ff9239), color-stop(66%, #ff9239), color-stop(66%, #3fb033), to(#3fb033));
  background: linear-gradient(to right, #38a4ff 0%, #38a4ff 33%, #ff9239 33%, #ff9239 66%, #3fb033 66%, #3fb033 100%);
  content: "";
  width: 100%;
  height: 5px;
}
.company-data .date-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.company-data .date-box .card {
  width: calc(50% - 70px);
  background: #38a4ff;
  color: #ffffff;
  border-radius: 20px;
  padding: 30px;
}
.company-data .date-box .card.-long {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 40px;
}
.company-data .date-box .card.-long .date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company-data .date-box .card.-long .date .value {
  text-align: left;
}
.company-data .date-box .card.-long .image {
  width: 500px;
  margin: 0;
}
.company-data .date-box .card.-long .image img {
  border-radius: 15px;
}
.company-data .date-box .card.-blue {
  background: #e3f8ff;
  color: #38a4ff;
}
.company-data .date-box .card.-orange {
  background: #fff3df;
  color: #ff9239;
}
.company-data .date-box .card.-green {
  background: #dbf1d1;
  color: #3fb033;
}
.company-data .date-box .card .label {
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  font-size: 20px;
  color: #222;
}
.company-data .date-box .card .image {
  width: 120px;
  margin: 0 auto 30px;
}
.company-data .date-box .card .image img {
  vertical-align: top;
  max-width: 100%;
}
.company-data .date-box .card .value {
  text-align: center;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
}
.company-data .date-box .card .value small {
  font-size: 30px;
}
.company-data .date-box .card .value .count {
  display: inline-block;
}
.company-data .date-box .card .note {
  margin-top: 25px;
  color: #222;
}
.company-data .graph-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.company-data .graph-box .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #353434;
  font-weight: 500;
  margin-bottom: 6px;
}
.company-data .graph-box .item .bar-bg {
  height: 10px;
  background: #ddd;
  border-radius: 100px;
  overflow: hidden;
}
.company-data .graph-box .item .bar-bg .bar {
  height: 100%;
  border-radius: 100px;
  width: 0;
  -webkit-transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.company-service {
  background: #e3f8ff;
  padding: 7% 0 7%;
}
.company-service .content-inner {
  max-width: 1600px;
}
.company-service .service-text {
  margin-bottom: 60px;
}
.company-service .service-text span:nth-of-type(1) {
  color: #38a4ff;
  font-weight: 600;
}
.company-service .service-text span:nth-of-type(2) {
  color: #ff9239;
  font-weight: 600;
}
.company-service .service-text span:nth-of-type(3) {
  color: #3fb033;
  font-weight: 600;
}
.company-service .construction-lead {
  margin-bottom: 60px;
  text-align: center;
  color: #0c2442;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.4;
}
.company-service .construction-lead span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #0c2442;
  margin-bottom: 10px;
}
.company-service .construction-lead strong {
  display: inline-block;
  position: relative;
}
.company-service .construction-lead strong:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background: #ffff7a;
  z-index: -1;
  border-radius: 50px;
}
.company-service .construction-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.company-service .construction-list .card {
  position: relative;
  min-height: 180px;
  padding: 35px 25px 30px;
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.company-service .construction-list .card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.company-service .construction-list .card:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  content: "";
  height: 10px;
  background: rgba(79, 116, 146, 0.3);
}
.company-service .construction-list .card.is-main {
  border: 3px solid #38a4ff;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.company-service .construction-list .card.is-main:before {
  background: #38a4ff;
}
.company-service .construction-list .card.is-main:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.company-service .construction-list .card .badge {
  position: absolute;
  top: 20px;
  right: 15px;
  bottom: auto;
  left: auto;
  padding: 5px 15px;
  color: #38a4ff;
  font-size: 14px;
  font-weight: 600;
  background: #e3f8ff;
  border-radius: 50px;
}
.company-service .construction-list .card .number {
  margin-bottom: 30px;
  color: rgba(79, 116, 146, 0.3);
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.company-service .construction-list .card .title {
  margin: 0 0 20px;
  color: #0c2442;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}
.company-service .equipment-block {
  margin-top: 100px;
  padding: 80px 60px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(227, 248, 255, 0.6)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(227, 248, 255, 0.6) 100%);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.company-service .equipment-block .equipment-head {
  text-align: center;
  margin-bottom: 60px;
}
.company-service .equipment-block .equipment-head .en {
  color: #ff9239;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
  line-height: 1;
}
.company-service .equipment-block .equipment-head .title {
  color: #0c2442;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
}
.company-service .equipment-block .equipment-head p {
  font-size: 18px;
}
.company-service .equipment-block .equipment-diagram {
  position: relative;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.company-service .equipment-block .building-core {
  grid-row: 1/4;
  position: relative;
  min-height: 360px;
  padding: 40px 25px;
  background: #0c2442;
  color: #ffffff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
}
.company-service .equipment-block .building-core:before {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: auto;
  left: 0;
  content: "";
  margin: auto;
  width: 100px;
  height: 100px;
  background: url(../img/company/building.png) no-repeat;
}
.company-service .equipment-block .building-core span {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.company-service .equipment-block .building-core strong {
  font-size: 26px;
  font-weight: 800;
}
.company-service .equipment-block .equipment-line {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
}
.company-service .equipment-block .equipment-line:before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -40px;
  content: "";
  width: 40px;
  height: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.company-service .equipment-block .equipment-line .label {
  width: 90px;
  height: 90px;
}
.company-service .equipment-block .equipment-line.-air:before {
  background: #3fb033;
}
.company-service .equipment-block .equipment-line.-air .label {
  background: url(../img/company/air.svg) no-repeat;
}
.company-service .equipment-block .equipment-line.-water:before {
  background: #38a4ff;
}
.company-service .equipment-block .equipment-line.-water .label {
  background: url(../img/company/water.svg) no-repeat;
}
.company-service .equipment-block .equipment-line.-fire:before {
  background: #ff9239;
}
.company-service .equipment-block .equipment-line.-fire .label {
  background: url(../img/company/fire.svg) no-repeat;
}
.company-service .equipment-block .equipment-line .title {
  color: #0c2442;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1;
}
.company-service .renewal-box {
  padding: 40px 50px;
  background: #ffffff;
  border: 3px solid #ff9239;
  border-radius: 30px;
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
}
.company-service .renewal-box .label {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 15px;
  border-radius: 50px;
  background: #fff3df;
  color: #ff9239;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.company-service .renewal-box .title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #0c2442;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.overview-other {
  padding: 7% 0 7%;
}
.overview-other .content-inner {
  max-width: 1600px;
}

.company-data .reveal,
.company-service .reveal {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.company-data .reveal.visible,
.company-service .reveal.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.company-data .reveal.-delay01,
.company-service .reveal.-delay01 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.company-data .reveal.-delay02,
.company-service .reveal.-delay02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.company-data .reveal.-delay03,
.company-service .reveal.-delay03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media screen and (max-width: 480px) {
  .company-message {
    padding: 0 0 70px;
  }
  .company-message .message-box {
    grid-template-columns: none;
    gap: 30px;
  }
  .company-message .message-box .message-image .image {
    width: 80%;
    margin: auto;
    max-width: 300px;
  }
  .company-message .message-box .message-image .caption {
    text-align: center;
    margin-top: 20px;
  }
  .company-message .message-box .message-image .caption .post {
    margin-bottom: 10px;
  }
  .company-message .message-box .message-image .caption .name {
    font-size: 24px;
  }
  .company-message .message-box .message-text {
    padding: 40px 20px;
  }
  .company-message .message-box .message-text .lead {
    margin-bottom: 20px;
    font-size: clamp(20px, 5.5vw, 24px);
    line-height: 1.4;
  }
  .company-message .message-box .message-text .points {
    margin: 20px 0;
  }
  .company-message .message-box .message-text .points .item {
    padding: 15px 15px;
  }
  .company-message .message-box .message-text .points p {
    font-size: 14px;
  }
  .company-message .message-box .message-text .points p strong {
    font-size: 16px;
  }
  .company-message .message-box .message-text .last {
    margin-top: 30px;
    font-size: 16px;
  }
  .company-message .message-box .message-text .last p strong {
    font-size: clamp(20px, 5.5vw, 24px);
  }
  .company-data {
    padding: 70px 0;
  }
  .company-data .content-inner {
    max-width: calc(100% - 30px);
  }
  .company-data .date-box .card {
    width: 100%;
    padding: 30px 20px;
  }
  .company-data .date-box .card.-long {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .company-data .date-box .card.-long .image {
    width: 100%;
  }
  .company-data .date-box .card .label {
    font-size: 17px;
    line-height: 1.4;
  }
  .company-data .date-box .card .image {
    width: 80px;
    margin: 0 auto 20px;
  }
  .company-data .date-box .card .value {
    font-size: 54px;
  }
  .company-data .date-box .card .value small {
    font-size: 26px;
  }
  .company-data .graph-box {
    margin-bottom: 0px;
  }
  .company-service {
    padding: 70px 0;
  }
  .company-service .content-inner {
    max-width: calc(100% - 30px);
  }
  .company-service .service-text {
    margin-bottom: 40px;
  }
  .company-service .construction-lead {
    margin-bottom: 40px;
    font-size: clamp(26px, 8vw, 34px);
  }
  .company-service .construction-list {
    grid-template-columns: none;
    gap: 20px;
  }
  .company-service .construction-list .card {
    padding: 25px 15px 20px;
    min-height: auto;
  }
  .company-service .construction-list .card.is-main {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .company-service .construction-list .card.is-main:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .company-service .construction-list .card .badge {
    right: 10px;
    font-size: 12px;
    padding: 2px 10px;
  }
  .company-service .construction-list .card .number {
    margin-bottom: 20px;
    font-size: 34px;
  }
  .company-service .construction-list .card .title {
    margin: 0 0 15px;
    font-size: 24px;
  }
  .company-service .equipment-block {
    margin-top: 40px;
    padding: 80px 15px 0;
  }
  .company-service .equipment-block .equipment-head {
    margin-bottom: 30px;
  }
  .company-service .equipment-block .equipment-head .en {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .company-service .equipment-block .equipment-head .title {
    font-size: clamp(26px, 6vw, 30px);
    line-height: 1.4;
  }
  .company-service .equipment-block .equipment-head p {
    font-size: 16px;
  }
  .company-service .equipment-block .equipment-diagram {
    grid-template-columns: none;
    gap: 20px;
    margin-bottom: 40px;
  }
  .company-service .equipment-block .building-core {
    grid-row: auto;
    min-height: auto;
    padding: 95px 25px 20px;
  }
  .company-service .equipment-block .building-core:before {
    top: 25px;
    width: 60px;
    height: 60px;
    background-size: cover;
  }
  .company-service .equipment-block .building-core span {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .company-service .equipment-block .building-core strong {
    font-size: 20px;
  }
  .company-service .equipment-block .equipment-line {
    grid-template-columns: none;
    padding: 20px 20px;
  }
  .company-service .equipment-block .equipment-line:before {
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 4px;
    height: 40px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: -1;
  }
  .company-service .equipment-block .equipment-line .label {
    width: 60px;
    height: 60px;
    margin: auto;
  }
  .company-service .equipment-block .equipment-line .title {
    font-size: 24px;
    text-align: center;
  }
  .company-service .renewal-box {
    padding: 20px 20px;
  }
  .company-service .renewal-box .label {
    padding: 2px 10px;
    font-size: 10px;
  }
  .company-service .renewal-box .title {
    font-size: 24px;
  }
  .overview-other {
    padding: 70px 0;
  }
  .overview-other .content-inner {
    max-width: calc(100% - 30px);
  }
  .overview-other .table-list th {
    width: 25%;
  }
}
.overview-top {
  padding: 3% 0 7%;
}
.overview-top .content-inner {
  max-width: 1600px;
}
.overview-top .article-box {
  margin-bottom: 60px;
}
.overview-top .overview-box {
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.overview-top .overview-box .text h2 {
  margin-bottom: 35px;
  font-size: clamp(50px, 3.5vw, 60px);
  line-height: 1.4;
  font-weight: 800;
}
.overview-top .overview-box .text p {
  position: relative;
  padding-left: 35px;
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
}
.overview-top .overview-box .text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: calc(100% - 16px);
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, left bottom, from(#38a4ff), color-stop(33%, #38a4ff), color-stop(33%, #ff9239), color-stop(66%, #ff9239), color-stop(66%, #3fb033), to(#3fb033));
  background: linear-gradient(#38a4ff 0%, #38a4ff 33%, #ff9239 33%, #ff9239 66%, #3fb033 66%, #3fb033 100%);
}
.overview-top .overview-box .image {
  position: relative;
  height: 430px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
}
.overview-top .overview-box .image::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  z-index: 2;
  pointer-events: none;
}
.overview-top .overview-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.overview-top .field-box {
  padding: 60px 40px 40px;
  border-radius: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.overview-top .field-box .text {
  margin-bottom: 30px;
  text-align: center;
}
.overview-top .field-box .text h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1;
}
.overview-top .field-box .text p {
  font-size: 18px;
  font-weight: 600;
}
.overview-top .card-box {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.overview-top .card-box .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
}
.overview-top .card-box .card {
  border-radius: 20px;
  padding: 40px 30px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.overview-top .card-box .card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
}
.overview-top .card-box .card.-air {
  background: linear-gradient(135deg, #3fb033, #3fb033, #a9e1a4);
}
.overview-top .card-box .card.-air .icon {
  background: url(../img/overview/air.svg) no-repeat;
  background-size: cover;
}
.overview-top .card-box .card.-water {
  background: linear-gradient(135deg, #38a4ff, #38a4ff, #84d4f2);
}
.overview-top .card-box .card.-water .icon {
  background: url(../img/overview/water.svg) no-repeat;
  background-size: cover;
}
.overview-top .card-box .card.-fire {
  background: linear-gradient(135deg, #ff9239, #ff9239, #ffdca0);
}
.overview-top .card-box .card.-fire .icon {
  background: url(../img/overview/fire.svg) no-repeat;
  background-size: cover;
}
.overview-top .card-box .card .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}

.feature-box {
  background: #e3f8ff;
  padding: 7% 0 7%;
}
.feature-box .content-inner {
  max-width: 1600px;
}
.feature-box .feature-content {
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42%;
}
.feature-box .feature-content .text {
  padding: 50px;
}
.feature-box .feature-content .text .visual {
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
}
.feature-box .feature-content .text .visual::before {
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  width: 6px;
  height: 100%;
  border-radius: 50px;
  background: #38a4ff;
}
.feature-box .feature-content .text .visual .label {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 15px;
  border-radius: 50px;
  background: #e3f8ff;
  color: #38a4ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.feature-box .feature-content .text .visual .title {
  margin-bottom: 20px;
  color: #0c2442;
  font-size: clamp(50px, 3vw, 55px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.feature-box .feature-content .text .visual p {
  font-size: 18px;
  color: #0c2442;
  font-weight: 600;
}
.feature-box .feature-content .text .lead {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 600;
}
.feature-box .feature-content .image {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  border-radius: 0 30px 30px 0;
}
.feature-box .feature-content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.feature-box.-air {
  background: #dbf1d1;
}
.feature-box.-air .feature-content .text .visual::before {
  background: #3fb033;
}
.feature-box.-air .feature-content .text .visual .label {
  background: #dbf1d1;
  color: #3fb033;
}
.feature-box.-air .feature-content .point-list li::before {
  background: #3fb033;
}
.feature-box.-fire {
  background: #fff3df;
}
.feature-box.-fire .feature-content .text .visual::before {
  background: #ff9239;
}
.feature-box.-fire .feature-content .text .visual .label {
  background: #fff3df;
  color: #ff9239;
}
.feature-box.-fire .feature-content .point-list li::before {
  background: #ff9239;
}
.feature-box .point-list {
  display: grid;
  gap: 15px;
  margin-top: 20px;
}
.feature-box .point-list li {
  padding: 20px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 15px 15px 15px 40px;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
}
.feature-box .point-list li::before {
  position: absolute;
  top: 23px;
  right: auto;
  bottom: auto;
  left: 15px;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #38a4ff;
}
.feature-box .point-list li strong {
  display: block;
  color: #0c2442;
  font-size: 16px;
}

.overview-management {
  background: url(../img/overview/management_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 7% 0 7%;
}
.overview-management .content-inner {
  max-width: 1600px;
}
.overview-management h2 {
  text-align: center;
  font-size: clamp(50px, 3.5vw, 60px);
  font-weight: 800;
  margin-bottom: 50px;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(34, 34, 34, 0.4);
}
.overview-management .text {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(34, 34, 34, 0.4);
  font-weight: 600;
}
.overview-management .management-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.overview-management .management-list li {
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 40px 25px;
  border-radius: 20px;
  text-align: center;
}
.overview-management .management-list li .label {
  line-height: 1;
  color: #38a4ff;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.overview-management .management-list li .name {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}
.overview-management .management-list li p {
  color: #353434;
  line-height: 1.7;
}
.overview-management .management-list li:nth-child(1) .label {
  color: #38a4ff;
}
.overview-management .management-list li:nth-child(2) .label {
  color: #ff9239;
}
.overview-management .management-list li:nth-child(3) .label {
  color: #3fb033;
}

.overview-message {
  background: url(../img/overview/card_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 7% 0 7%;
}
.overview-message::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  content: "";
  background: url(../img/second_item.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
}
.overview-message h2 {
  text-align: center;
  font-size: clamp(50px, 3.5vw, 60px);
  font-weight: 800;
  line-height: 1.7;
  margin-bottom: 50px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
.overview-message h2 span:nth-of-type(1) {
  color: #38a4ff;
}
.overview-message h2 span:nth-of-type(2) {
  color: #ff9239;
}
.overview-message h2 span:nth-of-type(3) {
  color: #3fb033;
}
.overview-message p {
  text-align: center;
  font-size: clamp(18px, 1.7vw, 24px);
  margin-bottom: 50px;
  font-weight: 600;
  line-height: 1.7;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
.overview-message .btn {
  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;
}
.overview-message .btn a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #38a4ff;
  color: #ffffff;
  padding: 25px 80px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 20px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.overview-message .btn a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: #3fb033;
}

@media screen and (max-width: 480px) {
  .overview-top {
    padding: 0px 0 70px;
  }
  .overview-top .content-inner {
    max-width: calc(100% - 30px);
  }
  .overview-top .overview-box {
    grid-template-columns: none;
    gap: 30px;
    margin-bottom: 40px;
  }
  .overview-top .overview-box .text h2 {
    font-size: clamp(30px, 8vw, 40px);
  }
  .overview-top .overview-box .text p {
    padding-left: 25px;
    font-size: 18px;
  }
  .overview-top .overview-box .image {
    height: 240px;
    border-radius: 20px;
  }
  .overview-top .overview-box .image::before {
    inset: 12px;
    border-radius: 14px;
  }
  .overview-top .field-box {
    padding: 40px 20px 30px;
  }
  .overview-top .field-box .text {
    margin-bottom: 30px;
    text-align: center;
  }
  .overview-top .field-box .text h2 {
    font-size: 26px;
    line-height: 1.4;
  }
  .overview-top .field-box .text p {
    font-size: 16px;
  }
  .overview-top .card-box {
    margin-top: 30px;
    grid-template-columns: none;
    gap: 10px;
  }
  .overview-top .card-box .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
  }
  .overview-top .card-box .card {
    padding: 20px;
  }
  .overview-top .card-box .card .title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1;
  }
  .feature-box {
    padding: 70px 0;
  }
  .feature-box .content-inner {
    max-width: calc(100% - 30px);
  }
  .feature-box .feature-content {
    grid-template-columns: none;
  }
  .feature-box .feature-content .text {
    padding: 30px 20px;
  }
  .feature-box .feature-content .text .visual {
    padding-left: 20px;
  }
  .feature-box .feature-content .text .visual .label {
    font-size: 10px;
  }
  .feature-box .feature-content .text .visual .title {
    font-size: clamp(30px, 8vw, 36px);
  }
  .feature-box .feature-content .text .visual p {
    font-size: 16px;
  }
  .feature-box .feature-content .text .lead {
    font-size: 20px;
  }
  .feature-box .feature-content .image {
    min-height: auto;
    border-radius: 0 0 30px 30px;
  }
  .feature-box.-air {
    background: #dbf1d1;
  }
  .feature-box.-air .feature-content .text .visual::before {
    background: #3fb033;
  }
  .feature-box.-air .feature-content .text .visual .label {
    background: #dbf1d1;
    color: #3fb033;
  }
  .feature-box.-air .feature-content .point-list li::before {
    background: #3fb033;
  }
  .feature-box.-fire {
    background: #fff3df;
  }
  .feature-box.-fire .feature-content .text .visual::before {
    background: #ff9239;
  }
  .feature-box.-fire .feature-content .text .visual .label {
    background: #fff3df;
    color: #ff9239;
  }
  .feature-box.-fire .feature-content .point-list li::before {
    background: #ff9239;
  }
  .feature-box .point-list li {
    padding: 15px 15px 15px 30px;
  }
  .feature-box .point-list li::before {
    left: 9px;
  }
  .overview-management {
    padding: 70px 0;
  }
  .overview-management .content-inner {
    max-width: calc(100% - 30px);
  }
  .overview-management h2 {
    font-size: clamp(30px, 8vw, 36px);
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .overview-management .text {
    font-size: 16px;
  }
  .overview-management .management-list {
    grid-template-columns: none;
    margin-top: 40px;
  }
  .overview-management .management-list li {
    padding: 30px 20px;
  }
  .overview-management .management-list li .name {
    font-size: 24px;
  }
  .overview-message {
    padding: 70px 0;
  }
  .overview-message::after {
    background: url(../img/sp_second_item.png) no-repeat center;
    background-size: cover;
  }
  .overview-message h2 {
    font-size: clamp(30px, 7.5vw, 36px);
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .overview-message p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .overview-message p br {
    display: none;
  }
  .overview-message .btn {
    margin-top: 30px;
  }
  .overview-message .btn a {
    font-size: 14px;
    line-height: 1.3;
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
}
.history-top {
  padding: 3% 0 7%;
}
.history-top .content-inner {
  max-width: 1600px;
}
.history-top .image img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 30px;
}
.history-top .text {
  margin: 0 auto 40px;
  padding: 0 20px;
  text-align: center;
}
.history-top .text p {
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 600;
  line-height: 2;
}
.history-top .chips-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.history-top .chips-box .chip {
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #888;
  color: #ffffff;
}

.history-box {
  position: relative;
  padding: 7% 0 7%;
}
.history-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#38a4ff), color-stop(33%, #38a4ff), color-stop(33%, #ff9239), color-stop(66%, #ff9239), color-stop(66%, #3fb033), to(#3fb033));
  background: linear-gradient(to right, #38a4ff 0%, #38a4ff 33%, #ff9239 33%, #ff9239 66%, #3fb033 66%, #3fb033 100%);
  content: "";
  width: 100%;
  height: 5px;
}
.history-box .content-inner {
  max-width: 1600px;
}
.history-box {
  /* 中央ライン */
}
.history-box::before {
  position: absolute;
  top: 90px;
  right: auto;
  bottom: 90px;
  left: auto;
  content: "";
  left: 50%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(4%, #ddd), color-stop(96%, #ddd), to(transparent));
  background: linear-gradient(to bottom, transparent, #ddd 4%, #ddd 96%, transparent);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.history-box {
  /* 各時代 */
}
.history-box .era {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
  min-height: 300px;
}
.history-box .era:last-child {
  margin-bottom: 0;
}
.history-box .era {
  /* 年号側 */
}
.history-box .era .left {
  text-align: right;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.history-box .era .left .image {
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
}
.history-box .era .left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.history-box .era .left .year {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: rgba(255, 255, 255, 0.8);
}
.history-box .era .left .year p {
  font-size: 75px;
  line-height: 1;
  font-weight: 900;
  width: 100%;
}
.history-box .era .left .year span {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  width: 100%;
}
.history-box .era:nth-child(even) .left {
  text-align: left;
}
.history-box .era:nth-child(even) .left .year {
  right: 0px;
  left: 30px;
}
.history-box .era .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.history-box .era {
  /* 中央ドット */
}
.history-box .era .spine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.history-box .era .spine .dot {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  margin-top: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 5px solid currentColor;
  -webkit-box-shadow: 0 0 0 8px #ffffff;
          box-shadow: 0 0 0 8px #ffffff;
}
.history-box .era {
  /* 色分け */
}
.history-box .era.-blue {
  color: #38a4ff;
}
.history-box .era.-blue .card {
  background: linear-gradient(135deg, #e3f8ff, #ffffff 50%);
}
.history-box .era.-orange {
  color: #ff9239;
}
.history-box .era.-orange .card {
  background: linear-gradient(135deg, #fff3df, #ffffff 50%);
}
.history-box .era.-green {
  color: #3fb033;
}
.history-box .era.-green .card {
  background: linear-gradient(135deg, #dbf1d1, #ffffff 50%);
}
.history-box .era.-gold {
  color: #c8922a;
}
.history-box .era.-gold .card {
  background: linear-gradient(135deg, #fff6dc, #ffffff 50%);
}
.history-box {
  /* カード */
}
.history-box .card {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.history-box .card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.history-box .card::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  width: 8px;
  background: currentColor;
}
.history-box .card .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}
.history-box .card .num {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: currentColor;
}
.history-box .card .title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 900;
  color: #222;
}
.history-box .card .note {
  padding: 0 20px 30px 30px;
}
.history-box .card .note p {
  line-height: 1.7;
  color: #222;
}
.history-box .card .note p + p {
  margin-top: 10px;
}
.history-box {
  /* 数値ラベル */
}
.history-box .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.history-box .stat .point {
  min-width: 100px;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid currentColor;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  color: currentColor;
}
.history-box .stat .point span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #888;
}

.history-message {
  background: url(../img/history/message_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 7% 0;
}
.history-message::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: auto;
  content: "";
  background: url(../img/second_item.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.history-message .year {
  font-size: 75px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  text-shadow: 0 0 20px rgba(34, 34, 34, 0.4);
}
.history-message .label {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  text-shadow: 0 0 20px rgba(34, 34, 34, 0.4);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.22em;
}
.history-message h2 {
  text-align: center;
  font-size: clamp(66px, 5.25vw, 80px);
  font-weight: 800;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(34, 34, 34, 0.4);
}
.history-message h2 span:nth-of-type(1) {
  color: #38a4ff;
}
.history-message h2 span:nth-of-type(2) {
  color: #ff9239;
}
.history-message h2 span:nth-of-type(3) {
  color: #3fb033;
}
.history-message p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(34, 34, 34, 0.4);
}
.history-message .btn {
  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;
}
.history-message .btn a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #ffffff;
  color: #222;
  padding: 25px 80px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 20px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.history-message .btn a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: #38a4ff;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .history-top {
    padding: 0 0 70px;
  }
  .history-top .content-inner {
    max-width: calc(100% - 30px);
  }
  .history-top .image img {
    border-radius: 10px;
  }
  .history-top .text {
    padding: 0 0px;
  }
  .history-top .text p {
    font-size: 18px;
  }
  .history-top .chips-box {
    gap: 10px;
  }
  .history-top .chips-box .chip {
    padding: 1px 10px;
    font-size: 14px;
  }
  .history-box {
    padding: 70px 0;
  }
  .history-box .content-inner {
    max-width: calc(100% - 30px);
  }
  .history-box {
    /* 各時代 */
  }
  .history-box .era {
    grid-template-columns: none;
    gap: 20px;
    margin-bottom: 40px;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .history-box .era:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .history-box .era {
    /* 年号側 */
  }
  .history-box .era .left .year p {
    font-size: 70px;
  }
  .history-box .era {
    /* 中央ドット */
  }
  .history-box .era .spine {
    display: none;
  }
  .history-box {
    /* カード */
  }
  .history-box .card .head {
    padding: 15px 15px 15px 20px;
  }
  .history-box .card .num {
    font-size: 12px;
  }
  .history-box .card .title {
    font-size: 24px;
  }
  .history-box .card .note {
    padding: 0 15px 20px 20px;
  }
  .history-box {
    /* 数値ラベル */
  }
  .history-box .stat {
    margin-top: 15px;
  }
  .history-box .stat .point {
    min-width: auto;
    padding: 10px 10px;
    font-size: 16px;
  }
  .history-box .stat .point span {
    font-size: 14px;
  }
  .history-message {
    padding: 70px 0;
  }
  .history-message::after {
    background: url(../img/sp_second_item.png) no-repeat center;
    background-size: cover;
  }
  .history-message .year {
    font-size: 70px;
    margin-bottom: 10px;
  }
  .history-message .label {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .history-message h2 {
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .history-message p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .history-message .btn a {
    font-size: 14px;
    line-height: 1.3;
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
}
.effort-box {
  padding: 3% 0 7%;
}
.effort-box .content-inner {
  max-width: 1600px;
}
.effort-box .headline {
  margin-top: 7%;
}
.effort-box .headline:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .effort-box .content-inner {
    max-width: calc(100% - 30px);
  }
  .effort-box .headline {
    margin-top: 50px;
  }
  .effort-box .headline:first-of-type {
    margin-top: 0;
  }
}
._fs-xs {
  font-size: 11px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._pt0 {
  padding-top: 0;
}

._w5 {
  width: 5%;
}

._w10 {
  width: 10%;
}

._w20 {
  width: 20%;
}

._w30 {
  width: 30%;
}

._w40 {
  width: 40%;
}

._w50 {
  width: 50%;
}

._w60 {
  width: 60%;
}

._w70 {
  width: 70%;
}

._w80 {
  width: 80%;
}

._w90 {
  width: 90%;
}

._w95 {
  width: 95%;
}

._w100 {
  width: 100%;
}

.f_red {
  color: #ca3746;
}

.f_green {
  color: #3fb033;
}

.f_blue {
  color: #38a4ff;
}

.f_yellow {
  color: #ff9239;
}

@media screen and (max-width: 480px) {
  ._fs-md {
    font-size: 16px;
  }
  ._fs-lg {
    font-size: 21px;
  }
  ._fs-xl {
    font-size: 26px;
  }
  ._mr-sm {
    margin-right: 2%;
  }
}