@charset "UTF-8";
/* ==========================================================================
  foundation
========================================================================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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 {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  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;
}

:root {
  --color-main: #000000;
  --color-gray: #E6E6E6;
  --color-white: #ffffff;
  --color-red: #CC0000;
  --color-gold: #C8A252;
  --font-base: "Noto Sans JP", serif;
  --font-notosan: "Noto Sans JP", serif;
  --font-inter: "Inter", serif;
  --font-marcellus: "Marcellus", serif;
  --line-height-default: 1;
  --z-index-default: 1;
  --padding-side-pc:20px;
  --padding-side-sp:5.3333333333vw;
  --padding-side-m-sp:-5.3333333333vw;
  --anm-delay-05s:0.5s;
  --anm-delay-start:1.5s;
  --anm-delay-1st:2.5s;
  --anm-delay-2nd:3.5s;
  --anm-t-function:cubic-bezier(0.1, 0, 0.3, 1);
}

/**/
/* ==========================================================================
  base
========================================================================== */
/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
html {
  font-size: 62.5%;
  overscroll-behavior-y: none;
}

body {
  min-width: 320px;
  color: var(--color-main);
  font-family: var(--font-base);
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: var(--line-height-default);
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior-y: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: var(--line-height-default);
  }
}

/* ==========================================================================
   utility
========================================================================== */
/* ---------------------------------------------------------------------------
  show/hide
--------------------------------------------------------------------------- */
.u-show-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-show-mobile {
    display: initial;
  }
}

.u-show-desktop {
  display: initial;
}
@media screen and (max-width: 767px) {
  .u-show-desktop {
    display: none;
  }
}

/* ---------------------------------------------------------------------------
  flex
--------------------------------------------------------------------------- */
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-flex--pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-flex--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-flex--wrap.u-flex, .u-flex--wrap.u-flex--pc, .u-flex--wrap.u-flex--sp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--justify-between.u-flex, .u-flex--justify-between.u-flex--pc, .u-flex--justify-between.u-flex--sp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex--justify-center.u-flex, .u-flex--justify-center.u-flex--pc, .u-flex--justify-center.u-flex--sp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-flex--flexd-rowr.u-flex, .u-flex--flexd-rowr.u-flex--pc, .u-flex--flexd-rowr.u-flex--sp {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.u-flex--align-end.u-flex, .u-flex--align-end.u-flex--pc, .u-flex--align-end.u-flex--sp {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.u-flex--align-center.u-flex, .u-flex--align-center.u-flex--pc, .u-flex--align-center.u-flex--sp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ==========================================================================
  component
========================================================================== */
/* --------------------------------------------------------------------------
  c-loading
-------------------------------------------------------------------------- */
.is-loaded .c-loading {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s var(--anm-t-function), visibility 0.5s var(--anm-t-function);
  transition: opacity 0.5s var(--anm-t-function), visibility 0.5s var(--anm-t-function);
  -webkit-transition-delay: var(--anm-delay-start);
          transition-delay: var(--anm-delay-start);
}

.c-loading {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  z-index: calc(var(--z-index-default) + 40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-loading::after {
  content: "";
  display: block;
  width: 343px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url(../img/common/loading/logo.svg);
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: fadeInUp 1.5s cubic-bezier(0.1, 0, 0.3, 1) forwards;
          animation: fadeInUp 1.5s cubic-bezier(0.1, 0, 0.3, 1) forwards;
  -webkit-animation-delay: var(--anm-delay-05s);
          animation-delay: var(--anm-delay-05s);
}
@media screen and (max-width: 767px) {
  .c-loading::after {
    width: 66.6666666667vw;
    height: 10.6666666667vw;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* --------------------------------------------------------------------------
  link
-------------------------------------------------------------------------- */
.c-link-text--red {
  color: var(--color-red);
  text-decoration: underline;
}

.c-hover {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.c-hover:hover {
  opacity: 0.7;
}

/* --------------------------------------------------------------------------
  font
-------------------------------------------------------------------------- */
.c-font-inter--bold, .c-font-inter {
  font-family: var(--font-inter);
}

.c-font-inter {
  font-weight: 100;
}
.c-font-inter--bold {
  font-weight: 700;
}

.c-font-marcellus {
  font-family: var(--font-marcellus);
}

.c-font-marcellus {
  font-weight: 400;
}

/*------------------------------------------------------------
  画像　w100%用
------------------------------------------------------------*/
.c-img-w100 {
  width: 100%;
}

/* --------------------------------------------------------------------------
  c-section
-------------------------------------------------------------------------- */
/* ==========================================================================
  layout
========================================================================== */
/* ==========================================================================
  header
========================================================================== */
/* ---------------------
  anm
---------------------- */
/* load後 */
.is-loaded .l-header::before {
  opacity: 1;
  -webkit-transition: opacity 0.5s var(--anm-t-function);
  transition: opacity 0.5s var(--anm-t-function);
  -webkit-transition-delay: var(--anm-delay-2nd);
          transition-delay: var(--anm-delay-2nd);
}
.is-loaded .l-header__logo {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1.25s var(--anm-t-function), -webkit-transform 1s var(--anm-t-function);
  transition: opacity 1.25s var(--anm-t-function), -webkit-transform 1s var(--anm-t-function);
  transition: opacity 1.25s var(--anm-t-function), transform 1s var(--anm-t-function);
  transition: opacity 1.25s var(--anm-t-function), transform 1s var(--anm-t-function), -webkit-transform 1s var(--anm-t-function);
  -webkit-transition-delay: var(--anm-delay-2nd);
          transition-delay: var(--anm-delay-2nd);
}

.l-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: calc(var(--z-index-default) + 10);
  width: 100%;
}
.l-header::before {
  opacity: 0;
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-color: var(--color-gold);
}
@media screen and (max-width: 767px) {
  .l-header::before {
    height: 4vw;
  }
}

.l-header__logo {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  width: 240px;
  margin: 30px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 36.5333333333vw;
    margin: 2.1333333333vw 0 0 3.7333333333vw;
  }
}

.l-footer {
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media screen and (max-width: 767px) {
  .l-footer {
    background: var(--color-white);
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}

.l-footer__banners {
  padding: 200px 0;
  width: min(90%, 810px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__banners {
    padding: 21.3333333333vw var(--padding-side-pc);
    width: 100%;
  }
}
.l-footer__banners a {
  display: block;
}

.l-footer__banners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 58px;
}
@media screen and (max-width: 767px) {
  .l-footer__banners-list {
    gap: 6.4vw;
  }
}
.l-footer__banners-list img {
  height: auto;
}

.l-footer__copyright {
  padding: 28px 30px;
  color: var(--color-white);
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.67;
  letter-spacing: 0.2em;
  background-color: var(--color-main);
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    padding: 7.4666666667vw 0;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
  }
}

/* ==========================================================================
   index
========================================================================== */
/* ---------------------
  anm
---------------------- */
/* scrollで消える */
.p-top-hero.is-init {
  opacity: 1;
  visibility: visible;
}
.p-top-hero.is-init.is-hide {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-hero.is-init.is-hide {
    opacity: 1;
    visibility: visible;
  }
}

/* load後 */
.is-loaded .p-top-hero__bg--ontext {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s var(--anm-t-function), -webkit-transform 1s var(--anm-t-function);
  transition: opacity 1s var(--anm-t-function), -webkit-transform 1s var(--anm-t-function);
  transition: opacity 1s var(--anm-t-function), transform 1s var(--anm-t-function);
  transition: opacity 1s var(--anm-t-function), transform 1s var(--anm-t-function), -webkit-transform 1s var(--anm-t-function);
  -webkit-transition-delay: var(--anm-delay-1st);
          transition-delay: var(--anm-delay-1st);
}
.is-loaded .p-top-hero__inner {
  opacity: 1;
  -webkit-transition: opacity 0.5s var(--anm-t-function);
  transition: opacity 0.5s var(--anm-t-function);
  -webkit-transition-delay: var(--anm-delay-2nd);
          transition-delay: var(--anm-delay-2nd);
}

/* --------------------------------------------------------------------------
  p-top-hero
-------------------------------------------------------------------------- */
.p-top-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100svh;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-top-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding-top: 4vw;
    color: var(--color-main);
  }
}

.p-top-hero__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: calc(var(--z-index-default) - 1);
  width: 100%;
  height: 100svh;
  background-repeat: no-repeat;
  background-position: 59% 0;
  background-image: url("../img/hero/bg_hero_pc@2x.webp");
  background-size: cover;
}
@media screen and (max-width: 1096px) and (min-height: 960px) {
  .p-top-hero__bg {
    background-position: 59% 50%;
    background-image: url("../img/hero/bg_hero_h_pc@2x.webp");
  }
}
@media screen and (max-width: 767px) {
  .p-top-hero__bg {
    position: static;
    height: 80vw;
    background-image: url("../img/hero/bg_hero_sp@2x.webp");
    background-size: 100% auto;
  }
}

.p-top-hero__bg--ontext {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index-default);
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 59% 0;
  background-image: url("../img/hero/bg_hero_on_pc@2x.webp");
  background-size: cover;
}
@media screen and (max-width: 1096px) and (min-height: 960px) {
  .p-top-hero__bg--ontext {
    background-position: 59% 50%;
    background-image: url("../img/hero/bg_hero_h_on_pc@2x.png");
  }
}
@media screen and (max-width: 767px) {
  .p-top-hero__bg--ontext {
    position: absolute;
    height: 80vw;
    background-image: url("../img/hero/bg_hero_on_sp@2x.png");
    background-size: 100% auto;
  }
}

.p-top-hero__inner {
  opacity: 0;
  position: relative;
  padding: 0 44px 40px;
}
@media screen and (max-width: 767px) {
  .p-top-hero__inner {
    padding: 5.3333333333vw var(--padding-side-sp) 13.3333333333vw;
    background-color: var(--color-white);
  }
}
.p-top-hero__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  z-index: 0;
  width: min(100%, 1040px);
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../img/hero/bg_text_pc@2x.png);
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .p-top-hero__inner::before {
    display: none;
  }
}

.p-top-hero__title {
  position: relative;
  z-index: var(--z-index-default);
  -webkit-transform: translateX(-2.5%);
          transform: translateX(-2.5%);
  width: min(90%, 1154px);
}
@media screen and (max-width: 767px) {
  .p-top-hero__title {
    width: 100%;
    -webkit-transform: translateX(-1.0666666667vw);
            transform: translateX(-1.0666666667vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-hero__title img {
    -webkit-filter: none;
            filter: none;
  }
}

.p-top-hero__textsimg {
  display: block;
  position: relative;
  z-index: var(--z-index-default);
  width: min(89%, 987px);
}
@media screen and (max-width: 767px) {
  .p-top-hero__textsimg {
    display: none;
  }
}

.p-top-hero__texts {
  display: none;
  position: relative;
  z-index: var(--z-index-default);
  width: min(100%, 998px);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 1090px) {
  .p-top-hero__texts {
    font-size: 1.64vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-hero__texts {
    display: block;
    padding-top: 4vw;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}

/* --------------------------------------------------------------------------
  p-top-profile
-------------------------------------------------------------------------- */
.p-top-profile {
  position: relative;
  z-index: var(--z-index-default);
  padding: 150px 0;
  background-color: var(--color-gray);
}
@media screen and (max-width: 767px) {
  .p-top-profile {
    padding: 16vw var(--padding-side-sp) 16vw;
  }
}

.p-top-profile__container {
  width: min(90%, 1180px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-profile__container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-profile__sub img {
    width: 85%;
  }
}

.p-top-profile__sub-texts {
  padding-top: 20px;
  padding-bottom: 150px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-top-profile__sub-texts {
    padding-top: 5.3333333333vw;
    padding-bottom: 21.3333333333vw;
    line-height: 1.8;
  }
}
.p-top-profile__sub-texts p {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-top-profile__sub-texts p {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-top-profile__sub-texts p:not(:nth-of-type(1)) {
    padding-top: 1em;
  }
}

.p-top-profile__title {
  padding-bottom: 50px;
  color: var(--color-red);
  font-family: var(--font-marcellus);
  font-size: 4.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-top-profile__title {
    padding-bottom: 0;
    font-size: 8.5333333333vw;
  }
}

.p-top-profile__lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  grid-auto-rows: minmax(107px, auto);
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-profile__lists {
    display: block;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-profile-list {
    padding: 5.3333333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-profile-list:nth-of-type(1) {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-profile-list:not(:nth-last-of-type(1)) {
    border-bottom: 0.2666666667vw solid rgba(255, 255, 255, 0.5);
  }
}

.p-top-profile-list__inner {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 160px;
  grid-template-rows: 1fr auto auto;
  gap: 0;
  grid-template-areas: "position photo" "name photo" "nameen photo";
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .p-top-profile-list__inner {
    grid-template-columns: 1fr 29.3333333333vw;
  }
}

.p-top-profile-list__position {
  grid-area: position;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-top-profile-list__position {
    font-size: 3.4666666667vw;
  }
}

.p-top-profile-list__name--jp {
  grid-area: name;
  padding-top: 20px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-profile-list__name--jp {
    padding-top: 3.7333333333vw;
    font-size: 4.8vw;
  }
}

.p-top-profile-list__name--en {
  grid-area: nameen;
  padding-top: 10px;
  font-size: 1.6rem;
  font-family: var(--font-marcellus);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-profile-list__name--en {
    padding-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}

.p-top-profile-list__texts {
  padding-top: 30px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-top-profile-list__texts {
    padding-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.p-top-profile-list__photo {
  grid-area: photo;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .p-top-profile-list__photo {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
}

/* --------------------------------------------------------------------------
  p-top-prologue
-------------------------------------------------------------------------- */
.p-top-prologue {
  overflow: hidden;
  position: relative;
  z-index: var(--z-index-default);
  padding: 236px 0 150px;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-top-prologue {
    padding: 25.3333333333vw var(--padding-side-sp) 16vw;
  }
}

.p-top-prologue__container {
  position: relative;
  z-index: calc(var(--z-index-default) + 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: min(100%, 770px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-prologue__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
  }
}

.p-top-prologue__title {
  opacity: 0.4;
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: var(--z-index-default);
  color: var(--color-gray);
  font-family: var(--font-inter);
  font-size: 15rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.07em;
  text-indent: 0.07em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-top-prologue__title {
    top: 16vw;
    font-size: 18.1333333333vw;
  }
}

.p-top-prologue__photo {
  width: 96px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-prologue__photo {
    width: 24vw;
    margin: 0 auto;
    padding-top: 0;
  }
}

.p-top-prologue__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-top-prologue__texts {
    padding-top: 8vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .p-top-prologue__texts span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-top-prologue__texts span:not(:nth-last-of-type(1)) {
    padding-bottom: 1em;
  }
}

.p-top-prologue__photo-name {
  opacity: 0.7;
  padding-top: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-top-prologue__photo-name {
    padding-top: 2.6666666667vw;
  }
}
.p-top-prologue__photo-name span {
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .p-top-prologue__photo-name span {
    font-size: 2.6666666667vw;
  }
}

/* --------------------------------------------------------------------------
  p-top-interview
-------------------------------------------------------------------------- */
:root {
  --speaker01_name: "西畑";
  --speaker02_name: "丸山";
  --speaker03_name: "中山";
  --speaker01_photo: url("../img/interview/speaker_01@3x.png");
  --speaker02_photo: url("../img/interview/speaker_02@3x.png");
  --speaker03_photo: url("../img/interview/speaker_03@3x.png");
  --intwrviewnum_height_pc: 300px;
  --intwrviewnum_height_sp: 54vw;
}

.p-top-interview--01.is-hide .p-top-interview__hero--bgimage {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01.is-hide .p-top-interview__hero--bgimage {
    opacity: 1;
    visibility: visible;
  }
}
.p-top-interview--01:nth-child(even) .p-top-interview-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01:nth-child(even) .p-top-interview-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-interview--01:nth-child(even) .p-top-interview__heronumber {
  padding-left: 0.1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01:nth-child(even) .p-top-interview__heronumber {
    padding-left: 0;
    text-align: right;
  }
}
.p-top-interview--01 .p-top-interview__area {
  position: relative;
}
.p-top-interview--01 .p-top-interview__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: calc(100vh - var(--intwrviewnum_height_pc));
  padding: 0 74px 70px 74px;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview__hero {
    position: relative;
    height: 138.6666666667vw;
    margin-top: -54vw;
    padding: 5.3333333333vw;
  }
}
.p-top-interview--01 .p-top-interview__hero--bgimage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview__hero--bgimage {
    position: absolute;
    height: 100%;
  }
}
.p-top-interview--01 .p-top-interview__hero--bgimage::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: calc(var(--z-index-default) - 5);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview__hero--bgimage::after {
    position: absolute;
  }
}
.p-top-interview--01 .p-top-interview__heronumber {
  opacity: 0.4;
  position: sticky;
  right: 0;
  top: 0;
  z-index: calc(var(--z-index-default) + 2);
  width: 100%;
  height: var(--intwrviewnum_height_pc);
  padding-top: 0.1em;
  padding-right: 0.2em;
  color: var(--color-white);
  font-family: var(--font-inter);
  font-size: 30rem;
  font-weight: 100;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview__heronumber {
    height: var(--intwrviewnum_height_sp);
    padding-right: 0;
    font-size: 29.3333333333vw;
  }
}
.p-top-interview--01 .p-top-interview-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-interview--01 .p-top-interview-inner__photos {
  position: relative;
  width: clamp(40%, 650px, 50%);
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__photos {
    width: 100%;
  }
}
.p-top-interview--01 .p-top-interview-inner__photo {
  position: sticky;
  top: 0;
  left: 0;
  z-index: calc(var(--z-index-default) + 1);
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__photo {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__photo.is-desktop-only {
    display: none;
  }
}
.p-top-interview--01 .p-top-interview-inner__photo picture, .p-top-interview--01 .p-top-interview-inner__photo img {
  display: inline-block;
  position: relative;
  z-index: calc(var(--z-index-default) + 0);
}
.p-top-interview--01 .p-top-interview-inner__photo picture {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-top-interview--01 .p-top-interview-inner__photo picture {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__photo picture {
    width: 100%;
  }
}
.p-top-interview--01 .p-top-interview-inner__photo img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .p-top-interview--01 .p-top-interview-inner__photo img {
    aspect-ratio: 640/940;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__photo img {
    aspect-ratio: 375/340;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.p-top-interview--01 .p-top-interview-inner__photoin {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1280px) {
  .p-top-interview--01 .p-top-interview-inner__photoin {
    display: grid;
    place-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__photoin {
    height: auto;
  }
}
.p-top-interview--01 .p-top-interview-inner__photoin::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: calc(var(--z-index-default) - 0);
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__photoin::before {
    display: none;
  }
}
.p-top-interview--01 .p-top-interview-inner__photoin::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: calc(var(--z-index-default) - 1);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__photoin::after {
    display: none;
  }
}
.p-top-interview--01 .p-top-interview-inner__interview {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 150px 6%;
  background-color: var(--color-gray);
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__interview {
    padding: 13.3333333333vw var(--padding-side-sp);
  }
}
.p-top-interview--01 .p-top-interview-inner__list--comment {
  position: relative;
  z-index: calc(var(--z-index-default) + 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__list--comment {
    gap: 0 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-top-interview--01 .p-top-interview-inner__list--title {
  position: relative;
  z-index: calc(var(--z-index-default) + 2);
  display: block;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__list--title {
    margin-bottom: 10.6666666667vw;
  }
}
.p-top-interview--01 .p-top-interview-inner__list--title .p-top-interview-inner__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__list--title .p-top-interview-inner__titles {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__list--title img {
    width: 100%;
    max-width: inherit;
  }
}
.p-top-interview--01 .p-top-interview-inner__list--photo-sp {
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__list--photo-sp {
    display: block;
    z-index: calc(var(--z-index-default) + 1);
    margin: 13.3333333333vw var(--padding-side-m-sp);
  }
}
.p-top-interview--01 .p-top-interview-inner__comment {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__comment {
    line-height: 1.8;
  }
}
.p-top-interview--01 .p-top-interview-inner__comment p:not(:nth-last-of-type(1)) {
  padding-bottom: 1em;
}
.p-top-interview--01 .p-top-interview-inner__speakers {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner__speakers {
    width: 21.3333333333vw;
  }
}
.p-top-interview--01 .p-top-interview-inner-speaker {
  width: 100%;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner-speaker {
    height: 21.3333333333vw;
  }
}
.p-top-interview--01 .p-top-interview-inner-speaker .name {
  display: block;
  position: relative;
}
.p-top-interview--01 .p-top-interview-inner-speaker .name.first {
  display: block;
  width: 100%;
  padding-top: 8px;
  color: var(--color-main);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner-speaker .name.first {
    padding-top: 2.1333333333vw;
  }
}
.p-top-interview--01 .p-top-interview-inner-speaker .name.first::after {
  display: none;
}
.p-top-interview--01 .p-top-interview-inner-speaker .name::after {
  display: block;
  width: 100%;
  padding-top: 8px;
  color: var(--color-main);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner-speaker .name::after {
    padding-top: 2.1333333333vw;
  }
}
.p-top-interview--01 .p-top-interview-inner-speaker::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-top-interview--01 .p-top-interview-inner-speaker .subname {
  display: block;
  width: 100%;
  padding-top: 8px;
  color: #2B3338;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview-inner-speaker .subname {
    padding-top: 2.1333333333vw;
    font-size: 2.6666666667vw;
  }
}
.p-top-interview--01 .p-top-interview-inner-speaker.speaker--01::before {
  background-image: var(--speaker01_photo);
}
.p-top-interview--01 .p-top-interview-inner-speaker.speaker--01 .name::after {
  content: var(--speaker01_name);
}
.p-top-interview--01 .p-top-interview-inner-speaker.speaker--02::before {
  background-image: var(--speaker02_photo);
}
.p-top-interview--01 .p-top-interview-inner-speaker.speaker--02 .name::after {
  content: var(--speaker02_name);
}
.p-top-interview--01 .p-top-interview-inner-speaker.speaker--03::before {
  background-image: var(--speaker03_photo);
}
.p-top-interview--01 .p-top-interview-inner-speaker.speaker--03 .name::after {
  content: var(--speaker03_name);
}
.p-top-interview--01 .p-top-interview__hero--bgimage {
  z-index: calc(var(--z-index-default) - 2);
}
.p-top-interview--01 .p-top-interview__hero--bgimage::after {
  background-position: 50% 50%;
  background-image: url(../img/interview/01/bg_pc@2x.webp);
}
@media screen and (max-width: 1096px) and (min-height: 960px) {
  .p-top-interview--01 .p-top-interview__hero--bgimage::after {
    background-position: 62% 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--01 .p-top-interview__hero--bgimage::after {
    background-position: 50% 50%;
    background-image: url(../img/interview/01/bg_sp@2x.webp);
  }
}
.p-top-interview--01 .p-top-interview-inner__photo:nth-of-type(1) .p-top-interview-inner__photoin::after {
  background-image: url(../img/interview/01/photo_01_pc@2x.webp);
}
.p-top-interview--01 .p-top-interview-inner__photo:nth-of-type(2) .p-top-interview-inner__photoin::after {
  background-image: url(../img/interview/01/photo_02_pc@2x.webp);
}
.p-top-interview--01 .p-top-interview-inner__photo:nth-of-type(3) .p-top-interview-inner__photoin::after {
  background-image: url(../img/interview/01/photo_03_pc@2x.webp);
}
.p-top-interview--01 .p-top-interview-inner__list--title .p-top-interview-inner__titles {
  gap: 10px 27px;
}

.p-top-interview--02.is-hide .p-top-interview__hero--bgimage {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02.is-hide .p-top-interview__hero--bgimage {
    opacity: 1;
    visibility: visible;
  }
}
.p-top-interview--02:nth-child(even) .p-top-interview-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02:nth-child(even) .p-top-interview-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-interview--02:nth-child(even) .p-top-interview__heronumber {
  padding-left: 0.1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02:nth-child(even) .p-top-interview__heronumber {
    padding-left: 0;
    text-align: right;
  }
}
.p-top-interview--02 .p-top-interview__area {
  position: relative;
}
.p-top-interview--02 .p-top-interview__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: calc(100vh - var(--intwrviewnum_height_pc));
  padding: 0 74px 70px 74px;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview__hero {
    position: relative;
    height: 138.6666666667vw;
    margin-top: -54vw;
    padding: 5.3333333333vw;
  }
}
.p-top-interview--02 .p-top-interview__hero--bgimage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview__hero--bgimage {
    position: absolute;
    height: 100%;
  }
}
.p-top-interview--02 .p-top-interview__hero--bgimage::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: calc(var(--z-index-default) - 5);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview__hero--bgimage::after {
    position: absolute;
  }
}
.p-top-interview--02 .p-top-interview__heronumber {
  opacity: 0.4;
  position: sticky;
  right: 0;
  top: 0;
  z-index: calc(var(--z-index-default) + 2);
  width: 100%;
  height: var(--intwrviewnum_height_pc);
  padding-top: 0.1em;
  padding-right: 0.2em;
  color: var(--color-white);
  font-family: var(--font-inter);
  font-size: 30rem;
  font-weight: 100;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview__heronumber {
    height: var(--intwrviewnum_height_sp);
    padding-right: 0;
    font-size: 29.3333333333vw;
  }
}
.p-top-interview--02 .p-top-interview-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-interview--02 .p-top-interview-inner__photos {
  position: relative;
  width: clamp(40%, 650px, 50%);
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__photos {
    width: 100%;
  }
}
.p-top-interview--02 .p-top-interview-inner__photo {
  position: sticky;
  top: 0;
  left: 0;
  z-index: calc(var(--z-index-default) + 1);
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__photo {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__photo.is-desktop-only {
    display: none;
  }
}
.p-top-interview--02 .p-top-interview-inner__photo picture, .p-top-interview--02 .p-top-interview-inner__photo img {
  display: inline-block;
  position: relative;
  z-index: calc(var(--z-index-default) + 0);
}
.p-top-interview--02 .p-top-interview-inner__photo picture {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-top-interview--02 .p-top-interview-inner__photo picture {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__photo picture {
    width: 100%;
  }
}
.p-top-interview--02 .p-top-interview-inner__photo img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .p-top-interview--02 .p-top-interview-inner__photo img {
    aspect-ratio: 640/940;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__photo img {
    aspect-ratio: 375/340;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.p-top-interview--02 .p-top-interview-inner__photoin {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1280px) {
  .p-top-interview--02 .p-top-interview-inner__photoin {
    display: grid;
    place-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__photoin {
    height: auto;
  }
}
.p-top-interview--02 .p-top-interview-inner__photoin::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: calc(var(--z-index-default) - 0);
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__photoin::before {
    display: none;
  }
}
.p-top-interview--02 .p-top-interview-inner__photoin::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: calc(var(--z-index-default) - 1);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__photoin::after {
    display: none;
  }
}
.p-top-interview--02 .p-top-interview-inner__interview {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 150px 6%;
  background-color: var(--color-gray);
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__interview {
    padding: 13.3333333333vw var(--padding-side-sp);
  }
}
.p-top-interview--02 .p-top-interview-inner__list--comment {
  position: relative;
  z-index: calc(var(--z-index-default) + 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__list--comment {
    gap: 0 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-top-interview--02 .p-top-interview-inner__list--title {
  position: relative;
  z-index: calc(var(--z-index-default) + 2);
  display: block;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__list--title {
    margin-bottom: 10.6666666667vw;
  }
}
.p-top-interview--02 .p-top-interview-inner__list--title .p-top-interview-inner__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__list--title .p-top-interview-inner__titles {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__list--title img {
    width: 100%;
    max-width: inherit;
  }
}
.p-top-interview--02 .p-top-interview-inner__list--photo-sp {
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__list--photo-sp {
    display: block;
    z-index: calc(var(--z-index-default) + 1);
    margin: 13.3333333333vw var(--padding-side-m-sp);
  }
}
.p-top-interview--02 .p-top-interview-inner__comment {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__comment {
    line-height: 1.8;
  }
}
.p-top-interview--02 .p-top-interview-inner__comment p:not(:nth-last-of-type(1)) {
  padding-bottom: 1em;
}
.p-top-interview--02 .p-top-interview-inner__speakers {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner__speakers {
    width: 21.3333333333vw;
  }
}
.p-top-interview--02 .p-top-interview-inner-speaker {
  width: 100%;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner-speaker {
    height: 21.3333333333vw;
  }
}
.p-top-interview--02 .p-top-interview-inner-speaker .name {
  display: block;
  position: relative;
}
.p-top-interview--02 .p-top-interview-inner-speaker .name.first {
  display: block;
  width: 100%;
  padding-top: 8px;
  color: var(--color-main);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner-speaker .name.first {
    padding-top: 2.1333333333vw;
  }
}
.p-top-interview--02 .p-top-interview-inner-speaker .name.first::after {
  display: none;
}
.p-top-interview--02 .p-top-interview-inner-speaker .name::after {
  display: block;
  width: 100%;
  padding-top: 8px;
  color: var(--color-main);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner-speaker .name::after {
    padding-top: 2.1333333333vw;
  }
}
.p-top-interview--02 .p-top-interview-inner-speaker::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-top-interview--02 .p-top-interview-inner-speaker .subname {
  display: block;
  width: 100%;
  padding-top: 8px;
  color: #2B3338;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview-inner-speaker .subname {
    padding-top: 2.1333333333vw;
    font-size: 2.6666666667vw;
  }
}
.p-top-interview--02 .p-top-interview-inner-speaker.speaker--01::before {
  background-image: var(--speaker01_photo);
}
.p-top-interview--02 .p-top-interview-inner-speaker.speaker--01 .name::after {
  content: var(--speaker01_name);
}
.p-top-interview--02 .p-top-interview-inner-speaker.speaker--02::before {
  background-image: var(--speaker02_photo);
}
.p-top-interview--02 .p-top-interview-inner-speaker.speaker--02 .name::after {
  content: var(--speaker02_name);
}
.p-top-interview--02 .p-top-interview-inner-speaker.speaker--03::before {
  background-image: var(--speaker03_photo);
}
.p-top-interview--02 .p-top-interview-inner-speaker.speaker--03 .name::after {
  content: var(--speaker03_name);
}
.p-top-interview--02 .p-top-interview__hero--bgimage {
  z-index: calc(var(--z-index-default) - 3);
}
.p-top-interview--02 .p-top-interview__hero--bgimage::after {
  background-position: 25% 50%;
  background-image: url(../img/interview/02/bg_pc@2x.webp);
}
@media screen and (max-width: 767px) {
  .p-top-interview--02 .p-top-interview__hero--bgimage::after {
    background-position: 50% 50%;
    background-image: url(../img/interview/02/bg_sp@2x.webp);
  }
}
.p-top-interview--02 .p-top-interview-inner__photo:nth-of-type(1) .p-top-interview-inner__photoin::after {
  background-image: url(../img/interview/02/photo_01_pc@2x.webp);
}
.p-top-interview--02 .p-top-interview-inner__photo:nth-of-type(2) .p-top-interview-inner__photoin::after {
  background-image: url(../img/interview/02/photo_02_pc@2x.webp);
}

.p-top-interview--03.is-hide .p-top-interview__hero--bgimage {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03.is-hide .p-top-interview__hero--bgimage {
    opacity: 1;
    visibility: visible;
  }
}
.p-top-interview--03:nth-child(even) .p-top-interview-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03:nth-child(even) .p-top-interview-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-interview--03:nth-child(even) .p-top-interview__heronumber {
  padding-left: 0.1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03:nth-child(even) .p-top-interview__heronumber {
    padding-left: 0;
    text-align: right;
  }
}
.p-top-interview--03 .p-top-interview__area {
  position: relative;
}
.p-top-interview--03 .p-top-interview__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: calc(100vh - var(--intwrviewnum_height_pc));
  padding: 0 74px 70px 74px;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview__hero {
    position: relative;
    height: 138.6666666667vw;
    margin-top: -54vw;
    padding: 5.3333333333vw;
  }
}
.p-top-interview--03 .p-top-interview__hero--bgimage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview__hero--bgimage {
    position: absolute;
    height: 100%;
  }
}
.p-top-interview--03 .p-top-interview__hero--bgimage::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: calc(var(--z-index-default) - 5);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview__hero--bgimage::after {
    position: absolute;
  }
}
.p-top-interview--03 .p-top-interview__heronumber {
  opacity: 0.4;
  position: sticky;
  right: 0;
  top: 0;
  z-index: calc(var(--z-index-default) + 2);
  width: 100%;
  height: var(--intwrviewnum_height_pc);
  padding-top: 0.1em;
  padding-right: 0.2em;
  color: var(--color-white);
  font-family: var(--font-inter);
  font-size: 30rem;
  font-weight: 100;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview__heronumber {
    height: var(--intwrviewnum_height_sp);
    padding-right: 0;
    font-size: 29.3333333333vw;
  }
}
.p-top-interview--03 .p-top-interview-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-interview--03 .p-top-interview-inner__photos {
  position: relative;
  width: clamp(40%, 650px, 50%);
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__photos {
    width: 100%;
  }
}
.p-top-interview--03 .p-top-interview-inner__photo {
  position: sticky;
  top: 0;
  left: 0;
  z-index: calc(var(--z-index-default) + 1);
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__photo {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__photo.is-desktop-only {
    display: none;
  }
}
.p-top-interview--03 .p-top-interview-inner__photo picture, .p-top-interview--03 .p-top-interview-inner__photo img {
  display: inline-block;
  position: relative;
  z-index: calc(var(--z-index-default) + 0);
}
.p-top-interview--03 .p-top-interview-inner__photo picture {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-top-interview--03 .p-top-interview-inner__photo picture {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__photo picture {
    width: 100%;
  }
}
.p-top-interview--03 .p-top-interview-inner__photo img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .p-top-interview--03 .p-top-interview-inner__photo img {
    aspect-ratio: 640/940;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__photo img {
    aspect-ratio: 375/340;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.p-top-interview--03 .p-top-interview-inner__photoin {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1280px) {
  .p-top-interview--03 .p-top-interview-inner__photoin {
    display: grid;
    place-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__photoin {
    height: auto;
  }
}
.p-top-interview--03 .p-top-interview-inner__photoin::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: calc(var(--z-index-default) - 0);
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__photoin::before {
    display: none;
  }
}
.p-top-interview--03 .p-top-interview-inner__photoin::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: calc(var(--z-index-default) - 1);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__photoin::after {
    display: none;
  }
}
.p-top-interview--03 .p-top-interview-inner__interview {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 150px 6%;
  background-color: var(--color-gray);
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__interview {
    padding: 13.3333333333vw var(--padding-side-sp);
  }
}
.p-top-interview--03 .p-top-interview-inner__list--comment {
  position: relative;
  z-index: calc(var(--z-index-default) + 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__list--comment {
    gap: 0 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-top-interview--03 .p-top-interview-inner__list--title {
  position: relative;
  z-index: calc(var(--z-index-default) + 2);
  display: block;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__list--title {
    margin-bottom: 10.6666666667vw;
  }
}
.p-top-interview--03 .p-top-interview-inner__list--title .p-top-interview-inner__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__list--title .p-top-interview-inner__titles {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__list--title img {
    width: 100%;
    max-width: inherit;
  }
}
.p-top-interview--03 .p-top-interview-inner__list--photo-sp {
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__list--photo-sp {
    display: block;
    z-index: calc(var(--z-index-default) + 1);
    margin: 13.3333333333vw var(--padding-side-m-sp);
  }
}
.p-top-interview--03 .p-top-interview-inner__comment {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__comment {
    line-height: 1.8;
  }
}
.p-top-interview--03 .p-top-interview-inner__comment p:not(:nth-last-of-type(1)) {
  padding-bottom: 1em;
}
.p-top-interview--03 .p-top-interview-inner__speakers {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner__speakers {
    width: 21.3333333333vw;
  }
}
.p-top-interview--03 .p-top-interview-inner-speaker {
  width: 100%;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner-speaker {
    height: 21.3333333333vw;
  }
}
.p-top-interview--03 .p-top-interview-inner-speaker .name {
  display: block;
  position: relative;
}
.p-top-interview--03 .p-top-interview-inner-speaker .name.first {
  display: block;
  width: 100%;
  padding-top: 8px;
  color: var(--color-main);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner-speaker .name.first {
    padding-top: 2.1333333333vw;
  }
}
.p-top-interview--03 .p-top-interview-inner-speaker .name.first::after {
  display: none;
}
.p-top-interview--03 .p-top-interview-inner-speaker .name::after {
  display: block;
  width: 100%;
  padding-top: 8px;
  color: var(--color-main);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner-speaker .name::after {
    padding-top: 2.1333333333vw;
  }
}
.p-top-interview--03 .p-top-interview-inner-speaker::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-top-interview--03 .p-top-interview-inner-speaker .subname {
  display: block;
  width: 100%;
  padding-top: 8px;
  color: #2B3338;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview-inner-speaker .subname {
    padding-top: 2.1333333333vw;
    font-size: 2.6666666667vw;
  }
}
.p-top-interview--03 .p-top-interview-inner-speaker.speaker--01::before {
  background-image: var(--speaker01_photo);
}
.p-top-interview--03 .p-top-interview-inner-speaker.speaker--01 .name::after {
  content: var(--speaker01_name);
}
.p-top-interview--03 .p-top-interview-inner-speaker.speaker--02::before {
  background-image: var(--speaker02_photo);
}
.p-top-interview--03 .p-top-interview-inner-speaker.speaker--02 .name::after {
  content: var(--speaker02_name);
}
.p-top-interview--03 .p-top-interview-inner-speaker.speaker--03::before {
  background-image: var(--speaker03_photo);
}
.p-top-interview--03 .p-top-interview-inner-speaker.speaker--03 .name::after {
  content: var(--speaker03_name);
}
.p-top-interview--03 .p-top-interview__hero--bgimage {
  z-index: calc(var(--z-index-default) - 4);
}
.p-top-interview--03 .p-top-interview__hero--bgimage::after {
  background-position: 50% 50%;
  background-image: url(../img/interview/03/bg_pc@2x.webp);
}
@media screen and (max-width: 1096px) and (min-height: 960px) {
  .p-top-interview--03 .p-top-interview__hero--bgimage::after {
    background-position: 65% 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-interview--03 .p-top-interview__hero--bgimage::after {
    background-position: 50% 50%;
    background-image: url(../img/interview/03/bg_sp@2x.webp);
  }
}
.p-top-interview--03 .p-top-interview-inner__photo:nth-of-type(1) .p-top-interview-inner__photoin::after {
  background-image: url(../img/interview/03/photo_01_pc@2x.webp);
}
.p-top-interview--03 .p-top-interview-inner__photo:nth-of-type(2) .p-top-interview-inner__photoin::after {
  background-image: url(../img/interview/03/photo_02_pc@2x.webp);
}
.p-top-interview--03 .p-top-interview-inner__list--title .p-top-interview-inner__titles.t01 {
  gap: 10px 9px;
}
.p-top-interview--03 .p-top-interview-inner__list--title .p-top-interview-inner__titles.t02 {
  gap: 10px 20px;
}

/* --------------------------------------------------------------------------
  p-top-interview__end
-------------------------------------------------------------------------- */
.p-top-interview__end {
  width: 100%;
  height: 668px;
}
@media screen and (max-width: 767px) {
  .p-top-interview__end {
    position: relative;
    height: 53.6vw;
  }
}
.p-top-interview__end::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: calc(var(--z-index-default) - 5);
  width: 100%;
  height: 100%;
  background-image: url(../img/end/bg_pc@2x.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-interview__end::after {
    position: absolute;
    background-image: url(../img/end/bg_sp@2x.webp);
    background-size: 100% auto;
  }
}