@charset "UTF-8";
:root {
  --color-primary: #11a574;
  --color-secondary: #d3b11b;
  --color-accent: #f3ab31;
  --color-text: #333;
  --color-white: #fff;
  --color-base01: #f0fcf9;
  --color-base02: #ebfbf7;
  --color-base03: #dddddd;
  --color-base04: #f6f8f7;
  --color-base05: #c9c9c9;
  --color-base06: #f9fffd;
  --color-ghost: transparent;
  --grad-primary: linear-gradient(90deg, #39ac7a 0%, #fd0 100%);
  --grad-gold: linear-gradient(180deg, #dfb600 0%, #ffd30e 100%);
  --grad-cta: linear-gradient(180deg, #f3ab31 0%, #ff8c00 100%);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

body {
  margin: 0;
  overflow-x: hidden;
}

div {
  margin: 0;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

dl {
  list-style-type: none;
  margin: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  transition: opacity 0.3s ease;
}

button:hover {
  opacity: 0.7;
}

:root {
  --fl-unit: calc(100vw / 375);
}
@media (min-width: 768px) {
  :root {
    --fl-unit: calc(100vw / 1440);
  }
}
@media (min-width: 1440px) {
  :root {
    --fl-unit: calc(1440px / 1440);
  }
}
:root {
  --fl-unit-ratio: calc(var(--fl-unit) / 1px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  scrollbar-gutter: stable;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  margin: 0;
  position: relative;
  color: #040404;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #fff;
}

main {
  overflow: hidden;
  padding-top: 92px;
}

main {
  overflow: hidden;
  padding-top: 92px;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 120px;
  }
}

img {
  display: block; /* 下にできる謎の隙間（3〜4px）を消す */
  width: 100%; /* 親要素の幅いっぱいに広げる */
  height: auto; /* 比率を維持する */
  max-width: 100%;
}

p {
  font-weight: 400;
  word-wrap: break-word;
  /* 長い単語を途中で改行 */
  overflow-wrap: break-word;
  /* 古いブラウザ向けの互換プロパティ */
  word-break: break-word;
  /* 必要ならこれも追加 */
  white-space: normal;
  /* テキストを通常の折り返しモードに */
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.l-section {
  padding-inline: calc(24 * var(--fl-unit));
  padding-block: calc(40 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .l-section {
    max-width: 1440px;
    padding-inline: calc(120 * var(--fl-unit));
    padding-block: calc(100 * var(--fl-unit));
    margin-inline: auto;
  }
}

.p-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(68 * var(--fl-unit));
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-header {
    justify-content: space-between;
    height: calc(80 * var(--fl-unit));
    padding-inline: calc(20 * var(--fl-unit));
  }
}
@media screen and (min-width: 768px) {
  .p-header--02 {
    height: calc(120 * var(--fl-unit));
  }
}
.p-header__logo {
  display: block;
  width: calc(303 * var(--fl-unit));
}
.p-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: calc(451 * var(--fl-unit));
  }
}
.p-header__cta {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__cta {
    display: flex;
    align-items: center;
    gap: calc(17 * var(--fl-unit));
  }
}
.p-header__cta .c-resona-link-btn-group__balloon {
  display: none;
}
.p-header__cta .c-resona-link-btn-group,
.p-header__cta .c-resona-link-btn-dl {
  width: calc(273 * var(--fl-unit));
  min-width: 0;
}
.p-header__cta .c-resona-link-btn__text,
.p-header__cta .c-resona-link-btn-dl__text {
  font-size: calc(0.875 * var(--fl-unit-ratio) * 1rem);
}
.p-header__cta .c-resona-link-btn__icon,
.p-header__cta .c-resona-link-btn-dl__icon {
  display: none;
}
.p-header__cta .c-resona-link-btn,
.p-header__cta .c-resona-link-btn-dl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(16 * var(--fl-unit)) calc(16 * var(--fl-unit));
}
.p-header__ctaButtons {
  display: flex;
  align-items: center;
  gap: calc(17 * var(--fl-unit));
}
.p-header__ctaButtons--withNote .c-resona-link-btn-group {
  position: relative;
}
.p-header__ctaButtons--withNote .c-resona-link-btn-group::after {
  content: "※応募登録は9月1日以降可能となります";
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: calc(8 * var(--fl-unit));
  font-size: calc(0.875 * var(--fl-unit-ratio) * 1rem);
  color: var(--color-text);
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-main {
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-main--02 {
    padding-top: 120px;
  }
}

.p-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(3 * var(--fl-unit));
  background-color: var(--color-base06);
  padding-block: calc(22 * var(--fl-unit));
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-title {
    flex-direction: row;
    justify-content: center;
    gap: calc(16 * var(--fl-unit));
  }
}
.p-title__main {
  font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
}
@media screen and (min-width: 768px) {
  .p-title__main {
    font-size: calc(2.8125 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-title__dept {
  font-size: calc(1.75 * var(--fl-unit-ratio) * 1rem);
}
@media screen and (min-width: 768px) {
  .p-title__dept {
    font-size: calc(2.8125 * var(--fl-unit-ratio) * 1rem);
  }
}

.p-mv {
  padding-block: calc(32 * var(--fl-unit));
}
.p-mv.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: var(--color-base01);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: var(--color-base01);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-mv.u-full-width::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  height: calc(848 * var(--fl-unit));
  background-image: url(../img/mv-bg-sp.webp);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding-block: calc(60 * var(--fl-unit)) 0;
  }
  .p-mv.u-full-width::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: var(--color-base01);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background: var(--color-base01);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-mv.u-full-width::after {
    background-image: url(../img/mv-bg-pc.webp);
    height: calc(991 * var(--fl-unit));
  }
}

.p-mv__inner {
  position: relative;
  z-index: 1;
}
.p-mv__head {
  display: flex;
  flex-direction: column;
  gap: calc(24 * var(--fl-unit));
  margin-bottom: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-mv__head {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(24 * var(--fl-unit));
    margin-bottom: calc(13 * var(--fl-unit));
  }
}
@media screen and (min-width: 768px) {
  .p-mv__copy {
    width: calc(696 * var(--fl-unit));
  }
}
.p-mv__heading {
  background-image: var(--grad-primary);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(2.5 * var(--fl-unit-ratio) * 1rem);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-mv__heading {
    font-size: calc(5.625 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-mv__lead.u-text {
  margin-top: calc(16 * var(--fl-unit));
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: calc(0.875 * var(--fl-unit-ratio) * 1rem);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-mv__lead.u-text {
    margin-top: calc(17 * var(--fl-unit));
    font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
    line-height: 1.8;
  }
}
.p-mv__meritList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "m01 m02 m03";
  justify-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__meritList {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "m01 m02" "m03 m03";
    gap: calc(16 * var(--fl-unit));
    width: calc(336 * var(--fl-unit));
  }
}
.p-mv__meritItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(8 * var(--fl-unit));
  width: calc(100 * var(--fl-unit));
  height: calc(100 * var(--fl-unit));
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-mv__meritItem {
    gap: calc(12 * var(--fl-unit));
    width: calc(160 * var(--fl-unit));
    height: calc(160 * var(--fl-unit));
  }
}
.p-mv__meritItem--01 {
  grid-area: m01;
}
.p-mv__meritItem--02 {
  grid-area: m02;
}
.p-mv__meritItem--03 {
  grid-area: m03;
}
.p-mv__meritIcon {
  display: block;
  width: calc(41 * var(--fl-unit));
  height: calc(35 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-mv__meritIcon {
    width: calc(66 * var(--fl-unit));
    height: calc(56 * var(--fl-unit));
  }
}
.p-mv__meritLabel {
  color: var(--color-primary);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(0.75 * var(--fl-unit-ratio) * 1rem);
}
@media screen and (min-width: 768px) {
  .p-mv__meritLabel {
    font-size: calc(1.25 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-mv__prize {
  width: 100%;
  max-width: 543px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__prize {
    width: calc(543 * var(--fl-unit));
  }
}
.p-mv__prize img {
  display: block;
  width: 100%;
  height: auto;
}
.p-mv__period {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(8 * var(--fl-unit));
  margin-top: calc(24 * var(--fl-unit));
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__period {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
  }
}
.p-mv__periodLabel {
  font-weight: 700;
  font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
}
@media screen and (min-width: 768px) {
  .p-mv__periodLabel {
    font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-mv__periodDate {
  display: block;
  font-weight: 700;
  font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
}
@media screen and (min-width: 768px) {
  .p-mv__periodDate {
    display: inline;
    font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-mv__periodNote {
  font-weight: 400;
  font-size: calc(0.875 * var(--fl-unit-ratio) * 1rem);
}
.p-mv__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(21 * var(--fl-unit));
  width: 100%;
  margin-top: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-mv__cta {
    gap: calc(30 * var(--fl-unit));
    width: auto;
    margin-top: calc(26 * var(--fl-unit));
  }
}
.p-mv__cta--withNote {
  gap: calc(12 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-mv__cta--withNote {
    gap: calc(16 * var(--fl-unit));
  }
}
.p-mv__ctaButtons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(16 * var(--fl-unit));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__ctaButtons {
    flex-direction: row;
    align-items: center;
    gap: calc(17 * var(--fl-unit));
    width: auto;
  }
}
.p-mv__ctaButtons .c-resona-link-btn-group__balloon {
  display: none;
}
.p-mv__subLink {
  text-align: center;
}
.p-mv__subLink a {
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: calc(1 * var(--fl-unit-ratio) * 1rem);
  text-decoration: underline;
}
.p-mv__ctaNote {
  width: 100%;
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: calc(0.8125 * var(--fl-unit-ratio) * 1rem);
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-mv__ctaNote {
    padding-top: calc(16 * var(--fl-unit));
    font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-mv__sponsors {
  display: block;
  margin-top: calc(24 * var(--fl-unit));
  max-width: 524px;
  margin-inline: auto;
  width: calc(299 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-mv__sponsors {
    width: calc(800 * var(--fl-unit));
  }
}
.p-mv__sponsors img {
  display: block;
  width: 100%;
  height: auto;
}
.p-mv__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(12 * var(--fl-unit));
  margin-top: calc(40 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-mv__divider {
    gap: calc(2 * var(--fl-unit));
    margin-top: calc(32 * var(--fl-unit));
  }
}
.p-mv__dividerLine {
  display: block;
  width: calc(76 * var(--fl-unit));
  height: 1px;
  background-color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .p-mv__dividerLine {
    width: calc(484 * var(--fl-unit));
  }
}
.p-mv__dividerText {
  flex-shrink: 0;
  padding-inline: calc(8 * var(--fl-unit));
  color: var(--color-primary);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
}
@media screen and (min-width: 768px) {
  .p-mv__dividerText {
    font-size: calc(1.625 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-mv__logoList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(7 * var(--fl-unit));
  margin-top: calc(20 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-mv__logoList {
    grid-template-columns: repeat(5, 1fr);
    gap: calc(15 * var(--fl-unit));
  }
}
.p-mv__logoList img {
  display: block;
  width: 100%;
  height: auto;
  background-color: var(--color-white);
}
.p-mv__logoLink {
  margin-top: calc(24 * var(--fl-unit));
  text-align: center;
}
.p-mv__logoLink a {
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: calc(1 * var(--fl-unit-ratio) * 1rem);
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-mv__logoLink {
    margin-top: calc(32 * var(--fl-unit));
  }
}

.p-merit.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: var(--color-base01);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: var(--color-base01);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-merit__heading.u-h2 {
  text-align: center;
}
.p-merit__heading.u-h2::after {
  content: "MERIT";
}
.p-merit__list {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--fl-unit));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-merit__list {
    gap: calc(48 * var(--fl-unit));
  }
}
.p-merit__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-merit__item {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-merit__item--02 {
    flex-direction: row-reverse;
  }
}
.p-merit__text {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--fl-unit));
  width: 100%;
  padding-inline: calc(24 * var(--fl-unit));
  padding-block: calc(32 * var(--fl-unit));
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-merit__text {
    gap: calc(18 * var(--fl-unit));
    width: calc(470 * var(--fl-unit));
    height: calc(380 * var(--fl-unit));
    padding: calc(32 * var(--fl-unit));
  }
}
.p-merit__num {
  display: flex;
  align-items: flex-end;
  gap: calc(19 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-merit__num {
    gap: calc(23 * var(--fl-unit));
  }
}
.p-merit__numText {
  color: var(--color-primary);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: calc(5.5625 * var(--fl-unit-ratio) * 1rem);
  line-height: 0.8;
}
@media screen and (min-width: 768px) {
  .p-merit__numText {
    font-size: calc(6.875 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-merit__numTitle {
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
}
@media screen and (min-width: 768px) {
  .p-merit__numTitle {
    font-size: calc(1.75 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-merit__media {
  width: 100%;
  height: auto;
  background-color: var(--color-base02);
}
@media screen and (min-width: 768px) {
  .p-merit__media {
    width: calc(730 * var(--fl-unit));
    height: calc(380 * var(--fl-unit));
  }
}
.p-merit__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-merit__cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: calc(21 * var(--fl-unit));
  width: 100%;
  margin-top: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-merit__cta {
    gap: calc(30 * var(--fl-unit));
    width: calc(960 * var(--fl-unit));
    margin-top: calc(48 * var(--fl-unit));
    margin-inline: auto;
  }
}
.p-merit__cta--withNote {
  gap: calc(12 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-merit__cta--withNote {
    gap: calc(16 * var(--fl-unit));
  }
}
.p-merit__ctaButtons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: calc(16 * var(--fl-unit));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-merit__ctaButtons {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: calc(20 * var(--fl-unit));
  }
}
.p-merit__subLink {
  width: 100%;
  text-align: center;
}
.p-merit__subLink a {
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: calc(1 * var(--fl-unit-ratio) * 1rem);
  text-decoration: underline;
}
.p-merit__ctaNote {
  width: 100%;
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: calc(0.8125 * var(--fl-unit-ratio) * 1rem);
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-merit__ctaNote {
    padding-top: calc(16 * var(--fl-unit));
    font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
  }
}

.p-entry.u-full-width {
  position: relative;
  background-color: var(--color-white);
  padding-block: calc(32 * var(--fl-unit)) calc(60 * var(--fl-unit));
}
.p-entry.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(467 * var(--fl-unit));
  background-color: var(--color-white);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: url(../img/entry-bg-sp.webp), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 62.02%, #fff 100%), var(--color-white);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-entry.u-full-width {
    padding-block: calc(100 * var(--fl-unit)) calc(100 * var(--fl-unit));
  }
  .p-entry.u-full-width::before {
    content: "";
    display: block;
    width: 100vw;
    height: calc(1036 * var(--fl-unit));
    background-color: var(--color-white);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background: url(../img/entry-bg-pc.webp), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 62.02%, #fff 100%), var(--color-white);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.p-entry__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(33 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-entry__inner {
    gap: calc(80 * var(--fl-unit));
  }
}
.p-entry__intro {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-entry__headingImg {
  display: block;
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: calc(12 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-entry__headingImg {
    margin-bottom: calc(16 * var(--fl-unit));
  }
}
.p-entry__headingImg img {
  display: block;
  width: 100%;
  height: auto;
}
.p-entry__subheadWrap {
  border-top: 1px solid var(--color-secondary);
  border-bottom: 1px solid var(--color-secondary);
  width: 100%;
  padding-block: calc(13 * var(--fl-unit));
  margin-bottom: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-entry__subheadWrap {
    padding-block: calc(13 * var(--fl-unit));
    margin-bottom: calc(40 * var(--fl-unit));
  }
}
.p-entry__subhead {
  flex-shrink: 0;
  text-align: center;
  background-image: linear-gradient(180deg, #d3b11b 0%, #e4bb00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 800;
  font-size: calc(1.25 * var(--fl-unit-ratio) * 1rem);
}
@media screen and (min-width: 768px) {
  .p-entry__subhead {
    font-size: calc(2.375 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-entry__desc.u-text {
  max-width: 904px;
  margin-inline: auto;
  margin-bottom: calc(24 * var(--fl-unit));
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-entry__desc.u-text {
    margin-bottom: calc(40 * var(--fl-unit));
  }
}
.p-entry__stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(10 * var(--fl-unit));
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-entry__stats {
    flex-direction: row;
    justify-content: center;
    gap: calc(80 * var(--fl-unit));
  }
}
.p-entry__stat {
  align-items: center;
  gap: calc(10 * var(--fl-unit));
  flex: 1;
}
.p-entry__statIcon {
  display: block;
  width: 100%;
}
.p-entry__statBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  color: var(--color-secondary);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
}
.p-entry__statNum {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: calc(50 * var(--fl-unit));
}
.p-entry__statLabel {
  font-size: calc(20 * var(--fl-unit));
}
.p-entry__categories {
  display: flex;
  flex-direction: column;
  gap: calc(24 * var(--fl-unit));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-entry__categories {
    gap: calc(40 * var(--fl-unit));
  }
}
.p-entry__category {
  border-radius: 20px;
  overflow: hidden;
}
.p-entry__categoryHead {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
  text-align: center;
  padding-block: calc(20 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-entry__categoryHead {
    font-size: calc(2.25 * var(--fl-unit-ratio) * 1rem);
    padding-block: calc(34 * var(--fl-unit)) calc(30 * var(--fl-unit));
  }
}
.p-entry__categoryBody {
  background-color: var(--color-base02);
  padding-block: calc(32 * var(--fl-unit));
  padding-inline: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-entry__categoryBody {
    padding-block: calc(32 * var(--fl-unit));
    padding-inline: calc(120 * var(--fl-unit));
  }
}
.p-entry__awardListGroup {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--fl-unit));
  background-color: var(--color-white);
  border-radius: 10px;
  padding-inline: calc(16 * var(--fl-unit));
  padding-block: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-entry__awardListGroup {
    flex-direction: row;
    gap: 0;
    padding-inline: calc(30 * var(--fl-unit));
    padding-block: calc(32 * var(--fl-unit));
  }
}
.p-entry__awardList {
  display: flex;
  flex-direction: column;
  gap: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-entry__awardList {
    position: relative;
    flex: 1;
    gap: calc(16 * var(--fl-unit));
  }
  .p-entry__awardList:first-child {
    padding-right: calc(20 * var(--fl-unit));
  }
  .p-entry__awardList:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: var(--color-base03);
  }
  .p-entry__awardList:last-child {
    padding-left: calc(20 * var(--fl-unit));
  }
}
.p-entry__awardItem {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-entry__awardItem {
    flex-direction: row;
    align-items: center;
  }
}
.p-entry__awardBadge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 20px;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 800;
  font-size: calc(16 * var(--fl-unit));
  white-space: nowrap;
  padding-block: calc(6 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-entry__awardBadge {
    width: calc(165 * var(--fl-unit));
    padding-inline: calc(16 * var(--fl-unit));
    padding-block: calc(6 * var(--fl-unit));
  }
  .p-entry__awardList:last-child .p-entry__awardBadge {
    width: calc(130 * var(--fl-unit));
  }
}
.p-entry__awardMeta {
  display: flex;
  align-items: center;
  gap: calc(8 * var(--fl-unit));
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 800;
  font-size: calc(14 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-entry__awardMeta {
    gap: calc(16 * var(--fl-unit));
    font-size: calc(16 * var(--fl-unit));
  }
}
.p-entry__awardCount {
  flex-shrink: 0;
  color: var(--color-primary);
  white-space: nowrap;
}
.p-entry__awardDetail {
  color: var(--color-text);
  white-space: nowrap;
}
.p-entry__categoryDesc {
  margin-bottom: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-entry__categoryDesc {
    margin-bottom: calc(40 * var(--fl-unit));
  }
}
.p-entry__badgeList {
  display: grid;
  grid-template-areas: "badge01" "badge02" "badge03" "badge04" "badge05";
  gap: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-entry__badgeList {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "badge01 badge01" "badge02 badge02" "badge03 badge04" "badge05 badge05";
    row-gap: calc(40 * var(--fl-unit));
    column-gap: calc(12 * var(--fl-unit));
  }
}
.p-entry__badgeList picture {
  display: block;
}
.p-entry__badgeList img {
  display: block;
  width: 100%;
  height: auto;
}
.p-entry__badgeItem {
  padding: calc(12 * var(--fl-unit)) calc(12 * var(--fl-unit));
  background-color: var(--color-base04);
  border: 1px solid var(--color-base05);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-entry__badgeItem {
    padding: calc(44 * var(--fl-unit)) calc(48 * var(--fl-unit));
  }
}
.p-entry__badgeItem--01 {
  grid-area: badge01;
  padding: 0;
  background-color: transparent;
  border: none;
  overflow: hidden;
}
.p-entry__badgeItem--02 {
  grid-area: badge02;
}
@media screen and (min-width: 768px) {
  .p-entry__badgeItem--02 {
    padding-inline: calc(218 * var(--fl-unit));
  }
}
.p-entry__badgeItem--03w {
  grid-area: badge03;
}
.p-entry__badgeItem--04 {
  grid-area: badge04;
}
.p-entry__badgeItem--05 {
  grid-area: badge05;
}
@media screen and (min-width: 768px) {
  .p-entry__badgeItem--05 {
    padding: calc(30 * var(--fl-unit)) calc(45 * var(--fl-unit));
  }
}
.p-entry__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(21 * var(--fl-unit));
  padding-top: calc(10 * var(--fl-unit));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-entry__cta {
    gap: calc(30 * var(--fl-unit));
    width: auto;
    padding-top: 0;
  }
}
.p-entry__cta--withNote {
  gap: calc(12 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-entry__cta--withNote {
    gap: calc(16 * var(--fl-unit));
  }
}
.p-entry__ctaButtons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: calc(16 * var(--fl-unit));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-entry__ctaButtons {
    flex-direction: row;
    align-items: flex-end;
    gap: calc(20 * var(--fl-unit));
    width: auto;
  }
}
.p-entry__subLink {
  text-align: center;
}
.p-entry__subLink a {
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: calc(1 * var(--fl-unit-ratio) * 1rem);
  text-decoration: underline;
}
.p-entry__ctaNote {
  width: 100%;
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: calc(0.8125 * var(--fl-unit-ratio) * 1rem);
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-entry__ctaNote {
    padding-top: calc(16 * var(--fl-unit));
    font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
  }
}

.p-voice.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: var(--color-base01);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: var(--color-base01);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 93%;
}
@media screen and (min-width: 768px) {
  .p-voice.u-full-width::before {
    height: 85%;
  }
}
.p-voice.u-full-width::after {
  content: "";
  display: block;
  width: 100vw;
  height: calc(346 * var(--fl-unit));
  background-color: var(--color-base01);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: url(../img/voice-bg-sp.webp), var(--color-base01);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding-bottom: 0;
  }
  .p-voice.u-full-width::after {
    content: "";
    display: block;
    width: 100vw;
    height: calc(780 * var(--fl-unit));
    background-color: var(--color-base01);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background: url(../img/voice-bg-pc.webp), var(--color-base01);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-size: contain;
  }
}
.p-voice__inner {
  position: relative;
  z-index: 1;
}
.p-voice__heading.u-h2 {
  text-align: center;
}
.p-voice__feature {
  display: flex;
  flex-direction: column;
  gap: calc(24 * var(--fl-unit));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-voice__feature {
    gap: calc(40 * var(--fl-unit));
  }
}
.p-voice__card {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-voice__card {
    height: min(672 * var(--fl-unit), 100vh);
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
  }
}
.p-voice__photo {
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.p-voice__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-voice__photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    height: 100%;
  }
}
.p-voice__cardBody {
  display: flex;
  flex-direction: column;
  gap: calc(24 * var(--fl-unit));
  padding-block: calc(24 * var(--fl-unit)) calc(2 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-voice__cardBody {
    position: relative;
    z-index: 1;
    width: calc(559 * var(--fl-unit));
    gap: calc(32 * var(--fl-unit));
    padding-block: 0;
    margin-left: calc(64 * var(--fl-unit));
    margin-bottom: calc(64 * var(--fl-unit));
    background-color: transparent;
  }
}
.p-voice__meta {
  display: flex;
  flex-direction: column;
  gap: calc(14 * var(--fl-unit));
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-voice__meta {
    gap: calc(7 * var(--fl-unit));
    color: var(--color-white);
  }
}
.p-voice__nameBlock {
  display: flex;
  flex-direction: column;
  gap: calc(5 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-voice__nameBlock {
    background-color: rgba(0, 0, 0, 0.5);
    padding-inline: calc(16 * var(--fl-unit)) calc(13 * var(--fl-unit));
    padding-block: calc(11 * var(--fl-unit)) calc(13 * var(--fl-unit));
    width: fit-content;
  }
}
.p-voice__company {
  font-size: calc(1.375 * var(--fl-unit-ratio) * 1rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-voice__company {
    font-size: calc(2 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-voice__person {
  font-size: calc(0.875 * var(--fl-unit-ratio) * 1rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-voice__person {
    font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-voice__award {
  font-size: calc(0.875 * var(--fl-unit-ratio) * 1rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-voice__award {
    display: inline-block;
    font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
    background-color: rgba(0, 0, 0, 0.5);
    padding-inline: calc(19 * var(--fl-unit));
    padding-block: calc(7 * var(--fl-unit)) calc(8 * var(--fl-unit));
    width: fit-content;
  }
}
.p-voice__quote {
  display: inline-block;
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(1.375 * var(--fl-unit-ratio) * 1rem);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-voice__quote {
    display: none;
  }
}
.p-voice__quoteMask {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-voice__quoteMask {
    background-color: var(--color-white);
    width: fit-content;
    padding-inline: calc(8 * var(--fl-unit));
    overflow: hidden;
    padding: calc(11 * var(--fl-unit)) calc(16 * var(--fl-unit));
  }
}
.p-voice__quoteLine {
  display: block;
}
.p-voice__quoteImages {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-voice__quoteImages {
    display: flex;
    flex-direction: column;
    gap: calc(8 * var(--fl-unit));
  }
}
.p-voice__quoteImage {
  display: block;
  width: fit-content;
  height: auto;
}
.p-voice__grid {
  display: flex;
  flex-direction: column;
  gap: calc(24 * var(--fl-unit));
  width: 100%;
  margin-top: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-voice__grid {
    flex-direction: row;
    gap: calc(48 * var(--fl-unit));
    margin-top: calc(48 * var(--fl-unit));
  }
}
.p-voice__gridItem {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--fl-unit));
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  padding-inline: calc(16 * var(--fl-unit));
  padding-block: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-voice__gridItem {
    flex: 1;
    gap: calc(32 * var(--fl-unit));
    padding: calc(40 * var(--fl-unit)) calc(32 * var(--fl-unit));
  }
}
.p-voice__gridHeading {
  color: var(--color-primary);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-voice__gridHeading {
    font-size: calc(1.75 * var(--fl-unit-ratio) * 1rem);
  }
}

.p-guidelines {
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-guidelines__inner {
    max-width: 960px;
    margin-inline: auto;
  }
}
.p-guidelines__heading.u-h2 {
  text-align: center;
}
.p-guidelines__heading.u-h2::after {
  content: "GUIDELINES";
}
.p-guidelines__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-guidelines__row {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #ddd;
}
.p-guidelines__row:last-child {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .p-guidelines__row {
    flex-direction: row;
    align-items: stretch;
  }
}
.p-guidelines__term {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-base01);
  color: var(--color-primary);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(1.375 * var(--fl-unit-ratio) * 1rem);
  padding-block: calc(12 * var(--fl-unit)) calc(11 * var(--fl-unit));
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-guidelines__term {
    flex-shrink: 0;
    width: calc(180 * var(--fl-unit));
    font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
    padding: calc(32 * var(--fl-unit));
  }
}
.p-guidelines__desc {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--fl-unit));
  padding-block: calc(16 * var(--fl-unit));
  margin: 0;
}
.p-guidelines__desc.u-text {
  font-size: calc(0.875 * var(--fl-unit-ratio) * 1rem);
}
@media screen and (min-width: 768px) {
  .p-guidelines__desc.u-text {
    font-size: calc(1 * var(--fl-unit-ratio) * 1rem);
  }
}
@media screen and (min-width: 768px) {
  .p-guidelines__desc {
    gap: calc(32 * var(--fl-unit));
    padding-block: calc(32 * var(--fl-unit));
    padding-inline: calc(32 * var(--fl-unit)) 0;
  }
}
.p-guidelines__desc ul {
  display: flex;
  flex-direction: column;
  gap: calc(4 * var(--fl-unit));
  padding-left: calc(21 * var(--fl-unit));
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .p-guidelines__desc ul {
    gap: 0;
    padding-left: calc(24 * var(--fl-unit));
  }
}
.p-guidelines__desc a {
  color: var(--color-text);
  text-decoration: underline;
}
.p-guidelines__descGroup {
  display: flex;
  flex-direction: column;
  gap: calc(8 * var(--fl-unit));
  width: 100%;
}
.p-guidelines__descGroupTitle {
  font-weight: 700;
  font-size: calc(1 * var(--fl-unit-ratio) * 1rem);
}
@media screen and (min-width: 768px) {
  .p-guidelines__descGroupTitle {
    font-size: calc(1.25 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-guidelines__judges {
  display: flex;
  flex-direction: column;
  gap: calc(24 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-guidelines__judges {
    flex-direction: row;
  }
}
.p-guidelines__judge {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-guidelines__judge {
    width: calc(332 * var(--fl-unit));
    min-width: 207px;
  }
}
.p-guidelines__judgePhoto {
  height: calc(180 * var(--fl-unit));
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--color-base02);
}
.p-guidelines__judgePhoto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-guidelines__judgeRole {
  margin-top: calc(8 * var(--fl-unit));
  font-size: calc(0.875 * var(--fl-unit-ratio) * 1rem);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-guidelines__judgeRole {
    margin-top: calc(16 * var(--fl-unit));
    font-size: calc(1 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-guidelines__judgeName {
  margin-top: calc(8 * var(--fl-unit));
  font-weight: 700;
  font-size: calc(1.375 * var(--fl-unit-ratio) * 1rem);
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-guidelines__judgeName {
    margin-top: calc(8 * var(--fl-unit));
    font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-guidelines__cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: calc(21 * var(--fl-unit));
  width: 100%;
  margin-top: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-guidelines__cta {
    gap: calc(30 * var(--fl-unit));
    margin-top: calc(48 * var(--fl-unit));
  }
}
.p-guidelines__cta--withNote {
  gap: calc(12 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-guidelines__cta--withNote {
    gap: calc(16 * var(--fl-unit));
  }
}
.p-guidelines__ctaButtons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: calc(16 * var(--fl-unit));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-guidelines__ctaButtons {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: calc(20 * var(--fl-unit));
  }
}
.p-guidelines__subLink {
  text-align: center;
}
.p-guidelines__subLink a {
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: calc(1 * var(--fl-unit-ratio) * 1rem);
  text-decoration: underline;
}
.p-guidelines__ctaNote {
  width: 100%;
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: calc(0.8125 * var(--fl-unit-ratio) * 1rem);
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-guidelines__ctaNote {
    padding-top: calc(16 * var(--fl-unit));
    font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
  }
}

.p-flow.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: var(--color-primary);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-flow__heading.u-h2 {
  background: none;
  color: var(--color-white);
  -webkit-text-fill-color: var(--color-white);
  text-align: center;
  line-height: 1.3;
}
.p-flow__heading.u-h2::after {
  content: "FLOW";
  color: var(--color-white);
  -webkit-text-fill-color: var(--color-white);
}
.p-flow__steps {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--fl-unit));
  width: 100%;
}
.p-flow__step {
  position: relative;
}
.p-flow__step:not(:first-child)::before {
  content: "";
  display: block;
  width: calc(28 * var(--fl-unit));
  height: calc(70 * var(--fl-unit));
  margin-inline: auto;
  margin-bottom: calc(-30 * var(--fl-unit));
  background: url("../img/flow-arrow.svg") no-repeat center/contain;
  position: relative;
  z-index: 2;
}
.p-flow__stepInner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(24 * var(--fl-unit));
  width: 100%;
  background-color: var(--color-white);
  border-radius: 10px;
  padding-inline: calc(16 * var(--fl-unit));
  padding-block: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-flow__stepInner {
    gap: calc(32 * var(--fl-unit));
    padding: calc(60 * var(--fl-unit));
    border-radius: 20px;
  }
}
.p-flow__stepHead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-flow__stepHead {
    gap: calc(32 * var(--fl-unit));
  }
}
.p-flow__stepBadge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: calc(24 * var(--fl-unit));
  padding-block: 10px;
  border-radius: 999px;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(1 * var(--fl-unit-ratio) * 1rem);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-flow__stepBadge {
    font-size: calc(1.25 * var(--fl-unit-ratio) * 1rem);
    padding-inline: calc(45 * var(--fl-unit));
    padding-block: 12px;
  }
}
.p-flow__stepTitle {
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
}
@media screen and (min-width: 768px) {
  .p-flow__stepTitle {
    font-size: calc(2.125 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-flow__stepIntro {
  text-align: center;
}
.p-flow__subSteps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(16 * var(--fl-unit));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow__subSteps {
    flex-direction: row;
    justify-content: center;
    gap: calc(20 * var(--fl-unit));
  }
}
.p-flow__subStep {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: calc(17 * var(--fl-unit));
  width: 100%;
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  padding-inline: calc(16 * var(--fl-unit));
  padding-block: calc(24 * var(--fl-unit));
}
.p-flow__subStep:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: calc(71 * var(--fl-unit));
  height: calc(20 * var(--fl-unit));
  background: url("../img/flow-sub-arrow-sp.svg") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-flow__subStep {
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    gap: 0;
    width: calc(200 * var(--fl-unit));
    height: calc(300 * var(--fl-unit));
    min-height: 190px;
    padding: calc(15 * var(--fl-unit));
    justify-content: flex-start;
  }
  .p-flow__subStep:not(:last-child)::after {
    left: auto;
    top: 50%;
    right: 0;
    bottom: auto;
    transform: translate(100%, -50%);
    width: calc(20 * var(--fl-unit));
    height: calc(71 * var(--fl-unit));
    background-image: url("../img/flow-sub-arrow-pc.svg");
  }
}
.p-flow__subStepIcon {
  flex-shrink: 0;
  display: block;
  width: calc(62 * var(--fl-unit));
  height: calc(62 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-flow__subStepIcon {
    width: calc(92 * var(--fl-unit));
    height: calc(92 * var(--fl-unit));
    margin-bottom: calc(16 * var(--fl-unit));
  }
}
.p-flow__subStepBody {
  display: flex;
  flex-direction: column;
  gap: calc(8 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-flow__subStepBody {
    align-items: center;
    gap: calc(16 * var(--fl-unit));
  }
}
.p-flow__subStepTitle {
  color: var(--color-primary);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-flow__subStepTitle {
    text-align: center;
  }
}
.p-flow__subStepNote {
  display: block;
  margin-top: calc(8 * var(--fl-unit));
  color: var(--color-primary);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(0.6875 * var(--fl-unit-ratio) * 1rem);
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-flow__subStepNote {
    margin-top: calc(4 * var(--fl-unit));
  }
}
.p-flow__subStepDesc.u-text {
  font-size: calc(0.875 * var(--fl-unit-ratio) * 1rem);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-flow__subStepDesc.u-text {
    text-align: center;
  }
}
.p-flow__stepDesc {
  display: flex;
  flex-direction: column;
  gap: calc(4 * var(--fl-unit));
}
.p-flow__stepDesc.u-text {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-flow__stepDesc.u-text {
    line-height: 1.6;
    text-align: center;
  }
}
.p-flow__focusBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(12 * var(--fl-unit));
  width: 100%;
  background-color: var(--color-base01);
  border-radius: 10px;
  padding: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-flow__focusBox {
    flex-direction: row;
    justify-content: center;
    gap: calc(60 * var(--fl-unit));
    padding: calc(32 * var(--fl-unit));
  }
}
.p-flow__focusHeading {
  flex-shrink: 0;
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
}
@media screen and (min-width: 768px) {
  .p-flow__focusHeading {
    font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-flow__focusText {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__focusText {
    text-align: left;
  }
}
.p-flow__focusText.u-text {
  color: var(--color-primary);
  font-weight: 700;
}

.p-faq {
  background-color: var(--color-white);
}
.p-faq__heading.u-h2 {
  text-align: center;
}
.p-faq__heading.u-h2::after {
  content: "FAQ";
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: calc(16 * var(--fl-unit));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    max-width: 960px;
    margin-inline: auto;
  }
}
.p-faq__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-faq__q {
  display: flex;
  align-items: center;
  gap: calc(16 * var(--fl-unit));
  background-color: var(--color-primary);
  color: var(--color-white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(1 * var(--fl-unit-ratio) * 1rem);
  line-height: 1.5;
  border-radius: 10px 10px 0 0;
  padding-inline: calc(20 * var(--fl-unit));
  padding-block: calc(24 * var(--fl-unit));
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-faq__q {
    font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
    padding-block: calc(32 * var(--fl-unit));
  }
}
.p-faq__q::before {
  content: "Q";
  flex-shrink: 0;
  font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
}
.p-faq__a {
  background-color: var(--color-white);
  border: 2px solid var(--color-primary);
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding-inline: calc(20 * var(--fl-unit));
  padding-block: calc(24 * var(--fl-unit));
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-faq__a {
    padding-block: calc(32 * var(--fl-unit));
  }
}

.p-cta {
  background-color: var(--color-base01);
  padding-block: calc(32 * var(--fl-unit)) calc(35 * var(--fl-unit));
}
.p-cta.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: var(--color-base01);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: var(--color-base01);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-cta.u-full-width::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  height: calc(700 * var(--fl-unit));
  background-image: url(../img/mv-bg-sp.webp);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-block: calc(40 * var(--fl-unit)) calc(45 * var(--fl-unit));
  }
  .p-cta.u-full-width::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: var(--color-base01);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background: var(--color-base01);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-cta.u-full-width::after {
    background-image: url(../img/cta-bg-pc.webp);
    height: calc(800 * var(--fl-unit));
  }
}
.p-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(22 * var(--fl-unit));
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__inner {
    width: calc(1080 * var(--fl-unit));
    margin-inline: auto;
    gap: calc(24 * var(--fl-unit));
  }
}
.p-cta__heading.u-h2 {
  font-size: calc(2.5 * var(--fl-unit-ratio) * 1rem);
  line-height: 1.2;
  text-align: left;
  margin-inline: 0 auto;
  margin-bottom: calc(30 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-cta__heading.u-h2 {
    text-align: center;
    margin-inline: auto;
    font-size: calc(5 * var(--fl-unit-ratio) * 1rem);
    margin-bottom: calc(30 * var(--fl-unit));
  }
}
.p-cta__heading.u-h2::after {
  content: none;
}
.p-cta__lead {
  width: calc(684 * var(--fl-unit));
  margin-inline: auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-cta__lead {
    text-align: center;
    margin-bottom: calc(7 * var(--fl-unit));
  }
}
.p-cta__prize {
  width: 100%;
  max-width: 543px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__prize {
    width: calc(543 * var(--fl-unit));
    margin-bottom: calc(7 * var(--fl-unit));
  }
}
.p-cta__prize img {
  display: block;
  width: 100%;
  height: auto;
}
.p-cta__period {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(8 * var(--fl-unit));
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-cta__period {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
  }
}
.p-cta__periodLabel {
  font-weight: 700;
  font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-cta__periodLabel {
    font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
    line-height: 1;
  }
}
.p-cta__periodDate {
  display: block;
  font-weight: 700;
  font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
}
@media screen and (min-width: 768px) {
  .p-cta__periodDate {
    display: inline;
    font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-cta__periodNote {
  font-weight: 400;
  font-size: calc(0.875 * var(--fl-unit-ratio) * 1rem);
}
.p-cta__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(21 * var(--fl-unit));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cta__cta {
    gap: calc(18 * var(--fl-unit));
    width: auto;
  }
}
.p-cta__cta--withNote {
  gap: calc(12 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-cta__cta--withNote {
    gap: calc(16 * var(--fl-unit));
  }
}
.p-cta__ctaButtons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(16 * var(--fl-unit));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cta__ctaButtons {
    flex-direction: row;
    align-items: center;
    gap: calc(17 * var(--fl-unit));
    width: auto;
  }
}
.p-cta__ctaButtons .c-resona-link-btn-group__balloon {
  display: none;
}
.p-cta__subLink {
  text-align: center;
}
.p-cta__subLink a {
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: calc(1 * var(--fl-unit-ratio) * 1rem);
  text-decoration: underline;
}
.p-cta__ctaNote {
  width: 100%;
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: calc(0.8125 * var(--fl-unit-ratio) * 1rem);
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-cta__ctaNote {
    padding-top: calc(16 * var(--fl-unit));
    font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-cta__float {
  display: none;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-cta__float {
    display: block;
  }
}
.p-cta__float--01 {
  top: calc(108 * var(--fl-unit));
  left: calc(27 * var(--fl-unit));
  width: calc(183 * var(--fl-unit));
}
.p-cta__float--02 {
  top: calc(366 * var(--fl-unit));
  left: calc(75 * var(--fl-unit));
  width: calc(127 * var(--fl-unit));
}
.p-cta__float--03 {
  top: calc(320 * var(--fl-unit));
  left: calc(259 * var(--fl-unit));
  width: calc(84 * var(--fl-unit));
}
.p-cta__float--04 {
  top: calc(320 * var(--fl-unit));
  right: calc(292 * var(--fl-unit));
  width: calc(99 * var(--fl-unit));
}
.p-cta__float--05 {
  top: calc(107 * var(--fl-unit));
  right: calc(223 * var(--fl-unit));
  width: calc(114 * var(--fl-unit));
}
.p-cta__float--06 {
  top: calc(237 * var(--fl-unit));
  right: calc(42 * var(--fl-unit));
  width: calc(204 * var(--fl-unit));
}
.p-cta__sponsors {
  display: block;
  max-width: 524px;
  margin-inline: auto;
  width: calc(299 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-cta__sponsors {
    width: calc(800 * var(--fl-unit));
  }
}
.p-cta__sponsors img {
  display: block;
  width: 100%;
  height: auto;
}

.p-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(36 * var(--fl-unit));
  background-color: var(--color-primary);
  padding-inline: calc(24 * var(--fl-unit));
  padding-block: calc(32 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding-inline: calc(32 * var(--fl-unit));
    padding-block: calc(40 * var(--fl-unit));
    height: calc(100 * var(--fl-unit));
  }
}
.p-footer__nav {
  display: flex;
  align-items: center;
  gap: calc(16 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    gap: calc(36 * var(--fl-unit));
  }
}
.p-footer__link {
  color: var(--color-white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: calc(14 * var(--fl-unit));
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.p-footer__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    font-size: calc(16 * var(--fl-unit));
  }
}
.p-footer__divider {
  display: block;
  width: 1px;
  height: calc(17 * var(--fl-unit));
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-footer__divider {
    height: calc(20 * var(--fl-unit));
  }
}
.p-footer__copyright {
  color: var(--color-white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: calc(9 * var(--fl-unit));
  line-height: 1.4;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: calc(16 * var(--fl-unit));
  }
}
.p-footer__company-name {
  color: var(--color-white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: calc(13 * var(--fl-unit));
  line-height: 1.4;
  text-align: center;
  margin-bottom: calc(8 * var(--fl-unit));
}
@media screen and (min-width: 768px) {
  .p-footer__company-name {
    font-size: calc(16 * var(--fl-unit));
    margin-bottom: calc(8 * var(--fl-unit));
    text-align: left;
  }
}

.p-ctaFixed {
  position: fixed;
  z-index: 90;
  left: 50%;
  bottom: 3%;
  width: 94%;
  border-radius: 20px;
  border: 1px solid var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(8 * var(--fl-unit));
  padding-block: calc(12 * var(--fl-unit));
  padding-inline: calc(16 * var(--fl-unit));
  background: var(--grad-cta);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(100%);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.p-ctaFixed[data-js-state=show] {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
@media screen and (min-width: 768px) {
  .p-ctaFixed {
    left: auto;
    bottom: calc(40 * var(--fl-unit));
    right: calc(40 * var(--fl-unit));
    width: calc(250 * var(--fl-unit));
    height: calc(250 * var(--fl-unit));
    padding: calc(28 * var(--fl-unit)) calc(20 * var(--fl-unit)) calc(20 * var(--fl-unit)) calc(20 * var(--fl-unit));
    border-radius: 50%;
    justify-content: unset;
    transform: translateY(20px);
    gap: calc(12 * var(--fl-unit));
  }
  .p-ctaFixed[data-js-state=show] {
    transform: translateY(0);
  }
}
.p-ctaFixed__lead {
  color: var(--color-white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(0.875 * var(--fl-unit-ratio) * 1rem);
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-ctaFixed__lead {
    font-size: calc(1.75 * var(--fl-unit-ratio) * 1rem);
    line-height: 1.3;
    white-space: normal;
  }
  .p-ctaFixed__lead span {
    font-size: 72%;
  }
}
.p-ctaFixed__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(12 * var(--fl-unit));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-ctaFixed__buttons {
    flex-direction: column;
    gap: calc(8 * var(--fl-unit));
  }
}
.p-ctaFixed__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(16 * var(--fl-unit));
  flex: 1 0 auto;
  width: calc(200 * var(--fl-unit));
  background-color: var(--color-white);
  color: var(--color-accent);
  border-radius: 999px;
  padding-inline: calc(16 * var(--fl-unit));
  padding-block: calc(10 * var(--fl-unit));
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(0.875 * var(--fl-unit-ratio) * 1rem);
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-ctaFixed__btn {
    width: calc(220 * var(--fl-unit));
    flex: 1 0 auto;
    padding-block: calc(18 * var(--fl-unit));
    font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
    margin-bottom: calc(8 * var(--fl-unit));
  }
}
.p-ctaFixed__btn:hover {
  opacity: 0.7;
}
.p-ctaFixed__icon {
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  pointer-events: none;
}
.p-ctaFixed__link {
  flex-shrink: 0;
  color: var(--color-white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: calc(0.75 * var(--fl-unit-ratio) * 1rem);
  text-decoration: underline;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-ctaFixed__link {
    font-size: calc(1 * var(--fl-unit-ratio) * 1rem);
  }
}
.p-ctaFixed__link:hover {
  opacity: 0.7;
}

.u-text {
  font-size: calc(0.875 * var(--fl-unit-ratio) * 1rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  color: var(--color-text);
  font-weight: 400;
  line-height: 1.8;
  font-feature-settings: normal;
}
@media screen and (min-width: 768px) {
  .u-text {
    font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
  }
}

.u-text-center {
  text-align: center;
}

.u-h2 {
  font-size: calc(2.25 * var(--fl-unit-ratio) * 1rem);
  font-weight: 700;
  position: relative;
  background-image: var(--grad-primary);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-bottom: calc(66 * var(--fl-unit));
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .u-h2 {
    font-size: calc(5 * var(--fl-unit-ratio) * 1rem);
    margin-bottom: calc(114 * var(--fl-unit));
  }
}
.u-h2::after {
  content: "VOICE";
  width: 100%;
  font-size: 45%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  display: block;
  color: var(--color-primary);
  position: absolute;
  top: -2.8em;
  font-weight: 600;
  transform: translateY(100%);
  color: var(--color-text);
  -webkit-text-fill-color: var(--color-text); /*グラデーション文字用のフォールバック*/
  text-align: center;
  bottom: -0.55em;
  font-family: "Barlow Condensed", sans-serif;
  font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .u-h2::after {
    bottom: -0.2em;
    font-size: calc(3.125 * var(--fl-unit-ratio) * 1rem);
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-sp-only {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-only {
    display: inline-block;
  }
}

.u-full-width {
  position: relative;
  z-index: 0;
}
.u-full-width::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.c-resona-link-btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(327 * var(--fl-unit));
  margin-inline: auto;
  gap: calc(6 * var(--fl-unit));
}
.c-resona-link-btn-group__balloon {
  color: var(--color-accent);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: calc(1.125 * var(--fl-unit-ratio) * 1rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-resona-link-btn-group {
    width: calc(470 * var(--fl-unit));
    min-width: 312px;
    gap: calc(8 * var(--fl-unit));
    margin-inline: 0;
  }
}

.c-resona-link-btn {
  display: block;
  position: relative;
  width: 100%;
  background-color: var(--color-accent);
  color: var(--color-white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 999px;
  padding-block: 21px;
  padding-inline: calc(32 * var(--fl-unit));
  font-size: calc(1 * var(--fl-unit-ratio) * 1rem);
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-resona-link-btn {
    padding-block: calc(30 * var(--fl-unit));
    padding-inline: calc(30 * var(--fl-unit));
    font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
  }
}
.c-resona-link-btn:hover {
  opacity: 0.7;
}
.c-resona-link-btn__icon {
  position: absolute;
  right: calc(20 * var(--fl-unit));
  top: 50%;
  width: 0.65em;
  height: 0.65em;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.c-resona-link-btn-dl {
  display: block;
  width: calc(327 * var(--fl-unit));
  position: relative;
  margin-inline: auto;
  background-color: var(--color-white);
  border: 2px solid var(--color-primary);
  color: var(--color-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 999px;
  padding-block: 20px;
  padding-inline: calc(32 * var(--fl-unit));
  font-size: calc(1 * var(--fl-unit-ratio) * 1rem);
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-resona-link-btn-dl {
    width: calc(470 * var(--fl-unit));
    min-width: 312px;
    padding-block: calc(29 * var(--fl-unit));
    padding-inline: calc(30 * var(--fl-unit));
    margin-inline: 0;
    font-size: calc(1.5 * var(--fl-unit-ratio) * 1rem);
  }
}
.c-resona-link-btn-dl:hover {
  opacity: 0.7;
}
.c-resona-link-btn-dl__note {
  font-weight: 400;
  font-size: 0.8em;
}
.c-resona-link-btn-dl__icon {
  position: absolute;
  right: calc(18 * var(--fl-unit));
  top: 50%;
  width: 0.65em;
  height: 0.65em;
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.l-header {
  transition: box-shadow 0.3s ease;
}
.l-header[data-js-header=shrink] {
  box-shadow: 0 2px 12px rgba(7, 66, 46, 0.2);
}

[data-js-scrl-item] {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-js-scrl-item=init] {
  opacity: 0;
  transform: translateY(40px);
}

[data-js-scrl-item=show] {
  opacity: 1;
  transform: translateY(0);
}

[data-js-scrl-item].u-h2::after {
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}

[data-js-scrl-item=init].u-h2::after {
  opacity: 0;
  transform: translateY(103%);
}

[data-js-scrl-item=show].u-h2::after {
  opacity: 1;
  transform: translateY(100%);
}

.p-merit__cta[data-js-scrl-item] {
  opacity: 1;
  transform: none;
}
.p-merit__cta[data-js-scrl-item] .p-merit__ctaButtons,
.p-merit__cta[data-js-scrl-item] .p-merit__subLink {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.p-merit__cta[data-js-scrl-item=init] .p-merit__ctaButtons,
.p-merit__cta[data-js-scrl-item=init] .p-merit__subLink {
  opacity: 0;
  transform: translateY(40px);
}

.p-merit__cta[data-js-scrl-item=show] .p-merit__ctaButtons,
.p-merit__cta[data-js-scrl-item=show] .p-merit__subLink {
  opacity: 1;
  transform: translateY(0);
}
.p-merit__cta[data-js-scrl-item=show] .p-merit__subLink {
  transition-delay: 0.3s;
}

.p-entry__stats[data-js-scrl-item] {
  opacity: 1;
  transform: none;
}

.p-entry__stats[data-js-scrl-item] .p-entry__stat {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.p-entry__stats[data-js-scrl-item=init] .p-entry__stat {
  opacity: 0;
  transform: translateY(80px);
}

.p-entry__stats[data-js-scrl-item=show] .p-entry__stat {
  opacity: 1;
  transform: translateY(0);
}
.p-entry__stats[data-js-scrl-item=show] .p-entry__stat:nth-child(2) {
  transition-delay: 0.15s;
}
.p-entry__stats[data-js-scrl-item=show] .p-entry__stat:nth-child(3) {
  transition-delay: 0.3s;
}

.p-voice__quoteImages[data-js-scrl-item] {
  opacity: 1;
  transform: none;
}

.p-voice__quoteImages[data-js-scrl-item] .p-voice__quoteImage {
  transition: opacity 0.6s ease, transform 1s ease;
}

.p-voice__quoteImages[data-js-scrl-item=init] .p-voice__quoteImage {
  opacity: 0;
  transform: translateY(133%);
}

.p-voice__quoteImages[data-js-scrl-item=show] .p-voice__quoteImage {
  opacity: 1;
  transform: translateY(0%);
}

.p-voice__quoteImages[data-js-scrl-item=show] .p-voice__quoteMask:nth-child(2) .p-voice__quoteImage {
  transition-delay: 0.15s;
}
.p-voice__quoteImages[data-js-scrl-item=show] .p-voice__quoteMask:nth-child(3) .p-voice__quoteImage {
  transition-delay: 0.3s;
}

.p-voice__grid[data-js-scrl-item] {
  opacity: 1;
  transform: none;
}

.p-voice__grid[data-js-scrl-item] .p-voice__gridItem {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.p-voice__grid[data-js-scrl-item=init] .p-voice__gridItem {
  opacity: 0;
  transform: translateY(60px);
}

.p-voice__grid[data-js-scrl-item=show] .p-voice__gridItem {
  opacity: 1;
  transform: translateY(0);
}
.p-voice__grid[data-js-scrl-item=show] .p-voice__gridItem:nth-child(2) {
  transition-delay: 0.15s;
}
.p-voice__grid[data-js-scrl-item=show] .p-voice__gridItem:nth-child(3) {
  transition-delay: 0.3s;
}

.p-cta__cta[data-js-scrl-item] {
  opacity: 1;
  transform: none;
}
.p-cta__cta[data-js-scrl-item] .p-cta__ctaButtons,
.p-cta__cta[data-js-scrl-item] .p-cta__subLink {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.p-cta__cta[data-js-scrl-item=init] .p-cta__ctaButtons,
.p-cta__cta[data-js-scrl-item=init] .p-cta__subLink {
  opacity: 0;
  transform: translateY(40px);
}

.p-cta__cta[data-js-scrl-item=show] .p-cta__ctaButtons,
.p-cta__cta[data-js-scrl-item=show] .p-cta__subLink {
  opacity: 1;
  transform: translateY(0);
}
.p-cta__cta[data-js-scrl-item=show] .p-cta__subLink {
  transition-delay: 0.3s;
}

.p-cta__float[data-js-scrl-item] {
  transition-delay: 0.6s;
  transition: opacity 1.4s ease, transform 1.4s ease;
}

.p-cta__float--02[data-js-scrl-item=show] {
  transition-delay: 0.1s;
}

.p-cta__float--03[data-js-scrl-item=show] {
  transition-delay: 0.2s;
}

.p-cta__float--04[data-js-scrl-item=show] {
  transition-delay: 0.1s;
}

.p-cta__float--05[data-js-scrl-item=show] {
  transition-delay: 0.2s;
}

.p-cta__float--06[data-js-scrl-item=show] {
  transition-delay: 0.3s;
}

.p-mv[data-js-state=init]::after {
  opacity: 0;
  transform: translate(calc(-50% + 40px));
}
.p-mv[data-js-state=show]::after {
  opacity: 1;
  transform: translateX(-50%);
  transition: opacity 2s ease, transform 1s ease;
}
.p-mv__copy[data-js-state=init] {
  opacity: 0;
  transform: translateY(30px);
}
.p-mv__meritItem[data-js-state=init] {
  opacity: 0;
  transform: translateY(30px);
}
.p-mv__applyGroup[data-js-state=init] {
  opacity: 0;
  transform: translateY(30px);
}
.p-mv__logoList li[data-js-state=init] {
  opacity: 0;
  transform: translateY(20px);
}