@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

[type=button],
[type=reset],
[type=submit],
a,
a img,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.7;
}

/*==================================================================================================
    サイト基礎
==================================================================================================*/
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000;
}
@media screen and (max-width: 960px) {
  body.opened {
    overflow: hidden;
  }
}

img {
  max-width: none;
  width: 100%;
}
img.img-fit {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: 13.698630137vw !important;
}
@media screen and (max-width: 960px) {
  img.img-fit {
    height: 26.0416666667vw !important;
  }
}
@media screen and (max-width: 768px) {
  img.img-fit {
    height: 51.0026041667vw !important;
  }
}
@media screen and (max-width: 480px) {
  img.img-fit {
    height: 59.8453333333vw !important;
  }
}

a {
  color: #000;
  text-decoration: none;
}

/*==================================================================================================
    共通
=================================================================================================*/
.pc-show {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .pc-show {
    display: none;
  }
}

.sp-show {
  display: none;
  position: relative;
}
@media screen and (max-width: 960px) {
  .sp-show {
    display: block;
  }
}

.font-en {
  font-family: "Josefin Sans", sans-serif;
}

.color_red {
  color: #E60012 !important;
}

.color_gre {
  color: #9DC938 !important;
}

.btn {
  background: #50504B;
  color: #FFF;
  font-weight: normal;
  display: block;
  text-decoration: none;
  line-height: 4.25;
  border-radius: 50px;
  text-align: center;
  position: relative;
  width: 100%;
}
.btn:after {
  content: "";
  width: 0.5em;
  height: 0.875em;
  position: absolute;
  right: 1.5625em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/arrow_r_wt.svg) no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.8;
}
.btn--wt {
  color: #E60012;
  background: #FFF;
}
.btn--wt:after {
  content: "";
  width: 0.390625em;
  height: 0.71875em;
  position: absolute;
  right: 1.0625em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/arrow_r.svg) no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--border {
  background: transparent;
  border: 1px solid #333;
  color: #333;
}
.btn--gre {
  background: #9DC938;
  color: #50504B;
}
.btn--greW {
  background: #9DC938;
}
.btn--red {
  background: #E60012;
}
.btn--noarrow:after {
  content: none;
}
.btn--312 {
  width: 19.5em;
  margin-left: auto;
  margin-right: auto;
}
.btn--590 {
  max-width: 36.875em;
  margin-left: auto;
  margin-right: auto;
}
.btn--lg {
  font-size: clamp(1.125em, 1.4vw, 1.5em);
  line-height: 4.1666666667;
}
.btn--back:after {
  content: none;
}
.btn--back:before {
  content: "";
  width: 0.5em;
  height: 0.875em;
  position: absolute;
  left: 1.5625em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/arrow_l_wt.svg) no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.875em;
  margin-bottom: 1.875em;
}
.btn-cont .btn {
  margin: 0.9375em 1.875em;
}

.anim {
  opacity: 0;
}

.fadein.is-animated {
  -webkit-animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.slideinR.is-animated {
  -webkit-animation: slideInR 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: slideInR 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.slideinL.is-animated {
  -webkit-animation: slideInL 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: slideInL 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.slideinB.is-animated {
  -webkit-animation: slideInB 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: slideInB 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInR {
  0% {
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
@keyframes slideInR {
  0% {
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInL {
  0% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
@keyframes slideInL {
  0% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInB {
  0% {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
@keyframes slideInB {
  0% {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
.fadeincont > * {
  opacity: 0;
}

.fadeincont.is-animated {
  opacity: 1;
}

.fadeincont.is-animated > *:nth-of-type(1) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(2) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(3) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(4) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(5) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
}

.fadeincont.is-animated > *:nth-of-type(6) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(7) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(8) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(9) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(10) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(11) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.2s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(12) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.4s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(13) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.6s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(14) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.8s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(15) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3s forwards;
}

.fadeincont.is-animated > *:nth-of-type(16) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.2s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(17) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.4s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(18) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.6s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(19) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.8s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(20) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(21) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.2s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(22) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.4s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(23) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.6s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(24) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.8s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(25) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5s forwards;
}

.fadeincont.is-animated > *:nth-of-type(26) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.2s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(27) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.4s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(28) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.6s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(29) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.8s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(30) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(31) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.2s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(32) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.4s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(33) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.6s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(34) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.8s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(35) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7s forwards;
}

.fadeincont.is-animated > *:nth-of-type(36) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.2s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(37) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.4s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(38) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.6s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(39) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.8s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(40) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(41) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.2s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(42) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.4s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(43) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.6s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(44) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.8s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(45) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9s forwards;
}

.fadeincont.is-animated > *:nth-of-type(46) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.2s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(47) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.4s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(48) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.6s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(49) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.8s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(50) {
  -webkit-animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 10s forwards;
          animation: slideInB 0.5s cubic-bezier(0.33, 1, 0.68, 1) 10s forwards;
}

sup {
  font-size: 0.5em;
}

sub {
  vertical-align: baseline;
  font-size: 0.5em;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.grid--2 {
  margin-top: -1.25em;
}
@media screen and (max-width: 768px) {
  .grid--2 {
    margin-top: -4%;
  }
}
.grid--2 .grid__list {
  width: 46.9194312796%;
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .grid--2 .grid__list {
    width: 100%;
    margin-top: 4%;
  }
}
.grid--2.grid--near .grid__list {
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .grid--2.grid--near .grid__list {
    width: 48%;
  }
}
.grid--3 {
  margin-top: -5.625em;
}
.grid--3:after {
  content: "";
  width: 30.8670520231%;
}
@media screen and (max-width: 768px) {
  .grid--3 {
    margin-top: -20%;
  }
}
.grid--3 .grid__list {
  width: 30.8670520231%;
  margin-top: 5.625em;
}
@media screen and (max-width: 768px) {
  .grid--3 .grid__list {
    margin-top: 20%;
    width: 100%;
  }
}
.grid--3.grid--near .grid__list {
  width: calc(33.333333% - 2px);
}
@media screen and (max-width: 768px) {
  .grid--3.grid--near .grid__list {
    width: 100%;
  }
}
.grid--4:after {
  content: "";
  width: 23.3333333333%;
}
@media screen and (max-width: 768px) {
  .grid--4 {
    margin-top: -4%;
  }
}
.grid--4 .grid__list {
  width: 23.3333333333%;
}
@media screen and (max-width: 768px) {
  .grid--4 .grid__list {
    width: 48%;
    margin-top: 4%;
  }
}
.grid--4.grid--near .grid__list {
  width: calc(25% - 3px);
}
@media screen and (max-width: 768px) {
  .grid--4.grid--near .grid__list {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .grid--5 {
    margin-top: -4%;
  }
}
.grid--5 .grid__list {
  width: 19.1666666667%;
}
@media screen and (max-width: 768px) {
  .grid--5 .grid__list {
    width: 48%;
    margin-top: 4%;
  }
}
.grid--fig figure figcaption {
  font-weight: 600;
  text-align: center;
  font-size: clamp(1em, 2vw, 1.375em);
  margin-top: 0.4545454545em;
}
.grid--fig2 figure figcaption {
  font-weight: 600;
  text-align: center;
  font-size: clamp(0.6875em, 1vw, 0.8125em);
  margin-top: 0.5em;
}
.grid__shadow {
  -webkit-box-shadow: 0 0.1875em 0.375em rgba(80, 80, 75, 0.16);
          box-shadow: 0 0.1875em 0.375em rgba(80, 80, 75, 0.16);
}

.mb5p {
  margin-bottom: 5%;
}

.mb10p {
  margin-bottom: 10%;
}

.mb1em {
  margin-bottom: 1em;
}

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

.mt1em {
  margin-top: 1em;
}

.-tabflex {
  display: none !important;
}
.-tabflex.-act {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.-note {
  margin-left: 1em;
  text-indent: -1em;
}

/*==================================================================================================
    header
==================================================================================================*/
.site-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  font-size: clamp(0.625em, 1vw, 1em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.25em;
  padding: 0 2.8125em;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.site-header.cls {
  background: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .site-header {
    padding: 1.25em;
  }
}
.site-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__logo {
  margin-right: auto;
}
.site-header__logo img {
  width: 15.1875em;
}
.site-header__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.75em;
  height: 5.25em;
  color: #FFF;
  font-weight: bold;
  background: #9DC938;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
}
.site-header__btn:hover {
  opacity: 0.8;
}
.site-header .menu-btn {
  position: fixed;
  right: 17em;
  top: 0;
  z-index: 101;
  display: block;
  background: black;
  border: none;
  font-size: 0.75em;
  width: 7em;
  height: 7em;
  padding: 2.0833333333em 2.0833333333em 3.8333333333em;
  font-weight: bold;
  font-family: "Crimson Text", serif;
  color: #FFF;
}
.site-header .menu-btn > span {
  margin-bottom: 1em;
}
.site-header .menu-btn span {
  display: block;
  position: relative;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-header .menu-btn span span {
  display: block;
  background: #FFF;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.site-header .menu-btn span span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 100%;
}
.site-header .menu-btn span span:nth-child(2) {
  display: none;
}
.site-header .menu-btn span span:nth-child(3) {
  top: 100%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 65%;
}
.site-header .menu-btn:hover span span {
  width: 100%;
}
.site-header .menu-btn--opened {
  border-color: #FFF;
}
.site-header .menu-btn--opened span span {
  background: #FFF;
}
.site-header .menu-btn--opened span span:nth-child(1) {
  top: 50%;
  width: 100%;
}
.site-header .menu-btn--opened span span:nth-child(2) {
  opacity: 0;
}
.site-header .menu-btn--opened span span:nth-child(3) {
  top: 50%;
  width: 100%;
}
.site-header .header-cont {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 6.6666666667em;
  width: 100%;
  background: white;
  z-index: 100;
}
.site-header .header-nav {
  height: 100%;
  padding-bottom: 8em;
}
.site-header .header-nav .g-nav {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-header .header-nav .g-nav__list {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  padding: 0.5em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .site-header .header-nav .g-nav__list {
    padding: 0.25em;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .site-header .header-nav .g-nav__list {
    font-size: 1.4rem;
  }
}
.site-header .header-nav .g-nav__list:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.site-header .header-nav .g-nav__list > a {
  text-decoration: none;
  font-weight: 600;
  color: #50504B;
}
.gotop {
  position: fixed;
  right: 0.5em;
  bottom: 0.5em;
  width: 3.75em;
  height: 3.75em;
  z-index: 1000;
}
@media screen and (max-width: 960px) {
  .gotop {
    width: 2.5em;
    height: 2.5em;
  }
}

.wrap {
  font-size: clamp(0.625em, 1vw, 1em);
}

/*==================================================================================================
    footer
==================================================================================================*/
.site-footer {
  color: #FFF;
  font-size: clamp(0.75em, 1vw, 1em);
  text-align: center;
}
.site-footer__read {
  padding: 4em 20px;
  background: #000;
  font-size: 1.375em;
}
.site-footer__map {
  position: relative;
  width: 100%;
  padding-top: 40.625em;
}
.site-footer__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-footer__logo {
  padding: 3em 20px;
}
.site-footer__logo img {
  width: 13.5em;
}
.site-footer .copyright {
  font-size: 0.875em;
  text-align: center;
  color: #000;
  background: #FFF;
  padding: 2em 20px;
}