@charset "UTF-8";
:root {
  --resetColor: var(--black);
  --resetBgColor: var(--white);
  --resetFontFamily: var(--gothic);
  --resetFontSize: var(--fz140);
  --resetFontWeight: var(--fontRegular);
  --resetLineHeight: var(--lh500);
  --resetLetterSpacing: var(--ls500);
  --primary: #1A264C;
  --secondary: #E15600;
  --accent: #938227;
  --navy: #1A264C;
  --orange: #E15600;
  --gold: #938227;
  --dark: #2E3446;
  --gray100: #F9F9F9;
  --gray200: #F4F4F4;
  --gray300: #F2F2F3;
  --gray400: #B8BABE;
  --gray500: #979CAD;
  --gray600: #99A1AF;
  --gray700: #9EA0A6;
  --black: #2D2C2C;
  --white: #FFFFFF;
  --gothic: Noto Sans JP, Yu Gothic, Meiryo, メイリオ, MS PGothic, ＭＳ Ｐゴシック, sans-serif;
  --en: Inter, sans-serif;
  --fz100: 1.0rem;
  --fz110: 1.2rem;
  --fz120: 1.3rem;
  --fz130: 1.4rem;
  --fz140: 1.6rem;
  --fz200: 1.8rem;
  --fz210: 2.0rem;
  --fz220: 2.4rem;
  --fz300: 2.8rem;
  --fz310: 3.2rem;
  --fz320: 3.6rem;
  --fz400: 4.0rem;
  --fz500: 5.0rem;
  --fz600: 6.0rem;
  --fz700: 7.0rem;
  --fz800: 8.0rem;
}
@media screen and (max-width: 767px) {
  :root {
    --fz100: 1.0rem;
    --fz110: 1.1rem;
    --fz120: 1.2rem;
    --fz130: 1.3rem;
    --fz140: 1.5rem;
    --fz200: 1.6rem;
    --fz210: 1.8rem;
    --fz220: 2.0rem;
    --fz300: 2.2rem;
    --fz310: 2.4rem;
    --fz320: 2.6rem;
    --fz400: 2.8rem;
    --fz500: 3.2rem;
    --fz600: 3.6rem;
    --fz700: 3.8rem;
    --fz800: 3.8rem;
  }
}
:root {
  --fontThin: 100;
  --fontLight: 300;
  --fontRegular: 400;
  --fontMedium: 500;
  --fontSemiBold: 600;
  --fontBold: 700;
  --fontBlack: 900;
  --lh100: 1.0;
  --lh200: 1.2;
  --lh300: 1.4;
  --lh500: 1.6;
  --lh600: 1.8;
  --lh700: 2.0;
  --ls0: 0em;
  --ls50: 0.05em;
  --ls75: 0.075em;
  --ls100: 0.1em;
  --ls150: 0.15em;
  --ls200: 0.2em;
  --ls500: 0.05em;
  --opacity300: .4;
  --opacity500: .6;
  --opacity700: .8;
  --width: 120rem;
  --widthWide: 144rem;
  --widthNarrow: 80rem;
}
@media screen and (max-width: 767px) {
  :root {
    --width: 100%;
    --widthWide: 100%;
    --widthNarrow: 100%;
  }
}
:root {
  --space100: 1rem;
  --space200: 2rem;
  --space300: 3rem;
  --space400: 4rem;
  --space500: 5rem;
  --space600: 6rem;
  --space700: 8rem;
  --space800: 10rem;
  --space900: 12rem;
  --space1000: 16rem;
}
@media screen and (max-width: 767px) {
  :root {
    --space700: 5rem;
    --space800: 6rem;
    --space900: 8rem;
    --space1000: 10rem;
  }
}
:root {
  --linear: cubic-bezier(0.250, 0.250, 0.750, 0.750);
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --radius-sm: 0.4rem;
  --radius: 0.8rem;
  --radius-lg: 1.6rem;
  --radius-full: 9999px;
  --z-bg: -1;
  --z-base: 1;
  --z-content: 5;
  --z-header: 10;
  --z-modal: 50;
  --z-toast: 100;
}

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

/* Document */
/* ============================================ */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections */
/* ============================================ */
body {
  margin: 0;
  overflow-x: hidden;
}

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 */
/* ============================================ */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
button,
input,
optgroup,
select,
textarea {
  -webkit-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;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

/* Interactive */
/* ============================================ */
details {
  display: block;
}

summary {
  display: list-item;
}

/* Table */
/* ============================================ */
table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html * {
  position: relative;
}
html {
  font-size: 10px;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

picture img {
  width: 100%;
}

body {
  font-family: var(--gothic);
  font-size: var(--resetFontSize);
  font-weight: var(--resetFontWeight);
  line-height: var(--resetLineHeight);
  color: var(--resetColor);
  background: var(--resetBgColor);
  letter-spacing: var(--resetLetterSpacing);
  text-size-adjust: 100%;
}
body * {
  outline: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: #E5E5E5;
}

::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
i,
span,
em,
strong,
dl dt,
dl dd,
ul li,
ol li,
figcaption,
table th,
table td {
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-decoration: none;
  list-style: none;
}

a {
  transition: opacity 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: var(--opacity500);
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    image-rendering: auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  img {
    image-rendering: auto;
  }
}

picture,
figure {
  display: block;
  line-height: 0;
  height: 100%;
  width: 100%;
}

table {
  width: 100%;
}

iframe {
  border: none;
}

input,
textarea,
select,
button {
  font-family: var(--gothic);
  font-size: var(--resetFontSize);
  font-weight: var(--resetFontWeight);
  line-height: var(--resetLineHeight);
  color: var(--resetColor);
  background: var(--resetBgColor);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-3rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(3rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollLine {
  0% {
    top: 0;
    bottom: 100%;
  }
  40% {
    top: 0%;
    bottom: 0%;
  }
  100% {
    top: 100%;
    bottom: 0%;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ticker-slide {
  0% {
    transform: translateX(0);
  }
  22.22% {
    transform: translateX(0);
  }
  55.55% {
    transform: translateX(calc(-1 * var(--ticker-overflow, 0px)));
  }
  77.77% {
    transform: translateX(calc(-1 * var(--ticker-overflow, 0px)));
  }
  77.78% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sponsor-scroll-small {
  0% {
    transform: translateX(0);
  }
  55.55% {
    transform: translateX(calc(-1 * var(--sponsor-overflow, 0px)));
  }
  77.77% {
    transform: translateX(calc(-1 * var(--sponsor-overflow, 0px)));
  }
  77.78% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.js_accordion dt {
  transition: opacity 0.3s;
  cursor: pointer;
}
.js_accordion dt:hover {
  opacity: var(--opacity500);
}
.js_accordion dd {
  display: none;
}

.js_tab .js_tab_content {
  position: relative;
}
.js_tab .js_tab_content > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  transform: translateY(2rem);
  transition: all 0.5s;
}
.js_tab .js_tab_content > *.is-tab {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: auto;
  transform: translateY(0);
}

.js_anim_scroll.-fadeUp {
  transition: opacity 0.7s, transform 0.7s var(--easeOutCubic);
  transform: translateY(4rem);
  opacity: 0;
  transition-delay: 0.2s;
}
.js_anim_scroll.-fadeUp.is-anim {
  transform: translateY(0);
  opacity: 1;
}
.js_anim_scroll.-fadeIn {
  transition: opacity 0.7s;
  opacity: 0;
  transition-delay: 0.2s;
}
.js_anim_scroll.-fadeIn.is-anim {
  opacity: 1;
}
.js_anim_scroll.-blurIn {
  transition: opacity 1.3s, filter 1.3s, transform 0.7s var(--easeOutCubic);
  transform: translateY(4rem);
  opacity: 0;
  filter: blur(5rem);
  transition-delay: 0.2s;
}
.js_anim_scroll.-blurIn.is-anim {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
.js_anim_scroll.-secTtl .en span,
.js_anim_scroll.-secTtl .ja span {
  transition: opacity 0.7s, transform 0.7s var(--easeOutCubic);
  transform: translateY(4rem);
  opacity: 0;
  display: inline-block;
}
.js_anim_scroll.-secTtl.is-anim .en span,
.js_anim_scroll.-secTtl.is-anim .ja span {
  transform: translateY(0);
  opacity: 1;
}
.js_anim_scroll.-secTtl.is-anim .ja span {
  transition-delay: 0.6s;
}
.js_anim_scroll.-delay1 {
  transition-delay: 0.1s;
}
.js_anim_scroll.-delay2 {
  transition-delay: 0.2s;
}
.js_anim_scroll.-delay3 {
  transition-delay: 0.3s;
}
.js_anim_scroll.-delay4 {
  transition-delay: 0.4s;
}
.js_anim_scroll.-delay5 {
  transition-delay: 0.5s;
}

.m_box_fixed {
  position: relative;
  width: var(--width);
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .m_box_fixed {
    padding: 0 2rem;
  }
}

.m_box_fixed_wide {
  position: relative;
  width: var(--widthWide);
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .m_box_fixed_wide {
    padding: 0 2rem;
  }
}

.m_box_fixed_narrow {
  position: relative;
  width: var(--widthNarrow);
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .m_box_fixed_narrow {
    padding: 0 2rem;
  }
}

.m_box_movie .cover {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.m_box_movie .cover iframe,
.m_box_movie .cover video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m_box_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m_box_row2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 50%));
  column-gap: 4rem;
  row-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .m_box_row2 {
    grid-template-columns: repeat(1, minmax(0, 100%));
    row-gap: 2.5rem;
  }
}

.m_box_row3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 33.3333333333%));
  column-gap: 3rem;
  row-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .m_box_row3 {
    grid-template-columns: repeat(1, minmax(0, 100%));
    row-gap: 2.5rem;
  }
}

.m_box_row4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 25%));
  column-gap: 2.5rem;
  row-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .m_box_row4 {
    grid-template-columns: repeat(1, minmax(0, 100%));
    row-gap: 2rem;
  }
}

.m_btn_main {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .m_btn_main {
    margin-top: 3rem;
    text-align: center;
  }
}
.m_btn_main a,
.m_btn_main button {
  position: relative;
  display: inline-block;
  border-radius: var(--radius-full);
  min-width: 22rem;
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 1.4rem 5rem 1.4rem 3rem;
  text-align: left;
  letter-spacing: var(--ls100);
  font-size: var(--fz140);
  overflow: hidden;
  transition: color 0.2s;
  cursor: pointer;
}
.m_btn_main a::before,
.m_btn_main button::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: var(--primary);
  transition: transform 0.5s var(--easeOutCubic);
  transform: translateY(105%);
}
.m_btn_main a::after,
.m_btn_main button::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 2.2rem;
  z-index: 10;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: var(--radius-full);
  background: var(--primary);
  transition: background 0.2s;
}
.m_btn_main a span,
.m_btn_main button span {
  position: relative;
  z-index: 10;
}
.m_btn_main a:hover,
.m_btn_main button:hover {
  opacity: 1;
  color: var(--white);
}
.m_btn_main a:hover::before,
.m_btn_main button:hover::before {
  transform: translateY(0);
}
.m_btn_main a:hover::after,
.m_btn_main button:hover::after {
  background: var(--white);
}
.m_btn_main.-wh a,
.m_btn_main.-wh button {
  color: var(--white);
  border-color: var(--white);
}
.m_btn_main.-wh a::before,
.m_btn_main.-wh button::before {
  background: var(--white);
}
.m_btn_main.-wh a::after,
.m_btn_main.-wh button::after {
  background: var(--white);
}
.m_btn_main.-wh a:hover,
.m_btn_main.-wh button:hover {
  color: var(--primary);
}
.m_btn_main.-wh a:hover::after,
.m_btn_main.-wh button:hover::after {
  background: var(--primary);
}

.m_btn_txt {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .m_btn_txt {
    margin-top: 2.5rem;
    text-align: center;
  }
}
.m_btn_txt a {
  display: inline-block;
  font-size: var(--fz140);
  letter-spacing: var(--ls100);
  border-bottom: 1px solid currentColor;
  line-height: 1.3;
  position: relative;
  padding-bottom: 0.3rem;
  transition: opacity 0.3s, transform 0.3s;
}
.m_btn_txt a:hover {
  opacity: 1;
  transform: scale(1.05);
}

.m_btn_solid {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .m_btn_solid {
    margin-top: 2.5rem;
    text-align: center;
  }
}
.m_btn_solid a,
.m_btn_solid button {
  display: inline-block;
  border-radius: var(--radius);
  background: var(--primary);
  color: var(--white);
  padding: 1.4rem 4rem;
  font-size: var(--fz140);
  letter-spacing: var(--ls100);
  transition: opacity 0.3s;
  cursor: pointer;
}
.m_btn_solid a:hover,
.m_btn_solid button:hover {
  opacity: var(--opacity500);
}

.m_form_select, .m_form_textarea, .m_form_input {
  display: block;
  width: 100%;
  padding: 1.2rem 1.6rem;
  font-size: var(--fz140);
  line-height: var(--lh500);
  color: var(--black);
  background: var(--white);
  border: 1px solid var(--gray300);
  border-radius: var(--radius);
  transition: border-color 0.2s;
}
.m_form_select:focus, .m_form_textarea:focus, .m_form_input:focus {
  border-color: var(--primary);
  outline: none;
}

.m_form_group {
  margin-bottom: 2.5rem;
}
.m_form_group label {
  display: block;
  margin-bottom: 0.8rem;
  font-size: var(--fz130);
  font-weight: var(--fontMedium);
  letter-spacing: var(--ls50);
}
.m_form_group label .req {
  display: inline-block;
  margin-left: 0.8rem;
  padding: 0.2rem 0.6rem;
  font-size: var(--fz110);
  color: var(--white);
  background: #E53E3E;
  border-radius: var(--radius-sm);
  line-height: 1;
  vertical-align: middle;
}

.m_form_input:placeholder-shown {
  color: var(--gray400);
}
.m_form_input::-webkit-input-placeholder {
  color: var(--gray400);
}
.m_form_input:-moz-placeholder {
  color: var(--gray400);
  opacity: 1;
}
.m_form_input::-moz-placeholder {
  color: var(--gray400);
  opacity: 1;
}
.m_form_input:-ms-input-placeholder {
  color: var(--gray400);
}

.m_form_textarea {
  resize: vertical;
  min-height: 14rem;
}
.m_form_textarea:placeholder-shown {
  color: var(--gray400);
}
.m_form_textarea::-webkit-input-placeholder {
  color: var(--gray400);
}
.m_form_textarea:-moz-placeholder {
  color: var(--gray400);
  opacity: 1;
}
.m_form_textarea::-moz-placeholder {
  color: var(--gray400);
  opacity: 1;
}
.m_form_textarea:-ms-input-placeholder {
  color: var(--gray400);
}

.m_form_select {
  padding-right: 4rem;
  background-image: url("../img/icon/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  background-size: 1.2rem;
  cursor: pointer;
}

.m_form_check {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}
.m_form_check input[type=checkbox],
.m_form_check input[type=radio] {
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid var(--gray300);
  border-radius: var(--radius-sm);
  appearance: none;
  transition: border-color 0.2s, background 0.2s;
  cursor: pointer;
}
.m_form_check input[type=checkbox]:checked,
.m_form_check input[type=radio]:checked {
  border-color: var(--primary);
  background: var(--primary);
}
.m_form_check input[type=radio] {
  border-radius: var(--radius-full);
}

.m_form_submit {
  text-align: center;
  margin-top: 4rem;
}
.m_form_submit button {
  display: inline-block;
  border-radius: var(--radius-full);
  min-width: 22rem;
  background: var(--primary);
  color: var(--white);
  padding: 1.6rem 5rem;
  font-size: var(--fz140);
  font-weight: var(--fontMedium);
  letter-spacing: var(--ls100);
  transition: opacity 0.3s;
  cursor: pointer;
}
.m_form_submit button:hover {
  opacity: var(--opacity500);
}
.m_form_submit button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.m_form_error {
  display: block;
  margin-top: 0.5rem;
  font-size: var(--fz120);
  color: #E53E3E;
}

.c-scrollIcon {
  display: block;
  margin: 4rem auto;
  height: 8rem;
  width: 1px;
  overflow: hidden;
  transition: opacity 1.5s;
}
@media screen and (max-width: 767px) {
  .c-scrollIcon {
    margin: 2.5rem auto;
    height: 5rem;
  }
}
.c-scrollIcon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--gray500);
  animation: scrollLine 2.5s ease-in-out infinite;
}
@keyframes scrollLine {
  0% {
    top: 0;
    bottom: 100%;
  }
  40% {
    top: 0%;
    bottom: 0%;
  }
  100% {
    top: 100%;
    bottom: 0%;
  }
}

.c-icon {
  display: inline-block;
  line-height: 0;
  flex-shrink: 0;
}
.c-icon svg,
.c-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.c-tag {
  display: inline-block;
  position: relative;
  padding: 0.5rem 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-tag {
    padding: 0.3rem 1rem;
  }
}
.c-tag {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-full);
  background: var(--gray200);
  color: var(--gray700);
  font-size: var(--fz120);
  font-weight: var(--fontMedium);
  letter-spacing: var(--ls50);
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.c-tag.-primary {
  background: var(--primary);
  color: var(--white);
}

.m_list_news {
  font-size: var(--fz140);
}
@media screen and (max-width: 767px) {
  .m_list_news {
    border-top: 1px solid var(--gray300);
  }
}
.m_list_news li {
  border-bottom: 1px solid var(--gray300);
}
.m_list_news li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.8rem 0;
  column-gap: 3rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .m_list_news li a {
    padding: 2rem 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.m_list_news li a:hover {
  opacity: var(--opacity500);
}
.m_list_news li a .day {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: var(--fz130);
  color: var(--gray600);
  white-space: nowrap;
}
.m_list_news li a .cat {
  font-size: var(--fz120);
  font-weight: var(--fontMedium);
  color: var(--primary);
}
.m_list_news li a .ttl {
  font-size: var(--fz140);
  letter-spacing: var(--ls50);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .m_list_news li a .ttl {
    white-space: normal;
  }
}

.m_list_disc li {
  position: relative;
  padding-left: 1.4rem;
  font-size: var(--fz140);
  line-height: var(--lh600);
}
.m_list_disc li + li {
  margin-top: 0.5rem;
}
.m_list_disc li::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0.8em;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: var(--radius-full);
  background: currentColor;
}

.m_list_num {
  counter-reset: num-list;
}
.m_list_num li {
  position: relative;
  padding-left: 2.4rem;
  font-size: var(--fz140);
  line-height: var(--lh600);
  counter-increment: num-list;
}
.m_list_num li + li {
  margin-top: 0.5rem;
}
.m_list_num li::before {
  content: counter(num-list) ".";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: var(--fontBold);
}

.c-breadcrumb {
  padding: 1.5rem 0;
  font-size: var(--fz120);
  color: var(--gray500);
}
.c-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.c-breadcrumb ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-breadcrumb ul li::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.c-breadcrumb ul li:last-child::after {
  display: none;
}
.c-breadcrumb ul li a {
  color: var(--primary);
  transition: opacity 0.3s;
  cursor: pointer;
}
.c-breadcrumb ul li a:hover {
  opacity: var(--opacity500);
}

.m_table_base {
  width: 100%;
  font-size: var(--fz140);
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .m_table_base {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .m_table_base thead {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m_table_base tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .m_table_base tr {
    display: block;
    border-bottom: 1px solid var(--gray300);
  }
  .m_table_base tr:first-child {
    border-top: 1px solid var(--gray300);
  }
}
.m_table_base th,
.m_table_base td {
  padding: 1.8rem 2rem;
  line-height: var(--lh600);
  border-bottom: 1px solid var(--gray300);
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .m_table_base th,
  .m_table_base td {
    display: block;
    padding: 1.2rem 0;
    border-bottom: none;
  }
}
.m_table_base th {
  font-weight: var(--fontMedium);
  background: var(--gray100);
  white-space: nowrap;
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .m_table_base th {
    width: 100%;
    background: transparent;
    color: var(--gray500);
    font-size: var(--fz120);
  }
}

@media screen and (max-width: 767px) {
  .m_table_dl {
    display: block;
  }
}
.m_table_dl tr {
  display: grid;
  grid-template-columns: 20rem 1fr;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--gray300);
}
@media screen and (max-width: 767px) {
  .m_table_dl tr {
    display: block;
    padding: 1.5rem 0;
  }
}
.m_table_dl tr:first-child {
  border-top: 1px solid var(--gray300);
}
.m_table_dl th {
  font-weight: var(--fontMedium);
  font-size: var(--fz130);
  color: var(--gray600);
  padding: 0;
}
@media screen and (max-width: 767px) {
  .m_table_dl th {
    margin-bottom: 0.5rem;
    font-size: var(--fz120);
  }
}
.m_table_dl td {
  padding: 0;
  line-height: var(--lh600);
}

.m_txt_secTtl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .m_txt_secTtl {
    margin-bottom: 3.5rem;
  }
}
.m_txt_secTtl .en {
  display: block;
  font-family: var(--en);
  font-size: var(--fz310);
  font-weight: var(--fontSemiBold);
  color: var(--primary);
  line-height: 1.1;
  letter-spacing: var(--ls0);
  text-transform: uppercase;
}
.m_txt_secTtl .en span {
  display: inline-block;
  min-width: 0.3em;
}
.m_txt_secTtl .ja {
  display: block;
  font-family: var(--gothic);
  font-size: var(--fz210);
  font-weight: var(--fontBold);
  color: var(--black);
  line-height: 1.4;
  letter-spacing: var(--ls100);
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .m_txt_secTtl .ja {
    margin-top: 0.8rem;
  }
}
.m_txt_secTtl.-center {
  text-align: center;
}
.m_txt_secTtl.-wh .en {
  color: rgba(255, 255, 255, 0.5);
}
.m_txt_secTtl.-wh .ja {
  color: var(--white);
}
.m_txt_secTtl.-sm .en {
  font-size: var(--fz220);
}
.m_txt_secTtl.-sm .ja {
  font-size: var(--fz200);
}
.m_txt_secTtl.-lg .en {
  font-size: var(--fz500);
}
.m_txt_secTtl.-lg .ja {
  font-size: var(--fz300);
}

.m_txt_lead {
  font-size: var(--fz200);
  font-weight: var(--fontMedium);
  line-height: var(--lh600);
  letter-spacing: var(--ls100);
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .m_txt_lead {
    font-size: var(--fz140);
    margin-bottom: 2.5rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.m_txt_lead.-center {
  text-align: center;
}
.m_txt_lead.-primary {
  color: var(--primary);
}

.m_txt_body {
  font-size: var(--fz140);
  line-height: var(--lh700);
  letter-spacing: var(--ls50);
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .m_txt_body {
    font-size: var(--fz140);
  }
}
.m_txt_body p + p {
  margin-top: 1.5em;
}
.m_txt_body.-center {
  text-align: center;
}
.m_txt_body .-primary {
  color: var(--primary);
}

.m_txt_label {
  display: inline-block;
  font-size: var(--fz120);
  font-weight: var(--fontMedium);
  letter-spacing: var(--ls100);
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .m_txt_label {
    margin-bottom: 1rem;
  }
}

.c-ticker {
  overflow: hidden;
  white-space: nowrap;
}
.c-ticker__inner {
  display: inline-block;
}
.c-ticker--active .c-ticker__inner {
  animation: ticker-slide 9s var(--easeInOutSine) infinite;
}

.pc-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hide {
    display: block;
  }
}

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

@media screen and (max-width: 1024px) {
  .tablet-hide {
    display: none;
  }
}

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

.u-ta-left {
  text-align: left;
}

.u-ta-right {
  text-align: right;
}

.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;
}

.sec-inner {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .sec-inner {
    padding: 0;
  }
}

.p_sponsor__sec-label {
  font-family: var(--en);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p_sponsor__sec-label {
    font-size: 1.4rem;
  }
}

.p_sponsor__sec-ttl {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p_sponsor__sec-ttl {
    font-size: 2rem;
  }
}

.p_sponsor_hero {
  position: relative;
  height: 55.5555555556vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 9.7222222222vw;
  padding-left: 10.6944444444vw;
  padding-right: 1.6666666667vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_hero {
    height: 80rem;
    padding-top: 16.6rem;
    padding-left: 15.4rem;
    padding-right: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_hero {
    height: 74rem;
    padding-top: 14.2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 6.4rem;
  }
}
.p_sponsor_hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p_sponsor_hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.p_sponsor_hero__content {
  position: relative;
  z-index: 1;
  max-width: 76.3888888889vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_hero__content {
    max-width: 96.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_hero__content {
    max-width: none;
  }
}
.p_sponsor_hero__br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p_sponsor_hero__br-sp {
    display: inline;
  }
}
.p_sponsor_hero__label {
  font-size: 1.9444444444vw;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 1.25px;
  line-height: 1;
  margin-bottom: 5.8333333333vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_hero__label {
    font-size: 2.8rem;
    margin-bottom: 8.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_hero__label {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2.54;
    margin-bottom: 0.5rem;
  }
}
.p_sponsor_hero__ttl {
  font-size: 4.8611111111vw;
  font-weight: 700;
  color: var(--white);
  line-height: 0.9;
  letter-spacing: 5px;
  margin-bottom: 1.3888888889vw;
  margin-left: -0.6944444444vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_hero__ttl {
    font-size: 7rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_hero__ttl {
    font-size: 3.7rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 2.6rem;
  }
}
.p_sponsor_hero__sub {
  font-size: 1.9444444444vw;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 6px;
  line-height: 1.85;
  margin-bottom: 1.3194444444vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_hero__sub {
    font-size: 2.8rem;
    margin-bottom: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_hero__sub {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.905;
    margin-bottom: 1.3rem;
  }
}
.p_sponsor_hero__body {
  font-size: 1.3888888889vw;
  font-weight: 500;
  color: var(--white);
  letter-spacing: -0.45px;
  line-height: 1.9;
  margin-bottom: 7.9166666667vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_hero__body {
    font-size: 2rem;
    margin-bottom: 11.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_hero__body {
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    line-height: 1.8;
    margin-bottom: 5.1rem;
  }
}
.p_sponsor_hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4583333333vw 1.7361111111vw;
  gap: 1.7361111111vw;
  background: var(--orange);
  color: var(--white);
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 9999px;
  text-decoration: none;
  transition: opacity 0.3s;
  cursor: pointer;
}
.p_sponsor_hero__btn:hover {
  opacity: var(--opacity500);
}
@media screen and (min-width: 1681px) {
  .p_sponsor_hero__btn {
    padding: 2.1rem 2.5rem;
    gap: 2.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_hero__btn {
    width: 100%;
    font-size: 1.5rem;
    padding: 2.1rem 2.5rem;
    gap: 1.5rem;
  }
}
.p_sponsor_hero__btn svg {
  width: 1.3194444444vw;
  height: 0.9722222222vw;
  flex-shrink: 0;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_hero__btn svg {
    width: 1.9rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_hero__btn svg {
    width: 1.9rem;
    height: 1.4rem;
  }
}

.p_sponsor_concept {
  position: relative;
  overflow: hidden;
}
.p_sponsor_concept .sec-outer {
  padding: 8.0555555556vw 0 16.6666666667vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_concept .sec-outer {
    padding: 11.6rem 0 24rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_concept .sec-outer {
    padding: 6rem 2.4rem 22rem;
  }
}
.p_sponsor_concept__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p_sponsor_concept__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
.p_sponsor_concept__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.p_sponsor_concept .sec-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4.2361111111vw;
  text-align: center;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_concept .sec-inner {
    gap: 6.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_concept .sec-inner {
    gap: 3.1rem;
    text-align: left;
  }
}
.p_sponsor_concept__hd {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_concept__hd {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_concept__hd {
    gap: 0;
  }
}
.p_sponsor_concept__label {
  font-family: var(--en);
  font-size: 1.1111111111vw;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_concept__label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_concept__label {
    font-size: 1.4rem;
    line-height: 5.2rem;
  }
}
.p_sponsor_concept__ttl {
  font-size: 3.1944444444vw;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_concept__ttl {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_concept__ttl {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}
.p_sponsor_concept__body {
  display: flex;
  flex-direction: column;
  gap: 4.2361111111vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_concept__body {
    gap: 6.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_concept__body {
    gap: 3.1rem;
  }
}
.p_sponsor_concept__text {
  font-size: 1.3888888889vw;
  font-weight: 500;
  color: var(--white);
  line-height: 2;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_concept__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_concept__text {
    font-size: 1.9rem;
    line-height: 1.9;
  }
}
.p_sponsor_concept__em {
  font-size: 1.6666666667vw;
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
  letter-spacing: 0.3472222222vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_concept__em {
    font-size: 2.4rem;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_concept__em {
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: 0.5rem;
  }
}

.p_sponsor_mvv {
  background: var(--white);
}
.p_sponsor_mvv .sec-outer {
  padding: 7.6388888889vw 0;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_mvv .sec-outer {
    padding: 11rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_mvv .sec-outer {
    padding: 7.6rem 2.4rem;
  }
}
.p_sponsor_mvv .sec-inner {
  display: flex;
  flex-direction: column;
  gap: 3.4722222222vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_mvv .sec-inner {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_mvv .sec-inner {
    gap: 3.1rem;
  }
}
.p_sponsor_mvv__row {
  display: flex;
  align-items: flex-start;
  gap: 4.1666666667vw;
  padding-bottom: 3.1944444444vw;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_mvv__row {
    gap: 6rem;
    padding-bottom: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_mvv__row {
    flex-direction: column;
    gap: 0.4rem;
    padding-bottom: 2.4rem;
    border-bottom-color: #e2e2e2;
  }
}
.p_sponsor_mvv__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p_sponsor_mvv__label-col {
  width: 13.0555555556vw;
  flex-shrink: 0;
  padding-top: 0.6944444444vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_mvv__label-col {
    width: 29rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_mvv__label-col {
    width: 100%;
    padding: 1rem 0;
  }
}
.p_sponsor_mvv__label {
  font-family: var(--en);
  font-size: 1.9444444444vw;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_mvv__label {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_mvv__label {
    font-size: 2.8rem;
  }
}
.p_sponsor_mvv__content-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p_sponsor_mvv__content-col {
    gap: 1.8rem;
  }
}
.p_sponsor_mvv__item {
  display: flex;
  align-items: center;
  gap: 0.625vw;
  min-height: 2.7777777778vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_mvv__item {
    gap: 0.9rem;
    min-height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_mvv__item {
    align-items: flex-start;
    gap: 0.9rem;
    min-height: auto;
  }
}
.p_sponsor_mvv__dot {
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_mvv__dot {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_mvv__dot {
    width: 1.4rem;
    height: 1.4rem;
    align-self: flex-start;
    margin-top: 0.4rem;
  }
}
.p_sponsor_mvv__item-text {
  font-size: 1.3888888889vw;
  font-weight: 500;
  color: var(--navy);
  line-height: 2;
  letter-spacing: 5px;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_mvv__item-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_mvv__item-text {
    color: var(--navy);
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
}
.p_sponsor_mvv__text {
  font-size: 1.3888888889vw;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.7;
  padding: 0.5555555556vw 0;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_mvv__text {
    font-size: 2rem;
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_mvv__text {
    color: var(--navy);
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0;
    padding: 0;
  }
}
.p_sponsor_mvv__sub {
  font-size: 1.3888888889vw;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.7;
  margin-bottom: 0.7638888889vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_mvv__sub {
    font-size: 2rem;
    margin-bottom: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_mvv__sub {
    color: var(--navy);
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0;
    margin-bottom: 3rem;
  }
}
.p_sponsor_mvv__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0416666667vw 0.9027777778vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_mvv__tags {
    gap: 1.5rem 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_mvv__tags {
    gap: 1.5rem 1.3rem;
  }
}
.p_sponsor_mvv__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.5555555556vw 1.3888888889vw;
  background: #afa785;
  color: var(--white);
  font-size: 1.0416666667vw;
  font-weight: 400;
  border-radius: 0.4rem;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_mvv__tag {
    padding: 0.8rem 2rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_mvv__tag {
    padding: 0.8rem 2rem;
    font-size: 1.5rem;
  }
}

.p_sponsor_about {
  background: #fafafa;
}
.p_sponsor_about .sec-outer {
  padding: 6.875vw 0;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about .sec-outer {
    padding: 9.9rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about .sec-outer {
    padding: 4.1rem 2rem;
  }
}
.p_sponsor_about .sec-inner {
  display: flex;
  flex-direction: column;
  gap: 4.1666666667vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about .sec-inner {
    gap: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about .sec-inner {
    gap: 3.9rem;
  }
}
.p_sponsor_about__hd {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p_sponsor_about__label {
  font-family: var(--en);
  font-size: 1.1111111111vw;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.1em;
  line-height: 3.6111111111vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__label {
    font-size: 1.6rem;
    line-height: 5.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__label {
    font-size: 1.4rem;
    line-height: 5.2rem;
  }
}
.p_sponsor_about__ttl {
  font-size: 2.6388888889vw;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__ttl {
    font-size: 3.8rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__ttl {
    font-size: 2rem;
    margin-bottom: 1.7rem;
  }
}
.p_sponsor_about__desc {
  font-size: 1.1111111111vw;
  font-weight: 500;
  color: var(--black);
  line-height: 1.7;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__desc {
    font-size: 1.6rem;
  }
}
.p_sponsor_about__stats-block {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__stats-block {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__stats-block {
    gap: 1.2rem;
  }
}
.p_sponsor_about__stats-ttl {
  font-size: 1.6666666667vw;
  font-weight: 500;
  color: var(--navy);
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__stats-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__stats-ttl {
    font-size: 1.8rem;
  }
}
.p_sponsor_about__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.0138888889vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__stats {
    gap: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}
.p_sponsor_about__stat {
  background: var(--navy);
  border-radius: 0.6944444444vw;
  padding: 0.9722222222vw 0.6944444444vw 1.0416666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 8.6805555556vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__stat {
    border-radius: 1rem;
    padding: 3.1rem 1rem 3.6rem;
    gap: 1.3rem;
    min-height: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__stat {
    padding: 2rem 1.6rem;
    min-height: auto;
    border-radius: 1rem;
  }
}
.p_sponsor_about__stat-label {
  font-size: 1.5277777778vw;
  font-weight: 400;
  color: var(--white);
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__stat-label {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__stat-label {
    font-size: 1.8rem;
    font-weight: 400;
  }
}
.p_sponsor_about__stat-value {
  font-size: 1.5277777778vw;
  font-weight: 700;
  color: var(--white);
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__stat-value {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__stat-value {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.p_sponsor_about__stat-num {
  font-size: 2.2916666667vw;
  font-weight: 700;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__stat-num {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__stat-num {
    font-size: 2.8rem;
  }
}
.p_sponsor_about__strength {
  display: flex;
  gap: 4.375vw;
  align-items: flex-start;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__strength {
    gap: 6.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__strength {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.p_sponsor_about__strength-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5972222222vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__strength-main {
    gap: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__strength-main {
    gap: 1.2rem;
  }
}
.p_sponsor_about__strength-ttl {
  font-size: 1.6666666667vw;
  font-weight: 500;
  color: var(--navy);
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__strength-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__strength-ttl {
    font-size: 2.2rem;
  }
}
.p_sponsor_about__strength-list {
  font-size: 1.25vw;
  font-weight: 700;
  color: var(--navy);
  line-height: 2;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__strength-list {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__strength-list {
    font-size: 1.6rem;
  }
}
.p_sponsor_about__bullet {
  color: #76681f;
}
.p_sponsor_about__strength-tags {
  width: 17.3611111111vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5555555556vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__strength-tags {
    width: 25rem;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__strength-tags {
    width: 100%;
    gap: 1rem;
  }
}
.p_sponsor_about__strength-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fffdf5;
  border: 1px solid #1a2b4a;
  border-radius: 0.2777777778vw;
  height: 2.5694444444vw;
  text-align: center;
  font-size: 1.1805555556vw;
  font-weight: 700;
  color: #1a2b4a;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_about__strength-tag {
    border-radius: 0.4rem;
    height: 3.7rem;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_about__strength-tag {
    font-size: 1.5rem;
    height: 3.7rem;
  }
}

.p_sponsor_market {
  background: var(--white);
}
.p_sponsor_market .sec-outer {
  padding: 7.0138888889vw 0;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_market .sec-outer {
    padding: 10.1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_market .sec-outer {
    padding: 4.5rem 2.4rem;
  }
}
.p_sponsor_market .sec-inner {
  display: flex;
  flex-direction: column;
  gap: 3.1944444444vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_market .sec-inner {
    gap: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_market .sec-inner {
    gap: 3.3rem;
  }
}
.p_sponsor_market__hd {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p_sponsor_market__hd {
    align-items: center;
    text-align: center;
  }
}
.p_sponsor_market__label {
  font-family: var(--en);
  font-size: 1.1111111111vw;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.1em;
  line-height: 3.6111111111vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_market__label {
    font-size: 1.6rem;
    line-height: 5.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_market__label {
    font-size: 1.4rem;
    line-height: 5.2rem;
  }
}
.p_sponsor_market__ttl {
  font-size: 2.6388888889vw;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.6;
  letter-spacing: 0.009em;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_market__ttl {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_market__ttl {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.p_sponsor_market__charts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.9861111111vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_market__charts {
    gap: 4.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_market__charts {
    grid-template-columns: 1fr;
    gap: 4.6rem;
  }
}
.p_sponsor_market__chart {
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_market__chart {
    gap: 1rem;
  }
}
.p_sponsor_market__chart-title {
  font-size: 1.25vw;
  font-weight: 700;
  color: #1a2b4a;
  line-height: 1.5;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_market__chart-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_market__chart-title {
    font-size: 1.4rem;
  }
}
.p_sponsor_market__chart-title-sub {
  font-size: 1.0416666667vw;
  font-weight: 700;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_market__chart-title-sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_market__chart-title-sub {
    font-size: 1.2rem;
  }
}
.p_sponsor_market__chart-img {
  width: 100%;
  display: block;
}
.p_sponsor_market__caption {
  font-size: 0.8333333333vw;
  font-weight: 500;
  color: #4a5565;
  line-height: 1.5;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_market__caption {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_market__caption {
    font-size: 1.1rem;
  }
}
.p_sponsor_market__footer {
  font-size: 1.1111111111vw;
  font-weight: 500;
  color: var(--black);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p_sponsor_market__footer {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1681px) {
  .p_sponsor_market__footer {
    font-size: 1.6rem;
  }
}

.p_sponsor_merit {
  background: var(--navy);
}
.p_sponsor_merit .sec-outer {
  padding: 7.2222222222vw 0;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_merit .sec-outer {
    padding: 10.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_merit .sec-outer {
    padding: 4rem 2rem;
  }
}
.p_sponsor_merit .sec-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.9166666667vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_merit .sec-inner {
    gap: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_merit .sec-inner {
    gap: 3rem;
  }
}
.p_sponsor_merit__hd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625vw;
  text-align: center;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_merit__hd {
    gap: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_merit__hd {
    gap: 0;
  }
}
.p_sponsor_merit__label {
  font-family: var(--en);
  font-size: 1.1111111111vw;
  font-weight: 700;
  color: var(--white);
  line-height: 3.6111111111vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_merit__label {
    font-size: 1.6rem;
    line-height: 5.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_merit__label {
    font-size: 1.6rem;
    line-height: 5.2rem;
  }
}
.p_sponsor_merit__ttl {
  font-size: 2.6388888889vw;
  font-weight: 700;
  color: var(--white);
  line-height: 1.6;
  letter-spacing: 0.009em;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_merit__ttl {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_merit__ttl {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.87;
    margin-bottom: 2.9rem;
  }
}
.p_sponsor_merit__desc {
  font-size: 1.1111111111vw;
  font-weight: 400;
  color: var(--white);
  line-height: 1.7;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_merit__desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_merit__desc {
    font-size: 1.6rem;
  }
}
.p_sponsor_merit__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7777777778vw;
  width: 100%;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_merit__cards {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_merit__cards {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p_sponsor_merit__card {
  flex: 0 0 calc(50% - 1.3888888889vw);
  background: var(--white);
  border-radius: 0.6944444444vw;
  padding: 2.5694444444vw 2.0138888889vw 2.9166666667vw;
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1681px) {
  .p_sponsor_merit__card {
    flex: 0 0 calc(50% - 2rem);
    border-radius: 1rem;
    padding: 3.7rem 2.9rem 4rem;
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_merit__card {
    flex: 0 0 100%;
    border-radius: 1rem;
    padding: 2.4rem 2rem;
    gap: 1.2rem;
  }
}
.p_sponsor_merit__card-hd {
  display: flex;
  align-items: flex-start;
  gap: 1.1111111111vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_merit__card-hd {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_merit__card-hd {
    gap: 1rem;
    align-items: center;
  }
}
.p_sponsor_merit__card-num {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 50%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, #938227 0%, #938227 100%);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_merit__card-num {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_merit__card-num {
    width: 4.7rem;
    height: 4.7rem;
  }
}
.p_sponsor_merit__card-num span {
  font-family: var(--en);
  font-size: 1.3888888889vw;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.022em;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_merit__card-num span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_merit__card-num span {
    font-size: 2rem;
  }
}
.p_sponsor_merit__card-ttl {
  font-size: 1.6666666667vw;
  font-weight: 500;
  color: #2d2c2c;
  line-height: 1.333;
  letter-spacing: 0.003em;
  padding-top: 0.5555555556vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_merit__card-ttl {
    font-size: 2.4rem;
    padding-top: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_merit__card-ttl {
    font-size: 2.4rem;
    padding-top: 0;
  }
}
.p_sponsor_merit__card-text {
  font-size: 1.1111111111vw;
  font-weight: 500;
  color: #364153;
  line-height: 1.7;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_merit__card-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_merit__card-text {
    font-size: 1.6rem;
  }
}

.p_sponsor_menu {
  background: #f5f5f5;
}
.p_sponsor_menu .sec-outer {
  padding: 7.0833333333vw 0;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu .sec-outer {
    padding: 10.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu .sec-outer {
    padding: 4.7rem 2rem;
  }
}
.p_sponsor_menu .sec-inner {
  display: flex;
  flex-direction: column;
  gap: 2.4305555556vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu .sec-inner {
    gap: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu .sec-inner {
    gap: 6rem;
  }
}
.p_sponsor_menu__hd {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p_sponsor_menu__label {
  font-family: var(--en);
  font-size: 1.1111111111vw;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.1em;
  line-height: 3.6111111111vw;
  text-transform: uppercase;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__label {
    font-size: 1.6rem;
    line-height: 5.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__label {
    font-size: 1.4rem;
    line-height: 5.2rem;
  }
}
.p_sponsor_menu__ttl {
  font-size: 2.6388888889vw;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.6;
  letter-spacing: 0.009em;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__ttl {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__ttl {
    font-size: 2.1rem;
  }
}
.p_sponsor_menu__cando {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  margin-bottom: 4.8611111111vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__cando {
    gap: 1.8rem;
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__cando {
    gap: 1.6rem;
    margin-bottom: 0;
  }
}
.p_sponsor_menu__cando-ttl {
  font-size: 1.6666666667vw;
  font-weight: 500;
  color: #0a0a0a;
  line-height: 2.2222222222vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__cando-ttl {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__cando-ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p_sponsor_menu__cando-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.0416666667vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__cando-cards {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__cando-cards {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.p_sponsor_menu__cando-card {
  background: var(--white);
  border-radius: 0.6944444444vw;
  padding: 1.6666666667vw 1.6666666667vw 2.0833333333vw;
  display: flex;
  flex-direction: column;
  gap: 1.1111111111vw;
  box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__cando-card {
    border-radius: 1rem;
    padding: 2.4rem 2.4rem 3rem;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__cando-card {
    border-radius: 1rem;
    padding: 2.4rem;
    gap: 1.6rem;
  }
}
.p_sponsor_menu__cando-card-hd {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.9722222222vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__cando-card-hd {
    padding-bottom: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__cando-card-hd {
    padding-bottom: 1.2rem;
  }
}
.p_sponsor_menu__cando-card-ttl {
  font-size: 1.3888888889vw;
  font-weight: 500;
  color: #0a0a0a;
  line-height: 1.9444444444vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__cando-card-ttl {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__cando-card-ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p_sponsor_menu__cando-list {
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__cando-list {
    gap: 1rem;
  }
}
.p_sponsor_menu__cando-item {
  font-size: 1.1111111111vw;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.6666666667vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__cando-item {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__cando-item {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.p_sponsor_menu__cando-bullet {
  color: #76681f;
}
.p_sponsor_menu__cando-item-sub {
  font-size: 0.8em;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__cando-item-sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__cando-item-sub {
    font-size: 1.2rem;
  }
}
.p_sponsor_menu__plan-sec {
  display: flex;
  flex-direction: column;
  gap: 1.1111111111vw;
  margin-bottom: 4.8611111111vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__plan-sec {
    gap: 1.6rem;
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__plan-sec {
    gap: 1.6rem;
    margin-bottom: 0;
  }
}
.p_sponsor_menu__plan-ttl {
  font-size: 1.6666666667vw;
  font-weight: 500;
  color: #0a0a0a;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__plan-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__plan-ttl {
    font-size: 2.4rem;
  }
}
.p_sponsor_menu__plan-note {
  font-size: 1.1111111111vw;
  font-weight: 400;
  color: #4a5565;
  line-height: 1.5;
  margin-bottom: 0.5555555556vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__plan-note {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__plan-note {
    font-size: 1.6rem;
  }
}
.p_sponsor_menu__plan-list {
  display: flex;
  flex-direction: column;
  gap: 1.1111111111vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__plan-list {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__plan-list {
    gap: 1.5rem;
  }
}
.p_sponsor_menu__plan-item {
  background: var(--white);
  border-radius: 0.6944444444vw;
  padding: 1.6666666667vw 2.2222222222vw 1.6666666667vw 1.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.3888888889vw;
  box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__plan-item {
    border-radius: 1rem;
    padding: 2.4rem 3.2rem 2.4rem 2.4rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__plan-item {
    border-radius: 1rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.4rem;
    gap: 1rem;
  }
}
.p_sponsor_menu__plan-item .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.3888888889vw;
  width: 100%;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__plan-item .inner {
    border-radius: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.p_sponsor_menu__plan-item .p_sponsor_menu__plan-item {
  border-radius: 0.3472222222vw;
  background: #f9f9f9;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1) inset, 0 1px 2px -1px rgba(0, 0, 0, 0.1) inset;
  width: calc(100% + 3rem);
  margin: -1rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__plan-item .p_sponsor_menu__plan-item {
    border-radius: 1rem;
    margin: 0 -1rem -1rem;
    padding: 1.5rem;
    width: calc(100% + 2rem);
  }
}
.p_sponsor_menu__plan-item:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6666666667vw;
}
.p_sponsor_menu__plan-info {
  display: flex;
  flex-direction: column;
  gap: 0.5555555556vw;
  flex: 1;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__plan-info {
    gap: 0.8rem;
  }
}
.p_sponsor_menu__plan-name {
  font-size: 1.3888888889vw;
  font-weight: 500;
  color: #0a0a0a;
  line-height: 1.9444444444vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__plan-name {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__plan-name {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
}
.p_sponsor_menu__plan-desc {
  font-size: 1.1111111111vw;
  font-weight: 400;
  color: #364153;
  line-height: 1.5;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__plan-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__plan-desc {
    font-size: 1.6rem;
  }
}
.p_sponsor_menu__plan-price {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, #938227 0%, #938227 100%);
  padding: 0.5555555556vw 1.6666666667vw;
  border-radius: 999px;
  color: var(--white);
  font-size: 1.1111111111vw;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__plan-price {
    padding: 0.8rem 2.4rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__plan-price {
    padding: 0.8rem 2.4rem;
    font-size: 1.4rem;
  }
}
.p_sponsor_menu__table-sec {
  background: var(--white);
  border-radius: 0.6944444444vw;
  padding: 1.5972222222vw 2.2222222222vw 2.2222222222vw;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__table-sec {
    border-radius: 1rem;
    padding: 2.3rem 3.2rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__table-sec {
    border-radius: 1rem;
    padding: 1.7rem 2rem 2.4rem;
  }
}
.p_sponsor_menu__table-ttl {
  font-size: 1.6666666667vw;
  font-weight: 500;
  color: #0a0a0a;
  text-align: center;
  margin-bottom: 1.1111111111vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_menu__table-ttl {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__table-ttl {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 1.4rem;
  }
}
.p_sponsor_menu__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 56rem;
  text-wrap: nowrap;
}
.p_sponsor_menu__table th {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, #938227 0%, #938227 100%);
  color: var(--white);
  font-size: 2rem;
  font-weight: 500;
  padding: 1.5rem 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__table th {
    font-size: 1.6rem;
  }
}
.p_sponsor_menu__table th:first-child {
  text-align: left;
  padding-left: 3.6rem;
  border-radius: 0.8rem 0 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__table th:first-child {
    padding-left: 1.6rem;
  }
}
.p_sponsor_menu__table th:last-child {
  border-radius: 0 0.8rem 0.8rem 0;
}
.p_sponsor_menu__table th:nth-child(3) {
  width: 20rem;
  position: relative;
  background: #837737;
}
.p_sponsor_menu__table th:nth-child(3) span {
  position: relative;
  z-index: 1;
}
.p_sponsor_menu__table th:nth-child(2), .p_sponsor_menu__table th:nth-child(4), .p_sponsor_menu__table th:nth-child(5) {
  border-left: 1px solid #F5F6F7;
}
.p_sponsor_menu__table td {
  font-size: 2rem;
  font-weight: 400;
  color: #0a0a0a;
  padding: 1.5rem 1rem;
  text-align: center;
  border-bottom: 1px solid #f3f4f6;
  background: var(--white);
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__table td {
    font-size: 1.6rem;
  }
}
.p_sponsor_menu__table td:first-child {
  text-align: left;
  padding-left: 3.6rem;
  padding-left: 1.6rem;
}
.p_sponsor_menu__table td:nth-child(3) {
  background: #FCFCFC;
}
.p_sponsor_menu__table td:nth-child(2), .p_sponsor_menu__table td:nth-child(4), .p_sponsor_menu__table td:nth-child(5) {
  border-left: 1px solid #F5F6F7;
}
.p_sponsor_menu__table-legend {
  font-weight: 500;
  color: #2d2c2c;
  text-align: left;
  margin-top: 1.6rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p_sponsor_menu__table-legend {
    font-size: 1.4rem;
  }
}

.p_sponsor_flow {
  background: var(--white);
}
.p_sponsor_flow .sec-outer {
  padding: 7.2222222222vw 0;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_flow .sec-outer {
    padding: 10.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_flow .sec-outer {
    padding: 4rem 2rem;
  }
}
.p_sponsor_flow .sec-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5694444444vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_flow .sec-inner {
    gap: 3.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_flow .sec-inner {
    gap: 3.2rem;
  }
}
.p_sponsor_flow__hd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_flow__hd {
    gap: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_flow__hd {
    gap: 0.8rem;
  }
}
.p_sponsor_flow__ttl-en {
  font-family: var(--en);
  font-size: 3.0555555556vw;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_flow__ttl-en {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_flow__ttl-en {
    font-size: 3.2rem;
  }
}
.p_sponsor_flow__ttl-ja {
  font-size: 1.1111111111vw;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  letter-spacing: 0.044em;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_flow__ttl-ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_flow__ttl-ja {
    font-size: 1.4rem;
  }
}
.p_sponsor_flow__steps {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p_sponsor_flow__steps {
    flex-direction: column;
  }
}
.p_sponsor_flow__step {
  flex: 1;
  background: #f9fafb;
  border-radius: 0.6944444444vw;
  padding: 1.3888888889vw 1.3888888889vw 2.0138888889vw;
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_flow__step {
    border-radius: 1rem;
    padding: 2rem 2.4rem 2.9rem;
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_flow__step {
    border-radius: 1rem;
    padding: 2rem;
    gap: 1.2rem;
  }
}
.p_sponsor_flow__divider {
  width: 2.2222222222vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_flow__divider {
    width: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_flow__divider {
    width: 100%;
    height: 4rem;
  }
}
.p_sponsor_flow__divider-line {
  display: block;
  width: 2.2222222222vw;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, #938227 0%, #938227 100%);
}
@media screen and (min-width: 1681px) {
  .p_sponsor_flow__divider-line {
    width: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_flow__divider-line {
    width: 1px;
    height: 2.4rem;
  }
}
.p_sponsor_flow__step-num {
  font-family: var(--en);
  font-size: 1.25vw;
  font-weight: 600;
  color: #76681f;
  text-align: center;
  letter-spacing: 0.031em;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_flow__step-num {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_flow__step-num {
    font-size: 1.6rem;
  }
}
.p_sponsor_flow__step-ttl {
  font-size: 1.3888888889vw;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.6;
  letter-spacing: -0.022em;
  text-align: center;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_flow__step-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_flow__step-ttl {
    font-size: 1.8rem;
  }
}
.p_sponsor_flow__step-text {
  font-size: 1.1111111111vw;
  font-weight: 500;
  color: #2d2c2c;
  line-height: 1.7;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_flow__step-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_flow__step-text {
    font-size: 1.65rem;
  }
}

.p_sponsor_faq {
  background: #f8f8f8;
}
.p_sponsor_faq .sec-outer {
  padding: 7.0833333333vw 0;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_faq .sec-outer {
    padding: 10.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_faq .sec-outer {
    padding: 4rem 2rem;
  }
}
.p_sponsor_faq .sec-inner {
  display: flex;
  flex-direction: column;
  gap: 4.2361111111vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_faq .sec-inner {
    gap: 6.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_faq .sec-inner {
    gap: 3.2rem;
  }
}
.p_sponsor_faq__hd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_faq__hd {
    gap: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_faq__hd {
    gap: 0.8rem;
  }
}
.p_sponsor_faq__ttl-en {
  font-family: var(--en);
  font-size: 3.0555555556vw;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_faq__ttl-en {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_faq__ttl-en {
    font-size: 3.2rem;
  }
}
.p_sponsor_faq__ttl-ja {
  font-size: 1.1111111111vw;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  letter-spacing: 0.044em;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_faq__ttl-ja {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_faq__ttl-ja {
    font-size: 1.4rem;
  }
}
.p_sponsor_faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.1805555556vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_faq__list {
    gap: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_faq__list {
    gap: 1.2rem;
  }
}
.p_sponsor_faq__item {
  background: var(--white);
  border-radius: 0.6944444444vw;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1681px) {
  .p_sponsor_faq__item {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_faq__item {
    border-radius: 1rem;
  }
}
.p_sponsor_faq__item.is-open .p_sponsor_faq__icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.p_sponsor_faq__item.is-open .p_sponsor_faq__ans-wrap {
  max-height: 24rem;
}
@media screen and (max-width: 767px) {
  .p_sponsor_faq__item.is-open .p_sponsor_faq__ans-wrap {
    max-height: 40rem;
  }
}
.p_sponsor_faq__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6666666667vw;
  gap: 2rem;
  cursor: pointer;
  background: none;
  border: none;
  text-align: left;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_faq__btn {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_faq__btn {
    padding: 1.6rem;
    align-items: flex-start;
  }
}
.p_sponsor_faq__q {
  font-size: 1.3888888889vw;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.4;
  letter-spacing: -0.022em;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_faq__q {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_faq__q {
    font-size: 1.6rem;
  }
}
.p_sponsor_faq__icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  position: relative;
}
.p_sponsor_faq__icon::before, .p_sponsor_faq__icon::after {
  content: "";
  position: absolute;
  background: var(--gold);
  border-radius: 1px;
}
.p_sponsor_faq__icon::before {
  width: 100%;
  height: 0.2rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p_sponsor_faq__icon::after {
  width: 0.2rem;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s, opacity 0.3s;
}
.p_sponsor_faq__ans-wrap {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}
.p_sponsor_faq__ans {
  padding: 0 1.6666666667vw 1.6666666667vw;
  padding-top: 0vw;
  font-size: 1.1111111111vw;
  font-weight: 500;
  color: #2d2c2c;
  line-height: 1.75;
  letter-spacing: -0.022em;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_faq__ans {
    padding: 0 2.4rem 2.4rem;
    padding-top: 0rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_faq__ans {
    padding: 0 1.6rem 1.6rem;
    padding-top: 1.2rem;
    font-size: 1.6rem;
  }
}

.p_sponsor_contact {
  background: var(--white);
}
.p_sponsor_contact .sec-outer {
  padding: 7.2916666667vw 0;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_contact .sec-outer {
    padding: 10.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_contact .sec-outer {
    padding: 5.7rem 2rem;
  }
}
.p_sponsor_contact .sec-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p_sponsor_contact__hd {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.0416666667vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_contact__hd {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_contact__hd {
    margin-bottom: 2.5rem;
  }
}
.p_sponsor_contact__label {
  font-family: var(--en);
  font-size: 1.1111111111vw;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  line-height: 3.6111111111vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_contact__label {
    font-size: 1.6rem;
    line-height: 5.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_contact__label {
    font-size: 1.6rem;
    line-height: 5.2rem;
  }
}
.p_sponsor_contact__ttl {
  font-size: 2.6388888889vw;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.6;
  letter-spacing: 0.009em;
  text-align: center;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_contact__ttl {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_contact__ttl {
    font-size: 3.6rem;
  }
}
.p_sponsor_contact__text {
  font-size: 1.1111111111vw;
  font-weight: 500;
  color: #2d2c2c;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 3.6805555556vw;
}
@media screen and (min-width: 1681px) {
  .p_sponsor_contact__text {
    font-size: 1.6rem;
    margin-bottom: 5.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_contact__text {
    font-size: 1.7rem;
    margin-bottom: 2.5rem;
  }
}
.p_sponsor_contact__btn {
  display: inline-flex;
  align-items: center;
  gap: 1.7361111111vw;
  padding: 1.4583333333vw 1.7361111111vw;
  background: var(--orange);
  color: var(--white);
  font-size: 1.1111111111vw;
  font-weight: 500;
  border-radius: 4.6527777778vw;
  text-decoration: none;
  transition: opacity 0.3s;
  cursor: pointer;
}
.p_sponsor_contact__btn:hover {
  opacity: var(--opacity500);
}
@media screen and (min-width: 1681px) {
  .p_sponsor_contact__btn {
    gap: 2.5rem;
    padding: 2.1rem 2.5rem;
    font-size: 1.6rem;
    border-radius: 6.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p_sponsor_contact__btn {
    align-self: stretch;
    justify-content: center;
    gap: 2.5rem;
    padding: 2.1rem 2.5rem;
    font-size: 1.6rem;
    border-radius: 6.7rem;
  }
}
.p_sponsor_contact__btn svg {
  width: 1.9rem;
  height: 1.6rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p_sponsor_contact__btn svg {
    display: none;
  }
}

.m_tbl_scroll .tableBox {
  position: relative;
}
@media screen and (max-width: 767px) {
  .m_tbl_scroll .tableBox {
    overflow-x: scroll;
  }
}
.m_tbl_scroll .tableBox .icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .m_tbl_scroll .tableBox .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .m_tbl_scroll .tableBox .icon img {
    width: 3.4rem;
  }
}
.m_tbl_scroll .attent {
  display: none;
}
@media screen and (max-width: 767px) {
  .m_tbl_scroll .attent {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
    color: var(--black);
  }
}

.js_anim_scroll.-tblScroll.is-anim .tableBox .icon {
  transition: opacity 0.5s;
  transition-delay: 1s;
  opacity: 0;
}
.js_anim_scroll.-tblScroll.is-anim .tableBox .icon img {
  animation: scrollAttent 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes scrollAttent {
  0%, 100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-6rem);
  }
  70% {
    transform: translateX(6rem);
  }
}

/*# sourceMappingURL=sponsor.css.map */
