@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */ /* stylelint-disable-line */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */ /* stylelint-disable-line */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

:root {
  --font-ja-family: "Noto Sans JP", sans-serif;
  --color-base: #4b4b4b;
  --color-red: #e01f0f;
  --color-blue: #0060b3;
  --pc-adjust: 1040px;
  --sp-adjust: 2.2rem;
}

/**
 * https://github.com/nicolafranchini/VenoBox/
 */
.vbox-overlay {
  --vbox-tools-color: #fff;
  --vbox-title-background: #101010;
  --vbox-title-width: "auto";
  --vbox-title-radius: 0;
  --vbox-share-background: #101010;
  --vbox-share-width: "auto";
  --vbox-share-radius: 0;
  --vbox-padding: 0;
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}

.vbox-link-btn,
button.vbox-link-btn,
button.vbox-link-btn:hover,
button.vbox-link-btn:active,
button.vbox-link-btn:focus {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: none;
  display: inline-block;
  cursor: pointer;
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}

/* ----- navigation ----- */
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-close:hover {
  opacity: 1;
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color);
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}

/* ----- Social share ----- */
.vbox-left {
  left: 0;
}

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

/* ----- Navigation arrows ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

/* ----- Aspect ratio ----- */
.venoratio, .vbox-inline {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}

.venoratio-1x1 {
  --vb-aspect-ratio: 100%;
}

.venoratio-4x3 {
  --vb-aspect-ratio: calc(3 / 4 * 100%);
}

.venoratio-16x9 {
  --vb-aspect-ratio: calc(9 / 16 * 100%);
}

.venoratio-21x9 {
  --vb-aspect-ratio: calc(9 / 21 * 100%);
}

.venoratio-full {
  --vb-aspect-ratio: calc(100vh - 100px);
}

.vbox-child.venoratio, .vbox-child.vbox-inline {
  max-width: 100%;
}

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0px;
}

.vbox-content {
  opacity: 0;
}

.vbox-content {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
  padding: var(--vbox-padding);
}

.vbox-child img {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

.vbox-grab .vbox-child img {
  cursor: grab;
}

.vbox-child > iframe {
  border: none !important;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-preloader {
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 200ms;
}

.vbox-hidden {
  display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  z-index: 0;
}

.vbox-tooltip {
  position: relative;
  display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* ---------- preloader ----------
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 80%, 100% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 39%, 100% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}
html {
  font-size: 10px;
}
@media screen and (max-width: 374px) {
  html {
    font-size: max(8px, 2.56vw);
  }
}

body {
  font-family: var(--font-ja-family);
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--color-base);
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

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

@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}

button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2em 0 0.5em;
}
h1:where(:first-child),
h2:where(:first-child),
h3:where(:first-child),
h4:where(:first-child),
h5:where(:first-child),
h6:where(:first-child) {
  margin-top: 0;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0;
}

p,
ul,
ol,
table {
  margin: 1em 0;
}
p:where(:last-child),
ul:where(:last-child),
ol:where(:last-child),
table:where(:last-child) {
  margin-bottom: 0;
}
p:where(:first-child),
ul:where(:first-child),
ol:where(:first-child),
table:where(:first-child) {
  margin-top: 0;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid;
}

/* ======================================================================
 *  メイン横幅調節用
====================================================================== */
.adjust-width {
  width: 95%;
  max-width: var(--pc-adjust);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-right: var(--sp-adjust);
    padding-left: var(--sp-adjust);
  }
}

.l-container {
  overflow: hidden;
}

.main-hero {
  position: relative;
  display: flex;
  gap: 0.5%;
  height: 64.8rem;
  padding: 2.5rem 0 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .main-hero {
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
  }
}
.main-hero .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #fff;
}
.main-hero h1 {
  flex: 0 0 auto;
  padding: 8.2rem 6.2rem 0 0;
  margin: 0;
  text-align: right;
  transform-origin: center bottom;
}
@media screen and (max-width: 768px) {
  .main-hero h1 {
    width: 63.2%;
    padding: 0;
    margin: 0 auto 3.5rem;
    text-align: center;
  }
}
.main-hero .image {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-hero .image {
    aspect-ratio: 390/220;
  }
}
.main-hero .image img {
  display: block;
}
@media screen and (min-width: 769px) {
  .main-hero .image img {
    max-width: none;
  }
}
.main-hero .image .train1 {
  position: absolute;
  top: 0;
  right: 15%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .main-hero .image .train1 {
    right: 17.8%;
    width: 154%;
  }
}
.main-hero .image .train2 {
  position: absolute;
  top: 14.6%;
  right: 50.4%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .main-hero .image .train2 {
    top: 15.5%;
    right: 49%;
    width: 84%;
  }
}
.main-hero .image .people {
  position: absolute;
  top: 29.4%;
  right: 0;
  margin: 0;
  transform-origin: left bottom;
}
@media screen and (max-width: 768px) {
  .main-hero .image .people {
    top: 32%;
    right: 4%;
    width: 92%;
  }
}
.main-hero .scroll {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  padding: 0.4rem 0.6rem 0;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid var(--color-red);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .main-hero .scroll {
    position: absolute;
    bottom: 0.4rem;
    left: calc(50% - 2.8rem);
  }
}
.main-hero .scroll::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #e01f0f 0%, #f68e65 100%);
  border: 1px solid var(--color-red);
  border-radius: 50%;
  opacity: 0;
  transition: top 0.2s ease-out, left 0.2s ease-out;
}
.main-hero .scroll svg {
  display: block;
  height: auto;
  margin: 0 auto;
  fill: var(--color-red);
}
.main-hero .scroll.-js-animated::after {
  top: 0.4rem;
  left: 0.4rem;
  opacity: 1;
}
.main-hero .scroll.-js-animated .arrow {
  transform-origin: center bottom;
  animation: arrow_rotate 3s linear 1s infinite;
}
@keyframes arrow_rotate {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(720deg);
  }
  100% {
    transform: rotateY(720deg);
  }
}

.scroll-in {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateY(5rem);
}
.scroll-in.-js-animated {
  opacity: 1;
  transform: translateY(0);
}

[data-aos=anim-img] {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: scale(0.95) translateY(4rem);
}
[data-aos=anim-img].-js-animated {
  opacity: 1;
  transform: none;
}

/* ======================================================================
 *  Project Message
====================================================================== */
.message-container {
  position: relative;
  padding: 12rem 0 13rem;
}
@media screen and (max-width: 768px) {
  .message-container {
    padding: 6.4rem 0 9.5rem;
  }
}
.message-container h2 {
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 768px) {
  .message-container h2 {
    margin-bottom: 4.2rem;
  }
}
.message-container .message {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .message-container .message {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
  }
}
.message-container .image {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .message-container .image {
    position: absolute;
    top: 36.5%;
    right: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .message-container .image {
    margin: 0 calc(var(--sp-adjust) * -1);
    overflow: hidden;
  }
}
.message-container .image img {
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(0.9) translateY(4rem) rotate(-2deg);
}
@media screen and (min-width: 769px) {
  .message-container .image img {
    display: block;
    flex: 0 1 auto;
  }
}
.message-container .image .image-left {
  max-width: 30%;
  margin-top: -20rem;
}
@media screen and (max-width: 768px) {
  .message-container .image .image-left {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
.message-container .image .image-right {
  max-width: 30%;
  transition-delay: 0.3s;
}
.message-container .image.-js-animated img {
  opacity: 1;
  transform: none;
}

/* ======================================================================
 *  What’s Moving for Good Days Project
====================================================================== */
.project-container {
  position: relative;
  z-index: 0;
  padding: 18.5rem 0 15.8rem;
  background-color: #fff9f8;
}
@media screen and (max-width: 768px) {
  .project-container {
    padding: 14rem 0 9.6rem;
  }
}
.project-container::before, .project-container::after {
  position: absolute;
  z-index: -1;
  display: block;
  width: min(90%, 68.8rem);
  aspect-ratio: 688/288;
  content: "";
  background: url("../images/bg-dot.png") repeat 14px 10px;
}
@media screen and (max-width: 768px) {
  .project-container::before, .project-container::after {
    width: min(90%, 24.8rem);
    aspect-ratio: 248/78;
    background-position: 0 0;
    background-size: 22px auto;
  }
}
.project-container::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.project-container::after {
  right: 0;
  bottom: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.project-container h2 {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  .project-container h2 {
    margin-bottom: 4.5rem;
  }
}
.project-container hr {
  max-width: 80rem;
  margin: 4.8rem auto;
  border: none;
  border-bottom: 5px dotted #9d9d9d;
}
@media screen and (max-width: 768px) {
  .project-container hr {
    margin: 3.4rem 0 5rem;
  }
}
.project-container h3 {
  margin: 0 0 3.6rem;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--color-red);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .project-container h3 {
    margin-bottom: 4rem;
    font-size: 2.2rem;
  }
}
.project-container .image-deco1,
.project-container .image-deco2 {
  position: absolute;
  margin: 0;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(0.9) translateY(4rem) rotate(-2deg);
}
.project-container .image-deco1 {
  top: -11rem;
  left: calc(50% + 28rem);
  transition-delay: 0.3s;
}
@media screen and (max-width: 1040px) {
  .project-container .image-deco1 {
    right: 1rem;
    left: auto;
    width: min(36%, 28rem);
  }
}
@media screen and (max-width: 768px) {
  .project-container .image-deco1 {
    top: -8.2rem;
    width: min(38.47%, 20rem);
  }
}
.project-container .image-deco2 {
  top: 31rem;
  left: calc(50% - 59rem);
  transition-delay: 0.5s;
}
@media screen and (max-width: 1040px) {
  .project-container .image-deco2 {
    top: 1.6rem;
    left: 0;
    width: min(12%, 9rem);
  }
}
@media screen and (max-width: 768px) {
  .project-container .image-deco2 {
    top: 16.2rem;
    width: min(15.39%, 7.6rem);
  }
}
.project-container:has(h2.-js-animated) .image-deco1,
.project-container:has(h2.-js-animated) .image-deco2 {
  opacity: 1;
  transform: none;
}

.lead {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 1.8rem;
  }
}

.card-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 4rem;
}
@media screen and (max-width: 960px) {
  .card-group {
    column-gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .card-group {
    grid-template-columns: 1fr;
  }
}

.card {
  padding: 3.8rem;
  font-weight: 500;
  background-color: #fff;
  border: 3px solid var(--color-red);
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .card {
    padding: 3rem 2rem 2.5rem;
  }
}
.card .num {
  margin-bottom: 2rem;
}
.card .num svg {
  display: block;
  height: auto;
  margin: 0 auto;
  fill: var(--color-blue);
}
.card .title {
  margin: 0 auto 1rem;
}
@media screen and (max-width: 768px) {
  .card .title {
    max-width: 21rem;
  }
}
.card .text {
  margin: 0;
}

[data-aos=anim-card] > * {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.2, 0.82, 0.26, 1.12);
  transform: translateY(5rem);
}
[data-aos=anim-card] > *:nth-child(2) {
  transition-delay: 0.2s;
}
[data-aos=anim-card] > *:nth-child(3) {
  transition-delay: 0.4s;
}
[data-aos=anim-card].-js-animated > * {
  opacity: 1;
  transform: none;
}

/* ======================================================================
 *  Feature
====================================================================== */
.feature-container {
  position: relative;
  padding: 14.4rem 0 14rem;
}
@media screen and (max-width: 768px) {
  .feature-container {
    padding: 12.2rem 0 7.6rem;
  }
}
.feature-container h2 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .feature-container h2 {
    margin-bottom: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .feature-container h2 img {
    width: 21.6rem;
  }
}
.feature-container h3 {
  margin: 0 0 1.6rem;
  font-size: 4rem;
  line-height: 1.35;
  color: var(--color-red);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .feature-container h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .feature-container .lead {
    margin-bottom: 0.4rem;
  }
}
.feature-container .image-deco1 {
  position: absolute;
  top: -6rem;
  left: 5%;
  max-width: 30%;
  margin: 0;
}
@media screen and (min-width: 1041px) {
  .feature-container .image-deco1 {
    left: calc(50% - 57.9rem);
  }
}
@media screen and (max-width: 768px) {
  .feature-container .image-deco1 {
    left: 0.5rem;
    width: min(50%, 17.2rem);
    max-width: 100%;
  }
}
.feature-container .image-deco-group,
.feature-container .image-bottom-deco-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 1041px) {
  .feature-container .image-deco-group,
  .feature-container .image-bottom-deco-group {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    max-width: 1330px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .feature-container .image-deco-group,
  .feature-container .image-bottom-deco-group {
    margin: 0 calc(var(--sp-adjust) * -1);
  }
}
.feature-container .image-deco-group p,
.feature-container .image-bottom-deco-group p {
  margin: 0;
}
.feature-container .image-deco-group {
  top: 22rem;
}
.feature-container .image-bottom-deco-group {
  top: 72rem;
}
@media screen and (max-width: 1040px) {
  .feature-container .image-bottom-deco-group {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .feature-container .image-bottom-deco-group {
    overflow: hidden;
  }
}
.feature-container .image-deco2 {
  padding: 20.8rem 0 0 3rem;
}
@media screen and (max-width: 1040px) {
  .feature-container .image-deco2 {
    width: 38.5%;
    padding: 3rem 0 0;
  }
}
@media screen and (min-width: 1041px) {
  .feature-container .image-deco3 {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1040px) {
  .feature-container .image-deco3 {
    width: 50%;
  }
}
.feature-container .image-deco4 {
  padding-top: 10rem;
}
@media screen and (max-width: 1040px) {
  .feature-container .image-deco4 {
    width: 42%;
    padding-top: 2rem;
  }
}
.feature-container .image-deco5 {
  width: 23%;
}
@media screen and (max-width: 1040px) {
  .feature-container .image-deco5 {
    width: 47.5%;
  }
}
.feature-container .image-deco6 {
  position: absolute;
  top: 100%;
  right: 0;
}
@media screen and (max-width: 1040px) {
  .feature-container .image-deco6 {
    top: 60%;
    width: 26%;
  }
}
@media screen and (max-width: 768px) {
  .feature-container .image-deco6 {
    display: none;
  }
}
.feature-container .image-deco7 {
  margin: 6.5rem 0;
}
@media screen and (max-width: 768px) {
  .feature-container .image-deco7 {
    width: min(90%, 29.3rem);
    margin: 2.4rem auto 0;
  }
}

[data-aos=anim-img-group] > * {
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(0.9) translateY(4rem) rotate(-2deg);
}
[data-aos=anim-img-group] > *:nth-child(2) {
  transition-delay: 0.2s;
}
[data-aos=anim-img-group] > *:nth-child(3) {
  transition-delay: 0.4s;
}
[data-aos=anim-img-group].-js-animated > * {
  opacity: 1;
  transform: none;
}

.feature-group {
  max-width: 73rem;
  margin: 6.8rem auto 0;
}
@media screen and (max-width: 1040px) {
  .feature-group {
    margin: -2rem auto 2.6rem;
  }
}
.feature-group .item:not(:last-child) {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .feature-group .item:not(:last-child) {
    margin-bottom: 3.8rem;
  }
}
.feature-group .item a {
  position: relative;
  z-index: 0;
  display: flex;
  gap: 1.8rem;
  align-items: center;
  min-height: 16rem;
  padding: 0 1.3rem 1.3rem 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.92;
  color: inherit;
  text-align: left;
  text-decoration: none;
  border-radius: 2rem;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .feature-group .item a {
    flex-direction: column;
    row-gap: 0;
    justify-content: center;
    min-height: 28.9rem;
    padding: 0 1.2rem 2rem 0;
    line-height: 1.6;
    text-align: center;
  }
}
.feature-group .item a::before, .feature-group .item a::after {
  position: absolute;
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1.3rem);
  content: "";
  border: 2px solid var(--color-red);
  border-radius: 2rem;
}
.feature-group .item a::before {
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
}
.feature-group .item a::after {
  top: 1.3rem;
  left: 1rem;
  z-index: -2;
  background: linear-gradient(to right, #e01f0f 0%, #f68e65 100%);
  border-radius: 2rem;
  transition: top 0.3s, left 0.3s;
}
@media screen and (max-width: 768px) {
  .feature-group .item a::after {
    top: 2rem;
    left: 1.2rem;
  }
}
.feature-group .item p {
  margin: 0;
}
.feature-group .item .num {
  flex: 0 0 auto;
  width: 2.6rem;
  margin-left: 4rem;
  color: var(--color-blue);
}
@media screen and (max-width: 768px) {
  .feature-group .item .num {
    margin: 0 auto 1.5rem;
  }
}
.feature-group .item .num svg {
  display: block;
  width: 100%;
  height: auto;
  fill: currentcolor;
}
.feature-group .item .title {
  flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .feature-group .item .title {
    width: 28.8%;
  }
}
@media screen and (max-width: 768px) {
  .feature-group .item .title {
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .feature-group .item .text {
    flex: 1 1 auto;
  }
}
.feature-group .item .arrow {
  display: block;
  flex: 0 0 auto;
  width: 4rem;
  height: auto;
  margin: 0 2.9rem 0 auto;
}
@media screen and (max-width: 768px) {
  .feature-group .item .arrow {
    width: 3.2rem;
    margin: 1.8rem auto 0;
  }
}
.feature-group .item:hover a {
  opacity: 1;
  transform: translate(1rem, 1.3rem);
}
.feature-group .item:hover a::after {
  top: 0;
  left: 0;
}

.button {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .button {
    margin-top: 6.4rem;
  }
}

.vbox-container {
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .vbox-container {
    padding: 0 1.6rem;
  }
}

.vbox-content {
  padding: 0;
}

.vbox-inline {
  padding: 10rem 0;
  pointer-events: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .vbox-inline {
    padding: 7.2rem 0;
  }
}
.vbox-inline > * {
  pointer-events: all;
}

.vbox-close {
  position: absolute;
  top: 2.5rem;
  right: 0;
  width: 5rem;
  height: 5rem;
  background: url('data:image/svg+xml;charset=UTF-8,<svg style="fill: %23fff;" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 46 46" widht="46" height="46"><path d="M27.2,23L45.1,5.1c1.2-1.2,1.2-3.1,0-4.2-1.2-1.2-3.1-1.2-4.2,0l-17.9,17.9L5.1.9C4-.3,2-.3.9.9-.3,2.1-.3,3.9.9,5.1l17.9,17.9L.9,40.9c-1.2,1.2-1.2,3.1,0,4.2.6.6,1.4.9,2.1.9s1.5-.3,2.1-.9l17.9-17.9,17.9,17.9c.6.6,1.4.9,2.1.9s1.5-.3,2.1-.9c1.2-1.2,1.2-3.1,0-4.2l-17.9-17.9Z"/></svg>') no-repeat center center/4rem 4rem;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .vbox-close {
    top: 2rem;
    right: 0;
    width: 3.2rem;
    height: 3.2rem;
    background-size: 3.2rem auto;
  }
}
.vbox-close svg {
  display: none;
}

.modal-content {
  position: relative;
  z-index: 0;
  padding: 13.4rem 4rem 13.7rem;
  overflow: hidden;
  background-color: #fff;
  border: 0.6rem solid var(--color-red);
  border-radius: 6.4rem;
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 7.2rem 1.2rem;
    border-width: 0.3rem;
    border-radius: 3.2rem;
  }
}
.modal-content img {
  margin: 0 auto;
}
.modal-content .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.modal-content .bg > * {
  max-width: 31%;
}
@media screen and (max-width: 768px) {
  .modal-content .bg > * {
    max-width: 50%;
  }
}
.modal-content .bg img {
  margin: 0;
}
.modal-content h2 {
  margin: 0 0 6rem;
}
@media screen and (max-width: 768px) {
  .modal-content h2 {
    margin-bottom: 3.2rem;
  }
}
.modal-content h3 {
  margin: 0 0 1.2rem;
  font-size: 4rem;
  line-height: 1.6;
  color: var(--color-red);
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .modal-content h3 {
    margin-bottom: 2.2rem;
    font-size: 2.6rem;
  }
}
.modal-content .lead {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-content .lead {
    padding: 0 0.2rem;
  }
}

.feature-detail-group {
  max-width: 960px;
  margin: 7.2rem auto 0;
}
@media screen and (max-width: 768px) {
  .feature-detail-group {
    margin-top: 4.4rem;
  }
}
.feature-detail-group .item {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .feature-detail-group .item {
    padding-right: 0.8rem;
  }
}
.feature-detail-group .item:not(:last-child) {
  margin-bottom: 8.4rem;
}
.feature-detail-group .item:nth-child(1)::before {
  top: 12.4rem;
  right: calc(100% - 2.5rem);
}
@media screen and (max-width: 768px) {
  .feature-detail-group .item:nth-child(1)::before {
    top: -4rem;
    right: calc(100% - 5rem);
  }
}
.feature-detail-group .item:nth-child(2)::before {
  bottom: -9.2rem;
  left: calc(100% - 15rem);
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .feature-detail-group .item:nth-child(2)::before {
    top: -4.8rem;
    bottom: auto;
    left: calc(100% - 9rem);
    width: 25.4rem;
  }
}
.feature-detail-group .item:nth-child(3)::before {
  top: calc(100% - 4.2rem);
  right: calc(100% - 39rem);
  width: 73.7rem;
}
@media screen and (max-width: 768px) {
  .feature-detail-group .item:nth-child(3)::before {
    top: calc(100% - 28.2rem);
    right: calc(100% - 20rem);
    width: 37.2rem;
  }
}
.feature-detail-group .item::before {
  position: absolute;
  z-index: -2;
  display: block;
  width: 50rem;
  aspect-ratio: 1/1;
  content: "";
  background: url("../images/bg-dot.png") repeat;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .feature-detail-group .item::before {
    width: 20.2rem;
    background-size: 18px auto;
  }
}
.feature-detail-group .item::after {
  position: absolute;
  top: 2rem;
  left: 1.4rem;
  z-index: -1;
  display: block;
  width: calc(100% - 1.6rem);
  height: 100%;
  content: "";
  background: linear-gradient(135deg, #e01f0f 0%, #f68e65 100%);
  border: 3px solid #f29265;
  border-radius: 6.4rem;
}
@media screen and (max-width: 768px) {
  .feature-detail-group .item::after {
    top: 1.4rem;
    left: 0.2rem;
    width: 100%;
    border-radius: 4rem;
  }
}
.feature-detail-group .item-inner {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 49rem;
  padding: 8rem 3rem;
  overflow: hidden;
  background-color: #fff;
  border: 3px solid #f29265;
  border-radius: 6.4rem;
}
@media screen and (max-width: 768px) {
  .feature-detail-group .item-inner {
    padding: 4rem 1.6rem;
    border-radius: 4rem;
  }
}
.feature-detail-group .item-inner::before, .feature-detail-group .item-inner::after {
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 10rem;
  content: "";
  background: url("../images/bg-dot.png") repeat 15px 8px;
}
@media screen and (max-width: 768px) {
  .feature-detail-group .item-inner::before, .feature-detail-group .item-inner::after {
    height: 5.6rem;
    background-position: 0 0;
    background-size: 16px auto;
  }
}
.feature-detail-group .item-inner::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.feature-detail-group .item-inner::after {
  right: 0;
  bottom: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.feature-detail-group .heading {
  margin: 0 0 3rem;
  font-size: 4rem;
  line-height: 1.5;
  color: #707070;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .feature-detail-group .heading {
    margin-bottom: 1.2rem;
    font-size: 2.6rem;
  }
}
.feature-detail-group .row-group {
  display: flex;
  gap: 1.6rem 4rem;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feature-detail-group .row-group {
    flex-direction: column;
  }
}
.feature-detail-group .row-group .image {
  flex: 0 0 auto;
  width: 36%;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature-detail-group .row-group .image {
    width: 88%;
    margin: 0 auto;
  }
}
.feature-detail-group .row-group .content {
  flex: 1 1 auto;
  font-weight: 500;
  line-height: 2;
  color: #707070;
}
.feature-detail-group .row-group .title {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.44;
  color: #e9451f;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .feature-detail-group .row-group .title {
    margin-bottom: 1rem;
  }
}
.feature-detail-group .row-group .tags {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .feature-detail-group .row-group .tags {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.feature-detail-group .row-group .tags li {
  padding: 1rem 2.4rem;
  font-weight: bold;
  color: #fff;
  background-color: var(--color-blue);
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .feature-detail-group .row-group .tags li {
    padding: 1rem 1.6rem;
    border-radius: 0.8rem;
  }
}

/* ======================================================================
 *  Header
====================================================================== */
.c-header {
  padding: 3.2rem 6.4rem 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-header {
    padding: 2.4rem 1.6rem 0;
  }
}
.c-header .header-logo {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .c-header .header-logo {
    width: 6.8rem;
  }
}

/* ======================================================================
 *  Footer
====================================================================== */
.c-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 6.4rem 8rem;
  justify-content: center;
  padding: 10rem var(--sp-adjust) 8rem;
  color: #707070;
  text-align: center;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .c-footer {
    row-gap: 4rem;
    padding: 9.6rem 1.5rem;
  }
}
.c-footer p {
  margin: 0;
}
.c-footer .copyright {
  width: 100%;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

/* ======================================================================
 *  Button
====================================================================== */
.c-button {
  position: relative;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
  max-width: 60.4rem;
  min-height: 9rem;
  padding: 1rem 4rem 2rem;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-radius: 4rem;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button {
    gap: 2rem;
  }
}
.c-button::before, .c-button::after {
  position: absolute;
  display: block;
  width: calc(100% - 0.5rem);
  height: calc(100% - 1rem);
  content: "";
  border-radius: 4rem;
}
.c-button::before {
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to right, #e01f0f 0%, #f68e65 100%);
  transition: background 0.3s;
}
.c-button::after {
  top: 1rem;
  left: 0.5rem;
  z-index: -2;
  border: 2px solid var(--color-red);
  transition: left 0.3s, top 0.3s;
}
.c-button .icon-pdf {
  display: block;
  flex: 0 0 auto;
  height: auto;
  fill: currentcolor;
}
.c-button:hover {
  opacity: 1;
  transform: translate(0.4rem, 1rem);
}
.c-button:hover::before {
  background: linear-gradient(to right, #f68e65 0%, #e01f0f 100%);
}
.c-button:hover::after {
  top: 0;
  left: 0;
}

/* ======================================================================
 * Title
====================================================================== */
.c-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

/* ======================================================================
 *  Card
====================================================================== */
.c-card {
  padding: 1em;
  text-align: center;
  border: 1px solid;
}

/* ------------------------------------------------------------
 * PC/SP表示切替
------------------------------------------------------------ */
@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}
/* ------------------------------------------------------------
 * 画像
------------------------------------------------------------ */
.u-ofi {
  object-fit: cover;
  object-position: 50% 50%;
}
.u-ofi.-contain {
  object-fit: contain;
}