@charset "UTF-8";
/**
 * Foundation
 */
/* Breakpoints */
/* Colors */
/* Size */
/* Easing */
/* Default */
/* In */
/* Out */
/* In Out */
/* px数をvwに変換 */
/* pcサイズ用 */
/* line-heightを返す */
/* カラーコードのシャープマークを削除して返す */
/* 
  レスポンシブ（以上）
*/
/* 
  レスポンシブ（未満）
*/
/* ホバー */
/* 疑似要素（絶対配置） */
/* aタグのサイズを親要素に合わせる */
/* clearfix */
/* a11y-css-resetから引用 
  https://github.com/mike-engel/a11y-css-reset
*/
/* Montserrat使用
  $wght:フォントウェイト
*/
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
     * Reset radio and checkbox appearance to preserve their look in iOS.
     */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
     * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

/**
     * Remove the inner padding in Chrome and Safari on macOS.
     */
[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 */
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/**
    * Remove dialog UA Style
    */
:where(dialog) {
  inline-size: unset;
  max-inline-size: unset;
  block-size: unset;
  max-block-size: unset;
  padding: unset;
  margin: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:root {
  --scrollBarWidth: 0px; /* 初期値 */
  --mainColor: #ffffff;
  --subColor: #ffffff;
  --informationFlowColor: #ffffff;
  --informationSubFlowColor: #ffffff;
  --leading-trim: calc((1em - 1lh) / 2);
}

:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root,
  :lang(en) {
    --leading-trim: 0px;
  }
}
body {
  background-color: var(--mainColor);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.03em;
  overscroll-behavior: none;
}

picture {
  display: block;
}
picture img {
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  outline: 0;
}

@media not all and (min-width: 768px) {
  .pc {
    display: none;
  }
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    transform: translate3d(0px, 26px, 0px);
  }
  90% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
/* FirstViewAnimation */
.visual .visual_image,
.visual .visual_obj {
  opacity: 0;
}

:where([data-tone="1"]) .visual .visual_finger-1,
:where([data-tone="1"]) .visual .visual_hand-1,
:where([data-tone="3"]) .visual .visual_finger-1,
:where([data-tone="3"]) .visual .visual_hand-1 {
  transform: translate(-0.5em, -0.5em) scale(1, 0.95);
  transform-origin: top center;
}
:where([data-tone="1"]) .visual .visual_finger-2,
:where([data-tone="1"]) .visual .visual_hand-2,
:where([data-tone="3"]) .visual .visual_finger-2,
:where([data-tone="3"]) .visual .visual_hand-2 {
  transform: translate(0.5em, 0.5em) scale(1, 0.95);
  transform-origin: bottom center;
}

:where([data-tone="2"]) .visual .visual_finger-1,
:where([data-tone="2"]) .visual .visual_hand-1,
:where([data-tone="4"]) .visual .visual_finger-1,
:where([data-tone="4"]) .visual .visual_hand-1 {
  transform: translate(0.5em, -0.5em) scale(1, 0.95);
  transform-origin: top center;
}
:where([data-tone="2"]) .visual .visual_finger-2,
:where([data-tone="2"]) .visual .visual_hand-2,
:where([data-tone="4"]) .visual .visual_finger-2,
:where([data-tone="4"]) .visual .visual_hand-2 {
  transform: translate(-0.5em, 0.5em) scale(1, 0.95);
  transform-origin: bottom center;
}

.fv .fv_copy {
  opacity: 0;
}
.fv .fv_scroll {
  opacity: 0;
}
.fv .fv_scroll_bar {
  transform-origin: top;
  transform: scale(1, 0.2);
}

@media screen and (min-width: 768px) {
  :where([data-tone="1"]) .visual .visual_finger-1,
  :where([data-tone="1"]) .visual .visual_hand-1,
  :where([data-tone="4"]) .visual .visual_finger-1,
  :where([data-tone="4"]) .visual .visual_hand-1 {
    transform: translate(-0.5em, 0.5em) scale(0.95, 1);
    transform-origin: center left;
  }
  :where([data-tone="1"]) .visual .visual_finger-2,
  :where([data-tone="1"]) .visual .visual_hand-2,
  :where([data-tone="4"]) .visual .visual_finger-2,
  :where([data-tone="4"]) .visual .visual_hand-2 {
    transform: translate(0.5em, -0.5em) scale(0.95, 1);
    transform-origin: center right;
  }
  :where([data-tone="2"]) .visual .visual_finger-1,
  :where([data-tone="2"]) .visual .visual_hand-1,
  :where([data-tone="3"]) .visual .visual_finger-1,
  :where([data-tone="3"]) .visual .visual_hand-1 {
    transform: translate(-0.5em, -0.5em) scale(0.95, 1);
    transform-origin: center left;
  }
  :where([data-tone="2"]) .visual .visual_finger-2,
  :where([data-tone="2"]) .visual .visual_hand-2,
  :where([data-tone="3"]) .visual .visual_finger-2,
  :where([data-tone="3"]) .visual .visual_hand-2 {
    transform: translate(0.5em, 0.5em) scale(0.95, 1);
    transform-origin: center right;
  }
}
/* ScrollAnimation */
.p-section_heading {
  opacity: 0;
  transition: opacity 0.6s 0.1s cubic-bezier(0.42, 0, 1, 1);
}
.p-section_heading .p-section_heading-en {
  transition: transform 0.4s 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transform: scale(0.9, 1);
}
.p-section_heading .p-section_heading-ja {
  transition: transform 0.4s 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transform: scale(0.9, 1);
}
.p-section_heading .p-section_heading-ja::before, .p-section_heading .p-section_heading-ja::after {
  transition: transform 0.4s 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.p-section_heading .p-section_heading-ja::before {
  transform: translate(0.3em, 0);
}
.p-section_heading .p-section_heading-ja::after {
  transform: translate(-0.3em, 0);
}
.p-section_heading.isAnimationStarted {
  opacity: 1;
}
.p-section_heading.isAnimationStarted .p-section_heading-en,
.p-section_heading.isAnimationStarted .p-section_heading-ja {
  transform: scale(1, 1);
}
.p-section_heading.isAnimationStarted .p-section_heading-ja::before, .p-section_heading.isAnimationStarted .p-section_heading-ja::after {
  transform: translate(0, 0);
}

.p-sliderSection .p-sliderSection_description,
.p-sliderSection .p-slide_track {
  opacity: 0;
  transition: opacity 0.6s 0.2s cubic-bezier(0.42, 0, 1, 1);
  transform: translate3d(0px, 26px, 0px);
}
.p-sliderSection .p-sliderSection_description.isAnimationStarted {
  animation: 0.6s cubic-bezier(0, 0, 0.58, 1) 0.3s 1 normal forwards running fadeInFromBottom;
}
.p-sliderSection .p-slide.isAnimationStarted .p-slide_track {
  animation: 0.6s cubic-bezier(0, 0, 0.58, 1) 0.3s 1 normal forwards running fadeInFromBottom;
}

.statement .statement_block {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.42, 0, 1, 1);
}
.statement .statement_block:nth-of-type(1) {
  transition-delay: 0.2s;
}
.statement .statement_block:nth-of-type(2) {
  transition-delay: 0.6s;
}
.statement .statement_block:nth-of-type(3) {
  transition-delay: 1s;
}
.statement .statement_block:nth-of-type(4) {
  transition-delay: 1.4s;
}
.statement.isAnimationStarted .statement_block {
  opacity: 1;
}

.about .about_lead {
  opacity: 0;
  transition: opacity 0.5s 0.1s cubic-bezier(0.42, 0, 1, 1);
}
.about .about_lead.isAnimationStarted {
  opacity: 1;
}
.about .about_description_block {
  opacity: 0;
  transition: opacity 0.5s 0.2s cubic-bezier(0.42, 0, 1, 1);
}
.about .about_description_block.isAnimationStarted {
  opacity: 1;
}

.outline .outline_table {
  opacity: 0;
  transform: translate3d(0px, 26px, 0px);
}
.outline .outline_table.isAnimationStarted {
  animation: 0.6s cubic-bezier(0, 0, 0.58, 1) 0.3s 1 normal forwards running fadeInFromBottom;
}

.entry .entry_flow {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.42, 0, 1, 1);
}
.entry .entry_flow:nth-of-type(1) {
  transition-delay: 0.2s;
}
.entry .entry_flow:nth-of-type(2) {
  transition-delay: 0.4s;
}
.entry .entry_flow:nth-of-type(3) {
  transition-delay: 0.6s;
}
.entry .entry_flow:nth-of-type(4) {
  transition-delay: 0.8s;
}
.entry .entry_deadline .deadline_heading {
  transition: transform 0.4s 1.1s cubic-bezier(0, 0, 0.58, 1), opacity 0.6s 1s cubic-bezier(0.42, 0, 1, 1);
  transform: scale(0.9, 1);
  opacity: 0;
}
.entry .entry_deadline .deadline_heading::before, .entry .entry_deadline .deadline_heading::after {
  transition: transform 0.2s 0.9s cubic-bezier(0, 0, 0.58, 1);
}
.entry .entry_deadline .deadline_heading::before {
  transform: translate(0.3em, 0);
}
.entry .entry_deadline .deadline_heading::after {
  transform: translate(-0.3em, 0);
}
.entry .entry_deadline .deadline_data,
.entry .entry_deadline .deadline_caution_list {
  opacity: 0;
  transition: opacity 0.6s 1.6s cubic-bezier(0.42, 0, 1, 1);
}
.entry .entry_content.isAnimationStarted .entry_flow {
  opacity: 1;
}
.entry .entry_content.isAnimationStarted.isAnimationStarted .deadline_heading {
  opacity: 1;
  transform: scale(1, 1);
}
.entry .entry_content.isAnimationStarted.isAnimationStarted .deadline_heading::before, .entry .entry_content.isAnimationStarted.isAnimationStarted .deadline_heading::after {
  transform: translate(0, 0);
}
.entry .entry_content.isAnimationStarted.isAnimationStarted .deadline_data,
.entry .entry_content.isAnimationStarted.isAnimationStarted .deadline_caution_list {
  opacity: 1;
}

.issue .issue_item {
  opacity: 0;
  transform: translate3d(0px, 26px, 0px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 0.4s 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.issue .issue_item.isAnimationStarted {
  animation: 0.6s cubic-bezier(0, 0, 0.58, 1) 0.3s 1 normal forwards running fadeInFromBottom;
}
.issue .issue_item.isAnimationStarted.issue_item-1 {
  clip-path: polygon(0 3.6%, 100% 0, 97.8% 100%, 0.4% 94.3%);
}

.information .information_item {
  opacity: 0;
  transform: translate3d(0px, 26px, 0px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 0.4s 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.information .information_item.isAnimationStarted {
  animation: 0.6s cubic-bezier(0, 0, 0.58, 1) 0.3s 1 normal forwards running fadeInFromBottom;
}
.information .information_item.isAnimationStarted.information_item-1 {
  clip-path: polygon(1.9% 0, 98.5% 2.4%, 100% 97.4%, 0 100%);
}
.information .information_item.isAnimationStarted.information_item-2 {
  clip-path: polygon(0 0, 100% 0.8%, 98.1% 100%, 1.5% 99%);
}

.entryCta {
  opacity: 0;
  transform: translate3d(0px, 26px, 0px);
}
.entryCta.isAnimationStarted {
  animation: 0.6s cubic-bezier(0, 0, 0.58, 1) 0.3s 1 normal forwards running fadeInFromBottom;
}

@media screen and (min-width: 768px) {
  .issue .issue_item.isAnimationStarted.issue_item-1 {
    clip-path: polygon(0 4%, 100% 0, 99.4% 100%, 2.1% 93.5%);
  }
  .information .information_item.isAnimationStarted.information_item-1 {
    clip-path: polygon(0 5.3%, 100% 0, 97.8% 100%, 1.2% 96.2%);
  }
  .information .information_item.isAnimationStarted.information_item-2 {
    clip-path: polygon(0 1.2%, 100% 0, 98.6% 98.1%, 2% 100%);
  }
}
/**
 * Layout
 */
/**
 * Pages
 */
.p-head {
  display: grid;
  grid-template-columns: calc(0.2 * (100vw - var(--scrollBarWidth))) auto calc(0.12 * (100vw - var(--scrollBarWidth)));
  -moz-column-gap: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
  align-items: center;
  padding-left: calc(0.0333333333 * (100vw - var(--scrollBarWidth)));
}
.p-head .p-head_logo {
  width: calc(0.2 * (100vw - var(--scrollBarWidth)));
  justify-self: start;
}
.p-head .p-head_title {
  justify-self: start;
  font-size: calc(0.0266666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1.1;
  color: #fff;
  letter-spacing: 0.08em;
}
.p-head .p-head_title > span {
  letter-spacing: -0.06em;
}
.p-head .p-head_drawer {
  width: calc(0.12 * (100vw - var(--scrollBarWidth)));
  justify-self: end;
  height: calc(0.12 * (100vw - var(--scrollBarWidth)));
  background-color: #000000;
  position: relative;
}
.p-head .p-head_drawer_bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
  height: min(0.0026666667 * (100vw - var(--scrollBarWidth)), 1px);
  margin-left: calc(-0.0266666667 * (100vw - var(--scrollBarWidth)));
  background-color: #fff;
}
.p-head .p-head_drawer[aria-expanded=false] .p-head_drawer_bar {
  transform: rotate(0deg) scaleX(1);
  transition: transform 0.4s, margin 0.4s;
  transform-origin: center center;
}
.p-head .p-head_drawer[aria-expanded=false] .p-head_drawer_bar-1 {
  margin-top: -0.55em;
}
.p-head .p-head_drawer[aria-expanded=false] .p-head_drawer_bar-2 {
  margin-top: -0.05em;
}
.p-head .p-head_drawer[aria-expanded=false] .p-head_drawer_bar-3 {
  margin-top: 0.5em;
}
.p-head .p-head_drawer[aria-expanded=true] .p-head_drawer_bar {
  transition: transform 0.4s, margin 0.4s;
  transform-origin: center center;
}
.p-head .p-head_drawer[aria-expanded=true] .p-head_drawer_bar-1 {
  transform: rotate(45deg) scaleX(1.1);
  margin-top: 0;
}
.p-head .p-head_drawer[aria-expanded=true] .p-head_drawer_bar-2 {
  margin-top: -0.05em;
  opacity: 0;
}
.p-head .p-head_drawer[aria-expanded=true] .p-head_drawer_bar-3 {
  transform: rotate(-45deg) scaleX(1.1);
  margin-top: 0.025em;
}

.p-section {
  position: relative;
}

.p-section_heading {
  display: grid;
  justify-items: center;
  row-gap: calc(0.0746666667 * (100vw - var(--scrollBarWidth)));
  text-align: center;
}
.p-section_heading .p-section_heading-en {
  margin-block: var(--leading-trim);
  font-size: calc(0.1333333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}
.p-section_heading .p-section_heading-ja {
  display: grid;
  grid-template-columns: calc(0.016 * (100vw - var(--scrollBarWidth))) auto calc(0.016 * (100vw - var(--scrollBarWidth)));
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(0.04 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.04 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0346666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.p-section_heading .p-section_heading-ja::before, .p-section_heading .p-section_heading-ja::after {
  content: "";
  height: calc(0.0026666667 * (100vw - var(--scrollBarWidth)));
  background-color: #000000;
}

.p-sliderSection {
  padding-block: calc(0.2933333333 * (100vw - var(--scrollBarWidth)));
}
.p-sliderSection .p-sliderSection_description {
  margin-block: calc(0.0933333333 * (100vw - var(--scrollBarWidth)) + var(--leading-trim)) var(--leading-trim);
  padding-inline: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  line-height: 2;
  font-weight: 400;
}
.p-sliderSection .p-slide {
  position: relative;
  margin-top: calc(0.0906666667 * (100vw - var(--scrollBarWidth)));
}
.p-sliderSection .p-slide_item {
  color: #fff;
  background-color: #000000;
  clip-path: polygon(0 2%, 100% 0, 98% 100%, 1.5% 98%);
}
.p-sliderSection .p-slide_arrows {
  pointer-events: none;
  display: grid;
  grid-template-columns: repeat(2, auto);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-inline: calc(0.0066666667 * (100vw - var(--scrollBarWidth)));
}
.p-sliderSection .p-slide_arrow {
  pointer-events: auto;
  width: calc(0.0933333333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
  mix-blend-mode: difference;
  position: relative;
  z-index: 1;
}
.p-sliderSection .p-slide_arrow-prev {
  justify-self: start;
  clip-path: polygon(45.7% 0, 45.7% 28.1%, 100% 28.1%, 100% 71.9%, 45.7% 71.9%, 45.7% 100%, 0 50%);
}
.p-sliderSection .p-slide_arrow-next {
  justify-self: end;
  clip-path: polygon(0 28.1%, 54.3% 28.1%, 54.3% 0, 100% 50%, 54.3% 100%, 54.3% 71.9%, 0 71.9%);
}
.p-sliderSection .p-slide_progress {
  width: calc(0.3733333333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0066666667 * (100vw - var(--scrollBarWidth)));
  margin: calc(0.0533333333 * (100vw - var(--scrollBarWidth))) auto 0;
  background-color: #fff;
}
.p-sliderSection .p-slide_progress_inner {
  height: 100%;
  background-color: #000000;
}

.header {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.visual {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: calc(1 * (100vw - var(--scrollBarWidth)));
  height: min(100dvh, 1.7333333333 * (100vw - var(--scrollBarWidth)));
  transition: opacity 0.4s cubic-bezier(0, 0, 0.58, 1), filter 0.4s cubic-bezier(0, 0, 0.58, 1);
}
@supports not (height: 1dvh) {
  .visual {
    height: min(100vh, 1.7333333333 * (100vw - var(--scrollBarWidth)));
  }
}
.visual.-overlay {
  opacity: 0.7;
  filter: blur(5px);
}
.visual .visual_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.visual .visual_image {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
}
.visual .visual_image > picture {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.visual .visual_obj {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 0.2853333333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.7493333333 * (100vw - var(--scrollBarWidth)));
  display: grid;
  align-items: center;
}
.visual .visual_obj > picture {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(0.816 * (100vw - var(--scrollBarWidth)));
  transform: translate(-50%, 0);
}
.visual .visual_hole-front {
  mix-blend-mode: multiply;
}

.fv {
  position: relative;
  height: min(100dvh, 1.7333333333 * (100vw - var(--scrollBarWidth)));
}
@supports not (height: 1dvh) {
  .fv {
    height: min(100vh, 1.7333333333 * (100vw - var(--scrollBarWidth)));
  }
}
.fv .fv_copy {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
}
.fv .fv_copy > picture {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.fv .fv_scroll {
  position: absolute;
  bottom: 0;
  right: calc(0.0266666667 * (100vw - var(--scrollBarWidth)));
  writing-mode: vertical-rl;
  padding: 0 0 calc(0.0906666667 * (100vw - var(--scrollBarWidth))) calc(0.016 * (100vw - var(--scrollBarWidth)));
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  color: #fff;
}
.fv .fv_scroll_bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(0.0026666667 * (100vw - var(--scrollBarWidth)));
  background-color: #fff;
}

.statement {
  padding-block: calc(0.4 * (100vw - var(--scrollBarWidth)) + var(--leading-trim));
  font-size: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
  line-height: 2.1875;
  text-align: center;
  letter-spacing: 0.08em;
}

.about {
  position: relative;
  padding-block: calc(0.1733333333 * (100vw - var(--scrollBarWidth))) calc(0.2066666667 * (100vw - var(--scrollBarWidth)));
  background-color: var(--subColor);
}
.about::after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(0.112 * (100vw - var(--scrollBarWidth)));
  left: 50%;
  width: calc(0.0186666667 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0226666667 * (100vw - var(--scrollBarWidth)));
  margin-left: calc(-0.0093333333 * (100vw - var(--scrollBarWidth)));
  background-color: #000000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.about .about_inner {
  padding-inline: calc(0.0506666667 * (100vw - var(--scrollBarWidth)));
  letter-spacing: 0;
}
.about .about_lead {
  margin-top: calc(0.1733333333 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0453333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.about .about_lead > span {
  padding-left: 0.5em;
  letter-spacing: 0.04em;
}
.about .about_description {
  margin-block: calc(0.08 * (100vw - var(--scrollBarWidth)) + var(--leading-trim)) var(--leading-trim);
  font-size: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.8571428571;
  font-weight: 400;
}
.about .about_description_block + .about_description_block {
  margin-top: calc(0.0693333333 * (100vw - var(--scrollBarWidth)));
}
.about .about_indent {
  margin-left: -0.5em;
}

.interview .interview_item {
  padding: calc(0.0906666667 * (100vw - var(--scrollBarWidth))) calc(0.072 * (100vw - var(--scrollBarWidth)));
}
.interview .interview_head {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: calc(0.0506666667 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0506666667 * (100vw - var(--scrollBarWidth)));
  align-items: center;
  justify-items: start;
}
.interview .interview_number {
  width: calc(0.1866666667 * (100vw - var(--scrollBarWidth)));
  border-right: 2px solid #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.1333333333 * (100vw - var(--scrollBarWidth)));
  line-height: calc(0.1066666667 * (100vw - var(--scrollBarWidth)));
}
.interview .interview_title {
  font-size: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1.125;
}
.interview .interview_person {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: calc(0.0453333333 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0453333333 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.0506666667 * (100vw - var(--scrollBarWidth)));
}
.interview .interview_person_image {
  width: calc(0.3066666667 * (100vw - var(--scrollBarWidth)));
}
.interview .interview_person_name {
  position: relative;
}
.interview .interview_person_name::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: calc(-0.0293333333 * (100vw - var(--scrollBarWidth)));
  left: 0;
  height: calc(0.0026666667 * (100vw - var(--scrollBarWidth)));
  background-color: #fff;
}
.interview .interview_person_name-ja {
  font-size: calc(0.04 * (100vw - var(--scrollBarWidth)));
}
.interview .interview_person_name-en {
  padding-left: calc(0.0266666667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
}
.interview .interview_person_career {
  margin-block: calc(0.056 * (100vw - var(--scrollBarWidth)) + var(--leading-trim)) var(--leading-trim);
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.2727272727;
}
.interview .interview_image {
  margin-top: calc(0.0506666667 * (100vw - var(--scrollBarWidth)));
  overflow: hidden;
  aspect-ratio: 560/287;
}
.interview .interview_image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview .interview_description {
  margin-block: calc(0.0613333333 * (100vw - var(--scrollBarWidth)) + var(--leading-trim)) var(--leading-trim);
  font-size: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.5;
  font-weight: 400;
}
.interview .interview_member {
  margin-top: calc(0.0986666667 * (100vw - var(--scrollBarWidth)));
}
.interview .interview_member_lead {
  font-size: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.interview .interview_member_list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.032 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
}
.interview .interview_member_item {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: calc(0.064 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.064 * (100vw - var(--scrollBarWidth)));
}
.interview .interview_member_image {
  width: calc(0.2066666667 * (100vw - var(--scrollBarWidth)));
}
.interview .interview_member_detail {
  margin-top: calc(0.0133333333 * (100vw - var(--scrollBarWidth)));
}
.interview .interview_member_name-ja {
  font-size: calc(0.0346666667 * (100vw - var(--scrollBarWidth)));
}
.interview .interview_member_name-en {
  padding-left: calc(0.0346666667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
}
.interview .interview_member_career {
  margin-block: calc(0.0266666667 * (100vw - var(--scrollBarWidth)) + var(--leading-trim)) var(--leading-trim);
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.interview .interview_button {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: calc(0.0933333333 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.0346666667 * (100vw - var(--scrollBarWidth)));
  padding-inline: calc(0.0266666667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0346666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  background-color: #fff;
  color: #000000;
  transition: letter-spacing 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.interview .interview_button > span,
.interview .interview_button > i {
  content: "";
}
.interview .interview_button > i {
  justify-self: end;
  position: relative;
  width: calc(0.032 * (100vw - var(--scrollBarWidth)));
  height: calc(0.032 * (100vw - var(--scrollBarWidth)));
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.interview .interview_button > i::before, .interview .interview_button > i::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: min(1px, 0.0026666667 * (100vw - var(--scrollBarWidth)));
  background-color: #000000;
}
.interview .interview_button > i::after {
  transform-origin: center;
  transform: rotate(90deg);
}
@media (hover: hover) and (pointer: fine) {
  .interview .interview_button:hover {
    letter-spacing: 0.05em;
  }
  .interview .interview_button:hover > i {
    transform: rotate(90deg);
  }
}
.interview .interview_arrows {
  top: calc(0.7013333333 * (100vw - var(--scrollBarWidth)));
}
.interview .interview_arrow {
  background-color: var(--mainColor);
}
.interview .interview_arrow-dummy {
  mix-blend-mode: unset;
  z-index: -1;
}

.video .video_item {
  padding: calc(0.0746666667 * (100vw - var(--scrollBarWidth))) calc(0.072 * (100vw - var(--scrollBarWidth))) calc(0.112 * (100vw - var(--scrollBarWidth)));
}
.video .video_head {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: calc(0.056 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.056 * (100vw - var(--scrollBarWidth)));
}
.video .video_number {
  display: block;
  margin-block: var(--leading-trim);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.1466666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.video .video_number-bottom {
  display: block;
  padding-top: calc(0.024 * (100vw - var(--scrollBarWidth)));
  border-top: calc(0.004 * (100vw - var(--scrollBarWidth))) solid #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.video .video_title_support {
  font-size: calc(0.048 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.video .video_title_main {
  margin-block: calc(0.0213333333 * (100vw - var(--scrollBarWidth))) calc(0.04 * (100vw - var(--scrollBarWidth)));
  width: 100%;
  height: calc(0.1253333333 * (100vw - var(--scrollBarWidth)));
  background-color: #fff;
}
.video .video_player_wrap {
  display: grid;
  grid-template: 1fr/1fr;
  justify-items: center;
  align-items: center;
  margin-top: calc(0.0866666667 * (100vw - var(--scrollBarWidth)));
  aspect-ratio: 560/315;
  overflow: hidden;
}
.video .video_player {
  background-color: #fff;
}
.video .video_player,
.video .video_thumbnail {
  grid-column: 1/2;
  grid-row: 1/2;
}
.video .video_player {
  position: relative;
  z-index: 1;
  width: 102%;
  height: 102%;
}
.video .video_thumbnail {
  display: none;
  position: relative;
  cursor: pointer;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform: translateZ(0);
}
.video .video_thumbnail > img {
  grid-row: 1/2;
  grid-column: 1/2;
}
.video .video_thumbnail::after {
  display: block;
  content: "";
  grid-row: 1/2;
  grid-column: 1/2;
  place-self: center center;
  width: calc(0.1733333333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.1733333333 * (100vw - var(--scrollBarWidth)));
  background: url("/intern/bp/2026/assets/images/icon-movie.svg") no-repeat 50% 50%/contain;
  transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
  transform: scale(1);
}
.video .video_thumbnail.-pause {
  display: grid;
}
@media (hover: hover) and (pointer: fine) {
  .video .video_thumbnail:hover::after {
    transform: scale(1.06);
  }
}
.video .video_person {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: calc(0.0506666667 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0506666667 * (100vw - var(--scrollBarWidth)));
  row-gap: calc(0.072 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.0453333333 * (100vw - var(--scrollBarWidth)));
}
.video .video_person_image {
  grid-column: 1/2;
  grid-row: 1/2;
  width: calc(0.2 * (100vw - var(--scrollBarWidth)));
}
.video .video_person_detail {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: center;
}
.video .video_person_name-ja {
  font-size: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
}
.video .video_person_name-en {
  padding-left: calc(0.032 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
}
.video .video_person_career {
  margin-block: calc(0.0213333333 * (100vw - var(--scrollBarWidth)) + var(--leading-trim)) var(--leading-trim);
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
}
.video .video_person_description {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-block: var(--leading-trim);
  font-size: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.5;
  font-weight: 400;
}
.video .video_arrows {
  top: calc(0.6026666667 * (100vw - var(--scrollBarWidth)));
}
.video .video_arrow {
  background-color: var(--mainColor);
}
.video .video_arrow-dummy {
  mix-blend-mode: unset;
  z-index: -1;
  background-color: var(--mainColor);
}

.outline {
  background-color: var(--subColor);
  padding-block: calc(0.2666666667 * (100vw - var(--scrollBarWidth))) calc(0.24 * (100vw - var(--scrollBarWidth)));
}
.outline .outline_inner {
  padding-inline: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
}
.outline .outline_table {
  margin-top: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
}
.outline .outline_table tr {
  display: grid;
  grid-template-rows: repeat(2, auto);
  row-gap: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
  padding-block: calc(0.0693333333 * (100vw - var(--scrollBarWidth)));
  border-bottom: 1px solid #000000;
}
.outline .outline_table th {
  font-size: calc(0.04 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.outline .outline_table td {
  font-size: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.7857142857;
  font-weight: 400;
  margin-block: var(--leading-trim);
}
.outline .outline_table td > a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .outline .outline_table td > a:hover {
    opacity: 0.7;
  }
}
.outline .outline_table .outline_caution {
  margin-top: calc(0.008 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0266666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4;
  font-weight: 400;
}
.outline .outline_table .outline_caution > li {
  margin-left: 1em;
  text-indent: -1em;
}
.outline .outline_table .outline_caution > li::before {
  content: "※";
}

.entry {
  padding-block: calc(0.24 * (100vw - var(--scrollBarWidth))) calc(0.2 * (100vw - var(--scrollBarWidth)));
}
.entry .entry_inner {
  padding-inline: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
}
.entry .entry_flow_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: calc(0.0666666667 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.1333333333 * (100vw - var(--scrollBarWidth)));
}
.entry .entry_flow {
  display: grid;
  grid-template-columns: calc(0.12 * (100vw - var(--scrollBarWidth))) 1fr;
  align-items: start;
  -moz-column-gap: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
}
.entry .entry_flow_number {
  margin-top: calc(0.008 * (100vw - var(--scrollBarWidth)));
  padding: 0 calc(0.0026666667 * (100vw - var(--scrollBarWidth))) calc(0.0026666667 * (100vw - var(--scrollBarWidth))) calc(0.0066666667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0346666667 * (100vw - var(--scrollBarWidth)));
  line-height: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  background-color: #000000;
  color: var(--mainColor);
}
.entry .entry_flow_detail {
  font-size: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4285714286;
}
.entry .entry_flow_detail > span {
  line-height: 2;
  padding-inline: 0.1em;
  margin-inline: 0.1em;
  border: 2px solid #000000;
}
.entry .entry_deadline {
  display: grid;
  grid-template-columns: repeat(1, auto);
  justify-items: center;
}
.entry .deadline_heading {
  display: grid;
  grid-template-columns: calc(0.168 * (100vw - var(--scrollBarWidth))) auto calc(0.168 * (100vw - var(--scrollBarWidth)));
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.144 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.entry .deadline_heading::before, .entry .deadline_heading::after {
  content: "";
  height: 2px;
  background-color: #000000;
}
.entry .deadline_data {
  text-align: center;
  margin-top: calc(0.0613333333 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0666666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  letter-spacing: 0.06em;
}
.entry .deadline_data > span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.entry .deadline_caution_list {
  margin-block: calc(0.0613333333 * (100vw - var(--scrollBarWidth)) + var(--leading-trim)) var(--leading-trim);
  font-size: calc(0.0266666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4;
  font-weight: 400;
}
.entry .deadline_caution_list > li {
  margin-left: 1em;
  text-indent: -1em;
}
.entry .deadline_caution_list > li::before {
  content: "※";
}

.issue {
  background-color: var(--subColor);
  padding-block: calc(0.2453333333 * (100vw - var(--scrollBarWidth))) calc(0.1893333333 * (100vw - var(--scrollBarWidth)));
}
.issue .issue_inner {
  padding-inline: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
}
.issue .issue_list {
  margin-top: calc(0.1386666667 * (100vw - var(--scrollBarWidth)));
}
.issue .issue_item {
  color: #fff;
  background-color: #000000;
}
.issue .issue_item-1 {
  padding: calc(0.1 * (100vw - var(--scrollBarWidth))) calc(0.0586666667 * (100vw - var(--scrollBarWidth))) calc(0.1626666667 * (100vw - var(--scrollBarWidth))) calc(0.0733333333 * (100vw - var(--scrollBarWidth)));
}
.issue .issue_item_number {
  font-size: calc(0.04 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.issue .issue_item_content {
  margin-top: calc(0.0533333333 * (100vw - var(--scrollBarWidth)) + var(--leading-trim));
  font-size: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.4285714286;
}
.issue .issue_item_content .--small {
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.3636363636;
}
.issue .issue_item_content ol {
  margin-top: calc(0.064 * (100vw - var(--scrollBarWidth)));
}
.issue .issue_item_content ol li + li {
  margin-top: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
}
.issue .issue_item_content ul {
  margin-top: calc(0.0266666667 * (100vw - var(--scrollBarWidth)));
  padding-left: 1em;
}
.issue .issue_item_content li {
  display: grid;
  grid-template-columns: auto 1fr;
}
.issue .issue_caution {
  margin-top: calc(0.1013333333 * (100vw - var(--scrollBarWidth)));
  border: calc(0.0026666667 * (100vw - var(--scrollBarWidth))) solid #000000;
  padding: calc(0.0826666667 * (100vw - var(--scrollBarWidth))) calc(0.0733333333 * (100vw - var(--scrollBarWidth))) calc(0.0733333333 * (100vw - var(--scrollBarWidth)));
}
.issue .issue_caution_heading {
  font-size: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  font-weight: 400;
}
.issue .issue_caution_list {
  margin-block: calc(0.0533333333 * (100vw - var(--scrollBarWidth)) + var(--leading-trim)) var(--leading-trim);
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.3636363636;
  font-weight: 400;
}
.issue .issue_caution_list > li {
  margin-left: 1em;
  text-indent: -1em;
}
.issue .issue_caution_list > li::before {
  content: "※";
}
.issue .issue_caution_list > li a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.information {
  padding-block: calc(0.1733333333 * (100vw - var(--scrollBarWidth))) 0;
}
.information .information_inner {
  padding-inline: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
}
.information .information_list {
  margin-top: calc(0.112 * (100vw - var(--scrollBarWidth)));
}
.information .information_item {
  color: #fff;
  background-color: #000000;
}
.information .information_item-1 {
  padding: calc(0.1386666667 * (100vw - var(--scrollBarWidth))) calc(0.064 * (100vw - var(--scrollBarWidth))) calc(0.1266666667 * (100vw - var(--scrollBarWidth))) calc(0.064 * (100vw - var(--scrollBarWidth)));
}
.information .information_item-1 .information_title {
  max-width: calc(0.5066666667 * (100vw - var(--scrollBarWidth)));
  margin-inline: auto;
}
.information .information_item-2 {
  margin-top: calc(0.0666666667 * (100vw - var(--scrollBarWidth)));
  padding: calc(0.1546666667 * (100vw - var(--scrollBarWidth))) calc(0.064 * (100vw - var(--scrollBarWidth))) calc(0.1333333333 * (100vw - var(--scrollBarWidth))) calc(0.064 * (100vw - var(--scrollBarWidth)));
}
.information .information_item-2 .information_title {
  font-size: calc(0.048 * (100vw - var(--scrollBarWidth)));
  line-height: 1.6666666667;
  text-align: center;
  word-break: keep-all;
}
.information .information_description {
  margin-top: calc(0.1066666667 * (100vw - var(--scrollBarWidth)) + var(--leading-trim));
  font-size: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.7857142857;
}
.information .information_schedule {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  margin-top: calc(0.096 * (100vw - var(--scrollBarWidth)));
}
.information .information_schedule_label {
  position: relative;
  z-index: 2;
  padding-inline: calc(0.04 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.04 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  background-color: #000;
}
.information .information_schedule_detail {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: calc(-0.02 * (100vw - var(--scrollBarWidth)));
  padding-block: calc(0.0613333333 * (100vw - var(--scrollBarWidth)));
  border: 1px solid #fff;
  text-align: center;
  font-size: calc(0.032 * (100vw - var(--scrollBarWidth)));
  line-height: 2.0833333333;
}
.information .information_schedule_detail > span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.information .information_flow_wrap {
  margin-top: calc(0.08 * (100vw - var(--scrollBarWidth)));
}
.information .information_flow_sub {
  position: absolute;
  right: calc(-0.0066666667 * (100vw - var(--scrollBarWidth)));
  display: grid;
  justify-items: center;
  align-items: center;
  width: calc(0.1386666667 * (100vw - var(--scrollBarWidth)));
  height: calc(0.1386666667 * (100vw - var(--scrollBarWidth)));
  background-color: var(--informationSubFlowColor);
  border-radius: 50%;
}
.information .information_flow-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: calc(0.0066666667 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0066666667 * (100vw - var(--scrollBarWidth)));
}
.information .information_flow-2 {
  position: relative;
}
.information .information_flow-2::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(0.2826666667 * (100vw - var(--scrollBarWidth)));
  left: calc(50% - 0.03 * (100vw - var(--scrollBarWidth)));
  width: calc(0.06 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  background-color: var(--informationSubFlowColor);
  clip-path: polygon(0% 26.5%, 53% 26.5%, 53% 0%, 100% 50%, 53% 100%, 53% 73.5%, 0% 73.5%);
}
.information .information_flow-3 {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 512/125;
  background-color: var(--informationFlowColor);
}
.information .information_flow-3 .information_flow_inner {
  width: calc(0.4213333333 * (100vw - var(--scrollBarWidth)));
}
.information .information_flow-3 .information_flow_sub {
  top: calc(-0.0693333333 * (100vw - var(--scrollBarWidth)));
}
.information .information_flow-3 .information_flow_sub .information_flow_sub_inner {
  width: calc(0.072 * (100vw - var(--scrollBarWidth)));
}
.information .information_flow-4 {
  position: relative;
  width: 100%;
}
.information .information_flow-4 .information_flow_sub {
  top: calc(0.008 * (100vw - var(--scrollBarWidth)));
}
.information .information_flow-4 .information_flow_sub .information_flow_sub_inner {
  width: calc(0.08 * (100vw - var(--scrollBarWidth)));
}
.information .information_table {
  width: 100%;
  margin-top: calc(0.104 * (100vw - var(--scrollBarWidth)));
  border-top: 1px solid #fff;
}
.information .information_table tr {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-items: start;
  -moz-column-gap: calc(0.12 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.12 * (100vw - var(--scrollBarWidth)));
  padding-block: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
  border-bottom: 1px solid #fff;
}
.information .information_table th {
  font-size: calc(0.032 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.information .information_table td {
  font-size: calc(0.032 * (100vw - var(--scrollBarWidth)));
  line-height: 1.8333333333;
  font-weight: 400;
  margin-block: var(--leading-trim);
}
.information .information_table td > a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .information .information_table td > a:hover {
    opacity: 0.7;
  }
}
.information .information_table .--caution {
  grid-column: 1/3;
  grid-row: 2/3;
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.3636363636;
  font-weight: 400;
  margin-top: calc(0.0586666667 * (100vw - var(--scrollBarWidth)) + var(--leading-trim));
  text-indent: -1em;
  margin-left: 1em;
  padding-right: 1em;
}
.information .information_caution_list {
  margin-block: calc(0.0933333333 * (100vw - var(--scrollBarWidth)) + var(--leading-trim)) var(--leading-trim);
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.3636363636;
  font-weight: 400;
}
.information .information_caution_list > li {
  margin-left: 1em;
  text-indent: -1em;
}
.information .information_caution_list > li::before {
  content: "※";
}

.entryCta {
  margin-top: calc(0.1466666667 * (100vw - var(--scrollBarWidth)));
}
.entryCta .entryCta_inner {
  padding-inline: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
}
.entryCta .entryCta_link {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: calc(0.2 * (100vw - var(--scrollBarWidth)));
  padding-inline: calc(0.04 * (100vw - var(--scrollBarWidth)));
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: calc(0.0666666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  color: #000;
  background-color: #fff;
  transition: letter-spacing 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  letter-spacing: 0.03em;
}
.entryCta .entryCta_link::before {
  content: "";
}
.entryCta .entryCta_link::after {
  content: "";
  justify-self: end;
  width: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0333333333 * (100vw - var(--scrollBarWidth)));
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #000;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transform: translate(0, 0);
}
@media (hover: hover) and (pointer: fine) {
  .entryCta .entryCta_link:hover {
    letter-spacing: 0.06em;
  }
  .entryCta .entryCta_link:hover::after {
    transform: translate(30%, 0);
  }
}
.entryCta .entryCta_deadline {
  margin-top: calc(0.0346666667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  text-align: center;
}

.entryFixed {
  position: fixed;
  z-index: 1;
  bottom: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  right: calc(0.0186666667 * (100vw - var(--scrollBarWidth)));
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  justify-items: center;
  width: calc(0.1733333333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.1733333333 * (100vw - var(--scrollBarWidth)));
  padding-block: calc(0.0186666667 * (100vw - var(--scrollBarWidth)));
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: calc(0.0346666667 * (100vw - var(--scrollBarWidth)));
  color: #000000;
  background-color: #fff;
  transition: opacity 0.3s cubic-bezier(0.42, 0, 1, 1), visibility 0.3s cubic-bezier(0.42, 0, 1, 1), transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 0;
  visibility: hidden;
  transform: scale(1);
}
.entryFixed::before, .entryFixed::after {
  content: "";
}
.entryFixed::after {
  align-self: end;
  width: calc(0.0186666667 * (100vw - var(--scrollBarWidth)));
  height: calc(0.024 * (100vw - var(--scrollBarWidth)));
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #000000;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transform: translate(0, 0);
}
.entryFixed.-inview {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) and (pointer: fine) {
  .entryFixed.-inview:hover {
    transform: scale(1.04);
  }
  .entryFixed.-inview:hover::after {
    transform: translate(0, 35%);
  }
}

.footer {
  padding-block: calc(0.2 * (100vw - var(--scrollBarWidth))) calc(0.1066666667 * (100vw - var(--scrollBarWidth)));
}
.footer .footer_inner {
  display: grid;
  grid-template-columns: repeat(1, auto);
  justify-content: center;
  justify-items: center;
}
.footer .footer_logo {
  width: calc(0.3866666667 * (100vw - var(--scrollBarWidth)));
}
.footer .footer_sns_wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(0.0333333333 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0333333333 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.1733333333 * (100vw - var(--scrollBarWidth)));
}
.footer .footer_sns {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer_sns:hover {
    opacity: 0.7;
  }
}
.footer .footer_sns-x {
  width: calc(0.0693333333 * (100vw - var(--scrollBarWidth)));
}
.footer .footer_sns-facebook {
  width: calc(0.08 * (100vw - var(--scrollBarWidth)));
}
.footer .footer_copyright {
  margin-top: calc(0.0613333333 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  color: #fff;
}

.drawer {
  z-index: 3;
  position: fixed;
  inset: 0;
  overflow: hidden;
  color: #fff;
}
.drawer:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #000000;
  transform-origin: top left;
}
@supports not (height: 1dvh) {
  .drawer {
    min-height: 100vh;
  }
}
.drawer .drawer_inner {
  position: absolute;
  inset: 0;
  overflow-y: scroll;
}
.drawer .drawer_nav {
  margin-top: calc(0.1733333333 * (100vw - var(--scrollBarWidth)));
}
.drawer .drawer_list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(1, auto);
  row-gap: calc(0.1493333333 * (100vw - var(--scrollBarWidth)));
}
.drawer .drawer_link {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  justify-items: start;
  align-items: end;
  -moz-column-gap: calc(0.032 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.032 * (100vw - var(--scrollBarWidth)));
  position: relative;
}
.drawer .drawer_link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.8em;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: center left;
  transition: transform 0.24s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (hover: hover) and (pointer: fine) {
  .drawer .drawer_link:hover::before {
    transform: scale(1, 1);
  }
}
.drawer .drawer_link-en {
  margin-block: var(--leading-trim);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: calc(0.0746666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  letter-spacing: 0;
}
.drawer .drawer_link-ja {
  font-size: calc(0.0346666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.drawer .drawer_sub_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: calc(0.064 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.0733333333 * (100vw - var(--scrollBarWidth)));
  margin-left: calc(0.0733333333 * (100vw - var(--scrollBarWidth)));
}
.drawer .drawer_sub_link {
  display: inline-grid;
  grid-template-columns: calc(0.048 * (100vw - var(--scrollBarWidth))) auto;
  justify-items: start;
  align-items: center;
  -moz-column-gap: calc(0.0266666667 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0266666667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.048 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  position: relative;
}
.drawer .drawer_sub_link::before {
  content: "";
  display: block;
  width: calc(0.048 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.drawer .drawer_sub_link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.4em;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: center left;
  transition: transform 0.24s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (hover: hover) and (pointer: fine) {
  .drawer .drawer_sub_link:hover::after {
    transform: scale(1, 1);
  }
}
.drawer .drawer_sns_wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
  -moz-column-gap: calc(0.0853333333 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0853333333 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.1666666667 * (100vw - var(--scrollBarWidth)));
}
.drawer .drawer_sns {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.42, 0, 1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .drawer .drawer_sns:hover {
    opacity: 0.7;
  }
}
.drawer .drawer_sns-x {
  width: calc(0.0853333333 * (100vw - var(--scrollBarWidth)));
}
.drawer .drawer_sns-facebook {
  width: calc(0.096 * (100vw - var(--scrollBarWidth)));
}
.drawer .drawer_entry {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: calc(0.8933333333 * (100vw - var(--scrollBarWidth)));
  height: calc(0.1733333333 * (100vw - var(--scrollBarWidth)));
  margin: calc(0.0906666667 * (100vw - var(--scrollBarWidth))) auto calc(0.12 * (100vw - var(--scrollBarWidth)));
  padding-inline: calc(0.04 * (100vw - var(--scrollBarWidth)));
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: calc(0.0613333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
  color: #000000;
  background-color: #fff;
  transition: letter-spacing 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  letter-spacing: 0.03em;
}
.drawer .drawer_entry::before {
  content: "";
}
.drawer .drawer_entry::after {
  content: "";
  justify-self: end;
  width: calc(0.048 * (100vw - var(--scrollBarWidth)));
  height: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #000000;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transform: translate(0, 0);
}
@media (hover: hover) and (pointer: fine) {
  .drawer .drawer_entry:hover {
    letter-spacing: 0.08em;
  }
  .drawer .drawer_entry:hover::after {
    transform: translate(15%, 0);
  }
}
.drawer[aria-hidden=true] {
  visibility: hidden;
  pointer-events: none;
}
.drawer[aria-hidden=true] .drawer_main {
  opacity: 0;
  transition: opacity 0.2s 0.01s cubic-bezier(0, 0, 0.58, 1);
}
.drawer[aria-hidden=true]:before {
  opacity: 0;
  transition: opacity 0.2s 0s cubic-bezier(0, 0, 0.58, 1);
}
.drawer[aria-hidden=false] {
  visibility: visible;
  pointer-events: auto;
}
.drawer[aria-hidden=false] .drawer_main {
  opacity: 1;
  transition: opacity 0.2s 0.5s cubic-bezier(0, 0, 0.58, 1);
}
.drawer[aria-hidden=false]:before {
  opacity: 1;
  transition: opacity 0.3s 0.1s cubic-bezier(0.42, 0, 1, 1);
}

.modal::backdrop {
  opacity: 0.7;
  background-color: #000000;
  transition: opacity 0.3s;
}
.modal .modal_wrap {
  display: grid;
  height: 100%;
  grid-template-rows: repeat(2, auto);
  align-content: center;
  padding-inline: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
  opacity: 0;
  transition: opacity 0.3s 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}
.modal .modal_close_btn {
  display: grid;
  justify-self: end;
  justify-items: center;
  align-items: center;
  background-color: #fff;
  width: calc(0.12 * (100vw - var(--scrollBarWidth)));
  height: calc(0.12 * (100vw - var(--scrollBarWidth)));
}
.modal .modal_close_btn::before, .modal .modal_close_btn::after {
  grid-row: 1/3;
  grid-column: 1/3;
  content: "";
  width: calc(0.04 * (100vw - var(--scrollBarWidth)));
  height: min(0.0026666667 * (100vw - var(--scrollBarWidth)), 1);
  background-color: #000000;
}
.modal .modal_close_btn::before {
  transform: rotate(45deg);
}
.modal .modal_close_btn::after {
  transform: rotate(-45deg);
}
.modal .modal_inner {
  display: grid;
  grid-template-rows: auto auto 1fr;
  max-height: calc(80vh - 0.12 * (100vw - var(--scrollBarWidth)));
  padding-block: calc(0.0666666667 * (100vw - var(--scrollBarWidth)));
  background-color: #fff;
  overflow-y: auto;
}
.modal .modal_person {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: calc(0.0453333333 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.0453333333 * (100vw - var(--scrollBarWidth)));
  padding-inline: calc(0.0733333333 * (100vw - var(--scrollBarWidth)));
}
.modal .modal_person_image {
  width: calc(0.3066666667 * (100vw - var(--scrollBarWidth)));
}
.modal .modal_person_name {
  position: relative;
}
.modal .modal_person_name::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: calc(-0.0293333333 * (100vw - var(--scrollBarWidth)));
  left: 0;
  height: calc(0.0026666667 * (100vw - var(--scrollBarWidth)));
  background-color: #000000;
}
.modal .modal_person_name-ja {
  font-size: calc(0.04 * (100vw - var(--scrollBarWidth)));
}
.modal .modal_person_name-en {
  padding-left: calc(0.0266666667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
}
.modal .modal_person_career {
  margin-block: calc(0.056 * (100vw - var(--scrollBarWidth)) + var(--leading-trim)) var(--leading-trim);
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.2727272727;
}
.modal .modal_member {
  margin-top: calc(0.0533333333 * (100vw - var(--scrollBarWidth)));
  padding-inline: calc(0.0733333333 * (100vw - var(--scrollBarWidth)));
}
.modal .modal_member_lead-en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: calc(0.0426666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.modal .modal_member_lead-ja {
  display: block;
  margin-top: calc(0.0133333333 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.032 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.modal .modal_member_list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.032 * (100vw - var(--scrollBarWidth)));
  margin-top: calc(0.04 * (100vw - var(--scrollBarWidth)));
}
.modal .modal_member_item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -moz-column-gap: calc(0.008 * (100vw - var(--scrollBarWidth)));
       column-gap: calc(0.008 * (100vw - var(--scrollBarWidth)));
}
.modal .modal_member_image {
  width: calc(0.16 * (100vw - var(--scrollBarWidth)));
}
.modal .modal_member_name-ja {
  font-size: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.modal .modal_member_name-en {
  display: block;
  margin-top: calc(0.0106666667 * (100vw - var(--scrollBarWidth)));
  font-size: calc(0.0266666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.modal .modal_member_career {
  margin-block: calc(0.0106666667 * (100vw - var(--scrollBarWidth)) + var(--leading-trim)) var(--leading-trim);
  font-size: calc(0.0266666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1;
}
.modal .modal_main {
  height: clamp(200px, 100%, 45vh);
  margin-top: calc(0.0746666667 * (100vw - var(--scrollBarWidth)));
  margin-inline: calc(0.0293333333 * (100vw - var(--scrollBarWidth)));
  padding-inline: calc(0.04 * (100vw - var(--scrollBarWidth)));
  overflow-y: auto;
  scrollbar-color: #000000 #dddddd;
  scrollbar-width: thin;
}
@supports not (scrollbar-width: thin) {
  .modal .modal_main::-webkit-scrollbar {
    inline-size: 8px;
  }
  .modal .modal_main::-webkit-scrollbar-thumb {
    background-color: 8px;
    border-radius: 8px;
  }
  .modal .modal_main::-webkit-scrollbar-track {
    background-color: 8px;
  }
}
.modal .modal_main_title {
  margin-block: 0.5em;
  font-size: calc(0.0506666667 * (100vw - var(--scrollBarWidth)));
  line-height: 1.5;
}
.modal .modal_main_heading {
  margin-block: 0.5em;
  font-size: calc(0.04 * (100vw - var(--scrollBarWidth)));
  line-height: 1.5;
}
.modal .modal_main_text {
  margin-block: 1em;
  font-size: calc(0.0373333333 * (100vw - var(--scrollBarWidth)));
  line-height: 1.5;
  font-weight: 400;
}
.modal .modal_main_text:nth-of-type(1) {
  margin-block: 0 0.8em;
}
.modal .modal_main_image {
  margin-block: calc(0.0186666667 * (100vw - var(--scrollBarWidth)));
}
.modal[data-active=true] .modal_wrap {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .p-head {
    grid-template-columns: 150px auto 90px;
    -moz-column-gap: 36px;
         column-gap: 36px;
    padding-left: 30px;
  }
  .p-head .p-head_logo {
    width: 150px;
  }
  .p-head .p-head_title {
    font-size: 20px;
    line-height: 1;
  }
  .p-head .p-head_drawer {
    width: 90px;
    height: 90px;
  }
  .p-head .p-head_drawer_bar {
    width: 40px;
    height: 2px;
    margin-left: -20px;
  }
  .p-head .p-head_drawer[aria-expanded=false] .p-head_drawer_bar-1 {
    margin-top: -12px;
  }
  .p-head .p-head_drawer[aria-expanded=false] .p-head_drawer_bar-2 {
    margin-top: -1px;
  }
  .p-head .p-head_drawer[aria-expanded=false] .p-head_drawer_bar-3 {
    margin-top: 10px;
  }
  .p-head .p-head_drawer[aria-expanded=true] .p-head_drawer_bar-1 {
    margin-top: 0px;
  }
  .p-head .p-head_drawer[aria-expanded=true] .p-head_drawer_bar-2 {
    margin-top: -1px;
  }
  .p-head .p-head_drawer[aria-expanded=true] .p-head_drawer_bar-3 {
    margin-top: 1px;
  }
  .p-section_heading {
    row-gap: 46px;
  }
  .p-section_heading .p-section_heading-en {
    font-size: 90px;
  }
  .p-section_heading .p-section_heading-ja {
    display: grid;
    grid-template-columns: 12px auto 12px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-size: 20px;
  }
  .p-section_heading .p-section_heading-ja::before, .p-section_heading .p-section_heading-ja::after {
    height: 2px;
  }
  .p-sliderSection {
    padding-block: 136px 180px;
  }
  .p-sliderSection .p-sliderSection_description {
    max-width: 976px;
    margin-block: calc(60px + var(--leading-trim)) var(--leading-trim);
    margin-inline: auto;
    padding-inline: 30px;
    font-size: 18px;
    line-height: 2.2222222222;
  }
  .p-sliderSection .p-slide {
    margin-top: 78px;
  }
  .p-sliderSection .p-slide_arrows {
    -moz-column-gap: min(1060px, 0.7571428571 * (100vw - var(--scrollBarWidth)));
         column-gap: min(1060px, 0.7571428571 * (100vw - var(--scrollBarWidth)));
    padding-inline: unset;
  }
  .p-sliderSection .p-slide_arrow {
    width: min(100px, 0.0714285714 * (100vw - var(--scrollBarWidth)));
    height: 34px;
  }
  .p-sliderSection .p-slide_arrow-prev {
    justify-self: end;
    clip-path: polygon(32% 0, 32% 28.1%, 100% 28.1%, 100% 71.9%, 32% 71.9%, 32% 100%, 0 50%);
  }
  .p-sliderSection .p-slide_arrow-next {
    justify-self: start;
    clip-path: polygon(0 28.1%, 68% 28.1%, 68% 0, 100% 50%, 68% 100%, 68% 71.9%, 0 71.9%);
  }
  .p-sliderSection .p-slide_progress {
    width: 280px;
    height: 5px;
    margin: 35px auto 0;
  }
  .visual {
    height: 100dvh;
  }
  @supports not (height: 1dvh) {
    .visual {
      height: 100vh;
    }
  }
  .visual .visual_inner {
    max-width: 1400px;
    margin-inline: auto;
  }
  .visual .visual_obj {
    top: calc(50% - min(250px, 0.1785714286 * (100vw - var(--scrollBarWidth))));
    height: min(542px, 0.3871428571 * (100vw - var(--scrollBarWidth)));
  }
  .visual .visual_obj > picture {
    width: min(640px, 0.4571428571 * (100vw - var(--scrollBarWidth)));
  }
  .fv {
    display: grid;
    position: relative;
    height: 100dvh;
    max-width: 1400px;
    margin-inline: auto;
  }
  @supports not (height: 1dvh) {
    .fv {
      height: 100dvh;
    }
  }
  .fv .fv_copy > picture {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .fv .fv_scroll {
    position: relative;
    bottom: unset;
    right: unset;
    justify-self: center;
    align-self: end;
    padding: 0 0 44px 8px;
    font-size: 14px;
  }
  .fv .fv_scroll_bar {
    width: 2px;
  }
  .statement {
    padding-block: calc(210px + var(--leading-trim)) calc(196px + var(--leading-trim));
    font-size: 26px;
    line-height: 1.9230769231;
  }
  .about {
    padding-block: 134px 115px;
  }
  .about::after {
    bottom: 50px;
    width: 12px;
    height: 16px;
    margin-left: -6px;
  }
  .about .about_inner {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-inline: auto;
    padding-inline: 30px;
  }
  .about .about_lead {
    margin-top: 120px;
    font-size: 26px;
  }
  .about .about_description {
    margin-block: calc(38px + var(--leading-trim)) var(--leading-trim);
    font-size: 18px;
    line-height: 2;
  }
  .about .about_description_block + .about_description_block {
    margin-top: 36px;
  }
  .interview .interview_item {
    display: grid;
    grid-template-columns: min(286px, 0.2042857143 * (100vw - var(--scrollBarWidth))) 1fr;
    grid-template-rows: repeat(5, auto);
    -moz-column-gap: min(52px, 0.0371428571 * (100vw - var(--scrollBarWidth)));
         column-gap: min(52px, 0.0371428571 * (100vw - var(--scrollBarWidth)));
    padding: min(67px, 0.0478571429 * (100vw - var(--scrollBarWidth))) min(95px, 0.0678571429 * (100vw - var(--scrollBarWidth))) min(60px, 0.0428571429 * (100vw - var(--scrollBarWidth))) min(86px, 0.0614285714 * (100vw - var(--scrollBarWidth)));
  }
  .interview .interview_head {
    position: relative;
    grid-column: 1/2;
    grid-row: 1/2;
    grid-template-columns: 1fr;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: min(52px, 0.0371428571 * (100vw - var(--scrollBarWidth)));
    align-items: start;
  }
  .interview .interview_head::before {
    content: "";
    display: block;
    position: absolute;
    top: min(146px, 0.1042857143 * (100vw - var(--scrollBarWidth)));
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
  }
  .interview .interview_number {
    width: unset;
    border-right: unset;
    font-size: clamp(12px, 120px, 0.0857142857 * (100vw - var(--scrollBarWidth)));
    line-height: 1;
  }
  .interview .interview_title {
    margin-block: var(--leading-trim);
    font-size: clamp(12px, 28px, 0.02 * (100vw - var(--scrollBarWidth)));
    line-height: 1.2857142857;
  }
  .interview .interview_person {
    grid-column: 1/2;
    grid-row: 2/6;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-items: start;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: min(35px, 0.025 * (100vw - var(--scrollBarWidth)));
    margin-top: min(35px, 0.025 * (100vw - var(--scrollBarWidth)));
  }
  .interview .interview_person_image {
    width: min(286px, 0.2042857143 * (100vw - var(--scrollBarWidth)));
    height: min(222px, 0.1585714286 * (100vw - var(--scrollBarWidth)));
  }
  .interview .interview_person_name::before {
    top: min(44px, 0.0314285714 * (100vw - var(--scrollBarWidth)));
    bottom: unset;
    height: 2px;
  }
  .interview .interview_person_name-ja {
    font-size: clamp(12px, 22px, 0.0157142857 * (100vw - var(--scrollBarWidth)));
  }
  .interview .interview_person_name-en {
    padding-left: min(16px, 0.0114285714 * (100vw - var(--scrollBarWidth)));
    font-size: clamp(12px, 18px, 0.0128571429 * (100vw - var(--scrollBarWidth)));
  }
  .interview .interview_person_career {
    margin-block: calc(min(45px, 0.0321428571 * (100vw - var(--scrollBarWidth))) + var(--leading-trim)) var(--leading-trim);
    font-size: clamp(12px, 16px, 0.0114285714 * (100vw - var(--scrollBarWidth)));
    line-height: 1.5;
  }
  .interview .interview_image {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-top: unset;
  }
  .interview .interview_description {
    grid-column: 2/3;
    grid-row: 3/4;
    margin-block: calc(min(20px, 0.0142857143 * (100vw - var(--scrollBarWidth))) + var(--leading-trim)) var(--leading-trim);
    font-size: clamp(12px, 16px, 0.0114285714 * (100vw - var(--scrollBarWidth)));
    line-height: 1.75;
  }
  .interview .interview_member {
    grid-column: 2/3;
    grid-row: 4/5;
    margin-top: min(50px, 0.0357142857 * (100vw - var(--scrollBarWidth)));
  }
  .interview .interview_member_lead {
    margin-block: var(--leading-trim);
    font-size: clamp(12px, 20px, 0.0142857143 * (100vw - var(--scrollBarWidth)));
    line-height: 1.8;
  }
  .interview .interview_member_list {
    justify-content: space-between;
    row-gap: min(24px, 0.0171428571 * (100vw - var(--scrollBarWidth)));
    -moz-column-gap: min(24px, 0.0171428571 * (100vw - var(--scrollBarWidth)));
         column-gap: min(24px, 0.0171428571 * (100vw - var(--scrollBarWidth)));
    margin-top: min(24px, 0.0171428571 * (100vw - var(--scrollBarWidth)));
  }
  .interview .interview_member_item {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: min(24px, 0.0171428571 * (100vw - var(--scrollBarWidth)));
         column-gap: min(24px, 0.0171428571 * (100vw - var(--scrollBarWidth)));
  }
  .interview .interview_member_image {
    width: min(174px, 0.1242857143 * (100vw - var(--scrollBarWidth)));
  }
  .interview .interview_member_detail {
    margin-top: unset;
  }
  .interview .interview_member_name-ja {
    font-size: clamp(12px, 16px, 0.0114285714 * (100vw - var(--scrollBarWidth)));
  }
  .interview .interview_member_name-en {
    margin-block: calc(min(8px, 0.0057142857 * (100vw - var(--scrollBarWidth))) + var(--leading-trim)) var(--leading-trim);
    display: block;
    padding-left: unset;
    margin-top: min(8px, 0.0057142857 * (100vw - var(--scrollBarWidth)));
    font-size: clamp(12px, 14px, 0.01 * (100vw - var(--scrollBarWidth)));
  }
  .interview .interview_member_career {
    margin-block: calc(min(16px, 0.0114285714 * (100vw - var(--scrollBarWidth))) + var(--leading-trim)) var(--leading-trim);
    font-size: clamp(12px, 14px, 0.01 * (100vw - var(--scrollBarWidth)));
    line-height: 1.2857142857;
  }
  .interview .interview_button {
    grid-column: 2/3;
    grid-row: 5/6;
    height: 45px;
    margin-top: min(26px, 0.0185714286 * (100vw - var(--scrollBarWidth)));
    padding-inline: min(16px, 0.0114285714 * (100vw - var(--scrollBarWidth)));
    font-size: clamp(12px, 18px, 0.0128571429 * (100vw - var(--scrollBarWidth)));
  }
  .interview .interview_button > i {
    width: min(24px, 0.0171428571 * (100vw - var(--scrollBarWidth)));
    height: min(24px, 0.0171428571 * (100vw - var(--scrollBarWidth)));
  }
  .interview .interview_button > i::before, .interview .interview_button > i::after {
    height: 2px;
  }
  .interview .interview_arrows {
    top: min(390px, 0.2785714286 * (100vw - var(--scrollBarWidth)));
  }
  .video .video_item {
    padding: min(54px, 0.0385714286 * (100vw - var(--scrollBarWidth))) min(80px, 0.0571428571 * (100vw - var(--scrollBarWidth)));
  }
  .video .video_head {
    -moz-column-gap: min(68px, 0.0485714286 * (100vw - var(--scrollBarWidth)));
         column-gap: min(68px, 0.0485714286 * (100vw - var(--scrollBarWidth)));
    align-items: center;
  }
  .video .video_number {
    font-size: clamp(12px, 110px, 0.0785714286 * (100vw - var(--scrollBarWidth)));
  }
  .video .video_number-bottom {
    padding-top: min(18px, 0.0128571429 * (100vw - var(--scrollBarWidth)));
    border-top: 3px solid #fff;
    font-size: clamp(12px, 21px, 0.015 * (100vw - var(--scrollBarWidth)));
  }
  .video .video_title {
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-items: center;
    justify-items: start;
    -moz-column-gap: min(10px, 0.0071428571 * (100vw - var(--scrollBarWidth)));
         column-gap: min(10px, 0.0071428571 * (100vw - var(--scrollBarWidth)));
  }
  .video .video_title_support {
    font-size: clamp(12px, 36px, 0.0257142857 * (100vw - var(--scrollBarWidth)));
  }
  .video .video_title_main {
    margin-block: unset;
    width: min(425px, 0.3035714286 * (100vw - var(--scrollBarWidth)));
    height: min(94px, 0.0671428571 * (100vw - var(--scrollBarWidth)));
  }
  .video .video_player_wrap {
    width: min(720px, 0.5142857143 * (100vw - var(--scrollBarWidth)));
    margin-top: min(40px, 0.0285714286 * (100vw - var(--scrollBarWidth)));
    margin-inline: auto;
    aspect-ratio: 720/405;
  }
  .video .video_thumbnail::after {
    width: min(130px, 0.0928571429 * (100vw - var(--scrollBarWidth)));
    height: min(130px, 0.0928571429 * (100vw - var(--scrollBarWidth)));
  }
  .video .video_person {
    align-items: start;
    align-content: center;
    -moz-column-gap: min(38px, 0.0271428571 * (100vw - var(--scrollBarWidth)));
         column-gap: min(38px, 0.0271428571 * (100vw - var(--scrollBarWidth)));
    row-gap: min(24px, 0.0171428571 * (100vw - var(--scrollBarWidth)));
    width: min(720px, 0.5142857143 * (100vw - var(--scrollBarWidth)));
    margin-inline: auto;
    margin-top: min(30px, 0.0214285714 * (100vw - var(--scrollBarWidth)));
  }
  .video .video_person_image {
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: center;
    width: min(150px, 0.1071428571 * (100vw - var(--scrollBarWidth)));
  }
  .video .video_person_detail {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: end;
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: min(20px, 0.0142857143 * (100vw - var(--scrollBarWidth)));
         column-gap: min(20px, 0.0142857143 * (100vw - var(--scrollBarWidth)));
  }
  .video .video_person_name-ja {
    font-size: clamp(12px, 20px, 0.0142857143 * (100vw - var(--scrollBarWidth)));
  }
  .video .video_person_name-en {
    padding-left: min(20px, 0.0142857143 * (100vw - var(--scrollBarWidth)));
    font-size: clamp(12px, 14px, 0.01 * (100vw - var(--scrollBarWidth)));
  }
  .video .video_person_career {
    margin-block: var(--leading-trim);
    font-size: clamp(12px, 14px, 0.01 * (100vw - var(--scrollBarWidth)));
  }
  .video .video_person_description {
    grid-column: 2/3;
    grid-row: 2/3;
    align-self: start;
    margin-block: var(--leading-trim);
    font-size: clamp(12px, 16px, 0.0114285714 * (100vw - var(--scrollBarWidth)));
    line-height: 1.75;
  }
  .video .video_arrows {
    top: min(390px, 0.2785714286 * (100vw - var(--scrollBarWidth)));
  }
  .outline {
    padding-block: 140px;
  }
  .outline .outline_inner {
    max-width: 875px;
    margin-inline: auto;
    padding-inline: 30px;
  }
  .outline .outline_table {
    width: 100%;
    margin-top: 56px;
  }
  .outline .outline_table tr {
    grid-template-columns: 146px 1fr;
    grid-template-rows: 1fr;
    row-gap: unset;
    -moz-column-gap: 66px;
         column-gap: 66px;
    padding-block: 44px;
  }
  .outline .outline_table th {
    font-size: 20px;
  }
  .outline .outline_table td {
    font-size: 20px;
    line-height: 2;
  }
  .outline .outline_table .outline_caution {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .outline .outline_table .outline_caution > li {
    margin-left: 1em;
    text-indent: -1em;
  }
  .outline .outline_table .outline_caution > li::before {
    content: "※";
  }
  .entry {
    padding-block: 126px 184px;
  }
  .entry .entry_inner {
    max-width: 910px;
    padding-inline: 30px;
    margin-inline: auto;
  }
  .entry .entry_flow_list {
    row-gap: 36px;
    margin-top: 104px;
  }
  .entry .entry_flow {
    grid-template-columns: 66px 1fr;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .entry .entry_flow_number {
    margin-top: 6px;
    padding: 0 2px 3px 5px;
    font-size: 18px;
    line-height: 22px;
  }
  .entry .entry_flow_detail {
    font-size: 22px;
    line-height: 1.4545454545;
  }
  .entry .entry_flow_detail > span {
    margin-inline: 0.2em;
    padding-inline: 0.3em;
  }
  .entry .deadline_heading {
    grid-template-columns: 112px auto 112px;
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin-top: 92px;
    font-size: 30px;
  }
  .entry .deadline_data {
    margin-top: 40px;
    font-size: 40px;
  }
  .entry .deadline_caution_list {
    margin-block: calc(50px + var(--leading-trim)) var(--leading-trim);
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .issue {
    padding-block: 135px;
  }
  .issue .issue_inner {
    max-width: 1260px;
    padding-inline: 30px;
    margin-inline: auto;
  }
  .issue .issue_list {
    max-width: 1026px;
    margin: 80px auto 0;
  }
  .issue .issue_item {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 58px;
         column-gap: 58px;
  }
  .issue .issue_item-1 {
    padding: 72px 54px 80px 80px;
  }
  .issue .issue_item_number {
    font-size: 24px;
  }
  .issue .issue_item_content {
    margin-block: var(--leading-trim);
    font-size: 24px;
    line-height: 1.6666666667;
  }
  .issue .issue_item_content .--small {
    margin-left: -0.5em;
    font-size: 16px;
    line-height: 2.5;
  }
  .issue .issue_item_content ol {
    margin-top: unset;
    margin-bottom: 40px;
  }
  .issue .issue_item_content ol li + li {
    margin-top: 40px;
  }
  .issue .issue_item_content ul {
    margin-block: calc(22px + var(--leading-trim)) var(--leading-trim);
  }
  .issue .issue_item_content li {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .issue .issue_caution {
    margin-top: 66px;
    border: 2px solid #000000;
    padding: 54px 112px;
  }
  .issue .issue_caution_heading {
    font-size: 24px;
  }
  .issue .issue_caution_list {
    margin-block: calc(26px + var(--leading-trim)) var(--leading-trim);
    font-size: 16px;
    line-height: 1.75;
  }
  .information {
    padding-block: 130px 0;
  }
  .information .information_inner {
    max-width: 1220px;
    padding-inline: 30px;
    margin-inline: auto;
  }
  .information .information_list {
    margin-top: 80px;
  }
  .information .information_item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
  .information .information_item-1 {
    padding: 80px 85px 67px 85px;
  }
  .information .information_item-1 .information_title {
    max-width: 567px;
  }
  .information .information_item-2 {
    margin-top: 34px;
    padding: 75px 85px 75px 85px;
  }
  .information .information_item-2 .information_title {
    font-size: 26px;
    line-height: 1.9230769231;
  }
  .information .information_description {
    margin-top: calc(42px + var(--leading-trim));
    font-size: 18px;
    line-height: 2;
  }
  .information .information_schedule {
    margin-top: 46px;
  }
  .information .information_schedule_label {
    padding-inline: 22px;
    font-size: 22px;
  }
  .information .information_schedule_detail {
    width: auto;
    margin-top: -11px;
    padding-block: 30px;
    padding-inline: 64px;
    font-size: 18px;
    line-height: 2;
  }
  .information .information_flow_wrap {
    display: grid;
    max-width: 100%;
    grid-template-columns: 21.3615023474% 38.4976525822% 18.0751173709% 22.0657276995%;
    margin-top: 75px;
  }
  .information .information_flow-1 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 2%;
    width: 100%;
    max-width: 182px;
  }
  .information .information_flow-2 {
    width: 100%;
    height: 100%;
    max-width: 328px;
  }
  .information .information_flow-2::after {
    top: 58%;
    left: 41.4%;
    width: 7%;
    height: auto;
    aspect-ratio: 23/11;
  }
  .information .information_flow-3 {
    width: 100%;
    max-width: 190px;
    aspect-ratio: 152/225;
  }
  .information .information_flow-3 .information_flow_inner {
    max-width: 136px;
    width: 88.3116883117%;
  }
  .information .information_flow-3 .information_flow_sub {
    top: -16.2337662338%;
    right: -16.2337662338%;
    width: 55.1948051948%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .information .information_flow-3 .information_flow_sub .information_flow_sub_inner {
    width: 51.7647058824%;
  }
  .information .information_flow-4 {
    width: 100%;
    max-width: 188px;
    height: 100%;
  }
  .information .information_flow-4 .information_flow_sub {
    top: -13.2978723404%;
    right: -25.5319148936%;
    width: 45.2127659574%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .information .information_flow-4 .information_flow_sub .information_flow_sub_inner {
    width: 56.4705882353%;
  }
  .information .information_table {
    justify-self: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 68px;
  }
  .information .information_table tr {
    display: grid;
    grid-template-columns: auto 1fr;
    justify-items: start;
    -moz-column-gap: 78px;
         column-gap: 78px;
    padding-block: 20px;
  }
  .information .information_table th {
    font-size: 20px;
    line-height: 1;
  }
  .information .information_table td {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400;
    margin-block: var(--leading-trim);
    padding-right: 18px;
  }
  .information .information_table .--caution {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: calc(22px + var(--leading-trim));
  }
  .information .information_caution_list {
    justify-self: center;
    margin-block: calc(60px + var(--leading-trim)) var(--leading-trim);
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 400;
  }
  .entryCta {
    margin-top: 106px;
  }
  .entryCta .entryCta_inner {
    max-width: 1260px;
    margin-inline: auto;
    padding-inline: 30px;
  }
  .entryCta .entryCta_link {
    height: 150px;
    padding-inline: 30px;
    font-size: 50px;
  }
  .entryCta .entryCta_link::after {
    width: 32px;
    height: 25px;
  }
  .entryCta .entryCta_deadline {
    margin-top: 18px;
    font-size: 20px;
  }
  .entryFixed {
    bottom: 45px;
    right: 30px;
    width: 120px;
    height: 120px;
    padding-block: 12px;
    font-size: 24px;
  }
  .entryFixed::after {
    width: 12px;
    height: 16px;
  }
  .footer {
    padding-block: 174px 72px;
  }
  .footer .footer_inner {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    justify-content: space-between;
    align-items: end;
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 30px;
  }
  .footer .footer_logo {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 226px;
  }
  .footer .footer_sns_wrap {
    grid-column: 2/3;
    grid-row: 1/2;
    justify-content: end;
    align-items: end;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: unset;
  }
  .footer .footer_sns-x {
    width: 40px;
  }
  .footer .footer_sns-facebook {
    width: 46px;
  }
  .footer .footer_copyright {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-top: 30px;
    font-size: 14px;
  }
  .drawer .drawer_main {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    justify-items: center;
    row-gap: 100px;
    max-width: 1260px;
    margin-inline: auto;
    margin-top: 146px;
    padding-inline: 30px;
  }
  .drawer .drawer_nav {
    margin-top: unset;
    padding-left: unset;
  }
  .drawer .drawer_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    row-gap: 100px;
    justify-content: space-between;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .drawer .drawer_item:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .drawer .drawer_item:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .drawer .drawer_item:nth-of-type(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .drawer .drawer_item:nth-of-type(4) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .drawer .drawer_item:nth-of-type(5) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .drawer .drawer_item:nth-of-type(6) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .drawer .drawer_link {
    display: inline-grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, auto);
    justify-content: start;
    justify-items: start;
    align-items: start;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 22px;
  }
  .drawer .drawer_link-en {
    font-size: 36px;
    line-height: 1.1111111111;
  }
  .drawer .drawer_link-ja {
    font-size: 16px;
  }
  .drawer .drawer_sub_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    margin-top: 34px;
    margin-left: unset;
  }
  .drawer .drawer_sub_link {
    grid-template-columns: 16px auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 20px;
  }
  .drawer .drawer_sub_link::before {
    width: 16px;
    height: 12px;
  }
  .drawer .drawer_sns_wrap {
    align-items: end;
    justify-content: center;
    margin-top: unset;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .drawer .drawer_sns-x {
    width: 40px;
  }
  .drawer .drawer_sns-facebook {
    width: 46px;
  }
  .drawer .drawer_entry {
    width: 600px;
    height: 84px;
    margin: 0 auto;
    padding-inline: 20px;
    font-size: 26px;
  }
  .drawer .drawer_entry::after {
    width: 32px;
    height: 25px;
  }
  .modal .modal_wrap {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 30px;
  }
  .modal .modal_close_btn {
    width: 90px;
    height: 90px;
  }
  .modal .modal_close_btn::before, .modal .modal_close_btn::after {
    width: 30px;
    height: 2px;
  }
  .modal .modal_inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    -moz-column-gap: 90px;
         column-gap: 90px;
    max-height: 80vh;
    padding: 50px 36px;
  }
  .modal .modal_person {
    grid-column: 1/2;
    grid-row: 1/2;
    grid-template-columns: 1fr;
    row-gap: 20px;
    -moz-column-gap: unset;
         column-gap: unset;
    padding-inline: unset;
  }
  .modal .modal_person_image {
    width: min(318px, 0.2271428571 * (100vw - var(--scrollBarWidth)));
    aspect-ratio: 318/245;
  }
  .modal .modal_person_name::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -18px;
    left: 0;
    height: 2px;
  }
  .modal .modal_person_name-ja {
    font-size: 24px;
  }
  .modal .modal_person_name-en {
    padding-left: 20px;
    font-size: 20px;
  }
  .modal .modal_person_career {
    margin-block: calc(40px + var(--leading-trim)) var(--leading-trim);
    font-size: 18px;
    line-height: 1.4444444444;
  }
  .modal .modal_member {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 52px;
    padding-inline: unset;
  }
  .modal .modal_member_lead-en {
    font-size: 26px;
  }
  .modal .modal_member_lead-ja {
    margin-top: 4px;
    font-size: 16px;
  }
  .modal .modal_member_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 22px;
  }
  .modal .modal_member_item {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .modal .modal_member_image {
    width: min(192px, 0.1371428571 * (100vw - var(--scrollBarWidth)));
    aspect-ratio: 192/148;
  }
  .modal .modal_member_name-ja {
    font-size: 20px;
  }
  .modal .modal_member_name-en {
    display: block;
    margin-top: 6px;
    font-size: 14px;
  }
  .modal .modal_member_career {
    margin-block: calc(20px + var(--leading-trim)) var(--leading-trim);
    font-size: 14px;
  }
  .modal .modal_main {
    grid-column: 2/3;
    grid-row: 1/3;
    height: unset;
    margin-top: unset;
    margin-inline: unset;
    padding-inline: 0 22px;
  }
  .modal .modal_main_title {
    font-size: 30px;
  }
  .modal .modal_main_heading {
    font-size: 24px;
  }
  .modal .modal_main_text {
    font-size: 18px;
    line-height: 2.2222222222;
  }
  .modal .modal_main_image {
    margin-block: 14px;
  }
}
@media screen and (min-width: 1120px) {
  .drawer .drawer_main {
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto;
    row-gap: 34px;
  }
  .drawer .drawer_nav {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .drawer .drawer_list {
    justify-self: start;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .drawer .drawer_sns_wrap {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: end;
    justify-self: end;
  }
  .drawer .drawer_entry {
    grid-column: 2/3;
    grid-row: 2/3;
    width: 366px;
    justify-self: start;
    margin: unset;
  }
}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}