@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;
  min-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 overlay on links for 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 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;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.tsukushi {
  font-family: "TsukuANBRdGoSStd-B", sans-serif;
}

/* フェードインアニメーション */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.8s cubic-bezier(0.4, 0, 0.2, 1), transform 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.button {
  color: #515859;
  font-weight: bold;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.6rem;
  background-color: #fff086;
  display: block;
  letter-spacing: 0.1em;
  border-radius: 1.6rem;
  padding: 1.6rem;
  position: relative;
  line-height: 1.5;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
  text-align: center;
}
.button:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
.button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
  border-radius: 1.2rem;
  border: 2px solid #e7c83a;
  box-shadow: 0 0px 16px rgba(209, 149, 53, 0.4);
  transition: box-shadow 0.3s ease;
}
.button:hover::before {
  box-shadow: 0 0px 24px rgba(209, 149, 53, 0.7);
}
.button-logo {
  display: block;
  width: 38%;
  margin: 0 auto 0.8rem;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .button-logo {
    display: none;
  }
}
.button-logo.-dstyle {
  width: 60%;
}
.button-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-top: 1.6rem;
}
.button.-pink, .button.-ppl {
  background-color: #ff777d;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.button.-pink::before, .button.-ppl::before {
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}
.button.-pink:hover::before, .button.-ppl:hover::before {
  box-shadow: none;
}
.button.-pink::after, .button.-ppl::after {
  content: "→";
  font-size: 1.8rem;
  line-height: 1;
}
.button.-pink:hover {
  box-shadow: 0 6px 16px rgba(255, 119, 125, 0.6);
}
.button.-pink + .button.-ppl {
  margin-top: 2rem;
}
.button.-ppl {
  background-color: #6b5ed8;
}
.button.-ppl:hover {
  box-shadow: 0 6px 16px rgba(107, 94, 216, 0.6);
}
.button.-black, .button.-green {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  border-radius: 4rem;
}
@media (max-width: 767px) {
  .button.-black, .button.-green {
    font-size: 1.4rem;
  }
}
.button.-black::before, .button.-green::before {
  display: none;
}
.button.-black svg, .button.-green svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.button.-black {
  background-color: #3b3b3b;
}
.button.-black:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
}
.button.-green {
  background-color: #07b53b;
}
.button.-green:hover {
  box-shadow: 0 6px 16px rgba(7, 181, 59, 0.5);
}

.fixed-cta {
  position: fixed;
  z-index: 100;
  display: flex;
}
.fixed-cta .button.-pink,
.fixed-cta .button.-ppl {
  grid-template-columns: 1fr;
  text-align: center;
}
.fixed-cta .button.-pink::after,
.fixed-cta .button.-ppl::after {
  display: none;
}
@media (min-width: 1025px) {
  .fixed-cta {
    flex-direction: column;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 375px;
    gap: 1rem;
  }
  .fixed-cta .button {
    font-size: 2rem;
    padding: 2rem;
  }
  .fixed-cta .button.-pink + .button.-ppl {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .fixed-cta {
    left: 0;
    bottom: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .fixed-cta .button {
    flex: 1;
    font-size: 1.4rem;
    padding: 1.2rem 0.8rem;
    border-radius: 0;
    display: grid;
    place-items: center;
    grid-template-columns: auto 1fr;
  }
  .fixed-cta .button::before {
    display: none;
  }
  .fixed-cta .button.-pink + .button.-ppl {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .fixed-cta .view-works-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .fixed-cta .view-works-btn {
    border-radius: 0;
  }
  body:has(.nav-menu.is-active) .fixed-cta {
    display: none;
  }
}
.fixed-cta__mini {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.95);
  color: #515859;
  border: 1px solid #515859;
  border-radius: 999px;
  padding: 0.6rem 1.6rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.fixed-cta__mini:hover {
  opacity: 0.9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1025px) {
  .fixed-cta__mini {
    align-self: stretch;
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .fixed-cta__mini {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 1.1rem;
    padding: 0.5rem 1.2rem;
  }
}

.tel-link {
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .tel-link {
    pointer-events: none;
    cursor: default;
  }
}

.view-works {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.view-works-btn {
  display: flex;
  flex-direction: column;
  color: #515859;
  background-color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(81, 88, 89, 0.25);
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: box-shadow 0.3s ease;
}
.view-works-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.view-works-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 1.6rem;
}
.view-works-label::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .view-works-label {
    font-size: 1.8rem;
    padding: 0.9rem 1.4rem;
  }
}
.view-works-img {
  width: 100%;
  aspect-ratio: 373/65;
}
.view-works-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: #515859;
  background-color: #fdf8f2;
}

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

.bg-letter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  z-index: 0;
  pointer-events: none;
}

.bg-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  z-index: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to top, #000 50%, transparent 100%);
  mask-image: linear-gradient(to top, #000 50%, transparent 100%);
}

.inner {
  margin-inline: auto;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .inner {
    max-width: 500px;
  }
}

.container {
  position: relative;
  width: 100%;
}

.section {
  padding: 4rem 1.6rem;
  background-color: #fdf8f2;
}
@media (min-width: 768px) {
  .section {
    padding: 4rem 2rem;
  }
}
.section.about {
  padding: 4rem 1.6rem 0 1.6rem;
}
@media (min-width: 768px) {
  .section.about {
    padding: 4rem 2rem 0 2rem;
  }
}
.section.theme {
  padding: 4rem 0 0 0;
}
.section.requirement {
  padding: 4rem 1.6rem 0 1.6rem;
}
@media (min-width: 768px) {
  .section.requirement {
    padding: 4rem 2rem 0 2rem;
  }
}

.mv {
  position: relative;
}
.mv-logo {
  position: absolute;
  top: 0;
  left: 2rem;
  width: 23%;
  z-index: 1;
}
.mv-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv-img {
  width: 100%;
}
.mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-icon {
  width: 4rem;
  margin: 0 auto 2rem;
  animation: about-icon-float 2.4s ease-in-out infinite;
}
.about-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .about-icon {
    width: 4rem;
    margin-bottom: 1.6rem;
  }
}
.about-title {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .about-title {
    font-size: 2.4rem;
  }
}
.about-title + * {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .about-title + * {
    margin-top: 1.4rem;
  }
}
.about-title span {
  color: #ff777d;
}
.about-desc {
  font-size: 1.7rem;
  text-align: center;
}
.about-desc + * {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .about-desc + * {
    margin-top: 2.4rem;
  }
}
.about-title, .about-desc {
  color: #515859;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

@keyframes about-icon-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.8rem);
  }
}
.recruit-title {
  width: 100%;
}
.recruit-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-title + * {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .recruit-title + * {
    margin-top: 2rem;
  }
}
.recruit-dl {
  text-align: center;
}
.recruit-dl dt {
  border-radius: 4px;
  background-color: #432e84;
  padding: 2px 4.8rem;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.recruit-dl dt + * {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .recruit-dl dt + * {
    margin-top: 1rem;
  }
}
.recruit-dl dd {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6;
}
.recruit-dl dd + dt {
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .recruit-dl dd + dt {
    margin-top: 2rem;
  }
}
.recruit-item > * {
  text-align: center;
  color: #515859;
}
.recruit-lead {
  font-size: 1.6rem;
}
.recruit-head, .theme-head {
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  line-height: 1.75;
  font-feature-settings: "halt";
}
.recruit-head + *, .theme-head + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .recruit-head + *, .theme-head + * {
    margin-top: 1.6rem;
  }
}
.recruit-head-img {
  display: block;
  margin-inline: auto;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .recruit-head-img {
    margin-bottom: 1.6rem;
  }
}
.recruit-announce {
  width: 100%;
}
.recruit-announce img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-border {
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 2rem;
}
.recruit-border + * {
  margin-top: 0.8rem;
}
.recruit-desc {
  font-size: 1.6rem;
}
.recruit-item + * {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .recruit-item + * {
    margin-top: 2.4rem;
  }
}
.recruit-theme + * {
  margin-top: 2rem;
}

* + .recruit-title {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  * + .recruit-title {
    margin-top: 2.8rem;
  }
}

.theme-head {
  font-size: 30px;
  color: #d9c0a3;
}
@media (max-width: 767px) {
  .theme-head {
    font-size: 2rem;
  }
}
.theme-head-img {
  display: block;
  margin-inline: auto;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin-bottom: -3rem;
}
.theme-links {
  padding-inline: 1.6rem;
}
.theme-links + * {
  margin-top: 2rem;
}
.theme-links li + * {
  margin-top: 1.6rem;
}
.theme-links li a {
  text-align: center;
  background-color: #ff777d;
  padding: 2rem 1.6rem 5rem 1.6rem;
  display: block;
  border-radius: 1.6rem;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.theme-links li a:hover {
  transform: translateY(8px);
}
.theme-links li a::before {
  content: "";
  background-image: url(../img/ico_arrow-bottom-wht.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2rem;
}
.theme-links li a.ppl {
  background-color: #6b5ed8;
}
.theme-links li a.ppl:hover {
  transform: translateY(8px);
}
.theme-lead {
  color: #ff777d;
  font-weight: bold;
  border-radius: 16px;
  font-size: 1.4rem;
  text-align: center;
  padding: 2px 2.4rem;
  margin-inline: auto;
  background-color: #ff777d;
  color: #fff;
  display: inline-block;
}
.theme-lead + * {
  margin-top: 1rem;
}
.theme-lead.-ppl {
  background-color: #6b5ed8;
}
.theme-lead-wrapper + * {
  margin-top: 2rem;
}
.theme-link-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.theme-item {
  background-color: #fdf8f2;
  color: #fff;
  padding: 5rem 1.6rem;
  text-align: center;
  transition: box-shadow 0.3s ease;
}
.theme-item > p:not([class]) {
  text-align: left;
}
.theme-item.-ppl {
  padding: 5rem 1.6rem 0 1.6rem;
}
.theme-item.-ppl.is-highlight {
  box-shadow: inset 0 10px 20px rgba(107, 94, 216, 0.3), 0 10px 30px rgba(107, 94, 216, 0.8);
}
.theme-item.-ppl .theme-title {
  color: #6b5ed8;
  border-color: #6b5ed8;
}
.theme-item.is-highlight {
  box-shadow: inset 0 10px 20px rgba(255, 119, 125, 0.3), 0 10px 30px rgba(255, 119, 125, 0.8);
}
.theme-card {
  background-color: #ff777d;
  margin-inline: -2rem;
  padding-inline: 1.6rem;
  padding-block: 5rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .theme-card {
    margin-inline: -1.6rem;
  }
}
.theme-card .theme-title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.theme-card .button {
  background-color: #fff;
  color: #ff777d;
}
.theme-card.-ppl {
  background-color: #6b5ed8;
}
.theme-card.-ppl .button {
  color: #6b5ed8;
}
.theme-title {
  font-size: 4.8rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  font-feature-settings: "halt";
  color: #ff777d;
  display: inline-block;
  border-bottom: 1px solid #ff777d;
  padding-bottom: 2.4rem;
}
.theme-title + * {
  margin-top: 2.4rem;
}
.theme-title.-ppl {
  color: #6b5ed8;
  border-bottom: 1px solid #6b5ed8;
}
.theme-desc {
  color: #9a8f80;
  font-size: 1.4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .theme-desc br {
    display: none;
  }
}
.theme-subtitle {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.5;
  color: #333;
  text-align: left;
}
.theme-subtitle::before {
  content: "■";
  margin-right: 0.4em;
}
.theme-subtitle + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .theme-subtitle + * {
    margin-top: 1.6rem;
  }
}
.theme-time {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1.6rem;
}
.theme-time span {
  border: 1px solid #333;
  padding: 1.2rem;
  border-radius: 0.8rem;
}
.theme-subdesc {
  font-size: 1.4rem;
  color: #555;
  margin-top: 2.4rem;
}
.theme-subdesc span {
  color: #ff777d;
  font-weight: bold;
}
.theme-subdesc.-ppl span {
  color: #6b5ed8;
}
.theme-subdesc + * {
  margin-top: 1.6rem;
}
.theme-apply-title {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  padding-bottom: 1rem;
}
.theme-apply-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.theme-apply-title + * {
  margin-top: 2.4rem;
}
.theme-apply-ol {
  counter-reset: apply-counter;
  text-align: left;
}
.theme-apply-ol > li {
  counter-increment: apply-counter;
  position: relative;
  padding-left: 3.6rem;
  font-size: 1.5rem;
  line-height: 1.7;
}
.theme-apply-ol > li::before {
  content: counter(apply-counter);
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #515859;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-apply-ol > li + li {
  margin-top: 1.2rem;
}
.theme-notes-title {
  width: 100%;
  margin-top: 3rem;
}
.theme-notes-title img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-notes-list {
  border: 1px solid #ede3d2;
  border-radius: 1.6rem;
  padding: 1.6rem;
  font-size: 1.4rem;
  padding-left: 3.2rem;
  margin-top: 1.6rem;
}
.theme-notes-list li + * {
  margin-top: 1.2rem;
}
.theme-notes-list li {
  list-style-type: disc;
}
.theme-notes-list li::marker {
  color: #f6b4ae;
}
.theme-img {
  width: 100%;
}
@media (min-width: 768px) {
  .theme-img {
    width: calc(100% + 8rem);
  }
}
.theme-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .theme-img img.pc {
    display: none;
  }
}
.theme-img img.sp {
  display: none;
}
@media (max-width: 767px) {
  .theme-img img.sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .theme-img.-first {
    margin-left: -8rem;
  }
}
.theme-img + * {
  margin-top: 2rem;
}
.theme-content {
  padding: 1.6rem;
  background-color: #fff;
  color: #515859;
  text-align: left;
  font-size: 1.4rem;
}
.theme-content a {
  display: block;
  color: #009dff;
  text-decoration: underline;
}
.theme-content a:hover {
  text-decoration: none;
}
.theme-content span {
  color: red;
  display: block;
}
.theme-content a {
  display: block;
}
.theme-benefit {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.theme-benefit + * {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .theme-benefit + * {
    margin-top: 2.4rem;
  }
}
.theme-benefit.-border {
  padding-bottom: 4rem;
  border-bottom: 1px solid #333;
}
.theme-benefit-item {
  width: 100%;
}
.theme-benefit-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-text {
  font-weight: bold;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
}
.theme-episode-item + * {
  margin-top: 2rem;
}
.theme-episode-img {
  width: 100%;
}
.theme-episode-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-episode-desc {
  background-color: #fff;
  color: #515859;
  background-image: url(../img/theme-episode.png);
  background-position: center;
  background-size: 96%;
  background-repeat: no-repeat;
  height: 100%;
  aspect-ratio: 670/300;
  display: grid;
  place-items: center;
  padding: 1.6rem 2.4rem;
  font-size: 1.5rem;
  text-align: left;
}
.theme-footer {
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
}
.theme-footer-track {
  display: flex;
  animation: scrollLoop 20s linear infinite;
}
.theme-footer-track img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.theme-txt {
  font-size: 1.6rem;
  text-align: left;
  color: #515859;
}
.theme-text {
  color: #515859;
}
.theme-sublead {
  color: #ff777d;
  font-weight: bold;
  font-size: 2rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
}
.theme-sublead.-ppl {
  color: #6b5ed8;
}
.theme-card {
  color: #fff;
}
.theme-card *:not(.button) {
  color: #fff;
}
.theme-card .button.-pink::before {
  border-color: #ff777d;
}
.theme-card .button.-ppl::before {
  border-color: #6b5ed8;
}
.theme-card.-ppl {
  padding-top: 5rem;
}
.theme-head-wrapper {
  padding: 1.6rem;
  background-color: #fff;
  margin-top: 4rem;
  border-radius: 1.6rem;
}
.theme-head.-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.theme-head.-share::before, .theme-head.-share::after {
  content: "／";
  font-weight: bold;
  color: currentColor;
  line-height: 1;
}
.theme-head.-share::before {
  transform: scaleX(-1);
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
* + .theme-subtitle {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  * + .theme-subtitle {
    margin-top: 2.4rem;
  }
}
* + .theme-content {
  margin-top: 2rem;
}

/* ─────────────────────────────────────────
 * メッセージスライダー（Swiper）
 * ───────────────────────────────────────── */
.message-text {
  color: #515859;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .message-text {
    font-size: 2.4rem;
  }
}

.message-slider {
  --swiper-navigation-color: #ff777d;
  --swiper-navigation-size: 1.8rem;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  margin-top: 2.4rem;
  margin-inline: -1.6rem;
  position: relative;
}
.message-slider + * {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .message-slider {
    --slider-overflow: 80px;
    --fade-width: 60px;
    width: calc(100% + var(--slider-overflow) * 2);
    margin-left: calc(var(--slider-overflow) * -1);
    margin-right: calc(var(--slider-overflow) * -1);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 var(--fade-width), #000 calc(100% - var(--fade-width)), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 var(--fade-width), #000 calc(100% - var(--fade-width)), transparent 100%);
  }
}
.message-slider .swiper {
  overflow: hidden;
  padding-block: 3rem;
}
.message-slider .swiper-wrapper {
  align-items: stretch;
}
.message-slider .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  width: 300px;
}
.message-slider .swiper-slide > .message-card {
  height: 100%;
}
.message-slider .swiper-slide-active {
  z-index: 5;
}
.message-slider .swiper-slide-active .message-card {
  transform: scale(1.08);
}
.message-slider .swiper-slide-active .message-card.-tilt-l {
  transform: rotate(-2deg) scale(1.08);
}
.message-slider .swiper-slide-active .message-card.-tilt-r {
  transform: rotate(2deg) scale(1.08);
}
.message-slider .message-card {
  transition: transform 0.3s ease;
}
.message-slider .message-card.-tilt-l {
  transform: rotate(-2deg);
}
.message-slider .message-card.-tilt-r {
  transform: rotate(2deg);
}
.message-slider .message-card[class*=-c]::before {
  color: #fff;
}
.message-slider .swiper-button-prev,
.message-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  transform: translateY(-50%);
  background-color: #ff777d;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.message-slider .swiper-button-prev:hover,
.message-slider .swiper-button-next:hover {
  opacity: 0.85;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.message-slider .swiper-button-prev::after,
.message-slider .swiper-button-next::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
}
@media (max-width: 767px) {
  .message-slider .swiper-button-prev,
  .message-slider .swiper-button-next {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.message-slider .swiper-button-prev {
  left: 0.5rem;
}
.message-slider .swiper-button-prev::after {
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-right: 1rem solid #fff;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .message-slider .swiper-button-prev::after {
    border-top-width: 0.6rem;
    border-bottom-width: 0.6rem;
    border-right-width: 0.8rem;
  }
}
.message-slider .swiper-button-next {
  right: 0.5rem;
}
.message-slider .swiper-button-next::after {
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1rem solid #fff;
  margin-left: 0.3rem;
}
@media (max-width: 767px) {
  .message-slider .swiper-button-next::after {
    border-top-width: 0.6rem;
    border-bottom-width: 0.6rem;
    border-left-width: 0.8rem;
  }
}
.message-slider .swiper-pagination {
  position: static;
  margin-top: 1.6rem;
}

.message-list-toggle {
  display: block;
  margin-inline: auto;
  background-color: #fff;
  color: #ff777d;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 0.8rem 2.4rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.message-list-toggle:hover {
  opacity: 0.85;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.message-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .message-list {
    grid-template-columns: 1fr;
  }
}
.message-list[hidden] {
  display: none;
}
.message-list + * {
  margin-top: 2rem;
}
.message-list .message-card {
  padding: 1.6rem 1rem;
  gap: 0.8rem;
}
.message-list .message-card__meta {
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding-bottom: 0.6rem;
}
.message-list .message-card__name {
  font-size: 1.6rem;
}
.message-list .message-card__age {
  font-size: 1.1rem;
  padding-left: 0;
}
.message-list .message-card__age::before {
  content: "";
  display: none;
}
.message-list .message-card__body {
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.message-list .message-card__body p + p {
  margin-top: 0.9em;
}

.message-card {
  background-color: #fff;
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  border-radius: 16px;
  color: #fff;
  padding: 1.6rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  position: relative;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  cursor: grab;
}
.message-card:active {
  cursor: grabbing;
}
.message-card__meta {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  gap: 0.8rem;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
  padding-bottom: 0.8rem;
  text-align: center;
  flex-wrap: wrap;
}
.message-card__name {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2.4rem;
}
.message-card__age {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  padding-left: 0.8rem;
}
.message-card__age::before {
  content: "/";
  position: absolute;
  left: -0.2rem;
  color: rgba(255, 255, 255, 0.7);
}
.message-card__body {
  line-height: 1.95;
  letter-spacing: 0.04em;
  font-weight: bold;
  max-width: 28em;
  margin-inline: auto;
}
.message-card__body p + p {
  margin-top: 1em;
}
.message-card.-c1 {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 1px, transparent 1.5px) 0 0/14px 14px, linear-gradient(135deg, #f2a7a1 0%, #e98a83 100%);
}
.message-card.-c1::before {
  color: #fff4d6;
}
.message-card.-c2 {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 1px, transparent 1.5px) 0 0/14px 14px, linear-gradient(135deg, #e8c98c 0%, #d4a86b 100%);
}
.message-card.-c2::before {
  color: #fffaf0;
}
.message-card.-c3 {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 1px, transparent 1.5px) 0 0/14px 14px, linear-gradient(135deg, #aed399 0%, #82bb68 100%);
}
.message-card.-c3::before {
  color: #fdf4b5;
}
.message-card.-c4 {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 1px, transparent 1.5px) 0 0/14px 14px, linear-gradient(135deg, #c5b3e8 0%, #a48ed3 100%);
}
.message-card.-c4::before {
  color: #ffe1c8;
}
.message-card.-c5 {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 1px, transparent 1.5px) 0 0/14px 14px, linear-gradient(135deg, #f4dfa1 0%, #dfbf68 100%);
}
.message-card.-c5::before {
  color: #ffb7b3;
}

/* ─────────────────────────────────────────
 * エッセイスライダー（Swiper）
 * 構造は .message-slider と同じだが、配色を purple 系に
 * ───────────────────────────────────────── */
.essay-slider {
  --swiper-navigation-color: #6b5ed8;
  --swiper-navigation-size: 1.8rem;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  margin-top: 2.4rem;
  margin-inline: -1.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .essay-slider {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .essay-slider {
    --slider-overflow: 80px;
    --fade-width: 60px;
    width: calc(100% + var(--slider-overflow) * 2);
    margin-left: calc(var(--slider-overflow) * -1);
    margin-right: calc(var(--slider-overflow) * -1);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 var(--fade-width), #000 calc(100% - var(--fade-width)), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 var(--fade-width), #000 calc(100% - var(--fade-width)), transparent 100%);
  }
}
.essay-slider .swiper {
  overflow: hidden;
  padding-block: 3rem;
}
.essay-slider .swiper-wrapper {
  align-items: flex-start;
}
.essay-slider .swiper-slide {
  height: auto;
  display: flex;
  width: 300px;
}
.essay-slider .essay-card {
  transition: transform 0.3s ease;
}
.essay-slider .essay-card.-tilt-l,
.essay-slider .essay-card.-tilt-r {
  transform: none;
}
.essay-slider .swiper-slide-active {
  z-index: 5;
}
.essay-slider .swiper-slide-active .essay-card,
.essay-slider .swiper-slide-active .essay-card.-tilt-l,
.essay-slider .swiper-slide-active .essay-card.-tilt-r {
  transform: scale(1.08);
}
.essay-slider .swiper-button-prev,
.essay-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  transform: translateY(-50%);
  background-color: #6b5ed8;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.essay-slider .swiper-button-prev:hover,
.essay-slider .swiper-button-next:hover {
  opacity: 0.85;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.essay-slider .swiper-button-prev::after,
.essay-slider .swiper-button-next::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
}
@media (max-width: 767px) {
  .essay-slider .swiper-button-prev,
  .essay-slider .swiper-button-next {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.essay-slider .swiper-button-prev {
  left: 0.5rem;
}
.essay-slider .swiper-button-prev::after {
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-right: 1rem solid #fff;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .essay-slider .swiper-button-prev::after {
    border-top-width: 0.6rem;
    border-bottom-width: 0.6rem;
    border-right-width: 0.8rem;
  }
}
.essay-slider .swiper-button-next {
  right: 0.5rem;
}
.essay-slider .swiper-button-next::after {
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1rem solid #fff;
  margin-left: 0.3rem;
}
@media (max-width: 767px) {
  .essay-slider .swiper-button-next::after {
    border-top-width: 0.6rem;
    border-bottom-width: 0.6rem;
    border-left-width: 0.8rem;
  }
}
.essay-slider .swiper-pagination {
  position: static;
  margin-top: 1.6rem;
}

.essay-card {
  --accent-color: #d9c0a3;
  background-color: #fff;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 1px solid #d9c0a3;
  border-left: 6px solid var(--accent-color);
  color: #515859;
  padding: 1.6rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  position: relative;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.essay-card__meta {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  gap: 0.8rem;
  color: var(--accent-color);
  font-weight: bold;
  border-bottom: 1px dashed var(--accent-color);
  padding-bottom: 0.8rem;
  text-align: center;
  flex-wrap: wrap;
}
.essay-card__name {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2.4rem;
}
.essay-card__age {
  font-size: 1.3rem;
  position: relative;
  padding-left: 0.8rem;
}
.essay-card__age::before {
  content: "/";
  position: absolute;
  left: -0.2rem;
}
.essay-card__body {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #515859;
  text-align: left;
  word-break: break-word;
  max-width: 30em;
  margin-inline: auto;
}
.essay-card__body p + p {
  margin-top: 1.1em;
}
.essay-card__toggle-label {
  color: var(--accent-color);
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  align-self: center;
  margin-top: 0.4rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .essay-card__toggle-label {
    font-size: 1.1rem;
  }
}
.essay-card {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.essay-card:hover {
  opacity: 0.85;
}
.essay-card[data-collapsed=true] .essay-card__body {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.essay-card.-c1 {
  --accent-color: #f2a7a1;
}
.essay-card.-c2 {
  --accent-color: #e0be84;
}
.essay-card.-c3 {
  --accent-color: #9fc889;
}
.essay-card.-c4 {
  --accent-color: #b7a4df;
}
.essay-card.-c5 {
  --accent-color: #ebd08c;
}

.essay-list-toggle {
  display: block;
  margin-inline: auto;
  background-color: #fff;
  color: #6b5ed8;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 0.8rem 2.4rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.essay-list-toggle:hover {
  opacity: 0.85;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.essay-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}
.essay-list[hidden] {
  display: none;
}
.essay-list + * {
  margin-top: 2rem;
}

.requirement-dl dt {
  color: #432e84;
}
.requirement-dl dt + * {
  margin-top: 0.4rem;
}
.requirement-dl dd + dt {
  margin-top: 1.6rem;
}
.requirement-dl dd a {
  display: block;
  color: #009dff;
  text-decoration: underline;
}
.requirement-dl dd a:hover {
  text-decoration: none;
}
.requirement-head {
  border: 1px solid #432e84;
  text-align: center;
  color: #432e84;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.2rem 4.8rem;
  letter-spacing: 0.3em;
  margin-inline: auto;
}
.requirement-head + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .requirement-head + * {
    margin-top: 1.6rem;
  }
}
.requirement-link-img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin-inline: auto;
  margin-bottom: -3rem;
  position: relative;
  z-index: 1;
}
.requirement-link-wrapper {
  background-color: #fbf6ec;
  margin-inline: -2rem;
}
@media (max-width: 768px) {
  .requirement-link-wrapper {
    margin-inline: -1.6rem;
  }
}

@keyframes requirement-arrow-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.8rem);
  }
}
* + .requirement-head {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  * + .requirement-head {
    margin-top: 2.4rem;
  }
}

.cta-desc {
  border: 1px solid #333;
  padding: 1.2rem;
}
.cta-desc a {
  display: block;
  color: #009dff;
  text-decoration: underline;
}
.cta-desc a:hover {
  text-decoration: none;
}
.cta-desc + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cta-desc + * {
    margin-top: 2.4rem;
  }
}
.cta-content {
  background-color: #fff3c8;
  margin-top: -3rem;
  padding: 1.6rem;
  padding-top: 4rem;
  position: relative;
  z-index: 0;
}
.cta-content + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cta-content + * {
    margin-top: 2.4rem;
  }
}
.cta-title {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cta-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-title-wrapper + * {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .cta-title-wrapper + * {
    margin-top: 2rem;
  }
}
.cta-boxes {
  margin-top: 2rem;
}
.cta-boxes + * {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .cta-boxes + * {
    margin-top: 1.6rem;
  }
}
.cta-box {
  display: grid;
  place-items: center;
  aspect-ratio: 360/120;
  color: #fff;
  font-size: 2rem;
  transition: opacity 0.3s ease;
}
.cta-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-box:hover {
  opacity: 0.6;
}
.cta-box + * {
  margin-top: 1.2rem;
}
.cta-wrapper {
  padding: 6rem 2.4rem;
  margin-inline: -2rem;
  background-color: #fbf6ec;
}
.cta-wrapper + * {
  margin-top: 4rem;
}

* + .cta-desc {
  margin-top: 3rem;
}

.footer {
  padding: 1.6rem;
  padding-bottom: 0;
  background-color: #fdf8f2;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 4.8rem;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 15rem;
  }
}
.footer-illust {
  display: none;
}
@media (max-width: 767px) {
  .footer-illust {
    display: block;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    position: relative;
    overflow: hidden;
  }
  .footer-illust::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, white 0%, transparent 100%);
    pointer-events: none;
  }
  .footer-illust img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* Hamburger Menu */
.header {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 102;
  padding: 0;
}
@media (min-width: 768px) {
  .header {
    top: 1.5rem;
    right: 1.5rem;
  }
}

.hamburger {
  width: 8rem;
  height: 8rem;
  cursor: pointer;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 103;
  display: block;
}
@media (min-width: 768px) {
  .hamburger {
    width: 8rem;
    height: 8rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.hamburger img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
.hamburger .hamburger-close {
  opacity: 0;
}
.hamburger.is-active .hamburger-open {
  opacity: 0;
}
.hamburger.is-active .hamburger-close {
  opacity: 1;
}

.nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 101;
  padding: 2rem;
  padding-top: 10rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .nav-menu {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.nav-menu.is-active {
  opacity: 1;
  visibility: visible;
}
.nav-logo {
  width: 70%;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.nav-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-list {
  list-style: none;
}
.nav-list li {
  border-bottom: 1px solid #ddd;
}
.nav-list li:first-child {
  border-top: 1px solid #ddd;
}
.nav-list li a {
  display: block;
  padding: 1.6rem 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #515859;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  transition: background-color 0.3s ease;
  text-align: center;
}
.nav-list li a:hover {
  background-color: #f5f5f5;
}/*# sourceMappingURL=style.css.map */