@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray highlight on links in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

/* List */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Definition List */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

/* Forms */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
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;
  -moz-appearance: button;
       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;
}

/**
 * Show the overflow in Edge and IE.
 * 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 */
  -moz-appearance: textfield;
       appearance: textfield;
  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 */
  appearance: button;
  font: inherit; /* 2 */
}

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

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

/* Interactive */
/*
 * Change the cursor on busy elements
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise inoperable elements
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden elements
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

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

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

/* Links */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in SVG elements in IE 10.
 * 3. Remove the outline when focused in all browsers.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  color: inherit;
  text-decoration: inherit;
}

a:active,
a:hover {
  outline-width: 0; /* 3 */
}

/* Address */
address {
  font-style: inherit;
}

/* Text-level semantics */
/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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,
pre {
  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;
}

/* SVG */
/**
 * Remove the fill color and set the stroke color for SVG elements.
 */
svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

/* Accessibility */
/**
 * Hide elements from browsers but not from screen readers.
 */
[hidden] {
  display: none;
}

:root {
  --font-sans: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --yellow: #dfa53d;
  --yellow-pale: #f7e3a9;
  --black: #231815;
  --cream: #f2efe8;
  --cream-pale: #fdf9e8;
  --white: #fff;
  --shadow: 8px 8px 16px rgba(0, 0, 0, 0.16);
  --header-height: 80px;
}

@media (max-width: 768px) {
  :root {
    --header-height: 60px;
  }
}
body {
  font-family: var(--font-sans);
}

.main {
  padding-top: var(--header-height);
}

.c-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: var(--header-height);
  background-color: var(--white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 40px;
}
@media (max-width: 1150px) {
  .l-header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1150px) {
  .l-header__nav {
    display: none;
    position: fixed;
    top: var(--header-height);
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: var(--white);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .l-header__nav.is-open {
    display: block;
  }
}
.l-header__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1150px) {
  .l-header__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
@media (max-width: 1150px) {
  .l-header__item {
    border-bottom: 1px solid #eee;
  }
}
.l-header__link {
  color: var(--black);
  text-decoration: none;
  white-space: nowrap;
}
.l-header__link:hover {
  color: var(--yellow);
}
@media (max-width: 1150px) {
  .l-header__link {
    display: block;
    padding: 15px 25px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.l-header__btn-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1150px) {
  .l-header__btn-group {
    gap: 10px;
  }
}
.l-header__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 8px;
  background-color: var(--yellow);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  width: 180px;
}
.l-header__btn a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .l-header__btn a {
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 12px;
    width: -moz-max-content;
    width: max-content;
  }
}
.l-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
@media (max-width: 1150px) {
  .l-header__hamburger {
    display: flex;
  }
}
.l-header__hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: var(--black);
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.l-footer {
  padding: 40px 20px 20px;
  background: var(--black);
  border-bottom: 1px solid #a0a0a0;
}
.l-footer__nav {
  margin-bottom: 40px;
}
.l-footer__list {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .l-footer__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.l-footer__item a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}
.l-footer__item a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background-color: var(--yellow-pale);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.l-footer__item a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.l-footer__sns {
  margin-bottom: 40px;
}
.l-footer__sns-list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .l-footer__sns-list {
    gap: 20px;
  }
}
.l-footer__copyright {
  color: var(--white);
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    font-size: 12px;
  }
}

.c-download {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .c-download {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.c-download--first {
  margin-top: -200px;
}
@media (max-width: 768px) {
  .c-download--first {
    margin-top: -80px;
  }
}
.c-download__bg {
  background: transparent url("../../assets/img/bg_download.png") no-repeat center center;
  background-size: cover;
}
.c-download__box {
  padding: 40px;
  border: 4px solid var(--yellow);
  border-radius: 40px;
  background: #fff;
  box-shadow: var(--shadow);
}
@media (max-width: 768px) {
  .c-download__box {
    padding: 30px;
    border-radius: 20px;
  }
}
.c-download__title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .c-download__title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.4;
  }
}
.c-download__list {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .c-download__list {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.c-download__figure a {
  display: flex;
  flex-direction: column-reverse;
  transition: opacity 0.3s ease;
}
.c-download__figure a:hover {
  opacity: 0.7;
}
.c-download__caption {
  margin-bottom: 10px;
  text-align: center;
}

.c-fixed-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-fixed-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-fixed-btn__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  gap: 10px;
  border-radius: 50%;
  background-color: #e63a2e;
  box-shadow: var(--shadow);
  color: var(--cream-pale);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .c-fixed-btn__link {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
}
.c-fixed-btn__link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -5px;
  border-right: 2px solid var(--cream-pale);
  border-bottom: 2px solid var(--cream-pale);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .c-fixed-btn__link::after {
    width: 12px;
    height: 12px;
    margin-top: -3px;
  }
}

.c-section-title {
  position: relative;
  margin-bottom: 120px;
  color: var(--yellow);
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.c-section-title::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 80px;
  height: 2px;
  background: var(--yellow);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .c-section-title {
    margin-bottom: 70px;
    font-size: 26px;
  }
  .c-section-title::after {
    bottom: -24px;
  }
}

.p-mv {
  background: transparent url("../../assets/img/bg_mv.png") no-repeat center center;
  background-size: cover;
}
.p-mv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 200px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-mv__inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.p-mv__logo {
  margin-bottom: 80px;
}
.p-mv__logo img {
  display: block;
  width: 280px;
  height: auto;
}
@media (max-width: 768px) {
  .p-mv__logo img {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .p-mv__logo {
    margin-bottom: 30px;
  }
}
.p-mv__lead {
  display: inline-block;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--yellow);
  color: var(--yellow);
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-mv__lead {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
.p-mv__title {
  margin-bottom: 30px;
  color: var(--black);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-mv__title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.p-mv__figure {
  width: 100%;
  max-width: 708px;
}
@media (max-width: 768px) {
  .p-mv__figure {
    max-width: 450px;
  }
}
.p-mv__image {
  display: block;
  width: 100%;
  height: auto;
}

.p-about {
  padding-top: 70px;
  padding-bottom: 150px;
}
.p-about__title {
  margin-bottom: 80px;
  font-size: 32px;
}
@media (max-width: 768px) {
  .p-about__title {
    font-size: 26px;
  }
}
.p-about__lead {
  margin-bottom: 130px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about__lead {
    margin-bottom: 90px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-about__set {
  position: relative;
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 80px 60px;
  border-radius: 24px;
  background-color: #fdf9e8;
}
@media (max-width: 768px) {
  .p-about__set {
    margin-top: 50px;
    padding: 60px 25px 40px;
    border-radius: 12px;
  }
}
.p-about__set:last-child {
  margin-bottom: 0;
}
.p-about__set-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  gap: 5px;
  border-radius: 50%;
  background-color: var(--yellow);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .p-about__set-label {
    width: 75px;
    height: 75px;
    font-size: 11px;
  }
}
.p-about__set-title {
  margin-bottom: 40px;
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about__set-title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.4;
  }
}
.p-about__set-text {
  max-width: 720px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 768px) {
  .p-about__set-text {
    margin-bottom: 25px;
    font-size: 15px;
  }
}
.p-about__set-image {
  max-width: 720px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--white);
}
.p-about__set-image img {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.p-about__set-note {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-about__set-note {
    font-size: 13px;
  }
}
.p-about__num {
  display: block;
  position: relative;
  top: -5px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-about__num {
    font-size: 30px;
  }
}
.p-about__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 720px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .p-about__list {
    gap: 10px;
  }
}
@media (max-width: 520px) {
  .p-about__list {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.p-about__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 20px;
  background-color: var(--white);
}
@media (max-width: 768px) {
  .p-about__item {
    padding: 15px 10px;
    gap: 10px;
  }
}
.p-about__item-icon img {
  display: block;
  width: 80px;
  height: auto;
}
@media (max-width: 768px) {
  .p-about__item-icon img {
    width: 50px;
  }
}
.p-about__item-label {
  color: var(--yellow);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about__item-label {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-possible {
  position: relative;
  margin-bottom: 260px;
  padding-top: 150px;
  background: linear-gradient(to bottom, var(--cream-pale), var(--yellow-pale));
}
@media (max-width: 768px) {
  .p-possible {
    margin-bottom: 150px;
    padding-top: 70px;
  }
}
.p-possible::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  margin-top: -1px;
  width: 100%;
  height: 140px;
  background-color: var(--yellow-pale);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-possible::after {
    height: 80px;
  }
}
.p-possible__title {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .p-possible__title {
    margin-bottom: 50px;
  }
}
.p-possible__lead {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .p-possible__lead {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-possible__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 80px;
  padding: 0;
  padding-bottom: 80px;
  list-style: none;
}
@media (max-width: 768px) {
  .p-possible__list {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.p-possible__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: var(--shadow);
}
@media (max-width: 1000px) {
  .p-possible__item {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .p-possible__item {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.p-possible__item-title {
  order: 2;
  z-index: 5;
  margin-bottom: 10px;
  color: var(--black);
  font-size: clamp(18px, 0.7vw + 15px, 24px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.p-possible__item-icon {
  order: 1;
  z-index: 5;
  margin-bottom: 25px;
}
.p-possible__item-icon img {
  display: block;
}
@media (max-width: 1000px) {
  .p-possible__item-icon {
    margin-bottom: 20px;
  }
  .p-possible__item-icon img {
    width: 48px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .p-possible__item-icon {
    margin-bottom: 10px;
  }
  .p-possible__item-icon img {
    width: 38px;
    height: auto;
  }
}
.p-possible__item-text {
  order: 3;
  z-index: 5;
  font-size: clamp(13px, 0.33vw + 11.75px, 16px);
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 1000px) {
  .p-possible__item-text .u-pc-only {
    display: none;
  }
}
.p-possible__item-pointer {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: 20px;
}
.p-possible__item-pointer::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--yellow-pale);
}
.p-possible__item-tag {
  display: inline-block;
}
.p-possible__item-image {
  order: 4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-top: auto;
}
@media (max-width: 1170px) {
  .p-possible__item-image {
    width: 30vw;
  }
}
@media (max-width: 1000px) {
  .p-possible__item-image {
    width: 36vw;
  }
}
@media (max-width: 800px) {
  .p-possible__item-image {
    width: 30vw;
  }
}
@media (max-width: 768px) {
  .p-possible__item-image {
    width: 45vw;
  }
}
@media (max-width: 520px) {
  .p-possible__item-image {
    width: 100%;
  }
}
.p-possible__item-image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-point {
  padding-top: 150px;
  padding-bottom: 150px;
  background: var(--cream);
}
@media (max-width: 768px) {
  .p-point {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.p-point__title {
  margin-bottom: 90px;
  color: var(--black);
  font-size: 32px;
}
@media (max-width: 768px) {
  .p-point__title {
    margin-bottom: 60px;
    font-size: 26px;
  }
}
.p-point__lead {
  margin-bottom: 120px;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-point__lead {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-point__set {
  position: relative;
  padding: 90px 50px 40px;
  background-color: var(--white);
  box-shadow: var(--shadow);
}
@media (max-width: 768px) {
  .p-point__set {
    padding: 70px 20px 30px;
  }
}
.p-point__set + .p-point__set {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .p-point__set + .p-point__set {
    margin-top: 60px;
  }
}
.p-point__set-title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  padding: 20px;
  border-radius: 999px;
  background-color: var(--yellow);
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .p-point__set-title {
    width: calc(100% - 40px);
    padding: 15px 20px;
    font-size: 20px;
  }
}
.p-point__set-note {
  max-width: 720px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.p-point__set-note--second {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-point__set-note {
    font-size: 13px;
  }
}
.p-point__set-lead {
  max-width: 720px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-point__set-lead {
    font-size: 15px;
  }
}
.p-point__list {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.p-point__list + .p-point__list {
  margin-top: 40px;
}
.p-point__dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--yellow);
  color: var(--yellow);
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 520px) {
  .p-point__dt {
    font-size: 18px;
    line-height: 1.6;
  }
}
.p-point__dd {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-point__row {
  display: grid;
  align-items: center;
  grid-template-columns: 240px 1fr;
  gap: 25px;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-point__row {
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 640px) {
  .p-point__row {
    grid-template-columns: 1fr;
    gap: 5px;
    font-size: 15px;
  }
}
.p-point__item {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-point__item {
    font-size: 15px;
  }
}
.p-point__item-label {
  display: flex;
  align-items: center;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
}
.p-point__item-label::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--yellow-pale);
}
.p-point__item-value {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-point__item-value {
    font-size: 15px;
  }
}
.p-point__item-value::before {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 0;
  flex-shrink: 0;
  align-self: center;
  color: var(--yellow-pale);
  font-size: 12px;
  transform: translateY(-50%);
}
.p-point__text {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-point__text {
    font-size: 15px;
    line-height: 1.4;
  }
}
.p-point__text::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 0.5em;
  margin-right: 10px;
  border-radius: 50%;
  background-color: var(--yellow-pale);
}
.p-point__text-detail {
  margin-top: 5px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-point__text-detail {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-point__marker {
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 11px;
  vertical-align: super;
}
.p-point__num {
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 700;
}
.p-point__notes {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .p-point__notes {
    margin-top: 40px;
  }
}
.p-point__notes-item {
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.6;
  text-indent: -20px;
}
@media (max-width: 768px) {
  .p-point__notes-item {
    font-size: 13px;
  }
}

.p-stage {
  padding: 170px 0 150px;
}
@media (max-width: 768px) {
  .p-stage {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-stage__title {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .p-stage__title {
    margin-bottom: 50px;
  }
}
.p-stage__lead {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 768px) {
  .p-stage__lead {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-stage__num {
  font-size: 24px;
}
@media (max-width: 768px) {
  .p-stage__num {
    font-size: 20px;
  }
}
.p-stage__image {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-stage__image {
    margin-bottom: 40px;
  }
  .p-stage__image img {
    max-width: 100%;
    height: auto;
  }
}
.p-stage__table-scroll {
  position: relative;
}
@media (max-width: 768px) {
  .p-stage__table-scroll::before {
    content: "← 左右にスクロールできます →";
    display: block;
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
    text-align: center;
  }
  .p-stage__table-scroll::after {
    content: "";
    position: absolute;
    top: 38px;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 40px;
    background: linear-gradient(to right, transparent, #fff);
    pointer-events: none;
  }
}
.p-stage__table-wrapper {
  overflow-x: auto;
}
.p-stage__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
}
.p-stage__table-th {
  padding: 20px 30px;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background-color: var(--cream);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-stage__table-th {
    padding: 10px 15px;
    font-size: 13px;
  }
}
.p-stage__table-td {
  padding: 30px;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  font-size: 18px;
  line-height: 1.6;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-stage__table-td {
    padding: 15px;
    font-size: 13px;
  }
}
.p-stage__table-td--title {
  width: 180px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-stage__table-td--title {
    width: 80px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-stage__table-td--center {
  text-align: center;
  white-space: nowrap;
}
.p-stage__table-td--vip {
  background-color: rgba(220, 235, 249, 0.5);
  color: #5f7f9e;
}
.p-stage__table-td--gold {
  background-color: rgba(247, 227, 169, 0.5);
  color: #b38a2e;
}
.p-stage__table-td--silver {
  background-color: rgba(227, 230, 234, 0.5);
  color: #6f7782;
}
.p-stage__table-td--bronze {
  background-color: rgba(226, 173, 143, 0.5);
  color: #9b5e3a;
}
.p-stage__table-list--ordered {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 2px;
}
@media (max-width: 1200px) {
  .p-stage__table-list--ordered {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 768px) {
  .p-stage__table-list--ordered {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
.p-stage__table-list--ordered .p-stage__table-item::before {
  content: none;
}
.p-stage__table-list--ordered2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media (max-width: 768px) {
  .p-stage__table-list--ordered2 {
    gap: 5px;
  }
}
.p-stage__table-list--ordered2 .p-stage__table-item {
  white-space: nowrap;
}
.p-stage__table-list--ordered2 .p-stage__table-item::before {
  content: none;
}
.p-stage__table-item {
  line-height: 1.6;
}
.p-stage__table-item::before {
  content: "・";
}
.p-stage__table-text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media (max-width: 768px) {
  .p-stage__table-text {
    font-size: 13px;
  }
}
.p-stage__table-none {
  text-align: center;
}
.p-stage__notes {
  margin-top: 3cap;
}
.p-stage__notes-item {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-stage__notes-item {
    font-size: 13px;
  }
}

.p-joining {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .p-joining {
    padding-bottom: 80px;
  }
}
.p-joining__title {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .p-joining__title {
    margin-bottom: 100px;
  }
}
.p-joining__list {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .p-joining__list {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
.p-joining__box {
  flex: 1;
  position: relative;
  max-width: 560px;
  height: 100%;
}
@media (max-width: 768px) {
  .p-joining__box {
    flex: none;
    width: 100%;
  }
}
.p-joining__box-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  gap: 8px;
  padding: 10px 40px;
  border-radius: 999px;
  background-color: var(--yellow);
  color: var(--white);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .p-joining__box-title {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
  }
}
.p-joining__box-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--yellow);
  font-size: 12px;
  line-height: 1;
}
.p-joining__box-body {
  display: flex;
  flex-direction: column;
  height: calc(100% - 28px);
  padding: 60px 20px 0;
  border-radius: 20px;
  background-color: var(--cream-pale);
  box-shadow: var(--shadow);
}
@media (max-width: 768px) {
  .p-joining__box-body {
    border-radius: 10px;
  }
}
.p-joining__box-label {
  margin-top: 0;
  margin-bottom: 30px;
  color: var(--yellow);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .p-joining__box-label {
    font-size: 18px;
    line-height: 1.6;
  }
}
.p-joining__box-text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-joining__box-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-joining__box-note {
  padding-left: 15px;
  line-height: 1.6;
  text-indent: -16px;
}
@media (max-width: 768px) {
  .p-joining__box-note {
    font-size: 14px;
  }
}
.p-joining__box-figure {
  margin-top: auto;
  padding-top: 30px;
  text-align: center;
}
.p-joining__box-figure2 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid var(--yellow);
  border-radius: 10px;
  background: var(--white);
  text-align: center;
}
@media (max-width: 768px) {
  .p-joining__box-figure2 {
    border-radius: 5px;
  }
}
.p-joining__box-image {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-joining__box-caption {
  margin-bottom: 20px;
  color: var(--yellow);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 768px) {
  .p-joining__box-caption {
    font-size: 14px;
  }
}

.u-font-serif {
  font-family: var(--font-serif);
}

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

.u-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}

@media (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

.is-animate {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.is-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */