@import url("//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
.loader {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#anchor01,
#anchor02,
#anchor03,
#anchor04,
#anchor05,
#anchor06 {
  margin-top: -130px;
  padding-top: 130px;
  position: relative;
  z-index: -1;
}
@media (max-width: 640px) {
  #anchor01,
  #anchor02,
  #anchor03,
  #anchor04,
  #anchor05,
  #anchor06 {
    margin-top: -90px;
    padding-top: 90px;
  }
}

main {
  padding-bottom: 120px;
}
@media (max-width: 640px) {
  main {
    padding-bottom: 0;
  }
}

.container {
  width: 100%;
  max-width: 1960px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 70px;
}
@media (max-width: 900px) {
  .container {
    padding: 0 calc(70vw * 100 / 900);
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0;
  }
}

.sp-Block {
  display: none;
}
@media (max-width: 640px) {
  .sp-Block {
    display: inline-block;
  }
}

.swing {
  animation-name: swing;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
  }
  55% {
    -webkit-transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
  }
  65% {
    -webkit-transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-3deg);
  }
  85% {
    -webkit-transform: rotate(2deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
  }
  95% {
    -webkit-transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.delay1 {
  animation-delay: 0.1s !important;
}

.delay2 {
  animation-delay: 0.2s !important;
}

.delay3 {
  animation-delay: 0.3s !important;
}

.delay4 {
  animation-delay: 0.4s !important;
}

.delay5 {
  animation-delay: 0.5s !important;
}

.delay6 {
  animation-delay: 0.6s !important;
}

.delay7 {
  animation-delay: 0.7s !important;
}

.delay8 {
  animation-delay: 0.8s !important;
}

.delay9 {
  animation-delay: 0.9s !important;
}

.delay10 {
  animation-delay: 1s !important;
}

.delay11 {
  animation-delay: 1.1s !important;
}

.delay12 {
  animation-delay: 1.2s !important;
}

.delay13 {
  animation-delay: 1.3s !important;
}

.delay14 {
  animation-delay: 1.4s !important;
}

.delay15 {
  animation-delay: 1.5s !important;
}

.delay16 {
  animation-delay: 1.6s !important;
}

.delay17 {
  animation-delay: 1.7s !important;
}

.delay18 {
  animation-delay: 1.8s !important;
}

.delay19 {
  animation-delay: 1.9s !important;
}

.delay20 {
  animation-delay: 2s !important;
}

.title-in {
  opacity: 0;
}

.title-in.scroll-in {
  animation: 1s .5s both title-in;
}

@keyframes title-in {
  0% {
    opacity: 0;
    transform: translateX(-6%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.line-in {
  background: linear-gradient(transparent 65%, #FFDB3E 65%);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 1s;
}

.line-in.scroll-in {
  background-size: 100%;
}

.fade-in {
  opacity: 0;
}

.fade-in.scroll-in {
  animation: 1s .5s both fade-in;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  opacity: 0;
}

.zoom-in.scroll-in {
  animation: .5s .5s both zoom-in;
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* 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 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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 */
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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 */
  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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a:not([class]) {
  text-decoration: none;
  color: #000000;
}

a:not([class]):hover {
  text-decoration: none;
}

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

*:focus {
  outline: none !important;
}

b {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #009370;
  font-weight: 400;
  line-height: 1.7777777778;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #000000;
}
@media (max-width: 640px) {
  body {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

/**
 * Swiper 6.4.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 28, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.global-Header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: background .4s, height .4s;
}
@media (max-width: 640px) {
  .global-Header {
    height: 70px;
  }
}
.global-Header-Inner {
  width: 100%;
  height: 100%;
  max-width: 1464px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global-Header-Logo {
  width: 160px;
  margin-left: 70px;
}
@media (max-width: 1280px) {
  .global-Header-Logo {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .global-Header-Logo {
    width: 100px;
  }
}
.global-Header-Nav {
  height: 100%;
  position: relative;
}
@media (max-width: 1280px) {
  .global-Header-Nav {
    width: 100%;
    height: 100vh;
    background: #009370;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .4s;
  }
}
.global-Header-List {
  height: 100%;
  margin-right: 220px;
  display: flex;
}
@media (max-width: 1280px) {
  .global-Header-List {
    width: 100%;
    height: auto;
    border-top: 2px solid #FFFFFF;
    margin-right: 0;
    display: block;
  }
}
.global-Header-List li {
  height: 100%;
  padding: 0 20px;
}
@media (max-width: 1440px) {
  .global-Header-List li {
    padding: 0 calc(20vw * 100 / 1440);
  }
}
@media (max-width: 1280px) {
  .global-Header-List li {
    height: auto;
    border-bottom: 2px solid #FFFFFF;
    padding: 0;
  }
}
.global-Header-List li a {
  height: 100%;
  font-weight: 700;
  font-size: 1.6rem;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color .4s;
}
@media (max-width: 1280px) {
  .global-Header-List li a {
    padding: 20px 0;
    color: #FFFFFF;
  }
}
.global-Header-List li a:hover {
  color: #009370;
}
.global-Header-Contact {
  width: 184px;
  position: absolute;
  top: 0;
  right: 20px;
}
@media (max-width: 1280px) {
  .global-Header-Contact {
    display: none;
  }
}
.global-Header-Contact a {
  background: #e74939;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 5px 0px 0px black;
  border: 4px solid #000000;
  border-top: none;
  margin-top: -5px;
  padding: 30px 0 25px;
  text-align: center;
  font-weight: 900;
  font-size: 2.0rem;
  color: #FFFFFF;
  display: block;
  transition: .3s;
}
.global-Header-Contact a:hover {
  background: #FFFFFF;
  color: #e74939;
  box-shadow: 0 0;
  transform: translateY(5px);
}

.global-Header.bg {
  height: 80px;
  background: #FFFFFF;
}
@media (max-width: 640px) {
  .global-Header.bg {
    height: 70px;
  }
}

.state-nav-open .global-Header-Nav {
  opacity: 1;
  pointer-events: auto;
  visibility: inherit;
  transform: translateY(0);
}

.sp-Button {
  width: 80px;
  height: 80px;
  background: none;
  padding: 0;
  display: none;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 9999;
}
@media (max-width: 1280px) {
  .sp-Button {
    display: flex;
  }
}
@media (max-width: 640px) {
  .sp-Button {
    width: 70px;
    height: 70px;
    margin-right: -20px;
  }
}

.sp-Button-Box {
  width: 30px;
  height: 14px;
  margin-top: -4px;
  position: relative;
}
.sp-Button-Box:after {
  content: 'MENU';
  width: 100%;
  margin-top: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #009370;
  display: block;
}

.sp-Button span {
  position: absolute;
  display: block;
  background: #009370;
  width: 30px;
  height: 2px;
  transition: .3s;
}

.sp-Button span:nth-of-type(1) {
  top: 0;
}

.sp-Button span:nth-of-type(2) {
  top: 6px;
}

.sp-Button span:nth-of-type(3) {
  bottom: 0;
}

.state-nav-open .sp-Button-Box:after {
  color: #FFFFFF;
}

.state-nav-open .sp-Button span {
  background: #FFFFFF;
}

.state-nav-open .sp-Button span:nth-of-type(1) {
  top: calc(50% - 1px);
  transform: rotate(30deg);
}

.state-nav-open .sp-Button span:nth-of-type(2) {
  opacity: 0;
}

.state-nav-open .sp-Button span:nth-of-type(3) {
  top: calc(50% - 1px);
  transform: rotate(-30deg);
}

.global-Contact {
  width: 100%;
  max-width: 570px;
  box-sizing: border-box;
  margin: 20px auto 0;
  padding: 0 20px;
  display: none;
}
@media (max-width: 1280px) {
  .global-Contact {
    display: block;
  }
}
.global-Contact a {
  background: #e74939;
  box-shadow: 0px 3px 0px 0px black;
  border: 2px solid #000000;
  border-radius: 70px;
  padding: 15px 20px 16px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 2.2rem;
  color: #FFFFFF;
  display: block;
}
.global-Contact span {
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.global-Contact span:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  box-sizing: border-box;
  transform: rotate(60deg);
}
.global-Contact span:after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  box-sizing: border-box;
  transform: rotate(-60deg);
}

.visual {
  margin-bottom: 100px;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 640px) {
  .visual {
    margin-bottom: 50px;
  }
}
.visual:after {
  content: '';
  width: 100%;
  background: #FFFFFF;
  border-radius: 0 0 40px 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 65px;
}
@media (max-width: 640px) {
  .visual:after {
    border-radius: 0 0 20px 20px;
    bottom: 43px;
  }
}
.visual-Item {
  margin-bottom: 66px;
  padding-top: 142px;
  display: flex;
  position: relative;
  z-index: 9;
}
@media (max-width: 900px) {
  .visual-Item {
    display: block;
  }
}
@media (max-width: 640px) {
  .visual-Item {
    margin-bottom: 22px;
    padding-top: 92px;
  }
}
.visual-Item-Block {
  width: 36.3076923%;
  margin: 0 34px 0 38px;
}
@media (max-width: 900px) {
  .visual-Item-Block {
    width: 100%;
    max-width: calc(500vw * 100 / 900);
    margin: 0 0 30px 38px;
  }
}
@media (max-width: 640px) {
  .visual-Item-Block {
    max-width: inherit;
    margin-left: 0;
  }
}
.visual-Item-Title .title01 {
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 640px) {
  .visual-Item-Title .title01 {
    width: 100%;
    max-width: calc(400vw * 100 / 640);
    margin-bottom: 6px;
  }
}
.visual-Item-Title .title02 {
  margin-bottom: 26px;
  display: block;
}
@media (max-width: 640px) {
  .visual-Item-Title .title02 {
    width: 100%;
    max-width: calc(400vw * 100 / 640);
    margin: 0 0 13px auto;
  }
}
@media (max-width: 640px) {
  .visual-Item-Text {
    width: 100%;
    max-width: calc(400vw * 100 / 640);
  }
}
.visual-Item-Img {
  width: 56.46153846%;
  position: relative;
}
@media (max-width: 900px) {
  .visual-Item-Img {
    width: 100%;
  }
}
.visual-Item-Img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual-Item-Bubble {
  min-width: 120px;
  width: 250px;
  position: absolute;
  bottom: -158px;
  right: 0;
  z-index: 1;
}
@media (max-width: 1380px) {
  .visual-Item-Bubble {
    width: calc(250vw * 100 / 1380);
    bottom: calc(-158vw * 100 / 1380);
  }
}
@media (max-width: 900px) {
  .visual-Item-Bubble {
    width: calc(250vw * 100 / 900);
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
  }
}
@media (max-width: 640px) {
  .visual-Item-Bubble {
    transform: none;
  }
}
.visual-Label {
  margin-bottom: 22px;
  text-align: center;
  position: relative;
  z-index: 9;
}
@media (max-width: 640px) {
  .visual-Label {
    margin-bottom: 17px;
  }
}
.visual-Label span {
  background: #FFFFFF;
  box-shadow: 2px 2px 0px 0px #e74939;
  border: 4px solid #e74939;
  border-radius: 10px;
  padding: 6px 20px 8px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 640px) {
  .visual-Label span {
    border: 2px solid #e74939;
    padding: 6px 15px 8px;
    font-size: 1.5rem;
  }
}
.visual-Label span:after {
  content: '';
  width: 28px;
  height: 16px;
  background: url("../img/bubble-arrow01.png") no-repeat left top;
  background-size: 28px auto;
  margin-left: -10px;
  position: absolute;
  left: 50%;
  bottom: -16px;
}
@media (max-width: 640px) {
  .visual-Label span:after {
    width: 18px;
    height: 10px;
    background-size: 18px auto;
    bottom: -10px;
  }
}
.visual-Text {
  margin-bottom: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.0rem;
  color: #e74939;
  position: relative;
  z-index: 9;
}
@media (max-width: 640px) {
  .visual-Text {
    text-align: left;
    font-size: 1.6rem;
  }
}
.visual-Btn {
  width: 100%;
  max-width: 630px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  z-index: 9;
}
.visual-Btn a {
  background: #e74939;
  box-shadow: 0px 5px 0px 0px black;
  border: 4px solid #000000;
  border-radius: 70px;
  padding: 20px 20px 19px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 3.4rem;
  color: #FFFFFF;
  display: block;
  transition: .3s;
}
@media (max-width: 640px) {
  .visual-Btn a {
    box-shadow: 0px 3px 0px 0px black;
    padding: 15px 20px 16px;
    border: 2px solid #000000;
    font-size: 2.2rem;
  }
}
.visual-Btn span {
  font-weight: 700;
  font-size: 2.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 640px) {
  .visual-Btn span {
    font-size: 1.3rem;
  }
}
.visual-Btn span:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  box-sizing: border-box;
  transform: rotate(60deg);
  transition: .3s;
}
.visual-Btn span:after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  box-sizing: border-box;
  transform: rotate(-60deg);
  transition: .3s;
}

.visual-Btn a:hover {
  background: #FFFFFF;
  color: #e74939;
  box-shadow: 0 0;
  transform: translateY(5px);
}

.visual-Btn a:hover span:before {
  background-color: #e74939;
}

.visual-Btn a:hover span:after {
  background-color: #e74939;
}

.problem {
  padding: 0 20px;
}
.problem-Inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
.problem-Title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  font-size: 5.0rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .problem-Title {
    margin-bottom: 30px;
    font-size: 3.0rem;
  }
}
.problem-Title small {
  margin-bottom: 5px;
  font-size: 3.0rem;
  color: #fed54b;
  display: block;
}
@media (max-width: 640px) {
  .problem-Title small {
    font-size: 1.8rem;
  }
}
.problem-Items {
  margin: 0 -20px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 640px) {
  .problem-Items {
    margin: 0 0 60px;
    display: block;
  }
}
.problem-Item {
  width: 292px;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media (max-width: 640px) {
  .problem-Item {
    width: 300px;
    margin: 0 auto 30px;
    padding: 0;
  }
}
.problem-Item:nth-child(2) {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .problem-Item:nth-child(2) {
    margin-top: 0;
  }
}
.problem-Item:nth-child(4) {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .problem-Item:nth-child(4) {
    margin-top: 0;
  }
}
.problem-Item-Title {
  min-height: 150px;
  background: #FFFFFF;
  box-shadow: 2px 2px 0px 0px #000000;
  border: 4px solid #000000;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 2.2rem;
  position: relative;
  z-index: 9;
}
.problem-Item-Title:after {
  content: '';
  width: 28px;
  height: 16px;
  background: url("../img/bubble-arrow02.png") no-repeat left top;
  background-size: 28px auto;
  margin-left: -10px;
  position: absolute;
  left: 50%;
  bottom: -16px;
}
@media (max-width: 640px) {
  .problem-Item-Title:after {
    width: 18px;
    height: 10px;
    background-size: 18px auto;
    bottom: -10px;
  }
}
.problem-Item-Title strong {
  color: #009370;
}
.problem-Item-Img {
  margin: -4px -10px 10px;
}
.problem-Item-Text {
  font-weight: 700;
  font-size: 1.6rem;
  color: #FFFFFF;
}

.cover {
  width: 100%;
  max-width: 1130px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  border: 4px solid #000000;
  border-radius: 20px;
  margin: 0 auto 100px;
  padding: 50px;
  position: relative;
  z-index: 9;
}
@media (max-width: 640px) {
  .cover {
    margin-bottom: 50px;
    padding: 20px;
  }
}
.cover-Arrow {
  width: 90px;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translate(-50%, 0);
}
@media (max-width: 640px) {
  .cover-Arrow {
    width: 50px;
    top: -25px;
  }
}
.cover-Label {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  font-size: 3.0rem;
}
@media (max-width: 640px) {
  .cover-Label {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
}
.cover-Title {
  margin-bottom: 26px;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  font-size: 4.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .cover-Title {
    margin-bottom: 13px;
    font-size: 2.4rem;
    display: block;
  }
}
.cover-Title span {
  width: 100%;
  max-width: 400px;
  margin: 0 10px;
  display: block;
}
@media (max-width: 640px) {
  .cover-Title span {
    max-width: 300px;
    margin: 5px auto;
  }
}
.cover-Text {
  text-align: center;
  font-weight: 700;
}
@media (max-width: 640px) {
  .cover-Text {
    text-align: left;
  }
}

.service {
  margin-bottom: 94px;
  padding: 0 20px 60px;
  position: relative;
}
@media (max-width: 640px) {
  .service {
    margin-bottom: 46px;
    padding-bottom: 30px;
  }
}
.service:after {
  content: '';
  width: 100%;
  background: #cce9e2;
  border-radius: 40px;
  position: absolute;
  top: 240px;
  left: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .service:after {
    border-radius: 20px;
  }
}
.service-Label {
  margin-bottom: 12px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.service-Label span {
  background: #e74939;
  border: 4px solid #000000;
  border-radius: 40px;
  padding: 6px 20px 8px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.0rem;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
}
@media (max-width: 640px) {
  .service-Label span {
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 6px 15px 8px;
    font-size: 1.7rem;
    display: block;
  }
}
.service-Label span:after {
  content: '';
  width: 26px;
  height: 3px;
  background: #000000;
  position: absolute;
  bottom: -8px;
  right: 60px;
  transform: rotate(-60deg);
}
@media (max-width: 640px) {
  .service-Label span:after {
    height: 2px;
    right: 30px;
  }
}
.service-Title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 3.5rem;
  position: relative;
  z-index: 9;
}
@media (max-width: 640px) {
  .service-Title {
    margin-bottom: 30px;
    font-size: 2.1rem;
  }
}
.service-Title strong {
  color: #009370;
}
.service-Title span {
  line-height: 1;
  font-size: 6.0rem;
  display: inline-block;
}
@media (max-width: 640px) {
  .service-Title span {
    font-size: 3.6rem;
  }
}
.service-Inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.service-Items {
  margin: -10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .service-Items {
    margin: -5px;
  }
}
.service-Item {
  width: 287px;
  box-sizing: border-box;
  padding: 10px;
}
@media (max-width: 640px) {
  .service-Item {
    width: 50%;
    padding: 5px;
  }
}
.service-Item span {
  height: 80px;
  background: #FFFFFF;
  border-left: 10px solid #70c2a0;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 640px) {
  .service-Item span {
    height: 60px;
    border-left: 7px solid #70c2a0;
    font-size: 1.4rem;
  }
}
.service-Item span:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #e0dcce;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .service-Item span:before {
    width: 10px;
    height: 10px;
  }
}
.service-Item span:after {
  content: '';
  width: 15px;
  height: 15px;
  background: #cce9e2;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .service-Item span:after {
    width: 10px;
    height: 10px;
  }
}
.service-Img {
  width: 100%;
  max-width: 700px;
  margin: 50px auto 30px;
  position: relative;
  z-index: 9;
}
@media (max-width: 640px) {
  .service-Img {
    margin: 30px auto;
  }
}
.service-Text {
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 3.0rem;
  position: relative;
  z-index: 9;
}
@media (max-width: 640px) {
  .service-Text {
    font-size: 1.6rem;
  }
}

.cost {
  background: #cce9e2;
  border-radius: 40px 40px 0 0;
  padding: 120px 20px 40px;
  position: relative;
}
@media (max-width: 640px) {
  .cost {
    border-radius: 20px 20px 0 0;
    padding: 60px 20px 30px;
  }
}
.cost-Inner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}
.cost-Label {
  margin-bottom: 14px;
  text-align: center;
}
.cost-Label span {
  background: #009370;
  border: 2px solid #000000;
  padding: 6px 20px 8px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.0rem;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
}
@media (max-width: 640px) {
  .cost-Label span {
    font-size: 1.7rem;
  }
}
.cost-Label span:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url("../img/cost-decoration-left.png") no-repeat left top;
  background-size: 30px auto;
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: 9;
}
@media (max-width: 640px) {
  .cost-Label span:before {
    width: 22px;
    height: 22px;
    background-size: 22px auto;
  }
}
.cost-Label span:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url("../img/cost-decoration-right.png") no-repeat left top;
  background-size: 30px auto;
  position: absolute;
  right: -7px;
  bottom: -7px;
  z-index: 9;
}
@media (max-width: 640px) {
  .cost-Label span:after {
    width: 22px;
    height: 22px;
    background-size: 22px auto;
  }
}
.cost-Title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 4.0rem;
}
@media (max-width: 640px) {
  .cost-Title {
    margin-bottom: 25px;
    font-size: 3.0rem;
  }
}
.cost-Comparison {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 640px) {
  .cost-Comparison {
    margin-bottom: 30px;
  }
}
.cost-Comparison-Bubble {
  width: 220px;
  position: absolute;
  top: -156px;
  right: 0;
}
@media (max-width: 1170px) {
  .cost-Comparison-Bubble {
    width: calc(220vw * 100 / 1170);
    top: calc(-156vw * 100 / 1170);
  }
}
.cost-Comparison-Img {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cost-Comparison-Img {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cost-Comparison.pc {
    display: none;
  }
}
.cost-Comparison.sp {
  display: none;
}
@media (max-width: 767px) {
  .cost-Comparison.sp {
    display: block;
  }
}
.cost-Text {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.change {
  background: #FFFFFF url("../img/case-bg.png");
  background-size: 31px auto;
  padding: 200px 20px 120px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 640px) {
  .change {
    padding: 110px 20px 60px;
  }
}
.change:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 80px solid #cce9e2;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media (max-width: 640px) {
  .change:after {
    border-top: 50px solid #cce9e2;
  }
}
.change-Inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
.change-Title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  font-size: 4.0rem;
}
@media (max-width: 640px) {
  .change-Title {
    margin-bottom: 30px;
    font-size: 3.0rem;
  }
}
.change-Title small {
  margin-bottom: 8px;
  font-size: 3.0rem;
  display: block;
}
@media (max-width: 640px) {
  .change-Title small {
    margin-bottom: 4px;
    font-size: 2.2rem;
  }
}
.change-Title strong {
  padding-bottom: 10px;
  position: relative;
}
.change-Title strong:after {
  content: '';
  width: 250px;
  height: 10px;
  background: url("../img/change-decoration.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .change-Title strong:after {
    width: 190px;
    height: 8px;
  }
}
.change-Title span {
  background: #009370;
  padding: 1px 5px 5px;
  line-height: 1;
  color: #FFFFFF;
  display: inline-block;
}
.change-Item {
  margin-bottom: 80px;
  display: flex;
}
@media (max-width: 900px) {
  .change-Item {
    display: block;
  }
}
@media (max-width: 640px) {
  .change-Item {
    margin-bottom: 40px;
  }
}
.change-Item-Box {
  width: 50%;
  background: #646464;
  border-radius: 20px;
  border: 4px solid #221815;
  padding: 40px 30px;
}
@media (max-width: 900px) {
  .change-Item-Box {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .change-Item-Box {
    padding: 30px 20px;
  }
}
.change-Item-Title {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 5.0rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .change-Item-Title {
    margin-bottom: 20px;
    font-size: 4.0rem;
  }
}
.change-Item-Title span {
  position: relative;
}
.change-Item-Title small {
  margin-top: 14px;
  font-size: 2.4rem;
  display: block;
}
@media (max-width: 640px) {
  .change-Item-Title small {
    margin-top: 7px;
    font-size: 1.8rem;
  }
}
.change-Item-List li {
  background: url("../img/change-icon01.png") no-repeat left center;
  background-size: 40px auto;
  margin-bottom: 20px;
  padding: 5px 0 5px 52px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.0rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .change-Item-List li {
    background-size: 28px auto;
    margin-bottom: 10px;
    padding: 5px 0 5px 40px;
    font-size: 1.6rem;
  }
}
.change-Item-List li:last-child {
  margin-bottom: 0;
}
.change-Item-Arrow {
  width: 50px;
  margin: 0 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .change-Item-Arrow {
    margin: 25px auto;
  }
}
@media (max-width: 640px) {
  .change-Item-Arrow {
    margin: 15px auto;
  }
}
@media (max-width: 900px) {
  .change-Item-Arrow .pc {
    display: none;
  }
}
.change-Item-Arrow .sp {
  display: none;
}
@media (max-width: 900px) {
  .change-Item-Arrow .sp {
    display: block;
  }
}

.change-Item-Box.after {
  background: #e74939;
}

.change-Item-Box.after .change-Item-Title span:after {
  content: '';
  width: 44px;
  height: 44px;
  background: url("../img/change-icon03.png") no-repeat left top;
  background-size: 44px auto;
  position: absolute;
  top: -12px;
  right: -76px;
}
@media (max-width: 640px) {
  .change-Item-Box.after .change-Item-Title span:after {
    width: 33px;
    height: 33px;
    background-size: 33px auto;
    top: 0;
    right: -38px;
  }
}

.change-Item-Box.after .change-Item-List li {
  background: url("../img/change-icon04.png") no-repeat left center;
  background-size: 40px auto;
}
@media (max-width: 640px) {
  .change-Item-Box.after .change-Item-List li {
    background-size: 28px auto;
  }
}

.spot {
  padding: 0 60px;
  position: relative;
}
@media (max-width: 640px) {
  .spot {
    padding: 0 20px;
  }
}
.spot:after {
  content: '';
  width: 100%;
  background: #f1efe9;
  border-radius: 20px;
  position: absolute;
  top: 26px;
  left: 0;
  bottom: 146px;
}
@media (max-width: 640px) {
  .spot:after {
    top: 34px;
    bottom: 146px;
  }
}
.spot-Label {
  margin-bottom: 28px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.spot-Label span {
  background: #FFFFFF;
  border: 4px solid #009370;
  border-radius: 40px;
  padding: 6px 20px 8px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.0rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 640px) {
  .spot-Label span {
    border: 2px solid #009370;
    border-radius: 10px;
    padding: 6px 15px 8px;
    font-size: 1.7rem;
    display: block;
  }
}
.spot-Label span:after {
  content: '';
  width: 26px;
  height: 3px;
  background: #009370;
  position: absolute;
  bottom: -8px;
  right: 150px;
  transform: rotate(-60deg);
}
@media (max-width: 640px) {
  .spot-Label span:after {
    height: 2px;
    right: 30px;
  }
}
.spot-Title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  font-size: 4.0rem;
  position: relative;
  z-index: 9;
}
@media (max-width: 640px) {
  .spot-Title {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
.spot-Title small {
  margin-bottom: 5px;
  font-size: 3.0rem;
  display: block;
}
@media (max-width: 640px) {
  .spot-Title small {
    font-size: 1.6rem;
  }
}
.spot-Column {
  margin: 0 -20px 80px;
  display: flex;
  position: relative;
  z-index: 9;
}
@media (max-width: 900px) {
  .spot-Column {
    margin: 0 0 80px;
    display: block;
  }
}
@media (max-width: 640px) {
  .spot-Column {
    margin-bottom: 40px;
  }
}
.spot-Column-Img {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 900px) {
  .spot-Column-Img {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.spot-Column-Block {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 900px) {
  .spot-Column-Block {
    width: 100%;
    padding: 0;
  }
}
.spot-Column-Block p {
  margin-bottom: 1em;
}
.spot-Column-Block p:last-child {
  margin-bottom: 0;
}
.spot-Item {
  width: 100%;
  max-width: 930px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  border: 4px solid #009370;
  border-radius: 20px;
  margin: 0 auto;
  padding: 50px;
  position: relative;
  z-index: 9;
}
@media (max-width: 640px) {
  .spot-Item {
    padding: 20px;
  }
}
.spot-Item-Arrow {
  width: 60px;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translate(-50%, 0);
}
@media (max-width: 640px) {
  .spot-Item-Arrow {
    width: 50px;
    top: -25px;
  }
}
.spot-Item-Title {
  margin-bottom: 8px;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  font-size: 4.0rem;
  color: #009370;
}
@media (max-width: 640px) {
  .spot-Item-Title {
    font-size: 2.8rem;
  }
}
.spot-Item-Label {
  margin-bottom: 20px;
  text-align: center;
}
.spot-Item-Label span {
  font-weight: 900;
  line-height: 1.3;
  font-size: 3.0rem;
}
@media (max-width: 640px) {
  .spot-Item-Label span {
    font-size: 2.0rem;
  }
}
.spot-Item-Text {
  text-align: center;
  font-weight: 700;
}

.reservation {
  background: #f7f9f8;
  margin-bottom: 60px;
  padding: 120px 0;
}
@media (max-width: 640px) {
  .reservation {
    margin-bottom: 40px;
    padding: 60px 0;
  }
}
.reservation-Inner {
  width: 100%;
  max-width: 1080px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.reservation-Label {
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 640px) {
  .reservation-Label {
    margin-bottom: 0;
  }
}
.reservation-Label span {
  font-weight: 900;
  line-height: 1.5;
  font-size: 3.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 640px) {
  .reservation-Label span {
    font-size: 1.8rem;
    gap: 5px;
  }
}
.reservation-Label span:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #000000;
  box-sizing: border-box;
  transform: rotate(60deg);
}
@media (max-width: 640px) {
  .reservation-Label span:before {
    width: 20px;
  }
}
.reservation-Label span:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #000000;
  box-sizing: border-box;
  transform: rotate(-60deg);
}
@media (max-width: 640px) {
  .reservation-Label span:after {
    width: 20px;
  }
}
.reservation-Title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 4.0rem;
}
@media (max-width: 640px) {
  .reservation-Title {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
}
.reservation-Title strong {
  padding-bottom: 10px;
  color: #e74939;
  position: relative;
}
.reservation-Title strong:after {
  content: '';
  width: 280px;
  height: 10px;
  background: url("../img/reservation-decoration.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .reservation-Title strong:after {
    width: 182px;
    height: 6px;
  }
}
.reservation-Iframe {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .reservation-Iframe {
    padding-top: 280%;
  }
}
.reservation-Iframe iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.plan {
  width: 100%;
  max-width: 1380px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto 94px;
}
@media (max-width: 640px) {
  .plan {
    margin-bottom: 46px;
  }
}
.plan-Container {
  background: url("../img/plan-bg.png");
  background-size: 42px auto;
  border-radius: 40px;
  padding: 120px 20px;
}
@media (max-width: 640px) {
  .plan-Container {
    border-radius: 20px;
    padding: 60px 20px;
  }
}
.plan-Inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
.plan-Label {
  margin-bottom: 8px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.4rem;
}
@media (max-width: 640px) {
  .plan-Label {
    font-size: 1.6rem;
  }
}
.plan-Title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 5.0rem;
  color: #009370;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .plan-Title {
    margin-bottom: 25px;
    font-size: 3.0rem;
    display: block;
  }
}
.plan-Title span {
  width: 100%;
  max-width: 380px;
  margin: 4px 10px 0 10px;
  line-height: 0;
  display: block;
}
@media (max-width: 640px) {
  .plan-Title span {
    max-width: 280px;
    margin: 0 auto;
  }
}
.plan-Tax {
  font-size: 1.6rem;
  position: absolute;
  right: 15px;
  top: 0;
}
@media (max-width: 1200px) {
  .plan-Scroll {
    padding-top: 35px;
    overflow-x: auto;
  }
}
@media (max-width: 640px) {
  .plan-Scroll {
    padding-top: 0;
    overflow-x: visible;
  }
}
.plan-Items {
  margin: 0 -15px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1200px) {
  .plan-Items {
    min-width: 1160px;
  }
}
@media (max-width: 640px) {
  .plan-Items {
    margin: 0;
    display: block;
    min-width: inherit;
  }
}
.plan-Item {
  width: 33.3333%;
  box-sizing: border-box;
  margin-bottom: 60px;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 640px) {
  .plan-Item {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
}
.plan-Item-Bg {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 60px 30px 40px;
  position: relative;
}
@media (max-width: 640px) {
  .plan-Item-Bg {
    padding: 40px 20px 30px;
  }
}
.plan-Item-Bg:after {
  content: '';
  width: 100%;
  height: 15px;
  border-radius: 15px 15px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.plan-Item-Best {
  width: 90px;
  position: absolute;
  top: -35px;
  left: 20px;
  z-index: 9;
}
@media (max-width: 640px) {
  .plan-Item-Best {
    width: 80px;
    left: -20px;
  }
}
.plan-Item-Title {
  margin-bottom: 14px;
  text-align: center;
  line-height: 1;
  font-weight: 900;
  font-size: 4.0rem;
}
@media (max-width: 640px) {
  .plan-Item-Title {
    margin-bottom: 7px;
    font-size: 3.0rem;
  }
}
.plan-Item-Price {
  margin-bottom: 24px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 4.0rem;
}
@media (max-width: 640px) {
  .plan-Item-Price {
    font-size: 3.0rem;
  }
}
.plan-Item-Price span {
  margin-left: 10px;
  font-size: 2.0rem;
}
@media (max-width: 640px) {
  .plan-Item-Price span {
    font-size: 1.8rem;
  }
}
.plan-Item-Help {
  height: 100px;
  border-radius: 10px;
  margin-bottom: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.4rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 640px) {
  .plan-Item-Help {
    height: 90px;
    font-size: 2.0rem;
  }
}
.plan-Item-Help span {
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  .plan-Item-Help span {
    font-size: 1.4rem;
  }
}
.plan-Item-List li {
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding: 10px 0;
  position: relative;
}
.plan-Item-List li i {
  width: 27px;
  line-height: 0;
  display: block;
  position: absolute;
  top: .9em;
  left: 0;
}
@media (max-width: 640px) {
  .plan-Item-List li i {
    width: 24px;
    top: .8em;
  }
}
.plan-Item-List li span {
  padding-left: 34px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}
.plan-Item-List li span sup {
  font-size: 1.2rem;
}
.plan-Item-List li div {
  font-size: 1.6rem;
  display: block;
}
@media (max-width: 640px) {
  .plan-Item-List li div {
    font-size: 1.4rem;
  }
}
.plan-Item-List li.none {
  opacity: .5;
}
.plan-Item-Text {
  margin-top: 16px;
  padding: 44px 0 10px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 2.0rem;
}
@media (max-width: 640px) {
  .plan-Item-Text {
    padding: 33px 0 10px;
    font-size: 1.8rem;
  }
}
.plan-Attention {
  margin-bottom: 52px;
}
@media (max-width: 640px) {
  .plan-Attention {
    margin-bottom: 26px;
  }
}
.plan-Attention li {
  margin-bottom: 4px;
  padding-left: 1.7em;
  text-indent: -1.7em;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  .plan-Attention li {
    font-size: 1.4rem;
  }
}
.plan-Attention li:last-child {
  margin-bottom: 0;
}
.plan-Lead {
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 2.4rem;
}
@media (max-width: 640px) {
  .plan-Lead {
    font-size: 1.6rem;
  }
}

.plan-Item.color01 .plan-Item-Bg {
  height: 740px;
}
@media (max-width: 640px) {
  .plan-Item.color01 .plan-Item-Bg {
    height: auto;
  }
}

.plan-Item.color01 .plan-Item-Bg:after {
  background: #009370;
}

.plan-Item.color01 .plan-Item-Price {
  color: #009370;
}

.plan-Item.color01 .plan-Item-Help {
  background: #4cb39b;
}

.plan-Item.color01 .plan-Item-List li {
  background-image: repeating-linear-gradient(90deg, #009370, #009370 8px, transparent 8px, transparent 11px);
}

.plan-Item.color01 .plan-Item-Text {
  background: url("../img/plan-bubble01.png") no-repeat left top;
  background-size: 100% auto;
}

.plan-Item.color02 .plan-Item-Bg {
  height: 790px;
  outline: 6px solid #e74939;
}
@media (max-width: 640px) {
  .plan-Item.color02 .plan-Item-Bg {
    height: auto;
  }
}

.plan-Item.color02 .plan-Item-Bg:after {
  background: #e74939;
}

.plan-Item.color02 .plan-Item-Price {
  color: #e74939;
}

.plan-Item.color02 .plan-Item-Help {
  background: #ee8074;
}

.plan-Item.color02 .plan-Item-List li {
  background-image: repeating-linear-gradient(90deg, #e74939, #e74939 8px, transparent 8px, transparent 11px);
}

.plan-Item.color02 .plan-Item-Text {
  background: url("../img/plan-bubble02.png") no-repeat left top;
  background-size: 100% auto;
}

.plan-Item.color03 .plan-Item-Bg {
  height: 740px;
}
@media (max-width: 640px) {
  .plan-Item.color03 .plan-Item-Bg {
    height: auto;
  }
}

.plan-Item.color03 .plan-Item-Bg:after {
  background: #fe8900;
}

.plan-Item.color03 .plan-Item-Price {
  color: #fe8900;
}

.plan-Item.color03 .plan-Item-Help {
  background: #feac4c;
}

.plan-Item.color03 .plan-Item-List li {
  background-image: repeating-linear-gradient(90deg, #fe8900, #fe8900 8px, transparent 8px, transparent 11px);
}

.plan-Item.color03 .plan-Item-Text {
  background: url("../img/plan-bubble03.png") no-repeat left top;
  background-size: 100% auto;
}

.option {
  background: #cce9e2;
  border-radius: 40px;
  margin-bottom: 94px;
  padding: 120px 20px;
}
@media (max-width: 640px) {
  .option {
    border-radius: 20px;
    padding: 60px 20px;
    margin-bottom: 46px;
  }
}
.option-Inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
.option-Label {
  margin-bottom: 24px;
  text-align: center;
}
.option-Label span {
  background: #009370;
  padding: 6px 20px 8px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.0rem;
  color: #FFFFFF;
  display: inline-block;
}
@media (max-width: 640px) {
  .option-Label span {
    padding: 6px 15px 8px;
    font-size: 1.7rem;
    display: block;
  }
}
.option-Title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 5.0rem;
}
@media (max-width: 640px) {
  .option-Title {
    margin-bottom: 25px;
    font-size: 3.0rem;
  }
}
.option-Text {
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .option-Text {
    margin-bottom: 40px;
  }
}
.option-Text p {
  text-align: center;
  font-weight: 700;
}
.option-Text p.attention {
  margin-top: 20px;
  font-weight: 400;
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  .option-Text p.attention {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.option-Items {
  margin: 0 -20px 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .option-Items {
    margin: 0 0 50px;
    display: block;
  }
}
.option-Item {
  width: 100%;
  max-width: 234px;
  box-sizing: border-box;
  margin-bottom: 70px;
  padding: 0 20px;
}
@media (max-width: 640px) {
  .option-Item {
    max-width: inherit;
    margin-bottom: 50px;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
.option-Item-Img {
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 640px) {
  .option-Item-Img {
    width: 100%;
    max-width: 130px;
    margin: 0 15px 0 0;
  }
}
.option-Item-Number {
  width: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-size: 4.0rem;
  color: #70c2a0;
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 9;
}
@media (max-width: 640px) {
  .option-Item-Number {
    font-size: 3.0rem;
    top: -16px;
  }
}
.option-Item-Wrapper {
  flex: 1;
}
.option-Item-Title {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.0rem;
}
@media (max-width: 640px) {
  .option-Item-Title {
    text-align: left;
    font-size: 1.8rem;
  }
}
.option-Item-Title span {
  font-size: 1.4rem;
  display: block;
}
@media (max-width: 640px) {
  .option-Item-Title span {
    font-size: 1.3rem;
  }
}
.option-Item-Text {
  margin: 10px 0;
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  .option-Item-Text {
    font-size: 1.5rem;
  }
}
.option-Item-Text a {
  font-weight: 700;
  text-decoration: underline;
  color: #009370;
}
.option-Item-Attention {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  .option-Item-Attention {
    font-size: 1.3rem;
  }
}

.whitepaper {
  width: 100%;
  max-width: 930px;
  margin: 0 auto 30px;
}
@media (max-width: 1000px) {
  .whitepaper {
    max-width: 530px;
  }
}
@media (max-width: 640px) {
  .whitepaper {
    max-width: 335px;
    margin-bottom: 15px;
  }
}
.whitepaper a {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  border: 4px solid #e74939;
  border-radius: 20px;
  padding: 28px 20px 28px 108px;
  display: block;
  position: relative;
}
@media (max-width: 1000px) {
  .whitepaper a {
    padding: calc(220vw * 100 / 1000) 20px 28px;
  }
}
.whitepaper-Bubble {
  width: 140px;
  position: absolute;
  top: -24px;
  left: 14px;
}
@media (max-width: 640px) {
  .whitepaper-Bubble {
    width: 84px;
    top: -12px;
  }
}
.whitepaper-Img {
  width: 100%;
  min-width: 240px;
  max-width: 370px;
  border-radius: 0 20px 0 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 640px) {
  .whitepaper-Img {
    max-width: 240px;
  }
}
.whitepaper-Wrapper {
  width: 100%;
  max-width: 430px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) {
  .whitepaper-Wrapper {
    margin: 0 auto;
  }
}
.whitepaper-Text {
  margin-bottom: 7px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 3.0rem;
  text-shadow: 3px 3px 2px #FFFFFF, -3px 3px 2px #FFFFFF, -3px -3px 2px #FFFFFF, 3px -3px 2px #FFFFFF;
  position: relative;
}
@media (max-width: 640px) {
  .whitepaper-Text {
    font-size: 1.8rem;
  }
}
.whitepaper-Text strong {
  font-size: 4.0rem;
}
@media (max-width: 640px) {
  .whitepaper-Text strong {
    font-size: 2.4rem;
  }
}
.whitepaper-Title {
  margin-bottom: 9px;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  font-size: 4.0rem;
  color: #e74939;
  text-shadow: 3px 3px 2px #FFFFFF, -3px 3px 2px #FFFFFF, -3px -3px 2px #FFFFFF, 3px -3px 2px #FFFFFF;
}
@media (max-width: 640px) {
  .whitepaper-Title {
    font-size: 2.6rem;
  }
}
.whitepaper-Btn {
  background: #e74939;
  box-shadow: 0px 5px 0px 0px black;
  border: 4px solid #000000;
  border-radius: 40px;
  margin: 0 auto;
  padding: 19px 20px 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.2rem;
  color: #FFFFFF;
  display: block;
  transition: .3s;
}
@media (max-width: 640px) {
  .whitepaper-Btn {
    box-shadow: 0px 3px 0px 0px black;
    border: 2px solid #000000;
    padding: 15px 20px 16px;
    font-size: 1.6rem;
  }
}

.whitepaper a:hover .whitepaper-Btn {
  background: #FFFFFF;
  color: #e74939;
  box-shadow: 0 0;
  transform: translateY(5px);
}

.kitting {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .kitting {
    max-width: 530px;
  }
}
@media (max-width: 640px) {
  .kitting {
    max-width: 335px;
  }
}
.kitting a {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  border: 4px solid #033553;
  border-radius: 20px;
  padding: 28px 88px 28px 20px;
  display: block;
  position: relative;
}
@media (max-width: 1000px) {
  .kitting a {
    padding: 28px 20px;
  }
}
.kitting-Bubble {
  width: 128px;
  position: absolute;
  top: 0;
  left: 240px;
}
@media (max-width: 1000px) {
  .kitting-Bubble {
    left: 10px;
  }
}
@media (max-width: 640px) {
  .kitting-Bubble {
    width: 88px;
  }
}
.kitting-Inner {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
}
@media (max-width: 1000px) {
  .kitting-Inner {
    max-width: inherit;
    margin-left: 0;
  }
}
.kitting-Label {
  margin-bottom: 4px;
  text-align: center;
}
@media (max-width: 1000px) {
  .kitting-Label {
    margin: 0 0 10px 140px;
  }
}
@media (max-width: 640px) {
  .kitting-Label {
    margin-left: 80px;
  }
}
.kitting-Label span {
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 640px) {
  .kitting-Label span {
    font-size: 1.3rem;
    gap: 0;
  }
}
.kitting-Label span:before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #000000;
  box-sizing: border-box;
  transform: rotate(60deg);
}
.kitting-Label span:after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #000000;
  box-sizing: border-box;
  transform: rotate(-60deg);
}
.kitting-Label span br {
  display: none;
}
@media (max-width: 1000px) {
  .kitting-Label span br {
    display: inline-block;
  }
}
.kitting-Title {
  margin-bottom: 7px;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  font-size: 4.0rem;
  color: #033553;
}
@media (max-width: 640px) {
  .kitting-Title {
    font-size: 2.6rem;
  }
}
@media (max-width: 1000px) {
  .kitting-Wrapper {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
}
.kitting-Img {
  width: 100%;
  min-width: 100px;
  max-width: 270px;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(0, -50%);
}
@media (max-width: 1000px) {
  .kitting-Img {
    max-width: calc(200vw * 100 / 1000);
    margin-right: 15px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.kitting-Text {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 1000px) {
  .kitting-Text {
    margin-bottom: 0;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .kitting-Text {
    font-size: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .kitting-Text br {
    display: none;
  }
}
.kitting-Btn {
  width: 100%;
  max-width: 430px;
  background: #033553;
  box-shadow: 0px 5px 0px 0px black;
  border: 4px solid #000000;
  border-radius: 40px;
  margin: 0 auto;
  padding: 19px 20px 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.2rem;
  color: #FFFFFF;
  display: block;
  transition: .3s;
}
@media (max-width: 640px) {
  .kitting-Btn {
    box-shadow: 0px 3px 0px 0px black;
    border: 2px solid #000000;
    padding: 15px 20px 16px;
    font-size: 1.6rem;
  }
}

.kitting a:hover .kitting-Btn {
  background: #FFFFFF;
  color: #033553;
  box-shadow: 0 0;
  transform: translateY(5px);
}

.case {
  background: #FFFFFF url("../img/case-bg.png");
  background-size: 31px auto;
  border-radius: 40px 40px 0 0;
  padding: 120px 20px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .case {
    border-radius: 20px 20px 0 0;
    padding: 60px 20px;
  }
}
.case-Inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
.case-Label {
  margin-bottom: 24px;
  text-align: center;
}
.case-Label span {
  background: #FFFFFF;
  border: 4px solid #009370;
  border-radius: 40px;
  padding: 6px 20px 8px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.0rem;
  display: inline-block;
}
@media (max-width: 640px) {
  .case-Label span {
    border: 2px solid #009370;
    border-radius: 10px;
    padding: 6px 15px 8px;
    font-size: 1.7rem;
    display: block;
  }
}
.case-Title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 5.0rem;
}
@media (max-width: 640px) {
  .case-Title {
    margin-bottom: 25px;
    font-size: 3.0rem;
  }
}
.case-Items {
  margin: 0 -40px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1170px) {
  .case-Items {
    margin: 0 calc(-40vw * 100 / 1170);
  }
}
@media (max-width: 900px) {
  .case-Items {
    margin: 0;
    display: block;
  }
}
.case-Item {
  width: 50%;
  box-sizing: border-box;
  padding: 0 40px;
}
@media (max-width: 1170px) {
  .case-Item {
    padding: 0 calc(40vw * 100 / 1170);
  }
}
@media (max-width: 900px) {
  .case-Item {
    width: 100%;
    max-width: 525px;
    margin: 0 auto 60px;
    padding: 0;
  }
  .case-Item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .case-Item {
    margin-bottom: 30px;
  }
}
.case-Item a {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding-bottom: 46px;
  overflow: hidden;
  display: block;
}
@media (max-width: 640px) {
  .case-Item a {
    padding-bottom: 30px;
  }
}
.case-Item-Img {
  overflow: hidden;
  position: relative;
}
@media (max-width: 640px) {
  .case-Item-Img {
    overflow: visible;
  }
}
.case-Item-Img img {
  transition: transform .4s;
}
.case-Item-Name {
  background: #000000;
  padding: 16px 25px;
  line-height: 1;
  color: #FFFFFF;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 640px) {
  .case-Item-Name {
    font-size: 1.4rem;
    bottom: -10px;
  }
}
.case-Item-Text {
  margin: 28px 0;
  padding: 0 10px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.2rem;
}
@media (max-width: 640px) {
  .case-Item-Text {
    margin-bottom: 14px;
    font-size: 1.6rem;
  }
}
.case-Item-Btn {
  width: 100%;
  max-width: 250px;
  border: 2px solid #009370;
  border-radius: 30px;
  margin: 0 auto;
  padding: 14px 10px 15px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  color: #009370;
  display: block;
  transition: background .4s, color .4s;
}
@media (max-width: 640px) {
  .case-Item-Btn {
    max-width: 160px;
    padding: 10px 10px 11px;
  }
}

.case-Item a:hover .case-Item-Img img {
  transform: scale(1.1);
}

.case-Item a:hover .case-Item-Btn {
  background: #009370;
  color: #FFFFFF;
}

.faq {
  background: #f1efe9;
  padding: 120px 20px;
}
@media (max-width: 640px) {
  .faq {
    padding: 60px 20px;
  }
}
.faq-Inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.faq-Label {
  margin-bottom: 14px;
  text-align: center;
}
.faq-Label span {
  background: #FFFFFF;
  border: 2px solid #000000;
  padding: 6px 20px 8px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.0rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 640px) {
  .faq-Label span {
    font-size: 1.7rem;
  }
}
.faq-Label span:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url("../img/faq-decoration-left.png") no-repeat left top;
  background-size: 30px auto;
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: 9;
}
@media (max-width: 640px) {
  .faq-Label span:before {
    width: 22px;
    height: 22px;
    background-size: 22px auto;
  }
}
.faq-Label span:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url("../img/faq-decoration-right.png") no-repeat left top;
  background-size: 30px auto;
  position: absolute;
  right: -7px;
  bottom: -7px;
  z-index: 9;
}
@media (max-width: 640px) {
  .faq-Label span:after {
    width: 22px;
    height: 22px;
    background-size: 22px auto;
  }
}
.faq-Title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 5.0rem;
}
@media (max-width: 640px) {
  .faq-Title {
    margin-bottom: 25px;
    font-size: 3.0rem;
  }
}
.faq-Item {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .faq-Item {
    margin-bottom: 10px;
  }
}
.faq-Item:last-child {
  margin-bottom: 0;
}
.faq-Item-Title {
  min-height: 90px;
  background: #FFFFFF;
  padding: 10px 70px 10px 34px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.0rem;
  display: flex;
  align-items: center;
  position: relative;
  transition: background .4s, color .4s;
  cursor: pointer;
}
@media (max-width: 640px) {
  .faq-Item-Title {
    min-height: 75px;
    padding: 10px 40px 10px 24px;
    font-size: 1.8rem;
  }
}
.faq-Item-Title:after {
  content: '';
  width: 10px;
  background: #009370;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .faq-Item-Title:after {
    width: 5px;
  }
}
.faq-Item-Title i {
  width: 19px;
  height: 3px;
  background: #009370;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .faq-Item-Title i {
    width: 15px;
    right: 15px;
  }
}
.faq-Item-Title i:after {
  content: '';
  width: 3px;
  height: 19px;
  background: #009370;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  transition: .4s;
}
@media (max-width: 640px) {
  .faq-Item-Title i:after {
    height: 15px;
    right: 6px;
  }
}
.faq-Item-Wrapper {
  display: none;
}
.faq-Item-Text {
  padding: 20px;
}
@media (max-width: 640px) {
  .faq-Item-Text {
    padding: 15px;
  }
}

.faq-Item-Title.open {
  background: #009370;
  color: #FFFFFF;
}

.faq-Item-Title.open i {
  background: #FFFFFF;
}

.faq-Item-Title.open i:after {
  background: #FFFFFF;
  transform: translate(0, -50%) rotate(-90deg);
}

.contact {
  background: #FFFFFF;
  border-radius: 0 0 40px 40px;
  padding: 120px 20px;
}
@media (max-width: 640px) {
  .contact {
    border-radius: 0;
    padding: 60px 20px;
  }
}
.contact-Inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
.contact-Header {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .contact-Header {
    margin-bottom: 30px;
  }
}
.contact-Header-Title {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 640px) {
  .contact-Header-Title {
    margin-bottom: 30px;
  }
}
.contact-Header-Title span {
  padding-bottom: 10px;
  font-weight: 900;
  line-height: 1.5;
  font-size: 5.0rem;
  position: relative;
}
@media (max-width: 640px) {
  .contact-Header-Title span {
    font-size: 3.0rem;
  }
}
.contact-Header-Title span:after {
  content: '';
  width: 310px;
  height: 10px;
  background: url("../img/contact-decoration.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .contact-Header-Title span:after {
    width: 180px;
    height: 6px;
  }
}
.contact-Header-Label {
  margin-bottom: 24px;
  text-align: center;
}
.contact-Header-Label span {
  background: #009370;
  border: 4px solid #000000;
  border-radius: 40px;
  padding: 6px 20px 8px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.0rem;
  color: #FFFFFF;
  display: inline-block;
}
@media (max-width: 640px) {
  .contact-Header-Label span {
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 6px 15px 8px;
    font-size: 1.7rem;
    display: block;
  }
}
.contact-Header-Lead {
  margin-bottom: 14px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.0rem;
  color: #009370;
}
@media (max-width: 640px) {
  .contact-Header-Lead {
    text-align: left;
    font-size: 2.0rem;
  }
}
@media (max-width: 640px) {
  .contact-Header-Lead br {
    display: none;
  }
}
.contact-Header-Text {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

.related {
  background: #cce9e2;
  border-radius: 20px;
  margin-top: 120px;
  padding: 80px 20px;
}
@media (max-width: 640px) {
  .related {
    border-radius: 10px;
    margin-top: 60px;
    padding: 40px 20px;
  }
}
.related-Title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 3.5rem;
}
@media (max-width: 640px) {
  .related-Title {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}
.related-List {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .related-List {
    display: block;
  }
}
.related-List li {
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
}
@media (max-width: 640px) {
  .related-List li {
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
  }
  .related-List li:last-child {
    margin-bottom: 0;
  }
}
.related-List li a {
  background: #FFFFFF;
  padding: 18px 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: background .4s;
}
@media (max-width: 640px) {
  .related-List li a {
    padding: 14px 16px;
  }
}
.related-List li a i {
  width: 24px;
  margin: 2px 10px 0 0;
  line-height: 0;
  display: block;
}
@media (max-width: 640px) {
  .related-List li a i {
    width: 20px;
  }
}
.related-List li a:hover {
  background: #f1efe9;
}

.crv {
  margin-bottom: 64px;
}
@media (max-width: 640px) {
  .crv {
    margin-bottom: 34px;
  }
}
.crv-Inner {
  width: 100%;
  max-width: 1380px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.crv a {
  background: #fed54b;
  box-shadow: 0px 10px 0px 0px black;
  border-radius: 250px;
  padding: 76px 10px;
  display: block;
  position: relative;
}
@media (max-width: 810px) {
  .crv a {
    border-radius: 20px;
  }
}
@media (max-width: 640px) {
  .crv a {
    box-shadow: 0px 6px 0px 0px black;
    padding: 36px 10px;
  }
}
.crv-Label {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -29px;
  left: 0;
}
@media (max-width: 640px) {
  .crv-Label {
    top: -20px;
  }
}
.crv-Label span {
  background: #FFFFFF;
  box-shadow: 2px 2px 0px 0px #e74939;
  border: 4px solid #e74939;
  border-radius: 10px;
  padding: 6px 20px 8px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 640px) {
  .crv-Label span {
    border: 2px solid #e74939;
    padding: 6px 15px 8px;
    font-size: 1.5rem;
  }
}
.crv-Label span:after {
  content: '';
  width: 28px;
  height: 16px;
  background: url("../img/bubble-arrow01.png") no-repeat left top;
  background-size: 28px auto;
  margin-left: -10px;
  position: absolute;
  left: 50%;
  bottom: -16px;
}
@media (max-width: 640px) {
  .crv-Label span:after {
    width: 18px;
    height: 10px;
    background-size: 18px auto;
    bottom: -10px;
  }
}
.crv-Text {
  margin-bottom: 52px;
  text-align: center;
}
@media (max-width: 810px) {
  .crv-Text {
    margin-bottom: 20px;
  }
}
.crv-Text span {
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 640px) {
  .crv-Text span {
    font-size: 1.6rem;
    gap: 5px;
  }
}
.crv-Text span:before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #000000;
  box-sizing: border-box;
  transform: rotate(60deg);
}
.crv-Text span:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #000000;
  box-sizing: border-box;
  transform: rotate(-60deg);
}
.crv-Items {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.crv-Title {
  width: 100%;
  max-width: 550px;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 0 20px;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  font-size: 4.0rem;
}
@media (max-width: 810px) {
  .crv-Title {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .crv-Title {
    font-size: 2.2rem;
  }
}
.crv-Btn {
  width: 100%;
  max-width: 550px;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 810px) {
  .crv-Btn {
    padding: 0;
  }
}
.crv-Btn span {
  background: #e74939;
  box-shadow: 0px 5px 0px 0px black;
  border: 4px solid #000000;
  border-radius: 130px;
  padding: 19px 20px 20px;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-size: 3.5rem;
  color: #FFFFFF;
  display: block;
  transition: .3s;
}
@media (max-width: 640px) {
  .crv-Btn span {
    box-shadow: 0px 3px 0px 0px black;
    border: 2px solid #000000;
    padding: 15px 20px 16px;
    font-size: 2.2rem;
  }
}
.crv-Btn span em {
  font-weight: 700;
  font-size: 2.0rem;
  display: block;
}
@media (max-width: 640px) {
  .crv-Btn span em {
    font-size: 1.5rem;
  }
}

.crv a:hover .crv-Btn span {
  background: #FFFFFF;
  color: #e74939;
  box-shadow: 0 0;
  transform: translateY(5px);
}
