@import url("//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/* 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-padding: 80px;
  scroll-behavior: smooth;
}

body {
  background: #ddf0fb;
  font-weight: 500;
  line-height: 1.7777777778;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #000000;
}
@media (max-width: 767px) {
  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;
}

.loader {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.inner {
  width: 100%;
  max-width: 1340px;
  box-sizing: border-box;
  margin: 0 auto;
}

.container {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .container {
    padding: 50px 0;
  }
}
.container.bg {
  background: #349ae0;
}

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

@media (max-width: 767px) {
  .sp-None {
    display: none;
  }
}

.cvr {
  background: #fede39;
  padding: 70px 0 60px;
  position: relative;
}
@media (max-width: 767px) {
  .cvr {
    padding: 60px 0 50px;
  }
}
.cvr-Inner {
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.cvr-Label {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  top: -32px;
  left: 0;
  z-index: 9;
}
.cvr-Label span {
  background: #FFFFFF;
  box-shadow: 2px 2px 0px 0px #000000;
  border: 4px solid #000000;
  border-radius: 40px;
  padding: 9px 20px 12px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.6rem;
  color: #e74939;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cvr-Label span {
    border: 2px solid #000000;
    font-size: 1.5rem;
  }
}
.cvr-Label span: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) {
  .cvr-Label span:after {
    width: 18px;
    height: 10px;
    background-size: 18px auto;
    bottom: -10px;
  }
}
.cvr-Text {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .cvr-Text {
    margin-bottom: 12px;
  }
}
.cvr-Text .text-Wrapper {
  padding: 0 56px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.2rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cvr-Text .text-Wrapper {
    padding: 0;
    font-size: 2.0rem;
  }
}
.cvr-Text .text-Wrapper:before {
  content: '';
  width: 50px;
  height: 79px;
  background: url("../img/reservation-bg01.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .cvr-Text .text-Wrapper:before {
    width: 30px;
    height: 47px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cvr-Text .text-Wrapper:after {
  content: '';
  width: 50px;
  height: 79px;
  background: url("../img/reservation-bg02.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 0;
}
@media (max-width: 767px) {
  .cvr-Text .text-Wrapper:after {
    width: 30px;
    height: 47px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cvr-Text .text-Category {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 767px) {
  .cvr-Text .text-Category {
    gap: 4px;
  }
}
.cvr-Text strong {
  background: #000000;
  padding: 4px 6px 6px;
  line-height: 1;
  font-size: 3.0rem;
  color: #FFFFFF;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 767px) {
  .cvr-Text strong {
    font-size: 2.0rem;
  }
}
.cvr-Btn {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.cvr-Btn a {
  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: 767px) {
  .cvr-Btn a {
    box-shadow: 0px 3px 0px 0px black;
    border: 2px solid #000000;
    padding: 15px 20px 16px;
    font-size: 2.2rem;
  }
}
.cvr-Btn a span {
  font-weight: 700;
  font-size: 2.0rem;
  display: block;
}
@media (max-width: 767px) {
  .cvr-Btn a span {
    font-size: 1.6rem;
  }
}
.cvr-Btn a:hover {
  background: #FFFFFF;
  color: #e74939;
  box-shadow: 0 0;
  transform: translateY(5px);
}

.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 75%, #FFDB3E 75%);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 1.2s;
}
.line-in.red {
  background: linear-gradient(transparent 75%, #e74939 75%);
  background-size: 0;
  background-repeat: no-repeat;
}
.line-in.blue {
  background: linear-gradient(transparent 75%, #2559a5 75%);
  background-size: 0;
  background-repeat: no-repeat;
}

.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);
  }
}
.global-Header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: background .4s, height .4s;
}
@media (max-width: 767px) {
  .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: 254px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .global-Header-Logo {
    width: 220px;
    margin-left: 0;
  }
}
.global-Header-Nav {
  height: 100%;
  position: relative;
}
@media (max-width: 1280px) {
  .global-Header-Nav {
    width: 100%;
    height: 100vh;
    background: #349ae0;
    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: 70px 0 0 0;
    display: block;
  }
}
.global-Header-List li {
  height: 100%;
  padding: 0 20px;
}
@media (max-width: 1920px) {
  .global-Header-List li {
    padding: 0 calc(20vw * 100 / 1920);
  }
}
@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;
  color: #FFFFFF;
  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;
  }
}
.global-Header-List li a:hover {
  color: #2559a5;
}
.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: 18px 23px 8px;
  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: #0679c5;
}
@media (max-width: 767px) {
  .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: #0679c5;
  padding: 0;
  display: none;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9999;
}
@media (max-width: 1280px) {
  .sp-Button {
    display: flex;
  }
}
@media (max-width: 767px) {
  .sp-Button {
    width: 70px;
    height: 70px;
  }
}

.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: #FFFFFF;
  display: block;
}

.sp-Button span {
  position: absolute;
  display: block;
  background: #FFFFFF;
  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 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: 1.7rem;
  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 70px;
}
@media (max-width: 767px) {
  .visual {
    margin-bottom: 50px;
    padding: 0;
  }
}
.visual-Inner {
  padding: 0 20px;
  position: relative;
}
.visual-Inner:after {
  content: '';
  width: 100%;
  background: linear-gradient(to right, #0076c3 0%, #a5d7f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 0 0 40px 40px;
  position: absolute;
  top: 0;
  bottom: 65px;
  left: 0;
}
@media (max-width: 767px) {
  .visual-Inner:after {
    border-radius: 0 0 20px 20px;
    bottom: 43px;
  }
}
.visual-Item {
  width: 100%;
  max-width: 1500px;
  box-sizing: border-box;
  margin: 0 auto 50px;
  padding-top: 130px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}
@media (max-width: 1023px) {
  .visual-Item {
    padding-top: 90px;
    display: block;
  }
}
@media (max-width: 767px) {
  .visual-Item {
    margin-bottom: 25px;
  }
}
.visual-Item-Block {
  width: 36.3077%;
  margin: 0px 34px 0px 38px;
}
@media (max-width: 1023px) {
  .visual-Item-Block {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .visual-Item-Block {
    margin-bottom: 20px;
  }
}
.visual-Item-Label {
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .visual-Item-Label {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.visual-Item-Label span {
  width: fit-content;
  background: #FFFFFF;
  clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
  margin-bottom: 8px;
  padding: 2px 20px 5px;
  white-space: nowrap;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.8rem;
  color: #2559a5;
  display: block;
  position: relative;
}
@media (max-width: 1440px) {
  .visual-Item-Label span {
    font-size: calc(28vw * 100 / 1440);
  }
}
@media (max-width: 1023px) {
  .visual-Item-Label span {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .visual-Item-Label span {
    font-size: 1.8rem;
  }
}
.visual-Item-Title {
  margin-bottom: 14px;
}
.visual-Item-Title .title01 {
  width: 100%;
  max-width: 290px;
  margin-bottom: 18px;
  display: block;
}
@media (max-width: 1680px) {
  .visual-Item-Title .title01 {
    max-width: calc(290vw * 100 / 1680);
  }
}
@media (max-width: 1023px) {
  .visual-Item-Title .title01 {
    max-width: 290px;
    margin: 0 auto 18px;
  }
}
@media (max-width: 767px) {
  .visual-Item-Title .title01 {
    max-width: calc(290vw * 100 / 767);
  }
}
.visual-Item-Title .title02 {
  width: 100%;
  max-width: 520px;
  display: block;
}
@media (max-width: 1680px) {
  .visual-Item-Title .title02 {
    max-width: calc(520vw * 100 / 1680);
  }
}
@media (max-width: 1023px) {
  .visual-Item-Title .title02 {
    max-width: 520px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .visual-Item-Title .title02 {
    max-width: calc(520vw * 100 / 767);
  }
}
.visual-Item-Lead {
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  font-size: 3.5rem;
  color: #fede39;
}
@media (max-width: 1440px) {
  .visual-Item-Lead {
    font-size: calc(35vw * 100 / 1440);
  }
}
@media (max-width: 1023px) {
  .visual-Item-Lead {
    text-align: center;
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .visual-Item-Lead {
    font-size: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .visual-Item-Wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.visual-Item-Text {
  font-size: 1.8rem;
  color: #FFFFFF;
}
@media (max-width: 1440px) {
  .visual-Item-Text {
    font-size: calc(18vw * 100 / 1440);
  }
}
@media (max-width: 1023px) {
  .visual-Item-Text {
    text-align: left;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .visual-Item-Text {
    font-size: 1.4rem;
  }
}
.visual-Item-Img {
  width: 56.4615%;
  margin-right: 40px;
  position: relative;
}
@media (max-width: 1023px) {
  .visual-Item-Img {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.visual-Item-Inner {
  background: #FFFFFF;
  border-radius: 40px;
  overflow: hidden;
}
.visual-Item-Inner video {
  width: 100%;
  height: 100%;
}
.visual-Item-Bubble {
  min-width: 100px;
  width: 250px;
  position: absolute;
  bottom: -125px;
  right: 0;
  z-index: 1;
}
@media (max-width: 1440px) {
  .visual-Item-Bubble {
    width: calc(250vw * 100 / 1440);
    bottom: calc(-125vw * 100 / 1440);
  }
}
@media (max-width: 1023px) {
  .visual-Item-Bubble {
    margin-left: 15px;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
@media (max-width: 1023px) {
  .visual-Item-Bubble.pc {
    display: none;
  }
}
.visual-Item-Bubble.sp {
  display: none;
}
@media (max-width: 1023px) {
  .visual-Item-Bubble.sp {
    display: block;
  }
}
.visual-Label {
  margin-bottom: 22px;
  text-align: center;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: #FFFFFF;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .visual-Text {
    font-size: 1.6rem;
  }
}
.visual-Btn {
  width: 100%;
  max-width: 670px;
  box-sizing: border-box;
  margin: 0 auto;
  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: 767px) {
  .visual-Btn a {
    box-shadow: 0px 3px 0px 0px black;
    padding: 15px 20px 16px;
    border: 2px solid #000000;
    font-size: 1.7rem;
  }
}
.visual-Btn span {
  font-weight: 700;
  font-size: 2.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .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 {
  overflow: hidden;
}
.problem-Inner {
  width: 100%;
  max-width: 1300px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .problem-Inner {
    padding: 0 20px;
  }
}
.problem-Label {
  margin-bottom: 6px;
  font-weight: 900;
  line-height: 1.3;
  font-size: 2.6rem;
  color: #2559a5;
  text-align: center;
}
@media (max-width: 767px) {
  .problem-Label {
    font-size: 1.8rem;
  }
}
.problem-Title {
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  font-size: 5.0rem;
}
@media (max-width: 767px) {
  .problem-Title {
    font-size: 3.0rem;
  }
}
.problem-Items {
  padding: 140px 0 160px;
  position: relative;
}
@media (max-width: 1130px) {
  .problem-Items {
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
    padding: 400px 0 160px;
  }
}
@media (max-width: 767px) {
  .problem-Items {
    max-width: 335px;
    padding: 350px 0 160px;
  }
}
.problem-Item {
  width: 260px;
  height: 150px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media (max-width: 767px) {
  .problem-Item {
    width: 182px;
    height: 105px;
    font-size: 1.6rem;
  }
}
.problem-Item p {
  position: relative;
  z-index: 1;
}
.problem-Item strong {
  color: #2559a5;
}
.problem-Item:after {
  content: '';
  width: 270px;
  height: 210px;
  position: absolute;
  top: -4px;
  left: -4px;
}
@media (max-width: 767px) {
  .problem-Item:after {
    width: 190px;
    height: 145px;
  }
}
.problem-Item.item01 {
  top: calc(50% / 690 * 100);
  left: calc(150% / 1200 * 100);
}
@media (max-width: 1130px) {
  .problem-Item.item01 {
    top: calc(140% / 990 * 100);
    left: calc(20% / 590 * 100);
  }
}
@media (max-width: 767px) {
  .problem-Item.item01 {
    top: calc(100% / 750 * 100);
    left: calc(-10% / 335 * 100);
  }
}
.problem-Item.item01:after {
  background: url("../img/problem-bubble01.png") no-repeat left top;
  background-size: 100% auto;
}
.problem-Item.item02 {
  top: calc(50% / 690 * 100);
  right: calc(150% / 1200 * 100);
}
@media (max-width: 1130px) {
  .problem-Item.item02 {
    top: calc(50% / 990 * 100);
    right: calc(60% / 590 * 100);
  }
}
@media (max-width: 767px) {
  .problem-Item.item02 {
    top: calc(30% / 750 * 100);
    right: calc(-20% / 335 * 100);
  }
}
.problem-Item.item02:after {
  background: url("../img/problem-bubble02.png") no-repeat left top;
  background-size: 100% auto;
}
.problem-Item.item03 {
  top: calc(240% / 690 * 100);
  left: 0;
}
@media (max-width: 1130px) {
  .problem-Item.item03 {
    top: calc(320% / 990 * 100);
    left: calc(-50% / 590 * 100);
  }
}
@media (max-width: 767px) {
  .problem-Item.item03 {
    top: calc(260% / 750 * 100);
    left: calc(-40% / 335 * 100);
  }
}
.problem-Item.item03:after {
  background: url("../img/problem-bubble01.png") no-repeat left top;
  background-size: 100% auto;
}
.problem-Item.item04 {
  top: calc(240% / 690 * 100);
  right: 0;
}
@media (max-width: 1130px) {
  .problem-Item.item04 {
    top: calc(240% / 990 * 100);
    right: 0;
  }
}
@media (max-width: 767px) {
  .problem-Item.item04 {
    top: calc(200% / 700 * 100);
    right: 0;
  }
}
.problem-Item.item04:after {
  background: url("../img/problem-bubble02.png") no-repeat left top;
  background-size: 100% auto;
}
.problem-Item.item05 {
  bottom: calc(30% / 690 * 100);
  left: calc(150% / 1200 * 100);
}
@media (max-width: 1130px) {
  .problem-Item.item05 {
    bottom: calc(100% / 990 * 100);
    left: 0;
  }
}
@media (max-width: 767px) {
  .problem-Item.item05 {
    bottom: calc(80% / 750 * 100);
    left: calc(-10% / 335 * 100);
  }
}
.problem-Item.item05:after {
  background: url("../img/problem-bubble03.png") no-repeat left top;
  background-size: 100% auto;
  top: auto;
  bottom: -11px;
}
@media (max-width: 767px) {
  .problem-Item.item05:after {
    bottom: -5px;
  }
}
.problem-Item.item06 {
  bottom: calc(30% / 690 * 100);
  right: calc(150% / 1200 * 100);
}
@media (max-width: 1130px) {
  .problem-Item.item06 {
    bottom: calc(0 / 990 * 100);
    right: 0;
  }
}
@media (max-width: 767px) {
  .problem-Item.item06 {
    bottom: calc(0 / 750 * 100);
    right: calc(-30% / 335 * 100);
  }
}
.problem-Item.item06:after {
  background: url("../img/problem-bubble04.png") no-repeat left top;
  background-size: 100% auto;
  top: auto;
  bottom: -11px;
}
@media (max-width: 767px) {
  .problem-Item.item06:after {
    bottom: -5px;
  }
}
.problem-Img {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
}
.problem-Lead p {
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.5;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .problem-Lead p {
    font-size: 1.6rem;
  }
}
.problem-Lead p em {
  font-weight: 700;
}
.problem-Lead p strong {
  font-weight: 900;
  font-size: 3.2rem;
  color: #e74939;
}
@media (max-width: 767px) {
  .problem-Lead p strong {
    font-size: 2.1rem;
  }
}
.problem-Lead p:last-child {
  margin-bottom: 0;
}

.solution {
  width: 100%;
  max-width: 2100px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 70px 30px;
}
@media (max-width: 767px) {
  .solution {
    padding: 0 15px 30px;
  }
}
.solution-Inner {
  background: #FFFFFF;
  border: 4px solid #479bd5;
  border-radius: 40px;
  padding: 100px;
}
@media (max-width: 1680px) {
  .solution-Inner {
    padding: calc(100vw * 100 / 1680);
  }
}
@media (max-width: 767px) {
  .solution-Inner {
    padding: 30px 20px;
  }
}
.solution-Label {
  margin-bottom: 14px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.6rem;
  color: #2559a5;
}
@media (max-width: 767px) {
  .solution-Label {
    font-size: 1.8rem;
  }
}
.solution-Title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  font-size: 5.0rem;
}
@media (max-width: 767px) {
  .solution-Title {
    margin-bottom: 20px;
    font-size: 3.0rem;
  }
}
.solution-Title em {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.solution-Title span {
  width: 100%;
  max-width: 410px;
  margin: 3px 5px 0 5px;
  line-height: 0;
  display: block;
}
@media (max-width: 767px) {
  .solution-Title span {
    max-width: 240px;
  }
}
.solution-Wrapper {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .solution-Wrapper {
    margin-bottom: 50px;
  }
}
.solution-Flag {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .solution-Flag {
    margin-bottom: 20px;
  }
}
.solution-Flag:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #000000;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .solution-Flag:after {
    height: 2px;
    margin-top: -1px;
  }
}
.solution-Flag-Img {
  width: 100%;
  max-width: 280px;
  background: #FFFFFF;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .solution-Flag-Img {
    max-width: 210px;
    padding-right: 10px;
  }
}
.solution-Items {
  display: flex;
}
@media (max-width: 1130px) {
  .solution-Items {
    display: block;
  }
}
.solution-Item {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1130px) {
  .solution-Item {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}
.solution-Item-Img {
  margin-bottom: 10px;
}
.solution-Item-Block {
  background: #f2e9d5;
  border-radius: 20px;
  padding: 40px 30px;
  flex-grow: 1;
  position: relative;
}
@media (max-width: 767px) {
  .solution-Item-Block {
    padding: 40px 20px;
  }
}
.solution-Item-Block:after {
  content: 'Before';
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border: 4px solid #646464;
  border-radius: 100%;
  padding-bottom: 4px;
  font-weight: 900;
  font-size: 2.0rem;
  color: #646464;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  left: 20px;
}
@media (max-width: 767px) {
  .solution-Item-Block:after {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
    top: -30px;
    left: 10px;
  }
}
.solution-Item-Title {
  min-height: 100px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1130px) {
  .solution-Item-Title {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .solution-Item-Title {
    font-size: 1.9rem;
  }
}
.solution-Item-Title strong {
  color: #2559a5;
}
.solution-Item-Text strong {
  font-weight: 900;
}
.solution-Arrow {
  width: 50px;
  margin: 0 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1130px) {
  .solution-Arrow {
    margin: 40px auto;
  }
}
@media (max-width: 767px) {
  .solution-Arrow {
    margin: 20px auto;
  }
}
@media (max-width: 1130px) {
  .solution-Arrow .pc {
    display: none;
  }
}
.solution-Arrow .sp {
  display: none;
}
@media (max-width: 1130px) {
  .solution-Arrow .sp {
    display: block;
  }
}
.solution-Lead p {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .solution-Lead p {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.solution-Lead p strong {
  font-weight: 900;
  font-size: 3.2rem;
  color: #e74939;
}
@media (max-width: 767px) {
  .solution-Lead p strong {
    font-size: 2.1rem;
  }
}

.solution-Item.after .solution-Item-Block {
  background: #fbdfdc;
}

.solution-Item.after .solution-Item-Title strong {
  color: #e74939;
}

.solution-Item.after .solution-Item-Block:after {
  content: 'After';
  border: 4px solid #e74939;
  color: #e74939;
}

.about {
  width: 100%;
  max-width: 2100px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 70px 30px;
}
@media (max-width: 767px) {
  .about {
    padding: 0 15px 30px;
  }
}
.about-Label {
  margin-bottom: 14px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.6rem;
  color: #2559a5;
}
@media (max-width: 767px) {
  .about-Label {
    font-size: 1.8rem;
  }
}
.about-Title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  font-size: 5.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about-Title {
    margin-bottom: 20px;
    font-size: 3.0rem;
    display: block;
  }
}
.about-Title span {
  width: 100%;
  max-width: 410px;
  margin: 3px 5px 0 5px;
  line-height: 0;
  display: block;
}
@media (max-width: 767px) {
  .about-Title span {
    max-width: 280px;
    margin: 0 auto;
  }
}
.about-Inner {
  background: #FFFFFF;
  border-radius: 40px;
  padding: 70px;
}
@media (max-width: 1440px) {
  .about-Inner {
    padding: calc(70vw * 100 / 1440);
  }
}
@media (max-width: 767px) {
  .about-Inner {
    padding: 30px 20px;
  }
}
.about-Arrow {
  width: 100%;
  max-width: 66px;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .about-Arrow {
    max-width: 50px;
    margin: 15px auto;
  }
}
.about-Upper {
  margin: 0 -30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1130px) {
  .about-Upper {
    margin: 0;
    display: block;
  }
}
.about-Upper-Img {
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px;
  order: 1;
}
@media (max-width: 1130px) {
  .about-Upper-Img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    padding: 0;
  }
}
.about-Upper-Block {
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1130px) {
  .about-Upper-Block {
    width: 100%;
    padding: 0;
  }
}
.about-Upper-Text {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .about-Upper-Text {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.about-Upper-Text strong {
  font-weight: 900;
  font-size: 3.2rem;
  color: #2559a5;
}
@media (max-width: 767px) {
  .about-Upper-Text strong {
    font-size: 2.1rem;
  }
}
.about-Upper-Title {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .about-Upper-Title {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.about-Upper-List {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
.about-Upper-List ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about-Upper-List ul {
    margin: -5px;
  }
}
.about-Upper-List ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}
@media (max-width: 767px) {
  .about-Upper-List ul li {
    padding: 5px;
  }
}
.about-Upper-List ul li span {
  height: 80px;
  border: 4px solid #0084c3;
  border-radius: 40px;
  padding: 10px;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .about-Upper-List ul li span {
    height: 60px;
    border: 2px solid #0084c3;
    padding: 5px;
    font-size: 1.5rem;
  }
}
.about-Lower-Title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about-Lower-Title {
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
}
.about-Lower-Title span {
  width: 100%;
  max-width: 320px;
  margin: 1px 5px 0 5px;
  line-height: 0;
  display: block;
}
@media (max-width: 767px) {
  .about-Lower-Title span {
    max-width: 200px;
  }
}
.about-Lower-List {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .about-Lower-List {
    margin-bottom: 30px;
  }
}
.about-Lower-List ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about-Lower-List ul {
    margin: -5px;
  }
}
.about-Lower-List ul li {
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .about-Lower-List ul li {
    width: 50%;
    padding: 5px;
  }
}
.about-Lower-List ul li span {
  height: 80px;
  border: 4px solid #e74939;
  border-radius: 40px;
  padding: 10px;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .about-Lower-List ul li span {
    height: 60px;
    border: 2px solid #e74939;
    padding: 5px;
    font-size: 1.5rem;
  }
}
.about-Lower-List ul li i {
  width: 80px;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 30px;
  display: block;
}
@media (max-width: 767px) {
  .about-Lower-List ul li i {
    width: 45px;
    left: 15px;
  }
}
.about-Lower-List ul li.extra {
  width: 50%;
}
@media (max-width: 767px) {
  .about-Lower-List ul li.extra {
    width: 100%;
  }
}
.about-Lower-Item {
  margin: 0 -30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1130px) {
  .about-Lower-Item {
    margin: 0;
    display: block;
  }
}
.about-Lower-Item-Img {
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1130px) {
  .about-Lower-Item-Img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    padding: 0;
  }
}
.about-Lower-Item-Block {
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 1130px) {
  .about-Lower-Item-Block {
    width: 100%;
    padding: 0;
  }
}
.about-Lower-Item-Text {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .about-Lower-Item-Text {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.about-Lower-Item-Text strong {
  font-weight: 900;
  font-size: 3.2rem;
  color: #e74939;
}
@media (max-width: 767px) {
  .about-Lower-Item-Text strong {
    font-size: 2.1rem;
  }
}

.feature-Inner {
  width: 100%;
  max-width: 1340px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .feature-Inner {
    padding: 0 20px;
  }
}
.feature-Label {
  margin-bottom: 14px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.6rem;
  color: #fede39;
}
@media (max-width: 767px) {
  .feature-Label {
    font-size: 1.8rem;
  }
}
.feature-Title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  font-size: 5.0rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .feature-Title {
    margin-bottom: 20px;
    font-size: 3.0rem;
    display: block;
  }
}
.feature-Title span {
  width: 100%;
  max-width: 410px;
  margin: 3px 5px 0 5px;
  line-height: 0;
  display: block;
}
@media (max-width: 767px) {
  .feature-Title span {
    max-width: 280px;
    margin: 0 auto;
  }
}
.feature-Text {
  margin-bottom: 80px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .feature-Text {
    margin-bottom: 20px;
  }
}
.feature-Items {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1340px) {
  .feature-Items {
    margin: 0 calc(-30vw * 100 / 1340);
  }
}
@media (max-width: 767px) {
  .feature-Items {
    margin: 0;
    display: block;
  }
}
.feature-Item {
  width: 25%;
  box-sizing: border-box;
  margin-bottom: 60px;
  padding: 0 30px;
}
@media (max-width: 1340px) {
  .feature-Item {
    padding: 0 calc(30vw * 100 / 1340);
  }
}
@media (max-width: 1130px) {
  .feature-Item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .feature-Item {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
}
.feature-Item-Img {
  width: 100%;
  max-width: 265px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .feature-Item-Img {
    max-width: 245px;
  }
}
.feature-Item-Number {
  font-weight: 900;
  line-height: 1;
  font-size: 7.0rem;
  color: #fede39;
  position: absolute;
  top: -40px;
  left: -10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .feature-Item-Number {
    font-size: 6.0rem;
    top: -20px;
    left: -10px;
  }
}
.feature-Item-Title {
  margin: 20px 0;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  font-size: 2.4rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .feature-Item-Title {
    font-size: 2.1rem;
  }
}
.feature-Item-Title strong {
  color: #fede39;
}
.feature-Item-Text {
  color: #FFFFFF;
}

.recommend {
  width: 100%;
  max-width: 1170px;
  box-sizing: border-box;
  margin: 0 auto 100px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .recommend {
    margin-bottom: 50px;
  }
}
.recommend-Inner {
  border: 4px solid #FFFFFF;
  border-radius: 40px;
  padding: 80px 80px 60px;
}
@media (max-width: 1170px) {
  .recommend-Inner {
    padding: calc(80vw * 100 / 1170) calc(80vw * 100 / 1170) calc(60vw * 100 / 1170);
  }
}
@media (max-width: 767px) {
  .recommend-Inner {
    padding: 30px 20px;
  }
}
.recommend-Title {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  font-size: 4.0rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .recommend-Title {
    margin-bottom: 15px;
    font-size: 2.0rem;
  }
}
.recommend-Items {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .recommend-Items {
    align-items: center;
    flex-direction: column;
  }
}
.recommend-Item {
  width: 50%;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .recommend-Item {
    width: 100%;
    max-width: 500px;
    margin: 10px 0;
  }
}
.recommend-Item dt {
  width: 30%;
  min-width: 70px;
  max-width: 150px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .recommend-Item dt {
    margin-right: 20px;
  }
}
.recommend-Item dd {
  width: 56%;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .recommend-Item dd {
    width: 100%;
  }
}
.recommend-Item dd span {
  width: fit-content;
  background: #FFFFFF;
  margin-bottom: 12px;
  padding: 3px 8px 6px;
  font-weight: 900;
  line-height: 1;
  font-size: 2.2rem;
  color: #2559a5;
  display: block;
}
@media (max-width: 767px) {
  .recommend-Item dd span {
    margin-bottom: 6px;
    font-size: 1.7rem;
  }
}

.change {
  padding-bottom: 30px;
}
.change-Inner {
  width: 100%;
  max-width: 1230px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .change-Inner {
    padding: 0 20px;
  }
}
.change-Label {
  margin-bottom: 6px;
  font-weight: 900;
  line-height: 1.3;
  font-size: 2.6rem;
  color: #fede39;
  text-align: center;
}
@media (max-width: 767px) {
  .change-Label {
    font-size: 1.8rem;
  }
}
.change-Title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  font-size: 5.0rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .change-Title {
    margin-bottom: 35px;
    font-size: 3.0rem;
  }
}
.change-Item {
  display: flex;
}
@media (max-width: 900px) {
  .change-Item {
    display: block;
  }
}
.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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-Lead {
  margin-top: 60px;
  text-align: center;
  line-height: 1.5;
  font-size: 2.6rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .change-Lead {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.change-Lead strong {
  font-weight: 900;
  font-size: 3.2rem;
  color: #fede39;
}
@media (max-width: 767px) {
  .change-Lead strong {
    font-size: 2.1rem;
  }
}

.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: 767px) {
  .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: 767px) {
  .change-Item-Box.after .change-Item-List li {
    background-size: 28px auto;
  }
}

.reservation {
  width: 100%;
  max-width: 2100px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 70px 30px;
}
@media (max-width: 767px) {
  .reservation {
    padding: 0 15px 30px;
  }
}
.reservation-Inner {
  background: #f7f9f8;
  border-radius: 40px;
  padding: 100px 20px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .reservation-Inner {
    padding-top: 50px;
  }
}
.reservation-Label {
  margin-bottom: 6px;
  font-weight: 900;
  line-height: 1.4;
  font-size: 2.6rem;
  color: #2559a5;
  text-align: center;
}
@media (max-width: 767px) {
  .reservation-Label {
    font-size: 1.8rem;
  }
}
.reservation-Title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  font-size: 5.0rem;
}
@media (max-width: 767px) {
  .reservation-Title {
    margin-bottom: 25px;
    font-size: 3.0rem;
  }
}
.reservation-Iframe {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .reservation-Iframe {
    padding-top: 340%;
  }
}
.reservation-Iframe iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.plan {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .plan {
    padding-top: 50px;
  }
}
.plan-Inner {
  width: 100%;
  max-width: 1230px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .plan-Inner {
    padding: 0 20px;
  }
}
.plan-Label {
  margin-bottom: 14px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.6rem;
  color: #fede39;
}
@media (max-width: 767px) {
  .plan-Label {
    font-size: 1.8rem;
  }
}
.plan-Title {
  margin-bottom: 90px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  font-size: 5.0rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .plan-Title {
    margin-bottom: 10px;
    font-size: 3.0rem;
    display: block;
  }
}
.plan-Title span {
  width: 100%;
  max-width: 410px;
  margin: 3px 5px 0 5px;
  line-height: 0;
  display: block;
}
@media (max-width: 767px) {
  .plan-Title span {
    max-width: 280px;
    margin: 0 auto;
  }
}
.plan-Tax {
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFFFFF;
  position: absolute;
  right: 15px;
  top: 0;
}
@media (max-width: 767px) {
  .plan-Tax {
    margin-bottom: 10px;
    font-size: 1.4rem;
    text-align: center;
    position: relative;
    right: auto;
    top: auto;
  }
}
@media (max-width: 1200px) {
  .plan-Scroll {
    padding-top: 35px;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .plan-Scroll {
    padding-top: 0;
    overflow-x: visible;
  }
}
.plan-Items {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1200px) {
  .plan-Items {
    min-width: 1160px;
  }
}
@media (max-width: 767px) {
  .plan-Items {
    margin: 0;
    display: block;
    min-width: inherit;
  }
}
.plan-Item {
  width: 33.3333%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .plan-Item-Best {
    width: 80px;
    left: -20px;
  }
}
.plan-Item-Title {
  margin-bottom: 14px;
  text-align: center;
  line-height: 1.2;
  font-weight: 900;
  font-size: 4.0rem;
}
@media (max-width: 767px) {
  .plan-Item-Title {
    margin-bottom: 7px;
    font-size: 3.0rem;
  }
}
@media (max-width: 767px) {
  .plan-Item-Title br {
    display: none;
  }
}
.plan-Item-Price {
  margin-bottom: 24px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 4.0rem;
}
.plan-Item-Price span {
  margin: 0 5px;
  font-size: 2.4rem;
}
.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: 767px) {
  .plan-Item-Help {
    height: 80px;
    font-size: 2.2rem;
  }
}
.plan-Item-Help span {
  font-size: 1.6rem;
}
.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: 24px;
  line-height: 0;
  display: block;
  position: absolute;
  top: .8em;
  left: 0;
}
.plan-Item-List li span {
  padding-left: 34px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.8rem;
  display: inline-block;
}
.plan-Item-List li.none {
  opacity: .5;
}
.plan-Box {
  border: 4px solid #000000;
  border-radius: 40px;
  margin-top: 40px;
  padding: 28px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .plan-Box {
    margin-top: 30px;
    padding: 23px 15px;
  }
}
.plan-Box:after {
  content: '';
  width: 53px;
  height: 29px;
  margin-left: -26.5px;
  position: absolute;
  top: -24px;
  left: 50%;
}
.plan-Box-Title {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  font-size: 2.2rem;
  color: #ffef35;
}
@media (max-width: 767px) {
  .plan-Box-Title {
    margin-bottom: 10px;
    font-size: 2.0rem;
  }
}
.plan-Box-Text {
  text-align: center;
  font-size: 1.6rem;
  color: #FFFFFF;
}
.plan-Attention {
  text-align: right;
}
.plan-Attention li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  font-size: 1.6rem;
  color: #FFFFFF;
  display: inline-block;
}
@media (max-width: 767px) {
  .plan-Attention li {
    font-size: 1.4rem;
  }
}

.plan-Item.color01 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .plan-Item.color01 {
    margin-top: 0;
  }
}

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

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

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

.plan-Item.color01 .plan-Item-Help {
  background: #668bc0;
}

.plan-Item.color01 .plan-Item-List li {
  background-image: repeating-linear-gradient(90deg, #668bc0, #668bc0 8px, transparent 8px, transparent 11px);
}
.plan-Item.color01 .plan-Item-List li strong {
  color: #2559a5;
}

.plan-Item.color01 .plan-Box {
  border-color: #2559a5;
}

.plan-Item.color01 .plan-Box:after {
  background: url("../img/plan-bubble01.png") no-repeat left top;
  background-size: cover;
}

.plan-Item.color02 .plan-Item-Bg {
  height: 900px;
  outline: 6px solid #e74939;
}
@media (max-width: 767px) {
  .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-List li strong {
  color: #e74939;
}

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

.plan-Item.color02 .plan-Box:after {
  background: url("../img/plan-bubble02.png") no-repeat left top;
  background-size: cover;
}

.plan-Item.color03 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .plan-Item.color03 {
    margin-top: 0;
  }
}

.plan-Item.color03 .plan-Item-Bg {
  height: 900px;
}
@media (max-width: 767px) {
  .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-List li strong {
  color: #fe8900;
}

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

.plan-Item.color03 .plan-Box:after {
  background: url("../img/plan-bubble03.png") no-repeat left top;
  background-size: cover;
}

.option {
  width: 100%;
  max-width: 930px;
  margin: 32px auto 0;
}
.option-Title {
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: 900;
  line-height: 1.4;
  font-size: 2.6rem;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 767px) {
  .option-Title {
    font-size: 2.0rem;
  }
}
.option-Title:after {
  content: '';
  width: 10px;
  height: 40px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .option-Title:after {
    height: 30px;
  }
}
.option-Table table {
  width: 100%;
  font-weight: 900;
  line-height: 1.4;
  font-size: 2.2rem;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .option-Table table {
    font-size: 1.5rem;
  }
}
.option-Table table th {
  background: #243d70;
  border-bottom: 5px solid #349ae0;
  border-right: 1px dashed #668bc0;
  padding: 20px 17px;
  text-align: left;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .option-Table table th {
    padding: 15px 12px;
  }
}
.option-Table table th:nth-of-type(1) {
  width: 50%;
}
@media (max-width: 767px) {
  .option-Table table th:nth-of-type(1) {
    width: 33.3333%;
  }
}
.option-Table table th:nth-of-type(2) {
  width: 25%;
}
@media (max-width: 767px) {
  .option-Table table th:nth-of-type(2) {
    width: 33.3333%;
  }
}
.option-Table table th:nth-of-type(3) {
  width: 25%;
}
@media (max-width: 767px) {
  .option-Table table th:nth-of-type(3) {
    width: 33.3333%;
  }
}
.option-Table table th:last-child {
  border-right: none;
}
.option-Table table td {
  background: #FFFFFF;
  border-bottom: 5px solid #349ae0;
  border-right: 1px dashed #668bc0;
  padding: 20px 17px;
  color: #243d70;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .option-Table table td {
    padding: 15px 12px;
  }
}
.option-Table table td:last-child {
  border-right: none;
}

.step-Inner {
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .step-Inner {
    padding: 0 20px;
  }
}
.step-Label {
  margin-bottom: 6px;
  font-weight: 900;
  line-height: 1.3;
  font-size: 2.6rem;
  color: #2559a5;
  text-align: center;
}
@media (max-width: 767px) {
  .step-Label {
    font-size: 1.8rem;
  }
}
.step-Title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  font-size: 5.0rem;
}
@media (max-width: 767px) {
  .step-Title {
    margin-bottom: 25px;
    font-size: 3.0rem;
  }
}
@media (max-width: 1200px) {
  .step-Scroll {
    overflow-x: auto;
  }
}
.step-Items {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .step-Items {
    min-width: 1300px;
  }
}
.step-Item {
  width: 20%;
  box-sizing: border-box;
  margin-bottom: 24px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .step-Item {
    min-width: 260px;
  }
}
.step-Item-Bg {
  height: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 4px solid #000000;
  border-radius: 20px;
  padding-bottom: 50px;
  overflow: hidden;
}
.step-Item-Step {
  padding: 20px 0;
  position: relative;
}
.step-Item-Step:after {
  content: '';
  width: 400px;
  height: 400px;
  background: #000000;
  clip-path: circle(50% at 50% 50%);
  margin-left: -200px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.step-Item-Number {
  text-align: center;
  font-weight: 900;
  line-height: 1;
  font-size: 6.0rem;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .step-Item-Number {
    font-size: 5.0rem;
  }
}
.step-Item-Number span {
  font-size: 1.8rem;
  display: block;
}
@media (max-width: 767px) {
  .step-Item-Number span {
    font-size: 1.6rem;
  }
}
.step-Item-Title {
  min-height: 68px;
  margin: 20px 0;
  padding: 0 20px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  font-size: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .step-Item-Title {
    font-size: 2.2rem;
  }
}
.step-Item-List {
  margin: 0 20px;
  padding-left: 1em;
}
.step-Item-List li {
  margin-bottom: 5px;
  list-style: disc;
  line-height: 1.4;
}
.step-Item-List li:last-child {
  margin-bottom: 0;
}
.step-Lead {
  margin: 24px 0 90px;
  text-align: center;
  line-height: 1.5;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .step-Lead {
    margin: 12px 0 45px;
    font-size: 1.6rem;
  }
}
.step-Lead strong {
  font-weight: 900;
  font-size: 3.2rem;
  color: #e74939;
}
@media (max-width: 767px) {
  .step-Lead strong {
    font-size: 2.1rem;
  }
}

.step-Item.step1 .step-Item-Bg {
  border-color: #5eb2da;
}

.step-Item.step1 .step-Item-Step:after {
  background: #5eb2da;
}

.step-Item.step2 .step-Item-Bg {
  border-color: #479bd5;
}

.step-Item.step2 .step-Item-Step:after {
  background: #479bd5;
}

.step-Item.step3 .step-Item-Bg {
  border-color: #0076c3;
}

.step-Item.step3 .step-Item-Step:after {
  background: #0076c3;
}

.step-Item.step4 .step-Item-Bg {
  border-color: #2559a5;
}

.step-Item.step4 .step-Item-Step:after {
  background: #2559a5;
}

.step-Item.step5 .step-Item-Bg {
  border-color: #243d70;
}

.step-Item.step5 .step-Item-Step:after {
  background: #243d70;
}

.whitepaper {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .whitepaper {
    max-width: 530px;
  }
}
@media (max-width: 767px) {
  .whitepaper {
    max-width: 335px;
  }
}
.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .whitepaper-Text {
    font-size: 1.8rem;
  }
}
.whitepaper-Text strong {
  font-size: 4.0rem;
}
@media (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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);
}

.comparison {
  background: #349ae0;
  padding: 100px 0 130px;
}
@media (max-width: 767px) {
  .comparison {
    padding: 50px 0 80px;
  }
}
.comparison-Inner {
  width: 100%;
  max-width: 1230px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .comparison-Inner {
    padding: 0 15px;
  }
}
.comparison-Label {
  margin-bottom: 6px;
  font-weight: 900;
  line-height: 1.3;
  font-size: 2.6rem;
  color: #fede39;
  text-align: center;
}
@media (max-width: 767px) {
  .comparison-Label {
    font-size: 1.8rem;
  }
}
.comparison-Title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  font-size: 5.0rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .comparison-Title {
    margin-bottom: 35px;
    font-size: 3.0rem;
  }
}
@media (max-width: 900px) {
  .comparison-Scroll {
    padding: 10px 0 20px;
    overflow-x: auto;
  }
}
.comparison-Table {
  position: relative;
}
@media (max-width: 900px) {
  .comparison-Table {
    min-width: 737px;
  }
}
.comparison-Table:before {
  content: '';
  width: 33.3333%;
  border: 10px solid #e74939;
  border-radius: 10px;
  position: absolute;
  top: -10px;
  right: 33.3333%;
  bottom: -10px;
}
.comparison-Table:after {
  content: '';
  width: 33.3333%;
  border: 10px solid #646464;
  border-radius: 10px;
  position: absolute;
  top: -10px;
  right: 0;
  bottom: -10px;
}
.comparison-Table table {
  width: 100%;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.2rem;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .comparison-Table table {
    font-size: 1.8rem;
  }
}
.comparison-Table table th {
  width: 33.3333%;
  padding: 20px 20px 28px;
}
.comparison-Table table th .logo {
  width: 100%;
  max-width: 222px;
  margin: 0 auto;
}
.comparison-Table table th.bg01 {
  background: #e74939;
}
.comparison-Table table th.bg02 {
  background: #646464;
  color: #FFFFFF;
}
.comparison-Table table tr:nth-child(odd) td {
  background: #f1efe9;
}
.comparison-Table table td {
  background: #FFFFFF;
  padding: 16px;
}
.comparison-Table table td .icon {
  text-align: center;
  line-height: 1;
  font-size: 3.0rem;
}
@media (max-width: 767px) {
  .comparison-Table table td .icon {
    font-size: 2.4rem;
  }
}
.comparison-Table table td .icon.color {
  color: #ee8031;
}
.comparison-Lead {
  margin-top: 60px;
}
@media (max-width: 900px) {
  .comparison-Lead {
    margin-top: 20px;
  }
}
.comparison-Lead p {
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.5;
  font-size: 2.6rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .comparison-Lead p {
    font-size: 1.6rem;
  }
}
.comparison-Lead p strong {
  font-weight: 900;
  font-size: 3.2rem;
  color: #fede39;
}
@media (max-width: 767px) {
  .comparison-Lead p strong {
    font-size: 2.1rem;
  }
}
.comparison-Lead p:last-child {
  margin-bottom: 0;
}

.faq-Inner {
  width: 100%;
  max-width: 860px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.faq-Label {
  margin-bottom: 6px;
  font-weight: 900;
  line-height: 1.3;
  font-size: 2.6rem;
  color: #2559a5;
  text-align: center;
}
@media (max-width: 767px) {
  .faq-Label {
    font-size: 1.8rem;
  }
}
.faq-Title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  font-size: 5.0rem;
}
@media (max-width: 767px) {
  .faq-Title {
    margin-bottom: 25px;
    font-size: 3.0rem;
  }
}
.faq-Item {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .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: 767px) {
  .faq-Item-Title {
    min-height: 75px;
    padding: 10px 50px 10px 24px;
    font-size: 1.7rem;
  }
}
.faq-Item-Title:after {
  content: '';
  width: 10px;
  background: #349ae0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .faq-Item-Title:after {
    width: 5px;
  }
}
.faq-Item-Title i {
  width: 19px;
  height: 3px;
  background: #349ae0;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .faq-Item-Title i {
    width: 15px;
    right: 15px;
  }
}
.faq-Item-Title i:after {
  content: '';
  width: 3px;
  height: 19px;
  background: #349ae0;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  transition: .4s;
}
@media (max-width: 767px) {
  .faq-Item-Title i:after {
    height: 15px;
    right: 6px;
  }
}
.faq-Item-Wrapper {
  display: none;
}
.faq-Item-Text {
  padding: 20px;
}
@media (max-width: 767px) {
  .faq-Item-Text {
    padding: 15px;
  }
}

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

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

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

.contact {
  width: 100%;
  max-width: 2100px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 130px 70px 30px;
}
@media (max-width: 767px) {
  .contact {
    padding: 80px 15px 30px;
  }
}
.contact-Inner {
  background: #FFFFFF;
  border: 4px solid #479bd5;
  border-radius: 40px;
  padding-bottom: 70px;
}
.contact-Header {
  margin: -40px 0 40px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact-Header {
    margin: -34px 0 20px;
  }
}
.contact-Header-Label {
  margin-bottom: 38px;
  text-align: center;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .contact-Header-Label {
    margin-bottom: 16px;
  }
}
.contact-Header-Label span {
  background: #FFFFFF;
  box-shadow: 2px 2px 0px 0px #000000;
  border: 4px solid #000000;
  border-radius: 40px;
  padding: 9px 20px 12px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.6rem;
  color: #e74939;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .contact-Header-Label span {
    border: 2px solid #000000;
    font-size: 1.5rem;
  }
}
.contact-Header-Label span: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: 767px) {
  .contact-Header-Label span:after {
    width: 18px;
    height: 10px;
    background-size: 18px auto;
    bottom: -10px;
  }
}
.contact-Header-Title {
  margin-bottom: 56px;
  text-align: center;
  font-weight: 900;
  line-height: .9;
  font-size: 5.0rem;
}
@media (max-width: 767px) {
  .contact-Header-Title {
    margin-bottom: 16px;
    font-size: 3.0rem;
  }
}
.contact-Header-Title small {
  margin-bottom: 13px;
  line-height: 1.4;
  font-size: 2.6rem;
  color: #2559a5;
  display: block;
}
@media (max-width: 767px) {
  .contact-Header-Title small {
    font-size: 1.8rem;
  }
}
.contact-Header-Title span {
  line-height: 1;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .contact-Header-Title span {
    font-size: 1.7rem;
  }
}
.contact-Header-Title span.ml10 {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .contact-Header-Title span.ml10 {
    margin-left: 0;
  }
}
.contact-Header-Text {
  text-align: center;
}
.contact-Header-Text span {
  border: 2px solid #2559a5;
  padding: 2px 20px 4px;
  font-weight: 900;
  line-height: 1.4;
  font-size: 2.6rem;
  color: #2559a5;
  display: inline-block;
}
@media (max-width: 767px) {
  .contact-Header-Text span {
    padding: 2px 10px 4px;
    font-size: 1.7rem;
  }
}

.related {
  background: #349ae0;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .related {
    padding: 45px 0;
  }
}
.related-Inner {
  width: 100%;
  max-width: 1380px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.related-Title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  font-size: 4.0rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .related-Title {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}
.related-List {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  .related-List {
    display: block;
  }
}
.related-List:after {
  content: '';
  width: 1px;
  background-image: repeating-linear-gradient(180deg, #000000, #000000 5px, transparent 5px, transparent 10px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
}
@media (max-width: 767px) {
  .related-List:after {
    display: none;
  }
}
.related-List li {
  width: 50%;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .related-List li {
    width: 100%;
    padding: 0;
  }
}
.related-List li a {
  padding-left: 32px;
  font-weight: 500;
  line-height: 1.4;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  transition: opacity .5s;
}
@media (max-width: 767px) {
  .related-List li a {
    padding-left: 28px;
  }
}
.related-List li a:after {
  content: '';
  width: 22px;
  height: 22px;
  background: url("../img/arrow01.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  top: .2em;
  left: 0;
}
@media (max-width: 767px) {
  .related-List li a:after {
    width: 18px;
    height: 18px;
  }
}
.related-List li a:hover {
  opacity: .5;
}
