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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  color: #333;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: rgb(76.5, 76.5, 76.5);
}

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

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

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

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

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

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

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

@media print {
  body, .wrap {
    zoom: 0.88;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px !important;
    min-width: 100%;
    overflow: hidden;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
  }
  input[type=button], input[type=submit] {
    -webkit-appearance: none;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}
.header-block {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  height: 100px;
  z-index: 2;
}

.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 40px;
  min-width: 1240px;
  height: 100%;
}
.header-inner .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.header-inner .logo-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  max-width: 400px;
}
.header-inner .logo-box a img {
  vertical-align: top;
  min-width: 250px;
  width: 100%;
}

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

.search-box {
  position: absolute;
  top: -59px;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0;
}
.search-box:after {
  position: absolute;
  top: 7px;
  right: 13px;
  bottom: auto;
  left: auto;
  content: "search";
  font-family: "Material Symbols Rounded";
  font-size: 24px;
  font-weight: 400;
  color: #1d7eb6;
  line-height: 1;
  z-index: 1;
}
.search-box.-active {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 1;
}
.search-box.-active .text {
  pointer-events: all;
}
.search-box.-sub {
  top: 120px;
}
.search-box .text {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: none;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #555;
  font-family: inherit;
  font-size: 13px;
  padding: 10px 38px 10px 15px;
  position: relative;
  pointer-events: none;
  width: 230px;
}

.header-ham {
  display: none;
}

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

@media screen and (max-width: 480px) {
  .header-block {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 10002;
    background: #fff;
  }
  .header-inner {
    padding: 0;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .header-inner .logo-box {
    margin-right: 0px;
  }
  .header-inner .logo-box a {
    padding-left: 10px;
    width: 100%;
    height: auto;
    max-width: 300px;
  }
  .header-inner .logo-box a img {
    height: 24px;
    min-width: 150px;
  }
  .header-btn {
    display: none;
  }
  .header-ham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 0;
    z-index: 9999;
  }
  .header-ham.navOpen .ham-btn {
    z-index: 10000 !important;
  }
  .header-ham.navOpen .ham-btn .line {
    background: none;
  }
  .header-ham.navOpen .ham-btn .line:before {
    -webkit-transform: translateY(-2px) translateX(0) rotate(-225deg);
            transform: translateY(-2px) translateX(0) rotate(-225deg);
  }
  .header-ham.navOpen .ham-btn .line:after {
    -webkit-transform: translateY(-2px) translateX(0) rotate(225deg);
            transform: translateY(-2px) translateX(0) rotate(225deg);
  }
  .header-ham .ham-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70px;
    height: 70px;
    padding: 20px;
    cursor: pointer;
  }
  .header-ham .ham-btn .line {
    display: block;
    background: #393737;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 2px;
    width: 100%;
  }
  .header-ham .ham-btn .line:before, .header-ham .ham-btn .line:after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    background: #393737;
    border-radius: 10px;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-ham .ham-btn .line:before {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .header-ham .ham-btn .line:after {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .ham-block {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    pointer-events: none;
    background: #fff;
    position: fixed;
    top: 70px;
    right: 0;
    opacity: 0;
    z-index: 9999;
    width: 100%;
    height: calc(100vh - 70px);
  }
  .ham-block.-active {
    display: block;
    opacity: 1;
    pointer-events: all;
    height: 100vh;
    z-index: 10001;
    overflow-y: scroll;
  }
  .ham-block .ham-inner {
    padding: 0 0 150px;
    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-list02 {
      @include flex(wrap);
      justify-content: space-between;
      width: 100%;
      padding: 0 20px;
      margin: 0 auto;
      li {
        width: calc(100% / 2 - 5px);
        margin-bottom: 10px;
        a {
          @include flex;
          align-items: center;
          font-size: 12px;
          font-weight: 700;
          color: #fff;
          justify-content: center;
          padding: 10px 0px 10px 0px;
          position: relative;
          background: $g_color_1;
          border-bottom: 1px solid $g_border_color;
          &:hover {
            opacity: 0.9;
          }
          &:before {
            @include abs_position($left: 10px);
            @include icon($size: 16px);
          }
        }
        &:nth-child(1) {
          a {
            background: $g_color_5;
            &:before {
              @include icon(shield_with_heart);
            }
          }
        }
        &:nth-child(2) {
          a {
            background: $g_color_9;
            padding-left: 15px;
            &:before {
              @include icon(hub);
            }
          }
        }
        &:nth-child(3) {
          a {
            background: $g_color_dark2;
            &:before {
              @include icon(location_on);
            }
          }
        }
        &:nth-child(4) {
          a {
            &:before {
              @include icon(mail);
            }
          }
        }
      }
    }
    */
  }
  .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%;
    padding: 0 20px;
    margin: 20px auto;
  }
  .ham-block .ham-menu li .ham-list li {
    width: calc(50% - 5px);
  }
  .ham-block .ham-menu li .ham-list li:not(:nth-last-child(-n+2)) {
    margin-bottom: 10px;
  }
  .ham-block .ham-menu li .ham-list li a {
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    position: relative;
  }
  .ham-block .ham-menu li .ham-list li a:hover {
    opacity: 0.8;
  }
  .ham-block .ham-menu li .ham-list li.access a {
    background: -webkit-gradient(linear, left top, right top, from(#1d7eb6), to(#c6a5cb));
    background: linear-gradient(90deg, #1d7eb6, #c6a5cb);
  }
  .ham-block .ham-menu li .ham-list li.mail a {
    background: -webkit-gradient(linear, left top, right top, from(#ff1548), to(#fea995));
    background: linear-gradient(90deg, #ff1548, #fea995);
  }
  .ham-block .ham-menu li .ham-list li.schedule a {
    background: -webkit-gradient(linear, left top, right top, from(#41a87b), to(#d0c84e));
    background: linear-gradient(90deg, #41a87b, #d0c84e);
  }
  .ham-block .ham-menu li .ham-list li.closed a {
    background: -webkit-gradient(linear, left top, right top, from(#1d7eb6), to(#d6e8f2));
    background: linear-gradient(90deg, #1d7eb6, #d6e8f2);
  }
  .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: #333;
  }
  .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: #f2f9fe;
    color: #1d7eb6;
  }
  .ham-block .ham-menu li .ham-list01 li a:before {
    position: absolute;
    top: 50%;
    right: 5px;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    content: "Chevron_Right";
    font-family: "Material Symbols Rounded";
    font-size: initial;
    font-weight: 400;
    color: #1d7eb6;
    font-size: 30px;
  }
  .ham-block .ham-menu li .ham-list03 {
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ham-block .ham-menu li .ham-list03 li {
    width: 100%;
  }
  .ham-block .ham-menu li .ham-list03 li a {
    display: block;
    font-size: 14px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    color: #333;
    position: relative;
  }
  .ham-block .ham-menu li .ham-list03 li a:hover {
    text-decoration: none;
  }
  .ham-block .ham-menu li .ham-list03 li a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    content: "";
    border-bottom: 1px solid #aaa;
    z-index: -1;
  }
  .ham-block .ham-menu li .ham-list03 li a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    content: "expand_circle_right";
    font-family: "Material Symbols Rounded";
    font-size: initial;
    font-weight: 400;
    font-size: 21px;
    font-weight: 400;
    color: #393737;
  }
  .ham-block .ham-menu li.ham-search {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .ham-block .ham-menu .search {
    position: relative;
  }
  .ham-block .ham-menu .search:after {
    position: absolute;
    top: 7px;
    right: 13px;
    bottom: auto;
    left: auto;
    content: "search";
    font-family: "Material Symbols Rounded";
    font-size: 24px;
    font-weight: 400;
    color: #1d7eb6;
    line-height: 1;
    z-index: 1;
  }
  .ham-block .ham-menu .search .text {
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    border: none;
    border-radius: 50px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #555;
    border: solid 1px #1d7eb6;
    font-family: inherit;
    font-size: 13px;
    padding: 10px 38px 10px 15px;
    width: 100%;
  }
  .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: #333;
    cursor: pointer;
    border-radius: 50px;
  }
}
.main-block {
  position: relative;
}
.main-block.-sub {
  background: url(/img/common/item/bg_rainbow_sub_top.png) no-repeat 0 0, url(/img/common/item/bg_rainbow_l.png) no-repeat left -100px bottom -60vh;
  padding: 0 20px;
}

@media screen and (max-width: 480px) {
  .main-block.-sub {
    padding: 0 10px;
  }
}
.nav-btn li a {
  border-radius: 50%;
  color: #fff;
  width: 48px;
  height: 48px;
}

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

.nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

.nav-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;
  width: 100%;
}
.nav-list > .logo {
  display: none;
  margin-right: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 30px;
  width: 100%;
}
.nav-list > .logo a img {
  min-width: 250px;
  width: 300px;
}
.nav-list > .item {
  position: relative;
}
.nav-list > .item:not(:last-child) {
  margin-right: clamp(15px, 1.5vw, 30px);
}
.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-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: clamp(12px, 1vw, 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: #1d7eb6;
}
.nav-list > .item > a:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -7px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1d7eb6), to(#c6a5cb));
  background: linear-gradient(90deg, #1d7eb6, #c6a5cb);
  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;
}

.nav-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;
  margin-left: 30px;
  gap: 20px;
}
.nav-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-btn li a:hover {
  opacity: 0.8;
}
.nav-btn .access a {
  background: -webkit-gradient(linear, left top, right top, from(#1d7eb6), to(#c6a5cb));
  background: linear-gradient(90deg, #1d7eb6, #c6a5cb);
}
.nav-btn .access a:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "location_on";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  font-size: 26px;
}
.nav-btn .mail a {
  background: -webkit-gradient(linear, left top, right top, from(#ff1548), to(#fea995));
  background: linear-gradient(90deg, #ff1548, #fea995);
}
.nav-btn .mail a:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "phone";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  font-size: 26px;
}
.nav-btn .search a {
  background: -webkit-gradient(linear, left top, right top, from(#1d7eb6), to(#d6e8f2));
  background: linear-gradient(90deg, #1d7eb6, #d6e8f2);
  cursor: pointer;
}
.nav-btn .search a:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "search";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  font-size: 26px;
}

.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: #393737;
  border-radius: 50px 50px 0 0;
  position: relative;
  z-index: 1;
}

.footer-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 10px 30px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1600px;
}
.footer-inner .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 50px;
}
.footer-inner .footer-link .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 14.2857142857%;
}
.footer-inner .footer-link .category.-dep {
  width: 28.5714285714%;
}
.footer-inner .footer-link .category.-dep ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
  width: 100%;
}
.footer-inner .footer-link .category.-dep ul li {
  width: calc(50% - 20px);
}
.footer-inner .footer-link .category.-dep ul li:nth-child(2n+1) {
  width: 50%;
}
.footer-inner .footer-link .category ul.comb.-parent {
  width: 10%;
}
.footer-inner .footer-link .category ul.comb.-child {
  margin-right: auto;
}
.footer-inner .footer-link .category ul.comb .item:first-child {
  margin-top: 50px;
}
.footer-inner .footer-link .category ul.comb .item:first-child.-toplevel {
  margin-top: auto;
}
.footer-inner .footer-link .category ul li {
  width: 100%;
}
.footer-inner .footer-link .category ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
.footer-inner .footer-link .category ul li a:hover {
  color: #aaa;
}
.footer-inner .footer-link .category ul li.item.-toplevel {
  margin-bottom: 30px;
}
.footer-inner .footer-link .category ul li.item.-toplevel:not(:first-child) {
  margin-top: 50px;
}
.footer-inner .footer-link .category ul li.item.-toplevel a {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 16px;
  font-weight: 700;
}
.footer-inner .footer-link .category ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-inner .footer-link .category .toplevel {
  margin-bottom: 30px;
  width: 100%;
}
.footer-inner .footer-link .category .toplevel a {
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 16px;
  font-weight: 700;
}
.footer-inner .copy {
  color: #fff;
  font-size: 13px;
  font-family: "Marcellus";
  text-align: center;
  letter-spacing: 1px;
}

#page-top {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: fixed;
  z-index: 1001;
}
#page-top a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#page-top .backtotop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #393737;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(57, 55, 55, 0.4);
          box-shadow: 0 0 20px rgba(57, 55, 55, 0.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
}
#page-top .backtotop:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "stat_1";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #fff;
  font-size: 48px;
  line-height: 1;
}

#page-top .backtotop:hover {
  background: rgb(101.0465116279, 96.4534883721, 96.4534883721) url(../img_n/common/icon/arrow.svg) no-repeat 50% 45%/12px;
}

@media screen and (max-width: 480px) {
  .footer-block {
    border-radius: 0;
  }
  .footer-inner {
    padding: 15px 10px 15px;
    min-width: 100%;
    max-width: 100%;
  }
  .footer-inner .footer-link {
    display: none;
  }
  .footer-inner .copy {
    font-size: 10px;
  }
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  #page-top .backtotop {
    width: 50px;
    height: 50px;
  }
  #page-top .backtotop:before {
    top: 1px;
    left: 1px;
  }
}
.article-box {
  margin: 0 auto 130px;
  max-width: 1600px;
}
.article-box > p:not([class]):first-child {
  margin-top: 60px;
}
.article-box > .btnlist-03:first-child {
  margin-top: 60px;
}
.article-box a:hover {
  opacity: 1;
}
.article-box p:not([class]) {
  min-height: 1rem;
}
.article-box p a:not([class]) {
  color: #393737;
  text-decoration: underline;
}
.article-box p a:not([class]):hover {
  text-decoration: none;
}
.article-box > ul:not([class]) li a,
.article-box > ul.flex-list li a,
.article-box > ol li a,
.article-box table ul:not([class]) li a,
.article-box table ol li a {
  text-decoration: underline;
}
.article-box > ul:not([class]) li a:hover,
.article-box > ul.flex-list li a:hover,
.article-box > ol li a:hover,
.article-box table ol li a:hover {
  text-decoration: none;
}
.article-box .radius {
  border-radius: 30px;
}
.article-box .mark {
  border-bottom: 1px solid #e71220;
}
.article-box .left {
  text-align: left;
}
.article-box .right {
  text-align: right;
}
.article-box .center {
  text-align: center;
}
.article-box .mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
}
.article-box > .summary {
  font-size: 16px;
  text-align: center;
}
.article-box h1 + .summary {
  text-align: left;
  padding-top: 0px;
}

@media screen and (max-width: 480px) {
  .article-box p img {
    max-width: 100%;
    height: auto;
  }
  .article-box iframe {
    width: 100%;
    max-height: 60vh;
  }
  .article-box img {
    max-width: 100%;
    height: auto;
  }
  .article-box > .summary {
    font-size: 14px;
  }
}
.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 h1 {
  border-bottom: 1px solid #aaa;
  font-size: 36px;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 0 0 25px 0;
  position: relative;
  line-height: 1;
  width: 100%;
}
.article-box h2 {
  border-bottom: 1px solid #aaa;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-top: 80px;
  margin-bottom: 50px;
  padding: 0 0 25px 0;
  position: relative;
  width: 100%;
}
.article-box h2.blue {
  border-bottom: none;
  padding-left: 45px;
  padding-bottom: 0;
  color: #333;
}
.article-box h2.blue:before {
  position: absolute;
  top: calc(50% - 14px);
  right: auto;
  bottom: auto;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1d7eb6), to(#c6a5cb));
  background: linear-gradient(90deg, #1d7eb6, #c6a5cb);
  content: "";
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.article-box h2.red {
  border-bottom: none;
  padding-left: 45px;
  padding-bottom: 0;
  color: #333;
}
.article-box h2.red:before {
  position: absolute;
  top: calc(50% - 14px);
  right: auto;
  bottom: auto;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ff1548), to(#fea995));
  background: linear-gradient(90deg, #ff1548, #fea995);
  content: "";
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.article-box h2.green {
  border-bottom: none;
  padding-left: 45px;
  padding-bottom: 0;
  color: #333;
}
.article-box h2.green:before {
  position: absolute;
  top: calc(50% - 14px);
  right: auto;
  bottom: auto;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#41a87b), to(#d0c84e));
  background: linear-gradient(90deg, #41a87b, #d0c84e);
  content: "";
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.article-box h2.gray {
  border-bottom: none;
  padding-left: 45px;
  padding-bottom: 0;
  color: #333;
}
.article-box h2.gray:before {
  position: absolute;
  top: calc(50% - 14px);
  right: auto;
  bottom: auto;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#585454), to(#aaa));
  background: linear-gradient(90deg, #585454, #aaa);
  content: "";
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.article-box h2.data {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-box h2.data span {
  font-size: 16px;
  margin-left: auto;
}
.article-box h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.article-box h4 {
  border-bottom: 1px solid #aaa;
  font-size: 21px;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 0 0 15px 0;
  position: relative;
  line-height: 1;
  width: 100%;
}
.article-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.4;
  position: relative;
  width: 100%;
}
.article-box h6 {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.4;
  position: relative;
  width: 100%;
}

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 {
  font-family: "Noto Sans JP", "Yu Gothic", "メイリオ", sans-serif;
}
.article-box ul.col-02 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.article-box ul.col-03 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.article-box ul.col-04 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}
.article-box 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 {
  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 {
  color: #393737;
}
.article-box ul:not([class]) a[href^="tel:"],
.article-box .col-02 a[href^="tel:"],
.article-box .col-03 a[href^="tel:"],
.article-box .col-04 a[href^="tel:"],
.article-box .flex-list a[href^="tel:"] {
  color: #333;
}
.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 {
  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 {
  background: none;
  font-size: 100%;
  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 {
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 1px;
  content: "arrow_right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  font-size: 21px;
  line-height: 1;
}
.article-box ul:not([class]) li.check:before,
.article-box .col-02 li.check:before,
.article-box .col-03 li.check:before,
.article-box .col-04 li.check:before,
.article-box .flex-list li.check:before {
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 3px;
  content: "check";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #41a87b;
  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 {
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 3px;
  content: "expand_circle_right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  font-weight: 700;
}
.article-box > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
  width: 100%;
}
.article-box > dl dt {
  font-weight: 700;
  min-width: 15%;
}
.article-box ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.article-box ol > li {
  padding-left: 8px;
}
.article-box ol > li:before {
  display: none;
}
.article-box .pdf {
  background: url(/img/common/icon/icon_pdf.svg) no-repeat 0 2px/21px !important;
}
.article-box .pdf:before {
  display: none;
}
.article-box .xls {
  background: url(/img/common/icon/icon_xls.svg) no-repeat 0 2px/21px !important;
}
.article-box .xls:before {
  display: none;
}
.article-box .doc {
  background: url(/img/common/icon/icon_doc.svg) no-repeat 0 2px/21px !important;
}
.article-box .doc:before {
  display: none;
}
.article-box .zip {
  background: url(/img/common/icon/icon_zip.svg) no-repeat 0 2px/21px !important;
}
.article-box .zip:before {
  display: none;
}
.article-box .red {
  color: #dd0000;
}
.article-box .blue {
  color: #0080cc;
}
.article-box .green {
  color: #00aa66;
}
.article-box .pen-pink {
  background: #ffbae2;
}
.article-box .pen-yellow {
  background: #ffff7a;
}
.article-box .pen-green {
  background: #7aff7a;
}
.article-box .strong {
  font-weight: 700;
}
.article-box .underline {
  text-decoration: underline;
}
.article-box hr {
  border: 1px solid #333;
  margin: 50px auto;
}
.article-box img {
  vertical-align: middle;
  max-width: 100%;
  height: auto !important;
}
.article-box 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;
  background: -webkit-gradient(linear, left top, right top, from(#1d7eb6), to(#c6a5cb));
  background: linear-gradient(90deg, #1d7eb6, #c6a5cb);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  position: relative;
  padding: 24px 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 {
  border-bottom: 1px solid #393737;
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 20px 45px 20px 30px;
  position: relative;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
}
.btnlist-02 li a:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #393737;
  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;
}
.btnlist-02 li a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "expand_circle_right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  font-size: 30px;
  color: #393737;
}
.btnlist-02 li a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.btnlist-02 li a:hover:after {
  -webkit-transition: all 100ms ease 100ms;
  transition: all 100ms ease 100ms;
}

.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 {
  border-bottom: 1px solid #585454;
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 20px 45px 20px 30px;
  position: relative;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
}
.btnlist-03 li a:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #585454;
  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;
}
.btnlist-03 li a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "expand_circle_right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  font-size: 30px;
  font-weight: 400;
  color: #393737;
}
.btnlist-03 li a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.btnlist-03 li a:hover:after {
  -webkit-transition: all 100ms ease 100ms;
  transition: all 100ms ease 100ms;
}

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

.btnlist-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
  gap: 20px 50px;
}
.btnlist-05.-dep {
  gap: 10px 20px;
}
.btnlist-05.-dep li {
  width: calc((100% - 160px) / 8);
}
.btnlist-05.-dep li a {
  font-size: 13px;
  padding: 20px 26px 20px 0px;
}
.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: #aaa;
  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: 14px;
  line-height: 1;
  padding: 20px 30px 20px 0px;
  position: relative;
  font-weight: 500;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}
.btnlist-05 li a:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0;
  content: "";
  background-color: #393737;
  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: 50%;
  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: "expand_circle_right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  font-size: 21px;
  font-weight: 400;
  color: #393737;
}
.btnlist-05 li a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.btnlist-05 li a:hover:after {
  -webkit-transition: all 100ms ease 100ms;
  transition: all 100ms ease 100ms;
}

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

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

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

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

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

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

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

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

.treat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto;
  gap: 50px;
}
.treat-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #393737;
  font-size: 18px;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding-bottom: 20px;
  width: calc((100% - 150px) / 4);
}
.treat-list li span {
  display: block;
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
  line-height: 1.5;
  width: 100%;
}

@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: #1d7eb6;
  }
  .flex-list li a:hover {
    text-decoration: underline;
  }
}
.faq-list {
  margin-bottom: 10px;
}
.faq-list li {
  position: relative;
}
.faq-list li:nth-child(odd) {
  color: #333;
  padding: 12px 12px 12px 50px !important;
  font-size: 18px;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  line-height: 1.5;
}
.faq-list li:nth-child(odd):before,
.faq-list li:nth-child(even):before {
  display: none;
}
.faq-list li:nth-child(odd):after {
  border: none;
  color: #393737;
  font-family: "Marcellus";
  content: "Q.";
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 40px;
  height: 20px;
}
.faq-list li:nth-child(even) {
  font-size: 15px;
  padding: 20px 20px 15px 47px !important;
  margin-bottom: 10px;
  line-height: 1.5;
}
.faq-list li:nth-child(even):after {
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 12px;
  content: "A.";
  font-family: "Marcellus";
  color: #f30c28;
  font-size: 28px;
  font-weight: bold;
}

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

	   table

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

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

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

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

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

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

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

.table-gray th {
  background: #f6f6f6;
  border: 1px solid #ddd;
  width: 25%;
}
.table-gray td {
  border: 1px solid #ddd;
}

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

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

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

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

.table-imgl,
.table-imgr {
  border: none;
  width: 100%;
}
.table-imgl > tbody > tr > td,
.table-imgr > tbody > tr > td {
  vertical-align: top;
  width: auto;
}
.table-imgl > tbody > tr > td:first-child,
.table-imgr > tbody > tr > td:first-child {
  padding-right: 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: 30px;
  margin-bottom: 20px;
  vertical-align: top;
  width: auto !important;
  max-width: 480px;
  height: auto;
}
.table-imgl > tbody > tr > td img + p,
.table-imgr > tbody > tr > td img + p {
  font-size: 87.5%;
  text-align: center;
  line-height: 1.2;
}
.table-imgl > tbody > tr > td .name,
.table-imgr > tbody > tr > td .name {
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}
.table-imgl > tbody > tr > td .name p:not(:last-child),
.table-imgr > tbody > tr > td .name p:not(:last-child) {
  margin-bottom: 10px;
}
.table-imgl > tbody > tr > td .name strong,
.table-imgr > tbody > tr > td .name strong {
  font-size: 30px;
}
.table-imgl.-features,
.table-imgr.-features {
  margin-bottom: 80px;
}
.table-imgl.-features > tbody > tr > td img,
.table-imgr.-features > tbody > tr > td img {
  -webkit-box-shadow: 0 10px 20px rgba(57, 55, 55, 0.2);
          box-shadow: 0 10px 20px rgba(57, 55, 55, 0.2);
  max-width: 640px;
}

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

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

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

.doctor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px 0px;
  gap: 50px;
}
.doctor-list > li {
  gap: 50px;
  width: calc((100% - 100px) / 2);
}
.doctor-list > li .name {
  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;
  border-bottom: 1px solid #585454;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.doctor-list > li .name span {
  padding-left: 20px;
  font-size: 18px;
}
.doctor-list > li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 50px;
}
.doctor-list > li .inner .image {
  width: 320px;
}
.doctor-list > li .inner .image img {
  border-radius: 30px;
}
.doctor-list > li .inner .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.doctor-list > li .inner .text dl {
  margin-bottom: 20px;
}
.doctor-list > li .inner .text dl dt {
  border-bottom: 1px solid #ddd;
  line-height: 1;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.schedule-box .table-gray th,
.schedule-box .table-gray td {
  vertical-align: middle;
}
.schedule-box .notice {
  padding: 20px 0;
}

.closed-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
  gap: 50px;
}
.closed-box li {
  width: calc((100% - 100px) / 2);
}
.closed-box h2 {
  margin-top: 0;
}
.closed-box .table-list td {
  background: none;
}
.closed-box .table-list td:first-child {
  text-align: center;
  width: 30%;
}
.closed-box .notice {
  font-size: 14px;
  padding: 20px 0px;
}

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

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.flex-box.-col2 > li {
  width: calc((100% - 30px) / 2);
}
.flex-box.-col3 > li {
  width: calc((100% - 60px) / 3);
}
.flex-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
}
.flex-box li > h1,
.flex-box li > h2,
.flex-box li > h3,
.flex-box li > h4,
.flex-box li > h5,
.flex-box li > h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.flex-box li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
  width: 100%;
}
.flex-box li > dl dt {
  font-weight: 700;
  min-width: 15%;
}
.flex-box li .frame-box {
  margin-top: 0;
}

.facility-box .facility-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  gap: 50px;
}
.facility-box .facility-inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc((100% - 50px) / 2);
  height: 100%;
}
.facility-box .facility-inner li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  width: 100%;
}
.facility-box .facility-inner li a:hover .image img {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.facility-box .facility-inner li a:hover .btn span {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  color: #1d7eb6;
}
.facility-box .facility-inner li a .image {
  border-radius: 30px;
  overflow: hidden;
}
.facility-box .facility-inner li a .image img {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  width: 100%;
}
.facility-box .facility-inner li a .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.facility-box .facility-inner li a .text h3 {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border-bottom: 1px solid #ddd;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.facility-box .facility-inner li a .area {
  border: 1px solid #ddd;
  border-radius: 50px;
  display: inline-block;
  font-size: 12px;
  padding: 10px 15px;
  line-height: 1;
}
.facility-box .facility-inner li a .btn {
  margin-top: 30px;
}
.facility-box .facility-inner li a .btn span {
  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;
  color: #333;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding-left: 28px;
  text-decoration: underline;
}
.facility-box .facility-inner li a .btn span:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0px;
  content: "arrow_right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  font-size: 21px;
  line-height: 1;
}

.medical-staff-wrap {
  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-top: 30px;
  padding: 45px;
  background: #e9faf3;
  border-radius: 20px;
}
.medical-staff-wrap .first {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 30px;
  background: #fff;
  border-radius: 20px;
}
.medical-staff-wrap .first h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.medical-staff-wrap .first h5 {
  margin-top: 15px;
}
.medical-staff-wrap .second,
.medical-staff-wrap .third {
  position: relative;
  width: 25%;
  margin-bottom: 20px;
  padding: 20px 30px 30px;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}
.medical-staff-wrap .fourth {
  width: 100%;
  padding: 10px 30px 30px;
  border-radius: 20px;
  background: #fff;
}
.medical-staff-wrap .fourth h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.medical-staff-wrap .first::after {
  content: "";
  position: absolute;
  top: auto;
  left: calc(50% - 20px);
  right: auto;
  bottom: -25px;
  width: 0;
  height: 0;
  border-top: 30px solid #50a37f;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  z-index: 2;
}
.medical-staff-wrap .second::after,
.medical-staff-wrap .third::after {
  content: "";
  position: absolute;
  top: auto;
  left: calc(50% - 20px);
  right: auto;
  bottom: -25px;
  width: 0;
  height: 0;
  border-top: 30px solid #50a37f;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  z-index: 2;
}

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

     subtitle

  ------------------------------------------------*/
  .article-box h1 {
    font-size: 24px;
    margin-bottom: 30px;
    padding: 20px 0px;
    line-height: 1.3;
  }
  .article-box h2 {
    font-size: 21px;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.3;
    padding: 0 0 20px 0;
  }
  .article-box h2.blue {
    padding-left: 30px;
  }
  .article-box h2.blue:before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  .article-box h2.red {
    padding-left: 30px;
  }
  .article-box h2.red:before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  .article-box h2.green {
    padding-left: 30px;
  }
  .article-box h2.green:before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  .article-box h2.gray {
    padding-left: 30px;
  }
  .article-box h2.gray:before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  .article-box h2.data span {
    font-size: 14px;
  }
  .article-box h3 {
    line-height: 1.3;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .article-box h4 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .article-box h5 {
    margin-top: 20px;
  }
  .article-box h6 {
    font-size: 16px;
    margin-top: 20px;
  }
  /*------------------------------------------------

  	   list

  ------------------------------------------------*/
  .article-box ul.col-02 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .article-box ul.col-02 li {
    line-height: 1.3;
    margin: 5px 0;
  }
  .article-box ul.col-03 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .article-box ul.col-03 li {
    line-height: 1.3;
    margin: 5px 0;
  }
  .article-box ul.col-04 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .article-box 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:"] {
    color: #1d7eb6;
  }
  .btnlist-01 li {
    margin-bottom: 10px;
    width: 100%;
  }
  .btnlist-01 li a {
    font-size: 15px;
    padding: 20px 0px;
  }
  .btnlist-02 {
    margin: 30px auto;
    gap: 0px;
  }
  .btnlist-02 li {
    width: 100%;
  }
  .btnlist-02 li a {
    font-size: 14px;
    padding: 20px 35px 20px 20px;
  }
  .btnlist-02 li a:after {
    font-size: 20px;
  }
  .btnlist-03 {
    margin: 30px auto;
    gap: 0px;
  }
  .btnlist-03 li {
    width: 100%;
  }
  .btnlist-03 li a {
    font-size: 14px;
    padding: 20px 35px 20px 20px;
  }
  .btnlist-03 li a:after {
    font-size: 20px;
  }
  .btnlist-04 {
    gap: 10px;
  }
  .btnlist-04 li a {
    font-size: 14px;
  }
  .btnlist-05 {
    margin: 20px auto;
    gap: 10px;
  }
  .btnlist-05.-dep {
    gap: 10px 10px;
  }
  .btnlist-05.-dep li {
    width: auto;
  }
  .btnlist-05.-dep li a {
    padding: 12px 25px 12px 0px;
  }
  .btnlist-05 li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
  .btnlist-05 li a {
    font-size: 12px;
    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.-features > tbody > tr > td {
    width: 100% !important;
  }
  .table-col2.-features > tbody > tr > td:first-child {
    padding-right: 0px;
  }
  .table-col2.-features > tbody > tr > td:last-child {
    padding-left: 0px;
  }
  .table-col3 {
    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%;
  }
  .treat-list {
    margin: 20px auto;
    gap: 10px;
  }
  .treat-list li {
    font-size: 15px;
    line-height: 1.3;
    padding-bottom: 10px;
    width: 100%;
  }
  .treat-list li span {
    padding-top: 10px;
    line-height: 1.3;
  }
  .faq-list li:nth-child(odd) {
    line-height: 1.2;
    padding: 10px 10px 10px 40px !important;
  }
  .faq-list li:nth-child(odd):after {
    font-size: 20px;
    top: 10px;
    left: 0px;
  }
  .faq-list li:nth-child(even) {
    font-size: 14px;
    padding: 10px 10px 10px 40px !important;
  }
  .faq-list li:nth-child(even):after {
    font-size: 20px;
    top: 5px;
    left: 10px;
  }
  /*------------------------------------------------

  	   table

  ------------------------------------------------*/
  .table-gray,
  .table-blue,
  .table-red,
  .table-list,
  .table-none {
    width: 100% !important;
  }
  .table-gray iframe,
  .table-blue iframe,
  .table-red iframe,
  .table-list iframe,
  .table-none iframe {
    width: 100%;
  }
  .table-gray th, .table-gray td,
  .table-blue th,
  .table-blue td,
  .table-red th,
  .table-red td,
  .table-list th,
  .table-list td,
  .table-none th,
  .table-none td {
    font-size: 14px;
    padding: 8px;
  }
  .table-gray td a[href^="tel:"],
  .table-blue td a[href^="tel:"],
  .table-red td a[href^="tel:"],
  .table-list td a[href^="tel:"],
  .table-none td a[href^="tel:"] {
    color: #1d7eb6;
  }
  .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;
    padding-top: 0px;
  }
  .table-list td:nth-child(1) + td, .table-list td:nth-child(2) + td {
    border-top: none;
  }
  .table-list td.td_file {
    padding-left: 0px;
  }
  .table-imgl > 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 > tbody > tr > td .name,
  .table-imgr > tbody > tr > td .name {
    line-height: 1.3;
  }
  .table-imgl > tbody > tr > td .name p:not(:last-child),
  .table-imgr > tbody > tr > td .name p:not(:last-child) {
    margin-bottom: 10px;
  }
  .table-imgl > tbody > tr > td .name strong,
  .table-imgr > tbody > tr > td .name strong {
    font-size: 24px;
  }
  .table-imgl table td,
  .table-imgr table td {
    display: table-cell !important;
    width: auto;
  }
  .table-imgl.-features,
  .table-imgr.-features {
    margin-bottom: 40px;
  }
  .table-imgl.-features > tbody > tr > td:first-child,
  .table-imgr.-features > tbody > tr > td:first-child {
    margin-bottom: 40px;
  }
  .table-imgl.-features > tbody > tr > td img,
  .table-imgr.-features > tbody > tr > td img {
    max-width: 96%;
  }
  .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: 25px;
  }
  .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;
  }
  .doctor-list {
    margin: 30px 0px;
    gap: 30px;
  }
  .doctor-list > li {
    gap: 0px;
    width: 100%;
  }
  .doctor-list > li .name {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .doctor-list > li .name span {
    font-size: 16px;
  }
  .doctor-list > li .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .doctor-list > li .inner .image {
    width: 230px;
    margin: auto;
  }
  .doctor-list > li .inner .text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .doctor-list > li .inner .text dl dt {
    font-size: 16px;
  }
  .closed-box {
    margin-top: 30px;
    gap: 20px;
  }
  .closed-box li {
    width: 100%;
  }
  .closed-box .table-list td:first-child {
    width: 24%;
  }
  .category-box {
    padding: 60px 0px 0;
  }
  .flex-box {
    gap: 20px;
  }
  .flex-box.-col2 > li {
    width: 100%;
  }
  .flex-box.-col3 > li {
    width: 100%;
  }
  .flex-box li > dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px;
    width: 100%;
    line-height: 1.4;
  }
  .flex-box li > dl dt {
    min-width: 100%;
    width: 100%;
    background: #f6f6f6;
    padding: 10px;
  }
  .flex-box li > dl dd {
    width: 100%;
    padding: 10px;
  }
  .facility-box .facility-inner {
    gap: 0px;
  }
  .facility-box .facility-inner li {
    width: 100%;
    margin-bottom: 30px;
  }
  .facility-box .facility-inner li a {
    gap: 20px;
  }
  .facility-box .facility-inner li a .image {
    width: 100%;
  }
  .facility-box .facility-inner li a .text h3 {
    padding-bottom: 10px;
  }
  .medical-staff-wrap {
    padding: 15px;
  }
  .medical-staff-wrap .first {
    margin-bottom: 15px;
    padding: 10px 20px 15px;
  }
  .medical-staff-wrap .first h4 {
    margin-top: 10px;
  }
  .medical-staff-wrap .second,
  .medical-staff-wrap .third {
    width: 100%;
    padding: 20px 20px 25px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .medical-staff-wrap .first::after {
    left: calc(50% - 15px);
    right: auto;
    bottom: -20px;
    border-top: 25px solid #50a37f;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  .medical-staff-wrap .second::after,
  .medical-staff-wrap .third::after {
    left: calc(50% - 15px);
    bottom: -20px;
    border-top: 25px solid #50a37f;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  .medical-staff-wrap .fourth h4 {
    margin-top: 20px;
  }
}
.content-block.-important .content-inner {
  padding: 0 20px;
  min-width: 100%;
  max-width: 100%;
  width: auto;
}
.content-block.-menu {
  background: url(/img/common/item/bg_menu.png) no-repeat 0 0;
}
.content-block.-menu .content-inner {
  padding: 0 20px;
  min-width: 100%;
  max-width: 100%;
  width: auto;
}
.content-block.-feature {
  background: url(/img/common/item/bg_rainbow_l.png) no-repeat 0 380px;
  margin-bottom: 100px;
}
.content-block.-feature .content-inner {
  padding: 0;
  min-width: 100%;
  max-width: 100%;
  width: auto;
}
.content-block.-bnr {
  background: url(/img/common/item/bg_gray.jpg) no-repeat 0 0;
}
.content-block.-bnr .content-inner {
  padding: 0 20px;
  min-width: 100%;
  max-width: 100%;
  width: auto;
}
.content-block.-access {
  background: url(/img/common/item/bg_rainbow_r.png) no-repeat 180px 30px;
  padding: 100px 0px;
}
.content-block.-access .content-inner {
  width: 100%;
  min-width: 1240px;
  max-width: 1600px;
}
.content-block > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 30px;
  font-family: "Noto Serif";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 115px;
}

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

@media screen and (max-width: 480px) {
  .content-block.-important .content-inner {
    padding: 0 10px;
  }
  .content-block.-menu {
    background-size: cover;
  }
  .content-block.-menu .content-inner {
    padding: 0 10px;
  }
  .content-block.-feature {
    background: url(/img/common/item/bg_rainbow_l.png) no-repeat 0 220px;
    margin-bottom: 60px;
  }
  .content-block.-feature .content-inner {
    padding: 0;
  }
  .content-block.-bnr {
    background-size: cover;
  }
  .content-block.-bnr .content-inner {
    padding: 0 10px;
  }
  .content-block.-access {
    background: url(/img/common/item/bg_rainbow_r.png) no-repeat -900px 100px;
    padding: 60px 0px;
  }
  .content-block.-access .content-inner {
    min-width: 100%;
    max-width: 100%;
  }
  .content-block > .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 30px;
    font-family: "Noto Serif";
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 115px;
  }
  .content-inner {
    max-width: 100%;
    width: 96%;
  }
}
.form-box {
  margin-top: 30px;
}
.form-box ::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1;
}
.form-box ::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
.form-box :-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}
.form-box ::-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}
.form-box ::placeholder {
  color: #ddd;
  opacity: 1;
}
.form-box > dl {
  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;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.form-box > dl dt {
  width: 25%;
  position: relative;
  font-weight: 700;
}
.form-box > dl dt .req {
  position: absolute;
  top: 3px;
  right: 20px;
  bottom: auto;
  left: auto;
  background: #e71220;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.8;
  padding: 0px 0.6em;
}
.form-box > dl dd {
  width: 73%;
}
.form-box .memo {
  font-size: 14px;
  padding: 10px 0px;
}
.form-box .error {
  color: #e60012;
  display: block;
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
}
.form-box .unit {
  margin: 0 5px;
  display: inline-block !important;
}
.form-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
.form-box .flex .field {
  width: 50%;
}
.form-box .flex .select-box {
  margin-right: 10px;
}
.form-box .field {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #393737;
  font-family: inherit;
  font-size: 16px;
  padding: 8px;
}
.form-box .field:focus,
.form-box .textarea:focus {
  background: #fff;
  border: 1px solid #1d7eb6;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1);
          box-shadow: rgba(0, 0, 0, 0.1);
}
.form-box .textarea {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #393737;
  font-family: inherit;
  font-size: 16px;
  padding: 0.8em;
}
.form-box .-lg {
  width: 100%;
}
.form-box .-md {
  width: 60%;
}
.form-box .-sm {
  width: 30%;
}
.form-box .-xs {
  width: 10%;
}

.radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio-box li {
  margin: 5px 0px;
  padding-left: 0px !important;
}
.radio-box li:before {
  display: none;
}
.radio-box .label {
  cursor: pointer;
  position: relative;
  margin-right: 40px;
  padding-left: 30px;
}
.radio-box .label.-last {
  margin-right: 0px;
}
.radio-box .label:before {
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 0px;
  content: "";
  display: block;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.radio-box .label:after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 4px;
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #585454;
  opacity: 0;
  width: 12px;
  height: 12px;
}
.radio-box .radioinput {
  display: none;
}
.radio-box .radioinput:checked + .label:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.radio-box .radioinput:checked + .label:after {
  opacity: 1;
}

.check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.check-box li {
  margin: 5px 0px;
  padding-left: 0px !important;
}
.check-box li:before {
  display: none;
}
.check-box.-single {
  margin: 50px 0px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check-box .label {
  cursor: pointer;
  position: relative;
  margin-right: 40px;
  padding-left: 34px;
}
.check-box .label.-last {
  margin-right: 0px;
}
.check-box .label:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 0px;
  content: "";
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  width: 22px;
  height: 22px;
}
.check-box .label:after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: -11px;
  right: auto;
  bottom: auto;
  left: 1px;
  content: "";
  content: "done_outline";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  display: block;
  font-size: 21px;
  font-weight: 700;
  opacity: 0;
  width: 16px;
  height: 17px;
}
.check-box .label a {
  color: #585454;
}
.check-box .label a:hover {
  text-decoration: underline;
}
.check-box .checkinput {
  display: none;
}
.check-box .checkinput:checked + .label:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #585454;
}
.check-box .checkinput:checked + .label:after {
  opacity: 1;
}

.select-box > .select {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #393737;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  padding: 8px 20px 8px 8px;
  line-height: 1.2;
  position: relative;
}
.select-box > .select:focus {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #1d7eb6;
}
.select-box > .select::-ms-expand {
  display: none;
}
.select-box > .select.-large {
  width: 100%;
}
.select-box > .select option {
  color: #000;
}

.button-box {
  margin-top: 50px;
  text-align: center;
  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;
}
.button-box > .button {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border-radius: 50px;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0;
  width: 30%;
}
.button-box > .button.-submit {
  background: -webkit-gradient(linear, left top, right top, from(#1d7eb6), to(#c6a5cb));
  background: linear-gradient(90deg, #1d7eb6, #c6a5cb);
  border: none;
  color: #fff;
}
.button-box > .button.-disabled {
  background: #ddd;
  pointer-events: none;
  border: none;
  color: #fff;
}
.button-box > .button.-submit:hover {
  opacity: 0.8;
}
.button-box > .button.-prev {
  background: #ddd;
  border: none;
  color: #333;
  margin-right: 20px;
}
.button-box > .button.-prev:hover {
  background: rgb(233.75, 233.75, 233.75);
}

.captcha-box {
  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;
  gap: 10px;
  margin-bottom: 10px;
}
.captcha-box .captcha-button {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #eee;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 20px;
}
.captcha-box .captcha-button:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #aaa;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .form-box > dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0;
  }
  .form-box > dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-box > dl dt .req {
    right: 10px;
  }
  .form-box > dl dd {
    width: 100%;
  }
  .form-box .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .form-box .flex .field {
    width: 100%;
  }
  .form-box .flex .select-box {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .form-box .textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 8px;
  }
  .form-box .-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .form-box .-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .form-box .-sm {
    width: 60%;
  }
  .form-box .-xs {
    width: 60px;
  }
  .radio-box .label {
    margin-right: 30px;
  }
  .radio-box .label:before {
    top: 0px;
  }
  .radio-box .label:after {
    top: 4px;
  }
  .check-box.-single {
    margin: 30px 0px 20px;
  }
  .check-box .label {
    margin-right: 30px;
  }
  .check-box .label:before {
    top: 0px;
    width: 20px;
    height: 20px;
  }
  .check-box .label:after {
    top: -7px;
    left: 0px;
  }
  .button-box {
    margin-top: 40px;
  }
  .button-box > .button {
    font-size: 15px;
    width: 80%;
  }
  .button-box > .button.-prev {
    margin-right: 10px;
  }
  .captcha-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .captcha-box + .field.-sm {
    width: 100%;
  }
}
.info-box {
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  position: relative;
}
.info-box.-detail {
  border-radius: 30px;
}
.info-box.-detail .info-list {
  border-top: none;
  max-height: 100%;
}
.info-list {
  border-top: 1px solid #ddd;
  overflow: hidden;
  overflow-y: auto;
  max-height: 511px;
  height: 100%;
}
.info-list li {
  border-bottom: 1px solid #ddd;
}
.info-list li:last-child {
  border-bottom: none;
}
.info-list li.nolist a {
  pointer-events: none;
}
.info-list li.nolist a:after {
  display: none;
}
.info-list li.nolist a .date {
  display: none;
}
.info-list li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  line-height: 1.4;
  padding: 20px 40px 20px 30px;
  position: relative;
}
.info-list li > a:after {
  position: absolute;
  top: auto;
  right: 10px;
  bottom: auto;
  left: auto;
  content: "navigate_next";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #585454;
  font-size: 24px;
  font-weight: 600;
}
.info-list li > a:hover {
  background: #f6f6f6;
}
.info-list li > a .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Serif";
  letter-spacing: 1px;
  gap: 5px 10px;
  width: 100%;
}
.info-list li > a .date p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #393737;
  padding-top: 3px;
  margin-right: 10px;
}
.info-list li > a .date p small {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.info-list li > a .date .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #aaa;
  border-radius: 50px;
  font-size: 11px;
  padding: 7px 10px 6px;
  line-height: 1;
}
.info-list li > a .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.info-list li > a .text.-flex p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.info-list li > a .text.-flex p:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.info-list li > a .text.-flex p em {
  width: 75px;
}
.info-list li > a .text.-flex span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
.info-list li > a .text p {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  font-size: 15px;
  padding-top: 10px;
}

.info-detail {
  margin-bottom: 30px;
}
.info-detail + h1 {
  margin-top: 0;
}
.info-detail .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Serif";
  letter-spacing: 1px;
  width: 100%;
}
.info-detail .date p {
  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;
  -ms-flex-item-align: center;
      align-self: center;
  color: #393737;
  margin-right: 20px;
  padding-top: 3px;
  line-height: 1;
}
.info-detail .date p small {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.info-detail .date .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  border: 1px solid #aaa;
  border-radius: 50px;
  font-size: 11px;
  padding: 7px 10px 6px;
  line-height: 1;
  margin-right: 10px;
}

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

@media screen and (max-width: 480px) {
  .info-detail {
    margin-bottom: 0px;
  }
  .info-detail .date .label {
    font-size: 10px;
  }
  .info-list li > a {
    padding: 15px 30px 15px 20px;
  }
  .info-list li > a:after {
    font-size: 20px;
  }
  .info-list li > a .date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
  }
  .info-list li > a .date p {
    margin-right: 5px;
  }
  .info-list li > a .date .label {
    font-size: 10px;
  }
  .info-list li > a .text p {
    font-size: 14px;
  }
  .pagebute-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagebute-box a {
    margin: 5px 5px;
  }
  .pagebute-box .current_page {
    margin: 5px 5px;
  }
}
.sche-box .sche-inner .btn li.inquiry a, .sche-box .sche-inner .btn li.access a, .sche-box .sche-inner .btn li.schedule 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;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  padding: 22px 0px;
  line-height: 1;
}
.sche-box .sche-inner .btn li.inquiry a:hover, .sche-box .sche-inner .btn li.access a:hover, .sche-box .sche-inner .btn li.schedule a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.9;
}

.slider-block {
  position: relative;
  z-index: 0;
}
.slider-block:before {
  background: top;
  width: 100%;
  height: 100%;
}

.slider-inner {
  position: relative;
  z-index: 0;
}
.slider-inner .img01:before,
.slider-inner .img02:before,
.slider-inner .img03:before,
.slider-inner .img04:before,
.slider-inner .img05:before,
.slider-inner .img06:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
}
.slider-inner .img01, .slider-inner .img06, .slider-inner .img05, .slider-inner .img04, .slider-inner .img03, .slider-inner .img02 {
  width: 100%;
}
.slider-inner .img04 {
  background: url(../img/index/main_04.jpg) no-repeat 50% 0px/cover;
}
.slider-inner .img05 {
  background: url(../img/index/main_05.jpg) no-repeat 50% 0px/cover;
}
.slider-inner .img06 {
  background: url(../img/index/main_06.jpg) no-repeat 50% 0px/cover;
}

.slider-text {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 125px;
  left: 50px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 auto;
  z-index: 100;
}
.slider-text p {
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.slider-text .lead {
  font-size: clamp(56px, 4.5vw, 72px);
}
.slider-text .lead span {
  display: block;
}
.slider-text .lead span:not(:last-child) {
  padding-bottom: 60px;
}

.sche-box {
  position: absolute;
  top: auto;
  right: 40px;
  bottom: 80px;
  left: auto;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  background: #fff;
  border-radius: 30px;
  z-index: 2;
}
.sche-box .sche-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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 21px;
  margin: 0px auto;
  padding: 50px;
  z-index: 9;
}
.sche-box .sche-inner .title {
  border-bottom: 1px solid #333;
  color: #333;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 0 20px 0;
  margin-bottom: 30px;
  width: 100%;
}
.sche-box .sche-inner .sche-list {
  padding: 0 10px;
}
.sche-box .sche-inner .sche-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.sche-box .sche-inner .sche-list li.closed .time {
  margin-right: 32px;
}
.sche-box .sche-inner .sche-list li.notice {
  line-height: 1.5;
  letter-spacing: 0.75px;
}
.sche-box .sche-inner .sche-list li .label {
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 18px;
  font-weight: 500;
}
.sche-box .sche-inner .sche-list li .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 40px;
}
.sche-box .sche-inner .sche-list li .time time {
  font-family: "Noto Serif";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
}
.sche-box .sche-inner .sche-list li .time span {
  padding: 0 10px;
}
.sche-box .sche-inner .sche-list li .rece {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 130px;
}
.sche-box .sche-inner .sche-list li .rece time {
  font-family: "Noto Serif";
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1px;
}
.sche-box .sche-inner .sche-list li .er {
  color: #d53a4a;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 1px;
  width: 140px;
}
.sche-box .sche-inner .notice {
  margin-bottom: 30px;
  line-height: 1.5;
}
.sche-box .sche-inner .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.sche-box .sche-inner .btn li {
  width: calc((100% - 40px) / 3);
}
.sche-box .sche-inner .btn li.schedule a {
  background: -webkit-gradient(linear, left top, right top, from(#41a87b), to(#d0c84e));
  background: linear-gradient(90deg, #41a87b, #d0c84e);
}
.sche-box .sche-inner .btn li.access a {
  background: -webkit-gradient(linear, left top, right top, from(#1d7eb6), to(#c6a5cb));
  background: linear-gradient(90deg, #1d7eb6, #c6a5cb);
}
.sche-box .sche-inner .btn li.inquiry a {
  background: -webkit-gradient(linear, left top, right top, from(#ff1548), to(#fea995));
  background: linear-gradient(90deg, #ff1548, #fea995);
}

@media screen and (max-width: 480px) {
  .sche-box .sche-inner .btn li.schedule a, .sche-box .sche-inner .btn li.access a, .sche-box .sche-inner .btn li.inquiry a {
    font-size: 14px;
    padding: 15px 0px;
  }
  .slider-block {
    margin-top: 70px;
  }
  .slider-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .slider-inner .img01, .slider-inner .img02, .slider-inner .img03, .slider-inner .img04, .slider-inner .img05, .slider-inner .img06 {
    min-height: 250px;
    height: 40vh;
    width: 100%;
  }
  .slider-text {
    top: 170px;
    left: 30px;
    min-width: 100%;
    max-width: 100%;
    bottom: auto;
  }
  .slider-text .lead {
    font-size: clamp(32px, 4.5vw, 72px);
  }
  .slider-text .lead span:not(:last-child) {
    padding-bottom: 30px;
  }
  .sche-box {
    position: static;
    width: 96%;
    margin: auto;
  }
  .sche-box .sche-inner {
    padding: 30px 20px;
  }
  .sche-box .sche-inner .sche-list {
    padding: 0;
  }
  .sche-box .sche-inner .sche-list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  .sche-box .sche-inner .sche-list li.closed .time {
    margin-right: 15px;
  }
  .sche-box .sche-inner .sche-list li .label {
    font-size: 14px;
  }
  .sche-box .sche-inner .sche-list li .time {
    margin-left: 20px;
    margin-right: 0px;
  }
  .sche-box .sche-inner .sche-list li .time time {
    font-size: 26px;
  }
  .sche-box .sche-inner .sche-list li .rece {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px;
  }
  .sche-box .sche-inner .sche-list li .rece span {
    margin-right: 20px;
  }
  .sche-box .sche-inner .btn {
    gap: 10px;
  }
  .sche-box .sche-inner .btn li {
    width: calc((100% - 10px) / 2);
  }
  .sche-box .sche-inner .btn li.inquiry {
    width: 100%;
  }
}
.form-box {
  margin-top: 30px;
}
.form-box ::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1;
}
.form-box ::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
.form-box :-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}
.form-box ::-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}
.form-box ::placeholder {
  color: #ddd;
  opacity: 1;
}
.form-box > dl {
  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;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.form-box > dl dt {
  width: 25%;
  position: relative;
  font-weight: 700;
}
.form-box > dl dt .req {
  position: absolute;
  top: 3px;
  right: 20px;
  bottom: auto;
  left: auto;
  background: #e71220;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.8;
  padding: 0px 0.6em;
}
.form-box > dl dd {
  width: 73%;
}
.form-box .memo {
  font-size: 14px;
  padding: 10px 0px;
}
.form-box .error {
  color: #e60012;
  display: block;
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
}
.form-box .unit {
  margin: 0 5px;
  display: inline-block !important;
}
.form-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
.form-box .flex .field {
  width: 50%;
}
.form-box .flex .select-box {
  margin-right: 10px;
}
.form-box .field {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #393737;
  font-family: inherit;
  font-size: 16px;
  padding: 8px;
}
.form-box .field:focus,
.form-box .textarea:focus {
  background: #fff;
  border: 1px solid #1d7eb6;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1);
          box-shadow: rgba(0, 0, 0, 0.1);
}
.form-box .textarea {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #393737;
  font-family: inherit;
  font-size: 16px;
  padding: 0.8em;
}
.form-box .-lg {
  width: 100%;
}
.form-box .-md {
  width: 60%;
}
.form-box .-sm {
  width: 30%;
}
.form-box .-xs {
  width: 10%;
}

.radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio-box li {
  margin: 5px 0px;
  padding-left: 0px !important;
}
.radio-box li:before {
  display: none;
}
.radio-box .label {
  cursor: pointer;
  position: relative;
  margin-right: 40px;
  padding-left: 30px;
}
.radio-box .label.-last {
  margin-right: 0px;
}
.radio-box .label:before {
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 0px;
  content: "";
  display: block;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.radio-box .label:after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 4px;
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #585454;
  opacity: 0;
  width: 12px;
  height: 12px;
}
.radio-box .radioinput {
  display: none;
}
.radio-box .radioinput:checked + .label:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.radio-box .radioinput:checked + .label:after {
  opacity: 1;
}

.check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.check-box li {
  margin: 5px 0px;
  padding-left: 0px !important;
}
.check-box li:before {
  display: none;
}
.check-box.-single {
  margin: 50px 0px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check-box .label {
  cursor: pointer;
  position: relative;
  margin-right: 40px;
  padding-left: 34px;
}
.check-box .label.-last {
  margin-right: 0px;
}
.check-box .label:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 0px;
  content: "";
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  width: 22px;
  height: 22px;
}
.check-box .label:after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: -11px;
  right: auto;
  bottom: auto;
  left: 1px;
  content: "";
  content: "done_outline";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  display: block;
  font-size: 21px;
  font-weight: 700;
  opacity: 0;
  width: 16px;
  height: 17px;
}
.check-box .label a {
  color: #585454;
}
.check-box .label a:hover {
  text-decoration: underline;
}
.check-box .checkinput {
  display: none;
}
.check-box .checkinput:checked + .label:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #585454;
}
.check-box .checkinput:checked + .label:after {
  opacity: 1;
}

.select-box > .select {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #393737;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  padding: 8px 20px 8px 8px;
  line-height: 1.2;
  position: relative;
}
.select-box > .select:focus {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #1d7eb6;
}
.select-box > .select::-ms-expand {
  display: none;
}
.select-box > .select.-large {
  width: 100%;
}
.select-box > .select option {
  color: #000;
}

.button-box {
  margin-top: 50px;
  text-align: center;
  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;
}
.button-box > .button {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border-radius: 50px;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0;
  width: 30%;
}
.button-box > .button.-submit {
  background: -webkit-gradient(linear, left top, right top, from(#1d7eb6), to(#c6a5cb));
  background: linear-gradient(90deg, #1d7eb6, #c6a5cb);
  border: none;
  color: #fff;
}
.button-box > .button.-disabled {
  background: #ddd;
  pointer-events: none;
  border: none;
  color: #fff;
}
.button-box > .button.-submit:hover {
  opacity: 0.8;
}
.button-box > .button.-prev {
  background: #ddd;
  border: none;
  color: #333;
  margin-right: 20px;
}
.button-box > .button.-prev:hover {
  background: rgb(233.75, 233.75, 233.75);
}

.captcha-box {
  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;
  gap: 10px;
  margin-bottom: 10px;
}
.captcha-box .captcha-button {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #eee;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 20px;
}
.captcha-box .captcha-button:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #aaa;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .form-box > dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0;
  }
  .form-box > dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-box > dl dt .req {
    right: 10px;
  }
  .form-box > dl dd {
    width: 100%;
  }
  .form-box .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .form-box .flex .field {
    width: 100%;
  }
  .form-box .flex .select-box {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .form-box .textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 8px;
  }
  .form-box .-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .form-box .-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .form-box .-sm {
    width: 60%;
  }
  .form-box .-xs {
    width: 60px;
  }
  .radio-box .label {
    margin-right: 30px;
  }
  .radio-box .label:before {
    top: 0px;
  }
  .radio-box .label:after {
    top: 4px;
  }
  .check-box.-single {
    margin: 30px 0px 20px;
  }
  .check-box .label {
    margin-right: 30px;
  }
  .check-box .label:before {
    top: 0px;
    width: 20px;
    height: 20px;
  }
  .check-box .label:after {
    top: -7px;
    left: 0px;
  }
  .button-box {
    margin-top: 40px;
  }
  .button-box > .button {
    font-size: 15px;
    width: 80%;
  }
  .button-box > .button.-prev {
    margin-right: 10px;
  }
  .captcha-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .captcha-box + .field.-sm {
    width: 100%;
  }
}
.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  padding: 0 20px;
  height: 550px;
}
.title-block:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(/img/common/title/common.png) no-repeat 0 0;
  content: "";
  width: 100%;
  height: 100%;
}
.title-block.-common {
  background: url(/img/common/title/common.jpg) no-repeat right center;
}
.title-block.-outpatient {
  background: url(/img/common/title/outpatient.jpg) no-repeat right center;
}
.title-block.-hospitalization {
  background: url(/img/common/title/hospitalization.jpg) no-repeat right center;
}
.title-block.-department {
  background: url(/img/common/title/department.jpg) no-repeat right center;
}
.title-block.-checkup {
  background: url(/img/common/title/checkup.jpg) no-repeat right center;
}
.title-block.-division {
  background: url(/img/common/title/division.jpg) no-repeat right center;
}
.title-block.-about {
  background: url(/img/common/title/about.jpg) no-repeat right center;
}
.title-block.-recruit {
  background: url(/img/common/title/recruit.jpg) no-repeat right center;
}

.title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1;
  position: relative;
  max-width: 1600px;
  width: 100%;
  height: 100%;
}
.title-inner .title {
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1;
  width: 100%;
}
.title-inner .en {
  display: block;
  font-family: "Marcellus";
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 1;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .title-block {
    margin-top: 70px;
    padding: 0 10px;
    height: 200px;
    background-size: cover !important;
  }
  .title-block:before {
    background: url(/img/common/title/common.png) no-repeat center left -40px;
    background-size: auto 100%;
  }
  .title-block.-common, .title-block.-outpatient, .title-block.-hospitalization, .title-block.-department, .title-block.-checkup, .title-block.-division, .title-block.-about, .title-block.-recruit {
    background-position: 25%;
  }
  .title-block.-about {
    background-position: 25%;
  }
  .title-block.-outpatient {
    background-position: 25%;
  }
  .title-inner {
    max-width: 100%;
  }
  .title-inner .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .title-inner .en {
    font-size: 14px;
  }
}
.topicpath-box {
  padding: 30px 20px;
  margin: 0 auto 100px;
  width: 100%;
}
.topicpath-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1600px;
}
.topicpath-box ul li {
  font-size: 14px;
  margin-right: 30px;
  position: relative;
  line-height: 1.5;
}
.topicpath-box ul li:after {
  position: absolute;
  top: -1px;
  right: -24px;
  bottom: auto;
  left: auto;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
}
.topicpath-box ul li:last-child {
  margin-right: 0px;
}
.topicpath-box ul li:last-child:after {
  content: "";
}

@media screen and (max-width: 480px) {
  .topicpath-box {
    padding: 15px 0px;
    margin: 0 auto 40px;
  }
  .topicpath-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
  }
  .topicpath-box ul li {
    font-size: 12px;
  }
}
.index-access .text .btn .inquiry a, .index-access .text .btn .parking a, .index-access .text .btn .transport 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;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  padding: 22px 0px;
  line-height: 1;
}
.index-access .text .btn .inquiry a:hover, .index-access .text .btn .parking a:hover, .index-access .text .btn .transport a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.9;
}

.index-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  gap: 43px;
  padding: 80px 0px;
  min-width: 1240px;
  max-width: 1600px;
}
.index-menu > li {
  border-radius: 50px;
  width: calc((100% - 129px) / 4);
}
.index-menu > li:hover ul {
  opacity: 1;
  visibility: visible;
}
.index-menu > li:first-child {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.index-menu > li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.index-menu > li:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.index-menu > li:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.index-menu > li:nth-child(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.index-menu > li:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.index-menu > li:nth-child(7) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.index-menu > li:nth-child(8) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.index-menu > li > a {
  -webkit-transition: all 0.1s ease 0s !important;
  transition: all 0.1s ease 0s !important;
  aspect-ratio: 1/1.618;
  -webkit-box-shadow: 0 10px 30px rgba(108, 104, 104, 0.5);
          box-shadow: 0 10px 30px rgba(108, 104, 104, 0.5);
  border-radius: 50px;
  mix-blend-mode: overlay;
  display: block;
  line-height: 1;
  position: relative;
}
.index-menu > li > a:hover .img img {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.index-menu > li > a .img {
  border-radius: 50px;
  overflow: hidden;
}
.index-menu > li > a .img:before {
  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: -webkit-gradient(linear, left top, left bottom, from(#393737), color-stop(transparent), to(transparent));
  background: linear-gradient(180deg, #393737, transparent, transparent);
  border-radius: 50px;
  content: "";
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-menu > li > a .img img {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.index-menu > li > a .text {
  position: absolute;
  top: 8.5%;
  right: auto;
  bottom: auto;
  left: 14%;
  color: #fff;
  z-index: 1;
}
.index-menu > li > a .text .title {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.index-menu > li > a .text .en {
  font-size: clamp(14px, 1vw, 16px);
  font-family: "Marcellus";
  letter-spacing: 1px;
}

.index-info-box {
  margin: 0 auto;
  padding: 100px 0px 0px;
  min-width: 1240px;
  max-width: 1600px;
}
.index-info-box .head-box {
  margin-bottom: 100px;
  line-height: 1;
}
.index-info-box .head-box .title {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.index-info-box .head-box .en {
  font-family: "Marcellus";
  font-size: 18px;
  letter-spacing: 1px;
}

.index-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.index-info-list .info-box {
  border-radius: 30px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
  width: 33.3333333333%;
}
.index-info-list .info-box:not(:last-child) {
  margin-right: 50px;
}
.index-info-list .info-box .info-title {
  border-radius: 30px 30px 0px 0px;
}
.index-info-list .info-box .info-title:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.8;
}
.index-info-list .info-box .info-title.-info {
  background: -webkit-gradient(linear, left top, right top, from(#f3f0ee), to(#e8e3e0));
  background: linear-gradient(90deg, #f3f0ee, #e8e3e0);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.index-info-list .info-box .info-title.-closed {
  background: -webkit-gradient(linear, left top, right top, from(#ffeeea), to(#ffd0da));
  background: linear-gradient(90deg, #ffeeea, #ffd0da);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.index-info-list .info-box .info-title.-recruit {
  background: -webkit-gradient(linear, left top, right top, from(#f5eff6), to(#d6e8f2));
  background: linear-gradient(90deg, #f5eff6, #d6e8f2);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.index-info-list .info-box .info-title .archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 30px 30px 0px 0px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  line-height: 1;
  padding: 40px 20px 30px 30px;
}
.index-info-list .info-box .info-title .archive:after {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: auto;
  left: auto;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #393737;
  font-size: 24px;
  font-weight: 700;
}
.index-info-list .info-box .info-list {
  border-top: 1px solid #222;
}

.feature-box {
  padding: 0 20px;
  position: relative;
}
.feature-box .summary {
  background: url(/img/index/feature_bg.jpg) no-repeat 50% 0/cover;
  border-radius: 50px;
  margin: 0 auto;
  padding: 50px 60px;
  position: relative;
  min-width: 1240px;
  width: 100%;
  max-width: 1600px;
  height: 595px;
}
.feature-box .summary:before {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  background: linear-gradient(135deg, #353434, transparent);
  border-radius: 50px;
  content: "";
  opacity: 0.5;
  width: 100%;
  height: 595px;
  z-index: 0;
}
.feature-box .summary .title,
.feature-box .summary .en,
.feature-box .summary .text,
.feature-box .summary .btn {
  position: relative;
  z-index: 1;
}
.feature-box .summary .title,
.feature-box .summary .en,
.feature-box .summary .text {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.feature-box .summary .title {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
}
.feature-box .summary .en {
  font-family: "Marcellus";
  font-size: 18px;
  margin-bottom: 70px;
  line-height: 1;
}
.feature-box .summary .text {
  font-size: 18px;
  margin-bottom: 50px;
}
.feature-box .summary .btn {
  width: 300px;
}
.feature-box .summary .btn 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;
  border-radius: 50px;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.feature-box .summary .btn a:after {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: auto;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  font-size: 18px;
  font-weight: 700;
}
.feature-box .summary .btn a:hover {
  background: #f2f9fe;
}
.feature-box .summary .btn a:hover:after {
  position: absolute;
  top: auto;
  right: 10px;
  bottom: auto;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.feature-box .feature-inner {
  margin: -150px auto 0px;
  padding-left: 150px;
  max-width: 1600px;
}

.index-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  padding: 50px 0px;
  margin: 0 auto;
  max-width: 1600px;
}
.index-bnr li {
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((100% - 150px) / 4);
}
.index-bnr li:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.index-bnr li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.index-bnr li:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.index-bnr li:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.index-bnr li a {
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 50px rgba(57, 55, 55, 0.2);
          box-shadow: 0 10px 50px rgba(57, 55, 55, 0.2);
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic", "メイリオ", sans-serif;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.index-bnr li a:hover .img:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 0.2;
}
.index-bnr li a:hover .img img {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.index-bnr li a .img {
  aspect-ratio: 1.618/1;
  overflow: hidden;
}
.index-bnr li a .img:before {
  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;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#161925), to(transparent));
  background: linear-gradient(0deg, #161925, transparent);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-bnr li a .img img {
  -webkit-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.index-bnr li a .title {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 21px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  line-height: 1;
  padding: 30px;
  width: 100%;
  z-index: 2;
}

.index-sbnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 1600px;
}
.index-sbnr li {
  width: calc((100% - 150px) / 4);
}
.index-sbnr li:first-child {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.index-sbnr li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.index-sbnr li:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.index-sbnr li:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.index-sbnr 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;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 50px rgba(108, 104, 104, 0.3);
          box-shadow: 0 10px 50px rgba(108, 104, 104, 0.3);
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding: 0 50px 0 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.4;
  height: 100px;
}
.index-sbnr li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #f6f6f6;
}
.index-sbnr li a:after {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: auto;
  left: auto;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #585454;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
}

.index-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0px auto;
  max-width: 1600px;
}
.index-access .gmap {
  overflow: hidden;
  border-radius: 50px;
  margin-right: 100px;
  width: 800px;
}
.index-access .text {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 1px;
  line-height: 1;
  width: calc(100% - 800px);
}
.index-access .text .sub {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.index-access .text .title {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.index-access .text .en {
  font-family: "Marcellus";
  font-size: 18px;
  margin-bottom: 50px;
}
.index-access .text .addr {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 50px;
}
.index-access .text .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 420px;
}
.index-access .text .btn .transport a {
  background: -webkit-gradient(linear, left top, right top, from(#41a87b), to(#d0c84e));
  background: linear-gradient(90deg, #41a87b, #d0c84e);
  width: 200px;
}
.index-access .text .btn .parking a {
  background: -webkit-gradient(linear, left top, right top, from(#1d7eb6), to(#c6a5cb));
  background: linear-gradient(90deg, #1d7eb6, #c6a5cb);
  width: 200px;
}
.index-access .text .btn .inquiry a {
  background: -webkit-gradient(linear, left top, right top, from(#ff1548), to(#fea995));
  background: linear-gradient(90deg, #ff1548, #fea995);
  width: 420px;
}

.imp-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffeeea;
  border-radius: 30px;
  padding: 30px 40px;
  margin: 60px auto 0;
  min-width: 1240px;
  max-width: 1600px;
}
.imp-box .head {
  margin-right: 100px;
  width: 170px;
  -ms-flex-item-align: center;
      align-self: center;
}
.imp-box .head .title {
  color: #d53a4a;
  font-size: 24px;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}
.imp-box .head .en {
  color: #d53a4a;
  font-family: "Marcellus";
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
}
.imp-box .imp-list {
  width: calc(100% - 270px);
}
.imp-box .imp-list li:not(:last-child) {
  border-bottom: 1px dotted #d53a4a;
}
.imp-box .imp-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 1;
  padding: 20px 0px;
}
.imp-box .imp-list li a:hover .text p {
  text-decoration: underline;
}
.imp-box .imp-list li a .date p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 50px;
}
.imp-box .imp-list li a .date p small {
  font-size: 12px;
}
.imp-box .imp-list li a .text {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .index-access .text .btn .transport a, .index-access .text .btn .parking a, .index-access .text .btn .inquiry a {
    font-size: 14px;
    padding: 15px 0px;
  }
  .index-menu {
    gap: 15px;
    padding: 50px 0px;
    min-width: 100%;
    max-width: 100%;
  }
  .index-menu > li {
    border-radius: 30px;
    width: calc((100% - 15px) / 2);
  }
  .index-menu > li > a {
    border-radius: 30px;
  }
  .index-menu > li > a .img {
    border-radius: 30px;
  }
  .index-menu > li > a .img:before {
    border-radius: 30px;
  }
  .index-menu > li > a .text {
    top: 40px;
    left: 10px;
  }
  .index-menu > li > a .text .title {
    font-size: clamp(18px, 2vw, 30px);
    letter-spacing: 0px;
  }
  .index-menu > li > a .text .en {
    font-size: clamp(12px, 1vw, 16px);
    letter-spacing: 0px;
  }
  .index-info-box {
    padding: 60px 10px 0px;
    min-width: 100%;
    max-width: 100%;
  }
  .index-info-box .head-box {
    margin-bottom: 60px;
  }
  .index-info-box .head-box .title {
    font-size: 28px;
  }
  .index-info-box .head-box .en {
    font-size: 15px;
  }
  .index-info-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-info-list .info-box {
    width: 100%;
  }
  .index-info-list .info-box:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .index-info-list .info-box .info-title .archive {
    font-size: 20px;
    padding: 30px 25px 25px 25px;
  }
  .index-info-list .info-box .info-title .archive:after {
    right: 15px;
    font-size: 20px;
  }
  .feature-box {
    padding: 0 20px;
  }
  .feature-box .summary {
    border-radius: 30px;
    padding: 40px 20px;
    min-width: 100%;
    max-width: 100%;
    height: 400px;
  }
  .feature-box .summary:before {
    height: 400px;
    border-radius: 30px;
  }
  .feature-box .summary .title {
    font-size: 24px;
  }
  .feature-box .summary .en {
    font-size: 13px;
    margin-bottom: 40px;
  }
  .feature-box .summary .text {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .feature-box .summary .text br {
    display: none;
  }
  .feature-box .summary .btn {
    width: 270px;
    margin: auto;
  }
  .feature-box .summary .btn a {
    font-size: 15px;
  }
  .feature-box .feature-inner {
    margin: 30px auto 0px;
    padding-left: 0px;
    max-width: 100%;
  }
  .index-bnr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: 30px 0px;
    max-width: 100%;
  }
  .index-bnr li {
    width: calc((100% - 10px) / 2);
  }
  .index-bnr li a {
    border-radius: 20px;
  }
  .index-bnr li a .title {
    font-size: 16px;
    padding: 15px;
  }
  .index-sbnr {
    gap: 15px;
    padding-bottom: 30px;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-sbnr li {
    width: 96%;
  }
  .index-sbnr li a {
    height: 55px;
    font-size: 14px;
  }
  .index-access {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 96%;
  }
  .index-access .gmap {
    border-radius: 30px;
    margin-right: 0px;
    width: 100%;
  }
  .index-access .gmap iframe {
    width: 100%;
    height: 300px;
  }
  .index-access .text {
    width: 100%;
    margin-top: 50px;
  }
  .index-access .text .sub {
    font-size: 14px;
  }
  .index-access .text .title {
    font-size: 32px;
  }
  .index-access .text .en {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .index-access .text .addr {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .index-access .text .btn {
    width: 100%;
    gap: 10px;
  }
  .index-access .text .btn .transport a {
    width: 100%;
  }
  .index-access .text .btn .parking,
  .index-access .text .btn .transport {
    width: calc((100% - 10px) / 2);
  }
  .index-access .text .btn .parking a {
    width: 100%;
  }
  .index-access .text .btn .inquiry {
    width: 100%;
  }
  .index-access .text .btn .inquiry a {
    width: 100%;
  }
  .imp-box {
    margin: 40px auto 0;
    min-width: 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 20px;
  }
  .imp-box .head {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .imp-box .head .title {
    font-size: 20px;
  }
  .imp-box .head .en {
    font-size: 14px;
  }
  .imp-box .imp-list {
    width: 100%;
  }
  .imp-box .imp-list li a {
    padding: 15px 0px;
    line-height: 1.4;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .imp-box .imp-list li a .date {
    width: 100%;
    margin-bottom: 5px;
  }
  .imp-box .imp-list li a .date p {
    margin-right: 0px;
    font-size: 15px;
  }
}
.dpc-box .contents {
  margin-bottom: 25px;
}
.dpc-box .template-table {
  border-collapse: collapse;
}
.dpc-box .template-table th {
  border: 1px solid #ddd;
  background-color: #EEFAE8;
  padding: 5px;
  font-weight: bold;
  font-size: small;
  color: #333;
}
.dpc-box .template-table th.left_align {
  text-align: left;
}
.dpc-box .template-table td {
  border: 1px solid #ddd;
  padding: 5px;
}
.dpc-box .number-cell {
  text-align: right;
  width: 75px;
}
.dpc-box .div-title,
.dpc-box .div-title-hist {
  border-left: 5px solid #41a87b;
  padding: 7px 0px 7px 10px;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: large;
}
.dpc-box .div-title-hist {
  border-left: 5px solid #585454;
}
.dpc-box .out_link {
  text-align: right;
}
.dpc-box .comment {
  background-color: #f6f6f6;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 15px 10px 15px;
}
.dpc-box a {
  color: #1d7eb6;
  text-decoration: none;
}
.dpc-box a:hover {
  text-decoration: underline;
}
.dpc-box a.csv_btn {
  border: 1px solid #41a87b;
  color: #fff;
  background-color: #41a87b;
  width: 75px;
  font-size: x-small;
  font-weight: bold;
  padding: 5px;
  margin-left: 20px;
  position: relative;
  top: -2px;
}
.dpc-box span.kome {
  font-size: x-small;
}
.dpc-box .hist_list dt {
  clear: both;
  float: left;
  width: 130px;
}
.dpc-box .hist_list dd {
  margin-left: 140px;
  margin-bottom: 25px;
}
.dpc-box div[id^=cd_top3_nm_],
.dpc-box div[id^=ope_top3_nm_],
.dpc-box div[id^=cd_top5_nm_],
.dpc-box div[id^=ope_top5_nm_] {
  padding: 5px;
}
.dpc-box div[id^=cd_top3_nm_]:before,
.dpc-box div[id^=ope_top3_nm_]:before,
.dpc-box div[id^=cd_top5_nm_]:before,
.dpc-box div[id^=ope_top5_nm_]:before {
  content: "■";
  /*color: #1AAB8A;*/
  font-size: large;
}
.dpc-box .div-title-shitsu {
  border-left: 5px solid #41a87b;
  padding: 7px 0px 7px 10px;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: large;
}
.dpc-box .template-table-shitsu {
  border-collapse: collapse;
}
.dpc-box .template-table-shitsu th {
  border: 1px solid #ddd;
  background-color: #EEFAE8;
  padding: 5px;
  font-weight: bold;
  /*normal;*/
  font-size: small;
  color: #333;
}
.dpc-box .template-table-shitsu th.left_align {
  text-align: left;
}
.dpc-box .template-table-shitsu td {
  border: 1px solid #ddd;
  padding: 5px;
}
.dpc-box .comment-shitsu {
  background-color: #f6f6f6;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 15px 10px 15px;
}

table.mvv {
  margin: 0.5em auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table.mvv th {
  font-size: 1.5rem;
  letter-spacing: 3;
  color: #F57200;
  text-align: center;
  vertical-align: middle;
  padding: 1rem 2rem;
}
table.mvv td {
  font-size: 16px;
  letter-spacing: 1;
  vertical-align: middle;
  padding: 1rem 0;
}

a.insta {
  display: block;
  text-align: right;
}
a.insta img {
  margin-top: -80px;
}

@media screen and (max-width: 480px) {
  table.mvv {
    margin: 0.5em auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.mvv th, table.mvv td {
    display: block;
    padding: 0.5rem;
  }
  a.insta img {
    margin-top: -20px;
    width: 40%;
  }
}
._fs-xs {
  font-size: 11px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._wauto {
  width: auto;
}

._w5 {
  width: 5%;
}

._w10 {
  width: 10%;
}

._w20 {
  width: 20%;
}

._w30 {
  width: 30%;
}

._w40 {
  width: 40%;
}

._w50 {
  width: 50%;
}

._w60 {
  width: 60%;
}

._w70 {
  width: 70%;
}

._w80 {
  width: 80%;
}

._w90 {
  width: 90%;
}

._w95 {
  width: 95%;
}

._w100 {
  width: 100%;
}

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

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

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

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

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

:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: 10px 10px 20px rgba(0, 0, 0, .15), -10px -10px 20px rgba(0,0,0,0.05);
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mv01 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}

.mv01 {
  /* スライド アクティブ時 */
}
.mv01 .slide-media {
  height: calc(100vh - 100px);
  min-height: 725px;
}
.mv01 .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.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.05);
          transform: scale(1.05);
}

@-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);
  }
}
.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.card02 {
  overflow: hidden;
  padding-bottom: 50px;
}

.card02 .swiper {
  overflow: visible;
}

.card02 .swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 3.2rem;
}

.card02 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  text-align: center;
}

.card02 .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}

.card02 .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: var(--color-theme);
}

.card02 .swiper-button-prev, .card02 .swiper-button-next {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

.card02 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.card02 .swiper-button-disabled::before {
  -webkit-box-shadow: var(--box-shadow-inset);
  box-shadow: var(--box-shadow-inset);
}

.card02 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
}

.card02 .slide {
  overflow: hidden;
  width: 368px;
  height: 100%;
  border-radius: 50px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
.card02 .slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.card02 .slide a:hover .slide-media 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);
}
.card02 .slide a .slide-media img {
  -webkit-transition: all 0.6s ease 0s !important;
  transition: all 0.6s ease 0s !important;
}

.card02 .slide-media {
  padding-top: 62.5%;
}

.card02 .slide-content {
  padding: 40px 35px 30px;
}
.card02 .slide-content .title {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.card02 .slide-content .lead {
  font-size: 14px;
  line-height: 2;
}

.card02 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}

.card02 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

@media screen and (max-width: 480px) {
  .mv01 .slide-media {
    height: calc(50vh - 100px);
    min-height: 400px;
  }
  .card02 {
    padding-bottom: 40px;
  }
  .card02 .slide {
    width: 300px;
    border-radius: 30px;
  }
  .card02 .slide-content {
    padding: 30px 20px 20px;
  }
  .card02 .slide-content .title {
    font-size: 18px;
  }
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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