/*! 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 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections */
body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

label[for] {
  cursor: pointer;
}

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

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

:root {
  --color-primary-rgb: rgb(29 29 29);
  --background-base-rgb: rgb(245 245 245);
  --background-surface-rgb: rgb(255 255 255);
  --background-inverse-rgb: rgb(29 29 29);
  --background-overlay-rgb: rgb(29 29 29 / 0.6);
  --text-emphasis-rgb: rgb(29 29 29);
  --text-base-rgb: rgb(58 58 58);
  --text-secondary-rgb: rgb(110 110 110);
  --text-tertiary-rgb: rgb(154 154 154);
  --text-inverse-rgb: rgb(255 255 255);
  --text-inverse-secondary-rgb: rgb(221 221 221);
  --icon-primary-rgb: rgb(29 29 29);
  --icon-inverse-rgb: rgb(255 255 255);
  --border-emphasis-rgb: rgb(184 184 184);
  --border-base-rgb: rgb(221 221 221);
  --color-primary: 29 29 29;
  --background-base: 245 245 245;
  --background-surface: 255 255 255;
  --background-inverse: 29 29 29;
  --text-emphasis: 29 29 29;
  --text-base: 58 58 58;
  --text-secondary: 110 110 110;
  --text-tertiary: 154 154 154;
  --text-inverse: 255 255 255;
  --icon-primary: 29 29 29;
  --icon-inverse: 255 255 255;
  --border-emphasis: 184 184 184;
  --border-base: 221 221 221;
  --font-family-jp: Noto Sans JP, Hiragino Sans, Yu Gothic UI, Yu Gothic, sans-serif;
  --font-family-en: Outfit, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-size-heading-main-pc: 3.3rem;
  --font-size-heading-sub-pc: 2.3rem;
  --font-size-heading-tertiary-pc: 1.9rem;
  --font-size-heading-subject-pc: 1.6rem;
  --font-size-heading-main-sp: 2.9rem;
  --font-size-heading-sub-sp: 2rem;
  --font-size-heading-tertiary-sp: 1.7rem;
  --font-size-heading-subject-sp: 1.4rem;
  --font-size-text-main-pc: 1.6rem;
  --font-size-text-sub-pc: 1.3rem;
  --font-size-text-tertiary-pc: 1.1rem;
  --font-size-text-main-sp: 1.4rem;
  --font-size-text-sub-sp: 1.2rem;
  --font-size-text-tertiary-sp: 1rem;
  --font-weight-jp-regular: 400;
  --font-weight-jp-semibold: 600;
  --font-weight-en-medium: 500;
  --font-weight-en-semibold: 600;
  --letter-spacing-jp: 0.05em;
  --letter-spacing-en: 0.08em;
  --line-height-tight-jp: 1.3;
  --line-height-tight-en: 1.2;
  --line-height-base: 2;
  --line-height-none: 1;
  --breakpoint-sp-max: 640px;
  --breakpoint-tablet-min: 641px;
  --breakpoint-tablet-max: 1023px;
  --breakpoint-pc-min: 1024px;
  --layout-max-width: 1000px;
  --layout-bleed-width: 100vw;
  --size-hero-height: calc(100vw / 16 * 9);
  --size-hero-height-sp: calc(100vw / 9 * 16);
  --size-icon: 16;
  --size-icon-button: 48;
  --size-hamburger-bar-width: 24;
  --size-augmented-text-height: 20;
  --size-augmented-text-width: 88;
  --size-tag-width: 64;
  --spacing-main: 128;
  --spacing-main-sp: 88;
  --spacing-section: 128;
  --spacing-section-sp: 88;
  --spacing-section-half: 64;
  --spacing-section-half-sp: 48;
  --shadow-elevation-surface: 0 0.8rem 3.2rem rgb(29 29 29 /0.1);
  --shadow-elevation-text: 0 0.2rem 0.4rem rgb(29 29 29 /0.3);
  --augmented-radius: 0.8rem;
  --augmented-diameter: calc(var(--augmented-radius) * 2);
  --elevation-back: -1;
  --elevation-0: 0;
  --elevation-0-5: 50;
  --elevation-1: 100;
  --elevation-2: 200;
  --elevation-3: 300;
  --elevation-4: 400;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: var(--background-base-rgb);
  font-family: var(--font-family-jp);
  font-size: var(--font-size-text-main-pc);
  font-weight: var(--font-weight-jp-regular);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-jp);
  font-feature-settings: "palt" on;
  color: var(--text-base-rgb);
}
@media (max-width: 640px) {
  body {
    font-size: var(--font-size-text-main-sp);
  }
}
body.no-scroll {
  overflow: hidden;
}

h1 {
  font-family: var(--font-family-en);
}

h2, h3, h4, h5, h6 {
  font-family: var(--font-family-jp);
}

a {
  text-decoration: none;
  cursor: pointer;
  font-family: var(--font-family-en);
  font-size: var(--font-size-heading-subject-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-none);
  letter-spacing: var(--letter-spacing-en);
  font-kerning: normal;
}
@media (max-width: 640px) {
  a {
    font-size: var(--font-size-heading-subject-sp);
  }
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

@keyframes infographic-motion {
  0% {
    transform: translate(-50%, -50%) scale(1);
    background-color: rgb(var(--background-inverse)/0.4);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    background-color: rgb(var(--background-inverse)/0);
  }
}
@keyframes zoom-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes draw-handwriting {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-handwriting-dot {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.l-footer {
  width: var(--layout-bleed-width);
  padding-block: 1.2rem;
  background-color: var(--background-base-rgb);
}
.l-footer__text {
  font-family: var(--font-family-en);
  font-size: var(--font-size-text-sub-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-none);
  letter-spacing: var(--letter-spacing-en);
  font-kerning: normal;
  color: var(--text-emphasis-rgb);
  text-align: center;
  display: block;
}
@media (max-width: 640px) {
  .l-footer__text {
    font-size: var(--font-size-text-sub-sp);
  }
}
@media (max-width: 640px) {
  .l-footer__text span {
    display: block;
  }
}
.l-footer__text--link {
  text-transform: uppercase;
  color: var(--text-tertiary-rgb);
  transition: color 0.3s ease;
  margin-top: 0.8rem;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__text--link:hover {
    color: var(--text-emphasis-rgb);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-footer__text--link:hover {
    color: var(--text-emphasis-rgb);
  }
}

.l-main {
  max-width: var(--layout-max-width);
  margin-inline: auto;
  padding-block: calc(var(--spacing-main) / 10 * 1rem);
}
@media (max-width: 1023px) {
  .l-main {
    padding-inline: 4rem;
  }
}
@media (max-width: 640px) {
  .l-main {
    padding-inline: 1.6rem;
    padding-block: calc(var(--spacing-main-sp) / 10 * 1rem);
  }
}
.l-main--bleed {
  width: var(--layout-bleed-width);
  max-width: none;
  padding: 0;
}
.l-main > :first-child {
  margin-block-start: 0;
}

.l-header {
  width: var(--layout-bleed-width);
  padding-block: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, opacity 0.3s ease;
  z-index: var(--elevation-1);
}
@media (max-width: 640px) {
  .l-header {
    padding-block: 0.8rem;
  }
}
.l-header__inner {
  max-width: var(--layout-max-width);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .l-header__inner {
    padding-inline: 4rem;
  }
}
@media (max-width: 640px) {
  .l-header__inner {
    padding-left: 1.6rem;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__logo {
  display: inline-flex;
  align-items: baseline;
  gap: 1.2rem;
}
.l-header__logo-text {
  font-family: var(--font-family-en);
  font-size: var(--font-size-text-sub-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-none);
  letter-spacing: var(--letter-spacing-en);
  font-kerning: normal;
  color: var(--text-emphasis-rgb);
  text-align: center;
  display: block;
}
@media (max-width: 640px) {
  .l-header__logo-text {
    font-size: var(--font-size-text-sub-sp);
  }
}
.l-header--hamburger-is-open .l-header__hamburger-menu {
  transform: translateX(0);
}
.l-header--home .l-header__logo {
  opacity: 0;
  transition: opacity 0.3s;
}
.l-header--is-scrolled {
  background-color: rgb(var(--background-base)/0.75);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid var(--border-base-rgb);
}
.l-header--is-scrolled .l-header__logo {
  opacity: 1;
}
.l-header__hamburger-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 6.4rem;
  width: calc(100vw - 6.4rem);
  height: 100dvh;
  background-color: var(--background-surface-rgb);
  z-index: var(--elevation-3);
  transform: translateX(100%);
  transition: transform 0.5s ease;
}

.l-section {
  margin-block-start: calc(var(--spacing-section) / 10 * 1rem);
}
@media (max-width: 640px) {
  .l-section {
    margin-block-start: calc(var(--spacing-section-sp) / 10 * 1rem);
  }
}
.l-section__inner {
  margin-block-start: 4rem;
}
@media (max-width: 640px) {
  .l-section__inner {
    margin-block-start: 3.2rem;
  }
}
.l-section__sub {
  margin-block-start: calc(--spacing-section-half / 10 * 1rem);
}
@media (max-width: 640px) {
  .l-section__sub {
    margin-block-start: 4.8rem;
  }
}
.l-section__sub--mt-none {
  margin-block-start: 0rem;
}

.l-container-card {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 810px) {
  .l-container-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }
}
@media (max-width: 480px) {
  .l-container-card {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.l-container-button {
  margin-block-start: calc(var(--spacing-section-half) / 10 * 1rem) !important;
  text-align: center;
}
@media (max-width: 640px) {
  .l-container-button {
    margin-block-start: calc(var(--spacing-section-half-sp) / 10 * 1rem) !important;
  }
}
.l-container-button--mt-none {
  margin-block-start: 0rem !important;
}

.l-container-timeline {
  display: grid;
  grid-auto-flow: row;
  gap: 1.6rem;
}

.l-container-skillset {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1023px) {
  .l-container-skillset {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 480px) {
  .l-container-skillset {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
}

.l-container-pagination {
  width: fit-content;
  margin-block-start: calc(var(--spacing-section-half) / 10 * 1rem);
  margin-inline: auto;
}
@media (max-width: 640px) {
  .l-container-pagination {
    margin-block-start: calc(var(--spacing-section-half-sp) / 10 * 1rem);
  }
}

.l-container-swiper {
  container-type: inline-size;
  container-name: swiper;
}

.c-heading-page {
  font-family: var(--font-family-en);
  font-size: 9.9rem;
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-tight-en);
  letter-spacing: var(--letter-spacing-en);
  color: var(--text-emphasis-rgb);
  text-transform: uppercase;
  font-kerning: normal;
  display: block;
}
@media (max-width: 640px) {
  .c-heading-page {
    font-size: 6rem;
  }
}
.c-heading-page__sub {
  display: block;
  margin-top: 0.8rem;
  font-family: var(--font-family-jp);
  font-size: var(--font-size-heading-main-pc);
  font-weight: var(--font-weight-jp-semibold);
  line-height: var(--line-height-tight-jp);
  letter-spacing: var(--letter-spacing-jp);
  color: var(--text-emphasis-rgb);
}
@media (max-width: 640px) {
  .c-heading-page__sub {
    font-size: var(--font-size-heading-main-sp);
  }
}

.c-heading-section {
  font-family: var(--font-family-jp);
  font-size: var(--font-size-heading-main-pc);
  font-weight: var(--font-weight-jp-semibold);
  line-height: var(--line-height-tight-jp);
  letter-spacing: var(--letter-spacing-jp);
  color: var(--text-emphasis-rgb);
}
@media (max-width: 640px) {
  .c-heading-section {
    font-size: var(--font-size-heading-main-sp);
  }
}
.c-heading-section__en {
  margin-block-end: 0.8rem;
  font-family: var(--font-family-en);
  font-size: var(--font-size-heading-tertiary-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-none);
  letter-spacing: var(--letter-spacing-en);
  color: var(--text-tertiary-rgb);
  text-transform: uppercase;
  font-kerning: normal;
  display: block;
}
@media (max-width: 640px) {
  .c-heading-section__en {
    font-size: var(--font-size-heading-tertiary-sp);
  }
}

.c-heading-sub {
  font-family: var(--font-family-jp);
  font-size: var(--font-size-heading-sub-pc);
  font-weight: var(--font-weight-jp-semibold);
  line-height: var(--line-height-tight-jp);
  letter-spacing: var(--letter-spacing-jp);
  color: var(--text-emphasis-rgb);
}
@media (max-width: 640px) {
  .c-heading-sub {
    font-size: var(--font-size-heading-sub-sp);
  }
}

.c-navigation-list {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 640px) {
  .c-navigation-list {
    gap: 1.6rem;
  }
}

.c-navigation-item {
  text-align: center;
}
.c-navigation-item--is-active .c-navigation-item__text {
  text-shadow: 0 -1.5em 0 var(--text-emphasis-rgb), 0 0 0 var(--text-emphasis-rgb);
}
.c-navigation-item__link {
  display: inline-block;
  padding-block: 1.2rem;
  min-width: 60px;
}
@media (hover: hover) and (pointer: fine) {
  .c-navigation-item__link:hover .c-navigation-item__text {
    text-shadow: 0 0 0 var(--text-emphasis-rgb), 0 1.5em 0 var(--text-emphasis-rgb);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-navigation-item__link:hover .c-navigation-item__text {
    text-shadow: 0 0 0 var(--text-emphasis-rgb), 0 1.5em 0 var(--text-emphasis-rgb);
  }
}
.c-navigation-item__text {
  display: inline-block;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 var(--text-tertiary-rgb), 0 0 0 var(--text-tertiary-rgb);
  transition: text-shadow 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  text-transform: uppercase;
  font-family: var(--font-family-en);
  font-size: var(--font-size-heading-subject-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-none);
  letter-spacing: var(--letter-spacing-en);
  font-kerning: normal;
}
@media (max-width: 640px) {
  .c-navigation-item__text {
    font-size: var(--font-size-heading-subject-sp);
  }
}

.c-tag {
  display: inline-block;
  min-width: var(--size-tag-width);
  padding: 0.4rem 0.8rem;
  border: 1px solid var(--border-emphasis-rgb);
  border-radius: 0.6rem;
  font-family: var(--font-family-jp);
  font-size: var(--font-size-text-tertiary-pc);
  font-weight: var(--font-weight-jp-semibold);
  line-height: var(--line-height-none);
  letter-spacing: var(--letter-spacing-jp);
  color: var(--text-tertiary-rgb);
}
@media (max-width: 640px) {
  .c-tag {
    font-size: var(--font-size-text-tertiary-sp);
  }
}
.c-tag--inverse {
  color: var(--text-inverse-secondary-rgb);
  border: 1px solid var(--border-base-rgb);
}

.c-hamburger {
  display: none;
}
@media (max-width: 640px) {
  .c-hamburger {
    display: inline-block;
    color: var(--text-emphasis-rgb);
    line-height: var(--line-height-none);
    padding: 1.2rem;
    min-height: calc(var(--size-icon-button) / 10 * 1rem);
    min-width: calc(var(--size-icon-button) / 10 * 1rem);
    cursor: pointer;
    z-index: var(--elevation-4);
  }
  .c-hamburger--is-active .c-hamburger__bar {
    margin-top: 0;
  }
  .c-hamburger--is-active .c-hamburger__bar--top {
    transform: translateY(0.1rem) rotate(45deg);
  }
  .c-hamburger--is-active .c-hamburger__bar--bottom {
    transform: rotate(-45deg);
  }
  .c-hamburger__bar {
    width: calc(var(--size-hamburger-bar-width) / 10 * 1rem);
    display: block;
    height: 0.2rem;
    background: currentColor;
    border-radius: 0.2rem;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
  .c-hamburger__bar--top {
    margin-top: 0;
    transform-origin: center bottom;
  }
  .c-hamburger__bar--bottom {
    margin-top: 0.8rem;
    transform-origin: center top;
  }
}

.c-hamburger-menu {
  transition: transform 0.5s ease, opacity 0.5s ease;
}
@media (max-width: 640px) {
  .c-hamburger-menu__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .c-hamburger-menu__logo {
    margin-inline: auto;
    display: block;
    text-align: center;
  }
  .c-hamburger-menu__logo img {
    display: inline;
  }
  .c-hamburger-menu__logo-text {
    margin-block-start: 0.8rem;
    font-family: var(--font-family-en);
    font-size: var(--font-size-text-sub-pc);
    font-weight: var(--font-weight-en-medium);
    line-height: var(--line-height-none);
    letter-spacing: var(--letter-spacing-en);
    font-kerning: normal;
    color: var(--text-emphasis-rgb);
    text-align: center;
    display: block;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .c-hamburger-menu__logo-text {
    font-size: var(--font-size-text-sub-sp);
  }
}
@media (max-width: 640px) {
  .c-hamburger-menu__list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 4.8rem;
    align-items: center;
  }
  .c-hamburger-menu__list-sns {
    display: flex;
    gap: 2.4rem;
    justify-content: center;
  }
}

.c-overlay {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  inset: 0;
  height: 100dvh;
  background-color: var(--background-overlay-rgb);
  z-index: var(--elevation-2);
  transition: opacity 0.5s ease, visibility 0s 0.5s;
}
.c-overlay--is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s, 0s;
}

.c-editor-content {
  counter-reset: section-number;
  font-family: var(--font-family-jp);
  font-size: var(--font-size-text-main-pc);
  font-weight: var(--font-weight-jp-regular);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-jp);
  font-feature-settings: "palt" on;
  color: var(--text-base-rgb);
}
@media (max-width: 640px) {
  .c-editor-content {
    font-size: var(--font-size-text-main-sp);
  }
}
.c-editor-content h2 {
  font-family: var(--font-family-jp);
  font-size: var(--font-size-heading-main-pc);
  font-weight: var(--font-weight-jp-semibold);
  line-height: var(--line-height-tight-jp);
  letter-spacing: var(--letter-spacing-jp);
  color: var(--text-emphasis-rgb);
}
@media (max-width: 640px) {
  .c-editor-content h2 {
    font-size: var(--font-size-heading-main-sp);
  }
}
.c-editor-content h3 {
  font-family: var(--font-family-jp);
  font-size: var(--font-size-heading-sub-pc);
  font-weight: var(--font-weight-jp-semibold);
  line-height: var(--line-height-tight-jp);
  letter-spacing: var(--letter-spacing-jp);
  color: var(--text-emphasis-rgb);
}
@media (max-width: 640px) {
  .c-editor-content h3 {
    font-size: var(--font-size-heading-sub-sp);
  }
}
.c-editor-content h4 {
  font-family: var(--font-family-jp);
  font-size: var(--font-size-heading-tertiary-pc);
  font-weight: var(--font-weight-jp-semibold);
  line-height: var(--line-height-tight-jp);
  letter-spacing: var(--letter-spacing-jp);
  color: var(--text-emphasis-rgb);
}
@media (max-width: 640px) {
  .c-editor-content h4 {
    font-size: var(--font-size-heading-tertiary-sp);
  }
}
.c-editor-content__counter-reset {
  counter-reset: section-number;
}
.c-editor-content section {
  margin-block-start: calc(var(--spacing-section) / 10 * 1rem);
}
@media (max-width: 640px) {
  .c-editor-content section {
    margin-block-start: calc(var(--spacing-section-sp) / 10 * 1rem);
  }
}
.c-editor-content section > *:first-child {
  margin-block-start: 0;
}
.c-editor-content section > *:nth-child(2) {
  margin-block-start: 1.2rem;
}
.c-editor-content section > *:nth-child(n+3) {
  margin-block-start: 3.2rem;
}
.c-editor-content div {
  margin-block-start: calc(var(--spacing-section) / 10 * 1rem);
}
@media (max-width: 640px) {
  .c-editor-content div {
    margin-block-start: calc(var(--spacing-section-sp) / 10 * 1rem);
  }
}
.c-editor-content div > *:first-child {
  margin-block-start: 0;
}
.c-editor-content ul li {
  position: relative;
  padding-left: 1.6rem;
  list-style-position: inside;
}
.c-editor-content ul li::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--color-primary-rgb);
  border-radius: 50%;
}
@media (max-width: 640px) {
  .c-editor-content ul li::before {
    top: 1.2rem;
  }
}
.c-editor-content ul ul li {
  padding-left: 0;
}
.c-editor-content ul ul li::before {
  display: none;
}
.c-editor-content ol > *:first-child {
  margin-block-start: 0;
}
.c-editor-content ol > li {
  position: relative;
  padding-left: 4rem;
  margin-block-start: 2.4rem;
  counter-increment: section-number;
  font-family: var(--font-family-jp);
  font-size: var(--font-size-heading-subject-pc);
  font-weight: var(--font-weight-jp-semibold);
  line-height: var(--line-height-tight-jp);
  letter-spacing: var(--letter-spacing-jp);
  color: var(--text-emphasis-rgb);
}
@media (max-width: 640px) {
  .c-editor-content ol > li {
    font-size: var(--font-size-heading-subject-sp);
  }
}
.c-editor-content ol > li::before {
  content: counter(section-number);
  counter-increment: number;
  position: absolute;
  left: 0;
  top: -6px;
  background-color: var(--background-inverse-rgb);
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem;
  font-family: var(--font-family-en);
  font-size: var(--font-size-heading-subject-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-tight-en);
  letter-spacing: var(--letter-spacing-en);
  font-kerning: normal;
  color: var(--text-inverse-rgb);
}
@media (max-width: 640px) {
  .c-editor-content ol > li::before {
    font-size: var(--font-size-heading-subject-sp);
  }
}
.c-editor-content ol > li ul li {
  padding-left: 0;
  margin-block-start: 0.8rem;
  font-family: var(--font-family-jp);
  font-size: var(--font-size-text-main-pc);
  font-weight: var(--font-weight-jp-regular);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-jp);
  font-feature-settings: "palt" on;
  color: var(--text-base-rgb);
}
@media (max-width: 640px) {
  .c-editor-content ol > li ul li {
    font-size: var(--font-size-text-main-sp);
  }
}
.c-editor-content ol > li ul li::before {
  display: none;
}
.c-editor-content figure {
  margin-block-start: 7.2rem;
  overflow: hidden;
}
@media (max-width: 640px) {
  .c-editor-content figure {
    margin-block-start: 3.2rem;
  }
}
.c-editor-content figure img {
  border-radius: 2.4rem;
  width: 100%;
}
.c-editor-content figure figcaption {
  text-align: center;
  margin: 0;
  font-family: var(--font-family-jp);
  font-size: var(--font-size-text-sub-pc);
  font-weight: var(--font-weight-jp-regular);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-jp);
  font-feature-settings: "palt" on;
  color: var(--text-tertiary-rgb);
}
@media (max-width: 640px) {
  .c-editor-content figure figcaption {
    font-size: var(--font-size-text-sub-sp);
  }
}
.c-editor-content .c-embed {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-editor-content .c-embed--figma {
  padding-bottom: 56.25%;
}
.c-editor-content .c-embed--figma-sp {
  padding-bottom: 56.25%;
}
@media (max-width: 640px) {
  .c-editor-content .c-embed--figma-sp {
    padding-bottom: 177.78%;
  }
}
.c-editor-content .c-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.c-works-overview__heading-sub {
  margin-block-start: 4rem;
}
@media (max-width: 640px) {
  .c-works-overview__heading-sub {
    margin-block-start: 3.2rem;
  }
}
.c-works-overview__text {
  margin-block-start: 2rem;
}
@media (max-width: 640px) {
  .c-works-overview__text {
    margin-block-start: 1.6rem;
  }
}
.c-works-overview__caption {
  font-family: var(--font-family-jp);
  font-size: var(--font-size-text-sub-pc);
  font-weight: var(--font-weight-jp-regular);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-jp);
  font-feature-settings: "palt" on;
  color: var(--text-tertiary-rgb);
  margin-block-start: 4rem;
}
@media (max-width: 640px) {
  .c-works-overview__caption {
    font-size: var(--font-size-text-sub-sp);
  }
}
@media (max-width: 640px) {
  .c-works-overview__caption {
    margin-block-start: 3.2rem;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  background-color: var(--background-inverse-rgb);
  padding: 2rem 3.2rem;
  border-radius: 1.6rem;
  min-width: 20rem;
}
@media (max-width: 640px) {
  .c-button {
    min-width: 24rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button:hover .c-button__label {
    text-shadow: 0 0 0 var(--text-inverse-rgb), 0 1.5em 0 var(--text-inverse-rgb);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-button:hover .c-button__label {
    text-shadow: 0 0 0 var(--text-inverse-rgb), 0 1.5em 0 var(--text-inverse-rgb);
  }
}
.c-button--reverse {
  flex-direction: row-reverse;
}
.c-button__label {
  overflow: hidden;
  color: transparent;
  transition: text-shadow 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  text-shadow: 0 -1.5em 0 var(--text-inverse-rgb), 0 0 0 var(--text-inverse-rgb);
  font-family: var(--font-family-en);
  font-size: var(--font-size-heading-subject-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-none);
  letter-spacing: var(--letter-spacing-en);
  font-kerning: normal;
}
@media (max-width: 640px) {
  .c-button__label {
    font-size: var(--font-size-heading-subject-sp);
  }
}
.c-button__icon {
  width: calc(var(--size-icon) / 10 * 1rem);
  height: calc(var(--size-icon) / 10 * 1rem);
  display: inline-block;
  position: relative;
  color: var(--icon-inverse-rgb);
}
@media (max-width: 640px) {
  .c-button__icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.c-button__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.c-card-augmented {
  display: block;
  background-color: var(--background-surface-rgb);
  border-radius: 2.4rem;
  overflow: hidden;
  box-shadow: var(--shadow-elevation-surface);
}
@media (hover: hover) and (pointer: fine) {
  .c-card-augmented:hover .c-card-augmented__image img {
    transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-card-augmented:hover .c-card-augmented__image img {
    transform: scale(1.1);
  }
}
.c-card-augmented__top {
  aspect-ratio: 1280/670;
  position: relative;
}
.c-card-augmented__image {
  border-bottom-right-radius: var(--augmented-radius);
  inset: 0;
  overflow: hidden;
}
.c-card-augmented__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.c-card-augmented__date {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  z-index: var(--elevation-0-5);
  width: calc(var(--size-augmented-text-width) / 10 * 1rem);
  max-height: var(--size-augmented-text-height);
  background-color: var(--background-surface-rgb);
  border-top-right-radius: var(--augmented-radius);
  padding: 0.8rem 1.6rem 0rem 1.6rem;
  font-family: var(--font-family-en);
  font-size: var(--font-size-text-sub-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-none);
  letter-spacing: var(--letter-spacing-en);
  font-kerning: normal;
  color: var(--text-secondary-rgb);
}
.c-card-augmented__date::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc(var(--augmented-radius) * -1);
  width: var(--augmented-radius);
  height: var(--augmented-radius);
  background-image: url(../images/augmented-mask.svg);
}
.c-card-augmented__date::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: calc(var(--augmented-radius) * -1);
  width: var(--augmented-radius);
  height: var(--augmented-radius);
  background-image: url(../images/augmented-mask.svg);
}
.c-card-augmented__bottom {
  padding: 1.2rem 1.6rem;
}
.c-card-augmented__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: var(--font-family-jp);
  font-size: var(--font-size-heading-subject-pc);
  font-weight: var(--font-weight-jp-semibold);
  line-height: var(--line-height-tight-jp);
  letter-spacing: var(--letter-spacing-jp);
  color: var(--text-emphasis-rgb);
}
@media (max-width: 640px) {
  .c-card-augmented__text {
    font-size: var(--font-size-heading-subject-sp);
  }
}

.c-card-overlay {
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-elevation-surface);
}
@media (hover: hover) and (pointer: fine) {
  .c-card-overlay:hover .c-card-overlay__image img {
    transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-card-overlay:hover .c-card-overlay__image img {
    transform: scale(1.1);
  }
}
.c-card-overlay--rounded-large {
  border-radius: 3.2rem;
}
.c-card-overlay--rounded-small {
  border-radius: 2.4rem;
}
.c-card-overlay__image--works {
  aspect-ratio: 3/4;
}
.c-card-overlay__image--behance {
  aspect-ratio: 404/316;
}
.c-card-overlay__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgb(var(--background-inverse)/0) 0%, rgb(var(--background-inverse)/0.01) 18.3%, rgb(var(--background-inverse)/0.03) 33.43%, rgb(var(--background-inverse)/0.07) 45.74%, rgb(var(--background-inverse)/0.11) 55.58%, rgb(var(--background-inverse)/0.16) 63.29%, rgb(var(--background-inverse)/0.22) 69.22%, rgb(var(--background-inverse)/0.27) 73.73%, rgb(var(--background-inverse)/0.33) 77.15%, rgb(var(--background-inverse)/0.39) 79.83%, rgb(var(--background-inverse)/0.45) 82.13%, rgb(var(--background-inverse)/0.5) 84.39%, rgb(var(--background-inverse)/0.54) 86.96%, rgb(var(--background-inverse)/0.57) 90.19%, rgb(var(--background-inverse)/0.59) 94.42%, rgb(var(--background-inverse)/0.6) 100%);
}
.c-card-overlay__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.c-card-overlay__content {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.c-card-overlay__content--double-row {
  padding: 2rem 1.6rem;
}
.c-card-overlay__content--single-row {
  padding: 1.6rem;
}
.c-card-overlay__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-transform: uppercase;
  text-shadow: var(--shadow-elevation-text);
  font-family: var(--font-family-en);
  font-size: var(--font-size-heading-subject-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-tight-en);
  letter-spacing: var(--letter-spacing-en);
  font-kerning: normal;
  color: var(--text-inverse-rgb);
}
@media (max-width: 640px) {
  .c-card-overlay__title {
    font-size: var(--font-size-heading-subject-sp);
  }
}
.c-card-overlay__meta {
  margin-block-start: 0.8rem;
}
.c-card-overlay__date {
  font-family: var(--font-family-en);
  font-size: var(--font-size-text-sub-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-none);
  letter-spacing: var(--letter-spacing-en);
  font-kerning: normal;
  color: var(--text-secondary-rgb);
  color: var(--text-inverse-secondary-rgb);
}
.c-card-overlay__tag-group {
  display: inline-flex;
  gap: 0.8rem;
  margin-inline-start: 0.8rem;
}

.c-card-skill {
  text-align: center;
}
.c-card-skill__title {
  font-family: var(--font-family-en);
  font-size: var(--font-size-heading-sub-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-tight-en);
  letter-spacing: var(--letter-spacing-en);
  font-kerning: normal;
  color: var(--text-secondary-rgb);
}
@media (max-width: 640px) {
  .c-card-skill__title {
    font-size: var(--font-size-heading-sub-sp);
  }
}
@media (max-width: 374px) {
  .c-card-skill__title {
    font-size: var(--font-size-heading-subject-sp);
  }
}
.c-card-skill__icon {
  position: relative;
  aspect-ratio: 1/1;
}
.c-card-skill__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 8rem;
  width: auto;
}
@media (max-width: 640px) {
  .c-card-skill__icon img {
    height: 6rem;
  }
}
.c-card-skill__text {
  font-family: var(--font-family-jp);
  font-size: var(--font-size-text-main-pc);
  font-weight: var(--font-weight-jp-regular);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-jp);
  font-feature-settings: "palt" on;
  color: var(--text-base-rgb);
}
@media (max-width: 640px) {
  .c-card-skill__text {
    font-size: var(--font-size-text-main-sp);
  }
}
.c-card-skill__text {
  line-height: var(--line-height-tight-jp);
}

.c-card-concept__icon {
  aspect-ratio: 1/1;
  width: calc((100% - 2.4rem) / 2);
  margin-inline: auto;
}
@media (max-width: 480px) {
  .c-card-concept__icon {
    width: calc((100% - 3.2rem) / 3);
  }
}
.c-card-concept__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card-concept__title {
  font-family: var(--font-family-jp);
  font-size: var(--font-size-heading-sub-pc);
  font-weight: var(--font-weight-jp-semibold);
  line-height: var(--line-height-tight-jp);
  letter-spacing: var(--letter-spacing-jp);
  color: var(--text-emphasis-rgb);
}
@media (max-width: 640px) {
  .c-card-concept__title {
    font-size: var(--font-size-heading-sub-sp);
  }
}
.c-card-concept__title {
  text-align: center;
}
.c-card-concept__text {
  display: inline-block;
  margin-block-start: 0.8rem;
}

.c-hero {
  position: fixed;
  z-index: var(--elevation-back);
  top: 0;
  left: 0;
  height: var(--size-hero-height);
}
@media (max-width: 640px) {
  .c-hero {
    height: var(--size-hero-height-sp);
  }
}
.c-hero__image {
  width: 100%;
  aspect-ratio: 16/9;
}
.c-hero__image img {
  width: 100%;
}
@media (max-width: 640px) {
  .c-hero__image {
    aspect-ratio: 9/16;
  }
}
.c-hero__inner {
  max-width: var(--layout-max-width);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .c-hero__inner {
    padding-inline: 4rem;
  }
}
@media (max-width: 640px) {
  .c-hero__inner {
    padding-inline: 1.6rem;
    top: 30%;
  }
}
@media (max-width: 640px) {
  .c-hero__inner--top {
    text-align: center;
    top: 25%;
  }
}
.c-hero__title {
  font-family: var(--font-family-en);
  font-size: var(--font-size-heading-main-pc);
  font-weight: 400;
  line-height: var(--line-height-tight-en);
  letter-spacing: var(--letter-spacing-en);
  font-kerning: normal;
  color: var(--text-emphasis-rgb);
}
@media (max-width: 1023px) {
  .c-hero__title {
    font-size: var(--font-size-heading-main-sp);
  }
}
.c-hero__title--works {
  font-size: 5.7rem;
  font-weight: var(--font-weight-en-semibold);
  text-transform: uppercase;
  max-width: 75%;
}
@media (max-width: 1023px) {
  .c-hero__title--works {
    font-size: 5rem;
  }
}
@media (max-width: 640px) {
  .c-hero__title--works {
    max-width: none;
  }
}
.c-hero__logo {
  width: calc((100% - 2.4rem) / 2);
  margin-block-end: 3.2rem;
}
@media (max-width: 1023px) {
  .c-hero__logo {
    margin-block-end: 1.6rem;
  }
}
@media (max-width: 640px) {
  .c-hero__logo {
    width: 72%;
    min-width: 28rem;
    display: inline-block;
  }
}
.c-hero__logo-handwriting {
  stroke-dasharray: var(--path-length);
  stroke-dashoffset: var(--path-length);
  animation: draw-handwriting 1.2s forwards;
}
.c-hero__logo-handwriting--first {
  --path-length: 270.75;
  animation: draw-handwriting 0.4s forwards;
  animation-delay: 0s;
}
.c-hero__logo-handwriting--second {
  --path-length: 927.74;
  animation-delay: 0.3s;
}
.c-hero__logo-handwriting--third {
  --path-length: 273.57;
  animation: draw-handwriting 0.6s forwards;
  animation-delay: 1s;
}
.c-hero__logo-handwriting--fourth {
  --path-length: 754.20;
  animation-delay: 1.6s;
}
.c-hero__logo-handwriting--fifth {
  --path-length: 65.3;
  animation: none;
  opacity: 0;
  animation: draw-handwriting-dot 0.4s forwards;
  animation-delay: 2.6s;
}
.c-hero__meta {
  margin-block-start: 1.6rem;
  display: flex;
  align-items: center;
}
.c-hero__date {
  font-family: var(--font-family-en);
  font-size: var(--font-size-heading-sub-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-none);
  letter-spacing: var(--letter-spacing-en);
  color: var(--text-secondary-rgb);
  font-kerning: normal;
}
@media (max-width: 640px) {
  .c-hero__date {
    font-size: var(--font-size-heading-sub-sp);
  }
}
.c-hero__link {
  display: inline-flex;
  gap: 0.8rem;
  margin-block-start: 2rem;
  color: var(--text-tertiary-rgb);
  transition: color 0.3s ease;
  font-family: var(--font-family-en);
  font-size: var(--font-size-heading-subject-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-none);
  letter-spacing: var(--letter-spacing-en);
  font-kerning: normal;
}
@media (max-width: 640px) {
  .c-hero__link {
    font-size: var(--font-size-heading-subject-sp);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-hero__link:hover {
    color: var(--text-emphasis-rgb);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-hero__link:hover {
    color: var(--text-emphasis-rgb);
  }
}
.c-hero__link-icon {
  width: calc(var(--size-icon) / 10 * 1rem);
  height: calc(var(--size-icon) / 10 * 1rem);
  color: currentColor;
}
@media (max-width: 640px) {
  .c-hero__link-icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.c-hero-parallax {
  background-color: var(--background-base-rgb);
  margin-block-start: var(--size-hero-height);
}
@media (max-width: 640px) {
  .c-hero-parallax {
    margin-block-start: var(--size-hero-height-sp);
  }
}

.c-profile {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media (max-width: 1023px) {
  .c-profile {
    align-items: flex-start;
    gap: 2.4rem;
  }
}
@media (max-width: 640px) {
  .c-profile {
    flex-direction: column;
    align-items: center;
  }
}
.c-profile__image {
  flex: 0 0 calc((100% - 2.4rem * 3) / 4);
  aspect-ratio: 1/1;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media (max-width: 640px) {
  .c-profile__image {
    flex: unset;
    width: calc((100% - 1.6rem) / 2);
  }
}
.c-profile__image img {
  width: 100%;
  object-fit: cover;
}
.c-profile__content {
  flex: 1 1 calc((100% - 2.4rem * 3) / 4 * 3);
}
@media (max-width: 640px) {
  .c-profile__content {
    flex: unset;
  }
}
.c-profile__content-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .c-profile__content-heading {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
  }
}
.c-profile__name {
  display: inline;
  font-family: var(--font-family-jp);
  font-size: var(--font-size-heading-sub-pc);
  font-weight: var(--font-weight-jp-semibold);
  line-height: var(--line-height-tight-jp);
  letter-spacing: var(--letter-spacing-jp);
  color: var(--text-emphasis-rgb);
}
@media (max-width: 640px) {
  .c-profile__name {
    font-size: var(--font-size-heading-sub-sp);
  }
}
@media (max-width: 640px) {
  .c-profile__name {
    display: block;
    text-align: center;
  }
}
.c-profile__role {
  font-family: var(--font-family-en);
  font-size: var(--font-size-heading-subject-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-tight-en);
  letter-spacing: var(--letter-spacing-en);
  font-kerning: normal;
  color: var(--text-inverse-rgb);
}
@media (max-width: 640px) {
  .c-profile__role {
    font-size: var(--font-size-heading-subject-sp);
  }
}
.c-profile__role {
  display: inline-block;
  margin-inline-start: 2.4rem;
  color: var(--text-secondary-rgb);
}
@media (max-width: 640px) {
  .c-profile__role {
    display: block;
    text-align: center;
    margin-inline-start: 0;
    margin-block-start: 1.2rem;
  }
}
.c-profile__text {
  margin-block-start: 2rem;
}
@media (max-width: 640px) {
  .c-profile__text {
    margin-block-start: 2.4rem;
  }
}

.c-timeline {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 5fr;
  gap: 2.4rem;
  padding-block-start: 1.6rem;
  border-top: 1px solid var(--border-base-rgb);
}
.c-timeline:first-of-type {
  padding-block-start: 0;
  border-top: none;
}
@media (max-width: 640px) {
  .c-timeline {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
.c-timeline__date {
  font-family: var(--font-family-en);
  font-size: var(--font-size-heading-subject-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-tight-en);
  letter-spacing: var(--letter-spacing-en);
  color: var(--text-secondary-rgb);
  font-kerning: normal;
}
@media (max-width: 640px) {
  .c-timeline__date {
    font-size: var(--font-size-heading-subject-sp);
  }
}
.c-timeline__content {
  line-height: var(--line-height-none);
}
.c-timeline__heading {
  display: inline-flex;
  gap: 1.2rem;
  font-family: var(--font-family-jp);
  font-size: var(--font-size-heading-subject-pc);
  font-weight: var(--font-weight-jp-semibold);
  line-height: var(--line-height-tight-jp);
  letter-spacing: var(--letter-spacing-jp);
  color: var(--text-emphasis-rgb);
}
@media (max-width: 640px) {
  .c-timeline__heading {
    font-size: var(--font-size-heading-subject-sp);
  }
}
.c-timeline__role {
  font-family: var(--font-family-jp);
  font-size: var(--font-size-text-main-pc);
  font-weight: var(--font-weight-jp-regular);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-jp);
  font-feature-settings: "palt" on;
  color: var(--text-base-rgb);
}
@media (max-width: 640px) {
  .c-timeline__role {
    font-size: var(--font-size-text-main-sp);
  }
}
.c-timeline__role {
  line-height: var(--line-height-tight-jp);
}
.c-timeline__role {
  color: var(--text-secondary-rgb);
}
.c-timeline__tag-group {
  display: inline-flex;
  gap: 1.2rem;
  margin-inline-start: 2.4rem;
}
@media (max-width: 640px) {
  .c-timeline__tag-group {
    display: flex;
    margin-inline-start: 0;
    margin-block-start: 0.8rem;
  }
}
.c-timeline__text {
  margin-block-start: 0.8rem;
  font-family: var(--font-family-jp);
  font-size: var(--font-size-text-main-pc);
  font-weight: var(--font-weight-jp-regular);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-jp);
  font-feature-settings: "palt" on;
  color: var(--text-base-rgb);
}
@media (max-width: 640px) {
  .c-timeline__text {
    font-size: var(--font-size-text-main-sp);
  }
}
@media (max-width: 640px) {
  .c-timeline__text {
    margin-block-start: 1.6rem;
  }
}

.c-list-sns {
  display: inline-flex;
  gap: 2.4rem;
  justify-content: center;
}

.c-breadcrumb {
  width: var(--layout-bleed-width);
  background-color: var(--background-base-rgb);
}
@media (max-width: 640px) {
  .c-breadcrumb {
    overflow-x: auto;
  }
}
.c-breadcrumb__inner {
  max-width: var(--layout-max-width);
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .c-breadcrumb__inner {
    padding-inline-start: 4rem;
  }
}
@media (max-width: 640px) {
  .c-breadcrumb__inner {
    padding-inline-start: 1.6rem;
  }
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 640px) {
  .c-breadcrumb__list {
    min-width: fit-content;
    gap: 1.6rem;
  }
}
.c-breadcrumb__icon {
  display: inline-block;
  vertical-align: middle;
  color: var(--text-tertiary-rgb);
  line-height: 1;
  position: relative;
  width: 1rem;
  height: 1rem;
  transform: translateX(-25%) rotate(45deg);
}
@media (max-width: 640px) {
  .c-breadcrumb__icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-breadcrumb__icon::before, .c-breadcrumb__icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.16rem;
}
.c-breadcrumb__icon::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.16rem;
}
.c-breadcrumb__icon::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.16rem;
}
.c-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  color: var(--text-emphasis-rgb);
  white-space: nowrap;
  text-transform: uppercase;
  font-family: var(--font-family-en);
  font-size: var(--font-size-heading-subject-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-none);
  letter-spacing: var(--letter-spacing-en);
  font-kerning: normal;
}
@media (max-width: 640px) {
  .c-breadcrumb__item {
    font-size: var(--font-size-heading-subject-sp);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb__item:hover a {
    color: var(--text-emphasis-rgb);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-breadcrumb__item:hover a {
    color: var(--text-emphasis-rgb);
  }
}
@media (max-width: 640px) {
  .c-breadcrumb__item {
    gap: 1.6rem;
  }
}
.c-breadcrumb__item a {
  display: inline-block;
  color: var(--text-tertiary-rgb);
  transition: color 0.3s ease;
  padding-block: 1.2rem;
}

.c-state__image {
  width: calc((100% - 6.4rem) / 3);
  aspect-ratio: 4/3;
  margin-inline: auto;
}
@media (max-width: 640px) {
  .c-state__image {
    width: calc((100% - 3.2rem) / 2);
  }
}
.c-state__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-state__text {
  text-align: center;
  margin-block-start: 2.4rem;
}

.c-pagination {
  display: grid;
  grid-template-columns: calc(var(--size-icon-button) / 10 * 1rem) 1fr calc(var(--size-icon-button) / 10 * 1rem);
  align-items: center;
  justify-items: center;
  width: 20rem;
}
@media (max-width: 640px) {
  .c-pagination {
    width: 24rem;
  }
}
.c-pagination__pager {
  justify-self: center;
  color: var(--text-tertiary-rgb);
  font-family: var(--font-family-en);
  font-size: var(--font-size-heading-subject-pc);
  font-weight: var(--font-weight-en-medium);
  line-height: var(--line-height-none);
  letter-spacing: var(--letter-spacing-en);
  font-kerning: normal;
}
@media (max-width: 640px) {
  .c-pagination__pager {
    font-size: var(--font-size-heading-subject-sp);
  }
}
.c-pagination__link {
  display: inline-block;
  width: calc(var(--size-icon-button) / 10 * 1rem);
  height: calc(var(--size-icon-button) / 10 * 1rem);
  color: var(--icon-primary-rgb);
  border-radius: 1.2rem;
  position: relative;
  background-image: radial-gradient(circle at center center, rgb(var(--background-inverse)/1), rgb(var(--background-inverse)/1));
  background-size: 0% 0%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-size 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__link:hover {
    color: var(--icon-inverse-rgb);
    background-size: 200% 200%;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-pagination__link:hover {
    color: var(--icon-inverse-rgb);
    background-size: 200% 200%;
  }
}
@media (max-width: 640px) {
  .c-pagination__link {
    color: var(--icon-inverse-rgb);
    background-color: var(--background-inverse-rgb);
  }
}
.c-pagination__link--is-disabled {
  visibility: hidden;
  pointer-events: none;
}
.c-pagination__link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 1.6rem;
}

.c-swiper {
  width: var(--layout-max-width);
  padding-block: calc(var(--spacing-section-half) / 10 * 1rem) !important;
}
@media (max-width: 640px) {
  .c-swiper {
    padding-block: calc(var(--spacing-section-half-sp) / 10 * 1rem) !important;
  }
}
.c-swiper--bleed {
  width: var(--layout-bleed-width);
  margin-inline-start: 50% !important;
  transform: translateX(-50%);
  max-width: var(--layout-bleed-width);
}
.c-swiper__wrapper {
  transition-timing-function: linear !important;
}
.c-swiper__slide {
  width: 232px !important;
  overflow: hidden;
  position: relative;
  border-radius: 2.4rem;
  box-shadow: var(--shadow-elevation-surface);
}
@media (hover: hover) and (pointer: fine) {
  .c-swiper__slide:hover .c-swiper__image img {
    transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-swiper__slide:hover .c-swiper__image img {
    transform: scale(1.1);
  }
}
.c-swiper__image {
  aspect-ratio: 1/1;
}
.c-swiper__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.p-infographic {
  display: flex;
  gap: 3.2rem;
  align-items: center;
}
@media (max-width: 1023px) {
  .p-infographic {
    align-items: flex-start;
    gap: 2.4rem;
  }
}
@media (max-width: 640px) {
  .p-infographic {
    gap: 3.2rem;
    flex-direction: column;
    align-items: center;
  }
}
.p-infographic__drawing {
  flex: 0 0 31.2rem;
  aspect-ratio: 1/1;
  position: relative;
  width: 31.2rem;
}
@media (max-width: 640px) {
  .p-infographic__drawing {
    flex: 0 0 27.2rem;
    width: 27.2rem;
  }
}
.p-infographic__circle {
  font-family: var(--font-family-jp);
  font-size: var(--font-size-text-sub-pc);
  font-weight: var(--font-weight-jp-semibold);
  letter-spacing: var(--letter-spacing-jp);
}
@media (max-width: 640px) {
  .p-infographic__circle {
    font-size: var(--font-size-text-sub-sp);
  }
}
.p-infographic__circle {
  position: absolute;
  display: inline-block;
  width: 18rem;
  height: 18rem;
  line-height: 18rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border-emphasis-rgb);
}
@media (max-width: 640px) {
  .p-infographic__circle {
    width: 15.6rem;
    height: 15.6rem;
    line-height: 15.6rem;
  }
}
.p-infographic__circle--top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-infographic__circle--bottom-left {
  bottom: 0;
  left: 0;
}
.p-infographic__circle--bottom-right {
  bottom: 0;
  right: 0;
}
.p-infographic__circle--inverse {
  width: 10.8rem;
  height: 10.8rem;
  line-height: 10.8rem;
  border: none;
  background-color: var(--background-inverse-rgb);
  color: var(--text-inverse-rgb);
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-infographic__circle--inverse::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transform-origin: center center;
  border-radius: inherit;
  animation: infographic-motion 1.4s linear infinite;
  pointer-events: none;
}
@media (max-width: 640px) {
  .p-infographic__circle--inverse {
    width: 9.6rem;
    height: 9.6rem;
    line-height: 9.6rem;
  }
}
.p-infographic__circle--inverse span {
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  text-align: center;
  width: 10.8rem;
  line-height: var(--line-height-tight-jp);
}
@media (max-width: 640px) {
  .p-infographic__circle--inverse span {
    width: 9.6rem;
  }
}
.p-infographic__list {
  flex: 1;
}
.p-infographic__item {
  margin-block-start: 2.4rem;
}
.p-infographic__item:first-of-type {
  margin-block-start: 0;
}

.u-animate-zoom-in {
  opacity: 0;
  transform: scale(0.8);
  will-change: scale, opacity;
}
.u-animate-zoom-in--is-visible {
  animation: zoom-in 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.u-animate-fade-up {
  opacity: 0;
  transform: translateY(1.2rem);
  will-change: transform, opacity;
}
.u-animate-fade-up--is-visible {
  animation: fade-up 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
