@charset "UTF-8";
/*
Theme Name: KAKAMIGAHARA_MIRAI_THEME
Theme URI: https://www.kakamigahara-mirai.or.jp
Description: 公益財団法人かかみがはら未来文化財団 公式サイト.
Author: ECCOM Creation Co.,Ltd.
Author URI: 
Version: 1.3.5
.
公益財団法人かかみがはら未来文化財団 公式サイト
.
*/
/* 変数
------------------------------------*/
/* 外部CSS
------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

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

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

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

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

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}

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

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

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

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

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

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

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

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

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

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

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

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

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

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 共通パーツ
------------------------------------*/
html {
  height: 100%;
  width: 100%;
}

/* safari css hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1px) {
  html {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
body {
  background: #fff;
  color: #4A4A4A;
  font-family: "Readex Pro", "Zen Kaku Gothic Antique", sans-serif;
  font-feature-settings: “palt” 1;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.04em;
  line-height: 2.6666666667;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}
body.is-fixed {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

p {
  letter-spacing: 0em;
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

ul, ol {
  margin: 0;
  padding: 0 0 0 1.3em;
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

b,
strong {
  font-weight: 700;
}

.c-btn-menu span,
.c-footer-backToTop,
button,
input[type=submit],
a {
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
button:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.c-preload * {
  transition: none !important;
}

.c-header {
  height: 100vh;
  margin: 0 auto;
  max-width: 1040px;
}
@media screen and (max-width: 650px) {
  .c-header {
    padding: 0 20px;
  }
}
.c-header .c-header__logo {
  position: fixed;
  left: calc(50vw - 37.1428571429%);
  top: 38px;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-header .c-header__logo {
    left: 20px;
  }
}
@media screen and (max-width: 650px) {
  .c-header .c-header__logo {
    top: 10px;
    width: 108px;
  }
}
.c-header .c-header__logo .c-header__logo-link {
  display: block;
  line-height: 0;
}
.c-header .c-header__logo .c-header__logo-link:hover {
  opacity: 1;
}
.c-header .c-header__main {
  pointer-events: none;
  position: fixed;
  right: 52px;
  top: 38px;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-header .c-header__main {
    right: 20px;
  }
}
@media screen and (max-width: 650px) {
  .c-header .c-header__main {
    display: none;
  }
}
.c-header .c-header__main .c-header__menu {
  list-style: none;
  padding: 0;
  pointer-events: none;
  text-align: right;
}
.c-header .c-header__main .c-header__menu-items {
  line-height: 0;
  padding: 0 0 20px;
  pointer-events: none;
  text-align: right;
}
.c-header .c-header__main .c-header__menu-items.is-green {
  text-align: right;
}
.c-header .c-header__main .c-header__menu-items.is-green .c-header__menu-link {
  background: #6CA742;
  color: #fff;
  padding: 4px 5px 6px 14px;
}
.c-header .c-header__main .c-header__menu-items.is-green .c-header__menu-link .c-header__menu-link-letters::before {
  background-image: url("images/bg-header-navi03-white.svg");
}
.c-header .c-header__main .c-header__menu-items.is-green .c-header__menu-link .c-header__menu-link-letters::after {
  background: url("images/icon-download-white.svg") no-repeat center left/contain;
  content: "";
  display: inline-block;
  height: 19px;
  margin: 0 0 -3px 3px;
  width: 21px;
}
.c-header .c-header__main .c-header__menu-items .c-header__menu-link {
  background: #fff;
  color: #363636;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  overflow: hidden;
  padding: 7px 5px 6px 14px;
  position: relative;
  pointer-events: auto;
}
.c-header .c-header__main .c-header__menu-items .c-header__menu-link:hover .c-header__menu-link-letters::before {
  transform: translate3d(-70%, -60%, 0);
}
.c-header .c-header__main .c-header__menu-items .c-header__menu-link .c-header__menu-link-letters {
  display: inline-block;
  position: relative;
}
.c-header .c-header__main .c-header__menu-items .c-header__menu-link .c-header__menu-link-letters::before {
  background: url("images/bg-header-navi03.svg") no-repeat center left/100%;
  content: "";
  display: block;
  height: 186px;
  position: absolute;
  right: 0;
  top: -7px;
  transform: translate3d(103%, 0, 0);
  transition: transform 2.5s ease-in-out;
  width: 215px;
}
.c-header .c-header__main .c-header__sns {
  pointer-events: auto;
  position: fixed;
  bottom: 68px;
  right: 52px;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-header .c-header__main .c-header__sns {
    right: 20px;
  }
}
.c-header .c-header__main .c-header__sns .c-header__sns-items {
  line-height: 0;
  padding: 0 0 20px;
}
.c-header .c-header__main .c-header__sns .c-header__sns-items .c-header__sns-link {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 21px;
  justify-content: center;
  pointer-events: auto;
  transition: background-color 0.3s ease;
  width: 21px;
}
.c-header .c-header__main .c-header__sns .c-header__sns-items .c-header__sns-link svg path {
  transition: fill 0.3s ease;
}
.c-header .c-header__main .c-header__sns .c-header__sns-items .c-header__sns-link:hover {
  background: #6CA742;
}
.c-header .c-header__main .c-header__sns .c-header__sns-items .c-header__sns-link:hover svg path {
  fill: #fff;
}
.c-header .c-header__hamburger {
  align-items: flex-end;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 20px;
  top: 14px;
  width: 40px;
  z-index: 1000;
}
@media screen and (max-width: 650px) {
  .c-header .c-header__hamburger {
    display: flex;
  }
}
.c-header .c-header__hamburger.is-active span {
  background: #6CA742;
}
.c-header .c-header__hamburger.is-active span:nth-child(2), .c-header .c-header__hamburger.is-active span:nth-child(3) {
  width: 100%;
}
.c-header .c-header__hamburger span {
  background: #4A4A4A;
  display: block;
  height: 4px;
  margin: 0 0 5px;
  transition: width 0.3s ease;
  width: 100%;
}
.c-header .c-header__hamburger span:nth-child(2) {
  width: 75%;
}
.c-header .c-header__hamburger span:nth-child(3) {
  margin: 0;
  width: 50%;
}
.c-header .c-header__modal {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
  opacity: 0;
  overflow: scroll;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  z-index: 500;
}
@media screen and (max-width: 650px) {
  .c-header .c-header__modal {
    align-items: flex-start;
    height: 100%;
    margin: 0 -20px 50px;
    left: 20px;
  }
}
.c-header .c-header__modal::before {
  background: #4A4A4A;
  content: "";
  display: block;
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  opacity: 0.45;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.c-header .c-header__modal.is-show {
  opacity: 1;
  pointer-events: auto;
  z-index: 1000;
}
.c-header .c-header__modal .c-header__modal-wrapper {
  background: #fff;
  border-radius: 10px;
  position: relative;
  width: 649px;
}
@media screen and (max-width: 650px) {
  .c-header .c-header__modal .c-header__modal-wrapper {
    height: auto;
    margin: 5px 0 0;
    padding: 0 20px;
    width: calc(100% - 10px);
  }
}
.c-header .c-header__modal .c-header__modal-wrapper::before {
  background: #6CA742;
  border-radius: 10px;
  content: "";
  display: block;
  height: calc(100% + 10px);
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  z-index: -1;
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-inner {
  margin: 0 auto;
  padding: 66px 90px 29px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-inner {
    max-width: none;
    padding: 109px 0 85px;
  }
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-close {
  display: block;
  line-height: 1;
  position: absolute;
  right: 25px;
  top: 26px;
}
@media screen and (max-width: 650px) {
  .c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-close {
    right: -5px;
    top: 30px;
  }
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-close:hover {
  opacity: 0.6;
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items {
  margin: 20px 0 37px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items {
    margin: 0 0 54px;
  }
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items.is-red {
  margin: 0 0 10px;
}
@media screen and (max-width: 650px) {
  .c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items.is-red {
    margin: 0 0 40px;
  }
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items.is-red .c-header__modal-link {
  background: #FF5858;
  margin: 0 0 20px;
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items.is-red .c-header__modal-link:hover {
  background: #f10000;
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items .c-header__modal-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding: 0 0 16px;
}
@media screen and (max-width: 650px) {
  .c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items .c-header__modal-title {
    letter-spacing: 0.03em;
    padding: 0 0 18px;
  }
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items .c-header__modal-link {
  background: #47A4E8;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 10px;
  padding: 12px 0 13px;
  position: relative;
  transition: background-color 0.3s ease;
  text-align: center;
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items .c-header__modal-link::before {
  background: url("images/icon-m.svg") no-repeat center left/contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 0 11px -3px 0;
  width: 24px;
}
@media screen and (max-width: 365px) {
  .c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items .c-header__modal-link::before {
    position: absolute;
    left: 15px;
    top: 15px;
  }
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items .c-header__modal-link::after {
  background: url("images/icon-download-white.svg") no-repeat center left/contain;
  content: "";
  display: inline-block;
  height: 19px;
  margin: 0 0 -4px;
  width: 21px;
}
@media screen and (max-width: 365px) {
  .c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items .c-header__modal-link::after {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items .c-header__modal-link:hover {
  background: rgb(22.3333333333, 112.6376811594, 178.6666666667);
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items .c-header__modal-link .c-header__modal-link-br {
  display: none;
}
@media screen and (max-width: 365px) {
  .c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items .c-header__modal-link .c-header__modal-link-br {
    display: block;
  }
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items .c-header__modal-form {
  color: #47A4E8;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4166666667;
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  .c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items .c-header__modal-form {
    font-size: 11px;
  }
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-items .c-header__modal-form:hover {
  opacity: 1;
  text-decoration: none;
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-footer {
  padding: 64px 0 0;
  position: relative;
  z-index: 1;
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-footer::before {
  background: url("images/bg-wave-modal@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 45px;
  margin: 0 -90px;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 180px);
  z-index: 10;
}
@media screen and (max-width: 650px) {
  .c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-footer::before {
    background: url("images/bg-wave-modal-sp@2x.png") no-repeat center left/cover;
    margin: 0;
    left: -20px;
    width: calc(100% + 40px);
  }
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-footer::after {
  background: #F2FFF6;
  border-radius: 0px 0px 10px 10px;
  content: "";
  display: block;
  height: calc(100% + 29px - 45px);
  margin: 0 -90px -29px;
  position: absolute;
  left: 0;
  top: 45px;
  width: calc(100% + 180px);
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-footer::after {
    height: calc(100% + 85px - 45px);
    margin: 0;
    left: -20px;
    width: calc(100% + 40px);
  }
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-text {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  padding: 0 0 5px;
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-text a {
  color: #47A4E8;
  text-decoration: underline;
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-text a:hover {
  text-decoration: none;
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-text:last-child {
  padding: 0;
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-contact {
  background: #EBEBEB;
  border: solid 1px #4A4A4A;
  border-radius: 4px;
  color: #4A4A4A;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 9px;
  padding: 15px 25px 15px 0;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-contact {
    margin: 46px 0 20px;
  }
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-contact::before {
  background: #4A4A4A;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: calc(50% + 78px);
  top: 50%;
  width: 33px;
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-contact::after {
  background: #4A4A4A;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: calc(50% + 106px);
  top: 19px;
  transform: rotate(40deg);
  width: 5px;
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-contact:hover {
  background: #b8b8b8;
}
.c-header .c-header__modal .c-header__modal-wrapper .c-header__modal-address {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}

.c-footer {
  margin: -1px auto 0;
  max-width: 1040px;
  padding: 0 0 100px;
  position: relative;
  width: 100%;
  z-index: -2;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-footer {
    padding: 0 20px 68px;
  }
}

.c-footer__photo {
  display: block;
  height: 32.5vw;
  line-height: 0;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .c-footer__photo {
    height: 49.3333333333vw;
    min-width: auto;
  }
}
@media screen and (max-width: 365px) {
  .c-footer__photo {
    height: 150px;
  }
}
.c-footer__photo::before {
  background: url("images/bg-footer-photo-top@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 5vw;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .c-footer__photo::before {
    background-image: url("images/bg-footer-photo-top-sp@2x.png");
    height: 8vw;
  }
}
.c-footer__photo::after {
  background: url("images/bg-footer-photo-bottom@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 5vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-footer__photo::after {
    background-image: url("images/bg-footer-photo-bottom-sp@2x.png");
    height: 8vw;
  }
}
.c-footer__photo.is-white::before {
  background-image: url("images/bg-footer-photo-top-white@2x.png");
}
@media screen and (max-width: 650px) {
  .c-footer__photo.is-white::before {
    background-image: url("images/bg-footer-photo-top-sp-white@2x.png");
  }
}
.c-footer__photo img {
  transform: translate3d(0, -10%, 0);
  transition: transform 0.1s linear;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-footer__photo img {
    transform: translate3d(0, 0, 0);
  }
}

.c-footer__inner {
  background: #fff;
  margin: -2px 0 0;
  padding: 55px 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-footer__inner {
    padding: 10px 0 0;
  }
}

.c-footer__logo {
  display: block;
  margin: 0 auto 46px;
  width: 219px;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-footer__logo {
    margin: 30px auto 52px;
    width: 175px;
  }
}
.c-footer__logo:hover {
  opacity: 1;
}

.c-footer__navi {
  padding: 0 0 38px;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-footer__navi {
    padding: 0 0 56px;
  }
}
.c-footer__navi .c-footer__menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0 10px;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-footer__navi .c-footer__menu {
    flex-direction: column;
  }
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-footer__navi .c-footer__menu .c-footer__menu-items {
    padding: 0 0 25px;
  }
}
.c-footer__navi .c-footer__menu .c-footer__menu-items .c-footer__menu-link {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  padding: 5px;
  text-align: center;
}
.c-footer__navi .c-footer__menu .c-footer__menu-items .c-footer__menu-link:hover {
  opacity: 0.6;
}
.c-footer__navi .c-footer__menu .c-footer__menu-items .c-footer__menu-link .c-footer__menu-ja {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 8px;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-footer__navi .c-footer__menu .c-footer__menu-items .c-footer__menu-link .c-footer__menu-ja {
    font-size: 12px;
    padding: 0 0 2px;
  }
}
.c-footer__navi .c-footer__menu .c-footer__menu-items .c-footer__menu-link .c-footer__menu-en {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-footer__navi .c-footer__menu .c-footer__menu-items .c-footer__menu-link .c-footer__menu-en {
    font-size: 10px;
  }
}

.c-footer__company {
  border-top: 1px solid #4A4A4A;
  padding: 36px 0 0;
  text-align: center;
}
.c-footer__company .c-footer__company-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0 0 20px;
}
.c-footer__company .c-footer__company-address,
.c-footer__company .c-footer__company-tel {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0 0 12px;
}

.c-footer__privacy {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 5px;
  position: absolute;
  bottom: 102px;
  right: -5px;
  text-decoration: underline;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-footer__privacy {
    position: static;
    text-align: center;
  }
}
.c-footer__privacy:hover {
  text-decoration: none;
}

.c-scrolltop {
  display: block;
  letter-spacing: 0;
  line-height: 1;
  max-width: 1040px;
  padding: 10px;
  pointer-events: auto;
  position: absolute;
  bottom: 599px;
  right: 3px;
  text-align: center;
  width: 49px;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-scrolltop {
    margin: 0 auto;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.c-scrolltop::before {
  content: "TOP";
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 5px;
}
.c-scrolltop::after {
  background: url("images/icon-scrolltop-arrow.svg") no-repeat center left/100%;
  content: "";
  display: block;
  height: 33px;
  position: absolute;
  bottom: 12px;
  right: 3px;
  width: 4px;
}
.c-scrolltop:hover {
  opacity: 0.6;
}

.c-headline__page .c-headline__page-en {
  display: block;
  font-size: 8rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 0 0 21px;
}
@media screen and (max-width: 650px) {
  .c-headline__page .c-headline__page-en {
    font-size: 4rem;
    padding: 0 0 13px;
    line-height: 1.15;
  }
}
.c-headline__page .c-headline__page-ja {
  color: #777777;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
}

@font-face {
  font-family: "VinylRegular";
  src: url("fonts/vinyl-regular/eb8f60ca-6dc0-4593-8618-f11ef6bef5a5.woff2") format("woff2"), url("fonts/vinyl-regular/1f84de38-6e53-4dea-9156-240dca7e5d73.woff") format("woff");
}
.c-wrap {
  display: block;
  margin: -100vh 0 0;
  overflow: hidden;
  width: 100vw;
}

.c-contents {
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-contents {
    padding: 0 20px;
  }
}

.c-contents__header {
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .c-contents__header {
    height: auto;
  }
}
.c-contents__header .c-contents__header-photo {
  display: block;
  height: 100%;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 77.8571428571%;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .c-contents__header .c-contents__header-photo {
    height: 101.6vw;
    position: static;
    width: 100%;
  }
}
.c-contents__header .c-contents__header-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.c-contents__header .c-contents__header-headline {
  line-height: 0;
  margin: 0;
  position: absolute;
  left: 12.8571428571%;
  top: 336px;
}
@media screen and (max-width: 650px) {
  .c-contents__header .c-contents__header-headline {
    margin: -41px 0 0;
    position: static;
  }
}
.c-contents__header .c-contents__header-headline .c-contents__header-headline-en {
  background: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.24;
  margin: 0 0 14px;
  min-width: 172px;
  padding: 10px 13px 10px;
  position: relative;
  transition: transform 1s ease;
  transform: scale(0, 1);
  transform-origin: center left;
}
@media screen and (max-width: 650px) {
  .c-contents__header .c-contents__header-headline .c-contents__header-headline-en {
    margin: 0 0 20px;
    padding: 6px 20px 5px;
  }
}
.c-contents__header .c-contents__header-headline .c-contents__header-headline-en.is-animated {
  transform: scale(1, 1);
}
.c-contents__header .c-contents__header-headline .c-contents__header-headline-en.is-animated .c-contents__header-headline-en-letters {
  opacity: 1;
}
.c-contents__header .c-contents__header-headline .c-contents__header-headline-en .c-contents__header-headline-en-letters {
  display: inline-block;
  opacity: 0;
  transition: opacity 1s ease 0.9s;
}
.c-contents__header .c-contents__header-headline .c-contents__header-headline-ja {
  background: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 3;
  max-width: 330px;
  padding: 0px 13px 13px;
}
@media screen and (max-width: 650px) {
  .c-contents__header .c-contents__header-headline .c-contents__header-headline-ja {
    max-width: 310px;
    padding: 7px 20px 13px;
  }
}
.c-contents__header .c-contents__header-headline .c-contents__header-headline-ja.is-animated .c-contents__header-headline-ja-letters {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.c-contents__header .c-contents__header-headline .c-contents__header-headline-ja .c-contents__header-headline-ja-letters {
  display: block;
  opacity: 0;
  transform: translate3d(-10%, 0, 0);
  transition: opacity 1.5s ease 1.2s, transform 1.5s ease 1.2s;
}

.c-bg-gray {
  background: #F2F0F0;
}

.c-bg-white::before {
  background: #fff;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.c-bg-green::before {
  background: #F2FFF6;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.c-bg-wave__top::before {
  background: url("images/bg-wave-top@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 5.7142857143vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
}

.c-bg-wave__bottom::before {
  background: url("images/bg-wave-bottom@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 5.7142857143vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
}

.wp-block-group {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .wp-block-group {
    padding: 0 20px;
  }
}
.wp-block-group .wp-block-group__inner-container {
  margin: 0 auto;
  max-width: 1040px;
}

.c-breadcrumb {
  display: flex;
  font-size: 12px;
  line-height: 1;
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 102px;
  left: -5px;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-breadcrumb {
    position: static;
    justify-content: center;
  }
}
.c-breadcrumb li {
  align-items: center;
  display: flex;
  padding: 5px;
}
.c-breadcrumb li::after {
  background: url("images/icon-arrow-breadcrumb.svg") no-repeat center left/100%;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 0 0 0 10px;
  width: 5px;
}
.c-breadcrumb li:nth-child(3) {
  display: block;
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}
@media screen and (max-width: 365px) {
  .c-breadcrumb li:nth-child(3) {
    width: 90px;
  }
}
.c-breadcrumb li:last-child:after {
  display: none;
}
.c-breadcrumb li a {
  display: block;
  padding: 5px;
}
.c-breadcrumb li a:hover {
  opacity: 0.6;
}

.c-post-pager,
.c-pager {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 0 75px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-post-pager,
  .c-pager {
    align-items: center;
    flex-wrap: wrap;
    max-width: 280px;
    padding: 0 0 92px;
  }
}
.c-post-pager .post-page-numbers,
.c-post-pager .page-numbers,
.c-pager .post-page-numbers,
.c-pager .page-numbers {
  align-items: center;
  background-color: #4A4A4A;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 21px;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 5px;
  min-width: 21px;
  padding: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 650px) {
  .c-post-pager .post-page-numbers,
  .c-post-pager .page-numbers,
  .c-pager .post-page-numbers,
  .c-pager .page-numbers {
    font-size: 20px;
    height: 32px;
    margin: 0 2px;
    min-width: 32px;
  }
}
.c-post-pager .post-page-numbers:hover,
.c-post-pager .page-numbers:hover,
.c-pager .post-page-numbers:hover,
.c-pager .page-numbers:hover {
  background-color: #6CA742;
  color: #fff;
  opacity: 1;
}
.c-post-pager .post-page-numbers.current,
.c-post-pager .page-numbers.current,
.c-pager .post-page-numbers.current,
.c-pager .page-numbers.current {
  background: #6CA742;
  border-radius: 3px;
  color: #fff;
}
.c-post-pager .post-page-numbers.prev, .c-post-pager .post-page-numbers.next,
.c-post-pager .page-numbers.prev,
.c-post-pager .page-numbers.next,
.c-pager .post-page-numbers.prev,
.c-pager .post-page-numbers.next,
.c-pager .page-numbers.prev,
.c-pager .page-numbers.next {
  background: transparent;
  color: #4A4A4A;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 24px;
  width: auto;
}
@media screen and (max-width: 650px) {
  .c-post-pager .post-page-numbers.prev, .c-post-pager .post-page-numbers.next,
  .c-post-pager .page-numbers.prev,
  .c-post-pager .page-numbers.next,
  .c-pager .post-page-numbers.prev,
  .c-pager .post-page-numbers.next,
  .c-pager .page-numbers.prev,
  .c-pager .page-numbers.next {
    margin: 30px 20px;
    order: 1;
    width: calc(50% - 40px);
  }
}
.c-post-pager .post-page-numbers.prev::before, .c-post-pager .post-page-numbers.next::before,
.c-post-pager .page-numbers.prev::before,
.c-post-pager .page-numbers.next::before,
.c-pager .post-page-numbers.prev::before,
.c-pager .post-page-numbers.next::before,
.c-pager .page-numbers.prev::before,
.c-pager .page-numbers.next::before {
  background: url("images/icon-arrow-pager.svg") no-repeat center left/100%;
  content: "";
  display: block;
  height: 10px;
  margin: 0 7px;
  width: 9px;
}
.c-post-pager .post-page-numbers.prev:hover, .c-post-pager .post-page-numbers.next:hover,
.c-post-pager .page-numbers.prev:hover,
.c-post-pager .page-numbers.next:hover,
.c-pager .post-page-numbers.prev:hover,
.c-pager .post-page-numbers.next:hover,
.c-pager .page-numbers.prev:hover,
.c-pager .page-numbers.next:hover {
  opacity: 0.6;
}
.c-post-pager .post-page-numbers.next::before,
.c-post-pager .page-numbers.next::before,
.c-pager .post-page-numbers.next::before,
.c-pager .page-numbers.next::before {
  display: none;
}
.c-post-pager .post-page-numbers.next::after,
.c-post-pager .page-numbers.next::after,
.c-pager .post-page-numbers.next::after,
.c-pager .page-numbers.next::after {
  background: url("images/icon-arrow-pager.svg") no-repeat center left/100%;
  content: "";
  display: block;
  height: 10px;
  margin: 0 7px;
  transform: rotate(180deg);
  width: 9px;
}
.c-post-pager .post-page-numbers.dots,
.c-post-pager .page-numbers.dots,
.c-pager .post-page-numbers.dots,
.c-pager .page-numbers.dots {
  background: transparent;
  color: #000;
  font-weight: 700;
  width: auto;
}
.c-post-pager .post-page-numbers.dots:hover,
.c-post-pager .page-numbers.dots:hover,
.c-pager .post-page-numbers.dots:hover,
.c-pager .page-numbers.dots:hover {
  background: none;
  color: #4A4A4A;
}

.c-loader {
  background-color: #fff;
  display: block;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.c-loader.is-hide {
  display: none;
}
.c-loader.is-play {
  animation: fadeOutLoader 1.6s ease 4.6s forwards;
  pointer-events: none;
}
.c-loader.is-play .c-loader__logo {
  animation: bounceLogo 1.1s ease-in-out 2.8s forwards;
  display: block;
}
.c-loader .c-loader__logo {
  display: none;
  height: 72px;
  position: absolute;
  left: calc(50% - 180px);
  top: calc(50% - 36px);
  width: 360px;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .c-loader .c-loader__logo {
    height: auto;
    left: 20%;
    top: 46%;
    width: 60%;
  }
}

.grecaptcha-badge {
  z-index: 2;
}

.a-fadeup {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.a-fadeup.is-animated {
  opacity: 1;
}

.a-zoom {
  opacity: 0;
  transform: scale(0.8);
}
.a-zoom.is-animated {
  animation: zoom 1s ease-in-out forwards;
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.c-button__contact.is-sp .c-button__contact-icon {
  height: 30px;
  width: 30px;
}
.c-button__contact.is-sp .c-button__contact-button {
  height: 39px;
  width: 183px;
}
.c-button__contact .c-button__contact-icon {
  align-items: center;
  background: #4A4A4A;
  border-radius: 50%;
  display: flex;
  height: 38px;
  justify-content: center;
  margin: 0 auto 12px;
  transition: background-color 0.3s ease;
  width: 38px;
}
.c-button__contact .c-button__contact-icon.is-active {
  background: #6CA742;
}
.c-button__contact .c-button__contact-button {
  background: #4A4A4A;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  height: 44px;
  letter-spacing: 0.04em;
  line-height: 44px;
  margin: 0 auto;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 209px;
}
.c-button__contact .c-button__contact-button:hover {
  background: #6CA742;
}

.c-button__more {
  border: solid 1px #6CA742;
  border-radius: 2px;
  color: #6CA742;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 7px 40px 7px 18px;
  position: relative;
}
.c-button__more .c-button__more-arrow {
  display: inline-block;
  position: relative;
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s ease;
}
.c-button__more .c-button__more-arrow::before {
  background: #6CA742;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -32px;
  top: -5px;
  transform: rotate(40deg);
  transform-origin: center right;
  transition: transform 0.6s ease;
  width: 7px;
}
.c-button__more .c-button__more-arrow::after {
  background: #6CA742;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -32px;
  top: -5px;
  transform: scale(1, 1);
  transform-origin: center left;
  transition: transform 0.6s ease;
  width: 33px;
}
@media screen and (max-width: 650px) {
  .c-button__more:hover .c-button__more-arrow {
    transform: translate3d(0, 0, 0);
  }
}
.c-button__more:hover .c-button__more-arrow::before {
  transform: rotate(40deg) translate3d(38px, -32px, 0);
}
@media screen and (max-width: 650px) {
  .c-button__more:hover .c-button__more-arrow::before {
    transform: rotate(40deg);
  }
}
.c-button__more:hover .c-button__more-arrow::after {
  transform: scale(2.5, 1);
}
@media screen and (max-width: 650px) {
  .c-button__more:hover .c-button__more-arrow::after {
    transform: scale(1, 1);
  }
}

/* デフォルトtable */
.c-table__default {
  border-collapse: collapse;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 15px;
}
@media screen and (max-width: 650px) {
  .c-table__default {
    display: none;
  }
}
.c-table__default thead tr th {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-table__default thead tr th {
    font-size: 1rem;
  }
}
.c-table__default thead tr th.is-value {
  background: #CDE6A1;
  border-radius: 23px 0 0 0;
}
.c-table__default thead tr th.is-regular {
  background: #F2E393;
}
.c-table__default thead tr th.is-high {
  background: #E5AE96;
  border-radius: 0 23px 0 0;
}
.c-table__default tbody tr:first-child th:first-child {
  border-bottom: 0;
  border-radius: 23px 0 0 23px;
  padding: 15px 0;
}
.c-table__default tbody tr:last-child td {
  border-bottom: none;
}
.c-table__default tbody tr:last-child td:last-child {
  border-radius: 0 0 23px 0;
}
.c-table__default tbody tr th {
  background-color: #fff;
  border-bottom: solid 1px #D1D1D1;
  border-right: solid 1px #D1D1D1;
  line-height: 1.8333333333;
}
.c-table__default tbody tr th.is-no-border {
  border-bottom: none;
}
.c-table__default tbody tr th img {
  margin: 0 0 8px;
}
.c-table__default tbody tr td {
  border-bottom: solid 1px #D1D1D1;
  text-align: center;
}
.c-table__default tbody tr td.is-no-border {
  border-bottom: none;
}
.c-table__default tbody tr td.is-value {
  background: #F2FAE4;
  border-right: solid 1px #D1D1D1;
}
.c-table__default tbody tr td.is-regular {
  background: #FCF9DA;
  border-right: solid 1px #D1D1D1;
}
.c-table__default tbody tr td.is-high {
  background: #FCEBDA;
  border-radius: 0;
}

.c-table__calendar {
  border-spacing: 4px 7px;
  margin: 0 auto;
  table-layout: fixed;
  text-align: center;
}
.c-table__calendar thead tr th {
  font-size: 1.4rem;
  font-weight: 700;
  height: 29px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .c-table__calendar thead tr th {
    font-size: 1.6rem;
    height: 38px;
    width: 38px;
  }
}
.c-table__calendar thead tr th:first-child {
  color: #E36B38;
}
.c-table__calendar thead tr th:last-child {
  color: #6BC3EC;
}
.c-table__calendar tbody tr td {
  font-family: "Noto Sans", sans-serif;
  background: #CDE6A1;
  border-radius: 50%;
  empty-cells: hide;
  font-size: 1.7rem;
  font-weight: 700;
  height: 34px;
  line-height: 0;
  position: relative;
  width: 34px;
}
@media screen and (max-width: 650px) {
  .c-table__calendar tbody tr td {
    height: 38px;
    width: 38px;
  }
}
.c-table__calendar tbody tr td:first-child {
  color: #E36B38;
}
.c-table__calendar tbody tr td.is-regular {
  background: #F2E393;
}
.c-table__calendar tbody tr td.is-high {
  background: #E5AE96;
}
.c-table__calendar tbody tr td.is-closed {
  background: #D6D6D6;
}

.c-drawer {
  background: #fff;
  display: none;
  height: 100vh;
  max-height: 100%;
  overflow-y: scroll;
  opacity: 0;
  padding: 55px 0 20px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .c-drawer {
    display: block;
    width: 100%;
  }
}
.c-drawer.is-active {
  opacity: 1;
  pointer-events: auto;
}

.c-sp-menu__navi .c-sp-menu__list {
  list-style: none;
  padding: 0;
}
.c-sp-menu__navi .c-sp-menu__items {
  padding: 0 0 36px;
}
.c-sp-menu__navi .c-sp-menu__items .c-sp-menu__items-link {
  color: #4A4A4A;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.c-sp-menu__navi .c-sp-menu__items .c-sp-menu__items-link:hover {
  opacity: 0.6;
}
.c-sp-menu__navi .c-sp-menu__items .c-sp-menu__items-ja {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 5px;
}
.c-sp-menu__navi .c-sp-menu__items .c-sp-menu__items-en {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}
.c-sp-menu__navi .c-sp-menu__sns {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  max-width: 170px;
  padding: 0;
}
.c-sp-menu__navi .c-sp-menu__sns li a {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  line-height: 0;
  opacity: 1;
  padding: 5px;
  position: relative;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  width: 40px;
}
.c-sp-menu__navi .c-sp-menu__sns li a:hover {
  opacity: 0.6;
}

.c-list__index {
  display: flex;
  margin: 0 auto;
  width: 864px;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-list__index {
    display: none;
  }
}
.c-list__index .c-list__index-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 15px 0 0;
  min-width: 140px;
  padding: 8px 0 0;
  position: relative;
}
.c-list__index .c-list__index-title::after {
  background: #4A4A4A;
  content: "";
  display: block;
  height: calc(100% - 14px);
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}
.c-list__index .c-list__index-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.c-list__index .c-list__index-list li {
  margin: 0 0 14px;
  padding: 0 7px;
}
.c-list__index .c-list__index-list li:first-child a {
  font-size: 15px;
}
.c-list__index .c-list__index-list li a {
  align-items: center;
  color: #4A4A4A;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  height: 38px;
  letter-spacing: 0.04em;
  line-height: 1;
  transition: color 0.3s ease;
  width: 162px;
}
.c-list__index .c-list__index-list li a:hover {
  color: #6CA742;
}
.c-list__index.is-category .c-list__index-list li {
  padding: 0 7px;
}
.c-list__index.is-category .c-list__index-list li a {
  background: #4A4A4A;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  padding: 7px 4px 8px;
  transition: background-color 0.3s ease;
  width: 162px;
}
.c-list__index.is-category .c-list__index-list li a:hover {
  background: #6CA742;
}

.c-list__index-sp {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .c-list__index-sp {
    display: flex;
    justify-content: space-between;
  }
}
.c-list__index-sp .c-list__index-sp-navi {
  width: calc(50% - 5px);
}
.c-list__index-sp .c-list__index-sp-title {
  border-bottom: solid 2px #4A4A4A;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 14px;
  padding: 0 0 16px;
}
.c-list__index-sp .c-list__index-sp-list {
  list-style: none;
  min-height: 40px;
  padding: 0;
  position: relative;
}
.c-list__index-sp .c-list__index-sp-list .c-list__index-sp-items {
  position: relative;
}
.c-list__index-sp .c-list__index-sp-list .c-list__index-sp-items .c-list__index-sp-link {
  background: #4A4A4A;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 12px 0 13px 14px;
}
.c-list__index-sp .c-list__index-sp-list .c-list__index-sp-items .c-list__index-sp-button {
  height: 39px;
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
}
.c-list__index-sp .c-list__index-sp-list .c-list__index-sp-items > ul,
.c-list__index-sp .c-list__index-sp-list .c-list__index-sp-items > ol {
  list-style: none;
  padding: 0;
  width: 100%;
  z-index: 1;
}
.c-list__index-sp .c-list__index-sp-list .c-list__index-sp-items > ul.is-hide,
.c-list__index-sp .c-list__index-sp-list .c-list__index-sp-items > ol.is-hide {
  display: none;
}
.c-list__index-sp .c-list__index-sp-list .c-list__index-sp-items > ul li a,
.c-list__index-sp .c-list__index-sp-list .c-list__index-sp-items > ol li a {
  background: #4A4A4A;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 10px 0 11px 14px;
}

.c-list__footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.c-list__footer-nav .c-list__footer-items {
  padding: 0 24px;
}
@media screen and (max-width: 650px) {
  .c-list__footer-nav .c-list__footer-items {
    padding: 0 18px;
  }
}
@media screen and (max-width: 650px) {
  .c-list__footer-nav .c-list__footer-items.is-prev {
    order: 2;
  }
}
@media screen and (max-width: 650px) {
  .c-list__footer-nav .c-list__footer-items.is-list {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
    order: 1;
    width: 100%;
  }
}
.c-list__footer-nav .c-list__footer-items.is-list .c-list__footer-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 650px) {
  .c-list__footer-nav .c-list__footer-items.is-next {
    order: 3;
  }
}
.c-list__footer-nav .c-list__footer-items.is-next svg {
  transform: rotate(180deg);
}
.c-list__footer-nav .c-list__footer-items.is-dammy {
  opacity: 0;
  pointer-events: none;
}
.c-list__footer-nav .c-list__footer-items .c-list__footer-link {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 5px;
}
@media screen and (max-width: 650px) {
  .c-list__footer-nav .c-list__footer-items .c-list__footer-link {
    line-height: 1;
  }
}
.c-list__footer-nav .c-list__footer-items .c-list__footer-link:hover svg circle {
  fill: #6CA742;
}
.c-list__footer-nav .c-list__footer-items .c-list__footer-link svg {
  margin: 0 8px;
}
.c-list__footer-nav .c-list__footer-items .c-list__footer-link svg circle {
  transition: fill 0.3s ease;
}

/* ユーティリティー
------------------------------------*/
/*
    .u-mb-0{
        margin-bottom:0 !important;
    }

    .u-mr-5{
        margin-right:5rem !important;
    }

    .u-mt-15{
        margin-right:15rem !important;
    }
*/
.u-mt-0 {
  margin-top: 0px !important;
}

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

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

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

.u-mt-4 {
  margin-top: 40px !important;
}

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

.u-mt-6 {
  margin-top: 60px !important;
}

.u-mt-7 {
  margin-top: 70px !important;
}

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

.u-mt-9 {
  margin-top: 90px !important;
}

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

.u-mt-11 {
  margin-top: 110px !important;
}

.u-mt-12 {
  margin-top: 120px !important;
}

.u-mt-13 {
  margin-top: 130px !important;
}

.u-mt-14 {
  margin-top: 140px !important;
}

.u-mt-15 {
  margin-top: 150px !important;
}

.u-mt-16 {
  margin-top: 160px !important;
}

.u-mt-17 {
  margin-top: 170px !important;
}

.u-mt-18 {
  margin-top: 180px !important;
}

.u-mt-19 {
  margin-top: 190px !important;
}

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

.u-mt-21 {
  margin-top: 210px !important;
}

.u-mt-22 {
  margin-top: 220px !important;
}

.u-mt-23 {
  margin-top: 230px !important;
}

.u-mt-24 {
  margin-top: 240px !important;
}

.u-mt-25 {
  margin-top: 250px !important;
}

.u-mt-26 {
  margin-top: 260px !important;
}

.u-mt-27 {
  margin-top: 270px !important;
}

.u-mt-28 {
  margin-top: 280px !important;
}

.u-mt-29 {
  margin-top: 290px !important;
}

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

.u-mt-31 {
  margin-top: 310px !important;
}

.u-mt-32 {
  margin-top: 320px !important;
}

.u-mt-33 {
  margin-top: 330px !important;
}

.u-mt-34 {
  margin-top: 340px !important;
}

.u-mt-35 {
  margin-top: 350px !important;
}

.u-mt-36 {
  margin-top: 360px !important;
}

.u-mt-37 {
  margin-top: 370px !important;
}

.u-mt-38 {
  margin-top: 380px !important;
}

.u-mt-39 {
  margin-top: 390px !important;
}

.u-mt-40 {
  margin-top: 400px !important;
}

.u-mt-41 {
  margin-top: 410px !important;
}

.u-mt-42 {
  margin-top: 420px !important;
}

.u-mt-43 {
  margin-top: 430px !important;
}

.u-mt-44 {
  margin-top: 440px !important;
}

.u-mt-45 {
  margin-top: 450px !important;
}

.u-mt-46 {
  margin-top: 460px !important;
}

.u-mt-47 {
  margin-top: 470px !important;
}

.u-mt-48 {
  margin-top: 480px !important;
}

.u-mt-49 {
  margin-top: 490px !important;
}

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

.u-mt-51 {
  margin-top: 510px !important;
}

.u-mt-52 {
  margin-top: 520px !important;
}

.u-mt-53 {
  margin-top: 530px !important;
}

.u-mt-54 {
  margin-top: 540px !important;
}

.u-mt-55 {
  margin-top: 550px !important;
}

.u-mt-56 {
  margin-top: 560px !important;
}

.u-mt-57 {
  margin-top: 570px !important;
}

.u-mt-58 {
  margin-top: 580px !important;
}

.u-mt-59 {
  margin-top: 590px !important;
}

.u-mt-60 {
  margin-top: 600px !important;
}

.u-mt-61 {
  margin-top: 610px !important;
}

.u-mt-62 {
  margin-top: 620px !important;
}

.u-mt-63 {
  margin-top: 630px !important;
}

.u-mt-64 {
  margin-top: 640px !important;
}

.u-mt-65 {
  margin-top: 650px !important;
}

.u-mt-66 {
  margin-top: 660px !important;
}

.u-mt-67 {
  margin-top: 670px !important;
}

.u-mt-68 {
  margin-top: 680px !important;
}

.u-mt-69 {
  margin-top: 690px !important;
}

.u-mt-70 {
  margin-top: 700px !important;
}

.u-mt-71 {
  margin-top: 710px !important;
}

.u-mt-72 {
  margin-top: 720px !important;
}

.u-mt-73 {
  margin-top: 730px !important;
}

.u-mt-74 {
  margin-top: 740px !important;
}

.u-mt-75 {
  margin-top: 750px !important;
}

@media screen and (min-width: 1px) and (max-width: 1040px) {
  .u-tab-mt-0 {
    margin-top: 0px !important;
  }
  .u-tab-mt-1 {
    margin-top: 10px !important;
  }
  .u-tab-mt-2 {
    margin-top: 20px !important;
  }
  .u-tab-mt-3 {
    margin-top: 30px !important;
  }
  .u-tab-mt-4 {
    margin-top: 40px !important;
  }
  .u-tab-mt-5 {
    margin-top: 50px !important;
  }
  .u-tab-mt-6 {
    margin-top: 60px !important;
  }
  .u-tab-mt-7 {
    margin-top: 70px !important;
  }
  .u-tab-mt-8 {
    margin-top: 80px !important;
  }
  .u-tab-mt-9 {
    margin-top: 90px !important;
  }
  .u-tab-mt-10 {
    margin-top: 100px !important;
  }
  .u-tab-mt-11 {
    margin-top: 110px !important;
  }
  .u-tab-mt-12 {
    margin-top: 120px !important;
  }
  .u-tab-mt-13 {
    margin-top: 130px !important;
  }
  .u-tab-mt-14 {
    margin-top: 140px !important;
  }
  .u-tab-mt-15 {
    margin-top: 150px !important;
  }
  .u-tab-mt-16 {
    margin-top: 160px !important;
  }
  .u-tab-mt-17 {
    margin-top: 170px !important;
  }
  .u-tab-mt-18 {
    margin-top: 180px !important;
  }
  .u-tab-mt-19 {
    margin-top: 190px !important;
  }
  .u-tab-mt-20 {
    margin-top: 200px !important;
  }
  .u-tab-mt-21 {
    margin-top: 210px !important;
  }
  .u-tab-mt-22 {
    margin-top: 220px !important;
  }
  .u-tab-mt-23 {
    margin-top: 230px !important;
  }
  .u-tab-mt-24 {
    margin-top: 240px !important;
  }
  .u-tab-mt-25 {
    margin-top: 250px !important;
  }
  .u-tab-mt-26 {
    margin-top: 260px !important;
  }
  .u-tab-mt-27 {
    margin-top: 270px !important;
  }
  .u-tab-mt-28 {
    margin-top: 280px !important;
  }
  .u-tab-mt-29 {
    margin-top: 290px !important;
  }
  .u-tab-mt-30 {
    margin-top: 300px !important;
  }
  .u-tab-mt-31 {
    margin-top: 310px !important;
  }
  .u-tab-mt-32 {
    margin-top: 320px !important;
  }
  .u-tab-mt-33 {
    margin-top: 330px !important;
  }
  .u-tab-mt-34 {
    margin-top: 340px !important;
  }
  .u-tab-mt-35 {
    margin-top: 350px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mt-1 {
    margin-top: 10px !important;
  }
  .u-sp-mt-2 {
    margin-top: 20px !important;
  }
  .u-sp-mt-3 {
    margin-top: 30px !important;
  }
  .u-sp-mt-4 {
    margin-top: 40px !important;
  }
  .u-sp-mt-5 {
    margin-top: 50px !important;
  }
  .u-sp-mt-6 {
    margin-top: 60px !important;
  }
  .u-sp-mt-7 {
    margin-top: 70px !important;
  }
  .u-sp-mt-8 {
    margin-top: 80px !important;
  }
  .u-sp-mt-9 {
    margin-top: 90px !important;
  }
  .u-sp-mt-10 {
    margin-top: 100px !important;
  }
  .u-sp-mt-11 {
    margin-top: 110px !important;
  }
  .u-sp-mt-12 {
    margin-top: 120px !important;
  }
  .u-sp-mt-13 {
    margin-top: 130px !important;
  }
  .u-sp-mt-14 {
    margin-top: 140px !important;
  }
  .u-sp-mt-15 {
    margin-top: 150px !important;
  }
  .u-sp-mt-16 {
    margin-top: 160px !important;
  }
  .u-sp-mt-17 {
    margin-top: 170px !important;
  }
  .u-sp-mt-18 {
    margin-top: 180px !important;
  }
  .u-sp-mt-19 {
    margin-top: 190px !important;
  }
  .u-sp-mt-20 {
    margin-top: 200px !important;
  }
  .u-sp-mt-21 {
    margin-top: 210px !important;
  }
  .u-sp-mt-22 {
    margin-top: 220px !important;
  }
  .u-sp-mt-23 {
    margin-top: 230px !important;
  }
  .u-sp-mt-24 {
    margin-top: 240px !important;
  }
  .u-sp-mt-25 {
    margin-top: 250px !important;
  }
  .u-sp-mt-26 {
    margin-top: 260px !important;
  }
  .u-sp-mt-27 {
    margin-top: 270px !important;
  }
  .u-sp-mt-28 {
    margin-top: 280px !important;
  }
  .u-sp-mt-29 {
    margin-top: 290px !important;
  }
  .u-sp-mt-30 {
    margin-top: 300px !important;
  }
  .u-sp-mt-31 {
    margin-top: 310px !important;
  }
  .u-sp-mt-32 {
    margin-top: 320px !important;
  }
  .u-sp-mt-33 {
    margin-top: 330px !important;
  }
  .u-sp-mt-34 {
    margin-top: 340px !important;
  }
  .u-sp-mt-35 {
    margin-top: 350px !important;
  }
}
.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-1 {
  margin-right: 10px !important;
}

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

.u-mr-3 {
  margin-right: 30px !important;
}

.u-mr-4 {
  margin-right: 40px !important;
}

.u-mr-5 {
  margin-right: 50px !important;
}

.u-mr-6 {
  margin-right: 60px !important;
}

.u-mr-7 {
  margin-right: 70px !important;
}

.u-mr-8 {
  margin-right: 80px !important;
}

.u-mr-9 {
  margin-right: 90px !important;
}

.u-mr-10 {
  margin-right: 100px !important;
}

.u-mr-11 {
  margin-right: 110px !important;
}

.u-mr-12 {
  margin-right: 120px !important;
}

.u-mr-13 {
  margin-right: 130px !important;
}

.u-mr-14 {
  margin-right: 140px !important;
}

.u-mr-15 {
  margin-right: 150px !important;
}

.u-mr-16 {
  margin-right: 160px !important;
}

.u-mr-17 {
  margin-right: 170px !important;
}

.u-mr-18 {
  margin-right: 180px !important;
}

.u-mr-19 {
  margin-right: 190px !important;
}

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

.u-mr-21 {
  margin-right: 210px !important;
}

.u-mr-22 {
  margin-right: 220px !important;
}

.u-mr-23 {
  margin-right: 230px !important;
}

.u-mr-24 {
  margin-right: 240px !important;
}

.u-mr-25 {
  margin-right: 250px !important;
}

.u-mr-26 {
  margin-right: 260px !important;
}

.u-mr-27 {
  margin-right: 270px !important;
}

.u-mr-28 {
  margin-right: 280px !important;
}

.u-mr-29 {
  margin-right: 290px !important;
}

.u-mr-30 {
  margin-right: 300px !important;
}

.u-mr-31 {
  margin-right: 310px !important;
}

.u-mr-32 {
  margin-right: 320px !important;
}

.u-mr-33 {
  margin-right: 330px !important;
}

.u-mr-34 {
  margin-right: 340px !important;
}

.u-mr-35 {
  margin-right: 350px !important;
}

.u-mr-36 {
  margin-right: 360px !important;
}

.u-mr-37 {
  margin-right: 370px !important;
}

.u-mr-38 {
  margin-right: 380px !important;
}

.u-mr-39 {
  margin-right: 390px !important;
}

.u-mr-40 {
  margin-right: 400px !important;
}

.u-mr-41 {
  margin-right: 410px !important;
}

.u-mr-42 {
  margin-right: 420px !important;
}

.u-mr-43 {
  margin-right: 430px !important;
}

.u-mr-44 {
  margin-right: 440px !important;
}

.u-mr-45 {
  margin-right: 450px !important;
}

.u-mr-46 {
  margin-right: 460px !important;
}

.u-mr-47 {
  margin-right: 470px !important;
}

.u-mr-48 {
  margin-right: 480px !important;
}

.u-mr-49 {
  margin-right: 490px !important;
}

.u-mr-50 {
  margin-right: 500px !important;
}

.u-mr-51 {
  margin-right: 510px !important;
}

.u-mr-52 {
  margin-right: 520px !important;
}

.u-mr-53 {
  margin-right: 530px !important;
}

.u-mr-54 {
  margin-right: 540px !important;
}

.u-mr-55 {
  margin-right: 550px !important;
}

.u-mr-56 {
  margin-right: 560px !important;
}

.u-mr-57 {
  margin-right: 570px !important;
}

.u-mr-58 {
  margin-right: 580px !important;
}

.u-mr-59 {
  margin-right: 590px !important;
}

.u-mr-60 {
  margin-right: 600px !important;
}

.u-mr-61 {
  margin-right: 610px !important;
}

.u-mr-62 {
  margin-right: 620px !important;
}

.u-mr-63 {
  margin-right: 630px !important;
}

.u-mr-64 {
  margin-right: 640px !important;
}

.u-mr-65 {
  margin-right: 650px !important;
}

.u-mr-66 {
  margin-right: 660px !important;
}

.u-mr-67 {
  margin-right: 670px !important;
}

.u-mr-68 {
  margin-right: 680px !important;
}

.u-mr-69 {
  margin-right: 690px !important;
}

.u-mr-70 {
  margin-right: 700px !important;
}

.u-mr-71 {
  margin-right: 710px !important;
}

.u-mr-72 {
  margin-right: 720px !important;
}

.u-mr-73 {
  margin-right: 730px !important;
}

.u-mr-74 {
  margin-right: 740px !important;
}

.u-mr-75 {
  margin-right: 750px !important;
}

@media screen and (min-width: 1px) and (max-width: 1040px) {
  .u-tab-mr-0 {
    margin-right: 0px !important;
  }
  .u-tab-mr-1 {
    margin-right: 10px !important;
  }
  .u-tab-mr-2 {
    margin-right: 20px !important;
  }
  .u-tab-mr-3 {
    margin-right: 30px !important;
  }
  .u-tab-mr-4 {
    margin-right: 40px !important;
  }
  .u-tab-mr-5 {
    margin-right: 50px !important;
  }
  .u-tab-mr-6 {
    margin-right: 60px !important;
  }
  .u-tab-mr-7 {
    margin-right: 70px !important;
  }
  .u-tab-mr-8 {
    margin-right: 80px !important;
  }
  .u-tab-mr-9 {
    margin-right: 90px !important;
  }
  .u-tab-mr-10 {
    margin-right: 100px !important;
  }
  .u-tab-mr-11 {
    margin-right: 110px !important;
  }
  .u-tab-mr-12 {
    margin-right: 120px !important;
  }
  .u-tab-mr-13 {
    margin-right: 130px !important;
  }
  .u-tab-mr-14 {
    margin-right: 140px !important;
  }
  .u-tab-mr-15 {
    margin-right: 150px !important;
  }
  .u-tab-mr-16 {
    margin-right: 160px !important;
  }
  .u-tab-mr-17 {
    margin-right: 170px !important;
  }
  .u-tab-mr-18 {
    margin-right: 180px !important;
  }
  .u-tab-mr-19 {
    margin-right: 190px !important;
  }
  .u-tab-mr-20 {
    margin-right: 200px !important;
  }
  .u-tab-mr-21 {
    margin-right: 210px !important;
  }
  .u-tab-mr-22 {
    margin-right: 220px !important;
  }
  .u-tab-mr-23 {
    margin-right: 230px !important;
  }
  .u-tab-mr-24 {
    margin-right: 240px !important;
  }
  .u-tab-mr-25 {
    margin-right: 250px !important;
  }
  .u-tab-mr-26 {
    margin-right: 260px !important;
  }
  .u-tab-mr-27 {
    margin-right: 270px !important;
  }
  .u-tab-mr-28 {
    margin-right: 280px !important;
  }
  .u-tab-mr-29 {
    margin-right: 290px !important;
  }
  .u-tab-mr-30 {
    margin-right: 300px !important;
  }
  .u-tab-mr-31 {
    margin-right: 310px !important;
  }
  .u-tab-mr-32 {
    margin-right: 320px !important;
  }
  .u-tab-mr-33 {
    margin-right: 330px !important;
  }
  .u-tab-mr-34 {
    margin-right: 340px !important;
  }
  .u-tab-mr-35 {
    margin-right: 350px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mr-1 {
    margin-right: 10px !important;
  }
  .u-sp-mr-2 {
    margin-right: 20px !important;
  }
  .u-sp-mr-3 {
    margin-right: 30px !important;
  }
  .u-sp-mr-4 {
    margin-right: 40px !important;
  }
  .u-sp-mr-5 {
    margin-right: 50px !important;
  }
  .u-sp-mr-6 {
    margin-right: 60px !important;
  }
  .u-sp-mr-7 {
    margin-right: 70px !important;
  }
  .u-sp-mr-8 {
    margin-right: 80px !important;
  }
  .u-sp-mr-9 {
    margin-right: 90px !important;
  }
  .u-sp-mr-10 {
    margin-right: 100px !important;
  }
  .u-sp-mr-11 {
    margin-right: 110px !important;
  }
  .u-sp-mr-12 {
    margin-right: 120px !important;
  }
  .u-sp-mr-13 {
    margin-right: 130px !important;
  }
  .u-sp-mr-14 {
    margin-right: 140px !important;
  }
  .u-sp-mr-15 {
    margin-right: 150px !important;
  }
  .u-sp-mr-16 {
    margin-right: 160px !important;
  }
  .u-sp-mr-17 {
    margin-right: 170px !important;
  }
  .u-sp-mr-18 {
    margin-right: 180px !important;
  }
  .u-sp-mr-19 {
    margin-right: 190px !important;
  }
  .u-sp-mr-20 {
    margin-right: 200px !important;
  }
  .u-sp-mr-21 {
    margin-right: 210px !important;
  }
  .u-sp-mr-22 {
    margin-right: 220px !important;
  }
  .u-sp-mr-23 {
    margin-right: 230px !important;
  }
  .u-sp-mr-24 {
    margin-right: 240px !important;
  }
  .u-sp-mr-25 {
    margin-right: 250px !important;
  }
  .u-sp-mr-26 {
    margin-right: 260px !important;
  }
  .u-sp-mr-27 {
    margin-right: 270px !important;
  }
  .u-sp-mr-28 {
    margin-right: 280px !important;
  }
  .u-sp-mr-29 {
    margin-right: 290px !important;
  }
  .u-sp-mr-30 {
    margin-right: 300px !important;
  }
  .u-sp-mr-31 {
    margin-right: 310px !important;
  }
  .u-sp-mr-32 {
    margin-right: 320px !important;
  }
  .u-sp-mr-33 {
    margin-right: 330px !important;
  }
  .u-sp-mr-34 {
    margin-right: 340px !important;
  }
  .u-sp-mr-35 {
    margin-right: 350px !important;
  }
}
.u-mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

.u-mb-4 {
  margin-bottom: 40px !important;
}

.u-mb-5 {
  margin-bottom: 50px !important;
}

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

.u-mb-7 {
  margin-bottom: 70px !important;
}

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

.u-mb-9 {
  margin-bottom: 90px !important;
}

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

.u-mb-11 {
  margin-bottom: 110px !important;
}

.u-mb-12 {
  margin-bottom: 120px !important;
}

.u-mb-13 {
  margin-bottom: 130px !important;
}

.u-mb-14 {
  margin-bottom: 140px !important;
}

.u-mb-15 {
  margin-bottom: 150px !important;
}

.u-mb-16 {
  margin-bottom: 160px !important;
}

.u-mb-17 {
  margin-bottom: 170px !important;
}

.u-mb-18 {
  margin-bottom: 180px !important;
}

.u-mb-19 {
  margin-bottom: 190px !important;
}

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

.u-mb-21 {
  margin-bottom: 210px !important;
}

.u-mb-22 {
  margin-bottom: 220px !important;
}

.u-mb-23 {
  margin-bottom: 230px !important;
}

.u-mb-24 {
  margin-bottom: 240px !important;
}

.u-mb-25 {
  margin-bottom: 250px !important;
}

.u-mb-26 {
  margin-bottom: 260px !important;
}

.u-mb-27 {
  margin-bottom: 270px !important;
}

.u-mb-28 {
  margin-bottom: 280px !important;
}

.u-mb-29 {
  margin-bottom: 290px !important;
}

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

.u-mb-31 {
  margin-bottom: 310px !important;
}

.u-mb-32 {
  margin-bottom: 320px !important;
}

.u-mb-33 {
  margin-bottom: 330px !important;
}

.u-mb-34 {
  margin-bottom: 340px !important;
}

.u-mb-35 {
  margin-bottom: 350px !important;
}

.u-mb-36 {
  margin-bottom: 360px !important;
}

.u-mb-37 {
  margin-bottom: 370px !important;
}

.u-mb-38 {
  margin-bottom: 380px !important;
}

.u-mb-39 {
  margin-bottom: 390px !important;
}

.u-mb-40 {
  margin-bottom: 400px !important;
}

.u-mb-41 {
  margin-bottom: 410px !important;
}

.u-mb-42 {
  margin-bottom: 420px !important;
}

.u-mb-43 {
  margin-bottom: 430px !important;
}

.u-mb-44 {
  margin-bottom: 440px !important;
}

.u-mb-45 {
  margin-bottom: 450px !important;
}

.u-mb-46 {
  margin-bottom: 460px !important;
}

.u-mb-47 {
  margin-bottom: 470px !important;
}

.u-mb-48 {
  margin-bottom: 480px !important;
}

.u-mb-49 {
  margin-bottom: 490px !important;
}

.u-mb-50 {
  margin-bottom: 500px !important;
}

.u-mb-51 {
  margin-bottom: 510px !important;
}

.u-mb-52 {
  margin-bottom: 520px !important;
}

.u-mb-53 {
  margin-bottom: 530px !important;
}

.u-mb-54 {
  margin-bottom: 540px !important;
}

.u-mb-55 {
  margin-bottom: 550px !important;
}

.u-mb-56 {
  margin-bottom: 560px !important;
}

.u-mb-57 {
  margin-bottom: 570px !important;
}

.u-mb-58 {
  margin-bottom: 580px !important;
}

.u-mb-59 {
  margin-bottom: 590px !important;
}

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

.u-mb-61 {
  margin-bottom: 610px !important;
}

.u-mb-62 {
  margin-bottom: 620px !important;
}

.u-mb-63 {
  margin-bottom: 630px !important;
}

.u-mb-64 {
  margin-bottom: 640px !important;
}

.u-mb-65 {
  margin-bottom: 650px !important;
}

.u-mb-66 {
  margin-bottom: 660px !important;
}

.u-mb-67 {
  margin-bottom: 670px !important;
}

.u-mb-68 {
  margin-bottom: 680px !important;
}

.u-mb-69 {
  margin-bottom: 690px !important;
}

.u-mb-70 {
  margin-bottom: 700px !important;
}

.u-mb-71 {
  margin-bottom: 710px !important;
}

.u-mb-72 {
  margin-bottom: 720px !important;
}

.u-mb-73 {
  margin-bottom: 730px !important;
}

.u-mb-74 {
  margin-bottom: 740px !important;
}

.u-mb-75 {
  margin-bottom: 750px !important;
}

@media screen and (min-width: 1px) and (max-width: 1040px) {
  .u-tab-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 10px !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 20px !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 30px !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 40px !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 50px !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 60px !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 70px !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 80px !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 90px !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 100px !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 110px !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 120px !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 130px !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 140px !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 150px !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 160px !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 170px !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 180px !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 190px !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 200px !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 210px !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 220px !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 230px !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 240px !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 250px !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 260px !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 270px !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 280px !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 290px !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 300px !important;
  }
  .u-tab-mb-31 {
    margin-bottom: 310px !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 320px !important;
  }
  .u-tab-mb-33 {
    margin-bottom: 330px !important;
  }
  .u-tab-mb-34 {
    margin-bottom: 340px !important;
  }
  .u-tab-mb-35 {
    margin-bottom: 350px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 10px !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 20px !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 30px !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 50px !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 60px !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 70px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 90px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 100px !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 110px !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 120px !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 130px !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 140px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 150px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 160px !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 170px !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 180px !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 190px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 200px !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 210px !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 220px !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 230px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 240px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 250px !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 260px !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 270px !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 280px !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 290px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 300px !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 310px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 320px !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 330px !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 340px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 350px !important;
  }
}
.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-1 {
  margin-left: 10px !important;
}

.u-ml-2 {
  margin-left: 20px !important;
}

.u-ml-3 {
  margin-left: 30px !important;
}

.u-ml-4 {
  margin-left: 40px !important;
}

.u-ml-5 {
  margin-left: 50px !important;
}

.u-ml-6 {
  margin-left: 60px !important;
}

.u-ml-7 {
  margin-left: 70px !important;
}

.u-ml-8 {
  margin-left: 80px !important;
}

.u-ml-9 {
  margin-left: 90px !important;
}

.u-ml-10 {
  margin-left: 100px !important;
}

.u-ml-11 {
  margin-left: 110px !important;
}

.u-ml-12 {
  margin-left: 120px !important;
}

.u-ml-13 {
  margin-left: 130px !important;
}

.u-ml-14 {
  margin-left: 140px !important;
}

.u-ml-15 {
  margin-left: 150px !important;
}

.u-ml-16 {
  margin-left: 160px !important;
}

.u-ml-17 {
  margin-left: 170px !important;
}

.u-ml-18 {
  margin-left: 180px !important;
}

.u-ml-19 {
  margin-left: 190px !important;
}

.u-ml-20 {
  margin-left: 200px !important;
}

.u-ml-21 {
  margin-left: 210px !important;
}

.u-ml-22 {
  margin-left: 220px !important;
}

.u-ml-23 {
  margin-left: 230px !important;
}

.u-ml-24 {
  margin-left: 240px !important;
}

.u-ml-25 {
  margin-left: 250px !important;
}

.u-ml-26 {
  margin-left: 260px !important;
}

.u-ml-27 {
  margin-left: 270px !important;
}

.u-ml-28 {
  margin-left: 280px !important;
}

.u-ml-29 {
  margin-left: 290px !important;
}

.u-ml-30 {
  margin-left: 300px !important;
}

.u-ml-31 {
  margin-left: 310px !important;
}

.u-ml-32 {
  margin-left: 320px !important;
}

.u-ml-33 {
  margin-left: 330px !important;
}

.u-ml-34 {
  margin-left: 340px !important;
}

.u-ml-35 {
  margin-left: 350px !important;
}

.u-ml-36 {
  margin-left: 360px !important;
}

.u-ml-37 {
  margin-left: 370px !important;
}

.u-ml-38 {
  margin-left: 380px !important;
}

.u-ml-39 {
  margin-left: 390px !important;
}

.u-ml-40 {
  margin-left: 400px !important;
}

.u-ml-41 {
  margin-left: 410px !important;
}

.u-ml-42 {
  margin-left: 420px !important;
}

.u-ml-43 {
  margin-left: 430px !important;
}

.u-ml-44 {
  margin-left: 440px !important;
}

.u-ml-45 {
  margin-left: 450px !important;
}

.u-ml-46 {
  margin-left: 460px !important;
}

.u-ml-47 {
  margin-left: 470px !important;
}

.u-ml-48 {
  margin-left: 480px !important;
}

.u-ml-49 {
  margin-left: 490px !important;
}

.u-ml-50 {
  margin-left: 500px !important;
}

.u-ml-51 {
  margin-left: 510px !important;
}

.u-ml-52 {
  margin-left: 520px !important;
}

.u-ml-53 {
  margin-left: 530px !important;
}

.u-ml-54 {
  margin-left: 540px !important;
}

.u-ml-55 {
  margin-left: 550px !important;
}

.u-ml-56 {
  margin-left: 560px !important;
}

.u-ml-57 {
  margin-left: 570px !important;
}

.u-ml-58 {
  margin-left: 580px !important;
}

.u-ml-59 {
  margin-left: 590px !important;
}

.u-ml-60 {
  margin-left: 600px !important;
}

.u-ml-61 {
  margin-left: 610px !important;
}

.u-ml-62 {
  margin-left: 620px !important;
}

.u-ml-63 {
  margin-left: 630px !important;
}

.u-ml-64 {
  margin-left: 640px !important;
}

.u-ml-65 {
  margin-left: 650px !important;
}

.u-ml-66 {
  margin-left: 660px !important;
}

.u-ml-67 {
  margin-left: 670px !important;
}

.u-ml-68 {
  margin-left: 680px !important;
}

.u-ml-69 {
  margin-left: 690px !important;
}

.u-ml-70 {
  margin-left: 700px !important;
}

.u-ml-71 {
  margin-left: 710px !important;
}

.u-ml-72 {
  margin-left: 720px !important;
}

.u-ml-73 {
  margin-left: 730px !important;
}

.u-ml-74 {
  margin-left: 740px !important;
}

.u-ml-75 {
  margin-left: 750px !important;
}

@media screen and (min-width: 1px) and (max-width: 1040px) {
  .u-tab-ml-0 {
    margin-left: 0px !important;
  }
  .u-tab-ml-1 {
    margin-left: 10px !important;
  }
  .u-tab-ml-2 {
    margin-left: 20px !important;
  }
  .u-tab-ml-3 {
    margin-left: 30px !important;
  }
  .u-tab-ml-4 {
    margin-left: 40px !important;
  }
  .u-tab-ml-5 {
    margin-left: 50px !important;
  }
  .u-tab-ml-6 {
    margin-left: 60px !important;
  }
  .u-tab-ml-7 {
    margin-left: 70px !important;
  }
  .u-tab-ml-8 {
    margin-left: 80px !important;
  }
  .u-tab-ml-9 {
    margin-left: 90px !important;
  }
  .u-tab-ml-10 {
    margin-left: 100px !important;
  }
  .u-tab-ml-11 {
    margin-left: 110px !important;
  }
  .u-tab-ml-12 {
    margin-left: 120px !important;
  }
  .u-tab-ml-13 {
    margin-left: 130px !important;
  }
  .u-tab-ml-14 {
    margin-left: 140px !important;
  }
  .u-tab-ml-15 {
    margin-left: 150px !important;
  }
  .u-tab-ml-16 {
    margin-left: 160px !important;
  }
  .u-tab-ml-17 {
    margin-left: 170px !important;
  }
  .u-tab-ml-18 {
    margin-left: 180px !important;
  }
  .u-tab-ml-19 {
    margin-left: 190px !important;
  }
  .u-tab-ml-20 {
    margin-left: 200px !important;
  }
  .u-tab-ml-21 {
    margin-left: 210px !important;
  }
  .u-tab-ml-22 {
    margin-left: 220px !important;
  }
  .u-tab-ml-23 {
    margin-left: 230px !important;
  }
  .u-tab-ml-24 {
    margin-left: 240px !important;
  }
  .u-tab-ml-25 {
    margin-left: 250px !important;
  }
  .u-tab-ml-26 {
    margin-left: 260px !important;
  }
  .u-tab-ml-27 {
    margin-left: 270px !important;
  }
  .u-tab-ml-28 {
    margin-left: 280px !important;
  }
  .u-tab-ml-29 {
    margin-left: 290px !important;
  }
  .u-tab-ml-30 {
    margin-left: 300px !important;
  }
  .u-tab-ml-31 {
    margin-left: 310px !important;
  }
  .u-tab-ml-32 {
    margin-left: 320px !important;
  }
  .u-tab-ml-33 {
    margin-left: 330px !important;
  }
  .u-tab-ml-34 {
    margin-left: 340px !important;
  }
  .u-tab-ml-35 {
    margin-left: 350px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-ml-1 {
    margin-left: 10px !important;
  }
  .u-sp-ml-2 {
    margin-left: 20px !important;
  }
  .u-sp-ml-3 {
    margin-left: 30px !important;
  }
  .u-sp-ml-4 {
    margin-left: 40px !important;
  }
  .u-sp-ml-5 {
    margin-left: 50px !important;
  }
  .u-sp-ml-6 {
    margin-left: 60px !important;
  }
  .u-sp-ml-7 {
    margin-left: 70px !important;
  }
  .u-sp-ml-8 {
    margin-left: 80px !important;
  }
  .u-sp-ml-9 {
    margin-left: 90px !important;
  }
  .u-sp-ml-10 {
    margin-left: 100px !important;
  }
  .u-sp-ml-11 {
    margin-left: 110px !important;
  }
  .u-sp-ml-12 {
    margin-left: 120px !important;
  }
  .u-sp-ml-13 {
    margin-left: 130px !important;
  }
  .u-sp-ml-14 {
    margin-left: 140px !important;
  }
  .u-sp-ml-15 {
    margin-left: 150px !important;
  }
  .u-sp-ml-16 {
    margin-left: 160px !important;
  }
  .u-sp-ml-17 {
    margin-left: 170px !important;
  }
  .u-sp-ml-18 {
    margin-left: 180px !important;
  }
  .u-sp-ml-19 {
    margin-left: 190px !important;
  }
  .u-sp-ml-20 {
    margin-left: 200px !important;
  }
  .u-sp-ml-21 {
    margin-left: 210px !important;
  }
  .u-sp-ml-22 {
    margin-left: 220px !important;
  }
  .u-sp-ml-23 {
    margin-left: 230px !important;
  }
  .u-sp-ml-24 {
    margin-left: 240px !important;
  }
  .u-sp-ml-25 {
    margin-left: 250px !important;
  }
  .u-sp-ml-26 {
    margin-left: 260px !important;
  }
  .u-sp-ml-27 {
    margin-left: 270px !important;
  }
  .u-sp-ml-28 {
    margin-left: 280px !important;
  }
  .u-sp-ml-29 {
    margin-left: 290px !important;
  }
  .u-sp-ml-30 {
    margin-left: 300px !important;
  }
  .u-sp-ml-31 {
    margin-left: 310px !important;
  }
  .u-sp-ml-32 {
    margin-left: 320px !important;
  }
  .u-sp-ml-33 {
    margin-left: 330px !important;
  }
  .u-sp-ml-34 {
    margin-left: 340px !important;
  }
  .u-sp-ml-35 {
    margin-left: 350px !important;
  }
}
/* 文字を操作する系ユーティリティ */
.u-minchou {
  font-family: serif;
}

.u-gothic {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-fontS {
  font-size: 11px;
}

.u-fontM {
  font-size: 22px;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .u-fontM {
    font-size: 15px;
  }
}

.u-fontL {
  font-size: 30px;
}
@media screen and (max-width: 365px) {
  .u-fontL {
    font-size: 26px;
  }
}

.u-fontN {
  font-size: 16px;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .u-fontN {
    font-size: 14px;
  }
}

.u-font10 {
  font-size: 10px !important;
}

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

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

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

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

.u-font15 {
  font-size: 15px !important;
}

.u-font16 {
  font-size: 16px !important;
}

.u-font17 {
  font-size: 17px !important;
}

.u-font18 {
  font-size: 18px !important;
}

.u-font19 {
  font-size: 19px !important;
}

.u-font20 {
  font-size: 20px !important;
}

.u-font21 {
  font-size: 21px !important;
}

.u-font22 {
  font-size: 22px !important;
}

.u-font23 {
  font-size: 23px !important;
}

.u-font24 {
  font-size: 24px !important;
}

.u-font25 {
  font-size: 25px !important;
}

.u-font26 {
  font-size: 26px !important;
}

.u-font27 {
  font-size: 27px !important;
}

.u-font28 {
  font-size: 28px !important;
}

.u-font29 {
  font-size: 29px !important;
}

.u-font30 {
  font-size: 30px !important;
}

.u-font31 {
  font-size: 31px !important;
}

.u-font32 {
  font-size: 32px !important;
}

.u-font33 {
  font-size: 33px !important;
}

.u-font34 {
  font-size: 34px !important;
}

.u-font35 {
  font-size: 35px !important;
}

.u-font36 {
  font-size: 36px !important;
}

.u-font37 {
  font-size: 37px !important;
}

.u-font38 {
  font-size: 38px !important;
}

.u-font39 {
  font-size: 39px !important;
}

.u-font40 {
  font-size: 40px !important;
}

@media screen and (min-width: 1px) and (max-width: 1040px) {
  .u-tab-font0 {
    font-size: 0px !important;
  }
  .u-tab-font1 {
    font-size: 1px !important;
  }
  .u-tab-font2 {
    font-size: 2px !important;
  }
  .u-tab-font3 {
    font-size: 3px !important;
  }
  .u-tab-font4 {
    font-size: 4px !important;
  }
  .u-tab-font5 {
    font-size: 5px !important;
  }
  .u-tab-font6 {
    font-size: 6px !important;
  }
  .u-tab-font7 {
    font-size: 7px !important;
  }
  .u-tab-font8 {
    font-size: 8px !important;
  }
  .u-tab-font9 {
    font-size: 9px !important;
  }
  .u-tab-font10 {
    font-size: 10px !important;
  }
  .u-tab-font11 {
    font-size: 11px !important;
  }
  .u-tab-font12 {
    font-size: 12px !important;
  }
  .u-tab-font13 {
    font-size: 13px !important;
  }
  .u-tab-font14 {
    font-size: 14px !important;
  }
  .u-tab-font15 {
    font-size: 15px !important;
  }
  .u-tab-font16 {
    font-size: 16px !important;
  }
  .u-tab-font17 {
    font-size: 17px !important;
  }
  .u-tab-font18 {
    font-size: 18px !important;
  }
  .u-tab-font19 {
    font-size: 19px !important;
  }
  .u-tab-font20 {
    font-size: 20px !important;
  }
  .u-tab-font21 {
    font-size: 21px !important;
  }
  .u-tab-font22 {
    font-size: 22px !important;
  }
  .u-tab-font23 {
    font-size: 23px !important;
  }
  .u-tab-font24 {
    font-size: 24px !important;
  }
  .u-tab-font25 {
    font-size: 25px !important;
  }
  .u-tab-font26 {
    font-size: 26px !important;
  }
  .u-tab-font27 {
    font-size: 27px !important;
  }
  .u-tab-font28 {
    font-size: 28px !important;
  }
  .u-tab-font29 {
    font-size: 29px !important;
  }
  .u-tab-font30 {
    font-size: 30px !important;
  }
  .u-tab-font31 {
    font-size: 31px !important;
  }
  .u-tab-font32 {
    font-size: 32px !important;
  }
  .u-tab-font33 {
    font-size: 33px !important;
  }
  .u-tab-font34 {
    font-size: 34px !important;
  }
  .u-tab-font35 {
    font-size: 35px !important;
  }
  .u-tab-font36 {
    font-size: 36px !important;
  }
  .u-tab-font37 {
    font-size: 37px !important;
  }
  .u-tab-font38 {
    font-size: 38px !important;
  }
  .u-tab-font39 {
    font-size: 39px !important;
  }
  .u-tab-font40 {
    font-size: 40px !important;
  }
  .u-tab-font41 {
    font-size: 41px !important;
  }
  .u-tab-font42 {
    font-size: 42px !important;
  }
  .u-tab-font43 {
    font-size: 43px !important;
  }
  .u-tab-font44 {
    font-size: 44px !important;
  }
  .u-tab-font45 {
    font-size: 45px !important;
  }
  .u-tab-font46 {
    font-size: 46px !important;
  }
  .u-tab-font47 {
    font-size: 47px !important;
  }
  .u-tab-font48 {
    font-size: 48px !important;
  }
  .u-tab-font49 {
    font-size: 49px !important;
  }
  .u-tab-font50 {
    font-size: 50px !important;
  }
  .u-tab-font51 {
    font-size: 51px !important;
  }
  .u-tab-font52 {
    font-size: 52px !important;
  }
  .u-tab-font53 {
    font-size: 53px !important;
  }
  .u-tab-font54 {
    font-size: 54px !important;
  }
  .u-tab-font55 {
    font-size: 55px !important;
  }
  .u-tab-font56 {
    font-size: 56px !important;
  }
  .u-tab-font57 {
    font-size: 57px !important;
  }
  .u-tab-font58 {
    font-size: 58px !important;
  }
  .u-tab-font59 {
    font-size: 59px !important;
  }
  .u-tab-font60 {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0px !important;
  }
  .u-sp-font1 {
    font-size: 1px !important;
  }
  .u-sp-font2 {
    font-size: 2px !important;
  }
  .u-sp-font3 {
    font-size: 3px !important;
  }
  .u-sp-font4 {
    font-size: 4px !important;
  }
  .u-sp-font5 {
    font-size: 5px !important;
  }
  .u-sp-font6 {
    font-size: 6px !important;
  }
  .u-sp-font7 {
    font-size: 7px !important;
  }
  .u-sp-font8 {
    font-size: 8px !important;
  }
  .u-sp-font9 {
    font-size: 9px !important;
  }
  .u-sp-font10 {
    font-size: 10px !important;
  }
  .u-sp-font11 {
    font-size: 11px !important;
  }
  .u-sp-font12 {
    font-size: 12px !important;
  }
  .u-sp-font13 {
    font-size: 13px !important;
  }
  .u-sp-font14 {
    font-size: 14px !important;
  }
  .u-sp-font15 {
    font-size: 15px !important;
  }
  .u-sp-font16 {
    font-size: 16px !important;
  }
  .u-sp-font17 {
    font-size: 17px !important;
  }
  .u-sp-font18 {
    font-size: 18px !important;
  }
  .u-sp-font19 {
    font-size: 19px !important;
  }
  .u-sp-font20 {
    font-size: 20px !important;
  }
  .u-sp-font21 {
    font-size: 21px !important;
  }
  .u-sp-font22 {
    font-size: 22px !important;
  }
  .u-sp-font23 {
    font-size: 23px !important;
  }
  .u-sp-font24 {
    font-size: 24px !important;
  }
  .u-sp-font25 {
    font-size: 25px !important;
  }
  .u-sp-font26 {
    font-size: 26px !important;
  }
  .u-sp-font27 {
    font-size: 27px !important;
  }
  .u-sp-font28 {
    font-size: 28px !important;
  }
  .u-sp-font29 {
    font-size: 29px !important;
  }
  .u-sp-font30 {
    font-size: 30px !important;
  }
  .u-sp-font31 {
    font-size: 31px !important;
  }
  .u-sp-font32 {
    font-size: 32px !important;
  }
  .u-sp-font33 {
    font-size: 33px !important;
  }
  .u-sp-font34 {
    font-size: 34px !important;
  }
  .u-sp-font35 {
    font-size: 35px !important;
  }
  .u-sp-font36 {
    font-size: 36px !important;
  }
  .u-sp-font37 {
    font-size: 37px !important;
  }
  .u-sp-font38 {
    font-size: 38px !important;
  }
  .u-sp-font39 {
    font-size: 39px !important;
  }
  .u-sp-font40 {
    font-size: 40px !important;
  }
}
.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #E36B38;
}

.u-kakko {
  text-indent: -0.5em;
}

.u-normal {
  font-weight: 300;
}

.u-bold {
  font-weight: 700;
}

.u-ls__thin {
  letter-spacing: -0.05em;
}

.u-ls__wide {
  letter-spacing: 0.1em;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

.u-textleft, .textleft, .alignleft {
  text-align: left !important;
}

.u-textcenter, .textcenter, .aligncenter {
  text-align: center !important;
}

.u-textright, .textright, .alignright {
  text-align: right !important;
}

.u-textjustify, .textjustify, .alignjustify {
  text-align: justify !important;
}

@media screen and (max-width: 650px) {
  .u-textcenter-sp {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textleft-sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textright-sp {
    text-align: right !important;
  }
}

.u-marker-green {
  background: linear-gradient(transparent 45%, #CCEAE2 45%);
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none;
}

@media screen and (max-width: 650px) {
  .u-pc {
    display: none !important;
  }
}

.u-tab {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .u-tab {
    display: inline-block;
  }
}

@media screen and (min-width: 1px) and (max-width: 1040px) {
  .u-tab-none {
    display: none !important;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 650px) {
  .u-sp {
    display: inline-block;
  }
}

.u-small {
  display: none;
}
@media screen and (max-width: 365px) {
  .u-small {
    display: inline-block;
  }
}

/* 居場所がなかったのでここに */
.u-inlineblock {
  display: inline-block;
}

.u-padding0 {
  padding: 0 !important;
}

/* サブページ
------------------------------------*/
.top-kv {
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 650px) {
  .top-kv {
    height: 109.3333333333vw;
  }
}
.top-kv .top-kv__scroll {
  display: block;
  height: 167px;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  bottom: -83px;
  left: 50%;
  width: 3px;
  z-index: 1;
}
.top-kv .top-kv__scroll::before {
  animation: kvScroll 2.4s ease-in-out infinite;
  background: #4A4A4A;
  content: "";
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 167px;
  width: 1px;
}
@media screen and (max-width: 650px) {
  .top-kv .top-kv__scroll::before {
    display: none;
  }
}
.top-kv .top-kv__video {
  height: 100%;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 1s ease;
  width: 100%;
}
.top-kv .top-kv__video.is-hide {
  opacity: 0;
}
.top-kv .top-kv__photo {
  display: block;
  height: 100%;
  line-height: 0;
  opacity: 1;
  transition: opacity 2s ease;
}
.top-kv .top-kv__photo.is-hide {
  opacity: 0;
}
.top-kv .top-kv__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.top-about {
  padding: 170px 0 100px;
}
@media screen and (max-width: 650px) {
  .top-about {
    padding: 72px 0 100px;
  }
}
.top-about .top-about__upper {
  display: flex;
}
@media screen and (max-width: 650px) {
  .top-about .top-about__upper {
    flex-direction: column-reverse;
  }
}
.top-about .top-about__upper .top-about__upper-body .top-about__upper-headline {
  align-items: center;
  display: flex;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 58px;
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .top-about .top-about__upper .top-about__upper-body .top-about__upper-headline {
    margin: 0 -20px 0 0;
    padding: 0 0 150px;
  }
}
@media screen and (max-width: 365px) {
  .top-about .top-about__upper .top-about__upper-body .top-about__upper-headline {
    font-size: 20px;
  }
}
.top-about .top-about__upper .top-about__upper-body .top-about__upper-headline.is-animated {
  animation: fadeUp 1.3s ease forwards;
}
.top-about .top-about__upper .top-about__upper-body .top-about__upper-headline::before {
  background: #4A4A4A;
  content: "";
  display: block;
  height: 1px;
  margin: 0 22px 0 0;
  width: 120px;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .top-about .top-about__upper .top-about__upper-body .top-about__upper-headline::before {
    width: 75px;
  }
}
.top-about .top-about__upper .top-about__upper-body .top-about__upper-text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 3.6666666667;
  padding: 0 0 80px;
}
@media screen and (max-width: 650px) {
  .top-about .top-about__upper .top-about__upper-body .top-about__upper-text {
    padding: 0 0 60px;
  }
}
.top-about .top-about__upper .top-about__upper-body .top-about__upper-text span {
  display: block;
}
.top-about .top-about__upper .top-about__upper-body .top-about__upper-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 5px 0;
  text-decoration: underline;
}
.top-about .top-about__upper .top-about__upper-body .top-about__upper-link:hover {
  text-decoration: none;
}
.top-about .top-about__upper .top-about__upper-images {
  margin: 180px 0 0 79px;
  text-align: right;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .top-about .top-about__upper .top-about__upper-images {
    margin-left: 30px;
  }
}
@media screen and (max-width: 650px) {
  .top-about .top-about__upper .top-about__upper-images {
    margin: 0 -20px 150px;
  }
}
.top-about .top-about__upper .top-about__upper-images img:first-child {
  margin: 0 0 45px;
}
@media screen and (max-width: 650px) {
  .top-about .top-about__upper .top-about__upper-images img:first-child {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 650px) {
  .top-about .top-about__upper .top-about__upper-images img:last-child {
    width: 116px;
  }
}
.top-about .top-about__lower {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.top-about .top-about__lower .top-about__lower-video {
  display: block;
  line-height: 0;
  margin: -100px -61px -60px auto;
  opacity: 0.73;
  position: relative;
  width: 62.4285714286%;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .top-about .top-about__lower .top-about__lower-video {
    margin: -170px 0 -170px -195px;
    transform: scale(0.5);
    width: 200%;
  }
}
@media screen and (max-width: 365px) {
  .top-about .top-about__lower .top-about__lower-video {
    margin-left: -175px;
  }
}
.top-about .top-about__lower .top-about__lower-video:hover .top-about__lower-video-icon {
  opacity: 0.6;
}
.top-about .top-about__lower .top-about__lower-video .top-about__lower-video-icon {
  opacity: 1;
  position: absolute;
  left: 640px;
  top: 280px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 2020px) {
  .top-about .top-about__lower .top-about__lower-video .top-about__lower-video-icon {
    left: 32.8571428571vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .top-about .top-about__lower .top-about__lower-video .top-about__lower-video-icon {
    left: 620px;
    width: 38px;
  }
}
@media screen and (max-width: 650px) {
  .top-about .top-about__lower .top-about__lower-video .top-about__lower-video-icon {
    left: 450px;
  }
}
@media screen and (max-width: 365px) {
  .top-about .top-about__lower .top-about__lower-video .top-about__lower-video-icon {
    left: 420px;
  }
}
.top-about .top-about__lower .top-about__lower-video .top-about__lower-video-icon::before {
  background: #CCCCCC;
  border-radius: 50%;
  content: "";
  display: block;
  height: 116px;
  opacity: 0.65;
  position: absolute;
  top: -28px;
  left: -46px;
  width: 116px;
  z-index: 0;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .top-about .top-about__lower .top-about__lower-video .top-about__lower-video-icon::before {
    height: 100px;
    top: -22px;
    left: -36px;
    width: 100px;
  }
}
.top-about .top-about__lower .top-about__lower-button {
  text-align: center;
}
@media screen and (max-width: 650px) {
  .top-about .top-about__lower .top-about__lower-button {
    margin: 0 20px;
  }
}
.top-about .top-about__lower .top-about__lower-button .top-about__lower-link {
  border: solid 1px #4A4A4A;
  border-radius: 2px;
  color: #4A4A4A;
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0 0 0 28px;
  padding: 12px 73px 12px 32px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .top-about .top-about__lower .top-about__lower-button .top-about__lower-link {
    display: block;
    font-size: 15px;
    margin: 0 auto;
    max-width: 335px;
    padding: 8px 53px 9px 18px;
  }
}
.top-about .top-about__lower .top-about__lower-button .top-about__lower-link .top-about__lower-button-arrow {
  display: block;
  position: relative;
  transform: translate3d(0, -6px, 0);
  transition: transform 0.7s ease;
}
.top-about .top-about__lower .top-about__lower-button .top-about__lower-link .top-about__lower-button-arrow::before {
  background: #4A4A4A;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -53px;
  top: -4px;
  transform: rotate(35deg);
  transform-origin: center right;
  transition: transform 0.7s ease;
  width: 7px;
}
@media screen and (max-width: 650px) {
  .top-about .top-about__lower .top-about__lower-button .top-about__lower-link .top-about__lower-button-arrow::before {
    top: -4px;
    right: -47px;
  }
}
@media screen and (max-width: 365px) {
  .top-about .top-about__lower .top-about__lower-button .top-about__lower-link .top-about__lower-button-arrow::before {
    top: 29px;
  }
}
.top-about .top-about__lower .top-about__lower-button .top-about__lower-link .top-about__lower-button-arrow::after {
  background: #4A4A4A;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: -53px;
  top: -4px;
  transform: scale(1, 1);
  transform-origin: center left;
  transition: transform 0.7s ease;
  width: 46px;
}
@media screen and (max-width: 650px) {
  .top-about .top-about__lower .top-about__lower-button .top-about__lower-link .top-about__lower-button-arrow::after {
    top: -4px;
    right: -47px;
  }
}
@media screen and (max-width: 365px) {
  .top-about .top-about__lower .top-about__lower-button .top-about__lower-link .top-about__lower-button-arrow::after {
    top: 31px;
  }
}
.top-about .top-about__lower .top-about__lower-button .top-about__lower-link:hover .top-about__lower-button-arrow::before {
  transform: translate3d(92px, 0, 0) rotate(35deg);
}
@media screen and (max-width: 650px) {
  .top-about .top-about__lower .top-about__lower-button .top-about__lower-link:hover .top-about__lower-button-arrow::before {
    transform: rotate(35deg);
  }
}
.top-about .top-about__lower .top-about__lower-button .top-about__lower-link:hover .top-about__lower-button-arrow::after {
  transform: scale(3, 1);
}
@media screen and (max-width: 650px) {
  .top-about .top-about__lower .top-about__lower-button .top-about__lower-link:hover .top-about__lower-button-arrow::after {
    top: -4px;
    right: -47px;
    transform: scale(1, 1);
  }
}

.top-news {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -2px;
  padding: 150px 0 110px;
  position: relative;
  z-index: 1;
}
.top-news::before {
  background: url("images/bg-footer-photo-top-white@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 5vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 1;
}
.top-news::after {
  background: #F2FFF6;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.top-news .top-news__headline {
  line-height: 0;
  padding: 0 0 10px;
}
.top-news .top-news__headline .top-news__headline-en {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.top-news .top-news__headline .top-news__headline-ja {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  transform: translate3d(0, -3px, 0);
}
.top-news .top-news__link {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  text-decoration: underline;
}
.top-news .top-news__list {
  border-bottom: solid 1px #4A4A4A;
  border-top: solid 1px #4A4A4A;
  padding: 20px 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .top-news .top-news__list {
    margin: 0 0 30px;
    padding: 32px 0 0;
  }
}
.top-news .top-news__list .top-news__items {
  align-items: center;
  display: flex;
  padding: 0 0 15px;
}
@media screen and (max-width: 650px) {
  .top-news .top-news__list .top-news__items {
    flex-wrap: wrap;
    padding: 0 0 5px;
  }
}
.top-news .top-news__list .top-news__items:last-child {
  padding: 0;
}
.top-news .top-news__list .top-news__items:hover .top-news__items-text {
  text-decoration: none;
}
.top-news .top-news__list .top-news__items .top-news__items-category {
  background: #4A4A4A;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 23px 0 0;
  padding: 7px 0 8px;
  text-align: center;
  width: 127px;
}
@media screen and (max-width: 650px) {
  .top-news .top-news__list .top-news__items .top-news__items-category {
    margin-bottom: 14px;
  }
}
.top-news .top-news__list .top-news__items .top-news__items-category.is-blank {
  background-color: transparent;
  min-height: 30px;
}
@media screen and (max-width: 650px) {
  .top-news .top-news__list .top-news__items .top-news__items-category.is-blank {
    margin: 0 0 14px;
    width: 0;
  }
}
.top-news .top-news__list .top-news__items .top-news__items-date {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 23px 0 0;
}
@media screen and (max-width: 650px) {
  .top-news .top-news__list .top-news__items .top-news__items-date {
    padding-bottom: 14px;
  }
}
.top-news .top-news__list .top-news__items .top-news__items-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  overflow: hidden;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 257px);
}
@media screen and (max-width: 650px) {
  .top-news .top-news__list .top-news__items .top-news__items-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6666666667;
    margin: 0 0 30px;
    text-overflow: unset;
    white-space: unset;
    width: 100%;
  }
}

.top-news__photo {
  display: block;
  height: 32.5vw;
  line-height: 0;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .top-news__photo {
    height: 49.3333333333vw;
    min-width: auto;
  }
}
@media screen and (max-width: 365px) {
  .top-news__photo {
    height: 150px;
  }
}
.top-news__photo::before {
  background: url("images/bg-footer-photo-top@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 5vw;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .top-news__photo::before {
    background-image: url("images/bg-footer-photo-top-sp@2x.png");
    height: 8vw;
  }
}
.top-news__photo::after {
  background: url("images/bg-footer-photo-bottom@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 5vw;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .top-news__photo::after {
    background-image: url("images/bg-footer-photo-bottom-sp@2x.png");
    height: 8vw;
  }
}
.top-news__photo.is-white::before {
  background-image: url("images/bg-footer-photo-top-white@2x.png");
}
@media screen and (max-width: 650px) {
  .top-news__photo.is-white::before {
    background-image: url("images/bg-footer-photo-top-sp-white@2x.png");
  }
}
.top-news__photo img {
  transform: translate3d(0, -10%, 0);
  transition: transform 0.1s linear;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .top-news__photo img {
    transform: translate3d(0, 0, 0);
  }
}

.top-event {
  margin: -1px 0 0;
  padding: 200px 0 250px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .top-event {
    padding: 250px 0 240px;
  }
}
.top-event::before {
  background: #fff;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.top-event .top-event__headline {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 calc(50% - 50vw);
  padding: 0 0 220px;
  text-align: center;
  width: 100vw;
}
.top-event .top-event__list {
  height: 68.5vw;
  margin: 0 0 140px;
  padding: 0 107px;
  position: relative;
  transform: scale(1, 1);
}
@media screen and (max-width: 650px) {
  .top-event .top-event__list {
    height: auto;
    margin: 0 -20px 170px;
    padding: 0;
  }
}
.top-event .top-event__list .top-event__items {
  border-radius: 2px;
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
}
@media screen and (max-width: 650px) {
  .top-event .top-event__list .top-event__items {
    position: relative;
  }
}
.top-event .top-event__list .top-event__items::before {
  background: #F4F4F4;
  display: block;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.top-event .top-event__list .top-event__items:nth-child(1) {
  height: 27.7857142857vw;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
  width: 36vw;
}
@media screen and (max-width: 650px) {
  .top-event .top-event__list .top-event__items:nth-child(1) {
    height: 41.3333333333vw;
    margin: 0 1.0666666667vw 0 auto;
    left: auto;
    top: auto;
    transform: translate3d(0, 0, 0);
    width: 74.6666666667%;
  }
}
.top-event .top-event__list .top-event__items:nth-child(2) {
  height: 21.8571428571vw;
  left: calc(50% - 42.4285714286vw);
  top: 23.7142857143vw;
  width: 31.5714285714vw;
}
@media screen and (max-width: 650px) {
  .top-event .top-event__list .top-event__items:nth-child(2) {
    height: 41.6vw;
    margin: -4vw auto 0 1.0666666667vw;
    left: auto;
    top: auto;
    width: 66.6666666667vw;
  }
}
.top-event .top-event__list .top-event__items:nth-child(3) {
  height: 12.9285714286vw;
  left: calc(50% + 15.8571428571vw);
  top: 16.2857142857vw;
  width: 18.7857142857vw;
}
@media screen and (max-width: 650px) {
  .top-event .top-event__list .top-event__items:nth-child(3) {
    height: 52.5333333333vw;
    margin: -11.2vw 4.2666666667vw 0 auto;
    left: auto;
    top: auto;
    width: 49.8666666667vw;
  }
}
.top-event .top-event__list .top-event__items:nth-child(4) {
  height: 15.5vw;
  bottom: 3.1428571429vw;
  left: calc(50% - 26.3571428571vw);
  width: 22.5vw;
}
@media screen and (max-width: 650px) {
  .top-event .top-event__list .top-event__items:nth-child(4) {
    height: 40.5333333333vw;
    margin: -26.1333333333vw auto 0 2.4vw;
    bottom: auto;
    left: auto;
    width: 71.2vw;
    z-index: -1;
  }
}
.top-event .top-event__list .top-event__items:nth-child(5) {
  height: 17.0714285714vw;
  left: calc(50% - 9vw);
  top: 30.7857142857vw;
  width: 23.8571428571vw;
}
@media screen and (max-width: 650px) {
  .top-event .top-event__list .top-event__items:nth-child(5) {
    height: 45.0666666667vw;
    margin: 4.5333333333vw 4.2666666667vw 0 auto;
    left: auto;
    top: auto;
    width: 64.5333333333vw;
    z-index: 1;
  }
}
.top-event .top-event__list .top-event__items:nth-child(6) {
  height: 16.5714285714vw;
  left: calc(50% + 19.8571428571vw);
  top: 33.2857142857vw;
  width: 22.3571428571vw;
}
@media screen and (max-width: 650px) {
  .top-event .top-event__list .top-event__items:nth-child(6) {
    height: 33.0666666667vw;
    margin: -8.2666666667vw auto 0 6.4vw;
    left: auto;
    top: auto;
    width: 44.8vw;
  }
}
.top-event .top-event__list .top-event__items:nth-child(7) {
  height: 21.8571428571vw;
  bottom: 0;
  left: calc(50% - 2.2142857143vw);
  width: 26.2857142857vw;
}
@media screen and (max-width: 650px) {
  .top-event .top-event__list .top-event__items:nth-child(7) {
    height: 33.6vw;
    margin: -16.5333333333vw -1.0666666667vw 0 auto;
    bottom: auto;
    left: auto;
    width: 66.6666666667vw;
    z-index: -1;
  }
}
.top-event .top-event__list .top-event__items img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.top-event .top-event__list > img {
  position: absolute;
  z-index: -1;
}
.top-event .top-event__list > img:nth-of-type(1) {
  left: calc(50% - 31.7857142857vw);
  top: 6.2857142857vw;
  width: 27.5vw;
}
@media screen and (max-width: 650px) {
  .top-event .top-event__list > img:nth-of-type(1) {
    left: calc(50% - 50.1333333333vw);
    top: -1.3333333333vw;
    transform: rotate(-6deg);
    width: 70.1333333333vw;
  }
}
.top-event .top-event__list > img:nth-of-type(2) {
  left: calc(50% - 3.9285714286vw);
  top: 22.7857142857vw;
  width: 29.6428571429vw;
}
@media screen and (max-width: 650px) {
  .top-event .top-event__list > img:nth-of-type(2) {
    left: calc(50% - 12vw);
    top: 37.0666666667vw;
    width: 66.4vw;
  }
}
.top-event .top-event__list > img:nth-of-type(3) {
  left: calc(50% - 5.5vw);
  bottom: -6.7142857143vw;
  width: 28.7857142857vw;
}
@media screen and (max-width: 650px) {
  .top-event .top-event__list > img:nth-of-type(3) {
    left: calc(50% - 18.6666666667vw);
    bottom: -26.4vw;
    width: 63.4666666667vw;
    z-index: -2;
  }
}
.top-event .top-event__list > img:nth-of-type(4) {
  left: calc(50% - 37.1428571429vw);
  bottom: 5.2142857143vw;
  width: 22.8571428571vw;
}
@media screen and (max-width: 650px) {
  .top-event .top-event__list > img:nth-of-type(4) {
    left: calc(50% - 45.3333333333vw);
    bottom: 40vw;
    width: 52vw;
  }
}
.top-event .top-event__description {
  margin: 0 50px 0 auto;
  width: 357px;
}
.top-event .top-event__description .top-event__description-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.6666666667;
  padding: 0 0 18px;
}
@media screen and (max-width: 650px) {
  .top-event .top-event__description .top-event__description-text {
    padding: 0 0 22px;
  }
}

@media screen and (max-width: 650px) {
  .top-report {
    padding: 0 0 100px;
  }
}
.top-report .top-report__headline {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 255px;
  text-align: center;
}
.top-report .top-report__body {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .top-report .top-report__body {
    flex-direction: column;
  }
}
.top-report .top-report__body .top-report__description {
  padding: 0 0 100px;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .top-report .top-report__body .top-report__description {
    padding: 0 0 80px;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .top-report .top-report__body .top-report__description {
    margin: 0 -20px;
    width: 100vw;
  }
}
.top-report .top-report__body .top-report__description .top-report__description-image {
  display: block;
  line-height: 0;
  max-width: 580px;
  position: absolute;
  right: 37px;
  top: 0;
  width: 41.4285714286vw;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .top-report .top-report__body .top-report__description .top-report__description-image {
    margin: 0 auto 80px;
    position: static;
    width: 580px;
  }
}
@media screen and (max-width: 650px) {
  .top-report .top-report__body .top-report__description .top-report__description-image {
    width: 95.4666666667%;
  }
}
.top-report .top-report__body .top-report__description .top-report__description-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.6666666667;
  max-width: 380px;
  padding: 667px 0 18px;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .top-report .top-report__body .top-report__description .top-report__description-text {
    max-width: none;
    padding: 0 0 18px;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .top-report .top-report__body .top-report__description .top-report__description-text {
    text-align: left;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .top-report .top-report__body .top-report__description .top-report__description-button {
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .top-report .top-report__body .top-report__description .top-report__description-button {
    margin-left: 20px;
    text-align: left;
  }
}
.top-report .top-report__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(50% - 12px);
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .top-report .top-report__list {
    width: 100%;
  }
}
.top-report .top-report__list .report-list__items {
  width: calc(50% - 24px);
}
@media screen and (max-width: 650px) {
  .top-report .top-report__list .report-list__items {
    width: calc(50% - 5px);
  }
}

.top-support {
  align-items: center;
  display: flex;
  margin: 0 0 -2px;
  padding: 160px 0 150px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .top-support {
    flex-direction: column;
  }
}
.top-support::before {
  background: url("images/bg-footer-photo-top-white@2x.png") no-repeat center left/100%;
  content: "";
  display: block;
  height: 5vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: -1px;
  width: 100vw;
  z-index: 1;
}
.top-support::after {
  background: #F2FFF6;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.top-support .top-support__headline {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 50px;
  text-align: center;
  width: 422px;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .top-support .top-support__headline {
    padding: 0 30px 50px;
  }
}
@media screen and (max-width: 650px) {
  .top-support .top-support__headline {
    padding: 0 0 50px;
  }
}
.top-support .top-support__body {
  max-width: 520px;
}
.top-support .top-support__body .top-support__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding: 0 0 10px;
}
.top-support .top-support__body .top-support__text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.3333333333;
  padding: 0 0 32px;
}
@media screen and (max-width: 650px) {
  .top-support .top-support__body .top-support__text {
    padding: 0 0 60px;
  }
}

.top-supporter {
  padding: 50px 0 0;
  position: relative;
}
.top-supporter::before {
  background: url("images/bg-top-supporter-top@2x.png") no-repeat center center/cover;
  content: "";
  display: block;
  height: 72px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: -70px;
  width: 100vw;
  z-index: 1;
}
.top-supporter .top-supporter__headline {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 80px;
  text-align: center;
}
.top-supporter .top-supporter__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  max-width: 660px;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .top-supporter .top-supporter__list {
    justify-content: space-between;
  }
}
.top-supporter .top-supporter__list > li {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 33.3333333333%;
}
.top-supporter .top-supporter__list > li figure {
  align-items: center;
  display: flex;
  height: 60px;
  margin: 0 0 47px;
  justify-content: center;
  line-height: 0;
  width: 120px;
}
@media screen and (max-width: 650px) {
  .top-supporter .top-supporter__list > li figure {
    height: 41px;
    margin: 0 0 47px;
    width: 82px;
  }
}
.top-supporter .top-supporter__list > li figure a {
  cursor: pointer;
  display: block;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s ease;
}
.top-supporter .top-supporter__list > li figure a:hover {
  opacity: 0.8;
}
.top-supporter .top-supporter__list > li figure a img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.top-supporter .top-supporter__list > li figure figcaption {
  display: none;
}

@keyframes kvScroll {
  0% {
    top: -167px;
  }
  100% {
    top: 167px;
  }
}
.contact-header .contact-header__photo {
  display: block;
  height: 25%;
  line-height: 0;
  margin: 0 calc(50% - 50vw) 130px;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .contact-header .contact-header__photo {
    height: 150px;
    margin-bottom: 20px;
  }
}
.contact-header .contact-header__photo::before {
  background: url("images/bg-wave-bottom-white@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 5.7142857143vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 100.1vw;
}
.contact-header .contact-header__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.contact-header .contact-header__headline {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  padding: 0 0 100px;
}
@media screen and (max-width: 650px) {
  .contact-header .contact-header__headline {
    padding: 0 0 55px;
  }
}

.contact-footer {
  padding: 120px 0 70px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .contact-footer {
    padding: 54px 0 27px;
  }
}
.contact-footer::before {
  background: #F2FFF6;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.contact-footer::after {
  background: url("images/bg-footer-photo-top-white@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 5vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 1;
}
.contact-footer .contact-footer__text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 16px;
}
.contact-footer .contact-footer__text::before {
  background: url("images/icon-tel.svg") no-repeat center left/100%;
  content: "";
  display: block;
  height: 41px;
  margin: 0 auto 16px;
  width: 41px;
}
.contact-footer .c-footer__company {
  border-top: solid 1px #4A4A4A;
  margin: 0 auto;
  max-width: 593px;
  padding: 35px 0 0;
  text-align: center;
}
.contact-footer .c-footer__company .c-footer__company-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 20px;
}
@media screen and (max-width: 650px) {
  .contact-footer .c-footer__company .c-footer__company-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 365px) {
  .contact-footer .c-footer__company .c-footer__company-name {
    font-size: 14px;
  }
}
.contact-footer .c-footer__company .c-footer__company-tel {
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 0 0 20px;
}
.contact-footer .c-footer__company .c-footer__company-address {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}

.c-contents .contact-form {
  margin: 0 auto;
  max-width: 750px;
  position: relative;
}
.c-contents .wpforms-container {
  padding: 0;
}
@media screen and (max-width: 650px) {
  .c-contents .wpforms-container {
    padding-bottom: 24px;
  }
}
.c-contents .wpforms-container .wpforms-head-container,
.c-contents .wpforms-container .contact-header {
  border-bottom: solid 1px #000;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin: 0 auto 60px;
  max-width: 812px;
  padding: 0 0 22px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-contents .wpforms-container .wpforms-head-container,
  .c-contents .wpforms-container .contact-header {
    border: none;
    font-size: 1.4rem;
    letter-spacing: 2;
    margin-bottom: 40px;
  }
}
.c-contents .wpforms-container .wpforms-error-container {
  text-align: center;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field {
  padding: 0 0 40px;
  /* selectbox */
}
.c-contents .wpforms-container .wpforms-form .wpforms-field.agree-checkbox {
  line-height: 0;
  text-align: center;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field.agree-checkbox .wpforms-field-label {
  display: none;
  line-height: 0;
  padding: 0;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field.agree-checkbox .wpforms-field-label-inline {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  position: relative;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field.agree-checkbox .wpforms-required-label {
  display: none;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field.agree-checkbox a {
  color: #47A4E8;
  text-decoration: underline;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 13px;
  position: relative;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label::before {
  background: #4A4A4A;
  border-radius: 2px;
  color: #fff;
  content: "任意";
  font-size: 12px;
  margin: 0 12px 0 0;
  padding: 6px 15px 5px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label .wpforms-required-label {
  color: transparent;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 3px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label .wpforms-required-label::before {
  background: #6CA742;
  border-radius: 2px;
  color: #fff;
  content: "必須";
  font-size: 12px;
  padding: 4px 16px 4px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field textarea,
.c-contents .wpforms-container .wpforms-form .wpforms-field input {
  -webkit-appearance: none;
  background-color: #fff;
  border: solid 1px #4A4A4A;
  border-radius: 3px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
  padding: 24px 28px;
}
@media screen and (max-width: 650px) {
  .c-contents .wpforms-container .wpforms-form .wpforms-field textarea,
  .c-contents .wpforms-container .wpforms-form .wpforms-field input {
    height: 50px;
    padding: 12px 22px;
  }
}
.c-contents .wpforms-container .wpforms-form .wpforms-field textarea:focus,
.c-contents .wpforms-container .wpforms-form .wpforms-field input:focus {
  border-color: #6CA742;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field textarea::placeholder,
.c-contents .wpforms-container .wpforms-form .wpforms-field input::placeholder {
  color: #C9C3C3;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field textarea {
  min-height: 294px;
}
@media screen and (max-width: 650px) {
  .c-contents .wpforms-container .wpforms-form .wpforms-field textarea {
    min-height: 130px;
  }
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] {
  display: none !important;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0 auto 0;
  padding: 3px 0 0 35px;
  position: relative;
  text-align: left;
  width: auto;
}
@media screen and (max-width: 365px) {
  .c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] + label {
    padding: 3px 0 0 25px;
  }
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #4A4A4A;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  top: calc(50% - 9px);
  width: 25px;
}
@media screen and (max-width: 365px) {
  .c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] + label::before {
    height: 20px;
    width: 20px;
  }
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] + label::after {
  border-right: solid 2px #4A4A4A;
  border-bottom: solid 2px #4A4A4A;
  content: "";
  display: block;
  height: 15px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 6px);
  left: 8px;
  transform: rotate(45deg);
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  width: 8px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices {
  position: relative;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices::after {
  background: url("images/icon-triangle.svg") no-repeat center left/100%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 27px;
  width: 11px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices.is-focused .choices__inner, .c-contents .wpforms-container .wpforms-form .wpforms-field .choices.is-open .choices__inner {
  border-color: transparent;
  box-shadow: 0 0 0 1px #6CA742;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices.is-focused .choices__list--dropdown, .c-contents .wpforms-container .wpforms-form .wpforms-field .choices.is-open .choices__list--dropdown {
  border-color: #6CA742;
  box-shadow: none;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices__inner {
  -webkit-appearance: none;
  background-color: #F2F2F2;
  border: solid 1px #4A4A4A;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.12em;
  line-height: 2;
  padding: 0 28px;
}
@media screen and (max-width: 650px) {
  .c-contents .wpforms-container .wpforms-form .wpforms-field .choices__inner {
    padding: 0 22px;
  }
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices__inner:focus {
  border-color: #6CA742;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices__inner::placeholder {
  color: #C9C3C3;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices__inner .choices__list--single {
  padding: 0;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices__inner select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F2F2F2;
  border: none;
  color: #4A4A4A;
  display: block;
  outline: none;
  padding: 21px 28px 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-contents .wpforms-container .wpforms-form .wpforms-field .choices__inner select {
    padding: 21px 22px 20px;
  }
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices__inner select option {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .choices__inner .choices__button {
  display: none;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-description {
  margin: 15px auto 0;
  text-align: left;
}
.c-contents .wpforms-container .wpforms-form .choices__list--dropdown {
  border-radius: 0 0 3px 3px !important;
  left: -1px;
  width: calc(100% + 2px);
}
.c-contents .wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 20px 28px;
}
@media screen and (max-width: 650px) {
  .c-contents .wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
    padding: 20px 22px;
  }
}
.c-contents .wpforms-container .wpforms-form .wpforms-field-html {
  padding: 0;
}
.c-contents .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit {
  align-items: center;
  background-color: #6CA742;
  border: none;
  border-radius: 9px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 61px;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 61px;
  margin: 0 auto;
  max-width: 281px;
  padding: 0;
  position: relative;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-contents .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit {
    font-size: 16px;
    max-width: none;
  }
}
.c-contents .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  opacity: 0.7;
}
.c-contents .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit-spinner {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.c-contents .wpforms-container .wpforms-form .wpforms-error {
  margin-top: 5px;
}
.c-contents .wpforms-container .wpforms-confirmation-container-full {
  background: none;
  border: none;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: center;
}

.news-header {
  position: relative;
}
.news-header::before {
  background: url("images/bg-wave-bottom@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 5.7142857143vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 100.1vw;
}
.news-header .news-header__photo {
  display: block;
  line-height: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .news-header .news-header__photo {
    height: 381px;
  }
}
.news-header .news-header__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.news {
  padding: 10px 0 0;
}
.news .news-list__headline {
  border-bottom: solid 1px #4A4A4A;
  margin: 0 0 19px;
}
@media screen and (max-width: 650px) {
  .news .news-list__headline {
    margin: 0 0 70px;
  }
}
.news .news-list__headline .news-list__headline-en {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.news .news-list__headline .news-list__headline-ja {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
}
.news .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .news .news-list {
    justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  .news .news-list {
    justify-content: space-between;
  }
}
.news .news-list::before {
  background: #F2FFF6;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.news .news-list .news-list__items {
  display: block;
  padding: 0 0 36px;
  width: 261px;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .news .news-list .news-list__items {
    padding: 0 15px 36px;
  }
}
@media screen and (max-width: 650px) {
  .news .news-list .news-list__items {
    padding: 0 0 40px;
    width: calc(50% - 5px);
  }
}
.news .news-list .news-list__items.is-dammy {
  height: 0;
  margin: 0;
  min-height: 0;
  padding: 0;
}
.news .news-list .news-list__items:hover {
  opacity: 0.7;
}
.news .news-list .news-list__items .news-list__items-photo {
  display: block;
  height: 143px;
  line-height: 0;
  margin: 0 0 8px;
}
@media screen and (max-width: 650px) {
  .news .news-list .news-list__items .news-list__items-photo {
    height: 22.6666666667vw;
    margin: 0 0 18px;
  }
}
.news .news-list .news-list__items .news-list__items-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.news .news-list .news-list__items .news-list__items-date {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 5px;
}
.news .news-list .news-list__items .news-list__items-headline {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.6666666667;
}
.news .news-list .news-list__items .news-list__items-headline::before {
  background: url("images/icon-arrow-news-list.svg") no-repeat center left/cover;
  content: "";
  display: inline-block;
  height: 13px;
  width: 6px;
}

.about-top {
  position: relative;
  padding: 0 0 160px;
}
@media screen and (max-width: 650px) {
  .about-top {
    margin: 0 calc(50% - 50vw);
    padding: 0;
  }
}
.about-top::before {
  background: url("images/bg-wave-bottom@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 5.7142857143vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
}
.about-top .about-top__photos {
  display: block;
  line-height: 0;
  margin: 0 auto 0 -50px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .about-top .about-top__photos {
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .about-top .about-top__photos {
    margin: 0 auto;
    max-width: 375px;
  }
}
.about-top .about-top__photos canvas {
  display: block;
  position: absolute;
}
@media screen and (max-width: 650px) {
  .about-top .about-top__photos canvas {
    position: static;
  }
}
.about-top .about-top__photos canvas:nth-child(1) {
  left: 201px;
  top: -15px;
  width: 550px;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .about-top .about-top__photos canvas:nth-child(1) {
    left: 14.3571428571vw;
    top: -1.0714285714vw;
    width: 39.2857142857vw;
  }
}
@media screen and (max-width: 650px) {
  .about-top .about-top__photos canvas:nth-child(1) {
    margin: 0 -40px 0 auto;
    width: 355px;
    z-index: -1;
  }
}
.about-top .about-top__photos canvas:nth-child(2) {
  left: 180px;
  top: 0;
  width: 550px;
  z-index: 3;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .about-top .about-top__photos canvas:nth-child(2) {
    left: 12.8571428571vw;
    width: 39.2857142857vw;
  }
}
@media screen and (max-width: 650px) {
  .about-top .about-top__photos canvas:nth-child(2) {
    margin: -338px -9px 0 auto;
    width: 355px;
  }
}
.about-top .about-top__photos canvas:nth-child(3) {
  left: -186px;
  top: 145px;
  width: 552px;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .about-top .about-top__photos canvas:nth-child(3) {
    left: -13.2857142857vw;
    top: 10.3571428571vw;
    width: 39.4285714286vw;
  }
}
@media screen and (max-width: 650px) {
  .about-top .about-top__photos canvas:nth-child(3) {
    margin: -70px auto 0 -105px;
    position: relative;
    left: auto;
    top: auto;
    width: 360px;
    z-index: -1;
  }
}
.about-top .about-top__photos canvas:nth-child(4) {
  left: -107px;
  top: 99px;
  width: 592px;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .about-top .about-top__photos canvas:nth-child(4) {
    left: -7.6428571429vw;
    top: 7.0714285714vw;
    width: 42.2857142857vw;
  }
}
@media screen and (max-width: 650px) {
  .about-top .about-top__photos canvas:nth-child(4) {
    margin: -405px auto 0 -56px;
    position: relative;
    left: auto;
    top: auto;
    width: 410px;
    z-index: -1;
  }
}
.about-top .about-top__photos canvas:nth-child(5) {
  left: 121px;
  top: 350px;
  width: 504px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .about-top .about-top__photos canvas:nth-child(5) {
    left: 8.6428571429vw;
    top: 25vw;
    width: 36vw;
  }
}
@media screen and (max-width: 650px) {
  .about-top .about-top__photos canvas:nth-child(5) {
    margin: -220px -15px 0 auto;
    width: 292px;
  }
}
.about-top .about-top__photos canvas:nth-child(6) {
  left: 76px;
  top: 337px;
  width: 494px;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .about-top .about-top__photos canvas:nth-child(6) {
    left: 5.4285714286vw;
    top: 24.0714285714vw;
    width: 35.2857142857vw;
  }
}
@media screen and (max-width: 650px) {
  .about-top .about-top__photos canvas:nth-child(6) {
    margin: -290px 11px 0 auto;
    width: 292px;
  }
}
.about-top .about-top__text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 4;
  letter-spacing: 0.12em;
  margin: 0 0 0 auto;
  max-width: 385px;
  padding: 446px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .about-top .about-top__text {
    padding: 300px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .about-top .about-top__text {
    margin: 0 20px;
    max-width: none;
    padding: 73px 0 180px;
  }
}

.about-direction {
  padding: 60px 0 90px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .about-direction {
    padding: 100px 0 90px;
  }
}
.about-direction::before {
  background: #F2FFF6;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.about-direction .about-direction__headline {
  padding: 0 0 116px;
}
.about-direction .about-direction__headline .about-direction__headline-main {
  display: block;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 7px;
}
@media screen and (max-width: 650px) {
  .about-direction .about-direction__headline .about-direction__headline-main {
    text-align: center;
  }
}
.about-direction .about-direction__headline .about-direction__headline-sub {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 650px) {
  .about-direction .about-direction__headline .about-direction__headline-sub {
    margin: 0 auto;
    max-width: 290px;
  }
}
.about-direction .about-direction__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.about-direction .about-direction__list .about-direction__items {
  padding: 0 5px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .about-direction .about-direction__list .about-direction__items {
    padding-bottom: 85px;
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .about-direction .about-direction__list .about-direction__items {
    width: 100%;
  }
}
.about-direction .about-direction__list .about-direction__items::before {
  background: url("images/bg-about-direction-items@2x.png") no-repeat center center/100%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: -1;
}
.about-direction .about-direction__list .about-direction__items .about-direction__items-headline {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 0 0 18px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .about-direction .about-direction__list .about-direction__items .about-direction__items-headline {
    padding: 0 0 45px;
  }
}
.about-direction .about-direction__list .about-direction__items .about-direction__items-image {
  margin: 0 0 40px;
}
@media screen and (max-width: 650px) {
  .about-direction .about-direction__list .about-direction__items .about-direction__items-image {
    margin: 0 0 20px;
  }
}
.about-direction .about-direction__list .about-direction__items .about-direction__items-text {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.6666666667;
  margin: 0 auto;
  max-width: 211px;
  text-align: left;
}

.about-message {
  display: flex;
  margin: 0 0 -2px;
  padding: 150px 0 150px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .about-message {
    flex-direction: column;
    padding: 200px 0 150px;
  }
}
.about-message::before {
  background: url("images/bg-wave-top@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 5.7142857143vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
}
.about-message::after {
  background: #fff;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.about-message .about-message__photo {
  display: block;
  line-height: 0;
}
.about-message .about-message__body {
  margin: 81px 0 0 -61px;
}
@media screen and (max-width: 650px) {
  .about-message .about-message__body {
    margin: 50px 0 0;
  }
}
.about-message .about-message__body .about-message__headline {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 14px;
}
@media screen and (max-width: 650px) {
  .about-message .about-message__body .about-message__headline {
    padding: 0 0 35px;
    text-align: center;
  }
}
.about-message .about-message__body .about-message__text {
  background: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 2.6666666667;
  max-width: 564px;
  padding: 27px 0 0 23px;
}
@media screen and (max-width: 650px) {
  .about-message .about-message__body .about-message__text {
    padding: 0;
  }
}
.about-message .about-message__body .about-message__text .about-message__text-letters {
  display: block;
  opacity: 0;
  transform: translate3d(10%, 0, 0);
  transition: opacity 1.5s ease, transform 1s ease;
}
.about-message .about-message__body .about-message__text .about-message__text-letters.is-animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.report-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.report-list__items {
  display: flex;
  flex-direction: column;
  margin: 0 0 62px;
  padding: 0 0 22px;
  position: relative;
  width: calc((100% - 68px) / 4);
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .report-list__items {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 650px) {
  .report-list__items {
    margin: 0 0 38px;
    padding: 0 0 12px;
    width: calc(50% - 5px);
  }
}
.report-list__items::after {
  background: url("images/icon-arrow-report-list.svg") no-repeat center left/100%;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0px;
  right: 7px;
  transform: scale(1, 1);
  transform-origin: center left;
  transition: transform 0.3s ease;
  width: 33px;
}
.report-list__items:hover .report-list__items-photo {
  opacity: 0.7;
}
.report-list__items:hover::after {
  transform: scale(1.3, 1);
}
.report-list__items.is-dammy {
  height: 0;
  margin: 0;
  min-height: 0;
  padding: 0;
}
.report-list__items.is-dammy::after {
  display: none;
}
.report-list__items .report-list__items-photo {
  border-radius: 2px 2px 0 0;
  display: block;
  line-height: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.report-list__items .report-list__items-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.report-list__items .report-list__items-category {
  background: #EBEBEB;
  border-radius: 0 0 2px 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  margin: -1px 0 16px;
  padding: 4px 0 3px;
  text-align: center;
}
.report-list__items .report-list__items-date {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.25;
  padding: 0 0 11px;
}
@media screen and (max-width: 650px) {
  .report-list__items .report-list__items-date {
    font-size: 10px;
    padding: 0 0 8px;
  }
}
.report-list__items .report-list__items-headline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  margin: 0 0 15px;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .report-list__items .report-list__items-headline {
    -webkit-line-clamp: 3;
    height: 60px;
    margin: 0 0 8px;
  }
}
.report-list__items .report-list__items-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  border-top: solid 1px #4A4A4A;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.0833333333;
  overflow: hidden;
  padding: 8px 0 0;
}
@media screen and (max-width: 650px) {
  .report-list__items .report-list__items-text {
    -webkit-line-clamp: 6;
  }
}

.report-list-footer {
  position: relative;
}
.report-list-footer::before {
  background: #fff;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.report-header {
  margin: 0 auto;
  max-width: 794px;
  padding: 110px 0 0;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .report-header {
    padding: 110px 20px 0;
  }
}
@media screen and (max-width: 650px) {
  .report-header {
    padding: 85px 20px 0;
  }
}
.report-header .report-header__category {
  background: #6CA742;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 auto 20px;
  padding: 7px 34px 6px;
}
.report-header .report-header__headline {
  color: #242424;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
  padding: 0 0 22px;
}
@media screen and (max-width: 650px) {
  .report-header .report-header__headline {
    font-size: 22px;
    line-height: 1.4545454545;
  }
}
.report-header .report-header__date {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 86px;
}
@media screen and (max-width: 650px) {
  .report-header .report-header__date {
    padding: 0 0 50px;
  }
}
.report-header .report-thumbnail {
  display: block;
  line-height: 0;
  padding: 102px 0 45px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .report-header .report-thumbnail {
    padding: 34px 0;
  }
}
.report-header .report-thumbnail::before {
  background: url("images/bg-wave-bottom@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 5.7142857143vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: -5.7142857143vw;
  width: 100vw;
  z-index: -1;
}
.report-header .report-thumbnail::after {
  background: #F2FFF6;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.report-header .report-thumbnail .report-thumbnail__photo {
  background: #F2FFF6;
  display: block;
  height: 420px;
  margin: 0 auto;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .report-header .report-thumbnail .report-thumbnail__photo {
    height: 47.2vw;
  }
}
.report-header .report-thumbnail .report-thumbnail__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.report-body, .news-body {
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin: 0 auto;
  max-width: 794px;
  padding: 0 0 45px;
  position: relative;
}
.report-body::before, .news-body::before {
  background: #F2FFF6;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.report-body h2, .news-body h2 {
  color: #242424;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4571428571;
  padding: 0 0 20px;
}
.report-body h3, .news-body h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.44;
  padding: 0 0 20px;
}
.report-body h4, .news-body h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding: 0 0 20px;
}
.report-body p, .news-body p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 3.3333333333;
  padding: 0 0 60px;
}
@media screen and (max-width: 650px) {
  .report-body p, .news-body p {
    line-height: 2.6666666667;
    padding: 0 0 40px;
  }
}
.report-body a, .news-body a {
  color: #47A4E8;
  text-decoration: underline;
}
.report-body a:hover, .news-body a:hover {
  text-decoration: none;
}
.report-body > ul, .news-body > ul {
  list-style: none;
  padding: 0 0 60px;
}
@media screen and (max-width: 650px) {
  .report-body > ul, .news-body > ul {
    padding: 0 0 35px;
  }
}
.report-body > ul li, .news-body > ul li {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  padding: 0 0 18px 2em;
  text-indent: calc(-1em - 17px);
}
.report-body > ul li::before, .news-body > ul li::before {
  background: #4A4A4A;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 17px;
  margin: 0 1em -3px 0;
  width: 17px;
}
.report-body > ol, .news-body > ol {
  counter-reset: item 0;
  list-style: none;
  padding: 0 0 60px;
}
@media screen and (max-width: 650px) {
  .report-body > ol, .news-body > ol {
    padding: 0 0 35px;
  }
}
.report-body > ol li, .news-body > ol li {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  padding: 0 0 24px 1.5em;
  text-indent: -1.5em;
}
.report-body > ol li::before, .news-body > ol li::before {
  content: counter(item);
  counter-increment: item;
  display: inline;
  margin: 0 1em 0 0;
}
.report-body .wp-block-image, .news-body .wp-block-image {
  display: block;
  line-height: 0;
  margin: 0 0 98px;
}
@media screen and (max-width: 650px) {
  .report-body .wp-block-image, .news-body .wp-block-image {
    margin: 0 0 50px;
  }
}
.report-body .wp-block-image figcaption, .news-body .wp-block-image figcaption {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 650px) {
  .report-body .wp-block-image figcaption, .news-body .wp-block-image figcaption {
    font-size: 10px;
    line-height: 2.8;
  }
}
.report-body .wp-block-columns, .news-body .wp-block-columns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 0 60px;
}
.report-body .wp-block-columns .wp-block-column, .news-body .wp-block-columns .wp-block-column {
  flex-basis: auto !important;
  flex-grow: unset;
  margin: 0;
  width: calc(50% - 18px);
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .report-body .wp-block-columns .wp-block-column, .news-body .wp-block-columns .wp-block-column {
    width: calc(50% - 5px);
  }
}
.report-body .wp-block-columns .wp-block-column .wp-block-image, .news-body .wp-block-columns .wp-block-column .wp-block-image {
  display: block;
  line-height: 0;
  margin: 0;
}
.report-body .wp-block-columns .wp-block-column .wp-block-image img, .news-body .wp-block-columns .wp-block-column .wp-block-image img {
  height: 242px;
  object-fit: cover;
}
@media screen and (max-width: 650px) {
  .report-body .wp-block-columns .wp-block-column .wp-block-image img, .news-body .wp-block-columns .wp-block-column .wp-block-image img {
    height: 22.9333333333vw;
  }
}
.report-body .wp-block-columns .wp-block-column .wp-block-image figcaption, .news-body .wp-block-columns .wp-block-column .wp-block-image figcaption {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4166666667;
  margin: 6px 0 0;
}
.report-body .wp-block-table table, .news-body .wp-block-table table {
  border-collapse: collapse;
}
.report-body .wp-block-table table thead tr th, .news-body .wp-block-table table thead tr th {
  background: #6CA742;
  border: solid 1px #4A4A4A;
  color: #fff;
  padding: 6px;
}
.report-body .wp-block-table table tfoot tr td, .news-body .wp-block-table table tfoot tr td {
  background: #6CA742;
  color: #fff;
}
.report-body .wp-block-table table tr, .news-body .wp-block-table table tr {
  background: #fff;
}
.report-body .wp-block-table table tr td, .news-body .wp-block-table table tr td {
  border: solid 1px #4A4A4A;
  padding: 6px;
}
.report-body .wp-block-table table tr td:first-child, .news-body .wp-block-table table tr td:first-child {
  min-width: 100px;
}

.report-footer {
  padding: 0 0 180px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .report-footer {
    padding: 0 0 60px;
  }
}
.report-footer::before {
  background: #F2FFF6;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.event-list .event-list__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 55px;
  opacity: 1;
  transition: opacity 0.6s ease;
  width: calc(50% - 20px);
}
@media screen and (max-width: 980px) {
  .event-list .event-list__items {
    align-items: center;
    flex-direction: column;
    margin: 0 0 75px;
    width: 100%;
  }
}
.event-list .event-list__items.is-dammy {
  height: 0;
  margin: 0;
  min-height: 0;
  padding: 0;
}
.event-list .event-list__items.is-active {
  opacity: 0.6;
}
.event-list .event-list__items .event-list__info {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 16px;
  width: 100%;
}
.event-list .event-list__items .event-list__info .event-list__info-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 0 0 4px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .event-list .event-list__items .event-list__info .event-list__info-title {
    padding: 0 0 10px;
  }
}
.event-list .event-list__items .event-list__info .event-list__info-start {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .event-list .event-list__items .event-list__info .event-list__info-start {
    font-size: 20px;
  }
}
.event-list .event-list__items .event-list__info .event-list__info-start.is-finished {
  color: #EBEBEB;
}
.event-list .event-list__items .event-list__info .event-list__info-end {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .event-list .event-list__items .event-list__info .event-list__info-end {
    font-size: 20px;
  }
}
.event-list .event-list__items .event-list__info .event-list__info-end::before {
  content: "-";
  display: inline;
}
.event-list .event-list__items .event-list__info .event-list__info-end.is-finished {
  color: #EBEBEB;
}
.event-list .event-list__items .event-list__info .event-list__info-others {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 0 0 2px;
}
.event-list .event-list__items .event-list__items-inner {
  display: contents;
}
.event-list .event-list__items .event-list__items-inner:hover .event-list__items-photo img {
  transform: scale(1.1);
}
.event-list .event-list__items .event-list__items-inner:hover .event-list__items-body .event-list__items-more {
  text-decoration: none;
}
.event-list .event-list__items .event-list__items-photo {
  background: #EBEBEB;
  border-radius: 5px;
  display: block;
  height: 230px;
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 32.4%;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .event-list .event-list__items .event-list__items-photo {
    margin: 0 0 12px;
    width: 162px;
  }
}
.event-list .event-list__items .event-list__items-photo.is-finished {
  position: relative;
}
.event-list .event-list__items .event-list__items-photo.is-finished::before {
  background: #D9D9D9;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.event-list .event-list__items .event-list__items-photo.is-finished::after {
  background: #666666;
  content: "終了しました。";
  color: #FFF;
  display: block;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0;
  margin: auto;
  height: 42px;
  padding: 6px 0 0 8px;
  position: absolute;
  inset: 0;
  text-align: center;
  white-space: nowrap;
  width: 144px;
  z-index: 2;
}
.event-list .event-list__items .event-list__items-photo img {
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: transform 0.6s ease;
  width: 100%;
}
.event-list .event-list__items .event-list__items-body {
  height: 242px;
  margin: 0 0 9px;
  padding: 20px 20px 0;
  position: relative;
  width: 66.8%;
}
@media screen and (max-width: 980px) {
  .event-list .event-list__items .event-list__items-body {
    margin: 0 0 16px;
    max-width: 334px;
    padding: 26px 20px 0;
    width: 100%;
  }
}
.event-list .event-list__items .event-list__items-body::before {
  background: url("images/bg-event-list@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .event-list .event-list__items .event-list__items-body::before {
    top: 0;
  }
}
@media screen and (max-width: 365px) {
  .event-list .event-list__items .event-list__items-body::before {
    background-size: contain;
  }
}
.event-list .event-list__items .event-list__items-body .event-list__items-headline {
  display: -webkit-box;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  margin: 0 0 10px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.event-list .event-list__items .event-list__items-body .event-list__items-text {
  display: -webkit-box;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.6666666667;
  overflow: hidden;
  margin: 0 0 7px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.event-list .event-list__items .event-list__items-body .event-list__items-more {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: underline;
}
.event-list .event-list__items .event-list__items-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .event-list .event-list__items .event-list__items-categories {
    max-width: 334px;
    width: 100%;
  }
}
.event-list .event-list__items .event-list__items-categories li {
  background: #4A4A4A;
  color: #fff;
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  height: 38px;
  letter-spacing: 0.06em;
  line-height: 1.25;
  width: calc((100% - 10px) / 3);
}
.event-list .event-list__items .event-list__items-categories li.is-dammy {
  opacity: 0;
  pointer-events: none;
}

.event-list-footer {
  position: relative;
}
.event-list-footer::before {
  background: #fff;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.event-header {
  margin: 0 auto;
  max-width: 794px;
  padding: 194px 0 0;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .event-header {
    padding: 194px 20px 0;
  }
}
@media screen and (max-width: 650px) {
  .event-header {
    padding: 105px 20px 0;
  }
}
.event-header .event-header__headline {
  color: #242424;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
  padding: 0 0 23px;
}
@media screen and (max-width: 650px) {
  .event-header .event-header__headline {
    font-size: 22px;
    line-height: 1.4545454545;
    padding: 0 0 20px;
  }
}
.event-header .event-header__date {
  color: #6CA742;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 0 0 7px;
}
.event-header .event-header__date-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 120px;
  max-width: 1040px;
}
@media screen and (max-width: 650px) {
  .event-header .event-header__date-wrapper {
    margin-bottom: 30px;
  }
}
.event-header .event-header__date-detail {
  background: #6CA742;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0 5px 10px;
  padding: 7px 15px;
}
.event-header .event-header__date-detail.is-finished {
  background: #EBEBEB;
}
.event-header .event-header__date-detail .event-header__date-year {
  display: inline;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.event-header .event-header__date-detail .event-header__date-start, .event-header .event-header__date-detail .event-header__date-end {
  display: inline;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.event-header .event-header__date-detail .event-header__date-end::before {
  content: "-";
}
.event-header .event-header__thumbnail {
  display: block;
  line-height: 0;
  margin: 0 auto;
  padding: 50px 0 45px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .event-header .event-header__thumbnail {
    padding: 34px 0;
  }
}
.event-header .event-header__thumbnail::before {
  background: url("images/bg-wave-bottom@2x.png") no-repeat center left/cover;
  content: "";
  display: block;
  height: 5.7142857143vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: -5.7142857143vw;
  width: 100vw;
  z-index: -1;
}
.event-header .event-header__thumbnail::after {
  background: #F2FFF6;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.event-header .event-header__thumbnail .event-header__thumbnail-photo {
  background: #F2FFF6;
  display: block;
  height: 420px;
  margin: 0 auto;
  max-width: 794px;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .event-header .event-header__thumbnail .event-header__thumbnail-photo {
    height: 47.2vw;
  }
}
.event-header .event-header__thumbnail .event-header__thumbnail-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.event-body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin: 0 auto;
  max-width: 794px;
  padding: 0 0 45px;
  position: relative;
}
.event-body::before {
  background: #F2FFF6;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.event-body h2 {
  color: #242424;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4571428571;
  padding: 0 0 20px;
}
.event-body h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.44;
  padding: 0 0 20px;
}
.event-body h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding: 0 0 20px;
}
.event-body p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 3.3333333333;
  padding: 0 0 60px;
}
@media screen and (max-width: 650px) {
  .event-body p {
    line-height: 2.6666666667;
    padding: 0 0 40px;
  }
}
.event-body a {
  color: #47A4E8;
  text-decoration: underline;
}
.event-body a:hover {
  text-decoration: none;
}
.event-body > ul {
  list-style: none;
  padding: 0 0 60px;
}
@media screen and (max-width: 650px) {
  .event-body > ul {
    padding: 0 0 35px;
  }
}
.event-body > ul li {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  padding: 0 0 18px 2em;
  text-indent: calc(-1em - 17px);
}
.event-body > ul li::before {
  background: #4A4A4A;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 17px;
  margin: 0 1em -3px 0;
  width: 17px;
}
.event-body > ol {
  counter-reset: item 0;
  list-style: none;
  padding: 0 0 60px;
}
@media screen and (max-width: 650px) {
  .event-body > ol {
    padding: 0 0 35px;
  }
}
.event-body > ol li {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  padding: 0 0 24px 1.5em;
  text-indent: -1.5em;
}
.event-body > ol li::before {
  content: counter(item);
  counter-increment: item;
  display: inline;
  margin: 0 1em 0 0;
}
.event-body .wp-block-image {
  display: block;
  line-height: 0;
  margin: 0 0 98px;
}
@media screen and (max-width: 650px) {
  .event-body .wp-block-image {
    margin: 0 0 50px;
  }
}
.event-body .wp-block-image figcaption {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 650px) {
  .event-body .wp-block-image figcaption {
    font-size: 10px;
    line-height: 2.8;
  }
}
.event-body .wp-block-columns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 0 60px;
}
.event-body .wp-block-columns .wp-block-column {
  flex-basis: auto !important;
  flex-grow: unset;
  margin: 0;
  width: calc(50% - 18px);
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .event-body .wp-block-columns .wp-block-column {
    width: calc(50% - 5px);
  }
}
.event-body .wp-block-columns .wp-block-column .wp-block-image {
  display: block;
  line-height: 0;
  margin: 0;
}
.event-body .wp-block-columns .wp-block-column .wp-block-image img {
  height: 242px;
  object-fit: cover;
}
@media screen and (max-width: 650px) {
  .event-body .wp-block-columns .wp-block-column .wp-block-image img {
    height: 22.9333333333vw;
  }
}
.event-body .wp-block-columns .wp-block-column .wp-block-image figcaption {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4166666667;
  margin: 6px 0 0;
}
.event-body .wp-block-table table {
  border-collapse: collapse;
}
.event-body .wp-block-table table thead tr th {
  background: #6CA742;
  border: solid 1px #4A4A4A;
  color: #fff;
  padding: 6px;
}
.event-body .wp-block-table table tfoot tr td {
  background: #6CA742;
  color: #fff;
}
.event-body .wp-block-table table tr {
  background: #fff;
}
.event-body .wp-block-table table tr td {
  border: solid 1px #4A4A4A;
  padding: 6px;
}
.event-body .wp-block-table table tr td:first-child {
  min-width: 100px;
}
.event-body div[data-effect=slide] ul {
  height: 529px !important;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .event-body div[data-effect=slide] ul {
    height: calc(100vw - 40px) !important;
  }
}
.event-body div[data-effect=slide] ul li figure {
  background: #C3C3C3;
}

.privacy {
  margin: 200px auto 70px;
  max-width: 640px;
}
@media screen and (max-width: 650px) {
  .privacy {
    margin: 135px auto 30px;
  }
}
.privacy h1 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.44;
  padding: 0 0 127px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .privacy h1 {
    padding: 0 0 60px;
  }
}
.privacy h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding: 0 0 10px;
}
.privacy p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 0 0 48px;
}

.profile {
  padding: 0 0 120px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .profile {
    padding: 0 0 110px;
  }
}
.profile::before {
  background: #fff;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.profile .profile-top h2 {
  color: #242424;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.44;
  padding: 0 0 22px;
}
.profile .profile-top p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 2.6666666667;
  max-width: 536px;
  padding: 0 0 30px;
}
@media screen and (max-width: 650px) {
  .profile .profile-top p {
    line-height: 3;
    max-width: 274px;
  }
}
.profile h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 2;
  padding: 50px 0 20px;
}
@media screen and (max-width: 650px) {
  .profile h3 {
    padding: 30px 0 10px;
  }
}
.profile h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 2;
  padding: 20px 0 5px;
}
@media screen and (max-width: 650px) {
  .profile h4 {
    padding: 30px 0 20px;
  }
}
.profile h5 {
  font-size: 15px;
  font-weight: 500;
}
.profile p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 2.6666666667;
  max-width: 536px;
  padding: 0 0 30px;
}
@media screen and (max-width: 650px) {
  .profile p {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
.profile p a:hover {
  opacity: 0.6;
}
.profile p a.is-blue {
  border-bottom: solid 1px #47A4E8;
  color: #47A4E8;
  padding: 0 0 5px;
}
.profile p a.is-blue:hover {
  border: none;
  opacity: 1;
}
.profile img {
  margin: 50px 0;
}
.profile .profile-list a {
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2.6666666667;
}
@media screen and (max-width: 650px) {
  .profile .profile-list a {
    padding: 5px 0;
  }
}
.profile .profile-list a::after {
  background: url("images/icon-download.svg") no-repeat center left/100%;
  content: "";
  display: inline-block;
  height: 15px;
  width: 17px;
}
.profile .profile-list a:hover {
  opacity: 0.6;
}

.support .support-top .support-top__text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 2.6666666667;
  max-width: 548px;
  padding: 0 0 70px;
}
.support .support-top .support-top__photos {
  overflow: scroll;
  padding: 0 0 65px;
  white-space: nowrap;
}
.support .support-top .support-top__photos .support-top__photos-inner {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .support .support-top .support-top__photos .support-top__photos-inner img {
    width: 216px;
  }
}
.support .support-headline {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0 0 25px;
}
.support .support-headline::before {
  background: url("images/icon-logo.svg") no-repeat center left/100%;
  content: "";
  display: block;
  height: 26px;
  margin: 0 12px 0 0;
  width: 34px;
}
.support .support-list {
  counter-reset: item 0;
  list-style: none;
  padding: 0;
}
.support .support-list > li {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
}
.support .support-list > li::before {
  content: "( " counter(item) " )";
  counter-increment: item;
  margin: 0 0.8em 0 0;
}
.support .support-table {
  margin: 5px 0 80px;
  overflow: scroll;
}
@media screen and (min-width: 1px) and (max-width: 1040px) {
  .support .support-table {
    margin: 0 calc(50% - 50vw) 10px;
    padding: 0 20px 10px;
  }
}
.support .support-table .support-table__inner {
  border-collapse: collapse;
  width: 748px;
}
.support .support-table thead tr th {
  background: #EBEBEB;
  border: solid 1px #4A4A4A;
  font-size: 15px;
  font-weight: 700;
  height: 52px;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
}
.support .support-table tbody tr td {
  border: solid 1px #4A4A4A;
  height: 48px;
}
.support .support-table tbody tr td:first-child {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2.5;
  text-align: center;
}
.support .support-table tbody tr td:not(:first-child) {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
}

.support-footer {
  padding: 0 0 160px;
  position: relative;
}
.support-footer::before {
  background: #fff;
  content: "";
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.support-footer .support-footer__button {
  background: #6CA742;
  border-radius: 9px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  height: 65px;
  letter-spacing: 0.04em;
  line-height: 65px;
  margin: 0 auto 128px;
  max-width: 385px;
  text-align: center;
}
.support-footer .support-footer__button:hover {
  opacity: 0.7;
}
.support-footer .support-footer__headline {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  padding: 0 0 12px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .support-footer .support-footer__headline {
    font-size: 18px;
  }
}
.support-footer .support-footer__body {
  border-top: solid 1px #4A4A4A;
  margin: 0 auto;
  max-width: 593px;
  padding: 20px 0 0;
  text-align: center;
}
.support-footer .support-footer__body .support-footer__text, .support-footer .support-footer__body .support-footer__link {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.6666666667;
  padding: 0 0 10px;
}
@media screen and (max-width: 650px) {
  .support-footer .support-footer__body .support-footer__text, .support-footer .support-footer__body .support-footer__link {
    font-size: 13px;
  }
}
.support-footer .support-footer__body .support-footer__link {
  display: inline-block;
  position: relative;
}
.support-footer .support-footer__body .support-footer__link::before {
  background: #4A4A4A;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: calc(100% - 33px);
}
.support-footer .support-footer__body .support-footer__link::after {
  background: url("images/icon-download.svg") no-repeat center left/100%;
  content: "";
  display: inline-block;
  height: 15px;
  width: 17px;
}
.support-footer .support-footer__body .support-footer__link:hover::before {
  display: none;
}/*# sourceMappingURL=style.css.map */