@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://use.typekit.net/cax6byr.css);
/* =========================================================

Foundation

========================================================= */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/******************************************************************************

* BASIC

*******************************************************************************/
html {
  font-size: 10px;
  /* @media (max-width: $breakpoint-md) {
      font-size: 10px;
  } */
}

html.is-modal-show {
  overflow: hidden;
}

@media (max-width: 519px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 8px;
  }
}
body {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  white-space: normal;
  word-wrap: break-word;
  color: #000;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 519px) {
  body {
    min-width: 100%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  /* @media (max-width: $breakpoint-md) {
      transition: none;
  } */
}

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

a:focus {
  text-decoration: none;
}

@media (max-width: 519px) {
  a {
    -webkit-transition: none;
    transition: none;
  }
}
a,
a:focus,
a:active,
a:hover,
a:visited,
:focus,
:active,
:hover,
:visited {
  text-decoration: none;
  outline: none !important;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* =========================================================

Layout

========================================================= */
.l-container,
.c-breadcrumbs__inner,
.l-section__inner,
.l-content__inner,
.l-footer__inner,
.l-header__inner {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 6rem;
}

.l-container--md {
  max-width: 960px;
}

.l-container--sm {
  max-width: 960px;
}

@media (max-width: 959px) {
  .l-container,
  .c-breadcrumbs__inner,
  .l-section__inner,
  .l-content__inner,
  .l-footer__inner,
  .l-header__inner {
    padding: 0 7.8125vw;
  }
  .l-container--md {
    max-width: 100%;
    padding: 0;
  }
  .l-container--sm {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 519px) {
  .l-container,
  .c-breadcrumbs__inner,
  .l-section__inner,
  .l-content__inner,
  .l-footer__inner,
  .l-header__inner {
    padding: 0 6.6666666667vw;
  }
  .l-container--md {
    padding: 0;
  }
  .l-container--sm {
    padding: 0;
  }
}
.l-section__header {
  position: relative;
}

.l-section__right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--gutter-y) * -1);
  margin-right: calc(var(--gutter-x) / -2);
  margin-left: calc(var(--gutter-x) / -2);
  --gutter-x: 5rem;
  --gutter-y: 0;
}
@media (max-width: 519px) {
  .l-flex {
    display: block;
  }
}

.l-flex > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gutter-y);
  padding-right: calc(var(--gutter-x) / 2);
  padding-left: calc(var(--gutter-x) / 2);
}

.l-flex__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

@media (min-width: 520px) {
  .l-flex__col > *:first-child {
    margin-top: 0;
  }
}
@media (max-width: 519px) {
  .l-flex__col:first-child > *:first-child {
    margin-top: 0;
  }
  .l-flex--cols-sm-1 .l-flex__col {
    width: 100%;
  }
}
.--cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.--cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.--cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.--cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.--cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.--cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.--cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.l-flex__col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.l-flex__col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.l-flex__col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.l-flex__col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.l-flex__col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.l-flex__col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.l-flex__col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.l-flex__col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.l-flex__col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.l-flex__col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.l-flex__col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.l-flex__col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.l-flex__col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.--offset-1 {
  margin-left: 8.3333333333%;
}

.--offset-2 {
  margin-left: 16.6666666667%;
}

.--offset-3 {
  margin-left: 25%;
}

.--offset-4 {
  margin-left: 33.3333333333%;
}

.--offset-5 {
  margin-left: 41.6666666667%;
}

.--offset-6 {
  margin-left: 50%;
}

.--offset-7 {
  margin-left: 58.3333333333%;
}

.--offset-8 {
  margin-left: 66.6666666667%;
}

.--offset-9 {
  margin-left: 75%;
}

.--offset-10 {
  margin-left: 83.3333333333%;
}

.--offset-11 {
  margin-left: 91.6666666667%;
}

.--g,
.--gy {
  --gutter-x: 5rem;
}

.--g,
.--gy {
  --gutter-y: 5rem;
}

.--g-0,
.--gy-0 {
  --gutter-x: 0;
}

.--g-0,
.--gy-0 {
  --gutter-y: 0;
}

.--g-1,
.--gy-1 {
  --gutter-x: 0.25rem;
}

.--g-1,
.--gy-1 {
  --gutter-y: 0.25rem;
}

.--g-2,
.--gy-2 {
  --gutter-x: 0.5rem;
}

.--g-2,
.--gy-2 {
  --gutter-y: 0.5rem;
}

.--g-3,
.--gy-3 {
  --gutter-x: 1rem;
}

.--g-3,
.--gy-3 {
  --gutter-y: 1rem;
}

.--g-4,
.--gy-4 {
  --gutter-x: 1.5rem;
}

.--g-4,
.--gy-4 {
  --gutter-y: 1.5rem;
}

.--g-5,
.--gy-5 {
  --gutter-x: 3rem;
}

.--g-5,
.--gy-5 {
  --gutter-y: 3rem;
}

@media (max-width: 1919px) {
  .l-flex__col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .--cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .--cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .--cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .--cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .--cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .--cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .--cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .l-flex__col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .l-flex__col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .l-flex__col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .l-flex__col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .l-flex__col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .l-flex__col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .l-flex__col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .l-flex__col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .l-flex__col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .l-flex__col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .l-flex__col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .--offset-xl-0 {
    margin-left: 0;
  }
  .--offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .--offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .--offset-xl-3 {
    margin-left: 25%;
  }
  .--offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .--offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .--offset-xl-6 {
    margin-left: 50%;
  }
  .--offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .--offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .--offset-xl-9 {
    margin-left: 75%;
  }
  .--offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .--offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .--g-xl-0,
  .--gy-xl-0 {
    --gutter-x: 0;
  }
  .--g-xl-0,
  .--gy-xl-0 {
    --gutter-y: 0;
  }
  .--g-xl-1,
  .--gy-xl-1 {
    --gutter-x: 0.25rem;
  }
  .--g-xl-1,
  .--gy-xl-1 {
    --gutter-y: 0.25rem;
  }
  .--g-xl-2,
  .--gy-xl-2 {
    --gutter-x: 0.5rem;
  }
  .--g-xl-2,
  .--gy-xl-2 {
    --gutter-y: 0.5rem;
  }
  .--g-xl-3,
  .--gy-xl-3 {
    --gutter-x: 1rem;
  }
  .--g-xl-3,
  .--gy-xl-3 {
    --gutter-y: 1rem;
  }
  .--g-xl-4,
  .--gy-xl-4 {
    --gutter-x: 1.5rem;
  }
  .--g-xl-4,
  .--gy-xl-4 {
    --gutter-y: 1.5rem;
  }
  .--g-xl-5,
  .--gy-xl-5 {
    --gutter-x: 3rem;
  }
  .--g-xl-5,
  .--gy-xl-5 {
    --gutter-y: 3rem;
  }
}
@media (max-width: 1599px) {
  .l-flex__col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .--cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .--cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .--cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .--cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .--cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .--cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .--cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .l-flex__col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .l-flex__col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .l-flex__col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .l-flex__col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .l-flex__col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .l-flex__col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .l-flex__col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .l-flex__col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .l-flex__col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .l-flex__col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .l-flex__col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .--offset-lg-0 {
    margin-left: 0;
  }
  .--offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .--offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .--offset-lg-3 {
    margin-left: 25%;
  }
  .--offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .--offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .--offset-lg-6 {
    margin-left: 50%;
  }
  .--offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .--offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .--offset-lg-9 {
    margin-left: 75%;
  }
  .--offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .--offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .--g-lg-0,
  .--gy-lg-0 {
    --gutter-x: 0;
  }
  .--g-lg-0,
  .--gy-lg-0 {
    --gutter-y: 0;
  }
  .--g-lg-1,
  .--gy-lg-1 {
    --gutter-x: 0.25rem;
  }
  .--g-lg-1,
  .--gy-lg-1 {
    --gutter-y: 0.25rem;
  }
  .--g-lg-2,
  .--gy-lg-2 {
    --gutter-x: 0.5rem;
  }
  .--g-lg-2,
  .--gy-lg-2 {
    --gutter-y: 0.5rem;
  }
  .--g-lg-3,
  .--gy-lg-3 {
    --gutter-x: 1rem;
  }
  .--g-lg-3,
  .--gy-lg-3 {
    --gutter-y: 1rem;
  }
  .--g-lg-4,
  .--gy-lg-4 {
    --gutter-x: 1.5rem;
  }
  .--g-lg-4,
  .--gy-lg-4 {
    --gutter-y: 1.5rem;
  }
  .--g-lg-5,
  .--gy-lg-5 {
    --gutter-x: 3rem;
  }
  .--g-lg-5,
  .--gy-lg-5 {
    --gutter-y: 3rem;
  }
}
@media (max-width: 959px) {
  .l-flex__col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .--cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .--cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .--cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .--cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .--cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .--cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .--cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .l-flex__col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .l-flex__col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .l-flex__col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .l-flex__col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .l-flex__col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .l-flex__col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .l-flex__col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .l-flex__col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .l-flex__col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .l-flex__col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .l-flex__col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .--offset-md-0 {
    margin-left: 0;
  }
  .--offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .--offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .--offset-md-3 {
    margin-left: 25%;
  }
  .--offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .--offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .--offset-md-6 {
    margin-left: 50%;
  }
  .--offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .--offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .--offset-md-9 {
    margin-left: 75%;
  }
  .--offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .--offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .--g-md-0,
  .--gx-md-0 {
    --gutter-x: 0;
  }
  .--g-md-0,
  .--gy-md-0 {
    --gutter-y: 0;
  }
  .--g-md-1,
  .--gx-md-1 {
    --gutter-x: 0.25rem;
  }
  .--g-md-1,
  .--gy-md-1 {
    --gutter-y: 0.25rem;
  }
  .--g-md-2,
  .--gx-md-2 {
    --gutter-x: 0.5rem;
  }
  .--g-md-2,
  .--gy-md-2 {
    --gutter-y: 0.5rem;
  }
  .--g-md-3,
  .--gx-md-3 {
    --gutter-x: 1rem;
  }
  .--g-md-3,
  .--gy-md-3 {
    --gutter-y: 1rem;
  }
  .--g-md-4,
  .--gx-md-4 {
    --gutter-x: 1.5rem;
  }
  .--g-md-4,
  .--gy-md-4 {
    --gutter-y: 1.5rem;
  }
  .--g-md-5,
  .--gx-md-5 {
    --gutter-x: 3rem;
  }
  .--g-md-5,
  .--gy-md-5 {
    --gutter-y: 3rem;
  }
}
@media (max-width: 519px) {
  .l-flex {
    --gutter-x: 1.5rem;
  }
  .l-flex__col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .--cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .--cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .--cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .--cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .--cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .--cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .--cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .l-flex__col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .l-flex__col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .l-flex__col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .l-flex__col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .l-flex__col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .l-flex__col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .l-flex__col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .l-flex__col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .l-flex__col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .l-flex__col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .l-flex__col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .l-flex__col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .--offset-sm-0 {
    margin-left: 0;
  }
  .--offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .--offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .--offset-sm-3 {
    margin-left: 25%;
  }
  .--offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .--offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .--offset-sm-6 {
    margin-left: 50%;
  }
  .--offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .--offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .--offset-sm-9 {
    margin-left: 75%;
  }
  .--offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .--offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .--g,
  .--gy {
    --gutter-y: 3rem;
  }
  .--g-sm-0,
  .--gx-sm-0 {
    --gutter-x: 0;
  }
  .--g-sm-0,
  .--gy-sm-0 {
    --gutter-y: 0;
  }
  .--g-sm-1,
  .--gx-sm-1 {
    --gutter-x: 0.25rem;
  }
  .--g-sm-1,
  .--gy-sm-1 {
    --gutter-y: 0.25rem;
  }
  .--g-sm-2,
  .--gx-sm-2 {
    --gutter-x: 0.5rem;
  }
  .--g-sm-2,
  .--gy-sm-2 {
    --gutter-y: 0.5rem;
  }
  .--g-sm-3,
  .--gx-sm-3 {
    --gutter-x: 1rem;
  }
  .--g-sm-3,
  .--gy-sm-3 {
    --gutter-y: 1rem;
  }
  .--g-sm-4,
  .--gx-sm-4 {
    --gutter-x: 1.5rem;
  }
  .--g-sm-4,
  .--gy-sm-4 {
    --gutter-y: 1.5rem;
  }
  .--g-sm-5,
  .--gx-sm-5 {
    --gutter-x: 3rem;
  }
  .--g-sm-5,
  .--gy-sm-5 {
    --gutter-y: 3rem;
  }
}
/*------------------------------------
  HELPER CLASS
-------------------------------------*/
.--flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.--flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* .--flex-grow-0 {
    flex-grow: 0 !important;
}

.--flex-grow-1 {
    flex-grow: 1 !important;
}

.--flex-shrink-0 {
    flex-shrink: 0 !important;
}

.--flex-shrink-1 {
    flex-shrink: 1 !important;
}

.--flex-wrap {
    flex-wrap: wrap !important;
}

.--flex-nowrap {
    flex-wrap: nowrap !important;
}

.--flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.--justify-content-start {
    justify-content: flex-start !important;
}

.--justify-content-end {
    justify-content: flex-end !important;
}
*/
.--justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/*
.--justify-content-between {
    justify-content: space-between !important;
}

.--justify-content-around {
    justify-content: space-around !important;
}

.--justify-content-evenly {
    justify-content: space-evenly !important;
}

.--align-items-start {
    align-items: flex-start !important;
}

.--align-items-end {
    align-items: flex-end !important;
}

.--align-items-center {
    align-items: center !important;
}

.--align-items-baseline {
    align-items: baseline !important;
}

.--align-items-stretch {
    align-items: stretch !important;
}

.--align-content-start {
    align-content: flex-start !important;
}

.--align-content-end {
    align-content: flex-end !important;
}

.--align-content-center {
    align-content: center !important;
}

.--align-content-between {
    align-content: space-between !important;
}

.--align-content-around {
    align-content: space-around !important;
}

.--align-content-stretch {
    align-content: stretch !important;
}

.--align-self-auto {
    align-self: auto !important;
}

.--align-self-start {
    align-self: flex-start !important;
}

.--align-self-end {
    align-self: flex-end !important;
}

.--align-self-center {
    align-self: center !important;
}

.--align-self-baseline {
    align-self: baseline !important;
}

.--align-self-stretch {
    align-self: stretch !important;
}

.--order-first {
    order: -1 !important;
}

.--order-0 {
    order: 0 !important;
}

.--order-1 {
    order: 1 !important;
}

.--order-2 {
    order: 2 !important;
}

.--order-3 {
    order: 3 !important;
}

.--order-4 {
    order: 4 !important;
}

.--order-5 {
    order: 5 !important;
}

.--order-last {
    order: 6 !important;
} */
@media (max-width: 1919px) {
  /* .--flex-xl-fill {
         flex: 1 1 auto !important;
     }

     .--flex-xl-row {
         flex-direction: row !important;
     }

     .--flex-xl-column {
         flex-direction: column !important;
     } */
  .--flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .--flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* .--flex-xl-grow-0 {
         flex-grow: 0 !important;
     }

     .--flex-xl-grow-1 {
         flex-grow: 1 !important;
     }

     .--flex-xl-shrink-0 {
         flex-shrink: 0 !important;
     }

     .--flex-xl-shrink-1 {
         flex-shrink: 1 !important;
     }

     .--flex-xl-wrap {
         flex-wrap: wrap !important;
     }

     .--flex-xl-nowrap {
         flex-wrap: nowrap !important;
     }

     .--flex-xl-wrap-reverse {
         flex-wrap: wrap-reverse !important;
     }

     .--justify-content-xl-start {
         justify-content: flex-start !important;
     }

     .--justify-content-xl-end {
         justify-content: flex-end !important;
     }

     .--justify-content-xl-center {
         justify-content: center !important;
     }

     .--justify-content-xl-between {
         justify-content: space-between !important;
     }

     .--justify-content-xl-around {
         justify-content: space-around !important;
     }

     .--justify-content-xl-evenly {
         justify-content: space-evenly !important;
     }

     .--align-items-xl-start {
         align-items: flex-start !important;
     }

     .--align-items-xl-end {
         align-items: flex-end !important;
     }

     .--align-items-xl-center {
         align-items: center !important;
     }

     .--align-items-xl-baseline {
         align-items: baseline !important;
     }

     .--align-items-xl-stretch {
         align-items: stretch !important;
     }

     .--align-content-xl-start {
         align-content: flex-start !important;
     }

     .--align-content-xl-end {
         align-content: flex-end !important;
     }

     .--align-content-xl-center {
         align-content: center !important;
     }

     .--align-content-xl-between {
         align-content: space-between !important;
     }

     .--align-content-xl-around {
         align-content: space-around !important;
     }

     .--align-content-xl-stretch {
         align-content: stretch !important;
     }

     .--align-self-xl-auto {
         align-self: auto !important;
     }

     .--align-self-xl-start {
         align-self: flex-start !important;
     }

     .--align-self-xl-end {
         align-self: flex-end !important;
     }

     .--align-self-xl-center {
         align-self: center !important;
     }

     .--align-self-xl-baseline {
         align-self: baseline !important;
     }

     .--align-self-xl-stretch {
         align-self: stretch !important;
     }

     .--order-xl-first {
         order: -1 !important;
     }

     .--order-xl-0 {
         order: 0 !important;
     }

     .--order-xl-1 {
         order: 1 !important;
     }

     .--order-xl-2 {
         order: 2 !important;
     }

     .--order-xl-3 {
         order: 3 !important;
     }

     .--order-xl-4 {
         order: 4 !important;
     }

     .--order-xl-5 {
         order: 5 !important;
     }

     .--order-xl-last {
         order: 6 !important;
     }  */
}
@media (max-width: 1599px) {
  /* .--flex-lg-fill {
         flex: 1 1 auto !important;
     }

     .--flex-lg-row {
         flex-direction: row !important;
     }

     .--flex-lg-column {
         flex-direction: column !important;
     } */
  .--flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .--flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* .--flex-lg-grow-0 {
         flex-grow: 0 !important;
     }

     .--flex-lg-grow-1 {
         flex-grow: 1 !important;
     }

     .--flex-lg-shrink-0 {
         flex-shrink: 0 !important;
     }

     .--flex-lg-shrink-1 {
         flex-shrink: 1 !important;
     }

     .--flex-lg-wrap {
         flex-wrap: wrap !important;
     }

     .--flex-lg-nowrap {
         flex-wrap: nowrap !important;
     }

     .--flex-lg-wrap-reverse {
         flex-wrap: wrap-reverse !important;
     }

     .--justify-content-lg-start {
         justify-content: flex-start !important;
     }

     .--justify-content-lg-end {
         justify-content: flex-end !important;
     }

     .--justify-content-lg-center {
         justify-content: center !important;
     }

     .--justify-content-lg-between {
         justify-content: space-between !important;
     }

     .--justify-content-lg-around {
         justify-content: space-around !important;
     }

     .--justify-content-lg-evenly {
         justify-content: space-evenly !important;
     }

     .--align-items-lg-start {
         align-items: flex-start !important;
     }

     .--align-items-lg-end {
         align-items: flex-end !important;
     }

     .--align-items-lg-center {
         align-items: center !important;
     }

     .--align-items-lg-baseline {
         align-items: baseline !important;
     }

     .--align-items-lg-stretch {
         align-items: stretch !important;
     }

     .--align-content-lg-start {
         align-content: flex-start !important;
     }

     .--align-content-lg-end {
         align-content: flex-end !important;
     }

     .--align-content-lg-center {
         align-content: center !important;
     }

     .--align-content-lg-between {
         align-content: space-between !important;
     }

     .--align-content-lg-around {
         align-content: space-around !important;
     }

     .--align-content-lg-stretch {
         align-content: stretch !important;
     }

     .--align-self-lg-auto {
         align-self: auto !important;
     }

     .--align-self-lg-start {
         align-self: flex-start !important;
     }

     .--align-self-lg-end {
         align-self: flex-end !important;
     }

     .--align-self-lg-center {
         align-self: center !important;
     }

     .--align-self-lg-baseline {
         align-self: baseline !important;
     }

     .--align-self-lg-stretch {
         align-self: stretch !important;
     }

     .--order-lg-first {
         order: -1 !important;
     }

     .--order-lg-0 {
         order: 0 !important;
     }

     .--order-lg-1 {
         order: 1 !important;
     }

     .--order-lg-2 {
         order: 2 !important;
     }

     .--order-lg-3 {
         order: 3 !important;
     }

     .--order-lg-4 {
         order: 4 !important;
     }

     .--order-lg-5 {
         order: 5 !important;
     }

     .--order-lg-last {
         order: 6 !important;
     }  */
}
@media (max-width: 959px) {
  /* .--flex-md-fill {
      flex: 1 1 auto !important;
  }

  .--flex-md-row {
      flex-direction: row !important;
  }

  .--flex-md-column {
      flex-direction: column !important;
  } */
  .--flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .--flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* .--flex-md-grow-0 {
      flex-grow: 0 !important;
  }

  .--flex-md-grow-1 {
      flex-grow: 1 !important;
  }

  .--flex-md-shrink-0 {
      flex-shrink: 0 !important;
  }

  .--flex-md-shrink-1 {
      flex-shrink: 1 !important;
  }

  .--flex-md-wrap {
      flex-wrap: wrap !important;
  }

  .--flex-md-nowrap {
      flex-wrap: nowrap !important;
  }

  .--flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important;
  }

  .--justify-content-md-start {
      justify-content: flex-start !important;
  }

  .--justify-content-md-end {
      justify-content: flex-end !important;
  }

  .--justify-content-md-center {
      justify-content: center !important;
  }

  .--justify-content-md-between {
      justify-content: space-between !important;
  }

  .--justify-content-md-around {
      justify-content: space-around !important;
  }

  .--justify-content-md-evenly {
      justify-content: space-evenly !important;
  }

  .--align-items-md-start {
      align-items: flex-start !important;
  }

  .--align-items-md-end {
      align-items: flex-end !important;
  }

  .--align-items-md-center {
      align-items: center !important;
  }

  .--align-items-md-baseline {
      align-items: baseline !important;
  }

  .--align-items-md-stretch {
      align-items: stretch !important;
  }

  .--align-content-md-start {
      align-content: flex-start !important;
  }

  .--align-content-md-end {
      align-content: flex-end !important;
  }

  .--align-content-md-center {
      align-content: center !important;
  }

  .--align-content-md-between {
      align-content: space-between !important;
  }

  .--align-content-md-around {
      align-content: space-around !important;
  }

  .--align-content-md-stretch {
      align-content: stretch !important;
  }

  .--align-self-md-auto {
      align-self: auto !important;
  }

  .--align-self-md-start {
      align-self: flex-start !important;
  }

  .--align-self-md-end {
      align-self: flex-end !important;
  }

  .--align-self-md-center {
      align-self: center !important;
  }

  .--align-self-md-baseline {
      align-self: baseline !important;
  }

  .--align-self-md-stretch {
      align-self: stretch !important;
  }

  .--order-md-first {
      order: -1 !important;
  }

  .--order-md-0 {
      order: 0 !important;
  }

  .--order-md-1 {
      order: 1 !important;
  }

  .--order-md-2 {
      order: 2 !important;
  }

  .--order-md-3 {
      order: 3 !important;
  }

  .--order-md-4 {
      order: 4 !important;
  }

  .--order-md-5 {
      order: 5 !important;
  }

  .--order-md-last {
      order: 6 !important;
  } */
}
@media (max-width: 519px) {
  /* .--flex-sm-fill {
         flex: 1 1 auto !important;
     }

     .--flex-sm-row {
         flex-direction: row !important;
     }

     .--flex-sm-column {
         flex-direction: column !important;
     } */
  .--flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .--flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* .--flex-sm-grow-0 {
         flex-grow: 0 !important;
     }

     .--flex-sm-grow-1 {
         flex-grow: 1 !important;
     }

     .--flex-sm-shrink-0 {
         flex-shrink: 0 !important;
     }

     .--flex-sm-shrink-1 {
         flex-shrink: 1 !important;
     }

     .--flex-sm-wrap {
         flex-wrap: wrap !important;
     }

     .--flex-sm-nowrap {
         flex-wrap: nowrap !important;
     }

     .--flex-sm-wrap-reverse {
         flex-wrap: wrap-reverse !important;
     }

     .--justify-content-sm-start {
         justify-content: flex-start !important;
     }

     .--justify-content-sm-end {
         justify-content: flex-end !important;
     }

     .--justify-content-sm-center {
         justify-content: center !important;
     }

     .--justify-content-sm-between {
         justify-content: space-between !important;
     }

     .--justify-content-sm-around {
         justify-content: space-around !important;
     }

     .--justify-content-sm-evenly {
         justify-content: space-evenly !important;
     }

     .--align-items-sm-start {
         align-items: flex-start !important;
     }

     .--align-items-sm-end {
         align-items: flex-end !important;
     }

     .--align-items-sm-center {
         align-items: center !important;
     }

     .--align-items-sm-baseline {
         align-items: baseline !important;
     }

     .--align-items-sm-stretch {
         align-items: stretch !important;
     }

     .--align-content-sm-start {
         align-content: flex-start !important;
     }

     .--align-content-sm-end {
         align-content: flex-end !important;
     }

     .--align-content-sm-center {
         align-content: center !important;
     }

     .--align-content-sm-between {
         align-content: space-between !important;
     }

     .--align-content-sm-around {
         align-content: space-around !important;
     }

     .--align-content-sm-stretch {
         align-content: stretch !important;
     }

     .--align-self-sm-auto {
         align-self: auto !important;
     }

     .--align-self-sm-start {
         align-self: flex-start !important;
     }

     .--align-self-sm-end {
         align-self: flex-end !important;
     }

     .--align-self-sm-center {
         align-self: center !important;
     }

     .--align-self-sm-baseline {
         align-self: baseline !important;
     }

     .--align-self-sm-stretch {
         align-self: stretch !important;
     }

     .--order-sm-first {
         order: -1 !important;
     }

     .--order-sm-0 {
         order: 0 !important;
     }

     .--order-sm-1 {
         order: 1 !important;
     }

     .--order-sm-2 {
         order: 2 !important;
     }

     .--order-sm-3 {
         order: 3 !important;
     }

     .--order-sm-4 {
         order: 4 !important;
     }

     .--order-sm-5 {
         order: 5 !important;
     }

     .--order-sm-last {
         order: 6 !important;
     } */
}
.l-grid {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: var(--ac-xs, center);
  align-content: var(--ac-xs, center);
  -webkit-box-align: var(--ai-xs, stretch);
  -ms-flex-align: var(--ai-xs, stretch);
  align-items: var(--ai-xs, stretch);
  -webkit-box-pack: var(--jc-xs, space-evenly);
  -ms-flex-pack: var(--jc-xs, space-evenly);
  justify-content: var(--jc-xs, space-evenly);
  grid-gap: var(--gap-xs, 2rem);
  grid-auto-flow: var(--flow-xs, row);
  grid-auto-columns: var(--auto-cols-xs, auto);
  grid-auto-rows: var(--auto-rows-xs, auto);
  -ms-grid-columns: var(--template-cols-xs, repeat(var(--cols-xs, 1), var(--cols-size-xs, 1fr)));
  grid-template-columns: var(--template-cols-xs, repeat(var(--cols-xs, 1), var(--cols-size-xs, 1fr)));
  -ms-grid-rows: var(--template-rows-xs, none);
  grid-template-rows: var(--template-rows-xs, none);
  justify-items: var(--ji-xs, stretch);
}

.l-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

@media (min-width: 640px) {
  .l-grid {
    -ms-flex-line-pack: var(--ac-sm, center);
    align-content: var(--ac-sm, center);
    -webkit-box-align: var(--ai-sm, stretch);
    -ms-flex-align: var(--ai-sm, stretch);
    align-items: var(--ai-sm, stretch);
    -webkit-box-pack: var(--jc-sm, space-evenly);
    -ms-flex-pack: var(--jc-sm, space-evenly);
    justify-content: var(--jc-sm, space-evenly);
    grid-gap: var(--gap-sm, 2rem);
    grid-auto-flow: var(--flow-sm, row);
    grid-auto-columns: var(--auto-cols-sm, auto);
    grid-auto-rows: var(--auto-rows-sm, auto);
    -ms-grid-columns: var(--template-cols-sm, repeat(var(--cols-sm, 2), var(--cols-size-sm, 1fr)));
    grid-template-columns: var(--template-cols-sm, repeat(var(--cols-sm, 2), var(--cols-size-sm, 1fr)));
    -ms-grid-rows: var(--template-rows-sm, none);
    grid-template-rows: var(--template-rows-sm, none);
    justify-items: var(--ji-sm, stretch);
  }
  .l-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 860px) {
  .l-grid {
    -ms-flex-line-pack: var(--ac-md, center);
    align-content: var(--ac-md, center);
    -webkit-box-align: var(--ai-md, stretch);
    -ms-flex-align: var(--ai-md, stretch);
    align-items: var(--ai-md, stretch);
    -webkit-box-pack: var(--jc-md, space-evenly);
    -ms-flex-pack: var(--jc-md, space-evenly);
    justify-content: var(--jc-md, space-evenly);
    grid-gap: var(--gap-md, 2rem);
    grid-auto-flow: var(--flow-md, row);
    grid-auto-columns: var(--auto-cols-md, auto);
    grid-auto-rows: var(--auto-rows-md, auto);
    -ms-grid-columns: var(--template-cols-md, repeat(var(--cols-md, 2), var(--cols-size-md, 1fr)));
    grid-template-columns: var(--template-cols-md, repeat(var(--cols-md, 2), var(--cols-size-md, 1fr)));
    -ms-grid-rows: var(--template-rows-md, none);
    grid-template-rows: var(--template-rows-md, none);
    justify-items: var(--ji-md, stretch);
  }
  .l-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1080px) {
  .l-grid {
    -ms-flex-line-pack: var(--ac-lg, center);
    align-content: var(--ac-lg, center);
    -webkit-box-align: var(--ai-lg, stretch);
    -ms-flex-align: var(--ai-lg, stretch);
    align-items: var(--ai-lg, stretch);
    -webkit-box-pack: var(--jc-lg, space-evenly);
    -ms-flex-pack: var(--jc-lg, space-evenly);
    justify-content: var(--jc-lg, space-evenly);
    grid-gap: var(--gap-lg, 2rem);
    grid-auto-flow: var(--flow-lg, row);
    grid-auto-columns: var(--auto-cols-lg, auto);
    grid-auto-rows: var(--auto-rows-lg, auto);
    -ms-grid-columns: var(--template-cols-lg, repeat(var(--cols-lg, 4), var(--cols-size-lg, 1fr)));
    grid-template-columns: var(--template-cols-lg, repeat(var(--cols-lg, 4), var(--cols-size-lg, 1fr)));
    -ms-grid-rows: var(--template-rows-lg, none);
    grid-template-rows: var(--template-rows-lg, none);
    justify-items: var(--ji-lg, stretch);
  }
  .l-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1300px) {
  .l-grid {
    -ms-flex-line-pack: var(--ac-xl, center);
    align-content: var(--ac-xl, center);
    -webkit-box-align: var(--ai-xl, stretch);
    -ms-flex-align: var(--ai-xl, stretch);
    align-items: var(--ai-xl, stretch);
    -webkit-box-pack: var(--jc-xl, space-evenly);
    -ms-flex-pack: var(--jc-xl, space-evenly);
    justify-content: var(--jc-xl, space-evenly);
    grid-gap: var(--gap-xl, 2rem);
    grid-auto-flow: var(--flow-xl, row);
    grid-auto-columns: var(--auto-cols-xl, auto);
    grid-auto-rows: var(--auto-rows-xl, auto);
    -ms-grid-columns: var(--template-cols-xl, repeat(var(--cols-xl, 4), var(--cols-size-xl, 1fr)));
    grid-template-columns: var(--template-cols-xl, repeat(var(--cols-xl, 4), var(--cols-size-xl, 1fr)));
    -ms-grid-rows: var(--template-rows-xl, none);
    grid-template-rows: var(--template-rows-xl, none);
    justify-items: var(--ji-xl, stretch);
  }
  .l-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.l-grid.is-inline {
  display: -ms-inline-grid;
  display: inline-grid;
}

.l-grid > * {
  -ms-grid-row-align: var(--as-xs, auto);
  align-self: var(--as-xs, auto);
  min-width: 0px;
  max-width: 100%;
  min-height: 0px;
  grid-column: var(--col-xs, auto);
  grid-row: var(--row-xs, auto);
  -ms-grid-column-align: var(--js-xs, auto);
  justify-self: var(--js-xs, auto);
}

@media (min-width: 640px) {
  .l-grid > * {
    -ms-grid-row-align: var(--as-sm, auto);
    align-self: var(--as-sm, auto);
    grid-column: var(--col-sm, auto);
    grid-row: var(--row-sm, auto);
    -ms-grid-column-align: var(--js-sm, auto);
    justify-self: var(--js-sm, auto);
  }
}
@media (min-width: 860px) {
  .l-grid > * {
    -ms-grid-row-align: var(--as-md, auto);
    align-self: var(--as-md, auto);
    grid-column: var(--col-md, auto);
    grid-row: var(--row-md, auto);
    -ms-grid-column-align: var(--js-md, auto);
    justify-self: var(--js-md, auto);
  }
}
@media (min-width: 1080px) {
  .l-grid > * {
    -ms-grid-row-align: var(--as-lg, auto);
    align-self: var(--as-lg, auto);
    grid-column: var(--col-lg, auto);
    grid-row: var(--row-lg, auto);
    -ms-grid-column-align: var(--js-lg, auto);
    justify-self: var(--js-lg, auto);
  }
}
@media (min-width: 1300px) {
  .l-grid > * {
    -ms-grid-row-align: var(--as-xl, auto);
    align-self: var(--as-xl, auto);
    grid-column: var(--col-xl, auto);
    grid-row: var(--row-xl, auto);
    -ms-grid-column-align: var(--js-xl, auto);
    justify-self: var(--js-xl, auto);
  }
}
.l-wrapper {
  position: relative;
  width: 100%;
}

/* l-header */
.l-header {
  position: fixed;
  z-index: 60000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  content: "";
  background-color: #ea601f;
}

.is-page-loaded .l-header {
  display: block;
}

.is-scrolled .l-header::before {
  opacity: 0;
}

@media (max-width: 959px) {
  .l-header::before {
    height: 0.5rem;
  }
  .is-scrolled .l-header::before {
    opacity: 1;
  }
}
@media (max-width: 519px) {
  .l-header::before {
    height: 0.5rem;
  }
  .is-scrolled .l-header::before {
    opacity: 1;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* l-header__logo */
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 13rem;
  margin-right: auto;
  -webkit-transition: height 0.1s;
  transition: height 0.1s;
  will-change: height;
}

.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__logo img {
  width: 42.6rem;
  height: auto;
  -webkit-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
  margin-top: 0.5rem;
  will-change: width, height;
}

.is-scrolled .l-header__logo {
  height: 8rem;
}

.is-scrolled .l-header__logo img {
  width: 34.08rem;
  height: auto;
  margin-top: 0;
}

@media (max-width: 959px) {
  .l-header__logo {
    height: 10rem;
  }
  .l-header__logo img {
    margin-top: 0.5rem;
    width: 28rem;
  }
  .is-scrolled .l-header__logo {
    height: 10rem;
  }
  .is-scrolled .l-header__logo img {
    margin-top: 0.5rem;
    width: 28rem;
  }
}
@media (max-width: 519px) {
  .l-header__logo {
    height: 6rem;
  }
  .l-header__logo img {
    margin-top: 0.5rem;
    width: 20rem;
  }
  .is-scrolled .l-header__logo {
    height: 6rem;
  }
  .is-scrolled .l-header__logo img {
    margin-top: 0.5rem;
    width: 20rem;
  }
}
/* l-header__gnav */
.l-header__gnav {
  z-index: 2;
}

@media (max-width: 959px) {
  .l-header__gnav {
    display: none;
  }
}
.l-header__gnav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.l-header__gnav-menu-item {
  line-height: 1;
  margin-right: 3rem;
  letter-spacing: 0.04em;
}

.l-header__gnav-menu-item > a {
  position: relative;
  height: 100%;
  padding: 0 2rem;
  color: #000;
}

.l-header__gnav-menu-item.is-current > a::after {
  opacity: 1;
}

.l-header__gnav-menu-item.is-open > a {
  color: #fff;
  background-color: #ea601f;
}

.l-header__gnav-menu-item:last-child {
  margin-right: 0;
}

@media (max-width: 1599px) {
  .l-header__gnav-menu-item > a {
    padding: 0 1.6rem;
  }
  .l-header__gnav-menu-item > a::after {
    left: 1.6rem;
  }
}
.l-header__gnav-menu-item-jp {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
}

.l-header__gnav-menu-item-en {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  display: block;
  margin-top: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__gnav-menu-item--about:hover .l-header__gnav-menu-item-en,
.is-current .l-header__gnav-menu-item-en {
  color: #5dacfa;
}

.l-header__gnav-menu-item--child:hover .l-header__gnav-menu-item-en,
.is-current .l-header__gnav-menu-item-en {
  color: #80b11a;
}

.l-header__gnav-menu-item--animal:hover .l-header__gnav-menu-item-en,
.is-current .l-header__gnav-menu-item-en {
  color: #ea601f;
}

.l-header__gnav-menu-item--donation:hover .l-header__gnav-menu-item-en,
.is-current .l-header__gnav-menu-item-en {
  color: #e41177;
}

.l-header__gnav-menu-item--news:hover .l-header__gnav-menu-item-en,
.is-current .l-header__gnav-menu-item-en {
  color: #5dacfa;
}

/* l-header__bg */
.l-header__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #dadada;
  background-color: #fff;
}

.l-gnav {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.is-gnav-open .l-gnav {
  left: 0;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

@media (max-width: 959px) {
  .l-gnav {
    display: block;
  }
}
.l-gnav__wrapper {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 959px) {
  .l-gnav__wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.l-gnav__inner {
  position: relative;
  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: 100%;
  opacity: 0;
}

.is-gnav-open .l-gnav__inner {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 959px) {
  .l-gnav__body {
    padding: 15.625vw 0 10.4166666667vw;
  }
}
@media (max-width: 519px) {
  .l-gnav__body {
    padding: 21.3333333333vw 0 8vw;
  }
}
.l-gnav__menu {
  position: relative;
}

.l-gnav__menu-item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
}

@media (max-width: 959px) {
  .l-gnav__menu-item {
    padding: 0 7.8125vw;
  }
}
@media (max-width: 519px) {
  .l-gnav__menu-item {
    padding: 0 6.6666666667vw;
  }
}
.l-gnav__menu-item > a {
  position: relative;
  display: block;
  padding: 1.5rem 0;
  -webkit-transition: border-color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: border-color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -webkit-transform: translateY(102%);
  transform: translateY(102%);
  color: #000;
  border-bottom: solid 1px rgba(230, 230, 230, 0);
}

.is-gnav-open .l-gnav__menu-item > a {
  -webkit-transition: border-color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: border-color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-color: #e6e6e6;
}

.l-gnav__menu-item > a.is-open {
  -webkit-transition: border-color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: border-color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  border-bottom: solid 1px rgba(230, 230, 230, 0);
}

.l-gnav__menu-item.is-current > a {
  color: #ea601f;
}

.l-gnav__menu-dropdown-trigger-icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.1rem;
  height: 2.1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #f7f8f9;
}

.l-gnav__menu-dropdown-trigger-bar {
  position: absolute;
  top: 1rem;
  left: 0.7rem;
  width: 0.7rem;
  height: 0.1rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #ea601f;
}

.l-gnav__menu-dropdown-trigger-bar--2 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.l-gnav__menu-dropdown-trigger.is-open .l-gnav__menu-dropdown-trigger-bar--2 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.l-gnav__bg {
  position: fixed;
  z-index: 19999;
  top: 0;
  left: -9999px;
  display: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  background-color: #fff;
}

.is-gnav-open .l-gnav__bg {
  left: 0;
  visibility: visible;
}

@media (max-width: 959px) {
  .l-gnav__bg {
    display: block;
  }
}
.l-gnav__overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  background-color: #fff;
}

.is-page-loaded .l-gnav__overlay {
  -webkit-transition: visibility 0.8s, opacity 0.8s;
  transition: visibility 0.8s, opacity 0.8s;
}

.is-gnav-open .l-gnav__overlay {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 959px) {
  .l-gnav__overlay {
    display: block;
  }
}
/* gnav-toggle */
.l-gnav-toggle {
  position: fixed;
  z-index: 80000;
  top: 0;
  right: 0;
  width: 10rem;
  height: 13rem;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  will-change: height;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.is-scrolled .l-gnav-toggle {
  height: 8rem;
}

.is-page-loaded .l-gnav-toggle {
  opacity: 1;
}

.is-modal-show .l-gnav-toggle {
  display: none;
}

@media (max-width: 959px) {
  .l-gnav-toggle {
    display: block;
    width: 8rem;
    height: 8rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 1rem;
  }
}
@media (max-width: 519px) {
  .l-gnav-toggle {
    width: 6rem;
    height: 6rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}
@media (max-width: 959px) {
  .l-gnav-toggle__inner {
    width: 8rem;
    height: 8rem;
    padding: 3.3rem 3rem;
  }
}
@media (max-width: 519px) {
  .l-gnav-toggle__inner {
    width: 6rem;
    height: 6rem;
    padding: 2.3rem 2rem;
  }
}
.l-gnav-toggle__bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.l-gnav-toggle__bar--1 {
  top: 0;
}

.l-gnav-toggle__bar--2 {
  margin: 4px 0;
}

.l-gnav-toggle__bar--3 {
  top: 0;
}

.is-gnav-open .l-gnav-toggle__bar {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.is-gnav-open .l-gnav-toggle__bar--1 {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-gnav-open .l-gnav-toggle__bar--2 {
  opacity: 0;
}

.is-gnav-open .l-gnav-toggle__bar--3 {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-gnav-toggle__bar-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.l-gnav-toggle__bar-back {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
}

.l-footer {
  position: relative;
  padding: 6rem 0;
  border-top: solid 1px #dadada;
}

@media (max-width: 519px) {
  .l-footer {
    padding: 4rem 0;
  }
  .is-home .l-footer {
    padding-bottom: 12rem;
  }
}
.l-footer__inner {
  text-align: center;
}

.l-footer__logo {
  width: 42rem;
  margin: 0 auto;
}

.l-footer__logo img {
  width: 100%;
}

@media (max-width: 519px) {
  .l-footer__logo {
    width: 20rem;
  }
}
.l-footer__copyright {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 4rem;
  font-family: futura-pt, sans-serif;
}

@media (max-width: 519px) {
  .l-footer__copyright {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.l-main {
  width: 100%;
  padding-top: 13rem;
  background-color: #fff;
}

@media (max-width: 959px) {
  .l-main {
    padding-top: 10rem;
  }
}
@media (max-width: 519px) {
  .l-main {
    padding-top: 6rem;
  }
}
/*content*/
.l-content {
  padding-bottom: 10rem;
}

@media (max-width: 959px) {
  .l-content {
    padding-bottom: 8rem;
  }
}
@media (max-width: 519px) {
  .l-content {
    padding-bottom: 6rem;
  }
}
/*.l-content__header*/
.l-content__header-kv-image {
  width: 100%;
}

.l-content__header-kv-image img {
  width: 100%;
}

.l-content__header-heading {
  margin-top: 4rem;
  text-align: center;
}

@media (max-width: 959px) {
  .l-content__header-heading {
    margin-top: 3rem;
  }
}
@media (max-width: 519px) {
  .l-content__header-heading {
    margin-top: 2rem;
  }
}
.l-content__header-heading-en {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: futura-pt, sans-serif;
  display: block;
}

.l-content__header-heading-en.is-blue {
  color: #5dacfa;
}

.l-content__header-heading-en.is-green {
  color: #80b11a;
}

.l-content__header-heading-en.is-orange {
  color: #ea601f;
}

.l-content__header-heading-en.is-red {
  color: #e41177;
}

@media (max-width: 959px) {
  .l-content__header-heading-en {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media (max-width: 519px) {
  .l-content__header-heading-en {
    font-size: 30px;
    font-size: 3rem;
  }
}
.l-content__header-heading-jp {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  display: block;
  letter-spacing: 0.04em;
}

@media (max-width: 959px) {
  .l-content__header-heading-jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 519px) {
  .l-content__header-heading-jp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*.l-content__body*/
.l-content__body {
  position: relative;
}

/*.l-content__inner*/
.l-section {
  position: relative;
  padding-top: 8rem;
}

.l-section > *:first-child {
  margin-top: 0 !important;
}

.l-content__body > .l-container > .l-section:first-child,
.l-content__body > .c-breadcrumbs__inner > .l-section:first-child,
.l-content__body > .l-section__inner > .l-section:first-child,
.l-content__body > .l-header__inner > .l-section:first-child,
.l-content__body > .l-footer__inner > .l-section:first-child,
.l-content__body > .l-content__inner > .l-section:first-child {
  margin-top: 6rem;
}

.l-section--bg-1 {
  padding-bottom: 10rem;
  background-color: #fff4ee;
}

.l-section--border {
  border-top: 1px solid #dadada;
}

.l-section--mt {
  margin-top: 8rem;
}

@media (max-width: 959px) {
  .l-section {
    padding-top: 6rem;
  }
  .l-content__body > .l-container > .l-section:first-child,
  .l-content__body > .c-breadcrumbs__inner > .l-section:first-child,
  .l-content__body > .l-section__inner > .l-section:first-child,
  .l-content__body > .l-header__inner > .l-section:first-child,
  .l-content__body > .l-footer__inner > .l-section:first-child,
  .l-content__body > .l-content__inner > .l-section:first-child {
    margin-top: 5rem;
  }
  .l-section--sm {
    margin-top: 4rem;
  }
  .l-section--bg-1 {
    padding-bottom: 8rem;
  }
  .l-section--mt {
    margin-top: 5rem;
  }
}
@media (max-width: 519px) {
  .l-section {
    padding-top: 3rem;
  }
  .l-content__body > .l-container > .l-section:first-child,
  .l-content__body > .c-breadcrumbs__inner > .l-section:first-child,
  .l-content__body > .l-section__inner > .l-section:first-child,
  .l-content__body > .l-header__inner > .l-section:first-child,
  .l-content__body > .l-footer__inner > .l-section:first-child,
  .l-content__body > .l-content__inner > .l-section:first-child {
    margin-top: 2.5rem;
  }
  .l-section--sm {
    margin-top: 1.5rem;
  }
  .l-section--bg-1 {
    padding-bottom: 3rem;
  }
  .l-section--mt {
    margin-top: 3rem;
  }
}
.l-section__anchor {
  position: absolute;
  left: 0;
  top: -78px;
  pointer-events: none;
}

/*.l-block*/
.l-block:not(.l-block--border) > *:first-child {
  margin-top: 0 !important;
}

.l-block--border {
  border-top: 1px solid #dadada;
}

.l-block--gray {
  background-color: #f0f0f0;
}

.l-block--xxl {
  margin-top: 10rem;
}

@media (max-width: 959px) {
  .l-block--xxl {
    margin-top: 8rem;
  }
}
@media (max-width: 519px) {
  .l-block--xxl {
    margin-top: 6rem;
  }
}
.l-block--xl {
  margin-top: 8rem;
}

@media (max-width: 959px) {
  .l-block--xl {
    margin-top: 6rem;
  }
}
@media (max-width: 519px) {
  .l-block--xl {
    margin-top: 4rem;
  }
}
.l-block--lg {
  margin-top: 6rem;
}

@media (max-width: 959px) {
  .l-block--lg {
    margin-top: 5rem;
  }
}
@media (max-width: 519px) {
  .l-block--lg {
    margin-top: 3rem;
  }
}
.l-block--md {
  margin-top: 5rem;
}

@media (max-width: 959px) {
  .l-block--md {
    margin-top: 4rem;
  }
}
@media (max-width: 519px) {
  .l-block--md {
    margin-top: 2.5rem;
  }
}
.l-block--sm {
  margin-top: 4rem;
}

@media (max-width: 959px) {
  .l-block--sm {
    margin-top: 3rem;
  }
}
@media (max-width: 519px) {
  .l-block--sm {
    margin-top: 1.5rem;
  }
}
.l-block--xs {
  margin-top: 2rem;
}

@media (max-width: 959px) {
  .l-block--xs {
    margin-top: 1.5rem;
  }
}
@media (max-width: 519px) {
  .l-block--xs {
    margin-top: 1rem;
  }
}
/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
/* preloader-main*/
.c-preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: block;
  visibility: visible;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  background-color: #fff;
}

.is-gnav-open .c-preloader {
  pointer-events: none;
}

.is-page-loaded .c-preloader {
  visibility: hidden;
  -webkit-transition: 0.5s ease 0.3s;
  transition: 0.5s ease 0.3s;
  pointer-events: none;
  opacity: 0;
}

.c-preloader__icon {
  position: absolute;
  position: relative;
  top: 50%;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 0.6s infinite linear;
  animation: loading 0.6s infinite linear;
  border-radius: 50%;
  background: #ea601f;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ea601f), color-stop(42%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ea601f 10%, rgba(255, 255, 255, 0) 42%);
}

.c-preloader__icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  content: "";
  border-radius: 100% 0 0 0;
  background: #ea601f;
}

.c-preloader__icon::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 75%;
  height: 75%;
  margin: auto;
  content: "";
  border-radius: 50%;
  background: #fff;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icomoon.eot?2atihd");
  src: url("../fonts/icomoon.eot?2atihd#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2atihd") format("truetype"), url("../fonts/icomoon.woff?2atihd") format("woff"), url("../fonts/icomoon.svg?2atihd#icomoon") format("svg");
}
[class^=c-icon-],
[class*=c-icon-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icon-line:before {
  content: "\e90f";
}

.c-icon-search:before {
  content: "\e900";
}

.c-icon-plus:before {
  content: "\e901";
}

.c-icon-spotify:before {
  content: "\e902";
}

.c-icon-youtube:before {
  content: "\e903";
}

.c-icon-twitter:before {
  content: "\e904";
}

.c-icon-instagram:before {
  content: "\e905";
}

.c-icon-facebook:before {
  content: "\e906";
}

.c-icon-arrow-left:before {
  content: "\e907";
}

.c-icon-arrow-right:before {
  content: "\e908";
}

.c-icon-arrow-up:before {
  content: "\e909";
}

.c-icon-arrow-down:before {
  content: "\e90a";
}

.c-icon-arrow-large-left:before {
  content: "\e90b";
}

.c-icon-arrow-large-right:before {
  content: "\e90c";
}

.c-icon-arrow-large-up:before {
  content: "\e90d";
}

.c-icon-arrow-large-down:before {
  content: "\e90e";
}

.c-icon-article {
  margin: 4rem auto 3rem;
  text-align: center;
}

.c-icon-article img {
  display: inline-block;
  width: 100%;
  max-width: 12rem;
}

@media (max-width: 959px) {
  .c-icon-article {
    margin: 3rem auto 2rem;
    max-width: 10rem;
  }
}
@media (max-width: 519px) {
  .c-icon-article {
    margin: 2.5rem auto 1.5rem;
    max-width: 8rem;
  }
}
/*img*/
.c-img {
  overflow: hidden;
  margin-top: 5rem;
  border: 3px solid #ea601f;
  border-radius: 30px;
}

.c-img.is-blue {
  border: solid 3px #5dacfa;
}

.c-img.is-green {
  border: solid 3px #80b11a;
}

.c-img--sm {
  text-align: center;
}

.c-img--sm img {
  max-width: 40rem;
}

.c-img--md {
  text-align: center;
}

.c-img--md img {
  max-width: 60rem;
}

.c-img--lg {
  text-align: center;
}

.c-img--lg img {
  max-width: 80rem;
}

.c-img--xl {
  text-align: center;
}

.c-img--xl img {
  max-width: 100rem;
}

@media (max-width: 959px) {
  .c-img {
    margin-top: 4rem;
    border-radius: 20px;
  }
}
@media (max-width: 519px) {
  .c-img {
    margin-top: 3rem;
    border: 2px solid #ea601f;
    border-radius: 15px;
  }
}
/* c-button */
.c-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-width: 30rem;
  margin-top: 2rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ea601f;
  border-radius: 5px;
}

.c-button:hover {
  color: #fff;
}

.c-button--green {
  background-color: #80b11a;
}

.c-button--black {
  background-color: #000;
}

.c-button--line {
  background-color: #00c600;
}

@media (max-width: 519px) {
  .c-button {
    max-width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 519px) {
  .c-button {
    max-width: 100%;
    margin-top: 1.5rem;
  }
}
.c-button__inner {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-button--w:hover .c-button__inner,
a:hover .c-button--w .c-button__inner {
  border-color: transparent;
}

.c-button--border:hover .c-button__inner,
a:hover .c-button--border .c-button__inner {
  background-color: #ea601f;
}

@media (max-width: 519px) {
  .c-button__inner {
    padding: 1.4rem;
  }
}
.c-button__text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: inline-block;
}

.c-button__text small {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 519px) {
  .c-button__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-button__text small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-button__icon {
  position: absolute;
  right: 1.5rem;
  display: inline-block;
  overflow: hidden;
}

.c-button--reverse .c-button__icon {
  right: auto;
  left: 2rem;
}

.c-button__icon-in {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  overflow: hidden;
}

.c-button:hover .c-button__icon-in,
a:hover .c-button__icon-in {
  -webkit-animation: forward 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: forward 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.c-button--reverse:hover .c-button__icon-in,
a:hover .c-button--reverse .c-button__icon-in {
  -webkit-animation: backward 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: backward 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.c-button--w .c-button__icon-in {
  color: #fff;
}

@media (max-width: 519px) {
  .c-button__icon-in {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-button:hover .c-button__icon-in,
  a:hover .c-button__icon-in,
  .c-button--reverse:hover .c-button__icon-in,
  a:hover .c-button--reverse .c-button__icon-in {
    -webkit-animation: none;
    animation: none;
  }
}
.c-button__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: left-out 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: left-out 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  background-color: #5dacfa;
}

.c-button--w .c-button__bg {
  background-color: #ea601f;
}

.c-button--g .c-button__bg {
  background-color: #007377;
}

.c-button:hover .c-button__bg,
a:hover .c-button__bg {
  -webkit-animation: left-in 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: left-in 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.c-button--reverse .c-button__bg {
  -webkit-animation: right-out 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: right-out 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.c-button--reverse:hover .c-button__bg,
a:hover .c-button--reverse .c-button__bg {
  -webkit-animation: left-in 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: left-in 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@media (max-width: 519px) {
  .c-button__bg {
    -webkit-transition: none;
    transition: none;
  }
}
.c-button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 3rem;
  cursor: pointer;
}

@media (max-width: 519px) {
  .c-button-more {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.5rem;
  }
}
.c-button-more__text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-right: 1rem;
}

@media (max-width: 519px) {
  .c-button-more__text {
    margin-right: 0.7rem;
  }
}
.c-button-more__icon {
  position: relative;
  width: 8px;
  height: 8px;
  pointer-events: none;
}

.c-button-more__icon::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  content: "";
  background-color: #ea601f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-button-more__icon::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 8px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ea601f;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-heading-a {
  text-align: center;
}

.c-heading-a-ja {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
  letter-spacing: 0.06em;
}

.c-heading-a-ja::after {
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  width: calc(100% + 2em);
  height: 2px;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ea601f;
}

@media (max-width: 959px) {
  .c-heading-a-ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-heading-a-ja::after {
    bottom: -0.6rem;
  }
}
@media (max-width: 519px) {
  .c-heading-a-ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-heading-a-ja::after {
    bottom: -0.4rem;
  }
}
.c-heading-a-en {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: futura-pt, sans-serif;
  display: block;
  margin-top: 1.5rem;
  letter-spacing: 0.04em;
}

@media (max-width: 959px) {
  .c-heading-a-en {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
@media (max-width: 519px) {
  .c-heading-a-en {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 0.8rem;
  }
}
.c-heading-b {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.04em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
}

.c-heading-b span {
  position: relative;
  display: table;
  margin: 0 auto;
  text-align: center;
}

.c-heading-b span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #ea601f;
}

.c-heading-b.is-blue span::before {
  background-color: #5dacfa;
}

.c-heading-b.is-green span::before {
  background-color: #80b11a;
}

@media (max-width: 959px) {
  .c-heading-b {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-heading-b span::before {
    height: 2px;
  }
}
@media (max-width: 519px) {
  .c-heading-b {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-heading-b span::before {
    height: 2px;
  }
}
.c-heading-c {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-top: 4rem;
  text-align: center;
  letter-spacing: 0.06em;
}

@media (max-width: 959px) {
  .c-heading-c {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}
@media (max-width: 519px) {
  .c-heading-c {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.c-heading-d,
.p-jyoutokai__copy,
.p-sotsugyousei__copy {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 3rem;
  text-align: center;
  letter-spacing: 0.06em;
}

@media (max-width: 959px) {
  .c-heading-d,
  .p-jyoutokai__copy,
  .p-sotsugyousei__copy {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 2.5rem;
  }
}
@media (max-width: 519px) {
  .c-heading-d,
  .p-jyoutokai__copy,
  .p-sotsugyousei__copy {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
/*lead*/
.c-lead {
  margin-top: 5rem;
  text-align: center;
}

.c-lead.is-blue {
  color: #5dacfa;
}

.c-lead.is-green {
  color: #80b11a;
}

.c-lead.is-orange {
  color: #ea601f;
}

.c-lead.is-red {
  color: #e41177;
}

@media (max-width: 959px) {
  .c-lead {
    margin-top: 4rem;
  }
}
@media (max-width: 519px) {
  .c-lead {
    margin-top: 3rem;
  }
}
.c-lead__text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media (max-width: 959px) {
  .c-lead__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 519px) {
  .c-lead__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*paragraph*/
.c-paragraph,
.p-jyoutokai__note,
.p-sotsugyousei__note,
.p-top__activity-text,
.c-box__caption,
.c-box__desc {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}

.c-paragraph--sm,
.c-box__caption {
  font-size: 12px;
  font-size: 1.2rem;
}

.c-paragraph a,
.p-jyoutokai__note a,
.p-sotsugyousei__note a,
.p-top__activity-text a,
.c-box__caption a,
.c-box__desc a {
  color: #5dacfa;
}

.c-paragraph a:hover,
.p-jyoutokai__note a:hover,
.p-sotsugyousei__note a:hover,
.p-top__activity-text a:hover,
.c-box__caption a:hover,
.c-box__desc a:hover {
  text-decoration: none;
}

@media (max-width: 959px) {
  .c-paragraph,
  .p-jyoutokai__note,
  .p-sotsugyousei__note,
  .p-top__activity-text,
  .c-box__caption,
  .c-box__desc {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 1.8rem;
  }
  .c-paragraph--sm,
  .c-box__caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 519px) {
  .c-paragraph,
  .p-jyoutokai__note,
  .p-sotsugyousei__note,
  .p-top__activity-text,
  .c-box__caption,
  .c-box__desc {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  .c-paragraph--sm,
  .c-box__caption {
    font-size: 10px;
    font-size: 1rem;
  }
}
/*link-anim*/
.c-list {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  position: relative;
  margin-top: 2em;
}

@media (max-width: 959px) {
  .c-list {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 519px) {
  .c-list {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-list__item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  position: relative;
  margin-top: 0.5em;
}

.c-list--arrow .c-list__item {
  padding-left: 1.5rem;
}

.c-list--arrow .c-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 7px;
  height: 2em;
  content: "";
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background-image: url("../images/common/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-list--pdf .c-list__item {
  padding-left: 2.2rem;
}

.c-list--pdf .c-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.4rem;
  height: 2em;
  content: "";
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-image: url("../images/common/icon-pdf.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-list--disc .c-list__item {
  padding-left: 1.5rem;
}

.c-list--disc .c-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.c-list--number .c-list__item {
  padding-left: 2.4rem;
}

.c-list--number .c-list__item:nth-child(1)::before {
  content: "1.";
}

.c-list--number .c-list__item:nth-child(2)::before {
  content: "2.";
}

.c-list--number .c-list__item:nth-child(3)::before {
  content: "3.";
}

.c-list--number .c-list__item:nth-child(4)::before {
  content: "4.";
}

.c-list--number .c-list__item:nth-child(5)::before {
  content: "5.";
}

.c-list--number .c-list__item:nth-child(6)::before {
  content: "6.";
}

.c-list--number .c-list__item:nth-child(7)::before {
  content: "7.";
}

.c-list--number .c-list__item:nth-child(8)::before {
  content: "8.";
}

.c-list--number .c-list__item:nth-child(9)::before {
  content: "9.";
}

.c-list--number .c-list__item:nth-child(10)::before {
  content: "10.";
}

.c-list--number .c-list__item:nth-child(11)::before {
  content: "11.";
}

.c-list--number .c-list__item:nth-child(12)::before {
  content: "12.";
}

.c-list--number .c-list__item:nth-child(13)::before {
  content: "13.";
}

.c-list--number .c-list__item:nth-child(14)::before {
  content: "14.";
}

.c-list--number .c-list__item:nth-child(15)::before {
  content: "15.";
}

.c-list--number .c-list__item:nth-child(16)::before {
  content: "16.";
}

.c-list--number .c-list__item:nth-child(17)::before {
  content: "17.";
}

.c-list--number .c-list__item:nth-child(18)::before {
  content: "18.";
}

.c-list--number .c-list__item:nth-child(19)::before {
  content: "19.";
}

.c-list--number .c-list__item:nth-child(20)::before {
  content: "20.";
}

.c-list--number .c-list__item:nth-child(21)::before {
  content: "21.";
}

.c-list--number .c-list__item:nth-child(22)::before {
  content: "22.";
}

.c-list--number .c-list__item:nth-child(23)::before {
  content: "23.";
}

.c-list--number .c-list__item:nth-child(24)::before {
  content: "24.";
}

.c-list--number .c-list__item:nth-child(25)::before {
  content: "25.";
}

.c-list--number .c-list__item:nth-child(26)::before {
  content: "26.";
}

.c-list--number .c-list__item:nth-child(27)::before {
  content: "27.";
}

.c-list--number .c-list__item:nth-child(28)::before {
  content: "28.";
}

.c-list--number .c-list__item:nth-child(29)::before {
  content: "29.";
}

.c-list--number .c-list__item:nth-child(30)::before {
  content: "30.";
}

.c-list--number .c-list__item:nth-child(31)::before {
  content: "31.";
}

.c-list--number .c-list__item:nth-child(32)::before {
  content: "32.";
}

.c-list--number .c-list__item:nth-child(33)::before {
  content: "33.";
}

.c-list--number .c-list__item:nth-child(34)::before {
  content: "34.";
}

.c-list--number .c-list__item:nth-child(35)::before {
  content: "35.";
}

.c-list--number .c-list__item:nth-child(36)::before {
  content: "36.";
}

.c-list--number .c-list__item:nth-child(37)::before {
  content: "37.";
}

.c-list--number .c-list__item:nth-child(38)::before {
  content: "38.";
}

.c-list--number .c-list__item:nth-child(39)::before {
  content: "39.";
}

.c-list--number .c-list__item:nth-child(40)::before {
  content: "40.";
}

.c-list--number .c-list__item:nth-child(41)::before {
  content: "41.";
}

.c-list--number .c-list__item:nth-child(42)::before {
  content: "42.";
}

.c-list--number .c-list__item:nth-child(43)::before {
  content: "43.";
}

.c-list--number .c-list__item:nth-child(44)::before {
  content: "44.";
}

.c-list--number .c-list__item:nth-child(45)::before {
  content: "45.";
}

.c-list--number .c-list__item:nth-child(46)::before {
  content: "46.";
}

.c-list--number .c-list__item:nth-child(47)::before {
  content: "47.";
}

.c-list--number .c-list__item:nth-child(48)::before {
  content: "48.";
}

.c-list--number .c-list__item:nth-child(49)::before {
  content: "49.";
}

.c-list--number .c-list__item:nth-child(50)::before {
  content: "50.";
}

.c-list--number .c-list__item:nth-child(51)::before {
  content: "51.";
}

.c-list--number .c-list__item:nth-child(52)::before {
  content: "52.";
}

.c-list--number .c-list__item:nth-child(53)::before {
  content: "53.";
}

.c-list--number .c-list__item:nth-child(54)::before {
  content: "54.";
}

.c-list--number .c-list__item:nth-child(55)::before {
  content: "55.";
}

.c-list--number .c-list__item:nth-child(56)::before {
  content: "56.";
}

.c-list--number .c-list__item:nth-child(57)::before {
  content: "57.";
}

.c-list--number .c-list__item:nth-child(58)::before {
  content: "58.";
}

.c-list--number .c-list__item:nth-child(59)::before {
  content: "59.";
}

.c-list--number .c-list__item:nth-child(60)::before {
  content: "60.";
}

.c-list--number .c-list__item:nth-child(61)::before {
  content: "61.";
}

.c-list--number .c-list__item:nth-child(62)::before {
  content: "62.";
}

.c-list--number .c-list__item:nth-child(63)::before {
  content: "63.";
}

.c-list--number .c-list__item:nth-child(64)::before {
  content: "64.";
}

.c-list--number .c-list__item:nth-child(65)::before {
  content: "65.";
}

.c-list--number .c-list__item:nth-child(66)::before {
  content: "66.";
}

.c-list--number .c-list__item:nth-child(67)::before {
  content: "67.";
}

.c-list--number .c-list__item:nth-child(68)::before {
  content: "68.";
}

.c-list--number .c-list__item:nth-child(69)::before {
  content: "69.";
}

.c-list--number .c-list__item:nth-child(70)::before {
  content: "70.";
}

.c-list--number .c-list__item:nth-child(71)::before {
  content: "71.";
}

.c-list--number .c-list__item:nth-child(72)::before {
  content: "72.";
}

.c-list--number .c-list__item:nth-child(73)::before {
  content: "73.";
}

.c-list--number .c-list__item:nth-child(74)::before {
  content: "74.";
}

.c-list--number .c-list__item:nth-child(75)::before {
  content: "75.";
}

.c-list--number .c-list__item:nth-child(76)::before {
  content: "76.";
}

.c-list--number .c-list__item:nth-child(77)::before {
  content: "77.";
}

.c-list--number .c-list__item:nth-child(78)::before {
  content: "78.";
}

.c-list--number .c-list__item:nth-child(79)::before {
  content: "79.";
}

.c-list--number .c-list__item:nth-child(80)::before {
  content: "80.";
}

.c-list--number .c-list__item:nth-child(81)::before {
  content: "81.";
}

.c-list--number .c-list__item:nth-child(82)::before {
  content: "82.";
}

.c-list--number .c-list__item:nth-child(83)::before {
  content: "83.";
}

.c-list--number .c-list__item:nth-child(84)::before {
  content: "84.";
}

.c-list--number .c-list__item:nth-child(85)::before {
  content: "85.";
}

.c-list--number .c-list__item:nth-child(86)::before {
  content: "86.";
}

.c-list--number .c-list__item:nth-child(87)::before {
  content: "87.";
}

.c-list--number .c-list__item:nth-child(88)::before {
  content: "88.";
}

.c-list--number .c-list__item:nth-child(89)::before {
  content: "89.";
}

.c-list--number .c-list__item:nth-child(90)::before {
  content: "90.";
}

.c-list--number .c-list__item:nth-child(91)::before {
  content: "91.";
}

.c-list--number .c-list__item:nth-child(92)::before {
  content: "92.";
}

.c-list--number .c-list__item:nth-child(93)::before {
  content: "93.";
}

.c-list--number .c-list__item:nth-child(94)::before {
  content: "94.";
}

.c-list--number .c-list__item:nth-child(95)::before {
  content: "95.";
}

.c-list--number .c-list__item:nth-child(96)::before {
  content: "96.";
}

.c-list--number .c-list__item:nth-child(97)::before {
  content: "97.";
}

.c-list--number .c-list__item:nth-child(98)::before {
  content: "98.";
}

.c-list--number .c-list__item:nth-child(99)::before {
  content: "99.";
}

.c-list--number .c-list__item:nth-child(100)::before {
  content: "100.";
}

.c-list--number .c-list__item:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

@media (max-width: 959px) {
  .c-list__item {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0.4em;
  }
}
@media (max-width: 519px) {
  .c-list__item {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 0.4em;
  }
}
.c-breadcrumbs {
  padding: 1.5rem 0;
}

@media (max-width: 519px) {
  .c-breadcrumbs {
    display: none;
  }
}
.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-breadcrumbs__item {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-breadcrumbs__item::before {
  top: 0;
  left: 15px;
  display: block;
  width: 1rem;
  height: 1px;
  margin: 0 2rem;
  content: "";
  background-color: #dadada;
}

.c-breadcrumbs__item:first-child {
  padding-left: 0;
}

.c-breadcrumbs__item:first-child::before {
  display: none;
}

.c-breadcrumbs__item a {
  color: #ea601f;
}

/*link-anim*/
.c-link-anim,
.c-anchor__list-text,
.c-button-more__text,
.c-list--number .c-list__item a {
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#000, #000) 100% 100%/0 1px no-repeat;
  will-change: background-size;
}

a:hover .c-link-anim,
a:hover .c-anchor__list-text,
a:hover .c-button-more__text,
a:hover .c-list--number .c-list__item a,
.c-list--number .c-list__item a:hover a {
  background-position: 0 100%;
  background-size: 100% 1px;
}

a.c-link-anim:hover,
a.c-anchor__list-text:hover,
a.c-button-more__text:hover,
.c-list--number .c-list__item a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.c-link-anim-2,
.c-list--pdf .c-list__item a {
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 0 100%/100% 1px no-repeat;
  background: linear-gradient(#000, #000) 0 100%/100% 1px no-repeat;
  will-change: background-size;
}

a.c-link-anim-2:hover,
.c-list--pdf .c-list__item a:hover {
  background-position: 100% 100%;
  background-size: 0 1px;
}

.c-link-anim-orange,
.c-breadcrumbs__item a {
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea601f), to(#ea601f)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#ea601f, #ea601f) 100% 100%/0 1px no-repeat;
  will-change: background-size;
}

a:hover .c-link-anim-orange,
a:hover .c-breadcrumbs__item a,
.c-breadcrumbs__item a:hover a {
  background-position: 0 100%;
  background-size: 100% 1px;
}

a.c-link-anim-orange:hover,
.c-breadcrumbs__item a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.c-link-anim-orange-2 {
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea601f), to(#ea601f)) 0 100%/100% 1px no-repeat;
  background: linear-gradient(#ea601f, #ea601f) 0 100%/100% 1px no-repeat;
  will-change: background-size;
}

a.c-link-anim-orange-2:hover {
  background-position: 100% 100%;
  background-size: 0 1px;
}

.c-link-anim-blue {
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: -webkit-gradient(linear, left top, left bottom, from(#5dacfa), to(#5dacfa)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#5dacfa, #5dacfa) 100% 100%/0 1px no-repeat;
  will-change: background-size;
}

a:hover .c-link-anim-blue {
  background-position: 0 100%;
  background-size: 100% 1px;
}

a.c-link-anim-blue:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.c-link-anim-blue-2,
.c-paragraph a,
.p-jyoutokai__note a,
.p-sotsugyousei__note a,
.p-top__activity-text a,
.c-box__caption a,
.c-box__desc a,
.p-financial a {
  -webkit-transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background: -webkit-gradient(linear, left top, left bottom, from(#5dacfa), to(#5dacfa)) 0 100%/100% 1px no-repeat;
  background: linear-gradient(#5dacfa, #5dacfa) 0 100%/100% 1px no-repeat;
  will-change: background-size;
}

a.c-link-anim-blue-2:hover,
.c-paragraph a:hover,
.p-jyoutokai__note a:hover,
.p-sotsugyousei__note a:hover,
.p-top__activity-text a:hover,
.c-box__caption a:hover,
.c-box__desc a:hover {
  background-position: 100% 100%;
  background-size: 0 1px;
}

.c-anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

@media (max-width: 959px) {
  .c-anchor__list {
    padding: 0;
    border-top: none;
    border-left: 1px solid #dadada;
  }
}
@media (max-width: 519px) {
  .c-anchor__list {
    padding: 0;
    border-top: none;
    border-right: 1px solid #dadada;
  }
}
.c-anchor__list-item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  padding: 0.5rem 8rem;
  text-align: center;
  border-right: 1px solid #dadada;
}

.c-anchor__list-item:last-child {
  border-right: none;
}

.c-anchor__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

@media (max-width: 959px) {
  .c-anchor__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    width: 100%;
  }
  .c-anchor__list-item:last-child {
    border-right: 1px solid #dadada;
  }
}
@media (max-width: 519px) {
  .c-anchor__list-item {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    border-right: none;
  }
  .c-anchor__list-item:last-child {
    border-right: none;
  }
  .c-anchor__list--sm-1 .c-anchor__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
.c-anchor__list-icon {
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  color: #5dacfa;
}

@media (max-width: 519px) {
  .c-anchor__list-icon {
    position: absolute;
    top: 1.2rem;
    left: 1.5rem;
    margin-right: 0;
  }
}
.c-anchor__list-icon-in {
  display: inline-block;
}

a:hover .c-anchor__list-icon-in {
  -webkit-animation: down 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: down 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.c-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3rem;
}

@media (max-width: 959px) {
  .c-box {
    margin: 0 -1.5rem;
  }
}
@media (max-width: 519px) {
  .c-box {
    margin: 0;
  }
  .c-box--3,
  .c-box--4 {
    margin: 0 -0.5rem;
  }
}
.c-box__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 3rem 4rem;
  will-change: filter;
}

.c-box__item:hover {
  z-index: 3;
}

.c-box--2 .c-box__item {
  width: 50%;
}

.c-box--2 .c-box__item:nth-child(2n+1):nth-last-child(-n+2),
.c-box--2 .c-box__item:nth-child(2n+1):nth-last-child(-n+2) ~ .c-box__item {
  padding-bottom: 0;
}

.c-box--3 .c-box__item {
  width: 33.3333333333%;
}

.c-box--3 .c-box__item:nth-child(3n+1):nth-last-child(-n+3),
.c-box--3 .c-box__item:nth-child(3n+1):nth-last-child(-n+3) ~ .c-box__item {
  padding-bottom: 0;
}

.c-box--4 .c-box__item {
  width: 25%;
}

.c-box--4 .c-box__item:nth-child(4n+1):nth-last-child(-n+4),
.c-box--4 .c-box__item:nth-child(4n+1):nth-last-child(-n+4) ~ .c-box__item {
  padding-bottom: 0;
}

@media (max-width: 959px) {
  .c-box__item {
    padding: 0 1.5rem 3rem;
  }
}
@media (max-width: 519px) {
  .c-box__item {
    padding: 0 0 2rem;
    -webkit-transition: none;
    transition: none;
  }
  .c-box--2 .c-box__item {
    width: 100%;
  }
  .c-box--2 .c-box__item:nth-child(2n+1):nth-last-child(-n+2),
  .c-box--2 .c-box__item:nth-child(3n+1):nth-last-child(-n+2) ~ .c-box__item {
    padding-bottom: 2rem;
  }
  .c-box--2 .c-box__item:last-child {
    padding: 0;
  }
  .c-box--3 .c-box__item,
  .c-box--sm-2 .c-box__item {
    width: 50%;
    padding: 0 0.5rem 2rem;
  }
  .c-box--4 .c-box__item,
  .c-box--sm-2 .c-box__item {
    width: 50%;
    padding: 0 0.5rem 2rem;
  }
  .c-box__item:hover {
    -webkit-filter: none;
    filter: none;
  }
}
.c-box__inner {
  height: 100%;
}

.c-box__img {
  overflow: hidden;
  border: solid 3px #ea601f;
  border-radius: 20px;
}

.c-box__img.is-blue {
  border: solid 3px #5dacfa;
}

.c-box__img.is-green {
  border: solid 3px #80b11a;
}

@media (max-width: 959px) {
  .c-box__img {
    border-radius: 15px;
  }
}
@media (max-width: 519px) {
  .c-box__img {
    border-radius: 10px;
  }
  .c-box__img.is-blue {
    border: solid 2px #5dacfa;
  }
  .c-box__img.is-green {
    border: solid 2px #80b11a;
  }
}
.c-box__desc {
  margin-top: 1rem;
  text-align: center;
  line-height: 1.6;
}

@media (max-width: 519px) {
  .c-box__desc {
    margin-top: 0.5rem;
  }
}
.c-box__caption {
  margin-top: 1rem;
  margin-left: 2rem;
}

@media (max-width: 519px) {
  .c-box__caption {
    margin-top: 1rem;
  }
}
/*wp-editor*/
.c-blockquote__text {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.c-blockquote__text--sm {
  font-size: 22px;
  font-size: 2.2rem;
}

.c-blockquote__cite {
  margin-top: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  letter-spacing: 0.04em;
  color: #ea601f;
}

.c-flow {
  margin-top: 6rem;
}

@media (max-width: 959px) {
  .c-flow {
    margin-top: 4rem;
  }
}
@media (max-width: 519px) {
  .c-flow {
    margin-top: 3rem;
  }
}
.c-flow__item {
  position: relative;
  margin-top: 3rem;
  padding-left: 8rem;
}

.c-flow__item:nth-child(1)::before {
  content: "1";
}

.c-flow__item:nth-child(2)::before {
  content: "2";
}

.c-flow__item:nth-child(3)::before {
  content: "3";
}

.c-flow__item:nth-child(4)::before {
  content: "4";
}

.c-flow__item:nth-child(5)::before {
  content: "5";
}

.c-flow__item:nth-child(6)::before {
  content: "6";
}

.c-flow__item:nth-child(7)::before {
  content: "7";
}

.c-flow__item:nth-child(8)::before {
  content: "8";
}

.c-flow__item:nth-child(9)::before {
  content: "9";
}

.c-flow__item:nth-child(10)::before {
  content: "10";
}

.c-flow__item:nth-child(11)::before {
  content: "11";
}

.c-flow__item:nth-child(12)::before {
  content: "12";
}

.c-flow__item:nth-child(13)::before {
  content: "13";
}

.c-flow__item:nth-child(14)::before {
  content: "14";
}

.c-flow__item:nth-child(15)::before {
  content: "15";
}

.c-flow__item:nth-child(16)::before {
  content: "16";
}

.c-flow__item:nth-child(17)::before {
  content: "17";
}

.c-flow__item:nth-child(18)::before {
  content: "18";
}

.c-flow__item:nth-child(19)::before {
  content: "19";
}

.c-flow__item:nth-child(20)::before {
  content: "20";
}

.c-flow__item:nth-child(21)::before {
  content: "21";
}

.c-flow__item:nth-child(22)::before {
  content: "22";
}

.c-flow__item:nth-child(23)::before {
  content: "23";
}

.c-flow__item:nth-child(24)::before {
  content: "24";
}

.c-flow__item:nth-child(25)::before {
  content: "25";
}

.c-flow__item:nth-child(26)::before {
  content: "26";
}

.c-flow__item:nth-child(27)::before {
  content: "27";
}

.c-flow__item:nth-child(28)::before {
  content: "28";
}

.c-flow__item:nth-child(29)::before {
  content: "29";
}

.c-flow__item:nth-child(30)::before {
  content: "30";
}

.c-flow__item:nth-child(31)::before {
  content: "31";
}

.c-flow__item:nth-child(32)::before {
  content: "32";
}

.c-flow__item:nth-child(33)::before {
  content: "33";
}

.c-flow__item:nth-child(34)::before {
  content: "34";
}

.c-flow__item:nth-child(35)::before {
  content: "35";
}

.c-flow__item:nth-child(36)::before {
  content: "36";
}

.c-flow__item:nth-child(37)::before {
  content: "37";
}

.c-flow__item:nth-child(38)::before {
  content: "38";
}

.c-flow__item:nth-child(39)::before {
  content: "39";
}

.c-flow__item:nth-child(40)::before {
  content: "40";
}

.c-flow__item:nth-child(41)::before {
  content: "41";
}

.c-flow__item:nth-child(42)::before {
  content: "42";
}

.c-flow__item:nth-child(43)::before {
  content: "43";
}

.c-flow__item:nth-child(44)::before {
  content: "44";
}

.c-flow__item:nth-child(45)::before {
  content: "45";
}

.c-flow__item:nth-child(46)::before {
  content: "46";
}

.c-flow__item:nth-child(47)::before {
  content: "47";
}

.c-flow__item:nth-child(48)::before {
  content: "48";
}

.c-flow__item:nth-child(49)::before {
  content: "49";
}

.c-flow__item:nth-child(50)::before {
  content: "50";
}

.c-flow__item:nth-child(51)::before {
  content: "51";
}

.c-flow__item:nth-child(52)::before {
  content: "52";
}

.c-flow__item:nth-child(53)::before {
  content: "53";
}

.c-flow__item:nth-child(54)::before {
  content: "54";
}

.c-flow__item:nth-child(55)::before {
  content: "55";
}

.c-flow__item:nth-child(56)::before {
  content: "56";
}

.c-flow__item:nth-child(57)::before {
  content: "57";
}

.c-flow__item:nth-child(58)::before {
  content: "58";
}

.c-flow__item:nth-child(59)::before {
  content: "59";
}

.c-flow__item:nth-child(60)::before {
  content: "60";
}

.c-flow__item:nth-child(61)::before {
  content: "61";
}

.c-flow__item:nth-child(62)::before {
  content: "62";
}

.c-flow__item:nth-child(63)::before {
  content: "63";
}

.c-flow__item:nth-child(64)::before {
  content: "64";
}

.c-flow__item:nth-child(65)::before {
  content: "65";
}

.c-flow__item:nth-child(66)::before {
  content: "66";
}

.c-flow__item:nth-child(67)::before {
  content: "67";
}

.c-flow__item:nth-child(68)::before {
  content: "68";
}

.c-flow__item:nth-child(69)::before {
  content: "69";
}

.c-flow__item:nth-child(70)::before {
  content: "70";
}

.c-flow__item:nth-child(71)::before {
  content: "71";
}

.c-flow__item:nth-child(72)::before {
  content: "72";
}

.c-flow__item:nth-child(73)::before {
  content: "73";
}

.c-flow__item:nth-child(74)::before {
  content: "74";
}

.c-flow__item:nth-child(75)::before {
  content: "75";
}

.c-flow__item:nth-child(76)::before {
  content: "76";
}

.c-flow__item:nth-child(77)::before {
  content: "77";
}

.c-flow__item:nth-child(78)::before {
  content: "78";
}

.c-flow__item:nth-child(79)::before {
  content: "79";
}

.c-flow__item:nth-child(80)::before {
  content: "80";
}

.c-flow__item:nth-child(81)::before {
  content: "81";
}

.c-flow__item:nth-child(82)::before {
  content: "82";
}

.c-flow__item:nth-child(83)::before {
  content: "83";
}

.c-flow__item:nth-child(84)::before {
  content: "84";
}

.c-flow__item:nth-child(85)::before {
  content: "85";
}

.c-flow__item:nth-child(86)::before {
  content: "86";
}

.c-flow__item:nth-child(87)::before {
  content: "87";
}

.c-flow__item:nth-child(88)::before {
  content: "88";
}

.c-flow__item:nth-child(89)::before {
  content: "89";
}

.c-flow__item:nth-child(90)::before {
  content: "90";
}

.c-flow__item:nth-child(91)::before {
  content: "91";
}

.c-flow__item:nth-child(92)::before {
  content: "92";
}

.c-flow__item:nth-child(93)::before {
  content: "93";
}

.c-flow__item:nth-child(94)::before {
  content: "94";
}

.c-flow__item:nth-child(95)::before {
  content: "95";
}

.c-flow__item:nth-child(96)::before {
  content: "96";
}

.c-flow__item:nth-child(97)::before {
  content: "97";
}

.c-flow__item:nth-child(98)::before {
  content: "98";
}

.c-flow__item:nth-child(99)::before {
  content: "99";
}

.c-flow__item:nth-child(100)::before {
  content: "100";
}

.c-flow__item:before {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  padding-right: 3.5rem;
  border-right: 1px solid #ea601f;
}

.c-flow__item .c-list {
  margin-top: 0;
}

@media (max-width: 519px) {
  .c-flow__item {
    margin-top: 2rem;
    padding-left: 4rem;
  }
  .c-flow__item:before {
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 1.5rem;
  }
}
.c-flow__item-heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}

@media (max-width: 959px) {
  .c-flow__item-heading {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 519px) {
  .c-flow__item-heading {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.c-opening {
  position: fixed;
  z-index: 5000000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
  background-color: #fff;
}

.is-lower .c-opening {
  display: none;
}

.is-complete .c-opening {
  opacity: 0;
}

.c-opening__inner {
  text-align: center;
}

.c-opening__logo {
  width: 14.3055555556vw;
  margin: 0 auto;
}

.c-opening__logo img {
  width: 100%;
}

@media (max-width: 959px) {
  .c-opening__logo {
    width: 39.0625vw;
  }
}
@media (max-width: 519px) {
  .c-opening__logo {
    width: 40vw;
  }
}
.c-opening__copy {
  width: 16.1111111111vw;
  margin-top: 1.3888888889vw;
}

.c-opening__copy img {
  width: 100%;
}

@media (max-width: 959px) {
  .c-opening__copy {
    width: 39.0625vw;
  }
}
@media (max-width: 519px) {
  .c-opening__copy {
    width: 40vw;
  }
}
/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
.p-top {
  padding-bottom: 10rem;
}

@media (max-width: 959px) {
  .p-top {
    padding-bottom: 8rem;
  }
}
@media (max-width: 519px) {
  .p-top {
    padding-bottom: 5rem;
  }
}
/* p-top-kv */
.p-top-kv {
  position: relative;
  z-index: 50;
  overflow: hidden;
  width: 100%;
  padding-bottom: 12rem;
}

@media (max-width: 959px) {
  .p-top-kv {
    height: calc(100vh - 8rem);
    padding-bottom: 0;
  }
}
@media (max-width: 519px) {
  .p-top-kv {
    height: calc(100vh - 6rem);
  }
}
.p-top-kv__inner {
  position: relative;
  position: relative;
  width: 100%;
  padding: 1.3888888889vw 1.3888888889vw;
}

@media (max-width: 959px) {
  .p-top-kv__inner {
    padding: 0;
  }
}
.p-top-kv__copy {
  position: absolute;
  top: 50%;
  left: 4.8611111111vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 959px) {
  .p-top-kv__copy {
    position: static;
    padding: 7.8125vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 519px) {
  .p-top-kv__copy {
    padding: 6.6666666667vw;
  }
}
.p-top-kv__copy-jp {
  width: 30.7638888889vw;
}

.p-top-kv__copy-jp img {
  width: 100%;
}

@media (max-width: 959px) {
  .p-top-kv__copy-jp {
    width: 49.4791666667vw;
  }
}
@media (max-width: 519px) {
  .p-top-kv__copy-jp {
    width: 58.6666666667vw;
  }
}
.p-top-kv__copy-en {
  width: 16.6666666667vw;
  margin-top: 1.3888888889vw;
}

.p-top-kv__copy-en img {
  width: 100%;
}

@media (max-width: 959px) {
  .p-top-kv__copy-en {
    width: 26.0416666667vw;
    margin-top: 2.6041666667vw;
  }
}
@media (max-width: 519px) {
  .p-top-kv__copy-en {
    width: 37.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-top-kv__image {
  width: 58.3333333333vw;
  height: 41.6666666667vw;
  margin-left: auto;
  border-radius: 30px;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 959px) {
  .p-top-kv__image {
    width: 100%;
    height: 62.5vw;
    margin-left: 0;
    border-radius: 0;
  }
}
@media (max-width: 519px) {
  .p-top-kv__image {
    height: 74.6666666667vw;
  }
}
.p-top-kv__balloon {
  position: absolute;
  right: 2.7777777778vw;
  top: 2.7777777778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 100%;
  background-color: #ffed1a;
}

@media (max-width: 959px) {
  .p-top-kv__balloon {
    right: 6.5104166667vw;
    bottom: 13.0208333333vw;
    top: auto;
  }
}
@media (max-width: 519px) {
  .p-top-kv__balloon {
    right: 5.3333333333vw;
    bottom: 37.3333333333vw;
    width: 100px;
    height: 100px;
  }
}
.p-top-kv__balloon-copy {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (max-width: 519px) {
  .p-top-kv__balloon-copy {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 0rem;
  }
}
.p-top-kv__balloon-heading {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: futura-pt, sans-serif;
  margin-bottom: 1rem;
}

@media (max-width: 519px) {
  .p-top-kv__balloon-heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.p-top-kv__balloon-icon {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 519px) {
  .p-top-kv__balloon-icon {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 0.3rem;
  }
}
/* p-top__message  */
.p-top__message {
  position: relative;
}

.p-top__message-inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 959px) {
  .p-top__message-inner {
    padding: 0 7.8125vw;
  }
}
@media (max-width: 519px) {
  .p-top__message-inner {
    padding: 0 6.6666666667vw;
  }
}
.p-top__message-sign {
  font-size: 20px;
  font-size: 2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
  letter-spacing: 0.06em;
}

.p-top__message-sign span {
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.p-top__message-img {
  position: absolute;
  z-index: 0;
  width: 100%;
  border-radius: 100%;
}

.p-top__message-img img {
  width: 100%;
}

.p-top__message-img--1 {
  top: 7.6388888889%;
  left: 13.8888888889%;
  max-width: 12.9166666667%;
  border: 3px solid #ea601f;
}

.p-top__message-img--2 {
  top: 47.2222222222%;
  left: 3.4722222222%;
  max-width: 14.2361111111%;
  border: 3px solid #80b11a;
}

.p-top__message-img--3 {
  bottom: 5.5555555556%;
  left: 25.6944444444%;
  max-width: 7.9166666667%;
  border: 3px solid #ea601f;
}

.p-top__message-img--4 {
  top: 8.6805555556%;
  right: 12.8472222222%;
  max-width: 11.1111111111%;
  border: 3px solid #80b11a;
}

.p-top__message-img--5 {
  top: 41.6666666667%;
  right: 3.4722222222%;
  max-width: 14.2361111111%;
  border: 3px solid #ea601f;
}

.p-top__message-img--6 {
  right: 12.5%;
  bottom: 8.3333333333%;
  max-width: 10%;
  border: 3px solid #80b11a;
}

@media (max-width: 959px) {
  .p-top__message-img--1 {
    top: 7.6388888889%;
    left: 13.8888888889%;
    max-width: 12.9166666667%;
  }
  .p-top__message-img--2 {
    top: 24.3055555556%;
    left: 3.4722222222%;
    max-width: 14.2361111111%;
  }
  .p-top__message-img--3 {
    bottom: 5.5555555556%;
    left: 12.5%;
    max-width: 13.8888888889%;
  }
  .p-top__message-img--4 {
    top: 8.6805555556%;
    right: 12.8472222222%;
    max-width: 11.1111111111%;
  }
  .p-top__message-img--5 {
    top: 23.6111111111%;
    right: 3.4722222222%;
    max-width: 14.2361111111%;
  }
  .p-top__message-img--6 {
    right: 11.1111111111%;
    bottom: 8.3333333333%;
    max-width: 13.8888888889%;
  }
}
@media (max-width: 519px) {
  .p-top__message-img--1 {
    top: 8.3333333333%;
    left: 10.4166666667%;
    max-width: 13.8888888889%;
    border: 2px solid #ea601f;
  }
  .p-top__message-img--2 {
    top: 20.8333333333%;
    left: 0.6944444444%;
    max-width: 15.2777777778%;
    border: 2px solid #80b11a;
  }
  .p-top__message-img--3 {
    bottom: 5.5555555556%;
    left: 4.1666666667%;
    max-width: 16.6666666667%;
    border: 2px solid #ea601f;
  }
  .p-top__message-img--4 {
    top: 8.3333333333%;
    right: 11.1111111111%;
    max-width: 13.8888888889%;
    border: 2px solid #80b11a;
  }
  .p-top__message-img--5 {
    top: 20.8333333333%;
    right: 2.0833333333%;
    max-width: 15.2777777778%;
    border: 2px solid #ea601f;
  }
  .p-top__message-img--6 {
    right: 4.1666666667%;
    bottom: 10.4166666667%;
    max-width: 16.6666666667%;
    border: 2px solid #80b11a;
  }
}
.p-top__activity-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
}

@media (max-width: 519px) {
  .p-top__activity-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-top__activity-col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 2rem;
}

@media (max-width: 519px) {
  .p-top__activity-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-top__activity-col--child {
    margin-bottom: 5rem;
  }
}
.p-top__activity-image {
  overflow: hidden;
  border-radius: 30px;
}

.p-top__activity-col--child .p-top__activity-image {
  border: 3px solid #80b11a;
}

.p-top__activity-col--animal .p-top__activity-image {
  border: 3px solid #ea601f;
}

.p-top__activity-image img {
  width: 100%;
}

@media (max-width: 959px) {
  .p-top__activity-image {
    border-radius: 25px;
  }
}
@media (max-width: 519px) {
  .p-top__activity-image {
    border-radius: 20px;
  }
  .p-top__activity-col--child .p-top__activity-image {
    border: 2px solid #80b11a;
  }
  .p-top__activity-col--animal .p-top__activity-image {
    border: 2px solid #ea601f;
  }
}
.p-top__activity-body {
  margin-top: 3rem;
}

@media (max-width: 959px) {
  .p-top__activity-body {
    margin-top: 1.2rem;
  }
}
@media (max-width: 519px) {
  .p-top__activity-body {
    margin-top: 1rem;
  }
}
.p-top__activity-heading {
  text-align: center;
}

.p-top__activity-heading--en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: futura-pt, sans-serif;
  display: block;
}

.p-top__activity-col--child .p-top__activity-heading--en {
  color: #80b11a;
}

.p-top__activity-col--animal .p-top__activity-heading--en {
  color: #ea601f;
}

.p-top__activity-heading--jp {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: block;
  letter-spacing: 0.06em;
}

.p-top__activity-button {
  margin-top: 3rem;
  text-align: center;
}

@media (max-width: 959px) {
  .p-top__activity-button {
    margin-top: 1rem;
  }
}
@media (max-width: 519px) {
  .p-top__activity-button {
    margin-top: 0;
  }
}
.p-overview-list {
  margin-top: 1rem;
}

.p-overview-list__item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  border-top: 1px solid #dadada;
}

@media (max-width: 959px) {
  .p-overview-list__item {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }
}
@media (max-width: 519px) {
  .p-overview-list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1rem 0;
  }
}
.p-overview-list__heading {
  -ms-flex-preferred-size: 190px;
  flex-basis: 190px;
  max-width: 190px;
}

@media (max-width: 959px) {
  .p-overview-list__heading {
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    max-width: 140px;
  }
}
@media (max-width: 519px) {
  .p-overview-list__heading {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.p-overview-list__description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-overview-list__description strong {
  font-weight: bold;
  display: block;
  margin-top: 3rem;
}

.p-overview-list__description strong:first-child {
  margin-top: 0;
}

.p-overview-list__description ul {
  margin-top: 1rem;
}

@media (max-width: 519px) {
  .p-overview-list__description {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .p-overview-list__description strong {
    margin-top: 2rem;
  }
  .p-overview-list__description strong:first-child {
    margin-top: 1.5rem;
  }
  .p-overview-list__description ul {
    margin-top: 1rem;
  }
}
.p-sotsugyousei__body {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.p-sotsujyousei__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: absolute;
  z-index: 100;
  top: 5rem;
  left: 20%;
  padding: 0.5rem 5rem;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  background-color: #ffed1a;
}

@media (max-width: 959px) {
  .p-sotsujyousei__label {
    font-size: 14px;
    font-size: 1.4rem;
    top: 3rem;
    left: 5%;
    padding: 0.5rem 3rem;
  }
}
@media (max-width: 519px) {
  .p-sotsujyousei__label {
    font-size: 10px;
    font-size: 1rem;
    top: 2rem;
    left: 3%;
    padding: 0.5rem 2rem;
  }
}
.p-sotsugyousei__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin: 6rem -1rem 0;
  padding-bottom: 2rem;
}

@media (max-width: 959px) {
  .p-sotsugyousei__list {
    margin: 4rem -0.8rem 0;
    padding-bottom: 2rem;
  }
}
@media (max-width: 519px) {
  .p-sotsugyousei__list {
    margin: 3rem -0.5rem 0;
    padding-bottom: 2rem;
  }
}
.p-sotsugyousei__list-item {
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  max-width: 180px;
  padding: 0 1rem;
}

.p-sotsugyousei__list-item img {
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 959px) {
  .p-sotsugyousei__list-item {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    max-width: 160px;
    padding: 0 0.8rem;
  }
  .p-sotsugyousei__list-item img {
    border-radius: 15px;
  }
}
@media (max-width: 519px) {
  .p-sotsugyousei__list-item {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    max-width: 120px;
    padding: 0 0.5rem;
  }
  .p-sotsugyousei__list-item img {
    border-radius: 10px;
  }
}
.p-sotsugyousei__list-item-inner {
  padding: 1rem;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 19px -8px #b5b5b5;
  box-shadow: 0 2px 19px -8px #b5b5b5;
}

@media (max-width: 959px) {
  .p-sotsugyousei__list-item-inner {
    padding: 0.8rem;
    border-radius: 15px;
  }
}
@media (max-width: 519px) {
  .p-sotsugyousei__list-item-inner {
    padding: 0.5rem;
    border-radius: 10px;
  }
}
.p-sotsujyousei__button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 519px) {
  .p-sotsujyousei__button-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-sotsujyousei__button {
  max-width: 240px;
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
  margin: 0 20px;
}

.p-sotsujyousei__button .c-icon-instagram,
.p-sotsujyousei__button .c-icon-facebook,
.p-sotsujyousei__button .c-icon-line {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 10px;
}

@media (max-width: 519px) {
  .p-sotsujyousei__button {
    margin: 0;
    max-width: 80%;
    margin: 0 auto;
  }
}
.p-sotsugyousei__note {
  margin-top: 2rem;
}

.p-jyoutokai__body {
  position: relative;
  padding: 0 5rem;
  text-align: center;
}

@media (max-width: 959px) {
  .p-jyoutokai__body {
    padding: 0 7.8125vw;
  }
}
@media (max-width: 519px) {
  .p-jyoutokai__body {
    padding: 0 6.6666666667vw;
  }
}
.p-jyoutokai__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3rem -1rem 0;
}

@media (max-width: 519px) {
  .p-jyoutokai__list {
    margin: 1.5rem -0.5rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-jyoutokai__list-item {
  padding: 0 1rem;
}

.p-jyoutokai__list-item img {
  width: 100%;
  border: 3px solid #ea601f;
  border-radius: 30px;
}

@media (max-width: 959px) {
  .p-jyoutokai__list-item img {
    border-radius: 20px;
  }
}
@media (max-width: 519px) {
  .p-jyoutokai__list-item {
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    padding: 0 0.5rem 1rem;
  }
  .p-jyoutokai__list-item img {
    border: 2px solid #ea601f;
    border-radius: 15px;
  }
}
.p-jyoutokai__note {
  margin-top: 2rem;
}

@media (max-width: 959px) {
  .p-jyoutokai__note {
    margin-top: 1.5rem;
  }
}
@media (max-width: 519px) {
  .p-jyoutokai__note {
    margin-top: 1rem;
  }
}
.p-illust {
  position: fixed;
  z-index: 6000000;
  bottom: 0;
  left: 0;
  width: 100%;
}

.p-illust__item {
  position: absolute;
  bottom: 1.8rem;
  width: 22.5694444444%;
}

.p-illust__item img {
  width: 100%;
}

.p-illust__item--1 {
  left: 5%;
}

.is-illust-start .p-illust__item--1 {
  -webkit-animation: hide 0s 6s forwards;
  animation: hide 0s 6s forwards;
}

.p-illust__item--2 {
  right: 5%;
}

.is-illust-start .p-illust__item--2 {
  -webkit-animation: hide 0s 9.9s forwards;
  animation: hide 0s 9.9s forwards;
}

.p-illust__item--3 {
  left: 5%;
  opacity: 0;
}

.is-illust-start .p-illust__item--3 {
  -webkit-transition: opacity 1s 6s;
  transition: opacity 1s 6s;
  -webkit-animation: moveLeftToRight 3.85s cubic-bezier(0.55, 0.085, 0.68, 0.53) 6s, hide 0s 9.85s forwards;
  animation: moveLeftToRight 3.85s cubic-bezier(0.55, 0.085, 0.68, 0.53) 6s, hide 0s 9.85s forwards;
  opacity: 1;
}

.p-illust__item--4 {
  right: 5%;
  opacity: 0;
}

.is-illust-start .p-illust__item--4 {
  -webkit-animation: hide 0s 0s, xxx 0s 9.9s forwards;
  animation: hide 0s 0s, xxx 0s 9.9s forwards;
}

@media (max-width: 959px) {
  .p-illust__item {
    width: 26.0416666667%;
  }
  .is-illust-start .p-illust__item--3 {
    -webkit-animation: moveLeftToRight-md 3.85s cubic-bezier(0.55, 0.085, 0.68, 0.53) 6s, hide 0s 9.85s forwards;
    animation: moveLeftToRight-md 3.85s cubic-bezier(0.55, 0.085, 0.68, 0.53) 6s, hide 0s 9.85s forwards;
  }
}
@media (max-width: 959px) {
  .p-illust__item {
    width: 42.6666666667%;
  }
  .is-illust-start .p-illust__item--3 {
    -webkit-animation: moveLeftToRight-sm 3.85s cubic-bezier(0.55, 0.085, 0.68, 0.53) 6s, hide 0s 9.85s forwards;
    animation: moveLeftToRight-sm 3.85s cubic-bezier(0.55, 0.085, 0.68, 0.53) 6s, hide 0s 9.85s forwards;
  }
}
@-webkit-keyframes moveLeftToRight {
  0% {
    left: 5%;
    opacity: 1;
  }
  100% {
    left: 67%;
  }
}
@keyframes moveLeftToRight {
  0% {
    left: 5%;
    opacity: 1;
  }
  100% {
    left: 67%;
  }
}
@-webkit-keyframes moveLeftToRight-md {
  0% {
    left: 5%;
    opacity: 1;
  }
  100% {
    left: 44%;
  }
}
@keyframes moveLeftToRight-md {
  0% {
    left: 5%;
    opacity: 1;
  }
  100% {
    left: 44%;
  }
}
@-webkit-keyframes moveLeftToRight-sm {
  0% {
    left: 5%;
    opacity: 1;
  }
  100% {
    left: 38%;
  }
}
@keyframes moveLeftToRight-sm {
  0% {
    left: 5%;
    opacity: 1;
  }
  100% {
    left: 38%;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes xxx {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes xxx {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.p-illust__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(../images/common/grass.svg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100%;
}

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

Utility

--------------------------------------------------------- */
@-webkit-keyframes moveLineLeftToRight {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  49.9% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes moveLineLeftToRight {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  49.9% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@-webkit-keyframes moveLineTopToBottom {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  49.9% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes moveLineTopToBottom {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  49.9% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes textUp {
  0% {
    -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
    transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
}
@keyframes textUp {
  0% {
    -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
    transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
}
@-webkit-keyframes textUp2 {
  0% {
    -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
    transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
}
@keyframes textUp2 {
  0% {
    -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
    transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
}
@-webkit-keyframes textRollUp {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
  30% {
    -webkit-transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -150%);
    transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -150%);
  }
  30.1% {
    -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
    transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
}
@keyframes textRollUp {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
  30% {
    -webkit-transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -150%);
    transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -150%);
  }
  30.1% {
    -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
    transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
}
@-webkit-keyframes textRollUp2 {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
  30% {
    -webkit-transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -200%);
    transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -200%);
  }
  30.1% {
    -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
    transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
}
@keyframes textRollUp2 {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
  30% {
    -webkit-transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -200%);
    transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -200%);
  }
  30.1% {
    -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
    transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
    transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
  }
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0%, -120%);
    transform: translate(0%, -120%);
  }
  30.1% {
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@keyframes up {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0%, -120%);
    transform: translate(0%, -120%);
  }
  30.1% {
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0%, 120%);
    transform: translate(0%, 120%);
  }
  30.1% {
    -webkit-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0%, 120%);
    transform: translate(0%, 120%);
  }
  30.1% {
    -webkit-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes forward {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  30.1% {
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@keyframes forward {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  30.1% {
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes backward {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
  }
  30.1% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@keyframes backward {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
  }
  30.1% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes left-in {
  0% {
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes left-in {
  0% {
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes left-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
}
@keyframes left-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
}
@-webkit-keyframes right-in {
  0% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes right-in {
  0% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes right-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
  }
}
@keyframes right-out {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
  }
}
@-webkit-keyframes up-in {
  0% {
    -webkit-transform: translateY(102%);
    transform: translateY(102%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes up-in {
  0% {
    -webkit-transform: translateY(102%);
    transform: translateY(102%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes up-out {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
  }
}
@keyframes up-out {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
  }
}
@-webkit-keyframes down-in {
  0% {
    -webkit-transform: translateY(-102%);
    transform: translateY(-102%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes down-in {
  0% {
    -webkit-transform: translateY(-102%);
    transform: translateY(-102%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes down-out {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
}
@keyframes down-out {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
}
@-webkit-keyframes circle-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    stroke-dashoffset: 0;
  }
}
@keyframes circle-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes circle-out {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    stroke-dashoffset: 0;
  }
  to {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    stroke-dashoffset: -207.34512px;
  }
}
@keyframes circle-out {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    stroke-dashoffset: 0;
  }
  to {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    stroke-dashoffset: -207.34512px;
  }
}
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(0, 0, 0) skewX(-5deg);
    transform: translate3d(0, 0, 0) skewX(-5deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: translate3d(-100px, 0, 0) skewX(15deg);
    transform: translate3d(-100px, 0, 0) skewX(15deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate3d(100px, 0, 0) skewX(-20deg);
    transform: translate3d(100px, 0, 0) skewX(-20deg);
    opacity: 0;
  }
  70% {
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(0, 0, 0) skewX(-5deg);
    transform: translate3d(0, 0, 0) skewX(-5deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: translate3d(-100px, 0, 0) skewX(15deg);
    transform: translate3d(-100px, 0, 0) skewX(15deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate3d(100px, 0, 0) skewX(-20deg);
    transform: translate3d(100px, 0, 0) skewX(-20deg);
    opacity: 0;
  }
  70% {
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* @keyframes lightSpeedInRight {
    from {
        transform: translate3d(100px, 0, 0) skewX(-20deg);
        opacity: 0;
    }

    60% {
        transform: skewX(15deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
} */
@-webkit-keyframes bounceOutDown {
  15% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  30%, 35% {
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate3d(0, 20px, 0) scaleY(1);
    transform: translate3d(0, 20px, 0) scaleY(1);
    opacity: 0;
  }
  71% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.9);
    transform: translate3d(0, -40px, 0) scaleY(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
@keyframes bounceOutDown {
  15% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  30%, 35% {
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate3d(0, 20px, 0) scaleY(1);
    transform: translate3d(0, 20px, 0) scaleY(1);
    opacity: 0;
  }
  71% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.9);
    transform: translate3d(0, -40px, 0) scaleY(0.9);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.u-fz-10 {
  font-size: 10px !important;
}

.u-fz-11 {
  font-size: 11px !important;
}

.u-fz-12 {
  font-size: 12px !important;
}

.u-fz-13 {
  font-size: 13px !important;
}

.u-fz-14 {
  font-size: 14px !important;
}

.u-fz-15 {
  font-size: 15px !important;
}

.u-fz-16 {
  font-size: 16px !important;
}

.u-fz-17 {
  font-size: 17px !important;
}

.u-fz-18 {
  font-size: 18px !important;
}

.u-fz-19 {
  font-size: 19px !important;
}

.u-fz-20 {
  font-size: 20px !important;
}

.u-fw-nm {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-fw-br {
  font-weight: bolder !important;
}

.u-fw-l {
  font-weight: 200 !important;
}

.u-fw-lr {
  font-weight: lighter !important;
}

.u-fw-100 {
  font-weight: 100 !important;
}

.u-fw-200 {
  font-weight: 200 !important;
}

.u-fw-300 {
  font-weight: 300 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-800 {
  font-weight: 800 !important;
}

.u-fw-900 {
  font-weight: 900 !important;
}

.u-fs-nm {
  font-style: normal !important;
}

.u-fs-i {
  font-style: italic !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-m-a {
  margin: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-0_a {
  margin: 0 auto !important;
}

.u-m-xxs {
  margin: 1rem !important;
}

.u-m-xs {
  margin: 2rem !important;
}

.u-m-sm {
  margin: 4rem !important;
}

.u-m-md {
  margin: 6rem !important;
}

.u-m-lg {
  margin: 8rem !important;
}

.u-m-xl {
  margin: 10rem !important;
}

.u-m-xxl {
  margin: 12rem !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-xxs {
  margin-top: 1rem !important;
}

.u-mt-xs {
  margin-top: 2rem !important;
}

.u-mt-sm {
  margin-top: 4rem !important;
}

.u-mt-md {
  margin-top: 6rem !important;
}

.u-mt-lg {
  margin-top: 8rem !important;
}

.u-mt-xl {
  margin-top: 10rem !important;
}

.u-mt-xxl {
  margin-top: 12rem !important;
}

.u-mr-a {
  margin-right: auto !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-xxs {
  margin-right: 1rem !important;
}

.u-mr-xs {
  margin-right: 2rem !important;
}

.u-mr-sm {
  margin-right: 4rem !important;
}

.u-mr-md {
  margin-right: 6rem !important;
}

.u-mr-lg {
  margin-right: 8rem !important;
}

.u-mr-xl {
  margin-right: 10rem !important;
}

.u-mr-xxl {
  margin-right: 12rem !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-xxs {
  margin-bottom: 1rem !important;
}

.u-mb-xs {
  margin-bottom: 2rem !important;
}

.u-mb-sm {
  margin-bottom: 4rem !important;
}

.u-mb-md {
  margin-bottom: 6rem !important;
}

.u-mb-lg {
  margin-bottom: 8rem !important;
}

.u-mb-xl {
  margin-bottom: 10rem !important;
}

.u-mb-xxl {
  margin-bottom: 12rem !important;
}

.u-ml-a {
  margin-left: auto !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-xxs {
  margin-left: 1rem !important;
}

.u-ml-xs {
  margin-left: 2rem !important;
}

.u-ml-sm {
  margin-left: 4rem !important;
}

.u-ml-md {
  margin-left: 6rem !important;
}

.u-ml-lg {
  margin-left: 8rem !important;
}

.u-ml-xl {
  margin-left: 10rem !important;
}

.u-ml-xxl {
  margin-left: 12rem !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-xxs {
  padding: 1rem !important;
}

.u-p-xs {
  padding: 2rem !important;
}

.u-p-sm {
  padding: 4rem !important;
}

.u-p-md {
  padding: 6rem !important;
}

.u-p-lg {
  padding: 8rem !important;
}

.u-p-xl {
  padding: 10rem !important;
}

.u-p-xxl {
  padding: 12rem !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-xxs {
  padding-top: 1rem !important;
}

.u-pt-xs {
  padding-top: 2rem !important;
}

.u-pt-sm {
  padding-top: 4rem !important;
}

.u-pt-md {
  padding-top: 6rem !important;
}

.u-pt-lg {
  padding-top: 8rem !important;
}

.u-pt-xl {
  padding-top: 10rem !important;
}

.u-pt-xxl {
  padding-top: 12rem !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-xxs {
  padding-right: 1rem !important;
}

.u-pr-xs {
  padding-right: 2rem !important;
}

.u-pr-sm {
  padding-right: 4rem !important;
}

.u-pr-md {
  padding-right: 6rem !important;
}

.u-pr-lg {
  padding-right: 8rem !important;
}

.u-pr-xl {
  padding-right: 10rem !important;
}

.u-pr-xxl {
  padding-right: 12rem !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-xxs {
  padding-bottom: 1rem !important;
}

.u-pb-xs {
  padding-bottom: 2rem !important;
}

.u-pb-sm {
  padding-bottom: 4rem !important;
}

.u-pb-md {
  padding-bottom: 6rem !important;
}

.u-pb-lg {
  padding-bottom: 8rem !important;
}

.u-pb-xl {
  padding-bottom: 10rem !important;
}

.u-pb-xxl {
  padding-bottom: 12rem !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-xxs {
  padding-left: 1rem !important;
}

.u-pl-xs {
  padding-left: 2rem !important;
}

.u-pl-sm {
  padding-left: 4rem !important;
}

.u-pl-md {
  padding-left: 6rem !important;
}

.u-pl-lg {
  padding-left: 8rem !important;
}

.u-pl-xl {
  padding-left: 10rem !important;
}

.u-pl-xxl {
  padding-left: 12rem !important;
}

@media (max-width: 519px) {
  .u-m-xs {
    margin: 1.5rem !important;
  }
  .u-m-sm {
    margin: 2.5rem !important;
  }
  .u-m-md {
    margin: 3.6rem !important;
  }
  .u-m-lg {
    margin: 5rem !important;
  }
  .u-m-xl {
    margin: 6rem !important;
  }
  .u-m-xxl {
    margin: 7rem !important;
  }
  .u-mt-xs {
    margin-top: 1.5rem !important;
  }
  .u-mt-sm {
    margin-top: 2.5rem !important;
  }
  .u-mt-md {
    margin-top: 3.6rem !important;
  }
  .u-mt-lg {
    margin-top: 5rem !important;
  }
  .u-mt-xl {
    margin-top: 6rem !important;
  }
  .u-mt-xxl {
    margin-top: 7rem !important;
  }
  .u-mb-xs {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-sm {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-md {
    margin-bottom: 3.6rem !important;
  }
  .u-mb-lg {
    margin-bottom: 5rem !important;
  }
  .u-mb-xl {
    margin-bottom: 6rem !important;
  }
  .u-mb-xxl {
    margin-bottom: 7rem !important;
  }
  .u-p-xs {
    padding: 1.5rem !important;
  }
  .u-p-sm {
    padding: 2.5rem !important;
  }
  .u-p-md {
    padding: 3.6rem !important;
  }
  .u-p-lg {
    padding: 5rem !important;
  }
  .u-p-xl {
    padding: 6rem !important;
  }
  .u-pt-xs {
    padding-top: 1.5rem !important;
  }
  .u-pt-sm {
    padding-top: 2.5rem !important;
  }
  .u-pt-md {
    padding-top: 3.6rem !important;
  }
  .u-pt-lg {
    padding-top: 5rem !important;
  }
  .u-pt-xl {
    padding-top: 6rem !important;
  }
  .u-pt-xxl {
    padding-top: 7rem !important;
  }
  .u-pb-xs {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-sm {
    padding-bottom: 2.5rem !important;
  }
  .u-pb-md {
    padding-bottom: 3.6rem !important;
  }
  .u-pb-lg {
    padding-bottom: 5rem !important;
  }
  .u-pb-xl {
    padding-bottom: 6rem !important;
  }
  .u-pb-xxl {
    padding-bottom: 6rem !important;
  }
}
.u-lisi-n {
  list-style-image: none !important;
}

.u-va-sup {
  vertical-align: super !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-tt {
  vertical-align: text-top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-bl {
  vertical-align: baseline !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-va-tb {
  vertical-align: text-bottom !important;
}

.u-va-sub {
  vertical-align: sub !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
}

.u-td-n {
  text-decoration: none !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-td-o {
  text-decoration: overline !important;
}

.u-td-l {
  text-decoration: line-through !important;
}

.u-te-n {
  -webkit-text-emphasis: none !important;
  text-emphasis: none !important;
}

.u-ws-n {
  white-space: nowrap;
}

.u-float-l {
  float: left !important;
}

.u-float-r {
  float: right !important;
}

.u-c-primary {
  color: #ea601f !important;
}

.u-c-secondary {
  color: #80b11a !important;
}

.u-c-tertiary {
  color: #5dacfa !important;
}

.u-c-quaternary {
  color: #ffed1a !important;
}

.u-c-red {
  color: #d34141 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-d-n {
  display: none !important;
}

.u-d-b {
  display: block !important;
}

.u-d-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-if {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-li {
  display: list-item !important;
}

.u-d-ri {
  display: run-in !important;
}

.u-d-cp {
  display: compact !important;
}

.u-d-tb {
  display: table !important;
}

.u-d-itb {
  display: inline-table !important;
}

.u-d-tbcp {
  display: table-caption !important;
}

.u-d-tbcl {
  display: table-column !important;
}

.u-d-tbclg {
  display: table-column-group !important;
}

.u-d-tbhg {
  display: table-header-group !important;
}

.u-d-tbfg {
  display: table-footer-group !important;
}

.u-d-tbr {
  display: table-row !important;
}

.u-d-tbrg {
  display: table-row-group !important;
}

.u-d-tbc {
  display: table-cell !important;
}

.u-d-rb {
  display: ruby !important;
}

.u-d-rbb {
  display: ruby-base !important;
}

.u-d-rbbg {
  display: ruby-base-group !important;
}

.u-d-rbt {
  display: ruby-text !important;
}

.u-d-rbtg {
  display: ruby-text-group !important;
}

.u-d-xs-n {
  display: none !important;
}

.u-d-xs-b {
  display: block !important;
}

.u-d-xs-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-xs-if {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-d-xs-i {
  display: inline !important;
}

.u-d-xs-ib {
  display: inline-block !important;
}

@media (min-width: 520px) {
  .u-d-sm-n {
    display: none !important;
  }
  .u-d-sm-b {
    display: block !important;
  }
  .u-d-sm-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-d-sm-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .u-d-sm-i {
    display: inline !important;
  }
  .u-d-sm-ib {
    display: inline-block !important;
  }
}
@media (min-width: 960px) {
  .u-d-md-n {
    display: none !important;
  }
  .u-d-md-b {
    display: block !important;
  }
  .u-d-md-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-d-md-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .u-d-md-i {
    display: inline !important;
  }
  .u-d-md-ib {
    display: inline-block !important;
  }
}
@media (min-width: 1600px) {
  .u-d-lg-n {
    display: none !important;
  }
  .u-d-lg-b {
    display: block !important;
  }
  .u-d-lg-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-d-lg-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .u-d-lg-i {
    display: inline !important;
  }
  .u-d-lg-ib {
    display: inline-block !important;
  }
}
.u-fw-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-fd-cr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-jc-s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.u-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.u-ai-s {
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
}

.u-ai-c {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.u-ai-e {
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
}

/* =========================================================
display
========================================================= */
.u-sp-block {
  display: none;
}

@media (max-width: 519px) {
  .u-sp-block {
    display: block;
  }
}
.u-pc-block {
  display: block;
}

@media (max-width: 519px) {
  .u-pc-block {
    display: none;
  }
}
.u-sp-inline {
  display: none !important;
}

@media (max-width: 519px) {
  .u-sp-inline {
    display: inline !important;
  }
}
.u-pc-inline {
  display: inline !important;
}

@media (max-width: 519px) {
  .u-pc-inline {
    display: none !important;
  }
}
.u-sp-inlineblock {
  display: none;
}

@media (max-width: 519px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}
.u-pc-inlineblock {
  display: inline-block;
}

@media (max-width: 519px) {
  .u-pc-inlineblock {
    display: none;
  }
}
/* =========================================================
img
========================================================= */
.u-img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.u-img-no-responsive {
  display: inline-block;
  max-width: auto;
  height: auto;
}

.u-img-fit {
  display: inline-block;
  width: 100%;
  height: auto;
}

/* =========================================================
transition-delay
========================================================= */
.is-onscreen .u-delay-004 {
  -webkit-transition-delay: 0.04s !important;
  transition-delay: 0.04s !important;
  -webkit-animation-delay: 0.04s !important;
  animation-delay: 0.04s !important;
}

.is-onscreen .u-delay-005 {
  -webkit-transition-delay: 0.05s !important;
  transition-delay: 0.05s !important;
  -webkit-animation-delay: 0.05s !important;
  animation-delay: 0.05s !important;
}

.is-onscreen .u-delay-008 {
  -webkit-transition-delay: 0.08s !important;
  transition-delay: 0.08s !important;
  -webkit-animation-delay: 0.08s !important;
  animation-delay: 0.08s !important;
}

.is-onscreen .u-delay-010 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.is-onscreen .u-delay-012 {
  -webkit-transition-delay: 0.12s !important;
  transition-delay: 0.12s !important;
  -webkit-animation-delay: 0.12s !important;
  animation-delay: 0.12s !important;
}

.is-onscreen .u-delay-015 {
  -webkit-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important;
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}

.is-onscreen .u-delay-016 {
  -webkit-transition-delay: 0.16s !important;
  transition-delay: 0.16s !important;
  -webkit-animation-delay: 0.16s !important;
  animation-delay: 0.16s !important;
}

.is-onscreen .u-delay-020 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.is-onscreen .u-delay-024 {
  -webkit-transition-delay: 0.24s !important;
  transition-delay: 0.24s !important;
  -webkit-animation-delay: 0.24s !important;
  animation-delay: 0.24s !important;
}

.is-onscreen .u-delay-025 {
  -webkit-transition-delay: 0.25s !important;
  transition-delay: 0.25s !important;
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}

.is-onscreen .u-delay-028 {
  -webkit-transition-delay: 0.28s !important;
  transition-delay: 0.28s !important;
  -webkit-animation-delay: 0.28s !important;
  animation-delay: 0.28s !important;
}

.is-onscreen .u-delay-030 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.is-onscreen .u-delay-032 {
  -webkit-transition-delay: 0.32s !important;
  transition-delay: 0.32s !important;
  -webkit-animation-delay: 0.32s !important;
  animation-delay: 0.32s !important;
}

.is-onscreen .u-delay-035 {
  -webkit-transition-delay: 0.35s !important;
  transition-delay: 0.35s !important;
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}

.is-onscreen .u-delay-036 {
  -webkit-transition-delay: 0.36s !important;
  transition-delay: 0.36s !important;
  -webkit-animation-delay: 0.36s !important;
  animation-delay: 0.36s !important;
}

.is-onscreen .u-delay-040 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.is-onscreen .u-delay-044 {
  -webkit-transition-delay: 0.44s !important;
  transition-delay: 0.44s !important;
  -webkit-animation-delay: 0.44s !important;
  animation-delay: 0.44s !important;
}

.is-onscreen .u-delay-045 {
  -webkit-transition-delay: 0.45s !important;
  transition-delay: 0.45s !important;
  -webkit-animation-delay: 0.45s !important;
  animation-delay: 0.45s !important;
}

.is-onscreen .u-delay-048 {
  -webkit-transition-delay: 0.48s !important;
  transition-delay: 0.48s !important;
  -webkit-animation-delay: 0.48s !important;
  animation-delay: 0.48s !important;
}

.is-onscreen .u-delay-050 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.is-onscreen .u-delay-052 {
  -webkit-transition-delay: 0.52s !important;
  transition-delay: 0.52s !important;
  -webkit-animation-delay: 0.52s !important;
  animation-delay: 0.52s !important;
}

.is-onscreen .u-delay-055 {
  -webkit-transition-delay: 0.55s !important;
  transition-delay: 0.55s !important;
  -webkit-animation-delay: 0.55s !important;
  animation-delay: 0.55s !important;
}

.is-onscreen .u-delay-056 {
  -webkit-transition-delay: 0.56s !important;
  transition-delay: 0.56s !important;
  -webkit-animation-delay: 0.56s !important;
  animation-delay: 0.56s !important;
}

.is-onscreen .u-delay-060 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.is-onscreen .u-delay-064 {
  -webkit-transition-delay: 0.64s !important;
  transition-delay: 0.64s !important;
  -webkit-animation-delay: 0.64s !important;
  animation-delay: 0.64s !important;
}

.is-onscreen .u-delay-065 {
  -webkit-transition-delay: 0.65s !important;
  transition-delay: 0.65s !important;
  -webkit-animation-delay: 0.65s !important;
  animation-delay: 0.65s !important;
}

.is-onscreen .u-delay-068 {
  -webkit-transition-delay: 0.68s !important;
  transition-delay: 0.68s !important;
  -webkit-animation-delay: 0.68s !important;
  animation-delay: 0.68s !important;
}

.is-onscreen .u-delay-070 {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.is-onscreen .u-delay-072 {
  -webkit-transition-delay: 0.72s !important;
  transition-delay: 0.72s !important;
  -webkit-animation-delay: 0.72s !important;
  animation-delay: 0.72s !important;
}

.is-onscreen .u-delay-075 {
  -webkit-transition-delay: 0.75s !important;
  transition-delay: 0.75s !important;
  -webkit-animation-delay: 0.75s !important;
  animation-delay: 0.75s !important;
}

.is-onscreen .u-delay-076 {
  -webkit-transition-delay: 0.76s !important;
  transition-delay: 0.76s !important;
  -webkit-animation-delay: 0.76s !important;
  animation-delay: 0.76s !important;
}

.is-onscreen .u-delay-080 {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.is-onscreen .u-delay-085 {
  -webkit-transition-delay: 0.85s !important;
  transition-delay: 0.85s !important;
  -webkit-animation-delay: 0.85s !important;
  animation-delay: 0.85s !important;
}

.is-onscreen .u-delay-090 {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.is-onscreen .u-delay-095 {
  -webkit-transition-delay: 0.95s !important;
  transition-delay: 0.95s !important;
  -webkit-animation-delay: 0.95s !important;
  animation-delay: 0.95s !important;
}

.is-onscreen .u-delay-100 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.is-onscreen .u-delay-105 {
  -webkit-transition-delay: 1.05s !important;
  transition-delay: 1.05s !important;
  -webkit-animation-delay: 1.05s !important;
  animation-delay: 1.05s !important;
}

.is-onscreen .u-delay-110 {
  -webkit-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.is-onscreen .u-delay-105 {
  -webkit-transition-delay: 1.05s !important;
  transition-delay: 1.05s !important;
  -webkit-animation-delay: 1.05s !important;
  animation-delay: 1.05s !important;
}

.is-onscreen .u-delay-110 {
  -webkit-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.is-onscreen .u-delay-115 {
  -webkit-transition-delay: 1.15s !important;
  transition-delay: 1.15s !important;
  -webkit-animation-delay: 1.15s !important;
  animation-delay: 1.15s !important;
}

.is-onscreen .u-delay-120 {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.is-onscreen .u-delay-125 {
  -webkit-transition-delay: 1.25s !important;
  transition-delay: 1.25s !important;
  -webkit-animation-delay: 1.25s !important;
  animation-delay: 1.25s !important;
}

.is-onscreen .u-delay-130 {
  -webkit-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important;
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}

.is-onscreen .u-delay-135 {
  -webkit-transition-delay: 1.35s !important;
  transition-delay: 1.35s !important;
  -webkit-animation-delay: 1.35s !important;
  animation-delay: 1.35s !important;
}

.is-onscreen .u-delay-140 {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.is-onscreen .u-delay-145 {
  -webkit-transition-delay: 1.45s !important;
  transition-delay: 1.45s !important;
  -webkit-animation-delay: 1.45s !important;
  animation-delay: 1.45s !important;
}

.is-onscreen .u-delay-150 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.is-onscreen .u-delay-155 {
  -webkit-transition-delay: 1.55s !important;
  transition-delay: 1.55s !important;
  -webkit-animation-delay: 1.55s !important;
  animation-delay: 1.55s !important;
}

.is-onscreen .u-delay-160 {
  -webkit-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.is-onscreen .u-delay-165 {
  -webkit-transition-delay: 1.65s !important;
  transition-delay: 1.65s !important;
  -webkit-animation-delay: 1.65s !important;
  animation-delay: 1.65s !important;
}

.is-onscreen .u-delay-170 {
  -webkit-transition-delay: 1.7s !important;
  transition-delay: 1.7s !important;
  -webkit-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}

/* =========================================================
youtube
========================================================= */
.u-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.u-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
pointer-events
========================================================= */
.u-hover-shit {
  pointer-events: none;
}

/* =========================================================
onscreen
========================================================= */
.js-fadein {
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.js-fadein.is-onscreen {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1 !important;
}

.is-onscreen .js-fadein {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1 !important;
}

.u-fadein {
  opacity: 0;
}

.u-fadein.is-onscreen {
  -webkit-animation: fadeIn 1s ease 0.2s forwards;
  animation: fadeIn 1s ease 0.2s forwards;
}

.is-onscreen .u-fadein {
  -webkit-animation: fadeIn 1s ease 0.2s forwards;
  animation: fadeIn 1s ease 0.2s forwards;
}

.u-fadeinup {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
}

.u-fadeinup.is-onscreen {
  -webkit-animation: fadeInUp 1s ease 0.2s forwards;
  animation: fadeInUp 1s ease 0.2s forwards;
}

.is-onscreen .u-fadeinup {
  -webkit-animation: fadeInUp 1s ease 0.2s forwards;
  animation: fadeInUp 1s ease 0.2s forwards;
}

#instagram h1 {
  text-align: center;
  font-size: 162%;
  color: #333;
  width: 14%;
  margin: 0 auto 25px;
}

@media screen and (max-width: 769px) {
  #instagram h1 {
    width: 41%;
  }
}
#instagram h1 img {
  width: 100%;
}

#instagram h1 span {
  font-size: 88%;
  display: block;
}

#instagram .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#instagram .instaImage {
  width: 19%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 0 1% 1% 0;
}

#instagram .instaImage:nth-of-type(5) {
  margin-right: 0;
}

@media screen and (max-width: 769px) {
  #instagram .instaImage {
    width: 32%;
  }
  #instagram .instaImage:nth-of-type(5) {
    margin-right: 1%;
  }
}
#instagram .instaImage > div {
  height: 100%;
}

#instagram .instaImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

#instagram .maskCap {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: hsla(0, 0%, 0%, 0.4);
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

#instagram .maskCap p {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  width: 90%;
}

#instagram .maskCap p a {
  color: #fff;
}

#instagram .maskCap p i {
  vertical-align: baseline;
  font-size: 1em;
  margin-right: 0.1em;
}

#instagram .instaImage:hover .maskCap {
  opacity: 1;
}

.button-orange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  margin: 3rem auto;
  padding: 0.9em 2em;
  border: none;
  border-radius: 5px;
  background-color: #ea601f;
  color: #fff;
  font-weight: 600;
}
.button-orange a {
  color: #fff;
  font-size: 2rem;
}

.button-orange:hover {
  background-color: #c04815;
}

.pagination {
  text-align: center;
  margin-top: 8%;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 8px 0;
  text-decoration: none;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-weight: bold;
  line-height: 1;
}

.pagination a:hover {
  opacity: 0.7;
}

.pagination .current {
  background: #ea601f;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pagination a,
  .pagination span {
    margin: 2px 0;
    width: 36px;
    height: 36px;
    padding: 10px 0;
  }
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.5;
}

.l-footer__nav {
  margin: 6rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin: 4rem 2rem;
  }
}
.l-footer__nav a {
  margin-right: 2rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav a {
    display: block;
    text-align: left;
    margin-bottom: 2rem;
  }
}

.l-table > * {
  font-size: 1.5rem;
}
.l-table table {
  width: 100%;
  text-align: left;
}
.l-table table tr th,
.l-table table tr td {
  padding: 1rem 0 1rem 1rem;
  line-height: 1.7;
  border: 1px solid #ddd;
}
.l-table table tr th {
  background: #eee;
  font-weight: bold;
}
.is-donation .l-flex {
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .is-donation .l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.is-donation .l-section .box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);
          box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);
  border-radius: 10px;
  width: 30%;
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .is-donation .l-section .box {
    width: 100%;
    margin-bottom: 5%;
    display: block;
  }
}
.is-donation .l-section .box figure {
  margin-bottom: 1rem;
}
.is-donation .l-section .box figure img {
  width: 100%;
}
.is-donation .l-section .box p {
  font-size: 1.4em;
  line-height: 1.8;
  margin: 1rem 0;
}
.is-donation .l-section .box .button-orange {
  width: 100%;
  margin: auto auto 0;
}

.is-news .l-container h2::after {
  background: none;
}
.is-news .l-container .c-paragraph p {
  margin-bottom: 4rem;
}
.is-news .l-container span {
  display: block;
  margin-bottom: 2rem;
}
.is-news .l-container .button {
  margin-top: 4rem;
  display: block;
}
.is-news .l-container .c-list {
  width: 80%;
  margin: 0 auto;
}
.is-news .l-container .c-list .c-list__item span {
  display: inline;
  font-size: 1rem;
  margin-right: 3rem;
  color: #3e3e39;
}
@media screen and (max-width: 767px) {
  .is-news .l-container .c-list .c-list__item span {
    margin-right: 1rem;
  }
}

#news .c-list {
  width: 80%;
  margin: 0 auto;
}
#news .c-list .c-list__item span {
  display: inline;
  font-size: 1rem;
  margin-right: 3rem;
  color: #3e3e39;
}

.is-animal .l-flex .l-flex__col {
  margin-bottom: 4rem;
}
.is-animal .l-flex .l-flex__col .c-blockquote {
  margin-bottom: 10rem;
}
.is-animal .l-flex .l-flex__col .c-blockquote .c-blockquote__text {
  font-size: 1.6rem;
  text-align: center;
}
.is-animal .l-flex .l-flex__col .c-blockquote .c-blockquote__cite {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */