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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --break-medium: 768px;
  --break-large: 1024px;
  --color-main: #101010;
  --color-sub1: #888888;
  --color-sub2: #666666;
  --color-base: #f2f2f2;
  --color-white: #fff;
  --base-fontsize: 16px;
  --base-fontfamily: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    sans-serif;
  --sp-base-fontsize: 16px;
  --ff-pirulen: "pirulen";
  --ff-dnp-shuei-anti-std: "dnp-shuei-anti-std";
  --toppan-bunkyu-gothic-pr6n: "toppan-bunkyu-gothic-pr6n"; /* 本文 */
  --ff-toppan-bunkyu-midashi-go-std: "toppan-bunkyu-midashi-go-std"; /* 見出し */
  --ff-ibm-plex-sans-jp: "ibm-plex-sans-jp"; /* 使わないかも */
  --base-lineheight: 1.8;
  --sp-base-lineheight: 1.8;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
}

body {
  display: grid;
  grid-template: "header" auto "contents" 1fr "footer" auto/100%;
  min-height: 100vh;
  font-family: var(--toppan-bunkyu-gothic-pr6n), var(--base-fontfamily);
  font-size: var(--base-fontsize);
  line-height: var(--base-lineheight);
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  color: var(--color-main);
  background-color: var(--color-base);
  text-size-adjust: 100%;
}
@media screen and (max-width: var(--break-medium)) {
  body {
    font-size: var(--sp-base-fontsize);
    line-height: var(--sp-base-lineheight);
  }
}

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

a {
  text-decoration: none;
  transition: opacity ease-out 0.1s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

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

.l-header {
  grid-area: header;
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 99;
  font-family: var(--ff-dnp-shuei-anti-std);
  color: var(--color-main);
  background: var(--color-white);
}
.l-header__inner {
  height: 100%;
  display: flex;
  column-gap: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 3.3854166667vw, 32px);
}
.l-header__btn {
  display: none;
}
.l-header__navList {
  display: flex;
  column-gap: 32px;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.2;
  font-size: 14px;
}
.l-header__navItem {
  position: relative;
}
.l-header__navCategory {
  display: flex;
  align-items: center;
  min-height: 60px;
}
.l-header__navCategory::before {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  top: 100%;
}
.l-header__nav-sub {
  display: none;
  position: absolute;
  width: 260px;
  left: 50%;
  transform: translate(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
  margin-top: 25px;
}
.l-header__nav-sub::after {
  border: 10px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.9);
  border-top-width: 0;
  top: -10px;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 0;
}
.l-header__nav-subList {
  text-align: center;
}
.l-header__nav-subList a {
  display: inline-block;
  width: 100%;
}
.l-header__nav-subList a span {
  padding: 2px 4px;
  display: inline-block;
  background: #101010;
  color: #fff;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .l-header__nav-subList {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__btn {
    display: block;
    position: absolute;
    right: 0;
    padding: 10px;
    z-index: 5;
  }
  .l-header__nav {
    width: 100%;
    display: none;
    padding-top: 60px;
    background-color: rgba(255, 255, 255, 0.96);
    z-index: 3;
    position: fixed;
  }
  .l-header__nav.is-active {
    display: block;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .l-header__navList {
    display: block;
    padding: 0 20px;
  }
  .l-header__navItem {
    display: block;
    position: relative;
    margin-bottom: 40px;
  }
  .l-header__navItem a {
    padding: 0;
  }
  .l-header__navCategory {
    pointer-events: none;
    font-family: var(--ff-toppan-bunkyu-midashi-go-std);
    font-weight: 900;
    font-size: 18px;
    min-height: unset;
  }
  .l-header__nav-sub {
    display: block;
    position: static;
    transform: none;
    width: 100%;
    margin-top: 0;
    background-color: transparent;
  }
  .l-header__nav-sub::after {
    display: none;
  }
  .l-header__nav-subList {
    text-align: left;
  }
  .l-header__nav-subList a {
    display: block;
    padding: 10px 0;
  }
  .l-header__nav-subList a span {
    margin-left: 5px;
    padding: 3px 5px;
    display: inline-block;
    margin-top: 5px;
  }
}

.l-footer {
  grid-area: footer;
  padding: clamp(60px, 9.1145833333vw, 80px) 0;
  color: var(--color-white);
  background: var(--color-main);
  text-align: center;
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-footer__logo img {
  max-width: 150px;
}
.l-footer__navList {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 36px;
}
@media screen and (max-width: 768px) {
  .l-footer__navList {
    flex-flow: column;
    row-gap: 8px;
  }
}
.l-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
}

.l-main {
  margin-top: 60px;
  grid-area: contents;
  display: flex;
  flex-direction: column;
}

.c-heading, .c-heading-shadow, .c-heading-white, .c-heading-black {
  position: relative;
  font-family: var(--ff-dnp-shuei-anti-std);
  font-size: clamp(16px, 2.6041666667vw, 24px);
  font-weight: 600;
  text-align: center;
}
.c-heading::before, .c-heading-shadow::before, .c-heading-white::before, .c-heading-black::before {
  content: attr(data-en);
  display: block;
  margin-block: calc((1em - 1lh) / 3);
  font-family: var(--ff-toppan-bunkyu-midashi-go-std);
  font-size: clamp(36px, 6.25vw, 60px);
  font-weight: 900;
}
.c-heading-black {
  color: var(--color-sub2);
}
.c-heading-black::before {
  color: var(--color-main);
}
.c-heading-white {
  color: var(--color-sub1);
}
.c-heading-white::before {
  color: var(--color-white);
}
.c-heading-shadow {
  color: var(--color-white);
  text-shadow: 0 0 5px var(--color-main);
}
.c-heading-shadow::before {
  color: var(--color-white);
  text-shadow: 0 0 5px var(--color-main);
}
.c-heading-normal {
  font-family: var(--ff-toppan-bunkyu-midashi-go-std);
  font-size: clamp(18px, 2.4739583333vw, 20px);
  font-weight: 900;
}

.c-button, .c-button-back, .c-button-forward {
  display: inline-block;
  background: var(--color-white);
  border: 2px solid var(--color-main);
  min-width: 100px;
  padding: 16px;
  position: relative;
  color: var(--color-main);
  text-align: center;
  font-family: var(--ff-toppan-bunkyu-midashi-go-std);
  font-weight: 900;
  font-size: 24px;
  font-weight: 700;
}
.c-button-forward::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
}
.c-button-back::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(315deg);
  border-top: 2px solid var(--color-main);
  border-left: 2px solid var(--color-main);
}

.is-close {
  position: relative;
  pointer-events: none;
}
.is-close::after {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  color: var(--color-white);
  content: "募集終了";
  background-color: rgba(0, 0, 0, 0.6);
}

.is-close__header {
  position: relative;
}
.is-close__header::after {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: var(--color-white);
  content: "募集終了";
  background-color: rgba(0, 0, 0, 0.6);
}

.c-list-unordered {
  margin-left: 1em;
  text-indent: -1em;
}
.c-list-unordered__item::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: var(--color-sub1);
  border-radius: 50%;
  position: relative;
  margin-right: 6px;
}
.c-list-annotation {
  margin-left: 1em;
  text-indent: -1em;
}

.c-definition__item {
  display: flex;
  gap: 18px;
  flex-direction: row;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-sub1);
}
.c-definition__item:last-child {
  border-bottom: none;
}
.c-definition__item dt, .c-definition__item th {
  flex-basis: 30%;
  text-align: center;
}
.c-definition__item dd, .c-definition__item td {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.c-definition-white {
  color: var(--color-white);
}

.c-definition-black {
  color: var(--color-main);
}

.c-flow {
  display: flex;
  flex-direction: column;
  counter-reset: li;
}
.c-flow__item {
  color: var(--color-white);
  background: var(--color-main);
  font-family: var(--ff-toppan-bunkyu-midashi-go-std);
  font-size: clamp(20px, 2.8645833333vw, 24px);
  font-weight: 900;
  padding: clamp(12px, 2.0833333333vw, 20px) clamp(20px, 3.6458333333vw, 36px);
  border: 2px solid var(--color-base);
  counter-increment: li;
}
.c-flow__item::before {
  display: inline-block;
  min-width: 1.8em;
  margin-right: 16px;
  border-radius: 50%;
  background-color: var(--color-white);
  color: var(--color-main);
  font-family: var(--ff-pirulen);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8em;
  text-align: center;
  content: counter(li);
}
.c-flow__item:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}
.c-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: var(--color-sub1);
}

.c-voice, .c-voice-white {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .c-voice, .c-voice-white {
    flex-direction: column;
  }
}
.c-voice__item:nth-child(1) {
  margin: auto;
  flex-basis: 40%;
  aspect-ratio: 5/4;
  max-width: 500px;
  position: relative;
  width: 100%;
}
.c-voice__item:nth-child(2) {
  flex-basis: 60%;
}
.c-voice__itemProf {
  aspect-ratio: 1/1;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid var(--color-white);
  padding: 20px;
  gap: 4px;
}
.c-voice__itemProf h3 {
  font-size: clamp(18px, 2.4739583333vw, 20px);
}
.c-voice__itemImage {
  aspect-ratio: 1/1;
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-voice__item {
  display: flex;
  flex-direction: column;
  row-gap: clamp(18px, 2.9947916667vw, 28px);
}
.c-voice__itemDesc {
  display: flex;
  flex-direction: column;
  row-gap: clamp(8px, 1.5625vw, 16px);
}
.c-voice__itemCopy {
  font-family: var(--ff-dnp-shuei-anti-std);
  font-size: clamp(18px, 2.9947916667vw, 28px);
}
.c-voice__itemTitle {
  font-family: var(--ff-toppan-bunkyu-midashi-go-std);
  font-size: clamp(18px, 2.4739583333vw, 20px);
  font-weight: 900;
}
.c-voice-white {
  color: var(--color-white);
}

.c-article, .c-article-white {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 36px;
  row-gap: clamp(50px, 6.5104166667vw, 50px);
}
@media screen and (max-width: 1024px) {
  .c-article, .c-article-white {
    grid-template-columns: 1fr;
  }
}
.c-article__itemLink {
  display: block;
}
.c-article__itemInner {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .c-article__itemInner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.c-article__itemImage {
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  .c-article__itemImage {
    max-width: 100%;
  }
}
.c-article__itemImage img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.c-article__itemText {
  max-width: 315px;
  font-size: clamp(16px, 2.6041666667vw, 20px);
  line-height: 1.7;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .c-article__itemText {
    max-width: 100%;
  }
}
.c-article-white {
  color: var(--color-white);
}

.p-top-kv__wrap {
  display: flex;
  min-height: 450px;
  max-height: 750px;
  background: var(--color-main);
}
.p-top-kv__image {
  flex-basis: 33.3333333333%;
  position: relative;
  overflow: hidden;
  font-family: var(--ff-pirulen);
  font-size: clamp(24px, 6.7708333333vw, 80px);
  color: transparent;
  -webkit-text-stroke: 1px var(--color-white);
  line-height: 1;
}
.p-top-kv__imageTitle, .p-top-kv__imageTitle-vertical {
  position: absolute;
  z-index: 1;
}
.p-top-kv__imageTitle-vertical {
  writing-mode: vertical-rl;
  font-size: clamp(24px, 6.7708333333vw, 80px);
}
.p-top-kv__list {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top-kv__item, .p-top-kv__item-right, .p-top-kv__item-left {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fadeAnimation 40s infinite both;
}
.p-top-kv__item img, .p-top-kv__item-right img, .p-top-kv__item-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-kv__item::before, .p-top-kv__item-right::before, .p-top-kv__item-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.p-top-kv__item-left:nth-child(1) {
  animation-delay: 0s;
}
.p-top-kv__item-left:nth-child(2) {
  animation-delay: 4s;
}
.p-top-kv__item-left:nth-child(3) {
  animation-delay: 8s;
}
.p-top-kv__item-left:nth-child(4) {
  animation-delay: 12s;
}
.p-top-kv__item-left:nth-child(5) {
  animation-delay: 16s;
}
.p-top-kv__item-left:nth-child(6) {
  animation-delay: 20s;
}
.p-top-kv__item-left:nth-child(7) {
  animation-delay: 24s;
}
.p-top-kv__item-left:nth-child(8) {
  animation-delay: 28s;
}
.p-top-kv__item-left:nth-child(9) {
  animation-delay: 32s;
}
.p-top-kv__item-left:nth-child(10) {
  animation-delay: 36s;
}
.p-top-kv__item-right:first-child {
  opacity: 1;
}
.p-top-kv__item-right:nth-child(2) {
  animation-delay: 5.5s;
}
.p-top-kv__item-right:nth-child(3) {
  animation-delay: 9.5s;
}
.p-top-kv__item-right:nth-child(4) {
  animation-delay: 13.5s;
}
.p-top-kv__item-right:nth-child(5) {
  animation-delay: 17.5s;
}
.p-top-kv__item-right:nth-child(6) {
  animation-delay: 21.5s;
}
.p-top-kv__item-right:nth-child(7) {
  animation-delay: 25.5s;
}
.p-top-kv__item-right:nth-child(8) {
  animation-delay: 29.5s;
}
.p-top-kv__item-right:nth-child(9) {
  animation-delay: 33.5s;
}
.p-top-kv__item-right:nth-child(10) {
  animation-delay: 37.5s;
}
.p-top-kv__content {
  padding: 20px 0;
  flex-basis: 33.3333333333%;
  background: var(--color-main);
  text-align: center;
  font-family: var(--ff-dnp-shuei-anti-std);
  font-size: clamp(14px, 2.4739583333vw, 24px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top-kv__contentInner {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  row-gap: clamp(12px, 3.125vw, 36px);
}
.p-top-kv__annotation {
  position: absolute;
  right: 0;
  font-family: var(--ff-dnp-shuei-anti-std);
  font-size: clamp(10px, 1.953125vw, 20px);
  writing-mode: vertical-rl;
  line-height: 1.4;
}
.p-top-kv__annotation-ja {
  color: var(--color-white);
}
.p-top-kv__annotation-ja span {
  background: var(--color-main);
  box-decoration-break: clone;
}
.p-top-kv__annotation-en span {
  background: var(--color-white);
  box-decoration-break: clone;
}
.p-top-kv__subTitle {
  font-size: clamp(0.875rem, -0.027rem + 1.88vw, 1.5rem);
}
.p-top-kv__subTitle span {
  background: var(--color-white);
  box-decoration-break: clone;
}
.p-top-kv__title {
  margin: auto;
}
.p-top-kv__copy {
  color: var(--color-white);
  background: var(--color-main);
}
.p-top-kv__copy p {
  font-family: var(--ff-dnp-shuei-anti-std);
  font-size: clamp(14px, 4.9479166667vw, 62px);
  font-feature-settings: "palt";
  letter-spacing: -2.5px;
  line-height: 1.2;
  transform: scaleX(0.9);
  transform-origin: 0 0;
  width: 111%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-top-kv__wrap {
    flex-flow: column;
  }
  .p-top-kv__title {
    width: 60%;
  }
}
.p-top-news {
  padding: clamp(60px, 9.1145833333vw, 80px) 0;
  background: var(--color-main);
  color: var(--color-white);
}
.p-top-news__inner {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
.p-top-news__content {
  overflow-y: scroll;
  height: clamp(300px, 39.0625vw, 300px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-top-news__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-top-news__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-top-news__date {
  font-size: 12px;
  color: var(--color-sub2);
}
.p-top-news__text a:hover {
  text-decoration: underline;
}
.p-top-overview {
  padding: clamp(60px, 11.71875vw, 120px) 0;
}
.p-top-overview__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  display: flex;
  gap: 40px;
  padding: 0 clamp(20px, 5.2083333333vw, 60px);
}
@media screen and (max-width: 768px) {
  .p-top-overview__inner {
    flex-flow: column;
  }
}
.p-top-overview__header {
  flex-basis: 30%;
  font-family: var(--ff-toppan-bunkyu-midashi-go-std);
  font-weight: 900;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 3.3854166667vw, 40px);
}
@media screen and (max-width: 768px) {
  .p-top-overview__header {
    text-align: center;
  }
}
.p-top-overview__title {
  font-size: clamp(40px, 6.5104166667vw, 60px);
  font-weight: 900;
  line-height: clamp(48px, 7.8125vw, 72px);
}
.p-top-overview__subtitle {
  font-size: clamp(20px, 3.3854166667vw, 32px);
  font-weight: 900;
  line-height: clamp(24px, 4.0364583333vw, 38px);
}
.p-top-overview__content {
  flex-basis: 70%;
  font-family: var(--ff-dnp-shuei-anti-std);
  font-size: clamp(16px, 2.34375vw, 20px);
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.p-top-position {
  padding: clamp(60px, 11.71875vw, 120px) 0;
}
.p-top-position__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
.p-top-position__content {
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
.p-top-position__image {
  position: relative;
  font-family: var(--ff-pirulen);
  font-size: clamp(24px, 8.0729166667vw, 100px);
  line-height: 1.1;
  -webkit-text-stroke: clamp(2px, 0.78125vw, 10px) var(--color-white);
  paint-order: stroke;
}
.p-top-position__imageTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  -webkit-text-stroke: clamp(2px, 0.78125vw, 10px) #e5e5e5;
}
.p-top-position__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}
.p-top-position__listItem {
  background: var(--color-white);
  position: relative;
}
.p-top-position__listItem dl {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.p-top-position__listItem a {
  display: block;
  padding: 16px 50px 16px clamp(16px, 3.3854166667vw, 36px);
}
.p-top-position__listItem dt {
  font-family: var(--ff-dnp-shuei-anti-std);
  font-size: clamp(18px, 2.4739583333vw, 20px);
}
.p-top-position__listItem dt span {
  color: var(--color-white);
  font-size: clamp(14px, 1.953125vw, 16px);
  background: var(--color-main);
  margin-left: 12px;
  padding: 2px 8px;
  vertical-align: middle;
}
.p-top-position__listItem dd {
  font-size: clamp(12px, 1.8229166667vw, 16px);
}
.p-top-position__listItem::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
}
.p-top-position__listItem:not(:last-child) {
  border-bottom: 1px solid var(--color-sub1);
}

@keyframes fadeAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  12% {
    opacity: 1;
  }
  17% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.p-qa__header {
  width: 100%;
  text-align: center;
  padding: clamp(56px, 11.4583333333vw, 120px) 0px;
  background: url(/recruit/internship2026/assets/img/img_qa.webp) no-repeat center/cover rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
}
.p-qa__content {
  padding: clamp(60px, 9.1145833333vw, 80px) 0;
}
.p-qa__inner {
  display: flex;
  flex-direction: column;
  row-gap: clamp(20px, 5.2083333333vw, 60px);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
.p-qa__item {
  padding: 40px 0;
  border-bottom: 1px solid var(--color-sub1);
}
.p-qa__itemQ, .p-qa__itemA {
  padding: 1em 1em 1em 3em;
  position: relative;
}
.p-qa__itemQ::before, .p-qa__itemA::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
}
.p-qa__itemQ::before {
  content: "Q";
  background-color: var(--color-main);
  color: var(--color-white);
}
.p-qa__itemA::before {
  content: "A";
  background-color: var(--color-white);
  color: var(--color-main);
  border: 1px solid var(--color-main);
}
.p-qa-contact {
  padding-bottom: clamp(60px, 9.1145833333vw, 80px);
}
.p-qa-contact__inner {
  display: flex;
  flex-direction: column;
  row-gap: clamp(20px, 5.2083333333vw, 60px);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
.p-qa-contact__content {
  display: flex;
  column-gap: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-qa-contact__content {
    flex-flow: column;
    row-gap: 36px;
  }
}
.p-qa-contact__item {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.p-position, .p-position-related, .p-position-intern, .p-position-mentor, .p-position-flow, .p-position-recruitment, .p-position-detail, .p-position-overview {
  padding: clamp(60px, 9.1145833333vw, 80px) 0;
}
.p-position-mv {
  display: grid;
  position: relative;
}
.p-position-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.p-position-mv__image {
  grid-area: 1/-1;
}
.p-position-mv__image img {
  width: 100%;
}
.p-position-mv__content {
  grid-area: 1/-1;
  align-self: end;
  justify-self: flex-start;
  width: 100%;
  padding: clamp(20px, 5.2083333333vw, 60px) 0;
  z-index: 1;
}
.p-position-mv__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: clamp(14px, 2.2135416667vw, 20px);
}
.p-position-mv__title {
  color: var(--color-white);
  font-family: var(--ff-dnp-shuei-anti-std);
  font-size: clamp(26px, 5.078125vw, 52px);
  font-weight: 700;
  line-height: 1.5;
}
.p-position-mv__title span {
  font-size: clamp(16px, 2.8645833333vw, 28px);
  background: var(--color-main);
  margin-left: 12px;
  padding: 6px 10px;
  vertical-align: middle;
}
.p-position-mv__desc {
  font-size: clamp(14px, 2.0833333333vw, 18px);
  color: var(--color-white);
}
.p-position-overview {
  background: var(--color-main);
  color: var(--color-white);
  font-family: var(--ff-dnp-shuei-anti-std);
  font-size: clamp(16px, 2.34375vw, 20px);
  line-height: 2;
  text-align: center;
}
.p-position-overview__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-position-overview {
    text-align: start;
  }
}
.p-position-detail__inner {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
.p-position-detail__content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.p-position-detail__content h3 {
  padding-top: clamp(16px, 2.0833333333vw, 16px);
}
.p-position-recruitment {
  background: var(--color-main);
}
.p-position-recruitment table {
  width: 100%;
}
.p-position-recruitment__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
.p-position-recruitment__entry {
  margin: auto;
  min-width: 320px;
}
.p-position-recruitment__entry a {
  width: 100%;
}
.p-position-flow__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
.p-position-mentor {
  background: var(--color-main);
}
.p-position-mentor__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
.p-position-intern {
  border-top: 1px solid var(--color-main);
}
.p-position-intern__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
.p-position-intern__entry {
  margin: auto;
  min-width: 320px;
}
.p-position-intern__entry a {
  width: 100%;
}
.p-position-related {
  border-top: 1px solid var(--color-main);
}
.p-position-related__inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: clamp(36px, 15.625vw, 120px);
}

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