@charset "UTF-8";
/*! Copyright (c) 2025 Hayato Nakagawa */
.-fadeIn,
.-fadeIn-up,
.-fadeIn-down,
.-fadeIn-left,
.-fadeIn-right {
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 1.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.1s;
}
:where(.-fadeIn,
.-fadeIn-up,
.-fadeIn-down,
.-fadeIn-left,
.-fadeIn-right).-inview, .-inview :where(.-fadeIn,
.-fadeIn-up,
.-fadeIn-down,
.-fadeIn-left,
.-fadeIn-right) {
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 1.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.1s;
}

.js-inviewBefore.-inview + .-fadeIn, .js-inviewBefore.-inview + .-fadeIn + .-fadeIn {
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 1.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.1s;
}
.js-inviewBefore + .-fadeIn {
  transition-delay: 1s !important;
}
.js-inviewBefore + .-fadeIn + .-fadeIn {
  transition-delay: 1.2s !important;
}

@media screen and (max-width: 768px) {
  .-fadeIn-SP,
  .-fadeIn-upSP,
  .-fadeIn-downSP,
  .-fadeIn-leftSP,
  .-fadeIn-rightSP {
    opacity: 0;
    transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 1.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.1s;
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn-SP,
  .-fadeIn-upSP,
  .-fadeIn-downSP,
  .-fadeIn-leftSP,
  .-fadeIn-rightSP).-inview, .-inview :where(.-fadeIn-SP,
  .-fadeIn-upSP,
  .-fadeIn-downSP,
  .-fadeIn-leftSP,
  .-fadeIn-rightSP) {
    opacity: 1;
    transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 1.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.1s;
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn-upTB,
  .-fadeIn-downTB,
  .-fadeIn-leftTB,
  .-fadeIn-rightTB {
    opacity: 0;
    transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 1.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.1s;
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn-upTB,
  .-fadeIn-downTB,
  .-fadeIn-leftTB,
  .-fadeIn-rightTB).-inview, .-inview :where(.-fadeIn-upTB,
  .-fadeIn-downTB,
  .-fadeIn-leftTB,
  .-fadeIn-rightTB) {
    opacity: 1;
    transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 1.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.1s;
  }
}

.-fadeIn-up {
  transform: translate(0, 50px);
}
:where(.-fadeIn-up).-inview, .-inview :where(.-fadeIn-up) {
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .-fadeIn-upSP {
    transform: translate(0, 50px);
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn-upSP).-inview, .-inview :where(.-fadeIn-upSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn-upTB {
    transform: translate(0, 50px);
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn-upTB).-inview, .-inview :where(.-fadeIn-upTB) {
    transform: translate(0, 0);
  }
}

.-fadeIn-down {
  transform: translate(0, -50px);
}
:where(.-fadeIn-down).-inview, .-inview :where(.-fadeIn-down) {
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .-fadeIn-downSP {
    transform: translate(0, -50px);
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn-downSP).-inview, .-inview :where(.-fadeIn-downSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn-downTB {
    transform: translate(0, -50px);
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn-downTB).-inview, .-inview :where(.-fadeIn-downTB) {
    transform: translate(0, 0);
  }
}

.-fadeIn-left {
  transform: translate(-50px, 0);
}
:where(.-fadeIn-left).-inview, .-inview :where(.-fadeIn-left) {
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .-fadeIn-leftSP {
    transform: translate(-50px, 0);
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn-leftSP).-inview, .-inview :where(.-fadeIn-leftSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn-leftTB {
    transform: translate(-50px, 0);
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn-leftTB).-inview, .-inview :where(.-fadeIn-leftTB) {
    transform: translate(0, 0);
  }
}

.-fadeIn-right {
  transform: translate(50px, 0);
}
:where(.-fadeIn-right).-inview, .-inview :where(.-fadeIn-right) {
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .-fadeIn-rightSP {
    transform: translate(50px, 0);
  }
}
@media screen and (max-width: 768px) {
  :where(.-fadeIn-rightSP).-inview, .-inview :where(.-fadeIn-rightSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 769px) {
  .-fadeIn-rightTB {
    transform: translate(50px, 0);
  }
}
@media screen and (min-width: 769px) {
  :where(.-fadeIn-rightTB).-inview, .-inview :where(.-fadeIn-rightTB) {
    transform: translate(0, 0);
  }
}

.-fadeIn-zoom {
  opacity: 0;
}
:where(.-fadeIn-zoom).-inview, .-inview :where(.-fadeIn-zoom) {
  animation: zoom 0.8s ease-in-out forwards;
  opacity: 1;
}

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

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

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

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

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

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes modalfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

h1 {
  font-weight: bold;
}

/* Image */
/* ============================================ */
img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

svg {
  display: block;
  height: auto;
  overflow: visible;
  width: 100%;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

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

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

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

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

u {
  text-decoration: underline;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
/**
 * 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: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

::-ms-clear {
  visibility: hidden;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

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

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

/**
 * remove placeholder color
 */
:focus::-moz-placeholder {
  color: transparent;
}
:focus::placeholder {
  color: transparent;
}

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

@media screen and (min-width: 769px) {
  .-align-centerTB {
    text-align: center !important;
  }
}

.-align-left {
  text-align: left !important;
}

.-align-right {
  text-align: right !important;
}

.-color-primary {
  color: #0074bd !important;
}

@media screen and (max-width: 768px) {
  .-hide-SP {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .-hide-TB {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .-hide-PC {
    display: none !important;
  }
}

.-weight-light {
  font-weight: 300 !important;
}

.-weight-regular {
  font-weight: 400 !important;
}

.-weight-bold {
  font-weight: 700 !important;
}

.-weight-black {
  font-weight: 900 !important;
}

:root {
  --clientWidth: var(--jsClientWidth, 100vw);
  --clientHeight: var(--jsClientHeight, 100vh);
}

body {
  background: #f0f7ff;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  line-break: strict;
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: normal;
}
@media screen and (max-width: 768px) {
  body {
    font-size: min(4.5801526718vw, 18px);
  }
}
@media screen and (min-width: 769px) {
  body {
    font-size: 18px;
  }
}

.Language {
  margin-inline: auto;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .Language {
    inset: min(16.2849872774vw, 64px) 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .Language {
    inset: 25px 15px auto;
  }
}

.Language__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .Language__list {
    gap: min(2.2900763359vw, 9px);
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .Language__list {
    gap: 9px;
    justify-content: flex-end;
  }
}

.Language__item {
  display: contents;
}

.Language__link {
  border: 1px solid #fff;
  border-radius: 100vw;
  color: #fff;
  line-height: 1.4285714286;
  text-decoration: none;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .Language__link {
    font-size: min(3.5623409669vw, 14px);
    padding-block: min(0.5089058524vw, 2px);
    padding-inline: min(4.0712468193vw, 16px);
  }
}
@media screen and (min-width: 769px) {
  .Language__link {
    font-size: 14px;
    padding-block: 2px;
    padding-inline: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .Language__link:hover {
    background-color: #fff;
    color: #0074bd;
  }
}

.Language__link-current {
  background-color: #fff;
  color: #0074bd;
  pointer-events: none;
}

.MainVisual {
  align-items: start;
  display: grid;
  grid-template-areas: "main";
  position: relative;
  width: 100%;
}
.MainVisual picture {
  display: contents;
}
.MainVisual.is-animating {
  contain: paint;
  pointer-events: none;
}
.MainVisual.is-animation-complete {
  pointer-events: auto;
}
.MainVisual.is-animation-complete .MainVisual__item {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .MainVisual-lower {
    height: min(65.6488549618vw, 258px);
  }
}
@media screen and (min-width: 769px) {
  .MainVisual-lower {
    height: 287px;
  }
}

.MainVisual__image {
  display: block;
  grid-area: main;
}
.js-mainVisual .MainVisual__image {
  opacity: 0;
}

.MainVisual__list {
  display: contents;
}

.MainVisual__item {
  opacity: 0;
  position: absolute;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .MainVisual__item:nth-child(1) {
    inset-block-start: 17.048346056vw;
    inset-inline-start: 5.5979643766vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__item:nth-child(1) {
    inset-block-start: 11.284vw;
    inset-inline-start: 19.5693333333vw;
  }
}
@media screen and (max-width: 768px) {
  .MainVisual__item:nth-child(1) .MainVisual__icon {
    height: 17.6921119593vw;
    transform: rotate(14.11deg);
    width: 17.2926208651vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__item:nth-child(1) .MainVisual__icon {
    height: 5.9333333333vw;
    transform: rotate(14.11deg);
    width: 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  .MainVisual__item:nth-child(2) {
    inset-block-start: 19.3384223919vw;
    inset-inline-start: 78.3715012723vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__item:nth-child(2) {
    inset-block-start: 15.0666666667vw;
    inset-inline-start: 76.4vw;
  }
}
@media screen and (max-width: 768px) {
  .MainVisual__item:nth-child(2) .MainVisual__icon {
    height: 16.9821882952vw;
    width: 16.7938931298vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__item:nth-child(2) .MainVisual__icon {
    height: 6.2313333333vw;
    width: 6.162vw;
  }
}
@media screen and (max-width: 768px) {
  .MainVisual__item:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__item:nth-child(3) {
    inset-block-start: 5.1333333333vw;
    inset-inline-start: 5.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__item:nth-child(3) .MainVisual__icon {
    height: 3.7926666667vw;
    width: 10.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .MainVisual__item:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__item:nth-child(4) {
    inset-block-start: 21.6vw;
    inset-inline-start: 9.4vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__item:nth-child(4) .MainVisual__icon {
    height: 4.358vw;
    transform: rotate(-9.31deg);
    width: 6.4326666667vw;
  }
}
@media screen and (max-width: 768px) {
  .MainVisual__item:nth-child(5) {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__item:nth-child(5) {
    inset-block-start: 8.9333333333vw;
    inset-inline-start: 86.4vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__item:nth-child(5) .MainVisual__icon {
    height: 4.7033333333vw;
    width: 8.2113333333vw;
  }
}
@media screen and (max-width: 768px) {
  .MainVisual__item:nth-child(6) {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__item:nth-child(6) {
    inset-block-start: 29.2666666667vw;
    inset-inline-start: 81.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__item:nth-child(6) .MainVisual__icon {
    height: 5.5333333333vw;
    width: 10.5493333333vw;
  }
}

.MainVisual__icon {
  display: block;
}

.MainVisual__link {
  color: inherit;
  display: grid;
  grid-area: main;
  grid-template-areas: "main";
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  .MainVisual__link {
    opacity: 1;
    transition: opacity 0.3s ease-out !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .MainVisual__link:hover, a:hover .MainVisual__link {
    opacity: 0.7;
  }
}

.MainVisual__shape {
  grid-area: main;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .MainVisual__shape {
    height: 77.9923664122vw;
    margin-block-start: 24.1730279898vw;
    width: 83.8600508906vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__shape {
    height: 42.5333333333vw;
    margin-block-start: 3.8vw;
    width: 45.7333333333vw;
  }
}
.js-mainVisual .MainVisual__shape {
  opacity: 0;
}
.MainVisual-lower .MainVisual__shape {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .MainVisual-lower .MainVisual__shape {
    height: min(56.7404580153vw, 222.99px);
    margin-block-start: min(22.3918575064vw, 88px);
    width: min(61.010178117vw, 239.77px);
  }
}
@media screen and (min-width: 769px) {
  .MainVisual-lower .MainVisual__shape {
    height: min(27.198vw, 407.97px);
    margin-block-start: max(-2.8666666667vw, -43px);
    width: min(29.2446666667vw, 438.67px);
  }
}

.MainVisual__title {
  display: block;
  grid-area: main;
  position: relative;
}
@media screen and (max-width: 768px) {
  .MainVisual__title {
    margin-block-start: 48.7430025445vw;
    margin-inline: 6.6157760814vw auto;
    width: 90.5852417303vw;
  }
}
@media screen and (min-width: 769px) {
  .MainVisual__title {
    margin-block-start: 17.2vw;
    margin-inline: auto;
    width: 49.3333333333vw;
  }
}
.js-mainVisual .MainVisual__title {
  opacity: 0;
}
.MainVisual-lower .MainVisual__title {
  margin-inline: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .MainVisual-lower .MainVisual__title {
    margin-block-start: min(40.2671755725vw, 158.25px);
    width: min(65.903307888vw, 259px);
  }
}
@media screen and (min-width: 769px) {
  .MainVisual-lower .MainVisual__title {
    margin-block-start: min(4.9333333333vw, 74px);
    width: min(31.5333333333vw, 473px);
  }
}

@media screen and (max-width: 768px) {
  .Main .Line {
    margin-block: min(4.0712468193vw, 16px) min(22.9007633588vw, 90px);
  }
}
@media screen and (min-width: 769px) {
  .Main .Line {
    margin-block: min(3.7333333333vw, 56px) min(11.6666666667vw, 175px);
  }
}
.Footer .Line {
  margin-inline: auto;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .Footer .Line {
    inset: max(-16.0305343511vw, -63px) 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .Footer .Line {
    inset: max(-6.7333333333vw, -101px) 0 auto;
  }
}

.Line__links {
  display: block;
  text-decoration: none;
}

.Line__image {
  display: block;
  height: auto;
  margin-inline: auto;
  transition: outline-color 0.3s ease-out;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Line__image {
    border-radius: min(4.0712468193vw, 16px);
    width: 87.2773536896vw;
  }
}
@media screen and (min-width: 769px) {
  .Line__image {
    border-radius: min(1.0666666667vw, 16px);
    outline: #fbf5e4 solid min(0.6vw, 9px);
    width: min(80vw, 1200px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .Line__links:hover .Line__image {
    outline-color: #ffebbd;
  }
}

.splide--fade .splide__slide {
  mix-blend-mode: plus-lighter;
}

.splide__pagination {
  display: flex;
  padding: 0;
  position: static;
}
@media screen and (max-width: 768px) {
  .splide__pagination {
    gap: min(3.5623409669vw, 14px);
    margin-block-start: min(3.8167938931vw, 15px);
  }
}
@media screen and (min-width: 769px) {
  .splide__pagination {
    gap: 14px;
    margin-block-start: 15px;
  }
}
.splide__pagination li {
  display: contents;
}
.splide__pagination .splide__pagination__page {
  background-color: #95ceff;
  border: 1px solid var(--color__text);
  margin: 0;
  padding: 0;
  transform: none;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .splide__pagination .splide__pagination__page {
    height: 3.3078880407vw;
    width: 3.3078880407vw;
  }
}
@media screen and (min-width: 769px) {
  .splide__pagination .splide__pagination__page {
    height: 13px;
    width: 13px;
  }
}
.splide__pagination .splide__pagination__page.is-active {
  background-color: #fff;
}

.Footer {
  position: relative;
}
@media screen and (max-width: 768px) {
  .Footer {
    margin-block-start: min(29.7709923664vw, 117px);
  }
}
@media screen and (min-width: 769px) {
  .Footer {
    margin-block-start: 227px;
  }
}

.Footer__inner {
  background-color: #083d5e;
  color: #fff;
  display: grid;
}
@media screen and (max-width: 768px) {
  .Footer__inner {
    gap: min(17.3027989822vw, 68px);
    padding-block: 29.262086514vw min(17.8117048346vw, 70px);
    padding-inline: min(6.3613231552vw, 25px);
  }
}
@media screen and (min-width: 769px) {
  .Footer__inner {
    align-items: center;
    gap: 68px;
    grid-template-columns: 1fr 294px;
    padding-block: 180px 62px;
    padding-inline: 10vw;
  }
}

.Footer__title {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .Footer__title {
    font-size: min(6.106870229vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .Footer__title {
    font-size: 24px;
  }
}

.Footer__text {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .Footer__text {
    font-size: min(4.5801526718vw, 18px);
  }
}
@media screen and (min-width: 769px) {
  .Footer__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .Footer__text + .Footer__text {
    margin-block-start: min(3.3078880407vw, 13px);
  }
}
@media screen and (min-width: 769px) {
  .Footer__text + .Footer__text {
    margin-block-start: 13px;
  }
}

.Footer__link {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .Footer__link:hover {
    text-decoration: none;
  }
}

.FooterLogo {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .FooterLogo {
    opacity: 1;
    transition: opacity 0.3s ease-out !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .FooterLogo:hover, a:hover .FooterLogo {
    opacity: 0.7;
  }
}

.FooterLogo__image {
  display: block;
  width: auto;
}
@media screen and (max-width: 768px) {
  .FooterLogo__image {
    height: min(26.7175572519vw, 105px);
  }
}
@media screen and (min-width: 769px) {
  .FooterLogo__image {
    height: 105px;
  }
}

.Footer__copy {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Footer__copy {
    font-size: min(3.5623409669vw, 14px);
    line-height: 1.8;
    padding-block: min(6.106870229vw, 24px) min(13.7404580153vw, 54px);
  }
}
@media screen and (min-width: 769px) {
  .Footer__copy {
    padding-block: 18px 66px;
  }
}

.Modal {
  visibility: hidden;
}
.Modal.is-open {
  visibility: visible;
}
.Modal .Modal__overlay {
  align-items: center;
  background-color: #fff;
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 10001;
}
.Modal[aria-hidden=false] .Modal__overlay {
  animation: modalfadeIn 0.3s ease-in-out;
}
.Modal[aria-hidden=true] .Modal__overlay {
  animation: modalfadeOut 0.3s ease-in-out;
}
.Modal .Modal__container {
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Modal .Modal__container {
    padding-block: min(30.534351145vw, 120px);
  }
}
@media screen and (min-width: 769px) {
  .Modal .Modal__container {
    padding-block: 80px;
  }
}
.Modal .Modal__content {
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Modal .Modal__content {
    padding-inline: 6.3613231552vw;
  }
}
@media screen and (min-width: 769px) {
  .Modal .Modal__content {
    width: 69.3333333333vw;
  }
}
.Modal .Modal__image {
  display: block;
  margin-block: 0 !important;
}
.Modal .ModalClose {
  background-color: #454545;
  border: none;
  color: inherit;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCA0NSA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0Ljk4MTMgMjQuOTgxM0w0Mi4zNTAzIDI0Ljk4MTNDNDMuMDA0MSAyNC45NzQ3IDQzLjYyODggMjQuNzEwNCA0NC4wODg3IDI0LjI0NTdDNDQuNTQ4NyAyMy43ODExIDQ0LjgwNjcgMjMuMTUzOCA0NC44MDY3IDIyLjVDNDQuODA2NyAyMS44NDYyIDQ0LjU0ODcgMjEuMjE4OSA0NC4wODg3IDIwLjc1NDNDNDMuNjI4OCAyMC4yODk2IDQzLjAwNDEgMjAuMDI1MyA0Mi4zNTAzIDIwLjAxODdMMjQuOTgxMyAyMC4wMTg3TDI0Ljk4MTMgMi42NDk2N0MyNC45NzQ3IDEuOTk1OTMgMjQuNzEwNCAxLjM3MTIyIDI0LjI0NTcgMC45MTEyN0MyMy43ODExIDAuNDUxMzI0IDIzLjE1MzggMC4xOTMzMTkgMjIuNSAwLjE5MzMxOUMyMS44NDYyIDAuMTkzMzE5IDIxLjIxODkgMC40NTEzMjQgMjAuNzU0MyAwLjkxMTI3QzIwLjI4OTYgMS4zNzEyMiAyMC4wMjUzIDEuOTk1OTMgMjAuMDE4NyAyLjY0OTY3TDIwLjAxODcgMjAuMDE4N0wyLjY0OTY3IDIwLjAxODdDMS45OTU5MyAyMC4wMjUzIDEuMzcxMjEgMjAuMjg5NiAwLjkxMTI2MiAyMC43NTQzQzAuNDUxMzE3IDIxLjIxODkgMC4xOTMzMTQgMjEuODQ2MiAwLjE5MzMxNCAyMi41QzAuMTkzMzE0IDIzLjE1MzggMC40NTEzMTkgMjMuNzgxMSAwLjkxMTI2NCAyNC4yNDU3QzEuMzcxMjEgMjQuNzEwNCAxLjk5NTkzIDI0Ljk3NDcgMi42NDk2NyAyNC45ODEzTDIwLjAxODcgMjQuOTgxM1Y0Mi4zNTAzQzIwLjAyNTMgNDMuMDA0MSAyMC4yODk2IDQzLjYyODggMjAuNzU0MyA0NC4wODg3QzIxLjIxODkgNDQuNTQ4NyAyMS44NDYyIDQ0LjgwNjcgMjIuNSA0NC44MDY3QzIzLjE1MzggNDQuODA2NyAyMy43ODExIDQ0LjU0ODcgMjQuMjQ1NyA0NC4wODg3QzI0LjcxMDQgNDMuNjI4OCAyNC45NzQ3IDQzLjAwNDEgMjQuOTgxMyA0Mi4zNTAzVjI0Ljk4MTNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+Cg==") no-repeat left top/contain;
          mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCA0NSA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0Ljk4MTMgMjQuOTgxM0w0Mi4zNTAzIDI0Ljk4MTNDNDMuMDA0MSAyNC45NzQ3IDQzLjYyODggMjQuNzEwNCA0NC4wODg3IDI0LjI0NTdDNDQuNTQ4NyAyMy43ODExIDQ0LjgwNjcgMjMuMTUzOCA0NC44MDY3IDIyLjVDNDQuODA2NyAyMS44NDYyIDQ0LjU0ODcgMjEuMjE4OSA0NC4wODg3IDIwLjc1NDNDNDMuNjI4OCAyMC4yODk2IDQzLjAwNDEgMjAuMDI1MyA0Mi4zNTAzIDIwLjAxODdMMjQuOTgxMyAyMC4wMTg3TDI0Ljk4MTMgMi42NDk2N0MyNC45NzQ3IDEuOTk1OTMgMjQuNzEwNCAxLjM3MTIyIDI0LjI0NTcgMC45MTEyN0MyMy43ODExIDAuNDUxMzI0IDIzLjE1MzggMC4xOTMzMTkgMjIuNSAwLjE5MzMxOUMyMS44NDYyIDAuMTkzMzE5IDIxLjIxODkgMC40NTEzMjQgMjAuNzU0MyAwLjkxMTI3QzIwLjI4OTYgMS4zNzEyMiAyMC4wMjUzIDEuOTk1OTMgMjAuMDE4NyAyLjY0OTY3TDIwLjAxODcgMjAuMDE4N0wyLjY0OTY3IDIwLjAxODdDMS45OTU5MyAyMC4wMjUzIDEuMzcxMjEgMjAuMjg5NiAwLjkxMTI2MiAyMC43NTQzQzAuNDUxMzE3IDIxLjIxODkgMC4xOTMzMTQgMjEuODQ2MiAwLjE5MzMxNCAyMi41QzAuMTkzMzE0IDIzLjE1MzggMC40NTEzMTkgMjMuNzgxMSAwLjkxMTI2NCAyNC4yNDU3QzEuMzcxMjEgMjQuNzEwNCAxLjk5NTkzIDI0Ljk3NDcgMi42NDk2NyAyNC45ODEzTDIwLjAxODcgMjQuOTgxM1Y0Mi4zNTAzQzIwLjAyNTMgNDMuMDA0MSAyMC4yODk2IDQzLjYyODggMjAuNzU0MyA0NC4wODg3QzIxLjIxODkgNDQuNTQ4NyAyMS44NDYyIDQ0LjgwNjcgMjIuNSA0NC44MDY3QzIzLjE1MzggNDQuODA2NyAyMy43ODExIDQ0LjU0ODcgMjQuMjQ1NyA0NC4wODg3QzI0LjcxMDQgNDMuNjI4OCAyNC45NzQ3IDQzLjAwNDEgMjQuOTgxMyA0Mi4zNTAzVjI0Ljk4MTNaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+Cg==") no-repeat left top/contain;
  position: fixed;
  transform: rotate(45deg);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .Modal .ModalClose {
    height: min(11.4503816794vw, 45px);
    inset: min(7.6335877863vw, 30px) min(5.0890585242vw, 20px) auto auto;
    width: min(11.4503816794vw, 45px);
  }
}
@media screen and (min-width: 769px) {
  .Modal .ModalClose {
    height: 45px;
    inset: 30px 15.3333333333vw auto auto;
    width: 45px;
  }
}
.Modal .Modal__close {
  color: #5c98eb;
  display: block;
  font-weight: 500;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .Modal .Modal__close {
    font-size: min(4.5801526718vw, 18px);
    margin-block-start: min(12.7226463104vw, 50px);
  }
}
@media screen and (min-width: 769px) {
  .Modal .Modal__close {
    font-size: 18px;
    margin-block-start: 100px;
  }
}
.Modal .Modal__row {
  display: grid;
}
@media screen and (max-width: 768px) {
  .Modal .Modal__row {
    gap: min(7.6335877863vw, 30px);
    margin-block-end: min(12.7226463104vw, 50px);
  }
}
@media screen and (min-width: 769px) {
  .Modal .Modal__row {
    gap: min(3.3333333333vw, 50px);
    grid-template-columns: 380px 1fr;
    margin-block-end: min(5.3333333333vw, 80px);
  }
}
.Modal .Modal__head {
  align-items: center;
  display: grid;
  grid-template-areas: "pin title" "pin address";
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 768px) {
  .Modal .Modal__head {
    gap: min(1.0178117048vw, 4px) min(2.5445292621vw, 10px);
  }
}
@media screen and (min-width: 769px) {
  .Modal .Modal__head {
    gap: 0 15px;
  }
}
.Modal .Modal__pin {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNjciIHZpZXdCb3g9IjAgMCA0OSA2NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0LjE4MzYgMUMzNi45MzcgMS4wMDAwNyA0Ny4yODQ0IDExLjI5ODggNDcuMzY1MiAyNC4wMzMyVjI0LjE4MzZDNDcuMzY1MiAyNy4yNjkgNDUuODgyOSAzMS40MzI4IDQzLjUyMDUgMzYuMDUyN0M0MS4xNzc0IDQwLjYzNTEgMzguMDQzIDQ1LjUyNzggMzQuODkyNiA1MC4wMjY0QzMxLjc0NDYgNTQuNTIxNCAyOC41OTQ1IDU4LjYwNDYgMjYuMjMwNSA2MS41NjQ1QzI1LjA0ODkgNjMuMDQzOCAyNC4wNjQzIDY0LjI0MTIgMjMuMzc2IDY1LjA2ODRDMjMuMjc1OCA2NS4xODg4IDIzLjE4MDEgNjUuMjk5OSAyMy4wOTI4IDY1LjQwNDNDMjMuMDIxMiA2NS4zMTAyIDIyLjk0NDEgNjUuMjEwMSAyMi44NjMzIDY1LjEwMzVDMjIuMjM2MyA2NC4yNzY0IDIxLjMzOTEgNjMuMDc4OCAyMC4yNjI3IDYxLjU5OTZDMTguMTA5MSA1OC42NCAxNS4yMzk5IDU0LjU1NzQgMTIuMzcyMSA1MC4wNjI1QzkuNTAxODkgNDUuNTYzOSA2LjY0NDQ2IDQwLjY3MDQgNC41MDg3OSAzNi4wODU5QzIuMzU3NjYgMzEuNDY4MyAxLjAwMDA0IDI3LjI5MDkgMSAyNC4xODM2QzEgMTEuMzggMTEuMzggMSAyNC4xODM2IDFaIiBmaWxsPSIjRjc1QTM2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTM1LjM2MjkgMzQuMTk5MUM0MS41MzY5IDI4LjAyNTEgNDEuNTM2OSAxOC4wMTUgMzUuMzYyOSAxMS44NDFDMjkuMTg4OCA1LjY2NjkzIDE5LjE3ODggNS42NjY5MyAxMy4wMDQ3IDExLjg0MUM2LjgzMDcyIDE4LjAxNSA2LjgzMDcyIDI4LjAyNTEgMTMuMDA0NyAzNC4xOTkxQzE5LjE3ODggNDAuMzczMSAyOS4xODg4IDQwLjM3MzEgMzUuMzYyOSAzNC4xOTkxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") no-repeat left top/contain;
  color: #333;
  display: block;
  font-weight: 900;
  grid-area: pin;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Modal .Modal__pin {
    font-size: min(5.5979643766vw, 22px);
    height: min(17.048346056vw, 67px);
    padding-block-start: min(2.5445292621vw, 10px);
    width: min(12.4681933842vw, 49px);
  }
}
@media screen and (min-width: 769px) {
  .Modal .Modal__pin {
    font-size: 22px;
    height: 67px;
    padding-block-start: 10px;
    padding-inline-end: 2px;
    width: 49px;
  }
}
.Modal .ModalTitle {
  font-weight: 700;
  grid-area: title;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .Modal .ModalTitle {
    font-size: min(5.0890585242vw, 20px);
  }
}
@media screen and (min-width: 769px) {
  .Modal .ModalTitle {
    font-size: 24px;
  }
}
.Modal .ModalTitle__link {
  align-items: center;
  display: flex;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .Modal .ModalTitle__link:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .Modal .ModalTitle__link {
    gap: min(2.5445292621vw, 10px);
  }
}
@media screen and (min-width: 769px) {
  .Modal .ModalTitle__link {
    gap: 17px;
  }
}
.Modal .ModalTitle__link::after {
  background-color: currentColor;
  content: "";
  display: block;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMTlIMTguNEMxOC43MzE0IDE5IDE5IDE4LjczMTQgMTkgMTguNFYxLjZDMTkgMS4yNjg2MyAxOC43MzE0IDEgMTguNCAxSDEuNkMxLjI2ODYzIDEgMSAxLjI2ODYzIDEgMS42VjE0IiBzdHJva2U9IiM0NjQ2NDYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xLjUgMTguNUwxMCAxME0xMCAxMFYxNE0xMCAxMEg2IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") no-repeat left top/contain;
          mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMTlIMTguNEMxOC43MzE0IDE5IDE5IDE4LjczMTQgMTkgMTguNFYxLjZDMTkgMS4yNjg2MyAxOC43MzE0IDEgMTguNCAxSDEuNkMxLjI2ODYzIDEgMSAxLjI2ODYzIDEgMS42VjE0IiBzdHJva2U9IiM0NjQ2NDYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xLjUgMTguNUwxMCAxME0xMCAxMFYxNE0xMCAxMEg2IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") no-repeat left top/contain;
}
@media screen and (max-width: 768px) {
  .Modal .ModalTitle__link::after {
    height: min(3.8167938931vw, 15px);
    width: min(3.8167938931vw, 15px);
  }
}
@media screen and (min-width: 769px) {
  .Modal .ModalTitle__link::after {
    height: 18px;
    width: 18px;
  }
}
.Modal .Modal__address {
  font-weight: 500;
  grid-area: address;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .Modal .Modal__address {
    font-size: min(3.5623409669vw, 14px);
  }
}
@media screen and (min-width: 769px) {
  .Modal .Modal__address {
    font-size: 16px;
  }
}
.Modal .Modal__subTitle {
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .Modal .Modal__subTitle {
    font-size: min(4.0712468193vw, 16px);
  }
}
@media screen and (min-width: 769px) {
  .Modal .Modal__subTitle {
    font-size: 16px;
  }
}

.ModuleAccordion {
  display: grid;
}
@media screen and (max-width: 768px) {
  .ModuleAccordion {
    gap: min(3.5623409669vw, 14px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleAccordion {
    gap: 14px;
  }
}

.ModuleAccordion__details {
  background-color: #fff;
  color: #333;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .ModuleAccordion__details {
    border-radius: min(3.5623409669vw, 14px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleAccordion__details {
    border-radius: 14px;
  }
}

.ModuleAccordionSummary {
  display: grid;
  grid-template-columns: auto 1fr auto;
}
@media screen and (max-width: 768px) {
  .ModuleAccordionSummary {
    gap: min(4.5801526718vw, 18px);
    padding-block: min(6.6157760814vw, 26px) min(5.5979643766vw, 22px);
    padding-inline: min(6.3613231552vw, 25px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleAccordionSummary {
    gap: 11px;
    padding-block: 25px;
    padding-inline: 40px 25px;
  }
}
.ModuleAccordionSummary::-webkit-details-marker {
  display: none;
}
.ModuleAccordionSummary::before {
  color: #5c98eb;
  content: "Q.";
  display: block;
  font-weight: 700;
  text-align: center;
  text-box: trim-both cap alphabetic;
  width: 1em;
}
@media screen and (max-width: 768px) {
  .ModuleAccordionSummary::before {
    font-size: min(8.1424936387vw, 32px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleAccordionSummary::before {
    font-size: 39px;
  }
}

.ModuleAccordionSummary__text {
  display: block;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .ModuleAccordionSummary__text {
    font-size: min(4.0712468193vw, 16px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleAccordionSummary__text {
    font-size: 18px;
  }
}

.ModuleAccordionSummary__icon {
  border-radius: 100vw;
  display: block;
  flex-shrink: 0;
  position: relative;
  transform-origin: center 43%;
  transition: transform 0.4s;
  /* アイコンのバーのスタイル */
}
@media screen and (max-width: 768px) {
  .ModuleAccordionSummary__icon {
    height: 17px;
    width: 17px;
  }
}
@media screen and (min-width: 769px) {
  .ModuleAccordionSummary__icon {
    height: 30px;
    width: 30px;
  }
}
.ModuleAccordionSummary__icon::before, .ModuleAccordionSummary__icon::after {
  background-color: #5c98eb;
  border-radius: 100vw;
  content: "";
  display: block;
  inset: 0;
  margin: auto;
  position: absolute;
  transition: transform 0.3s ease-out;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ModuleAccordionSummary__icon::before, .ModuleAccordionSummary__icon::after {
    height: 3px;
  }
}
@media screen and (min-width: 769px) {
  .ModuleAccordionSummary__icon::before, .ModuleAccordionSummary__icon::after {
    height: 4px;
  }
}
.ModuleAccordionSummary__icon::after {
  transform: rotate(-90deg);
}
.is-opened .ModuleAccordionSummary__icon::after {
  transform: rotate(0deg);
}

.ModuleAccordionContent {
  overflow: hidden;
}

.ModuleAccordionContent__inner {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 768px) {
  .ModuleAccordionContent__inner {
    gap: min(4.5801526718vw, 18px);
    padding-block: min(2.5445292621vw, 10px) min(9.6692111959vw, 38px);
    padding-inline: min(6.3613231552vw, 25px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleAccordionContent__inner {
    gap: 11px;
    padding-block: 10px 34px;
    padding-inline: 40px 25px;
  }
}
.ModuleAccordionContent__inner::before {
  color: #ffae00;
  content: "A.";
  display: block;
  font-weight: 700;
  text-align: center;
  text-box: trim-both cap alphabetic;
  width: 1em;
}
@media screen and (max-width: 768px) {
  .ModuleAccordionContent__inner::before {
    font-size: min(8.1424936387vw, 32px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleAccordionContent__inner::before {
    font-size: 39px;
  }
}

.ModuleButton {
  display: flex;
}
@media screen and (max-width: 768px) {
  .ModuleButton {
    flex-direction: column;
    gap: 2.5445292621vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleButton {
    flex-flow: row wrap;
    gap: min(1.3333333333vw, 20px);
  }
}

@media screen and (max-width: 768px) {
  .ModuleButton-center {
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .ModuleButton-center {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .ModuleButton-centerSP {
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .ModuleButton-centerTB {
    justify-content: center;
  }
}

.ModuleButton__link {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100vw;
  display: grid;
  grid-template-areas: ". text after";
  grid-template-columns: 27px 1fr 27px;
  text-decoration: none;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .ModuleButton__link {
    gap: 2.0356234097vw;
    padding-block: 4.5801526718vw;
    padding-inline: 4.5801526718vw;
    width: min(71.2468193384vw, 280px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleButton__link {
    gap: 8px;
    padding-block: 23px;
    padding-inline: 33px;
    width: 340px;
  }
}

.ModuleButton__link-white {
  background-color: #fff;
  color: #0074bd;
}
@media (hover: hover) and (pointer: fine) {
  .ModuleButton__link-white:hover {
    background-color: #0074bd;
    color: #fff;
  }
}

.ModuleButton__text {
  font-weight: 900;
  grid-area: text;
  line-height: 1.4583333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ModuleButton__text {
    font-size: min(5.0890585242vw, 20px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleButton__text {
    font-size: 24px;
  }
}
.ModuleButton__text + .ModuleIcon {
  grid-area: after;
}

.ModuleFlow {
  counter-reset: flow;
  display: grid;
}
@media screen and (max-width: 768px) {
  .ModuleFlow {
    gap: min(11.1959287532vw, 44px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleFlow {
    gap: 50px 34px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.ModuleFlow__item {
  display: contents;
}

.ModuleFlow__figure {
  background-color: #fff;
  display: grid;
  justify-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ModuleFlow__figure {
    border-radius: min(3.5623409669vw, 14px);
    gap: min(4.5801526718vw, 18px);
    padding-block: min(10.941475827vw, 43px) min(8.6513994911vw, 34px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleFlow__figure {
    border-radius: 14px;
    gap: 26px;
    padding-block: 43px 54px;
  }
}
.ModuleFlow__figure::before {
  color: #333;
  content: counter(flow, decimal-leading-zero);
  counter-increment: flow;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 768px) {
  .ModuleFlow__figure::before {
    font-size: min(15.0127226463vw, 59px);
    inset: max(-5.0890585242vw, -20px) min(4.5801526718vw, 18px) auto auto;
  }
}
@media screen and (min-width: 769px) {
  .ModuleFlow__figure::before {
    font-size: 59px;
    inset: -20px 20px auto auto;
  }
}

.ModuleFlow__link,
.ModuleFlow__image {
  display: block;
}
@media screen and (max-width: 768px) {
  .ModuleFlow__link,
  .ModuleFlow__image {
    width: min(40.7124681934vw, 160px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleFlow__link,
  .ModuleFlow__image {
    width: 14.8vw;
  }
}

.ModuleFlow__caption {
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .ModuleFlow__caption {
    font-size: min(4.0712468193vw, 16px);
    padding-inline: min(6.6157760814vw, 26px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleFlow__caption {
    font-size: 18px;
    padding-inline: 23px;
  }
}

.ModuleIcon {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.ModuleIcon::before {
  background-color: currentColor;
  content: "";
  display: block;
  -webkit-mask: no-repeat left top/contain;
          mask: no-repeat left top/contain;
  transition: background-color 0.3s ease-out;
}

.ModuleIcon-arrowRight-27x21::before {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyNyAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjYxNjIgMC43MTg2NTNMMjYuMzA5NyA4Ljc2NzU3QzI2Ljc2OTkgOS4yMTIxNyAyNyA5LjgxNzc2IDI3IDEwLjQ4NDdDMjcgMTEuMTUxNiAyNi43Njk5IDExLjc0OTUgMjYuMzA5NyAxMi4yMDE4TDE4LjYxNjIgMjAuMjgxM0MxNy43MDM0IDIxLjIzOTUgMTYuMjE1MyAyMS4yMzk1IDE1LjMwMjYgMjAuMjgxM0MxNC4zODk4IDE5LjMyMzEgMTQuMzg5OCAxNy43NzQ3IDE1LjMwMjYgMTYuODE2NUwxOC45OTk3IDEyLjk1M0gyLjM1NDgzQzEuMDUwODUgMTIuOTUzIDAgMTEuODU2OCAwIDEwLjVDMCA5LjE0MzE4IDEuMDUwODUgOC4wNDcgMi4zNDcxNiA4LjA0N0gxOC45OTJMMTUuMjk0OSA0LjE4MzUyQzE0LjM4MjEgMy4yMjUzMiAxNC4zODIxIDEuNjc2ODYgMTUuMjk0OSAwLjcxODY1M0MxNi4yMTUzIC0wLjIzOTU1MSAxNy42OTU3IC0wLjIzOTU1MSAxOC42MTYyIDAuNzE4NjUzWiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyNyAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjYxNjIgMC43MTg2NTNMMjYuMzA5NyA4Ljc2NzU3QzI2Ljc2OTkgOS4yMTIxNyAyNyA5LjgxNzc2IDI3IDEwLjQ4NDdDMjcgMTEuMTUxNiAyNi43Njk5IDExLjc0OTUgMjYuMzA5NyAxMi4yMDE4TDE4LjYxNjIgMjAuMjgxM0MxNy43MDM0IDIxLjIzOTUgMTYuMjE1MyAyMS4yMzk1IDE1LjMwMjYgMjAuMjgxM0MxNC4zODk4IDE5LjMyMzEgMTQuMzg5OCAxNy43NzQ3IDE1LjMwMjYgMTYuODE2NUwxOC45OTk3IDEyLjk1M0gyLjM1NDgzQzEuMDUwODUgMTIuOTUzIDAgMTEuODU2OCAwIDEwLjVDMCA5LjE0MzE4IDEuMDUwODUgOC4wNDcgMi4zNDcxNiA4LjA0N0gxOC45OTJMMTUuMjk0OSA0LjE4MzUyQzE0LjM4MjEgMy4yMjUzMiAxNC4zODIxIDEuNjc2ODYgMTUuMjk0OSAwLjcxODY1M0MxNi4yMTUzIC0wLjIzOTU1MSAxNy42OTU3IC0wLjIzOTU1MSAxOC42MTYyIDAuNzE4NjUzWiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=");
}
@media screen and (max-width: 768px) {
  .ModuleIcon-arrowRight-27x21::before {
    height: min(4.3867684478vw, 17.24px);
    width: min(5.641221374vw, 22.17px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleIcon-arrowRight-27x21::before {
    height: 21px;
    width: 27px;
  }
}

.ModuleIllust:not(:first-child) {
  position: relative;
}
@media screen and (max-width: 768px) {
  .ModuleIllust:not(:first-child) {
    margin-block: min(5.0890585242vw, 20px) max(-12.213740458vw, -48px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleIllust:not(:first-child) {
    margin-block: 40px -71px;
  }
}

.ModuleIllust__image {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .ModuleIllust__image {
    height: min(29.5165394402vw, 116px);
    width: min(29.5165394402vw, 116px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleIllust__image {
    height: 142px;
    width: 142px;
  }
}
.ModuleSection__inner .ModuleIllust:first-child .ModuleIllust__image {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .ModuleSection__inner .ModuleIllust:first-child .ModuleIllust__image {
    inset: max(-12.213740458vw, -48px) 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSection__inner .ModuleIllust:first-child .ModuleIllust__image {
    inset: -73px 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .ModuleTitle-lv1 + .ModuleIllust .ModuleIllust__image {
    height: min(25.4452926209vw, 100px);
    width: min(25.4452926209vw, 100px);
  }
}

.ModuleImage {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ModuleImage-round {
    border-radius: 3.5623409669vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleImage-round {
    border-radius: 14px;
  }
}

.ModuleNotes__item {
  padding-inline-start: 1em;
  position: relative;
}
.ModuleNotes__item::before {
  content: "・";
  inset: 0 auto auto 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .ModuleNotes__item + .ModuleNotes__item {
    margin-block-start: 1em;
  }
}

.ModulePrize {
  display: grid;
}
@media screen and (max-width: 768px) {
  .ModulePrize {
    gap: min(23.6641221374vw, 93px);
  }
}
@media screen and (min-width: 769px) {
  .ModulePrize {
    gap: 60px;
  }
}

.ModulePrize__item {
  display: grid;
}
@media screen and (max-width: 768px) {
  .ModulePrize__item {
    gap: min(4.5801526718vw, 18px);
  }
}
@media screen and (min-width: 769px) {
  .ModulePrize__item {
    gap: 55px;
    grid-template-columns: 320px 1fr;
  }
}

.ModulePrize__head {
  display: grid;
  grid-template-areas: "main";
}
@media screen and (max-width: 768px) {
  .ModulePrize__head {
    justify-items: center;
  }
}
.ModulePrize__head .ModuleImage {
  grid-area: main;
}

.ModulePrize__badge {
  border-radius: 100vw;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.4444444444;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .ModulePrize__badge {
    font-size: min(4.5801526718vw, 18px);
    margin-block-end: min(2.5445292621vw, 10px);
    padding-block: min(2.5445292621vw, 10px);
    padding-inline: min(7.6335877863vw, 30px);
  }
}
@media screen and (min-width: 769px) {
  .ModulePrize__badge {
    font-size: 18px;
    margin-block-end: 10px;
    padding-block: 10px;
    padding-inline: 30px;
  }
}

.ModulePrize__badge-rankS {
  background-color: #f75a36;
}

.ModulePrize__badge-rankA {
  background-color: #f79336;
}

.ModulePrize__title {
  color: #ffd57a;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .ModulePrize__title {
    font-size: min(5.0890585242vw, 20px);
  }
}
@media screen and (min-width: 769px) {
  .ModulePrize__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .ModuleSection-row {
    display: grid;
    gap: min(21.6284987277vw, 85px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleSection-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .ModuleSection-narrow {
    margin-inline: 6.3613231552vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSection-narrow {
    margin-inline: auto;
    width: 80vw;
  }
}

.ModuleSection__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .ModuleSection__inner {
    padding-block: min(21.3740458015vw, 84px) min(14.5038167939vw, 57px);
    padding-inline: 6.3613231552vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSection__inner {
    padding-block: 85px 60px;
    padding-inline: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .ModuleSection-narrow .ModuleSection__inner {
    border-radius: min(3.5623409669vw, 14px);
    padding-block-end: min(20.3562340967vw, 80px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleSection-narrow .ModuleSection__inner {
    border-radius: 14px;
    padding-block-end: 120px;
    padding-inline: 5.3333333333vw;
  }
}

.ModuleSection__inner-blue01 {
  background-color: #59aef8;
  color: #fff;
}

.ModuleSection__inner-blue02 {
  background-color: #5c97eb;
  color: #fff;
}

.ModuleSpot {
  background: no-repeat left top/contain;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ModuleSpot {
    background-image: url("../img/spot_bg_01_sp.webp");
    border-radius: 3.5623409669vw;
    height: 112.213740458vw;
    width: 74.5547073791vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot {
    background-image: url("../img/spot_bg_01_pc.webp");
    border-radius: 0.9333333333vw;
    height: 40.8vw;
    width: 69.3333333333vw;
  }
}

.ModuleSpot__button {
  display: grid;
  grid-template-areas: "main";
  justify-items: center;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .ModuleSpot__button {
    height: 11.9847328244vw;
    width: 8.6513994911vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button {
    height: 4.4666666667vw;
    width: 3.2246666667vw;
  }
}

/* 01 */
@media screen and (max-width: 768px) {
  .ModuleSpot__button01 {
    inset-block-start: 2.7989821883vw;
    inset-inline-start: 33.0788804071vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button01 {
    inset-block-start: 0.6666666667vw;
    inset-inline-start: 35.9333333333vw;
  }
}

/* 02 */
@media screen and (max-width: 768px) {
  .ModuleSpot__button02 {
    inset-block-start: 8.6513994911vw;
    inset-inline-start: 39.6946564885vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button02 {
    inset-block-start: 3.7333333333vw;
    inset-inline-start: 38.2666666667vw;
  }
}

/* 03 */
@media screen and (max-width: 768px) {
  .ModuleSpot__button03 {
    inset-block-start: 14.7582697201vw;
    inset-inline-start: 18.8295165394vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button03 {
    inset-block-start: 5.0666666667vw;
    inset-inline-start: 31vw;
  }
}

/* 04 */
@media screen and (max-width: 768px) {
  .ModuleSpot__button04 {
    inset-block-start: 20.3562340967vw;
    inset-inline-start: 32.8244274809vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button04 {
    inset-block-start: 6.9333333333vw;
    inset-inline-start: 35.8vw;
  }
}

/* 05 */
@media screen and (max-width: 768px) {
  .ModuleSpot__button05 {
    inset-block-start: 24.427480916vw;
    inset-inline-start: 22.1374045802vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button05 {
    inset-block-start: 8.5333333333vw;
    inset-inline-start: 32.2vw;
  }
}

/* 06 */
@media screen and (max-width: 768px) {
  .ModuleSpot__button06 {
    inset-block-start: 33.8422391858vw;
    inset-inline-start: 25.1908396947vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button06 {
    inset-block-start: 12.4666666667vw;
    inset-inline-start: 32.6vw;
  }
}

/* 07 */
@media screen and (max-width: 768px) {
  .ModuleSpot__button07 {
    inset-block-start: 36.641221374vw;
    inset-inline-start: 7.3791348601vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button07 {
    inset-block-start: 13.2vw;
    inset-inline-start: 26.6666666667vw;
  }
}

/* 08 */
@media screen and (max-width: 768px) {
  .ModuleSpot__button08 {
    inset-block-start: 54.7073791349vw;
    inset-inline-start: 5.5979643766vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button08 {
    inset-block-start: 20.8vw;
    inset-inline-start: 25.2vw;
  }
}

/* 09 */
@media screen and (max-width: 768px) {
  .ModuleSpot__button09 {
    inset-block-start: 58.2697201018vw;
    inset-inline-start: 27.2264631043vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button09 {
    inset-block-start: 21.2vw;
    inset-inline-start: 33.8vw;
  }
}

/* 10 */
@media screen and (max-width: 768px) {
  .ModuleSpot__button10 {
    inset-block-start: 62.3409669211vw;
    inset-inline-start: 45.0381679389vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button10 {
    inset-block-start: 23vw;
    inset-inline-start: 40.9333333333vw;
  }
}

/* 11 */
@media screen and (max-width: 768px) {
  .ModuleSpot__button11 {
    inset-block-start: 70.4834605598vw;
    inset-inline-start: 63.358778626vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button11 {
    inset-block-start: 26vw;
    inset-inline-start: 46.8666666667vw;
  }
}

/* 12 */
@media screen and (max-width: 768px) {
  .ModuleSpot__button12 {
    inset-block-start: 88.8040712468vw;
    inset-inline-start: 60.8142493639vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button12 {
    inset-block-start: 31.4vw;
    inset-inline-start: 46.8vw;
  }
}

/* 13 */
@media screen and (max-width: 768px) {
  .ModuleSpot__button13 {
    inset-block-start: 82.4427480916vw;
    inset-inline-start: 14.2493638677vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button13 {
    inset-block-start: 30.2vw;
    inset-inline-start: 28.6666666667vw;
  }
}

/* 14 */
@media screen and (max-width: 768px) {
  .ModuleSpot__button14 {
    inset-block-start: 89.5674300254vw;
    inset-inline-start: 0.2544529262vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button14 {
    inset-block-start: 32.1333333333vw;
    inset-inline-start: 23.4666666667vw;
  }
}

/* 15 */
@media screen and (max-width: 768px) {
  .ModuleSpot__button15 {
    inset-block-start: 97.7099236641vw;
    inset-inline-start: 2.0356234097vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__button15 {
    inset-block-start: 35.8666666667vw;
    inset-inline-start: 24.1333333333vw;
  }
}

.ModuleSpot__text {
  background-color: #fff;
  border-radius: 50%;
  color: #333;
  display: grid;
  font-style: normal;
  font-weight: 900;
  grid-area: main;
  line-height: 1;
  order: 2;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .ModuleSpot__text {
    font-size: 4.010178117vw;
    height: 5.6564885496vw;
    margin-block-start: 1.2900763359vw;
    width: 5.6564885496vw;
  }
}
@media screen and (min-width: 769px) {
  .ModuleSpot__text {
    font-size: 1.4666666667vw;
    height: 2.108vw;
    margin-block-start: 0.48vw;
    margin-inline-end: 0.1333333333vw;
    padding-block-end: 0.2666666667vw;
    width: 2.108vw;
  }
}

.ModuleSpot__pin {
  grid-area: main;
}
.ModuleSpot__pin path {
  fill: #f75a36;
  stroke: #fff;
  stroke-width: 2;
  transition: fill 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .ModuleSpot__button:hover .ModuleSpot__pin path {
    fill: #5c98eb;
  }
}

.ModuleTable {
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  .ModuleTable {
    border-radius: min(5.3435114504vw, 21px);
    padding-block: min(5.8524173028vw, 23px) min(6.3613231552vw, 25px);
    padding-inline: min(5.0890585242vw, 20px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleTable {
    border-radius: 21px;
    padding-block: 40px 55px;
    padding-inline: 34px;
  }
}

.ModuleTable__table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .ModuleTable__table {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .ModuleTable__table {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .ModuleTable__tbody {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .ModuleTable__tr {
    border-block-end: 1px dashed #0074bd;
    display: grid;
    padding-block: min(3.3078880407vw, 13px);
  }
}

@media screen and (max-width: 768px) {
  :is(.ModuleTable__th, .ModuleTable__td) {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  :is(.ModuleTable__th, .ModuleTable__td) {
    border-block-end: 1px dashed #0074bd;
    padding-block: 20px;
  }
}
.ModuleTable__tr:first-child :is(.ModuleTable__th, .ModuleTable__td) {
  padding-block-start: 0;
}

.ModuleTable__th {
  color: #0074bd;
  font-weight: 900;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .ModuleTable__th {
    font-size: min(5.0890585242vw, 20px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleTable__th {
    font-size: 18px;
    vertical-align: top;
    width: 130px;
  }
}

.ModuleText {
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .ModuleText-fz1416 {
    font-size: min(3.5623409669vw, 14px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleText-fz1416 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .ModuleText-fz1618 {
    font-size: min(4.0712468193vw, 16px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleText-fz1618 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .ModuleText-fz16 {
    font-size: min(4.0712468193vw, 16px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleText-fz16 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .ModuleText-fz18 {
    font-size: min(4.5801526718vw, 18px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleText-fz18 {
    font-size: 18px;
  }
}

.ModuleTitle {
  font-weight: 900;
}

.ModuleTitle-lv1 {
  line-height: 1.4523809524;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ModuleTitle-lv1 {
    font-size: min(6.106870229vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleTitle-lv1 {
    font-size: 42px;
  }
}

.ModuleTitle-lv2 {
  line-height: 1.4642857143;
}
@media screen and (max-width: 768px) {
  .ModuleTitle-lv2 {
    font-size: min(7.1246819338vw, 28px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleTitle-lv2 {
    font-size: 28px;
  }
}

.ModuleTitle-lv3 {
  font-weight: 500;
  line-height: 1.4583333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ModuleTitle-lv3 {
    font-size: min(6.106870229vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleTitle-lv3 {
    font-size: 32px;
  }
}
.ModuleTitle-lv3 span {
  border-block: 2px solid #fff;
  display: block;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .ModuleTitle-lv3 span {
    margin-block-end: min(9.6692111959vw, 38px);
    padding-block: min(2.5445292621vw, 10px);
    padding-inline: min(4.5801526718vw, 18px);
  }
}
@media screen and (min-width: 769px) {
  .ModuleTitle-lv3 span {
    margin-block-end: 46px;
    padding-block: 10px;
    padding-inline: 18px;
  }
}

.Modal__subTitle:not(:first-child) {
  margin-top: min(8.1424936387vw, 32px);
}
@media screen and (min-width: 769px) {
  .Modal__subTitle:not(:first-child) {
    margin-top: 32px;
  }
}

.ModuleButton:not(:first-child) {
  margin-top: min(11.4503816794vw, 45px);
}
@media screen and (min-width: 769px) {
  .ModuleButton:not(:first-child) {
    margin-top: 64px;
  }
}

.ModuleImage:not(:first-child) {
  margin-top: min(7.1246819338vw, 28px);
}
@media screen and (min-width: 769px) {
  .ModuleImage:not(:first-child) {
    margin-top: 28px;
  }
}
.ModuleIllust + .ModuleImage, .ModulePicture .ModuleImage {
  margin-block-start: 0;
}

.ModuleNotes:not(:first-child) {
  margin-top: min(10.1781170483vw, 40px);
}
@media screen and (min-width: 769px) {
  .ModuleNotes:not(:first-child) {
    margin-top: 50px;
  }
}

.ModuleSlider:not(:first-child) {
  margin-top: min(7.1246819338vw, 28px);
}
@media screen and (min-width: 769px) {
  .ModuleSlider:not(:first-child) {
    margin-top: 28px;
  }
}

.ModuleSpot:not(:first-child) {
  margin-top: min(9.6692111959vw, 38px);
}
@media screen and (min-width: 769px) {
  .ModuleSpot:not(:first-child) {
    margin-top: 50px;
  }
}

.ModuleTable:not(:first-child) {
  margin-top: min(10.1781170483vw, 40px);
}
@media screen and (min-width: 769px) {
  .ModuleTable:not(:first-child) {
    margin-top: 60px;
  }
}

.ModuleText:not(:first-child) {
  margin-top: min(8.1424936387vw, 32px);
}
@media screen and (min-width: 769px) {
  .ModuleText:not(:first-child) {
    margin-top: 32px;
  }
}
.ModulePrize__title + .ModuleText {
  margin-top: min(4.5801526718vw, 18px);
}
@media screen and (min-width: 769px) {
  .ModulePrize__title + .ModuleText {
    margin-top: 25px;
  }
}
.Modal__subTitle + .ModuleText {
  margin-block-start: 0;
}

.ModuleTitle-lv3:not(:first-child) {
  margin-top: min(20.3562340967vw, 80px);
}
@media screen and (min-width: 769px) {
  .ModuleTitle-lv3:not(:first-child) {
    margin-top: 90px;
  }
}