@charset "UTF-8";
:root {
  --color-primary: #1a1a1a;
  --color-historybg: #1c1c1c;
  --color-secondary: #ff6347;
  --color-tertiary: #ffa07a;
  --color-white: #fff;
  --color-gray: #f5f4f0;
  --font-optima: "Optima", sans-serif;
  --leading-trim: calc((1em - 1lh) / 2);
  --border-infinite: calc(1px / 0);
  --easing: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easing-effect: cubic-bezier(1, 0, 0, 1);
  --100vw: 100vw;
  --window-width: tan(atan2(var(--100vw), 1px));
  --px: calc(1px * max(1600, var(--window-width)) / 1600);
  --rem: calc(1rem * max(1600, var(--window-width)) / 1600);
  --_px: calc(1px * var(--window-width) / 1600);
  --_rem: calc(1rem * var(--window-width) / 1600);
  --tracking-tighter: 0.01em;
  --tracking-tight: 0.02em;
  --tracking-base: 0.05em;
  --tracking-wide: 0.1em;
  --tracking-wider: 0.2em;
  --tracking-widest: 0.28em;
  --scrollbar-width: 0px;
}
*,
:before,
:after {
  box-sizing: inherit;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav, section {
  display: block;
}
html {
  box-sizing: border-box;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  letter-spacing: 0.05em;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  overflow-x: hidden !important;
  font-feature-settings: "pkna";
}
body.is-top {
  overflow: hidden;
}
body.is-top.-challenge {
  overflow: auto;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
hr {
  overflow: visible;
}
ol,
ul {
  list-style: none;
}
pre {
  font-size: 1em;
  font-family: monospace;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration: underline;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 0.8em;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}
button,
select {
  text-transform: none;
}
button,
input {
  overflow: visible;
}
summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}
optgroup {
  font-weight: 700;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
summary {
  display: list-item;
}
template,
[hidden] {
  display: none;
}
[disabled],
[aria-disabled="true"] {
  cursor: not-allowed;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-hidden="false"][hidden] {
  display: initial;
}
[aria-hidden="false"][hidden]:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
:focus:not(:focus-visible),
:before:focus:not(:focus-visible),
:after:focus:not(:focus-visible) {
  outline: none;
}
body {
  background-color: #f5f4f0;
  font-family: メイリオ, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro,
    sans-serif;
}
.p-logo {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: min(3.3125vw, 53px);
  column-gap: min(3.3125vw, 53px);
}
.p-logo img {
  width: 100%;
}
.p-logo .-first {
  display: inline-flex;
  align-items: center;
  width: 97.03px;
  margin-inline: 4px;
}
.p-logo.-primary .-first a {
  display: flex;
}
.p-logo.-primary {
  text-decoration: none;
}

html.is-scroll-disabled,
.is-scroll-disabled .is-scroll-disabled {
  height: 100vh;
  overflow-y: hidden;
  touch-action: none;
}
.p-header__wrapper {
  z-index: 102;
  position: relative;
  position: fixed;
  top: 16px;
  right: 0;
  left: 0;
  width: calc(343 / 375 * 100%);
  max-width: 1480px;
  height: 56px;
  margin-inline: auto;
  overflow-y: hidden;
  border-radius: 30px;
  background-color: #fff;
  color: #1a1a1a;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  transition: all 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.top .p-header__wrapper {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
}
html.is-drawerActive {
  overflow: hidden;
}
.is-drawerActive .p-header__wrapper {
  height: 90%;
  overflow-y: hidden;
  pointer-events: auto;
}
.p-header__title {
  display: flex;
  width: calc(311 / 343 * 100%);
  margin-inline: auto;
  padding-top: 18px;
}
.p-header__acition {
  position: relative;
  height: 100%;
}
.p-drawer__inner {
  visibility: hidden;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
  padding-inline: 24px;
  opacity: 0;
  transition: all 0.5s;
}
.p-header {
  --margin-inline: clamp(
    20 * var(--px),
    var(--window-width) / 100 * 1.878px + 12.958 * var(--px),
    40 * var(--px)
  );
}
.p-header *::-webkit-scrollbar {
  display: none;
}
.is-drawerActive .p-drawer__inner {
  visibility: visible;
  overflow: auto;
  opacity: 1;
}
.p-drawer {
  position: absolute;
  height: 80vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-globalNav__item.-sp {
  display: block;
}
.p-header__flex {
  position: relative;
  height: 100%;
}
.p-globalNav__item a {
  font-size: 14px;
}
.p-globalNav__item a,
.p-globalNav__item span {
  display: block;
  position: relative;
  padding-block: 16px;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}
:lang(en) .p-globalNav__item a,
:lang(en) .p-globalNav__item span {
  font-size: clamp(10px, 0.75vw, 12px);
}
.js-hover .-border {
  position: relative;
  padding-block: 0;
}
.js-hover .-border:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  content: "";
  opacity: 0;
  transition: opacity 0.5s;
}
.p-globalNav {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.p-globalNav__privacy {
  margin-top: 16px;
}
.p-globalNav__privacy a {
  position: relative;
  color: var(--color-primary);
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
}
.p-globalNav__item .p-globalNav__tab {
  display: inline-block;
  position: relative;
  padding-block: 0;
}
.p-globalNav__privacy a:after,
.p-globalNav__tab:after {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 100%;
  width: 9px;
  height: 9px;
  margin-left: 7px;
  margin-block: auto;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='8.439'%20height='8.433'%20viewBox='0%200%208.439%208.433'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_37315'%20data-name='長方形%2037315'%20width='8.439'%20height='8.433'%20fill='%231a1a1a'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='グループ_171468'%20data-name='グループ%20171468'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='パス_1328367'%20data-name='パス%201328367'%20d='M7.165,56.4a.435.435,0,0,0-.435.435v3.357H.87V54.332H4.227a.435.435,0,0,0,0-.871H.435A.435.435,0,0,0,0,53.9v6.73a.435.435,0,0,0,.435.435h6.73a.435.435,0,0,0,.435-.435V56.834a.435.435,0,0,0-.435-.435'%20transform='translate(0%20-52.629)'%20fill='%231a1a1a'/%3e%3cpath%20id='パス_1328368'%20data-name='パス%201328368'%20d='M221.368.432c0-.013,0-.027,0-.04s0-.008,0-.012,0-.021,0-.031l0-.009c0-.011,0-.022-.008-.032l0-.006c0-.011-.008-.023-.012-.034l0,0c0-.012-.01-.023-.016-.034l0,0C221.309.214,221.3.2,221.3.193l-.006-.009L221.27.159q-.014-.017-.029-.032L221.209.1l-.026-.019-.008-.006-.033-.02,0,0L221.1.034l0,0L221.065.02l-.006,0-.033-.008-.009,0-.032,0-.011,0-.042,0h-2.4a.435.435,0,1,0,0,.871h1.353l-3.457,3.457a.435.435,0,1,0,.616.616L220.5,1.485V2.838a.435.435,0,1,0,.87,0V.432'%20transform='translate(-212.93%200.001)'%20fill='%231a1a1a'/%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  content: "";
}
.p-globalNav__privacy li + li {
  margin-top: 16px;
}
.p-globalNav__follow {
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-top: 32px;
}
.p-globalNav__item + .p-globalNav__item {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.p-hamburger {
  z-index: 100;
  position: absolute;
  top: 23px;
  right: 5%;
  width: 17px;
  height: 11px;
  padding: 0;
}
.p-hamburger .p-hamburger__line {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  content: "";
  transition: all 0.5s;
}
.p-hamburger .p-hamburger__line:nth-child(1) {
  top: 0;
  left: 0;
}
.p-hamburger .p-hamburger__line:nth-child(2) {
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-hamburger .p-hamburger__line:nth-child(3) {
  bottom: 0;
  left: 0;
}
.is-drawerActive .p-hamburger .p-hamburger__line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
.is-drawerActive .p-hamburger .p-hamburger__line:nth-child(2) {
  opacity: 0;
}
.is-drawerActive .p-hamburger .p-hamburger__line:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-30deg);
}
.js-dropdown__list {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
}
.js-dropdown__list li + li {
  margin-top: 14px;
}
.js-dropdown__list li:last-child {
  margin-bottom: 14px;
}
.p-globalNav__item .js-dropdown__list a {
  position: relative;
  padding-block: 0;
  font-weight: 400;
}
.js-dropdown:after,
.js-dropdown:before {
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  width: 1px;
  height: 14px;
  margin-block: auto;
  background-color: var(--color-primary);
  content: "";
  transition: all 0.5s;
}
.js-dropdown:before {
  transform: rotate(90deg);
}
[data-open="true"].js-dropdown:after {
  transform: rotate(90deg);
}
.p-message__visible {
  height: 4000px;
}
.p-message {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.p-hero__visible {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.is-heroText .p-hero__visible {
  visibility: visible;
  opacity: 1;
}
.is-enterMessage .p-hero__visible {
  visibility: hidden;
  opacity: 0;
}
.is-enterMessage .p-message {
  visibility: visible;
  opacity: 1;
}
.p-message__wrapper {
  position: sticky;
  top: 0;
}
.is-challenge .p-message {
  visibility: hidden;
  opacity: 0;
}
.p-message__item {
  z-index: 10;
  position: relative;
}
.is-message .p-message__item.-first .p-message__pos {
  visibility: hidden;
  opacity: 0;
}
.p-message__item.-second {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.p-message__right {
  background-color: #f5f4f0;
}
.p-message__circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-message__circle.-first:before,
.p-message__circle.-first:after,
.p-message__circle.-second:before,
.p-message__circle.-second:after {
  z-index: -1;
  position: absolute;
  transform: scale(0);
  border-radius: var(--border-infinite);
  background-color: transparent;
  content: "";
  transition: all 1s;
}
.p-message__circle.-first:before,
.p-message__circle.-first:after {
  border: 1px solid #ed4551;
}
.is-enterMessage .p-message__circle.-first:before,
.is-enterMessage .p-message__circle.-first:after {
  transform: scale(1);
}
.is-enterMessage.is-message .p-message__circle.-first:before,
.is-enterMessage.is-message .p-message__circle.-first:after {
  visibility: hidden;
  opacity: 0;
}
.is-enterMessage.is-message .p-message__circle.-second:before,
.is-enterMessage.is-message .p-message__circle.-second:after {
  transform: scale(1);
}
.p-message__circle.-first:before {
  top: 400px;
  right: -180px;
  width: min(calc(244 / 375 * 100vw), 400px);
  height: min(calc(244 / 375 * 100vw), 400px);
}
.p-message__circle.-first:after {
  top: max(80vw, 200px);
  left: max(calc(-320 / 375 * 100vw), -320px);
  width: min(calc(664 / 375 * 100vw), 800px);
  height: min(calc(664 / 375 * 100vw), 800px);
}
.p-message__circle.-second:before {
  top: -300px;
  left: -210px;
  width: 514px;
  height: 514px;
  border: 1px solid #3cb8b6;
}
.p-message__circle.-second:after {
  top: -508px;
  left: -1005px;
  width: 1397px;
  height: 1397px;
  border: 1px solid #33a0e2;
}
.p-message__title {
  margin-block: var(--leading-trim);
  font-weight: 700;
}
.p-message__title .-sp {
  display: block;
}
.p-message__title .-pc {
  display: none;
}
.p-message__title .-top,
.p-message__title .-bottom,
.p-message__title .-middle {
  display: block;
}
.p-message__title .-top {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 12px;
}
.p-message__title .-middle {
  max-width: 254px;
  margin-bottom: 16px;
  line-height: 100%;
}
.p-message__text {
  display: none;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
.p-message__title .-bottom {
  display: none;
  font-size: clamp(1.125rem, 0.894rem + 0.48vw, 1.375rem);
  letter-spacing: 0.1em;
}
.p-message__content {
  display: flex;
  position: relative;
  flex-direction: column;
  width: calc(335 / 375 * 100vw);
  height: 100vh;
  margin-inline: auto;
}
.p-message__left {
  z-index: 100;
  height: calc(471.02 / 667 * 100%);
  margin-inline: calc(50% - 50vw);
}
.p-message__img {
  height: 100vh;
  pointer-events: none;
}
.p-message__left img {
  aspect-ratio: 375 / 471.02;
  -o-object-fit: cover;
  width: 100%;
  height: calc(471.02 / 667 * 100%);
  object-fit: cover;
}
.p-message__item.-first .p-message__title .-middle img {
  width: clamp(204px, calc(254 / 375 * 100%), 254px);
}
.p-message__item.-second .p-message__title .-middle img {
  width: clamp(253px, 80.8%, 303px);
}
.p-message__pos {
  z-index: 101;
  position: absolute;
  bottom: 58px;
  left: 0;
  transition: all 0.2s;
}
:lang(en) .p-message__pos {
  position: absolute;
  bottom: 68px;
  left: 0;
  transition: all 0.2s;
}
.p-message__scrollbar .p-hero__scroll {
  display: none;
  z-index: 10;
  position: fixed;
  top: 50%;
  left: 1.875vw;
  height: -moz-max-content;
  height: max-content;
  margin-block: auto;
  transform: translateY(-50%);
}
.p-message__scrollbar {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.is-enterMessage .p-message__scrollbar {
  visibility: visible;
  opacity: 1;
}
.is-challenge.is-enterMessage .p-message__scrollbar {
  visibility: hidden;
  opacity: 0;
}
.p-message__scrollbar .p-hero__scroll:before {
  animation: scroll 2.5s 0s forwards infinite;
}
@keyframes scroll {
  0% {
    bottom: 68px;
  }
  50% {
    opacity: 1;
  }
  to {
    bottom: -10px;
  }
}
.p-message__item.-second .p-message__content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
.is-message .p-message__item.-second {
  z-index: 100;
}
.is-message .p-message__item.-second .p-message__content {
  visibility: visible;
  z-index: 100;
  opacity: 1;
}
.p-lang {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.p-header__lang {
  top: 54px;
  left: 24px;
}
.p-lang .js-lang {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 28px;
}
.p-lang__item {
  box-sizing: border-box;
  display: flex;
  z-index: 100;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 120px;
  padding-bottom: 0;
  padding-block: 4px;
  border: #e5e5e5 solid 1px;
  border-radius: 0.875rem;
  background-color: #fff;
  text-align: center;
  transition: padding 0.3s;
  transition: border-radius 0.3s;
}
.is-active .p-lang__item {
  padding-bottom: 14px;
  border-radius: 12px;
}
.p-lang__list {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.p-lang__icon {
  display: inline-block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.p-lang__icon:before {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  margin-block: auto;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='13'%20height='13'%20viewBox='0%200%2013%2013'%3e%3cg%20id='language-svgrepo-com'%20transform='translate(-1.209%20-1.209)'%3e%3cpath%20id='楕円形_2910'%20data-name='楕円形%202910'%20d='M6-.5A6.5,6.5,0,1,1-.5,6,6.507,6.507,0,0,1,6-.5Zm0,12A5.5,5.5,0,1,0,.5,6,5.506,5.506,0,0,0,6,11.5Z'%20transform='translate(1.709%201.709)'/%3e%3cpath%20id='パス_1321464'%20data-name='パス%201321464'%20d='M10.284,14.094l-.336-.306A7.838,7.838,0,0,1,7.5,7.709,7.838,7.838,0,0,1,9.947,1.63l.336-.306.336.306a7.838,7.838,0,0,1,2.447,6.079,7.838,7.838,0,0,1-2.447,6.079Zm0-11.4A6.912,6.912,0,0,0,8.5,7.709a6.912,6.912,0,0,0,1.784,5.011,6.912,6.912,0,0,0,1.784-5.011A6.912,6.912,0,0,0,10.284,2.7Z'%20transform='translate(-2.575)'/%3e%3cpath%20id='パス_1321465'%20data-name='パス%201321465'%20d='M13.347,12.925H2.5a.5.5,0,0,1,0-1H13.347a.5.5,0,0,1,0,1Z'%20transform='translate(-0.215%20-3.004)'/%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  content: "";
}
.p-lang__icon:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 8px;
  height: 5px;
  margin-left: 7px;
  margin-block: auto;
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='5'%20viewBox='0%200%208%205'%3e%3cpath%20id='多角形_1'%20data-name='多角形%201'%20d='M4,0,8,5H0Z'%20fill='%23e50012'/%3e%3c/svg%3e");
  background-size: cover;
  content: "";
  transition: transform 0.3s;
}
.p-lang.is-active .p-lang__icon:after {
  transform: rotate(0);
}
.is-active .p-lang__list {
  max-height: 100px;
}
.p-lang__list li {
  display: flex;
  width: 120px;
  margin-left: 30px;
}
.p-lang__list li:first-child {
  margin-top: 22px;
}
.p-lang__list li:last-child {
  padding-bottom: 24px;
}
.p-lang__list li + li {
  margin-top: 12px;
}
.p-lang .p-lang__link {
  margin-left: 3px;
  color: var(--color-primary);
  font-size: 12px;
  letter-spacing: 0.029em;
  text-decoration: none;
  cursor: pointer;
}
.p-lang__list .p-lang__link {
  opacity: 0.2;
}
.p-lang__link.-active {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.p-lang__link.js-langtarget.-active:before {
  content: none;
}
.p-lang__link.-active:before {
  width: 5px;
  height: 5px;
  border-radius: calc(1px / 0);
  background-color: #1a1a1a;
  content: "";
}
canvas {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}
#js-challengeCanvas {
  z-index: 10;
  pointer-events: none;
}
#js-introCanvas {
  transition: all 0.5s;
}
.p-intro__text {
  display: flex;
  z-index: 1;
  position: fixed;
  align-items: center;
  width: clamp(300px, calc(322 / 375 * 100vw), 400px);
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.p-intro__transparent {
  display: flex;
  z-index: 100;
  position: fixed;
  align-items: center;
  width: calc(218 / 375 * 100vw);
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.is-introFirst .p-intro__transparent {
  visibility: visible;
  opacity: 1;
}
.is-introFirst.is-top .p-intro__transparent {
  visibility: hidden;
  opacity: 0;
}
.p-intro__text img {
  width: 100%;
  margin: auto;
}
.js-intro {
  z-index: 1;
  position: relative;
}
.p-hero__varticalText {
  position: sticky;
  top: 35%;
  margin-block: auto;
  font-weight: 700;
  font-size: 25px;
  line-height: 2.5;
  letter-spacing: 0.4em;
  transition: all 0.5s;
  writing-mode: vertical-rl;
}
:lang(en) .p-hero__varticalText {
  top: 45%;
  max-width: 700px;
  margin-inline: auto;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  writing-mode: initial;
}
.is-hero .p-hero__varticalText {
  opacity: 0;
}
.p-hero__varticalFirst {
  display: block;
  line-height: calc(48 / 36);
}
.p-hero__varticalSecond {
  line-height: calc(48 / 36);
}
.p-intro__text {
  transition: all 0.8s;
}
.p-intro__text {
  opacity: 0;
}
#js-introCanvas {
  opacity: 0;
  transition: all 0.5s;
}
.is-load .p-intro__text {
  opacity: 1;
}
.is-load #js-introCanvas {
  opacity: 1;
  transition-delay: 0.5s;
}
.is-introFirst .p-intro__text {
  visibility: hidden;
  opacity: 0;
}
.p-hero__detailText {
  width: 80%;
  margin-top: 100vh;
  margin-inline: auto;
  padding-bottom: 200px;
  font-weight: 700;
  font-size: 17px;
}
:lang(zh-cn) .p-hero__detailText {
  width: 97%;
}
:lang(en) .p-hero__detailText {
  width: 94%;
}
.p-hero__detailitem {
  display: block;
  font-weight: 400;
  line-height: calc(39 / 18);
  letter-spacing: 0.1em;
  text-align: center;
}
.p-hero__detailitem + .p-hero__detailitem {
  margin-top: 35px;
}
.p-hero__detailitem {
  opacity: 0.2;
  transition: all 0.5s;
}
.p-hero__detailitem.is-text {
  opacity: 1;
}
.p-hero__detailYears {
  display: flex;
  justify-content: center;
  max-width: 252.24px;
  margin-top: 40px;
  margin-inline: auto;
  opacity: 0.2;
  transition: all 0.5s;
}
.p-hero__detailYears.is-text {
  opacity: 1;
}
.p-hero__logo {
  display: grid;
  visibility: hidden;
  position: fixed;
  place-content: center;
  width: calc(218 / 375 * 100vw);
  height: auto;
  margin-inline: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.p-hero__logo img {
  width: 100%;
}
.p-hero__bg {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f4f0;
  transition-delay: 0.5s;
}
.p-hero__bgInner {
  position: fixed;
  width: 100%;
  height: 100vh;
  margin-inline: auto;
}
.p-hero__bgParticle1,
.p-hero__bgParticle2,
.p-hero__bgParticle3,
.p-hero__bgParticle4 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.is-visible .p-hero__bgParticle1,
.is-visible .p-hero__bgParticle2,
.is-visible .p-hero__bgParticle3,
.is-visible .p-hero__bgParticle4 {
  visibility: visible;
  opacity: 1;
  transition: all 1.2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 0.8s;
}
.p-hero__bgParticle1 {
  position: absolute;
  top: 106px;
  right: -112px;
  width: calc(125 / 375 * 100vw);
  max-width: 200px;
}
.p-hero__bgParticle2 {
  position: absolute;
  right: -143px;
  bottom: 35px;
  width: calc(161 / 375 * 100vw);
  max-width: 225px;
}
.p-hero__bgParticle3 {
  position: absolute;
  top: 134px;
  left: -56px;
  width: calc(91 / 375 * 100vw);
  max-width: 121px;
}
.p-hero__bgParticle4 {
  position: absolute;
  bottom: 61px;
  left: -30%;
  width: calc(196.14 / 375 * 100vw);
  max-width: 262px;
}
.p-hero__bg svg {
  transition: all 0.8s;
}
.p-hero__section {
  visibility: hidden;
  height: 100vh;
  opacity: 0;
  transition: all 0.5s;
}
.p-hero__image {
  display: flex;
  visibility: hidden;
  position: absolute;
  top: calc(50% + clamp(20px, calc(100 / 375 * 100vw), 120px));
  left: 50%;
  row-gap: calc(20 / 667 * 100vh);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transform: translate(-50%);
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-visible .p-hero__image {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.8s;
}
.p-hero__logoFv {
  display: block;
  width: min(calc(103 / 667 * 100vh), 150px);
}
.p-hero__textFv {
  display: block;
  width: min(calc(184 / 375 * 100vw), 200px);
}
.is-lottie .p-hero__section {
  visibility: visible;
  opacity: 1;
}
.is-heroText.is-lottie .p-hero__section {
  visibility: hidden;
  opacity: 0;
}
.is-heroText.is-lottie .p-hero__section svg {
  visibility: hidden;
  scale: 0.7;
  opacity: 0;
}
.is-lottie .p-hero__bg {
  visibility: visible;
  opacity: 1;
  transition-duration: 1s;
}
.p-hero__lottieSec {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  margin-inline: auto;
}
.p-hero__wrapper {
  margin-top: 800px;
}
.is-lottie .header__wrapper {
  visibility: visible;
  opacity: 1;
}
#lottie svg {
  display: block;
  position: relative;
  bottom: 80px;
  width: 64vw !important;
  max-width: 320px;
  margin-inline: auto;
}
.p-footer {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.p-footer__inner {
  z-index: 104;
  position: relative;
}
/* .p-footer__inner:before {
  z-index: 0;
  position: absolute;
  top: -60px;
  right: 0;
  left: 50%;
  width: 673px;
  height: 673px;
  transform: translate(-50%);
  border-radius: calc(1px / 0);
  background-color: #fff;
  content: "";
} */
.p-footer__item a {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}
.p-footer__title {
  margin-bottom: 30px;
  font-size: 15px;
  text-align: center;
}
.p-footer__privacy {
  margin-bottom: 28px;
  padding-block: 28px;
  border-top: 1px solid rgba(9, 9, 9, 0.2);
  border-bottom: 1px solid rgba(9, 9, 9, 0.2);
}
.p-footer__privacy li + li {
  margin-top: 8px;
}
.p-footer__privacy a {
  color: var(--color-primary);
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
}
.p-footer__item.-tab a,
.p-footer__privacy a {
  display: flex;
  align-items: center;
}
:lang(en) .p-footer__item.-tab a {
  display: block;
}
.p-footer__item.-tab a:after,
.p-footer__privacy a:after {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 6px;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='8.439'%20height='8.433'%20viewBox='0%200%208.439%208.433'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_37315'%20data-name='長方形%2037315'%20width='8.439'%20height='8.433'%20fill='%231a1a1a'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='グループ_171468'%20data-name='グループ%20171468'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='パス_1328367'%20data-name='パス%201328367'%20d='M7.165,56.4a.435.435,0,0,0-.435.435v3.357H.87V54.332H4.227a.435.435,0,0,0,0-.871H.435A.435.435,0,0,0,0,53.9v6.73a.435.435,0,0,0,.435.435h6.73a.435.435,0,0,0,.435-.435V56.834a.435.435,0,0,0-.435-.435'%20transform='translate(0%20-52.629)'%20fill='%231a1a1a'/%3e%3cpath%20id='パス_1328368'%20data-name='パス%201328368'%20d='M221.368.432c0-.013,0-.027,0-.04s0-.008,0-.012,0-.021,0-.031l0-.009c0-.011,0-.022-.008-.032l0-.006c0-.011-.008-.023-.012-.034l0,0c0-.012-.01-.023-.016-.034l0,0C221.309.214,221.3.2,221.3.193l-.006-.009L221.27.159q-.014-.017-.029-.032L221.209.1l-.026-.019-.008-.006-.033-.02,0,0L221.1.034l0,0L221.065.02l-.006,0-.033-.008-.009,0-.032,0-.011,0-.042,0h-2.4a.435.435,0,1,0,0,.871h1.353l-3.457,3.457a.435.435,0,1,0,.616.616L220.5,1.485V2.838a.435.435,0,1,0,.87,0V.432'%20transform='translate(-212.93%200.001)'%20fill='%231a1a1a'/%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  content: "";
}
[data-disable="true"].p-footer__item.-tab a:after {
  opacity: 0.3;
}
.p-footer__item + .p-footer__item {
  margin-top: 16px;
}
.p-footer__item {
  line-height: 100%;
}
.p-footer__left {
  margin-top: 17px;
  text-align: center;
}
.p-footer__copy {
  color: var(--color-primary);
  font-weight: 400;
  font-size: 11px;
  font-family: var(--font-optima);
}
.p-footer__nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.p-footer__wrapper {
  z-index: 100;
  position: relative;
  width: calc(335 / 375 * 100vw);
  max-width: 400px;
  margin-inline: auto;
}
.p-footer__navIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.p-footer__navIcon li a {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.p-footer__navIcon img:first-child {
  width: 21.34px;
}
.p-footer__navIcon img:nth-child(2) {
  width: 16.38px;
}
.p-footer__navIcon img:nth-child(3) {
  width: 23.91px;
}
.p-footer__navIcon img:nth-child(4) {
  width: 19.94px;
}
.p-footer__circle {
  z-index: 1000;
  position: absolute;
  right: 20px;
  bottom: 128px;
  width: 60px;
  height: 60px;
  border: #e5e5e5 solid 1px;
  border-radius: calc(1px / 0);
  background-color: #fff;
  cursor: pointer;
}
.p-footer__circle:after,
.p-footer__circle:before {
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-footer__circle:before {
  bottom: 70%;
  left: 70%;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%3e%3cg%20id='グループ_173723'%20data-name='グループ%20173723'%20transform='translate(-1478%20-715)'%3e%3ccircle%20id='楕円形_3754'%20data-name='楕円形%203754'%20cx='4'%20cy='4'%20r='4'%20transform='translate(1478%20715)'%20fill='%23f47d7c'/%3e%3ccircle%20id='楕円形_3756'%20data-name='楕円形%203756'%20cx='2.5'%20cy='2.5'%20r='2.5'%20transform='translate(1495%20718)'%20fill='%23465cae'/%3e%3ccircle%20id='楕円形_3752'%20data-name='楕円形%203752'%20cx='6'%20cy='6'%20r='6'%20transform='translate(1496%20733)'%20fill='%233cb8b6'/%3e%3c/g%3e%3c/svg%3e");
}
.p-footer__circle:after {
  top: 70%;
  right: 70%;
  width: 31.72px;
  height: 26.45px;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='31.719'%20height='26.451'%20viewBox='0%200%2031.719%2026.451'%3e%3cg%20id='グループ_173724'%20data-name='グループ%20173724'%20transform='translate(-1412.371%20-780.119)'%3e%3cellipse%20id='楕円形_3751'%20data-name='楕円形%203751'%20cx='5.456'%20cy='5.456'%20rx='5.456'%20ry='5.456'%20transform='translate(1414.453%20780.119)%20rotate(11)'%20fill='%23ed4551'/%3e%3cellipse%20id='楕円形_3753'%20data-name='楕円形%203753'%20cx='3.819'%20cy='3.819'%20rx='3.819'%20ry='3.819'%20transform='translate(1424.393%20797.614)%20rotate(11)'%20fill='%23ebb62d'/%3e%3cellipse%20id='楕円形_3755'%20data-name='楕円形%203755'%20cx='2.182'%20cy='2.183'%20rx='2.182'%20ry='2.183'%20transform='translate(1439.805%20798.387)%20rotate(11)'%20fill='%2332a1e1'/%3e%3c/g%3e%3c/svg%3e");
}
.p-footer__circle img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 45px;
  height: 100%;
  margin: auto;
}
.c-button {
  display: inline-block;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.u-visuallyHidden {
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}
.p-message__img.-circle {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin-inline: calc(50% - 50vw);
  clip-path: circle(0px at 50%);
  transition: all 0.8s;
}
.is-message .p-message__img.-circle {
  clip-path: circle(100% at 50%);
}
.p-message__button {
  margin-top: 18px;
}
.p-message__button.-history {
  margin-top: 10px;
}
.c-button__primary.c-button {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.c-button__primary.c-button .-text {
  letter-spacing: var(--tracking-tight);
}
.c-button__primary .-arrow {
  position: relative;
  width: 48px;
  height: 48px;
  border: #dedede solid 1px;
  border-radius: var(--border-infinite);
  background-color: #fff;
}
.c-button__primary .-arrow img {
  display: inline-block;
  position: absolute;
  width: 12px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#js-heroSection {
  height: auto;
}
#js-heroCanvas {
  visibility: hidden;
  transform: scale(1.4);
  opacity: 0;
  transition: all 0.5s;
  transition: none;
}
.is-heroText #js-heroCanvas {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.6s, visibility 0.6s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1),
    cubic-bezier(0.61, 1, 0.88, 1), cubic-bezier(0.5, 1, 0.89, 1);
}
.p-hero__flex {
  display: flex;
  flex-direction: column;
}
.p-challenge {
  position: relative;
  height: 1000px;
  transition: all 0.5s;
}
.p-challenge__colorball {
  visibility: hidden;
  z-index: 2;
  position: fixed;
  top: 55%;
  right: 0;
  left: 50%;
  width: 525px;
  height: 525px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.8s;
}
:lang(en) .p-challenge__colorball {
  width: 725px;
  height: 725px;
}
.is-challenge .p-challenge__colorball {
  visibility: visible;
  opacity: 1;
}
.p-challenge__colorball img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-challenge__first {
  position: relative;
}
.p-challenge__first:after {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.p-challenge__green {
  visibility: hidden;
  z-index: 1;
  position: fixed;
  top: 55%;
  left: 50%;
  width: max(calc(601.96 / 375 * 100vw), 601.96px);
  height: max(calc(601.96 / 375 * 100vw), 601.96px);
  margin: auto;
  transform: translate(-50%, -50%) scale(0);
  border-radius: var(--border-infinite);
  background-color: #46b455;
  content: "";
  opacity: 0;
  transition: all 0.8s;
}
:lang(en) .p-challenge__green {
  width: max(213.856vw, 801.96px);
  height: max(213.856vw, 801.96px);
}
.p-challenge__body {
  padding-top: 50px;
}
.is-challenge .p-challenge__green {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.p-challenge__content {
  display: grid;
  visibility: hidden;
  z-index: 4;
  position: fixed;
  place-content: center;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  transition: all 0.8s;
}
.is-challenge .p-challenge__content {
  visibility: visible;
  opacity: 1;
}
.p-challenge__content {
  text-align: center;
}
.p-challenge__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: calc(32 / 18);
  letter-spacing: var(--tracking-wide);
}
:lang(en) .p-challenge__title {
  font-size: clamp(14px, 4.8vw, 18px);
}
.p-challenge__text {
  width: calc(210 / 375 * 100vw);
  max-width: 293px;
  margin-inline: auto;
  font-weight: 700;
  font-size: clamp(10px, 3.2vw, 14px);
  line-height: calc(20.8 / 12);
  letter-spacing: 0.04em;
}
:lang(en) .p-challenge__text {
  width: calc(310 / 375 * 100vw);
  max-width: 330px;
}
.is-circleSlider .p-challenge {
  visibility: hidden;
  opacity: 0;
}
.p-circleSlider {
  position: relative;
  height: 100vh;
}
.p-circleSlider__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin-bottom: 600px;
  overflow: hidden;
}
.triggers {
  display: flex;
  gap: 1rem;
}
.p-circleSlider__wrapper .slider {
  z-index: 3;
  position: relative;
  top: 750px;
}
.p-circleSlider__wrapper .list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-circleSlider__item {
  position: relative;
}
.p-circleSlider__item .-button {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 40px;
  height: 40px;
  border: #f0f0f0 solid 1px;
  border-radius: calc(1px / 0);
  background-color: #fff;
  content: "";
}
.challengeDoor-list__button img {
  transform: scale(1);
  transition: transform 0.6s ease;
}
.p-circleSlider__item .-arrow img {
  position: absolute;
  width: 12px;
  height: 12px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-circleSlider__label {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  width: 94px;
  height: 94px;
  margin-inline: auto;
  border-radius: var(--border-infinite);
  background-color: var(--bg);
  color: #fff;
  font-weight: 700;
  font-size: clamp(8px, calc(11 / 365 * 100vw), 11px);
  text-align: center;
}
:lang(en) .p-circleSlider__label {
  font-size: clamp(8px, calc(9 / 365 * 100vw), 9px);
}
:lang(en) .p-circleSlider__label .-text {
  bottom: clamp(10px, 4vw, 24px);
}
.p-circleSlider__label .-text {
  position: absolute;
  right: 0;
  bottom: clamp(18px, calc(17 / 375 * 100vw), 24px);
  left: 0;
  height: 30px;
  margin-inline: auto;
  line-height: 1.5;
}
.p-circleSlider__label.-oneline .-text {
  position: relative;
  top: 58px;
  height: auto;
}
.challengeDoor-list__label.-oneline .-text {
  position: relative;
  top: 15px;
}
.challengeDoor-list__label .-text {
  top: 12px;
}
.p-circleSlider__title {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-top: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: var(--tracking-tight);
  text-align: center;
}
.p-circleSlider__title .-sm {
  display: block;
  margin-top: 6px;
  font-size: 11px;
}
.p-circleSlider__title .-md {
  display: block;
  width: min(calc(205 / 375 * 100vw), 250px);
  margin-inline: auto;
  font-size: 17px;
}
:lang(en) .p-circleSlider__title .-sm {
  font-size: 10px;
}
:lang(en) .p-circleSlider__title .-md {
  font-size: 13px;
}
.p-circleSlider__inner {
  visibility: hidden;
  z-index: 6;
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.p-circleSlider__heading {
  position: fixed;
  left: 100px;
  margin-top: -400px;
}
.p-circleSlider__heading img {
  width: calc(805 / 1600 * 100vw);
}
.is-circleSlider .p-circleSlider__inner {
  visibility: visible;
  opacity: 1;
}
.is-circleSlider.is-history .p-circleSlider__inner {
  visibility: hidden;
  opacity: 0;
}
.p-circleSlider__item .item {
  --item-w: clamp(274px, calc(274 / 375 * 100vw), 280px);
  --item-h: clamp(274px, calc(274 / 375 * 100vw), 280px);
  display: flex;
  position: absolute;
  top: calc(var(--item-h) / -2);
  left: calc(var(--item-w) / -2);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: var(--item-w);
  height: var(--item-h);
  border-radius: 50%;
  color: #fff;
  font-size: 50px;
}
.p-circleSlider__item .item .-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--border-infinite);
}
.p-circleSlider__bg {
  height: 3000px;
}
.js-circleTarget {
  height: 5000px;
}
.p-circleSlider__wrapper {
  z-index: 2;
  position: absolute;
  top: 55%;
  right: 0;
  left: 50%;
  width: calc(596 / 375 * 100vw);
  height: calc(596 / 375 * 100vw);
  margin: auto;
  transform: translate(-50%, -50%);
  border-radius: calc(1px / 0);
  background-color: #46b455;
  -o-object-fit: cover;
  aspect-ratio: 1450/900;
  object-fit: cover;
  background-position: center;
  background-size: 300%;
  background-repeat: no-repeat;
  background-color: #fff3;
  background-blend-mode: lighten;
}
.p-circleSlider__wrapper:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #46b455;
  content: "";
  mix-blend-mode: hard-light;
}
.p-circleSlider__comingSoon {
  display: flex;
  z-index: 3;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1a1a1a;
  opacity: 0.8;
}
.p-circleSlider__comingSoon .-sm {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.p-circleSlider__comingSoon .-md {
  font-weight: 400;
  font-size: 22px;
  font-family: var(--font-optima);
}
.p-circleSlider__comingSoon img {
  max-width: 168px;
}
.p-interview__height {
  visibility: hidden;
  z-index: 101;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  overflow-x: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.is-interview .p-interview__height,
.is-interview .js-interview {
  visibility: visible;
  opacity: 1;
}
.p-interview__wrap {
  display: flex;
  flex-direction: column;
}
.p-interview__wrap:before {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(#000, #0000005c);
  content: "";
  opacity: 0.3;
  pointer-events: none;
}
.p-interview__item {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-color: #f5f4f0;
}
.p-interview__item .-flex {
  display: flex;
  -moz-column-gap: 56px;
  position: relative;
  column-gap: 56px;
  justify-content: center;
  margin-bottom: 10px;
}
.p-interview__item .-flex:before,
.p-interview__item .-flex:after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 1px;
  margin: auto;
  background-color: #aeaa9f;
  content: "";
}
.p-interview__item .-flex:before {
  transform: rotate(45deg);
}
.p-interview__item .-flex:after {
  transform: rotate(-45deg);
}
.p-interview__item.-first,
.p-interview__item.-second {
  position: relative;
}
.p-interview__item.-first img,
.p-interview__item.-second img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: transform 0.5s;
}
.p-interview__link {
  display: block;
  z-index: 5;
  position: relative;
  width: 100%;
  height: 50%;
  color: #fff;
  text-decoration: none;
}
.p-interview__pos {
  z-index: 10;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.p-interview__pos.-pc {
  display: none;
}
.p-interview__wrap {
  z-index: 12000;
  position: relative;
  transition: all cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
}
.p-interview__height {
  transition: all cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
}
.is-sticky-footer .p-interview__height {
  transform: translateY(-500px);
}
.p-interview__title {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}
.p-interview__lg {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.p-interview__item.-first .p-interview__button img {
  z-index: 10;
  position: absolute;
  aspect-ratio: 18.35/19.39;
  width: 18.35px;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate(0);
}
.p-interview__item .p-interview__title img {
  display: block;
  position: static;
  aspect-ratio: 89.87/11.62;
  width: 100%;
  max-width: 89.87px;
  transform: translate(0);
}
.p-interview__name .-sm {
  display: block;
  font-weight: 500;
  font-size: 10px;
}
.p-interview__name .-lg {
  display: block;
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: calc(30 / 22);
  letter-spacing: 0.1em;
}
.p-interview__logo {
  display: flex;
  z-index: 4;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 75.2vw;
  max-width: 500px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.js-mouse-stalker .js-mouse-stalker__cursor,
.js-mouse-stalker .js-mouse-stalker__follower {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  cursor: none;
  pointer-events: none;
}
.js-mouse-stalker .js-mouse-stalker__cursor {
  z-index: 2000;
  width: 0px;
  height: 0px;
  background-color: #ddd;
  opacity: 0.4;
  transition-duration: 0.9s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-mouse-stalker .js-mouse-stalker__follower {
  z-index: 2001;
  top: -10px;
  left: -10px;
  width: 0px;
  height: 0px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285%22%20height%3D%2224%22%20viewBox%3D%220%200%2085%2024%22%3E%20%3Ctext%20id%3D%22View_More%22%20data-name%3D%22View%20More%22%20transform%3D%22translate(0%2017)%22%20fill%3D%22%23fff%22%20font-size%3D%2216%22%20font-family%3D%22Meiryo%22%20letter-spacing%3D%220.02em%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3EView%20More%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-mouse-stalker.is-hover .js-mouse-stalker__cursor {
  top: -46px;
  left: -46px;
  width: 120px;
  height: 120px;
  opacity: 0.4;
}
.js-mouse-stalker.is-hover .js-mouse-stalker__follower {
  z-index: 3;
  top: -36px;
  left: -36px;
  width: 0px;
  height: 0px;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 1;
}
.js-mouse-stalker.is-drag .js-mouse-stalker__cursor {
  top: -56px;
  left: -56px;
  width: 120px;
  height: 120px;
  opacity: 0.4;
}
.js-mouse-stalker.is-hover .js-mouse-stalker__follower {
  z-index: 2001;
  top: -46px;
  left: -46px;
  width: 120px;
  height: 120px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2279%22%20height%3D%2219%22%20viewBox%3D%220%200%2079%2019%22%3E%20%3Ctext%20id%3D%22View_More%22%20data-name%3D%22View%20More%22%20transform%3D%22translate(0%2015)%22%20fill%3D%22%23fff%22%20font-size%3D%2216%22%20font-family%3D%22Optima-Regular%2C%20Optima%22%20letter-spacing%3D%220.02em%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3EView%20More%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1;
}
.js-mouse-stalker.is-drag .js-mouse-stalker__follower:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -10px;
  content: "";
  font-weight: 900;
  font-size: 1.2rem;
  text-align: center;
}
.p-history__bg {
  height: 3900px;
}
.p-history {
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  background-color: #2f2d2a;
  opacity: 0;
  transition: all 0.5s;
}
.is-history .p-history {
  visibility: visible;
  opacity: 1;
}
.is-interview.is-history .p-history,
.is-historyAfter.is-history .p-history {
  visibility: hidden;
  opacity: 0;
}
.p-history__list {
  display: flex;
  -moz-column-gap: 55px;
  column-gap: 55px;
  transition: all 1.5s;
}
.p-history__list.-left {
  width: calc(1539 / 375 * 100vw);
  transform: translate(43px) translateY(-50%);
}
.p-history__list.-left.-top {
  position: fixed;
  top: calc(50% - 400px);
  transform: translate(-797px) translateY(-50%);
}
.p-history__list.-left.-bottom {
  position: fixed;
  top: calc(50% + 400px);
  transform: translate(-797px) translateY(-50%);
}
.is-historyMove .p-history__list.-right {
  transform: translateY(-50%)
    translate(
      calc(
        -50% + min((177.5 / 375 * 100vw), 177.5px) - 28px - min((343 / 375 *
                100vw), 343px)
      )
    );
}
.p-history__list.-right {
  position: fixed;
  top: 50%;
  left: 50%;
  justify-content: center;
  width: auto;
  width: calc(1539 / 375 * 100vw);
  transform: translateY(-50%)
    translate(calc(-50% + min((181 /375 * 100vw), 177.5px) + 17.5px));
}
.p-history__list.-left {
  transform: translateX(43px - 343px + 55px);
}
.is-historyMove .p-history__list.-left.-top,
.is-historyMove .p-history__list.-left.-bottom {
  transform: translate(-399px) translateY(-50%);
}
.p-history__list li {
  width: min(calc(343 / 375 * 100vw), 343px);
  height: min(calc(343 / 375 * 100vw), 343px);
}
.p-history__content {
  position: relative;
  border: 1px solid #fff;
  border-radius: var(--border-infinite);
  color: #fff;
}
.p-history__content .c-button__primary .-arrow {
  width: clamp(38px, 12.8vw, 48px);
  height: clamp(38px, 12.8vw, 48px);
}
.p-history__title {
  margin-bottom: 12px;
}
.p-history__title img {
  width: calc(170 / 375 * 100vw);
  max-width: 235px;
}
:lang(en) .p-history__title img {
  width: clamp(120px, calc(130 / 375 * 100vw), 150px);
}
.p-history__title .-en {
  font-weight: 400;
  font-size: 38px;
  font-family: var(--font-optima);
}
.p-history__title .-ja {
  margin-left: -10px;
  font-size: 12px;
}
.p-history__title .-pc {
  display: none;
}
.p-history__inner {
  display: inline-flex;
  position: absolute;
  align-items: center;
  width: calc(240 / 343 * 100%);
  margin: auto;
  margin-inline: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14px;
}
.p-history__inner .-pos {
  position: relative;
  left: 20px;
}
.p-history__text {
  font-weight: 700;
  font-size: min(calc(14 / 375 * 100vw), 14px);
  line-height: 2;
}
:lang(en) .p-history__text {
  font-size: clamp(10px, 3.2vw, 12px);
}
.p-history__vertical {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  opacity: 0;
}
.p-history__vertical,
.p-history__topText,
.p-history__bottomText {
  opacity: 0;
}
.is-history .p-history__vertical,
.is-history .p-history__topText,
.is-history .p-history__bottomText {
  opacity: 1;
  transition: all 0.8s;
  transition-delay: 0.8s;
}
.p-footer {
  position: relative;
}
.p-footer__inner {
  visibility: hidden;
  z-index: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 30px;
  opacity: 0;
}
.p-footer.-nofixed .p-footer__inner {
  visibility: visible;
  position: static;
  opacity: 1;
}
.is-interview .p-footer__inner {
  visibility: visible;
  opacity: 1;
}
.js-interview {
  height: 340vh;
}
.p-historyAfter__height {
  height: 200vh;
}
.p-historyAfter {
  display: grid;
  visibility: hidden;
  z-index: 100;
  z-index: 10;
  position: fixed;
  place-content: center;
  width: 100%;
  height: 100vh;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #2f2d2a;
  color: #fff;
  letter-spacing: 0.02em;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
}
.p-historyAfter__title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1;
}
.p-interview__item .p-historyAfter__title img {
  position: static;
  aspect-ratio: initial;
  transform: translate(0);
}
.p-historyAfter__label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.p-historyAfter .-sm {
  display: block;
  font-weight: 700;
  font-size: 14px;
}
.is-historyAfter .p-historyAfter {
  visibility: visible;
  opacity: 1;
}
.is-historyAfter.is-interview .p-historyAfter {
  visibility: hidden;
  opacity: 0;
}
.p-historyAfter__inner {
  display: grid;
  place-content: center;
  width: 342px;
  height: 342px;
  border: 1px solid #fff;
  border-radius: calc(1px / 0);
  opacity: 0.5;
  transition: opacity 0.8s;
}
.p-historyAfter__title {
  margin-top: 14px;
  font-weight: 700;
  font-size: 30px;
}
.p-historyAfter__title img {
  max-width: 282px;
}
.p-interview__link__pc {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-historyAfter__content {
  position: relative;
}
.p-historyAfter__circleBg {
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: opacity 0.8s;
}
.is-historyAfter .p-historyAfter__circleBg {
  opacity: 0;
}
.is-historyAfter .p-historyAfter__inner {
  opacity: 1;
  transition-delay: 0.7s;
}
.p-historyAfter__title .-top {
  display: block;
}
.is-historyFirst .p-historyAfter {
  background-color: #fff;
}
.p-historyAfter:after {
  z-index: 0;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(2000 / 375 * 100vw);
  height: calc(2000 / 375 * 100vw);
  transform: translate(-50%, -50%) scale(0);
  border-radius: calc(1px / 0);
  background-color: #ec7c0f;
  content: "";
  transition: all 0.8s;
}
.is-historyFirst .p-historyAfter:after {
  transform: translate(-50%, -50%) scale(1);
}
.p-historyAfter__particle {
  visibility: hidden;
  z-index: 1;
  z-index: 10;
  z-index: 101;
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(500 / 375 * 100vw);
  margin: auto;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition-duration: 0.2s, 0.2s, 0.2s;
  transition-property: opacity, transform, visibility;
}
.is-historyFirst .is-historyParticle .p-historyAfter__particle {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition-duration: 0.3s, 0.8s, 0.3s;
  transition-property: opacity, transform, visibility;
}
.is-historyFirst .p-historyAfter__particle {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.9s, 0.1s, 0.9s;
  transition-property: opacity, transform, visibility;
}
.is-historyFirst.is-interview .p-historyAfter__particle,
.is-historyFirst.is-sticky-footer .p-historyAfter__particle {
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.6s, 0.9s, 0.6s;
  transition-property: opacity, transform, visibility;
}
.p-history__topText {
  z-index: 10;
  position: absolute;
  top: 20%;
  right: -185px;
  width: calc(515 / 375 * 100vw);
  max-width: initial;
}
.p-history__bottomText {
  z-index: 10;
  position: absolute;
  bottom: 20%;
  left: 0;
  width: calc(253 / 375 * 100vw);
  max-width: initial;
}
.p-historyAfter__particle .-circle {
  visibility: visible;
  opacity: 0;
  transition: transform 0.8s;
}
.p-historyAfter__particle .-circle:nth-child(1) {
  transform: translate(-10%, 10%);
}
.is-historyFirst .p-historyAfter__particle .-circle:nth-child(1) {
  transition-duration: 0.8s, 0.8s, 0.8s;
}
.p-historyAfter__particle .-circle:nth-child(2) {
  transform: translate(10%, -10%);
}
.is-historyFirst .p-historyAfter__particle .-circle:nth-child(2) {
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.4s, 0.4s, 0.4s;
}
.p-historyAfter__particle .-circle:nth-child(3) {
  transform: translate(-10%, 5%);
}
.p-historyAfter__particle .-circle:nth-child(4) {
  transform: translate(-10%, 10%);
}
.p-historyAfter__particle .-circle:nth-child(5) {
  transform: translate(-10%, -3%);
}
.is-historyFirst .p-historyAfter__particle .-circle:nth-child(5) {
  transition-delay: 0.2s;
  transition-duration: 0.6s, 0.6s, 0.6s;
}
.p-historyAfter__particle .-circle:nth-child(6) {
  transform: translate(6%, -6%);
}
.p-historyAfter__particle .-circle:nth-child(7) {
  transform: translate(3%, 1%);
  transition-duration: 0.3s, 0.3s, 0.3s;
}
.p-historyAfter__particle .-circle:nth-child(8) {
  transform: translate(-2%);
}
.p-historyAfter__particle .-circle:nth-child(9) {
  transform: translate(7%);
}
.p-historyAfter__particle .-circle:nth-child(10) {
  transform: translate(5%, -5%);
  transition-duration: 0.7s, 0.7s, 0.7s;
}
.p-historyAfter__particle .-circle:nth-child(11) {
  transform: translate(5%, 5%);
}
.p-historyAfter__particle .-circle:nth-child(12) {
  transform: translate(-4%, -4%);
}
.p-historyAfter__particle .-circle:nth-child(13) {
  transform: translate(-4%, -6%);
}
.p-historyAfter__particle .-circle:nth-child(14) {
  transform: translate(9%, -5%);
}
.p-historyAfter__particle .-circle:nth-child(15) {
  transform: translateY(10%);
}
.is-historyFirst .p-historyAfter__particle .-circle:nth-child(15) {
  transition-delay: 0.2s;
  transition-duration: 0.6s, 0.6s, 0.6s;
}
.p-historyAfter__particle .-circle:nth-child(16) {
  transform: translate(4%, 15%);
}
.is-historyFirst .p-historyAfter__particle .-circle:nth-child(16) {
  transition-delay: 0.1s;
  transition-duration: 0.4s, 0.4s, 0.4s;
}
.p-historyAfter__particle .-circle:nth-child(17) {
  transform: translateY(-10%);
  transition-duration: 0.3s, 0.3s, 0.3s;
}
.is-historyFirst .p-historyAfter__particle .-circle:nth-child(17) {
  transition-delay: 0.4s;
  transition-duration: 0.6s, 0.6s, 0.6s;
}
.p-historyAfter__particle .-circle:nth-child(18) {
  transform: translate(9%, 2%);
  transition-duration: 0.5s, 0.5s, 0.5s;
}
.p-historyAfter__particle .-circle:nth-child(19) {
  transform: translate(5%, 10%);
  transition-duration: 0.6s, 0.6s, 0.6s;
}
.is-historyFirst .p-historyAfter__particle .-circle:nth-child(19) {
  transition-delay: 0.2s;
  transition-duration: 0.6s, 0.6s, 0.6s;
}
.is-historyFirst .p-historyAfter__particle .-circle {
  visibility: visible;
  transform: translate(0) !important;
  opacity: 1;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.9s, 0.9s, 0.9s;
  transition-property: opacity, transform, visibility;
}
.u-wbr,
.u-wbr.-sp {
  display: block;
}
.u-wbr.-pc {
  display: inline-block;
}
.p-footer__circle .p-footer__arrow {
  width: 11.64px;
  margin-bottom: 5px;
  transform: rotate(-90deg);
}
.p-footer__arrowInner {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
.p-footer__circle .p-footer__topText,
.p-footer__circle .p-footer__arrow {
  height: auto;
}
.p-footer__arrow {
  margin-bottom: 8px;
}
.p-footer__topText {
  display: block;
  margin-top: 8px;
}
.p-intro__height {
  z-index: 10000;
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow: auto;
  background-color: #f5f4f0;
  transition: all 0.5s;
}
.p-interview__spLink {
  display: flex;
  z-index: 10;
  position: absolute;
  right: 19px;
  bottom: 27px;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 83px;
  border-radius: var(--border-infinite);
  background: #fff6;
  font-family: var(--font-optima);
  text-decoration: none;
}
.p-interview__spLink .-text {
  color: #fff;
  font-size: 14px;
}
.p-globalNav__item.-no-pointer {
  pointer-events: none;
}
.p-megamenu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 102px;
  height: 0;
  transform: translateY(0.4rem);
  border-radius: 24px;
  background-color: #fff;
  opacity: 0;
}
.p-megamenu__listWrap {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 52px;
  column-gap: 52px;
}
.p-megamenu__list {
  width: 46%;
}
.header__backdrop {
  visibility: hidden;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  transform: translate(-50%);
  background: #0a0a0a;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s var(--easing), visibility 0.5s var(--easing);
}
.is-drawerActive .header__backdrop {
  visibility: visible;
  opacity: 0.3;
}
.p-globalNav__item .p-megamenu__itemTitle {
  padding: 0;
}
.is-megamenu-open .header__backdrop {
  visibility: visible;
  opacity: 0.3;
  pointer-events: auto;
  transition: opacity 0.5s var(--easing), visibility 0.5s var(--easing);
}
.p-megamenu__title {
  padding-right: 80px;
  font-size: 22px;
  line-height: 1.7;
}
:lang(en) .p-megamenu__title {
  padding-right: 100px;
  font-size: 18px;
}
.p-megamenu__listWrap {
  margin-left: 26px;
}
.p-megamenu[aria-hidden="false"] {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.p-globalNav__item .megamenu__itemTitle {
  padding-block: 0;
  font-size: 15px;
}
.p-megamenu__item + .p-megamenu__item {
  margin-top: 16px;
}
.p-megamenu__heading {
  border-right: 1px solid rgba(25, 25, 25, 0.1);
}
.p-globalNav__item .p-megamenu__itemLink {
  display: flex;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.p-globalNav__item .p-megamenu__flex {
  display: flex;
  -moz-column-gap: 23px;
  position: relative;
  column-gap: 23px;
  padding-block: 0;
}
.p-megamenu__itemLink + .p-megamenu__itemLink {
  margin-top: 24px;
}
.p-globalNav__item .p-megamenu__inner span,
.p-globalNav__item .p-megamenu__inner a {
  padding-block: 0;
}
.p-megamenu__name .-sm {
  font-size: 10px;
}
.p-megamenu__name .-md {
  font-size: 14px;
}
.p-megamenu__name {
  text-align: center;
}
.p-megamenu__itemLink {
  display: flex;
}
.p-megamenu__image {
  max-width: 190px;
}
.p-megamenu__itemLink .-title {
  font-size: 16px;
}
.p-megamenu__itemLink .-title {
  display: inline-block;
  margin-bottom: 12px;
}
.p-megamenu__item.-aside {
  font-weight: 700;
  opacity: 0.4;
}
.p-globalNav__item .-aside {
  margin-top: 20px;
  font-weight: 400;
  font-size: 13px;
  opacity: 0.4;
}
.p-globalNav__item.-pc .-aside {
  margin-left: 28px;
}
.p-megamenu__right {
  width: 73%;
}
.p-megamenu__name .-sm {
  font-weight: 400;
  font-size: 10px;
}
.p-megamenu__name .-md {
  font-weight: 700;
  font-size: 14px;
}
.p-megamenu__flex .-multiply {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 11px;
  height: 11px;
  transform: translate(-50%, -50%);
}
.p-megamenu__flex .-multiply:before,
.p-megamenu__flex .-multiply:after {
  position: absolute;
  width: 100%;
  height: 1px;
  margin: auto;
  transform: rotate(45deg);
  border-radius: 10px;
  background-color: #aeaa9f;
  content: "";
}
.p-megamenu__flex .-multiply:after {
  transform: rotate(-45deg);
}
.p-hero__scroll {
  visibility: hidden;
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 16px;
  padding-bottom: 82px;
  font-size: 16px;
  font-family: var(--font-optima);
  opacity: 0;
  transition: all 0.5s;
  writing-mode: vertical-rl;
}
.p-challengeSub .p-hero__scroll {
  display: none;
}
.p-challengeSub .p-hero__scroll img {
  left: 0;
}
.p-hero__scroll img {
  position: relative;
  left: 5px;
}
.is-visible .p-hero__scroll {
  visibility: visible;
  opacity: 1;
}
.p-hero__scroll:before {
  position: absolute;
  right: 0;
  bottom: 68px;
  left: 0;
  width: 9px;
  height: 9px;
  margin-block: auto;
  border-radius: calc(1px / 0);
  background-color: #000;
  content: "";
}
.p-hero__scroll:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 68px;
  margin-block: auto;
  background-color: #000;
  content: "";
}
.c-history .c-breadcrumbs__wrapper {
  z-index: 2;
  position: relative;
  width: calc(335 / 375 * 100%);
  margin-left: calc(200 / 375 * 100vw);
  margin-inline: auto;
}
.c-history .c-breadcrumbs {
  position: absolute;
  top: 112px;
  left: 0;
}
.c-breadcrumbs__wrapper.-challenge,
.c-breadcrumbs__wrapper.-message {
  position: relative;
  width: calc(334 / 375 * 100%);
  margin-inline: auto;
}
.c-breadcrumbs__wrapper.-challenge .c-breadcrumbs,
.c-breadcrumbs__wrapper.-message .c-breadcrumbs {
  z-index: 10;
  position: absolute;
  top: 96px;
  left: 0;
}
.c-breadcrumbs__wrapper.-message {
  z-index: 51;
}
.c-breadcrumbs__wrapper.-message {
  color: #fff;
}
.c-breadcrumbs__list {
  display: flex;
  -moz-column-gap: 28px;
  column-gap: 28px;
}
.c-breadcrumbs__link {
  font-size: 12px;
  text-decoration: none;
}
.c-breadcrumbs__item:not(:last-child) .c-breadcrumbs__link {
  --color: rgba(255, 255, 255, 0.3);
  position: relative;
  color: var(--color);
}
.c-breadcrumbs.-black
  .c-breadcrumbs__item:not(:last-child)
  .c-breadcrumbs__link {
  --color: rgba(0, 0, 0, 0.3);
  color: var(--color);
}
.c-breadcrumbs__wrapper.-food
  .c-breadcrumbs__item:not(:last-child)
  .c-breadcrumbs__link {
  --color: rgba(255, 255, 255, 0.6);
}
.c-breadcrumbs__item:not(:last-child) .c-breadcrumbs__link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 4px;
  height: 4px;
  margin-left: 12px;
  margin-block: auto;
  border-radius: var(--border-infinite);
  background-color: #0a0a0a;
  content: "";
  opacity: 0.3;
}
.c-breadcrumbs.-white
  .c-breadcrumbs__item:not(:last-child)
  .c-breadcrumbs__link:after {
  background-color: #fff;
  opacity: 0.3;
}
.c-breadcrumbs__item:last-child .c-breadcrumbs__link {
  --color: rgba(255, 255, 255, 1);
  color: var(--color);
  font-weight: 700;
}
.c-breadcrumbs.-black .c-breadcrumbs__item:last-child .c-breadcrumbs__link {
  --color: rgba(0, 0, 0, 1);
  color: var(--color);
}
.c-history__intro {
  position: relative;
  width: 100%;
  height: 100vh;
}
.c-history__inner {
  overflow: hidden;
  background-color: #1c1c1c;
}
.c-history__intro:after {
  position: absolute;
  top: -120px;
  left: 50%;
  width: 445px;
  height: 445px;
  transform: translate(-50%);
  border-radius: var(--border-infinite);
  background-color: #393835;
  content: "";
}
.c-history__wrapper {
  z-index: 1;
  position: relative;
  margin-left: 0;
}
.c-history__title {
  padding-top: 181px;
  color: #fff;
}
.c-history__title .-lg {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}
:lang(en) .c-history__title .-lg {
  font-size: 20px;
}
.c-history__title .-sm {
  display: none;
}
.c-history__accordionWrap {
  width: calc(335 / 375 * 100%);
  margin-inline: auto;
}
.c-history__section {
  position: relative;
  width: 100vw;
  padding-bottom: 72px;
  background-color: #f5f4f0;
}
.c-history__section_spText {
  z-index: 10;
  position: relative;
  margin-bottom: 60px;
  color: #1a1a1a;
  font-weight: 700;
  font-size: clamp(12px, 4vw, 18px);
  line-height: calc(28 / 15);
  letter-spacing: 0.1rem;
}
.c-history__section:after {
  z-index: 10;
  z-index: 1;
  position: absolute;
  top: calc(-76 / 375 * 100vw);
  left: 50%;
  width: calc(905 / 375 * 100vw);
  height: calc(275 / 375 * 100vw);
  transform: translate(-50%);
  border-radius: 100%;
  background-color: #f5f4f0;
  content: "";
}
.c-history__accordionBody {
  z-index: 10;
  position: relative;
}
.p-footer.-history .p-footer__inner,
.p-footer.-dna .p-footer__inner {
  padding-top: 48px;
}
.p-footer.-history .p-footer__inner:before,
.p-footer.-dna .p-footer__inner:before {
  top: 0;
}
.p-footer.-dna {
  z-index: 44;
}
.c-history {
  overflow: hidden;
}
.c-history__accordion__title {
  position: relative;
  width: calc(303 / 335 * 100%);
  margin-inline: auto;
}
.c-history__accordion__title .-lg {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.01em;
}
.c-history__accordion__year .-top {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
}
.c-history__accordion__year .-bottom {
  display: inline-block;
  max-width: 107px;
  line-height: 100%;
}
.c-history__accordion__year {
  margin-bottom: 16px;
}
.c-history__accordion__wrapper {
  width: calc(303 / 335 * 100%);
  margin-inline: auto;
  padding-top: 47px;
}
.c-history__accordionContent {
  background-color: #fff;
}
.c-history__accordionSummary {
  padding-top: 32px;
  padding-bottom: 32px;
  background-position: center;
  background-size: cover;
  color: #fff;
  cursor: pointer;
}
.c-history__accordionIcon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: var(--border-infinite);
  background-color: #fff;
  content: "";
}
.c-history__accordionIcon .top_circles span,
.c-history__accordionIcon .bottom_circles span {
  display: inline-block;
  position: absolute;
  border-radius: calc(1px / 0);
  content: "";
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-history__accordionIcon .top_circles span:first-child {
  right: 10px;
  bottom: 104%;
  width: 8px;
  height: 8px;
  transform: translate(-250%, 450%);
  background-color: #f47d7c;
  transition-delay: 0.12s;
}
.c-history__accordionIcon .top_circles span:nth-child(2) {
  bottom: 105%;
  left: 100%;
  width: 5px;
  height: 5px;
  transform: translate(-250%, 450%);
  background-color: #2680c2;
  transition-delay: 0.1s;
}
.c-history__accordionIcon .top_circles span:nth-child(3) {
  top: 5px;
  left: 100%;
  width: 12px;
  height: 12px;
  transform: translate(-250%, 250%) rotate(25deg);
  background-color: #3cb8b6;
  transition-delay: 0.16s;
}
.c-history__accordionIcon .bottom_circles span:first-child {
  right: 99%;
  bottom: 6px;
  width: 10px;
  height: 10px;
  transform: translate(250%, -250%) rotate(35deg);
  background-color: #ed4551;
  transition-delay: 0.1s;
}
.c-history__accordionIcon .bottom_circles span:nth-child(2) {
  top: 100%;
  left: 0;
  width: 8px;
  height: 8px;
  transform: translate(350%, -250%) rotate(35deg);
  background-color: #ebb62d;
  transition-delay: 0.15s;
}
.c-history__accordionIcon .bottom_circles span:nth-child(3) {
  top: 100%;
  left: 15px;
  width: 5px;
  height: 5px;
  transform: translate(350%, -250%);
  background-color: #32a1e1;
  transition-delay: 0.17s;
}
.c-history__accordionIcon:before,
.c-history__accordionIcon:after {
  position: absolute;
  width: 11px;
  height: 1px;
  margin: auto auto 22px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: calc(1px / 0);
  background-color: #1a1a1a;
  content: "";
  transition: transform 0.5s;
}
.c-history__accordionIcon:after {
  transform: rotate(90deg);
}
.is-opened .c-history__accordionIcon:after {
  transform: rotate(0);
}
.c-history__accordionIcon img {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 9px;
  left: 0;
  width: 19px;
  margin: auto;
}
.c-history__accordionIcon .-open {
  bottom: 8px;
}
.c-history__accordionIcon img {
  transition: opacity 0.3s;
}
.c-history__accordionIcon .-close {
  opacity: 0;
}
.is-opened .c-history__accordionIcon .-close {
  opacity: 1;
}
.is-opened .c-history__accordionIcon .-open {
  opacity: 0;
}
#js-circleCanvas {
  z-index: 10;
  pointer-events: none;
}
#js-circleCanvas1 {
  visibility: hidden;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.8s;
}
.is-challenge #js-circleCanvas1 {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.is-challenge.is-circleSlider #js-circleCanvas1 {
  visibility: hidden;
  opacity: 0;
}
#js-animeCanvas {
  z-index: 102;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f4f0;
  transition: all 0.8s;
}
.is-finish #js-animeCanvas {
  visibility: hidden;
  opacity: 0;
}
.is-fvIntro .c-anime {
  z-index: 110;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f4f0;
}
.c-anime:before {
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(445 / 375 * 100vw);
  height: calc(445 / 375 * 100vw);
  transform: translate(-50%, -50%) scale(0);
  border-radius: var(--border-infinite);
  background-color: #393835;
  content: "";
  transition: all 1.3s;
}
.c-anime.-dna:before {
  background-color: #32a1e1;
}
.c-anime.-challenge:before {
  background-color: #46b455;
}
.c-anime.-message:before {
  background-color: #ec4551;
}
.c-anime.-dna .c-anime__text img {
  width: initial;
}
.p-globalNav__item.-pc {
  display: none;
}
.c-hover__underline {
  display: inline-block;
  position: relative;
}
.p-globalNav__item .c-hover__underline {
  display: inline-block;
  padding-block: 0;
}
.c-hover__underline:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left top;
  border-radius: calc(1px / 0);
  background-color: var(--color, #1a1a1a);
  content: "";
  transition: all 0.3s;
}
.c-button .-arrow,
.p-circleSlider__item .-button,
.c-button .-icon {
  transition: transform 0.4s;
}
.p-circleSlider__button .p-circleSlider__title .-underline {
  padding-bottom: 0.1em;
  background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
  text-decoration: none;
  transition: background 0.4s;
  transition-delay: var(--delay);
}
.c-anime__text {
  z-index: 12;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.8s;
}
.c-anime__text .-sm {
  display: block;
  margin-bottom: 30px;
}
.c-anime__text .-lg {
  display: block;
  font-weight: 700;
  font-size: calc(32 / 375 * 100vw);
}
:lang(en) .c-anime__text .-lg {
  font-size: 6.4vw;
}
.is-fvIntro .c-anime__text {
  opacity: 1;
}
.is-fvIntro .c-anime:before {
  transform: translate(-50%, -50%) scale(2.5);
  transition: all 1.2s;
}
.is-finish.is-fvIntro .c-anime {
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s;
}
.p-interview__circleContent {
  display: block;
  z-index: 10;
  position: static;
  place-content: center;
  width: 100%;
  margin: auto auto 0;
  color: #fff;
  letter-spacing: 0.02em;
  text-align: center;
  pointer-events: none;
}
.p-interview__bottom {
  position: relative;
  height: 50%;
}
.p-interview__circleContent .-sm {
  font-weight: 700;
  font-size: 14px;
}
.p-interview__circleInner {
  display: grid;
  place-content: center;
  width: 100%;
  margin-inline: auto;
  color: #0a0a0a;
  transition: opacity 0.8s;
}
.js-topPage {
  transition: transform 0.5s;
}
.c-history__accordion__top {
  margin-bottom: 41px;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
}
.c-timeline__title {
  position: relative;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
}
.c-timeline__figure {
  max-width: 334px;
}
.c-timeline__term {
  display: flex;
  width: calc(53 / 306 * 100%);
}
.c-timeline__figure figcaption {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: calc(26 / 14);
  text-align: center;
  opacity: 0.7;
}
.c-timeline__year {
  position: relative;
  width: 41px;
  padding-left: 12px;
}
.c-timeline__item {
  display: flex;
  justify-content: space-between;
}
.c-timeline__term.-none .c-timeline__year img {
  opacity: 0;
}
.c-timeline__description {
  width: calc(237 / 306 * 100%);
  padding-bottom: 32px;
}
.c-timeline__list {
  margin-left: auto;
}
.c-history__timeline__item {
  position: relative;
}
.c-timeline__item:after {
  position: absolute;
  top: 0;
  right: 100%;
  width: 1px;
  height: 100%;
  margin-right: 64px;
  background-color: #1a1a1a;
  content: "";
  opacity: 0.2;
}
.c-timeline__term {
  position: relative;
  margin-top: 4px;
}
.c-timeline__year {
  display: inline-flex;
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.c-timeline__year:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2.52px;
  width: 6px;
  height: 6px;
  margin-left: 0;
  margin-block: auto;
  border-radius: var(--border-infinite);
  background-color: #1a1a1a;
  content: "";
}
.c-timeline__term:before {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0%;
  width: 1px;
  height: 100%;
  margin-block: auto;
  background-color: #1a1a1a;
  content: "";
  opacity: 0.2;
}
.c-timeline__item:last-child .c-timeline__term:before {
  content: none;
}
.c-history__accordionBody + .c-history__accordionBody {
  margin-top: 16px;
}
.js-details_close {
  color: #1a1a1a;
}
.c-timeline__close {
  position: relative;
  margin-bottom: 47px;
  text-align: center;
}
.c-timeline__close a {
  display: inline-block;
  position: relative;
  padding-left: 33px;
}
.c-timeline__close a:before,
.c-timeline__close a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 1px;
  margin-block: auto;
  background-color: #1a1a1a;
  content: "";
}
.c-timeline__close a:before {
  transform: rotate(30deg);
}
.c-timeline__close a:after {
  transform: rotate(-30deg);
}
.c-timeline__flex figure + figure {
  margin-top: 16px;
}
.c-timeline__flex {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
}
.c-history__intro__item1,
.c-history__intro__item3 {
  width: 295.584vw;
  min-width: 1108.44px;
}
.c-history__intro__item2 {
  width: calc(1338.94 / 375 * 100vw);
  min-width: 1338px;
}
.c-history__imgList img {
  width: 100%;
}
.c-history__imgList {
  position: absolute;
  top: calc(50 / 375 * 100vw);
}
.c-history__imgList li {
  transition: transform 1.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-history__intro__item1 {
  position: relative;
  left: -134px;
  transform: translate(-150px);
}
.c-history__intro__item2 {
  position: relative;
  left: -258px;
  transform: translate(150px);
}
.c-history__intro__item3 {
  position: relative;
  left: -146px;
  transform: translate(-150px);
}
.is-finish .c-history__intro__item1,
.is-finish .c-history__intro__item2,
.is-finish .c-history__intro__item3 {
  transform: translate(0);
  transition-delay: 0.5s;
}
.c-history__imgList li + li {
  margin-top: 0;
}
.baseDialog::-webkit-scrollbar,
.menuDialog::-webkit-scrollbar {
  display: none;
}
.baseDialog::backdrop,
.menuDialog::backdrop {
  background-color: #00000073;
}
.baseDialog_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% + 1px);
}
.baseDialog_content_inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
}
.baseDialog_close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.baseDialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  border: none;
  background-color: transparent;
  transition: opacity 0.2s, transform 0.2s;
  -ms-overflow-style: none;
  overscroll-behavior: none;
  scrollbar-width: none;
}
.baseDialog.-closing {
  opacity: 0;
}
.baseDialog_wrapper.-dna {
  position: relative;
  overflow: hidden;
}
.c-dna__index__scroll {
  position: relative;
  height: 100%;
  padding-bottom: 25vh;
  overflow: auto;
  font-weight: 400;
  font-size: 16px;
  scrollbar-width: none;
}
.c-dna__index__scroll::-webkit-scrollbar {
  display: none;
}
.baseDialog_wrapper.-dna:after {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: max(82.25vw, 1016px);
  min-width: 1316px;
  height: max(82.25vw, 1016px);
  min-height: 1316px;
  transform: translate(-50%, -50%);
  border: 1px solid #f5f4f0;
  border-radius: calc(1px / 0);
  background-color: #f5f4f0;
  content: "";
}
.baseDialog_wrapper.-dna:before {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: max(calc(1391.11 / 1600 * 100vw), 1091.11px);
  min-width: 1391.11px;
  height: max(calc(1391.11 / 1600 * 100vw), 1091.11px);
  min-height: 1391.11px;
  transform: translate(-50%, -50%);
  border: 1px solid #f5f4f0;
  border-radius: calc(1px / 0);
  background-color: transparent;
  content: "";
}
.baseDialog_wrapper.-dna .baseDialog_content {
  z-index: 100;
  position: relative;
  height: 100%;
}
.baseDialog_wrapper.-dna {
  align-items: flex-start;
}
.c-dna__modal__body {
  position: relative;
  width: 62.5%;
  max-width: 1000px;
  height: 100%;
  margin-inline: auto;
  padding-top: 90px;
  color: #1a1a1a;
}
.c-timeline__text {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: calc(26 / 14);
  letter-spacing: 0.03em;
}
.c-history__section__title {
  position: relative;
  bottom: 30px;
  line-height: 100%;
  text-align: center;
}
.c-history__section__title img {
  width: calc(123 / 375 * 100vw);
  max-width: 71px;
}
.c-history__section {
  padding-top: 0;
}
.js-dialog-content {
  position: fixed;
}
.p-modal__list img {
  width: 100%;
}
.c-timeline__video {
  aspect-ratio: 334 / 232;
  -o-object-fit: cover;
  max-width: 334px;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.c-timeline__video > div {
  height: 100%;
  padding-bottom: 0 !important;
}
.c-timeline__video iframe {
  aspect-ratio: 334 / 232;
  -o-object-fit: cover;
  max-width: 334px;
  object-fit: cover;
}
.baseDialog_content_inner video,
.baseDialog_content_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.baseDialog_content {
  width: calc(335 / 375 * 100%);
  margin-inline: auto;
}
.baseDialog_content {
  position: relative;
}
.js-dialog-close {
  position: absolute;
  top: -24px;
  right: 0;
  width: 14.85px;
  height: 9px;
  border-radius: var(--border-infinite);
  content: "";
  cursor: pointer;
}
html {
  scroll-padding-top: 130px;
}
.js-dialog-close:before,
.js-dialog-close:after {
  position: absolute;
  width: 100%;
  height: 1px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--border-infinite);
  background-color: #fff;
  content: "";
}
.js-dialog-close:before {
  transform: rotate(30deg);
}
.js-dialog-close:after {
  transform: rotate(-30deg);
}
.p-modal__relative {
  display: inline-block;
  position: relative;
  width: 100%;
}
.p-modal__playIcon {
  z-index: 50;
  position: absolute;
  max-width: 80px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.baseDialog_content_inner .p-modal__playIcon {
  max-width: 96px;
}
.c-dna {
  margin-top: 235px;
}
.p-dna__topWrapper {
  width: 62.5%;
  margin-inline: auto;
  transition: all 0.5s;
}
.p-dna__topInner {
  width: 52%;
  max-width: 600px;
  margin-left: auto;
}
.c-dna .c-breadcrumbs__item:not(:last-child) .c-breadcrumbs__link {
  color: #0a0a0a;
  opacity: 0.3;
}
.c-dna .c-breadcrumbs__item:last-child .c-breadcrumbs__link {
  color: #0a0a0a;
  opacity: 1;
}
.c-dna__heading {
  margin-bottom: 40px;
  color: #33a0e2;
  font-weight: 700;
  font-size: 50px;
}
.c-dna__subheading {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
}
.c-dna__topText {
  margin-bottom: 52px;
  font-size: 18px;
  line-height: calc(32 / 18);
}
.c-dna__index__titile {
  margin-bottom: 40px;
  line-height: 100%;
}
.c-dna__index__list {
  margin-bottom: 30px;
}
.c-dna__index__list li + li {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.c-dna__index__list a {
  display: flex;
  position: relative;
  width: 100%;
  padding-block: 24px;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
}
.c-breadcrumbs__wrapper.-challenge .c-breadcrumbs,
.c-breadcrumbs__wrapper.-message .c-breadcrumbs {
  width: 100%;
  margin-inline: auto;
  padding-bottom: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
}
.c-breadcrumbs__inner {
  overflow-x: auto;
  overflow-y: hidden;
}
.c-breadcrumbs__item {
  width: -moz-max-content;
  width: max-content;
}
.c-breadcrumbs__item.-current {
  pointer-events: none;
}
.c-dna__index__arrow {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
}
.c-dna__index__width {
  width: 100%;
}
.c-dna__index__arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%3e%3cg%20id='グループ_172132'%20data-name='グループ%20172132'%20transform='translate(30)%20rotate(90)'%3e%3ccircle%20id='楕円形_2827'%20data-name='楕円形%202827'%20cx='15'%20cy='15'%20r='15'%20transform='translate(0%200)'%20fill='%23fff'/%3e%3cg%20id='グループ_168542'%20data-name='グループ%20168542'%20transform='translate(9.907%209.555)'%3e%3cg%20id='グループ_168529'%20data-name='グループ%20168529'%20transform='translate(0%200)'%3e%3cpath%20id='パス_1318368'%20data-name='パス%201318368'%20d='M0,5.253A.751.751,0,0,0,.75,6H7.382L4.16,9.226a.751.751,0,0,0,1.061,1.062l4.5-4.5h0a.744.744,0,0,0,.094-.114c.012-.018.021-.038.031-.058a.721.721,0,0,0,.038-.071.729.729,0,0,0,.024-.076c.006-.021.015-.042.019-.064a.753.753,0,0,0,0-.294c0-.022-.013-.042-.019-.064a.439.439,0,0,0-.061-.148c-.011-.019-.019-.039-.031-.057a.754.754,0,0,0-.094-.115L5.221.22A.751.751,0,0,0,4.16,1.281L7.382,4.5H.75a.751.751,0,0,0-.75.75'%20transform='translate(0%200)'%20fill='%231a1a1a'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  content: "";
  transition: background-image 0.4s;
}
.c-dna__index__number {
  display: flex;
  align-items: center;
  width: 30px;
}
.scrollbar {
  position: absolute;
  top: 24%;
  right: 2px;
  width: 4px;
  height: 40%;
  border-radius: 4px;
  background-color: #dedede;
  opacity: 0;
  transition: opacity 0.3s;
}
.scrollbar {
  opacity: 1;
}
.scrollbar-thumb {
  position: absolute;
  width: 100%;
  border-radius: 4px;
  background-color: #0a0a0a;
  cursor: pointer;
  transition: background-color 0.3s;
}
.scrollbar-thumb:hover,
.scrollbar-thumb:active {
  background-color: #0a0a0a;
}
.c-dna__index__scroll__wrapper {
  position: relative;
  height: 100%;
  padding-inline: min(11.25vw, 180px);
}
.baseDialog *:focus {
  outline: none;
}
.c-dna__modal__title {
  margin-bottom: 80px;
  text-align: center;
}
.c-dna__modal__title .-img {
  display: block;
  max-width: 50px;
  margin-bottom: 40px;
  margin-inline: auto;
}
.c-dna__modal__title .-text {
  font-size: 32px;
}
:lang(en) .c-dna__modal__title .-text {
  font-size: 26px;
}
.c-dna__modal__subtitle {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 48px;
  padding-left: 32px;
  font-weight: 700;
  font-size: 20px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.c-dna__modal__subtitle:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 33px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAACECAYAAAB8mm5YAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAA2TSURBVHhe7V0LcJXFFd7981Ao+G6VZ0IlgUE7hNAZCzQPCklRK3CTgpjEmkynllantXa00NrmD+j4aMdiW6cyzjRBE4RIEkSrmFDJAxjpCA1VWkyCTQIFH3SKdBBI7v23397kSkhu7v2f9+7+9/4zdy7k7u5/zvn2nD17dvcsJTH+3Kju/RIl2rfxSSeEXkcI++LAN8E34d/8OYXPJ/gN39T/zYjSgc+2o+qCj50UIXWycVHb5qAkUO8KxugK0JgFIShmaGWEaKjXxgitdQqsmAIoXW35DoT5XTCdbQaQcHUAWCs+z3ep2dXhyur9PSYAmq62LAWjj1FCb9YrGGvl2LuM0rWd5dl/ttYODKrVBkSun7au7RaiaRsAzNeiROdeH2EPH1Vz9pl9vzsB2vhOUvrJs79F/7vPrGDsrIeB6g/J5Nqf/kO9qc9ou64DKE1t+zK8rFowNteoMJwsj7HprxpJLD6qzu8y8h5XATS9onWZwhgGaDrOiBAiWPZ/jJIyjE11et/pCoBS1d2XJxPlN6KYtHDC5ybv/BWJDx9/cP65cGWlB2jQpO0AIzeFY1as39m7PpJUEM7kSQ9QutpaC8HzCaeMz9YONXtVKMKlBmh6ecsahdLHZUQmQLPG2NquipwnRuNBWoAw+czH/OYNs2EaUUDl4SKN0NuPqlk7g9EkJUDp69pmM421gvgrRBG0FToYY58SmpjbqS5oH96OnACpLX+Hx/YVK0IRrS6P43Wq2TnSAwSngA+qL4kmYJvo8cBp2D60Lbk0SGVKOmvtIpROs0kgojVzqINkZRKV8mUM/yMVQGlqaykIrhRNqnbSA1NXBlNXJR1A03/XeZnynxP/dLH2+DEBQB+waybM6vpR2gWpNGi62voAlj0RoXb/A/v2Eyz6bZAKIJi3t2HebnE/PH4t2g8z51/DkmIMQjD0hiSScALESkGv1U4EgFhfEpnU84vsk1IwDO1ZDUL/aJVxmeoDpB9Ai56TBaCdIPSbMgnYKq0A6E0AtER4gGY8uWc8O6fxfWnJVpmWrH5fx4Sx44QHyOWRg5B9xkforcIDlKa2PIGo9c8k6/02kcsqZAAIAyX9vk0cS9UMI2yj8ADBxPHg4TKpJGsfsa8ID1AsTVCH48onrMIDBA3qBuEp9nVKqVrqER4gOAnnMQZdJpVYbSIWY9AF8QEqbzlNKb3SJp6laoYvhQsPEEzcEUh1hlSStY/Y94UHCE5CM4gcsVZvnwzEbQlOQovwAEGDtkCEd4orRkcp2yo8QHAS+PmeHzsqBkEbh5PwjPAAuWH3qFn8+cqq8ADdqLYtSSDsDbNMylxPimDpLPVwcj879XGsudpwEM50Thh7nfAaxDUgRuNx/pMPUgAUo0ve/v1xUgCU/ui+SczrPRZLm0b6iW9it7rwQykA4mYulqLa0m27GhiHWlTsuiqX2SvTS/vQQ13SaFCsbP3Flrhu7ZqJM6Xb+jto5uKb5/WqYVTK8eMnpBWn0Nx1eCsgS4R23usk2bOlPX7CGXFzZIFHDoafVZVmDBqqsW5cguBLC5j35A63TFICNG39nhmJXt9+t4R/eFjHl8C++sEvczpdAdCg230bkvO9ih5mKltiVMbQIC/lx/Ax9tzapeY0BqNJSg0KMOKGpQjXJrIIgIQFvRos6BWJohEG6XgZAdGVoepIrUGcsclP7xsz5ox3DxjJNCicqBaHWWvvJ9o8xNvOuxqgAEhjz3h57gQptghj3HkNwdAV4cDhvFnWoG8U1aUolHjQ0EyYmqkIVUzFSWx842GsF6/oRW/BhxzBaNjw1ubCHke6LnIsp61r/TlhdL2oUW9+tBEftas8az1khH+Gf0wBlFfUkIH2sdOG3YEXGcvTxthhULaDMKW2abNnRG6a8CSHLjGQ4Ze+BMbGWm3Lzvrg+RzUYYXRTMCGAFpUvH1WAvWtQ2ctoJCCFQbQleAlk22aQh75ywsFHVbaGl43Td2bQYm3Adqbame7Ftrq6Sdk6b/UbOQYMvboEvLiu3dMpZr3MWgNvCVq67wDQHnR7p+YN7GiacuyE8bIH7309b8+9IUrPvv0h5SxB0HzDXa1a6Qd9MGPYHKfPjPuymc/emj2WSN1A2XDApRX3JCPuVSt07N2f0ouoqxsqvEEnbCZYY7X4flMk2jC96CvD4HZKWbbMVKPZwshlD3Vz7RNehyBUG2HBCivuP4+is1zGGcSjBBouixjPmhUWdPmwhdNtxGiYlpFWxlh2l2wznl2tw9twSkMsptR5eXO8izb8gmNClBeSd3vwcj9djOiqz3GHm2sKfgVTJMuT0dXm0MKcfM3/uzpRWD+dvz5NvA52WgbvDxAOY6v13ENwOvnxyc26snia/Q9QQGC5qyGExDVxBFwye/dVVPwvFGGzJTHbSg3w6mYBTOegjErBb1iKkBLgdn1HxzD33vwt15Ykx6AgUNVrNfHEg/japr3zLzPSJ0RAOWXbJ/PiA8nCmiSkYbsLove2Y8uurCppnCv3W3L1N4lAOUW101OpuQg+gy/3EiAh33Sx0hmc00hNyUx+VwCUF5x3U6os1ApV2Bm3oQWLYlJdLh5DTC+uKQhVyFst4iCQNrihbuqPc0i0uY0TZ8DlF9SB1tP5zv9QjPtY4De01RdkGWmrux1/ADlF9Wvwrqk4Jl0qaex2nNJRlzZha+H/gGAiuu2wJcU+5ghI5swNyrVw5SbytC5976TdO3Z3lMYjYTO4o4Iw4mmmoJJbhK+Hl6oyM7BcAawfj9vV03h23oYc0sZmldSj3RfRIp0X3AWnoSzsMYtwtfDBxVx7jMa4bE4J6L5JfV8VXO2HjSjXQbhn/1N1YXRunIzKuxDg+o/RGD0+qi83eBLoUE9iCqkGqw2onhG5bFchbJlMO0ZAD0VccfBNhnfmH8aprRdY8qm9rLJti/JG6WdaxDf9iNLNqkLjdUFlxtlMlA+s7K3FCsY5RcBCd0SwOtG51UP3JOyyew7rdbjY5A02aT4qis06CqjTGdUHs/AXgosotEMo3UHyrN2H0v2tJdN6DZX33wtml9cfwRzIDmySTHyPiarM42wO2DOtAZojWFgh74H2nQaZg8gTWk28n6rZbmbLU02KX5EA252rl6mOTgJ1N4AsI/RhZEECRokQZgngAhjWxtrCkNeaxkoys2aQn27rWrO8M4woEnJcyJl7riJWwMTJ8dVl4yshYkb9UrLocKEQ9COAd6h6QNrP1CaMkevJlspR/27RBX2NyuNRKou0+gcPbtRubcGcGzbWROMP7776GDZ1CqneQ9Es48hmm1qZ4vTBF60bvqDpZmVPXCPqaOZgrkLfrA0ZZrT/A8CVF8FM3eP0y+z0j5c7I1wsVeHa8MJx2C0d/qYgrHI2cms6xbsMiuPbcBW4ohkaMQe9WcOlk15IFynsfL7kCVvkWNybF9jdeECPYxi/GnG+BORJLQYh1owDul2+/XQP7zM5wAtKqlHZkMiZGZDI5tGIjH+XBSi897cpduuBJy0Gl1imFvFz4pF7jlQik2oDj5Cb1yECTnlS0jKeOuFO/6tVwauBogLAcHTBfDo+Aw86lt/AVC20SXuSJo40HcIY5DJAKy+Lifs5nmmMX4MxfBE0LVOwnA8oUnPYbIXlZuvrOw9cK2bHUzhFhfXFeG8YyWiDJG5gZGxPo0qd2Obb60+AzCylCsnqqGEseiu+nmKQrZhbjHRrNB01juJ46+exheX79dZftRikRiH+PL7wbKUVKu0hquvy0X8etFrV49R+h7B4ab7bdcmaA3afPYzLXn9ns3f+m84gvX87rpgqR6meZklqxpSfYnscRysutOOY/g4qVar+JQ1O7d4uvXSoLeck8sNkfDeAnzq0qARDgSWKAjVVqLyUjOJLLA34FXEsbbqWTrQC8jwcv59CDgpCPrsvb0L+yJ8JDkjYgt2ZgUQqKc3FQzAPOxlZIdjqWCCMOKEwxCJCPZQVkxpkFVQI1nfDxLRtlvWJL/mKMsjuR+By8n1AHEm/fsTiFZldgmcjzkaSQI4Udh2FcneHO13+TcuEqbqXW3lrjT6sBqJpe3RZBMTGhTMgcB5XA4Wj6NdFdAsrin4/2mA0o4ljiqnV0v1dNiYBEiPYEQpEwdIFCRGoSMOUBwgwSUgOHlxDYoDJLgEBCcvrkFxgASXgODkuUaDcNfqcsTbZmP2nzs4AeWRLJxwoM0aTsh1lWe/IjgWQcmTHiCegpkQbyV2IYXcXcNT8ROSiLtJF0T9YLCRjiI1QKZuhqRU7SjPqjAipGiWlRYgU+AMSprfMt+lZm+IpuD1vltKgAYyy/ssHTpjJGGODOZOSoDgEFjOjsLHpE41JyLHGPVqS7By0gHk99YIwb0MtjweXLAkdJJACQGy88poVtGh5qi2QO1QI9IBZOcVnaNdjemQrE01Kx9A5S22pa7hOQ8wDl1tSnIRqhTbAGGnTmdFjqUUMU7jJB9AaqttqWviJs6B7mVlgjqSnLiTYDtEcTfbdpHa36AdE1VQdQhzIEePL9rBuXRjEGc6HuqxA3qH27AyFsWDpQ6DE2jeDEgygcP5lNLEDcV/0NxV4W/hcsMdQgS7VIYI9lD+pAfoojbxICpDmmWaiwuZBwZ/iiVvwpr50rfoQdHRjM7/AZMk91uF7OP4AAAAAElFTkSuQmCC);
  background-size: cover;
  content: "";
}
.c-dna__index__scroll p + p {
  margin-top: 24px;
}
.c-dna__index__scroll {
  padding-bottom: 25vh;
  line-height: 200%;
}
.c-dna__content__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: clamp(28px, 2vw, 42px);
}
.c-dna__content__text {
  margin-bottom: 40px;
  font-size: clamp(12px, 1vw, 28px);
  line-height: 200%;
}
:lang(en) .c-dna__content__text {
  margin-bottom: 34px;
}
.c-dna__bg img {
  display: block;
  position: relative;
  aspect-ratio: 613/900;
  width: 38.3125vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-dna__bg .-circle {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: circle(clamp(300px, 38vw, 1000px) at 0 50%);
}
.c-dna__bg .-circle:before {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0a0a0a;
  content: "";
  opacity: 0.5;
  transition: all 0.5s;
}
.c-dna__decorate1,
.c-dna__decorate2,
.c-dna__decorate3 {
  z-index: 10;
  position: fixed;
}
.c-dna__decorate1 {
  top: 47px;
  left: -27px;
  width: clamp(110px, 13.125vw, 210px);
}
.c-dna__decorate2 {
  top: 90px;
  right: -32px;
  width: clamp(132px, 14.52375vw, 232.38px);
}
.c-dna__decorate3 {
  right: -24px;
  bottom: 0;
  width: clamp(100px, 9.47875vw, 151.66px);
}
.is-dnaTop .c-dna__bg .-circle:before {
  background-color: #f5f4f0;
  opacity: 0.7;
}
.c-dna__bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}
.c-dna__content__section {
  visibility: hidden;
  position: fixed;
  top: 50%;
  width: 100%;
  height: 410px;
  opacity: 0;
  transition: opacity 0.1s, visibility 0.1s;
}
:lang(en) .c-dna__content__section {
  top: 45%;
}
.is-visible.c-dna__content__section {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.c-dna__content__innerText {
  transition: all 0.5s;
}
.c-dna__content__wrap {
  position: relative;
  width: 84.75%;
  max-width: 2356px;
  margin-inline: auto;
  transition: all 0.5s;
}
.c-dna__content__innerText {
  width: calc(520 / 1356 * 100%);
  margin-left: auto;
}
.c-dna__content__innerText .c-button {
  display: flex;
  font-weight: 700;
  font-size: 1vw;
  -moz-column-gap: 24px;
  column-gap: 24px;
  align-items: center;
}
.c-dna__content__innerText .c-button .-icon {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: calc(1px / 0);
  background-color: #fff;
}
.c-dna__content__innerText .c-button .-icon:before,
.c-dna__content__innerText .c-button .-icon:after {
  position: absolute;
  width: 14px;
  height: 2px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: calc(1px / 0);
  background-color: #1a1a1a;
  content: "";
}
.c-dna__content__innerText .c-button .-icon:after {
  transform: rotate(90deg);
}
.ang-lst {
  position: relative;
  height: 800vh;
}
.ang-lst__sticky {
  z-index: 10;
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #f5f4f0;
}
.ang-lst__collection-item {
  z-index: 22;
  position: absolute;
  top: 50%;
  left: 16.25vw;
  width: clamp(520px, 36.25vw, 1020px);
  transform: translateY(0);
  translate: 0 -50%;
  box-shadow: 0 3px 36px #00000029;
  transition: transform 0.8s ease, margin 0.3s ease;
}
.ang-lst__collection-item .-pos {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ang-lst__collection-item img {
  width: 100%;
  box-shadow: 0 3px 36px #00000029;
}
.ang-lst__fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.height {
  height: 100vh;
}
.ang-lst__collection-item .-degree {
  transform-origin: center left;
  transition: all 0.5s ease;
}
.ang-lst__collection-item.pre .-degree {
  transform: rotate(-20deg);
  transform-origin: left;
}
.ang-lst__collection-item.current {
  margin-left: 80px;
  transform-origin: center left;
}
.ang-lst__collection-item.next .-degree {
  transform: rotate(20deg);
  transform-origin: left;
}
.ang-lst__collection-list {
  display: flex;
  position: fixed;
  top: 36%;
  left: calc(110 / 1600 * 100vw);
  flex-direction: column;
  align-items: center;
  width: 6.125vw;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.ang-lst__collection-list li.active img {
  border: 2px solid #fff;
}
.ang-lst__collection-list img {
  width: 6.125vw;
  height: calc(110 / 1600 * 100vw);
  -o-object-fit: cover;
  margin-bottom: 10px;
  object-fit: cover;
}
.is-dnaTop .p-dna__topWrapper {
  visibility: hidden;
  opacity: 0;
}
.ang-lst__fixed .-number {
  z-index: 29;
  position: fixed;
  top: 22%;
  left: 18.75vw;
}
.c-dna__number__list {
  position: relative;
}
.c-dna__number__list .c-dna__number__item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(109 / 1600 * 100vw);
  opacity: 0;
  transition: all 0.5s;
}
.c-dna__number__list .c-dna__number__item img {
  width: 100%;
}
.c-dna__number__list .c-dna__number__item.is-visible {
  visibility: visible;
  opacity: 1;
}
.c-dna__number__item {
  width: calc(110 / 1600 * 100vw);
}
.c-dna__modal__image {
  margin-top: 48px;
  margin-inline: auto;
}
.c-dna__modal__image figcaption {
  margin-top: 14px;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
.c-dna__modal__image.w-340 {
  max-width: 340px;
}
.c-dna__modal__image.w-420 {
  max-width: 420px;
}
.c-dna__modal__image.w-290 {
  max-width: 290px;
}
.c-dna__index__scroll .c-dna__modal__section + .c-dna__modal__section {
  margin-top: 80px;
}
.js-dialog-close.-dna1 {
  z-index: 10;
  position: absolute;
  top: 90px;
  right: 0;
  width: 50px;
  height: 24px;
}
.c-dna__modal__body .js-dialog-close.-dna1:after,
.c-dna__modal__body .js-dialog-close.-dna1:before {
  position: absolute;
  width: 100%;
  height: 2px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: calc(1px / 0);
  background-color: #1a1a1a;
  content: "";
}
.c-dna__modal__body .js-dialog-close.-dna1:before {
  transform: rotate(30deg);
}
.c-dna__modal__body .js-dialog-close.-dna1:after {
  transform: rotate(-30deg);
}
.js-dialog-close2.-dna {
  display: inline-block;
  position: relative;
  margin-top: 55px;
  padding-left: 33px;
  cursor: pointer;
}
.js-dialog-close2.-dna:after,
.js-dialog-close2.-dna:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 1px;
  margin: auto;
  background-color: #1a1a1a;
  content: "";
}
.js-dialog-close2.-dna:before {
  transform: rotate(30deg);
}
.js-dialog-close2.-dna:after {
  transform: rotate(-30deg);
}
.u-text-center {
  text-align: center;
}
.c-dna__modal__flex {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.c-dna__loop {
  display: flex;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -moz-column-gap: 24px;
  z-index: 2;
  column-gap: 24px;
  pointer-events: none;
}
html.is-dna {
  scroll-behavior: smooth;
}
#dna1,
#dna2,
#dna3,
#dna4,
#dna5,
#dna6,
#dna7 {
  height: 100vh;
}
.p-challengeDoor {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.l-challenge-inner {
  width: calc(100% - 72px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 172px 0 180px;
}
.challengeDoor-head {
  padding-top: 51px;
  text-align: center;
}
.challengeDoor-head__siteTitle {
  color: #46b455;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.2px;
}
.challengeDoor-head__contentTitle {
  margin-top: 56px;
  font-weight: 700;
  font-size: 20px;
  line-height: calc(28 / 20);
  letter-spacing: 0.3px;
}
.challengeDoor-head__contentCopy {
  margin-top: 22px;
  font-size: 18px;
  line-height: calc(32 / 18);
  letter-spacing: 0.3px;
}
.challengeDoor-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 70px;
  flex-wrap: wrap;
  margin-top: 80px;
  -moz-column-gap: 42px;
  column-gap: 42px;
}
.challengeDoor-list__item .item .-inner {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: var(--border-infinite);
}
.challengeDoor-list__button {
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
}
.challengeDoor-list__label {
  z-index: 10;
  position: absolute;
  top: min(calc(35 / 372 * -100%), -35px);
  right: 0;
  left: 0;
  aspect-ratio: 1/ 1;
  width: 98px;
  margin: auto;
  border-radius: var(--border-infinite);
  background: var(--bg);
  color: #fff;
  font-size: 11px;
  line-height: calc(17 / 12);
  text-align: center;
}
.challengeDoor-list__label .-text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.l-challengeSub-connection__inner .challengeDoor-list__label .-text {
  top: 10px;
}
.l-challengeSub-connection__inner .challengeDoor-list__label.-oneline .-text {
  top: 14px;
}
.challengeDoor-list__item .-arrow img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
}
.challengeDoor-list__item .-button {
  z-index: 5;
  position: absolute;
  right: calc(24 / 372 * 100%);
  bottom: 0;
  aspect-ratio: 1/ 1;
  width: calc(74 / 372 * 100%);
  height: initial;
  border: #f0f0f0 solid 1px;
  border-radius: calc(1px / 0);
  background-color: #fff;
}
.challengeDoor-list__title {
  margin-top: 20px;
  color: #0a0a0a;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
.challengeDoor-list__title span {
  display: block;
}
.challengeDoor-list__item .item {
  position: relative;
  top: 0;
  left: 0;
  flex-direction: column;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: initial;
  border-radius: 50%;
  color: #0a0a0a;
  font-size: 50px;
}
.challengeDoor-list__item .item .item_outer {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
}
.challengeDoor-list__item {
  position: relative;
}
.challengeDoor-list__title .-sm {
  display: block;
  font-size: clamp(14px, 1vw, 16px);
}
:lang(en) .challengeDoor-list__title .-sm {
  font-size: 14px;
}
.challengeDoor-list__title .-md {
  display: block;
  width: 100%;
  font-size: clamp(18px, 1.4375vw, 23px);
}
.challengeDoor-list__button .challengeDoor-list__title .-underline {
  display: inline-block;
  padding-bottom: 0.1em;
  background: linear-gradient(#0a0a0a, #0a0a0a) 0 100% / 0 1px no-repeat;
  text-decoration: none;
  transition: background 0.4s;
  transition-delay: var(--delay);
}
.challengeDoor-list__button.-commingSoon {
  pointer-events: none;
}
.challengeDoor-list__button .challengeDoor-list__title span {
  padding-bottom: 0.1em;
}
.challengeDoor-list__item .-button {
  transition: transform 0.4s;
}
.challengeDoor-list__comingSoon {
  display: flex;
  z-index: 3;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1a1a1a;
  opacity: 0.8;
}
.challengeDoor-list__comingSoon .-sm {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.challengeDoor-list__comingSoon .-md {
  font-weight: 400;
  font-size: 22px;
  font-family: var(--font-optima);
}
.challengeDoor-list__comingSoon img {
  max-width: 168px;
}
.p-challengeSub-fv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.p-challengeSub-fv__text {
  z-index: 10;
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  width: clamp(500px, 42.25vw, 676px);
  transform: translate(-50%, -50%);
  text-align: center;
}
.p-challengeSub-fv .p-hero__scroll {
  visibility: visible;
  position: absolute;
  bottom: calc(30 / 974 * 100%);
  left: 6.25%;
  opacity: 1;
}
.p-challengeSub-fv .p-hero__scroll:before,
.p-challengeSub-fv .p-hero__scroll:after {
  background: #fff;
}
.p-challengeSub-fv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(500px, 43.75vw, 700px);
  max-width: 700px;
  margin-inline: auto;
  transform: translate(-50%, -50%);
  color: var(--color);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
.p-challengeSub-fv__title .-label {
  margin-bottom: 26px;
  padding-block: 4px;
  background-color: #fff;
}
.p-challengeSub-fv__title .-top {
  position: relative;
  font-size: clamp(20px, 2vw, 32px);
  text-shadow: 0px 3px 10px rgba(255, 255, 255, 1);
}
.p-challengeSub-fv__title .-middle {
  position: relative;
  margin-bottom: 25px;
  font-size: clamp(40px, 3.875vw, 62px);
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
:lang(en) .p-challengeSub-fv__title .-middle {
  font-size: clamp(40px, calc(56 / 1600 * 100vw), 56px);
}
.p-challengeSub-fv__title .-bottom {
  position: relative;
  margin-bottom: 36px;
  font-weight: 700;
  font-size: clamp(28px, 2.5vw, 40px);
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
.p-challengeSub-fv__title .-sm {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: clamp(12px, 1.1875vw, 19px);
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
.p-challengeSub-fv__title .-sm:after,
.p-challengeSub-fv__title .-sm:before {
  display: inline-block;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  align-items: center;
  width: 200px;
  height: 1px;
  margin-block: auto;
  background-color: #046580;
  content: "";
}
.p-challengeSub-fv__title .-sm:after {
  left: calc(100% + 50px);
}
.p-challengeSub-fv__title .-sm:before {
  right: calc(100% + 50px);
}
:lang(en) .p-challengeSub-fv__title .-sm:after {
  left: calc(100% + 30px);
}
:lang(en) .p-challengeSub-fv__title .-sm:before {
  right: calc(100% + 30px);
}
.js-clone {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.js-text-shadow {
  display: inline-block;
  z-index: 0;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 1em;
}
.p-challengeSub-fv.--01 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-challengeSub-fv.--02 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-challengeSub-fv.--03 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-challengeSub-fv.--04 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-challengeSub-fv.--05 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-challengeSub-fv.--06 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-challengeSub-fv.--07 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-challengeSub-fv.--08 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-challengeSub-fv:after {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -1px;
  left: 0;
  aspect-ratio: 1600 / 82;
  width: 100%;
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='1600'%20height='82'%20viewBox='0%200%201600%2082'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_91584'%20data-name='長方形%2091584'%20width='1600'%20height='82'%20transform='translate(12620%201319)'%20fill='%23fff'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='マスクグループ_172186'%20data-name='マスクグループ%20172186'%20transform='translate(-12620%20-1319)'%20clip-path='url(%23clip-path)'%3e%3cellipse%20id='楕円形_4425'%20data-name='楕円形%204425'%20cx='1402.5'%20cy='426'%20rx='1402.5'%20ry='426'%20transform='translate(12018%201319)'%20fill='%23f5f4f0'/%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-interviewSub.p-challengeSub-fv:after {
  display: none;
}
.l-challengeSub-inner {
  width: 50%;
  min-width: 650px;
  max-width: 800px;
  margin: 0 auto;
}
.p-challengeSub-nav {
  z-index: 20;
  position: fixed;
  top: 50%;
  right: 0;
  width: 18.75%;
  min-width: 250px;
  max-width: 300px;
  margin-top: 0;
  padding: 24px 14px 3px 28px;
  transform: translateY(-50%);
  border-radius: 29px 0 0 29px;
  background: var(--color-white);
}
.p-challengeSub-nav li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 24px 40px 24px 30px;
  border-bottom: 1px solid #dedede;
  color: #333;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.p-challengeSub-nav li a:before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 49px;
  transform: translateY(-50%);
  content: "";
}
.p-challengeSub-nav li a:after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%3e%3cg%20id='グループ_174631'%20data-name='グループ%20174631'%20transform='translate(7359.387%20-473)%20rotate(90)'%3e%3cg%20id='楕円形_2827'%20data-name='楕円形%202827'%20transform='translate(473%207329.387)'%20fill='%23fff'%20stroke='%23f0f0f0'%20stroke-width='1'%3e%3ccircle%20cx='15'%20cy='15'%20r='15'%20stroke='none'/%3e%3ccircle%20cx='15'%20cy='15'%20r='14.5'%20fill='none'/%3e%3c/g%3e%3cg%20id='グループ_168542'%20data-name='グループ%20168542'%20transform='translate(482.907%207338.942)'%3e%3cg%20id='グループ_168529'%20data-name='グループ%20168529'%20transform='translate(0%200)'%3e%3cpath%20id='パス_1318368'%20data-name='パス%201318368'%20d='M0,5.254A.751.751,0,0,0,.75,6H7.382L4.16,9.226a.751.751,0,0,0,1.061,1.062l4.5-4.5h0a.744.744,0,0,0,.094-.114c.012-.018.021-.038.031-.058a.721.721,0,0,0,.038-.071.729.729,0,0,0,.024-.076c.006-.021.015-.042.019-.064a.753.753,0,0,0,0-.294c0-.022-.013-.042-.019-.064a.439.439,0,0,0-.061-.148c-.011-.019-.019-.039-.031-.057a.754.754,0,0,0-.094-.115L5.221.22A.751.751,0,0,0,4.16,1.281L7.382,4.5H.75a.751.751,0,0,0-.75.75'%20transform='translate(0%200)'%20fill='%230a0a0a'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  transition: all 0.4s;
}
.p-challengeSub-nav li:nth-last-child(1) a {
  border-bottom: none;
}
.p-challengeSub-nav li:nth-child(1) a:before {
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='22'%20height='49'%20viewBox='0%200%2022%2049'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_91587'%20data-name='長方形%2091587'%20width='22'%20height='49'%20transform='translate(-7385%20141)'%20fill='%23fff'%20opacity='0.495'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='マスクグループ_172192'%20data-name='マスクグループ%20172192'%20transform='translate(7385%20-141)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='グループ_174630'%20data-name='グループ%20174630'%20transform='translate(-8713%20-74.499)'%3e%3cpath%20id='パス_1329477'%20data-name='パス%201329477'%20d='M-6.314-22.222a3.546,3.546,0,0,0-1.23-1.312v-.287q2.337-.943,4.776-2.071T1.8-28.085l.287.2q-.164,2.706-.246,5.351t-.082,5.35v6.847q0,2.706.082,5.309t.246,5.1A5.855,5.855,0,0,0,1.128,0H-.8a5.855,5.855,0,0,0-.964.082q.2-2.542.266-5.125t.062-5.289v-14.6Z'%20transform='translate(1339.891%20254.5)'%20fill='%2346b455'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
}
.p-challengeSub-nav li:nth-child(2) a:before {
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='22'%20height='49'%20viewBox='0%200%2022%2049'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_91590'%20data-name='長方形%2091590'%20width='22'%20height='49'%20transform='translate(-7516%20220)'%20fill='%23fff'%20opacity='0.495'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='マスクグループ_172190'%20data-name='マスクグループ%20172190'%20transform='translate(7516%20-220)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='グループ_174629'%20data-name='グループ%20174629'%20transform='translate(-8843%20-70.499)'%3e%3cpath%20id='パス_1329478'%20data-name='パス%201329478'%20d='M-8.774-23.493a8.576,8.576,0,0,1,3.116-3.075,9.049,9.049,0,0,1,4.387-.984,10.993,10.993,0,0,1,3.034.41A6.455,6.455,0,0,1,4.244-25.83,6.46,6.46,0,0,1,5.9-23.575a7.894,7.894,0,0,1,.615,3.28,9.916,9.916,0,0,1-.328,2.6,10.57,10.57,0,0,1-.963,2.357,15.35,15.35,0,0,1-1.6,2.317q-.964,1.169-2.276,2.481l-1.8,1.8q-1.025,1.025-2.07,2.111T-4.51-4.469Q-5.453-3.4-6.109-2.5h3.9q2.952,0,5.227-.1t4-.225a7.06,7.06,0,0,0-.2,1.517,5.908,5.908,0,0,0,.2,1.394Q4.8,0,2.624,0H-6.17q-2.194,0-4.408.082V-.41Q-7.708-3.239-5.6-5.392t3.588-3.874a32.253,32.253,0,0,0,2.4-3.116,16.737,16.737,0,0,0,1.456-2.645,10.2,10.2,0,0,0,.717-2.46,17.289,17.289,0,0,0,.184-2.6,6.35,6.35,0,0,0-1.373-4.49,4.291,4.291,0,0,0-3.219-1.455,4.993,4.993,0,0,0-2.255.472,5.245,5.245,0,0,0-1.558,1.148A5.105,5.105,0,0,0-6.6-22.96a7.4,7.4,0,0,0-.451,1.394l-.287.082Z'%20transform='translate(1339.891%20327.5)'%20fill='%2346b455'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
}
.p-challengeSub-nav li:nth-child(3) a:before {
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='22'%20height='49'%20viewBox='0%200%2022%2049'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_91589'%20data-name='長方形%2091589'%20width='22'%20height='49'%20transform='translate(-7458%20340)'%20fill='%23fff'%20opacity='0.495'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='マスクグループ_172191'%20data-name='マスクグループ%20172191'%20transform='translate(7458%20-340)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='グループ_174628'%20data-name='グループ%20174628'%20transform='translate(-8786%20-16.499)'%3e%3cpath%20id='パス_1329479'%20data-name='パス%201329479'%20d='M-8.159-25.092a10.545,10.545,0,0,1,2.275-1.64,7.5,7.5,0,0,1,3.71-.82,12.141,12.141,0,0,1,3.034.369,7.736,7.736,0,0,1,2.5,1.107A5.312,5.312,0,0,1,5.043-24.19a5.742,5.742,0,0,1,.615,2.747A6.3,6.3,0,0,1,5.125-18.8a7.249,7.249,0,0,1-1.333,2.009,7.157,7.157,0,0,1-1.784,1.373,8.91,8.91,0,0,1-1.886.779v.246A13.018,13.018,0,0,1,2.378-14a6.8,6.8,0,0,1,2.214,1.025,5.757,5.757,0,0,1,1.7,1.906A6.08,6.08,0,0,1,6.97-8.036a7.894,7.894,0,0,1-.758,3.464A8.083,8.083,0,0,1,4.08-1.845,9.66,9.66,0,0,1,.779-.082,13.973,13.973,0,0,1-3.485.533,14.344,14.344,0,0,1-7.093.144,14.5,14.5,0,0,1-9.676-.779a4.521,4.521,0,0,0,.307-1.086,11.616,11.616,0,0,0,.184-1.374l.246-.164q.369.41.9.9a6.829,6.829,0,0,0,1.25.9,8.007,8.007,0,0,0,1.558.676A6.007,6.007,0,0,0-3.4-.656,7.3,7.3,0,0,0-.635-1.148,5.892,5.892,0,0,0,1.435-2.542,6.012,6.012,0,0,0,2.747-4.715,8.285,8.285,0,0,0,3.2-7.5a8.283,8.283,0,0,0-.431-2.85,4.853,4.853,0,0,0-1.189-1.886A4.564,4.564,0,0,0-.246-13.284a7.917,7.917,0,0,0-2.337-.328,6.114,6.114,0,0,0-.964.082q-.512.082-.881.164a4.078,4.078,0,0,0,.061-.43q.02-.226.021-.431t-.021-.43a4.078,4.078,0,0,0-.061-.431,9.449,9.449,0,0,0,1.845.164,4.175,4.175,0,0,0,2.337-.595,4.293,4.293,0,0,0,1.414-1.517,6.265,6.265,0,0,0,.7-2.03A12.971,12.971,0,0,0,2.05-21.2a6.053,6.053,0,0,0-.389-2.275,4.676,4.676,0,0,0-1-1.579,3.827,3.827,0,0,0-1.394-.9,4.591,4.591,0,0,0-1.6-.287,4.438,4.438,0,0,0-2.931,1A5.242,5.242,0,0,0-6.929-22.96l-.287.082Z'%20transform='translate(1339.891%20394.5)'%20fill='%2346b455'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
}
.p-challengeSub-nav li:nth-child(4) a:before {
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='22'%20height='49'%20viewBox='0%200%2022%2049'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_91588'%20data-name='長方形%2091588'%20width='22'%20height='49'%20transform='translate(-7668%20380)'%20fill='%23fff'%20opacity='0.495'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='マスクグループ_172189'%20data-name='マスクグループ%20172189'%20transform='translate(7668%20-380)'%20clip-path='url(%23clip-path)'%3e%3cg%20id='グループ_174627'%20data-name='グループ%20174627'%20transform='translate(-8996%20-46.499)'%3e%3cpath%20id='パス_1329480'%20data-name='パス%201329480'%20d='M2.173-23.534Q1.312-22.345,0-20.479t-2.706,3.854Q-4.1-14.637-5.351-12.792T-7.3-9.758H2.255V-23.534ZM-10.537-8.077l3.751-5.289q1.948-2.747,3.772-5.33T.349-23.513q1.538-2.235,2.521-3.793a5.908,5.908,0,0,0,1.394.2,4.971,4.971,0,0,0,1.312-.2q-.123,2.706-.2,6.089t-.082,6.949v4.51q1.189,0,2.255-.1t1.763-.226a5.806,5.806,0,0,0-.2,1.353,5.806,5.806,0,0,0,.2,1.353,15.628,15.628,0,0,0-1.763-.184q-1.066-.062-2.255-.062V-5.9q0,1.6.082,3.3T5.535.082Q4.715,0,3.731,0t-1.8.082q.082-1.066.205-2.747T2.255-5.9V-7.626q-.943,0-2.726.021T-4.2-7.544q-1.948.041-3.711.1t-2.624.1Z'%20transform='translate(1339.891%20464.5)'%20fill='%2346b455'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
}
.p-challengeSub-main {
  position: relative;
  padding: 90px 0 155px;
}
.p-challengeSub-main__topTitle {
  display: block;
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  max-width: 91px;
  margin-inline: auto;
  text-align: center;
}
.l-challengeSub-section,
.l-messagePage-section {
  padding-top: 100px;
}
.p-challengeSub-main__sectionTitle {
  position: relative;
  padding-left: 40px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.3px;
}
.p-challengeSub-main__sectionTitle:after {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 23px;
  height: 29px;
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='23'%20height='29'%20viewBox='0%200%2023%2029'%3e%3cg%20id='グループ_171920'%20data-name='グループ%20171920'%20transform='translate(1%202)'%3e%3ccircle%20id='楕円形_3701'%20data-name='楕円形%203701'%20cx='7'%20cy='7'%20r='7'%20transform='translate(8%20-2)'%20fill='%2346b455'/%3e%3ccircle%20id='楕円形_3704'%20data-name='楕円形%203704'%20cx='3'%20cy='3'%20r='3'%20transform='translate(11%2015)'%20fill='%233cb8b6'/%3e%3ccircle%20id='楕円形_3702'%20data-name='楕円形%203702'%20cx='4.5'%20cy='4.5'%20r='4.5'%20transform='translate(-1%2011)'%20fill='%233c6460'/%3e%3ccircle%20id='楕円形_3703'%20data-name='楕円形%203703'%20cx='2'%20cy='2'%20r='2'%20transform='translate(9%2023)'%20fill='%23046580'/%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-challengeSub-main__sectionText {
  margin-top: 48px;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.3px;
}
.p-challengeSub-main__sectionCopy {
  margin-top: 32px;
  line-height: 2.25;
  letter-spacing: 0.3px;
}
.p-challengeSub-main__sectionImg {
  width: 100%;
  margin-top: 48px;
  margin-inline: auto;
  overflow: hidden;
  text-align: center;
}
.p-challengeSub-main__sectionImg .-aspect {
  display: flex;
  -o-object-fit: cover;
  justify-content: center;
  object-fit: cover;
}
.p-challengeSub-main__sectionImg.-vertical {
  max-width: 500px;
}
.p-challengeSub-main__sectionImg img {
  width: 70%;
}
.p-challengeSub-main__sectionImg.-vertical img {
  height: initial;
}
.p-challengeSub-main__sectionImg.-full img {
  max-width: 600px;
  height: initial;
  margin-inline: auto;
}
.p-challengeSub-main__sectionImg figcaption {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: center;
}
.p-challengeSub figcaption {
  font-size: 14px;
}
.p-challengeSub-main__sectionImg__flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
}
.p-challengeSub-main__sectionImg__flex .-left {
  aspect-ratio: 386/286;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-challengeSub-main__sectionImg__flex .p-challengeSub-main__sectionImg img {
  height: auto;
}
.p-challengeSub-main__sectionImg__group {
  margin-inline: auto;
}
.p-challengeSub-main__sectionImg__center {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin-top: 32px;
  margin-inline: auto;
}
.p-challengeSub-main__sectionImg__center figcaption {
  margin-top: 16px;
  text-align: center;
}
.p-challengeSub-main__sectionImg__flex .p-challengeSub-main__sectionImg {
  width: 48.25%;
  height: 35.75%;
}
.p-challengeSub-main__sectionImg__flex .p-challengeSub-main__sectionImg img {
  width: 100%;
}
.l-challengeSub-connection {
  width: 100%;
  margin-bottom: 256px;
  padding: 150px 0;
  background: #f0eee7;
}
.l-challengeSub-connection__title {
  font-weight: 700;
  font-size: 24px;
  line-height: calc(35 / 24);
  letter-spacing: 0.5px;
  text-align: center;
}
.l-challengeSub-connection__inner {
  position: relative;
  width: calc(100% - 48px);
  max-width: 1184px;
  margin: 0 auto;
}
:lang(en) .l-challengeSub-connection__inner {
  max-width: 1240px;
}
.l-challengeSub-connection__inner .challengeDoor-list__label {
  padding-top: 0;
}
.l-challengeSub-connection__back {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 36px;
  text-decoration: none;
}
.l-challengeSub-connection__back:after {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 20px;
  height: 21px;
  background: url("data:image/svg+xml,%3csvg%20id='グループ_168542'%20data-name='グループ%20168542'%20xmlns='http://www.w3.org/2000/svg'%20width='18.35'%20height='19.39'%20viewBox='0%200%2018.35%2019.39'%3e%3cg%20id='グループ_168529'%20data-name='グループ%20168529'%20transform='translate(0%200)'%3e%3cpath%20id='パス_1318368'%20data-name='パス%201318368'%20d='M0,9.7A1.385,1.385,0,0,0,1.385,11.08H13.622L7.677,17.025a1.385,1.385,0,0,0,1.958,1.959l8.31-8.31h0a1.373,1.373,0,0,0,.173-.211c.023-.034.038-.071.057-.106a1.331,1.331,0,0,0,.07-.132,1.345,1.345,0,0,0,.044-.141c.012-.039.027-.077.035-.118a1.389,1.389,0,0,0,0-.543c-.008-.041-.023-.078-.035-.118a.81.81,0,0,0-.113-.273c-.019-.035-.035-.072-.057-.106a1.392,1.392,0,0,0-.173-.212L9.635.406A1.385,1.385,0,0,0,7.677,2.365L13.622,8.31H1.385A1.385,1.385,0,0,0,0,9.7'%20transform='translate(0%200)'%20fill='%230a0a0a'/%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.l-challengeSub-connection__back span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #1a1a1a;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 18px;
  line-height: calc(22 / 18);
}
.l-challengeSub-connection .challengeDoor-list {
  width: 100%;
}
.l-challengeSub-connection .challengeDoor-list__title .-sm {
  font-size: 14px;
}
:lang(en) .l-challengeSub-connection .challengeDoor-list__title .-sm {
  font-size: 12px;
}
.l-challengeSub-connection .challengeDoor-list__title .-md {
  font-size: clamp(18px, 1.25vw, 20px);
}
:lang(en) .l-challengeSub-connection .challengeDoor-list__title .-md {
  font-size: 16px;
}
.l-challengeSub-connection .swiper-button-next,
.l-challengeSub-connection .swiper-button-prev {
  color: transparent;
}
.l-challengeSub-connection .swiper-pagination {
  display: none;
}
.u-wbr.-sp {
  display: block;
}
.u-wbr.-pc {
  display: inline;
}
.u-br,
.u-br.-sp {
  display: block;
}
.u-br.-pc {
  display: none;
}
.u-br.-tab {
  display: block;
}
#js-videoTarget1,
#js-videoTarget2,
#js-videoTarget3,
#js-videoTarget4 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.is-historyFirst .p-historyAfter__particle {
  transition-duration: 0.9s, 0.5s, 0.9s;
  transition-property: opacity, transform, visibility;
}
.is-sticky-footer .p-historyAfter {
  transform: translateY(-500px);
}
.is-sticky-footer .p-historyAfter__particle {
  transform: translate(-50%, calc(-50% - 400px));
}
.is-historyFirst .p-footer__inner {
  visibility: visible;
  opacity: 1;
}
[data-disable="true"] {
  color: #b2b2b2;
  pointer-events: none;
}
[data-disable="true"] a,
[data-disable="true"] span {
  color: #b2b2b2;
}
.p-introInterview__comming {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-weight: 700;
  text-align: center;
}
.p-introInterview__comming .-img {
  display: block;
  margin-bottom: 14px;
}
.p-introInterview__comming .-text {
  letter-spacing: 0.05em;
}
.p-messagePage-fv {
  position: relative;
  width: 100%;
  height: calc(280 / 667 * 100vh);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #46b455;
}
.p-messagePage-fv:after {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -1px;
  left: 0;
  aspect-ratio: 1600 / 82;
  width: 100%;
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='1600'%20height='82'%20viewBox='0%200%201600%2082'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_91584'%20data-name='長方形%2091584'%20width='1600'%20height='82'%20transform='translate(12620%201319)'%20fill='%23fff'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='マスクグループ_172186'%20data-name='マスクグループ%20172186'%20transform='translate(-12620%20-1319)'%20clip-path='url(%23clip-path)'%3e%3cellipse%20id='楕円形_4425'%20data-name='楕円形%204425'%20cx='1402.5'%20cy='426'%20rx='1402.5'%20ry='426'%20transform='translate(12018%201319)'%20fill='%23f5f4f0'/%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.l-messagePage-inner {
  margin: 0 auto;
}
.p-messagePage__section__title:after {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 20.77px;
  height: 26.11px;
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='35'%20height='44'%20viewBox='0%200%2035%2044'%3e%3cg%20id='グループ_171920'%20data-name='グループ%20171920'%20transform='translate(1%202)'%3e%3ccircle%20id='楕円形_3701'%20data-name='楕円形%203701'%20cx='10.5'%20cy='10.5'%20r='10.5'%20transform='translate(13%20-2)'%20fill='%23ed4551'/%3e%3ccircle%20id='楕円形_3704'%20data-name='楕円形%203704'%20cx='4.5'%20cy='4.5'%20r='4.5'%20transform='translate(17%2024)'%20fill='%23922c20'/%3e%3ccircle%20id='楕円形_3702'%20data-name='楕円形%203702'%20cx='7'%20cy='7'%20r='7'%20transform='translate(-1%2017)'%20fill='%23f47d7c'/%3e%3ccircle%20id='楕円形_3703'%20data-name='楕円形%203703'%20cx='3'%20cy='3'%20r='3'%20transform='translate(14%2036)'%20fill='%23ed4551'/%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-messagePage__section__title {
  position: relative;
  margin-bottom: 32px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.03rem;
}
.p-messagePage__section__copy {
  line-height: 2;
  letter-spacing: 0.4px;
}
.p-messagePage__section__copy + .p-messagePage__section__copy {
  margin-top: 24px;
}
.l-messagePage-inner {
  width: calc(335 / 375 * 100%);
  margin-inline: auto;
}
.p-messagePage__img .-pc {
  display: none;
}
.p-messagePage__img .-sp {
  display: block;
}
.p-messagePage__img figure + figure {
  margin-top: 16px;
}
.p-messagePage__section__name {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 32px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-messagePage__section__name .-sm {
  font-size: 16px;
  line-height: 100%;
}
.p-messagePage__section__name .-lg {
  font-size: 24px;
  line-height: 100%;
}
.p-messagePage__img {
  margin-top: 64px;
  margin-bottom: 64px;
}
.p-messagePage__text .p-messagePage__section__copy {
  margin-top: 0;
  letter-spacing: 0.04em;
}
.p-messagePage__text
  .p-messagePage__section__copy
  + .p-messagePage__section__copy {
  margin-top: 24px;
}
.p-messagePage-fv__wrap {
  position: relative;
  width: calc(335 / 375 * 100%);
  max-width: 500px;
  margin-inline: auto;
}
.p-messagePage-fv__title {
  z-index: 50;
  position: absolute;
  top: calc(150 / 667 * 100vh);
  right: 0;
  left: 0;
  margin-inline: auto;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 3px 8px #000;
}
.p-messagePage-fv__title .-lg {
  position: relative;
  margin-bottom: 10px;
  font-size: 32px;
  letter-spacing: 0.02rem;
}
.p-messagePage-fv__title .-sm {
  position: relative;
  letter-spacing: 0.1rem;
}
.p-messagePage-fv__topTitle {
  display: block;
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  max-width: 82px;
  margin-inline: auto;
  text-align: center;
}
.p-messagePage__section {
  padding-top: 70px;
}
.l-messagePage-wrap {
  position: relative;
  overflow: hidden;
  color: #272727;
}
.p-message__decorate {
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: calc(1px / 0);
  content: "";
}
.p-message__decorate1 {
  top: 40%;
  left: -5px;
  width: 21.31px;
  height: 21.31px;
  background-color: #ed4551;
}
.p-message__decorate2 {
  top: 38%;
  right: -5px;
  width: 18.19px;
  height: 18.19px;
  background-color: #f47d7c;
}
.p-message__decorate3 {
  top: 62%;
  right: -5px;
  width: 22.93px;
  height: 22.93px;
  background-color: #f47d7c;
}
.p-message__decorate4 {
  top: auto;
  bottom: 3%;
  left: -5px;
  width: 19.37px;
  height: 19.37px;
  background-color: #ed4551;
}
.p-message__decorate5 {
  top: auto;
  right: -7px;
  bottom: 0%;
  width: 44.06px;
  height: 44.06px;
  background-color: #f47d7c;
}
.p-message__decorate6 {
  top: 62%;
  right: -5px;
  width: 22.93px;
  height: 22.93px;
  background-color: #f47d7c;
}
.p-messagePage__main {
  position: relative;
  padding: 62px 0;
}
:lang(en) .c-history__accordion__title .-lg {
  font-size: 16px;
}
:lang(zh-cn) body {
  font-family: Microsoft YaHei, 微软雅黑, SimSun, sans-serif;
}
:lang(zh-cn) .c-history__accordion__year {
  margin-bottom: 0;
}
.is-landscape .c-landscape--lower,
.is-landscape .c-landscape--top {
  visibility: visible;
  opacity: 1;
}
.is-landscape #lottie svg {
  bottom: 0;
  width: calc(100 / 375 * 100vw) !important;
}
.c-landscape__text {
  display: block;
  margin-top: 30px;
}
.c-breadcrumbs__wrapper.-message
  .c-breadcrumbs__item:not(:last-child)
  .c-breadcrumbs__link,
.c-breadcrumbs__wrapper.-message
  .c-breadcrumbs__item:last-child
  .c-breadcrumbs__link {
  position: relative;
  color: #fff;
  font-weight: 700;
}
.c-breadcrumbs__wrapper.-message
  .c-breadcrumbs__item:not(:last-child)
  .c-breadcrumbs__link:after {
  opacity: 1;
}
.c-breadcrumbs__wrapper.-message .c-breadcrumbs__list {
  text-shadow: 0px 3px 8px #000;
}
.js-warning {
  display: grid;
  z-index: 90000;
  position: fixed;
  place-content: center;
  width: 100%;
  width: 90%;
  height: 100%;
  margin-inline: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.js-warning h2 {
  margin-bottom: 20px;
}
.p-challengeSub-main__sectionImg--07 figcaption {
  padding-top: 15px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
.p-challengeSub-main__sectionImg--07 picture {
  display: block;
  width: calc(190 / 336 * 100%);
  max-width: 340px;
  margin-inline: auto;
}
.p-challengeSub-main__sectionImg--07 {
  margin-top: 56px;
}
.p-news {
  z-index: 10;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  max-width: 360px;
  height: -moz-max-content;
  height: max-content;
  margin-inline: auto;
  overflow: hidden;
  transform: translate3d(0, 100%, 0);
  border: 1px solid #fff;
  border-radius: 18px 18px 0 0;
  background-color: #fff;
  color: #1a1a1a;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s,
    transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition-delay: 1.5s;
}
.is-visible .p-news {
  transform: translateZ(0);
  opacity: 1;
  pointer-events: auto;
}
.p-news__title {
  position: relative;
  background-color: #e3e1d8;
  cursor: pointer;
}
.p-news__title img {
  max-width: 94px;
}
.p-news__date {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 12px;
}
.p-news__category {
  display: inline-block;
  z-index: 1;
  position: relative;
  margin-left: 17px;
  font-size: 12px;
}
.p-news__category:before {
  position: absolute;
  right: calc(100% + 8px);
  width: 1px;
  height: 14px;
  margin-block: auto;
  inset-block: 0;
  background-color: #707070;
  content: "";
  opacity: 0.2;
}
.p-news__icon {
  position: absolute;
  right: 9px;
  width: 32px;
  height: 32px;
  margin-block: auto;
  inset-block: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: red;
  content: "";
}
.p-news__icon:before,
.p-news__icon:after {
  position: absolute;
  width: 10px;
  height: 2px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 14px;
  background-color: #fff;
  content: "";
}
.p-news__icon:before {
  z-index: 2;
}
.p-news__icon:after {
  z-index: 1;
  transform: rotate(90deg);
  background-color: #ef9a99;
  transition-duration: 0.4s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
}
.is-opened .p-news__icon:after {
  transform: rotate(0);
}
.p-news__title {
  box-sizing: border-box;
  padding: 16px 9px 11px 18px;
}
.p-news__list {
  box-sizing: border-box;
  padding: 16px 9px 15px 18px;
}
.p-news__content {
  font-size: 12px;
}
.p-news__list .p-news__item {
  padding-bottom: 7px;
  border-bottom: 1px solid #dedede;
}
.p-news__list .p-news__item + .p-news__item {
  padding-top: 16px;
}
.p-news__txt {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.p-news__heading {
  font-size: 0px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-news__link {
  color: #1a1a1a;
  text-decoration: none;
}
.c-anime.-interview:before {
  background-color: #ec7c0f;
}
.p-interview-fv {
  position: relative;
  width: 100%;
  height: calc(438 / 667 * 100lvh);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-interview-fv:after {
  display: block;
  z-index: 11;
  position: absolute;
  bottom: -50px;
  left: 0;
  aspect-ratio: 375 / 88;
  width: 100%;
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='375'%20height='88'%20viewBox='0%200%20375%2088'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_91595'%20data-name='長方形%2091595'%20width='375'%20height='88'%20transform='translate(-8351%20217)'%20fill='%23fff'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='マスクグループ_172193'%20data-name='マスクグループ%20172193'%20transform='translate(8351%20-217)'%20clip-path='url(%23clip-path)'%3e%3cellipse%20id='楕円形_4426'%20data-name='楕円形%204426'%20cx='452.5'%20cy='137.5'%20rx='452.5'%20ry='137.5'%20transform='translate(-8616%20217)'%20fill='%23f5f4f0'/%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-interviewSub {
  color: #1a1a1a;
}
.l-interviewSub-wrap {
  z-index: 12;
  position: relative;
  width: calc(335 / 375 * 100%);
  margin-inline: auto;
  padding-top: 10px;
  padding-bottom: 32px;
}
.p-interview__topCopy {
  font-size: 16px;
  line-height: 2;
}
.p-interview__top {
  width: calc(335 / 375 * 100%);
  margin-bottom: 32px;
  margin-inline: auto;
  padding-top: 32px;
  border-top: 1px solid #dedede;
}
.p-interview__top__item {
  display: flex;
  -moz-column-gap: 1pc;
  column-gap: 1pc;
  letter-spacing: 0.03em;
}
.p-interview__top__item__img {
  width: calc(80 / 335 * 100%);
}
.p-interview__top__item__img img {
  aspect-ratio: 1 / 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-interview__top__item__text {
  width: calc(320 / 335 * 100%);
  color: #3c3c3c;
}
.p-interview__top__item__text__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
}
.p-interview__top__item__text__job {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.03em;
}
.p-interview__top__item__text__career {
  font-weight: 400;
  font-size: 12px;
  line-height: calc(20 / 12);
}
.p-interview__top__item + .p-interview__top__item {
  margin-top: 22px;
}
.p-interview__content {
  width: calc(335 / 375 * 100%);
  margin-bottom: 87px;
  margin-inline: auto;
}
.p-interview__content__item {
  margin-top: 60px;
}
.p-interview__content__item__title {
  position: relative;
  margin-bottom: 32px;
  padding-left: 30px;
  color: #ec7c0f;
  font-size: 20px;
  letter-spacing: 0.02em;
}
.p-interview__content__item__title:before,
.p-interview__nav__list li a:before {
  position: absolute;
  top: 4px;
  left: 0;
  aspect-ratio: 20.77 / 26.11;
  width: 20.77px;
  height: 26.11px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2229%22%20viewBox%3D%220%200%2023%2029%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_175160%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20175160%22%20transform%3D%22translate(1%202)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_3701%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%203701%22%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%20transform%3D%22translate(8%20-2)%22%20fill%3D%22%23ec7c0f%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_3704%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%203704%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20transform%3D%22translate(11%2015)%22%20fill%3D%22%23fcb523%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_3702%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%203702%22%20cx%3D%224.5%22%20cy%3D%224.5%22%20r%3D%224.5%22%20transform%3D%22translate(-1%2011)%22%20fill%3D%22%23ebb62d%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_3703%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%203703%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%20transform%3D%22translate(9%2023)%22%20fill%3D%22%23ec7c0f%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-interview__content__item__text {
  position: relative;
  margin-bottom: 24px;
  padding-left: 1.2em;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.03em;
}
.p-interview__content__text__item__name {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.03em;
}
.p-interview__content__text__item + .p-interview__content__text__item {
  margin-top: 24px;
}
.p-interview__content__text__item__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-interview__content__aside {
  margin-top: 20px;
  color: #626262;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-interview__content__item__text__section
  + .p-interview__content__item__text__section {
  margin-top: 70px;
}
.p-interview__content__item__bg {
  aspect-ratio: 32 / 18;
  width: 100vw;
  height: 100%;
  margin-inline: calc(-50vw + 50%);
  -o-object-fit: cover;
  z-index: 2;
  max-width: initial;
  object-fit: cover;
  opacity: 1;
}
.p-interview__content__item__bg._03 {
  aspect-ratio: 3008 / 2006;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.is-interview__bg .p-interview__content__item__bg {
  visibility: visible;
  opacity: 1;
}
.p-interview__content__sec {
  z-index: 3;
  position: relative;
  margin-top: 48px;
}
.js-interview__circle {
  position: relative;
}
.js-interview__circle:after {
  display: none;
}
.js-interview__circle.-right:after {
  right: clamp(-563px, -23.9375vw, 0px);
}
.js-interview__circle.-left:after {
  left: clamp(-563px, -23.9375vw, 0px);
}
.is-interview__circle.js-interview__circle:after {
  visibility: visible;
  opacity: 1;
}
.p-interview__nav {
  position: static;
  width: calc(335 / 375 * 100%);
  margin-bottom: 60px;
  margin-inline: auto;
  padding: 24px 16px 19px;
  transform: none;
  border-radius: 29px;
  background: var(--color-white);
  font-weight: 700;
  font-size: 14px;
}
.p-interview__nav__list li a:before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  width: 14px;
  height: 23px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-interview__nav__list li a:after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%3e%3cg%20id='グループ_174631'%20data-name='グループ%20174631'%20transform='translate(7359.387%20-473)%20rotate(90)'%3e%3cg%20id='楕円形_2827'%20data-name='楕円形%202827'%20transform='translate(473%207329.387)'%20fill='%23fff'%20stroke='%23f0f0f0'%20stroke-width='1'%3e%3ccircle%20cx='15'%20cy='15'%20r='15'%20stroke='none'/%3e%3ccircle%20cx='15'%20cy='15'%20r='14.5'%20fill='none'/%3e%3c/g%3e%3cg%20id='グループ_168542'%20data-name='グループ%20168542'%20transform='translate(482.907%207338.942)'%3e%3cg%20id='グループ_168529'%20data-name='グループ%20168529'%20transform='translate(0%200)'%3e%3cpath%20id='パス_1318368'%20data-name='パス%201318368'%20d='M0,5.254A.751.751,0,0,0,.75,6H7.382L4.16,9.226a.751.751,0,0,0,1.061,1.062l4.5-4.5h0a.744.744,0,0,0,.094-.114c.012-.018.021-.038.031-.058a.721.721,0,0,0,.038-.071.729.729,0,0,0,.024-.076c.006-.021.015-.042.019-.064a.753.753,0,0,0,0-.294c0-.022-.013-.042-.019-.064a.439.439,0,0,0-.061-.148c-.011-.019-.019-.039-.031-.057a.754.754,0,0,0-.094-.115L5.221.22A.751.751,0,0,0,4.16,1.281L7.382,4.5H.75a.751.751,0,0,0-.75.75'%20transform='translate(0%200)'%20fill='%230a0a0a'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  transition: all 0.4s;
}
.p-interview__nav__list li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 14px 72px 14px 30px;
  border-bottom: 1px solid #dedede;
  color: #333;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.625;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.p-interview__nav__list li:last-child a {
  border-bottom: none;
}
.p-interview__nav__title {
  font-size: 14px;
  text-align: center;
}
.p-interview-fv__title {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 180px;
  right: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  margin-inline: auto;
}
.p-interview-fv__title img {
  display: block;
  width: clamp(300px, calc(300 / 335 * 100%), 400px);
  margin-inline: auto;
}
.p-interview__content__item__text__section.p-interview__content__item__block {
  margin-top: 48px;
}
.p-interview__content__image {
  position: relative;
  margin-top: 32px;
}
.p-interviewPage-fv__topTitle {
  display: block;
  z-index: 12;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 200px;
  margin-inline: auto;
  text-align: center;
}
.p-interview__content__item__text__before {
  position: absolute;
  top: 0;
  left: 0;
  color: #ec7c0f;
}
.p-interview__content__text__item__text
  + .p-interview__content__text__item__text {
  margin-top: 14px;
}
.js-interview__circle.-right .p-interview__count {
  right: 3.75vw;
}
.js-interview__circle.-left .p-interview__count {
  left: 3.75vw;
}
.is-interview__circle .p-interview__count {
  opacity: 1;
}
.p-interviewSub.p-challengeSub-fv .p-hero__scroll img {
  left: 0;
}
.p-interview__content__end {
  position: relative;
  padding-bottom: 100px;
}
.p-interview__content__end__text {
  width: calc(336 / 375 * 100%);
  max-width: 450px;
  margin-top: 36px;
  margin-inline: auto;
}
.p-interview__content__end img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 43% 65%;
  object-position: 43% 65%;
}
.p-top .p-hero__scroll {
  bottom: 16px;
}
.p-top .p-hero__scroll:before,
.p-challengeSub-fv .p-hero__scroll:before {
  animation: scroll 2.5s 0s forwards infinite;
}
@media (prefers-reduced-motion: reduce) {
  *,
  :before,
  :after {
    background-attachment: initial !important;
    animation-duration: 1ms !important;
    animation-delay: -1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
  }
}
@media (width >= 1440px) {
  .p-logo .-first {
    width: 100%;
    max-width: initial;
    margin-inline: 0;
  }
  .p-logo .-first img {
    width: 172px;
  }
  .p-logo {
    display: flex;
  }
  .p-header__wrapper {
    top: 33px;
  }
  .p-drawer__inner {
    visibility: visible;
    opacity: 1;
  }
  .p-drawer {
    position: static;
    height: auto;
  }
  .p-drawer__inner {
    position: static;
    overflow: auto;
  }
  .p-globalNav__item.-sp {
    display: none;
  }
  .p-header__title {
    width: auto;
    padding-top: 0;
    height: 80px;
  }
  .p-header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92.5%;
    height: auto;
    overflow-y: initial;
    border-radius: 40px;
  }
  :lang(en) .p-header__wrapper {
    width: 96.25%;
  }
  .p-header__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-inline: 40px;
  }
  .p-globalNav__item a {
    padding-block: 30px;
  }
  .p-header__nav {
    /* padding-right: min(calc(152 / 1480 * 100vw), 152px); */
    overflow-y: hidden;
  }
  /* :lang(en) .p-header__nav {
    padding-right: min(calc(132 / 1480 * 100vw), 132px);
  } */
  .p-drawer__inner {
    padding-top: 0;
    padding-bottom: 0;
    padding-inline: 0px;
  }
  .p-globalNav {
    border-bottom: none;
  }
  .p-globalNav {
    display: flex;
    -moz-column-gap: min(calc(28 / 1600 * 100vw), 28px);
    column-gap: min(calc(28 / 1600 * 100vw), 28px);
  }
  :lang(en) .p-globalNav {
    -moz-column-gap: min(1vw, 16px);
    column-gap: min(1vw, 16px);
  }
  .p-globalNav__privacy,
  .p-globalNav__follow {
    display: none;
  }
  .p-globalNav__item.-current > a:after {
    --circle: 18px;
    position: absolute;
    right: 0;
    bottom: calc(0px - var(--circle) / 2);
    left: 0;
    width: var(--circle);
    height: var(--circle);
    margin-inline: auto;
    border-radius: var(--border-infinite);
    background-color: var(--color-primary);
    content: "";
  }
  .p-globalNav__item + .p-globalNav__item {
    border-top: none;
  }
  .p-hamburger {
    display: none;
  }
  .p-header__lang {
    position: absolute;
  }
  .p-header__lang {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 120px;
    height: 28px;
    margin-block: auto;
  }
  .p-lang__item {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border: #e5e5e5 solid 1px;
    border-radius: 14px;
    background-color: #fff;
    text-align: center;
  }
  .p-globalNav__item.-pc {
    display: block;
  }
  .c-anime:before {
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125vw;
    height: 125vw;
    transform: translate(-50%, -50%) scale(0);
    border-radius: var(--border-infinite);
    content: "";
    transition: all 1.3s;
  }
  .c-landscape__text {
    display: none;
  }
}
@media (width >= 1280px) {
  .p-message__circle.-first:before {
    top: 350px;
    right: auto;
    left: 200px;
    width: min(87.3125vw, 1397px);
    height: min(87.3125vw, 1397px);
  }
  .p-message__circle.-first:after {
    top: 365px;
    left: -1000px;
    width: 1200px;
    height: 1200px;
  }
  .p-message__title .-pc {
    display: block;
  }
  .p-message__title .-sp {
    display: none;
  }
  .p-message__title .-top {
    margin-bottom: 32px;
    font-size: 20px;
  }
  .p-message__title.-first .-middle {
    width: clamp(23.75rem, 18.854rem + 7.83vw, 26.688rem);
  }
  .p-message__title .-middle {
    width: clamp(18.75rem, 16.038rem + 5.65vw, 21.688rem);
    max-width: 427px;
    margin-bottom: 20px;
  }
  .p-message__text {
    display: block;
    margin-top: 20px;
    font-size: 15px;
    line-height: calc(32 / 15);
  }
  .p-message__circle.-second:after {
    top: 308px;
    left: -205px;
    width: 1397px;
    height: 1397px;
    border: 1px solid #33a0e2;
  }
  .p-message__pos {
    position: absolute;
    bottom: 100px;
    left: 0;
    transition: all 0.2s;
  }
  .p-message__scrollbar .p-hero__scroll {
    display: block;
  }
  .p-interview__wrap {
    position: relative;
    flex-direction: row;
  }
  .p-interview__wrap:before {
    height: 100%;
  }
  .p-interview__item {
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: center;
    color: #fff;
  }
  .p-interview__item .-flex {
    -moz-column-gap: 90px;
    column-gap: 90px;
    margin-bottom: 0;
  }
  .p-interview__link {
    height: 100%;
  }
  .p-interview__pos {
    display: block;
    pointer-events: none;
  }
  .p-interview__pos {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .p-interview__title {
    margin-bottom: 20px;
  }
  .p-interview__lg {
    margin-bottom: 24px;
    color: #fff;
  }
  .p-interview__lg {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .p-interview__name .-lg {
    font-size: 22px;
  }
  .p-interview__logo {
    width: min(24.875vw, 398px);
  }
  .p-interview__link__pc {
    display: block;
  }
  .p-historyAfter__title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .p-historyAfter__title img {
    max-width: 357px;
  }
  .p-historyAfter__inner {
    width: 398px;
    height: 398px;
  }
  .p-challengeSub .p-hero__scroll {
    display: block;
  }
  .p-hero__scroll {
    display: block;
    left: 130px;
  }
  .c-breadcrumbs__wrapper.-challenge,
  .c-breadcrumbs__wrapper.-message {
    width: 75%;
  }
  .c-breadcrumbs__wrapper.-challenge .c-breadcrumbs {
    top: 188px;
  }
  .c-breadcrumbs__wrapper.-message .c-breadcrumbs {
    top: 235px;
  }
  .c-dna .c-breadcrumbs__wrapper {
    margin-bottom: 83px;
  }
  .c-history .c-breadcrumbs {
    position: absolute;
    top: 14.6875vw;
    left: 0;
  }
  .p-interview__button {
    display: none;
  }
  .p-interview__bottom {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .p-interview__circleContent {
    margin-bottom: 48px;
  }
  .p-interview__circleInner {
    display: grid;
    place-content: center;
    margin-inline: auto;
    color: #fff;
    transition: opacity 0.8s;
  }
  .u-br.-tab {
    display: none;
  }
  .p-messagePage__img {
    margin-bottom: 0;
  }
  .p-messagePage__main {
    position: relative;
    padding: 40px 0 175px;
  }
  .p-message__decorate1 {
    top: 10%;
    left: -15px;
    width: 50px;
    height: 50px;
    background-color: #ed4551;
  }
  .p-message__decorate2 {
    top: 2%;
    right: auto;
    left: 100px;
    width: 27.95px;
    height: 27.95px;
    background-color: #f47d7c;
  }
  .p-message__decorate3 {
    top: 45%;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #ed4551;
  }
  .p-message__decorate4 {
    top: auto;
    right: 120px;
    bottom: 4%;
    left: auto;
    width: 27.95px;
    height: 27.95px;
    background-color: #ed4551;
  }
  .p-message__decorate5 {
    top: auto;
    right: 0;
    bottom: 0%;
    width: 63.59px;
    height: 63.59px;
    background-color: #f47d7c;
  }
  .p-message__decorate6 {
    top: auto;
    bottom: 25%;
    left: 140px;
    width: 27.95px;
    height: 27.95px;
    background-color: #f47d7c;
  }
  .p-messagePage__section {
    padding-top: 120px;
  }
  .p-messagePage-fv__topTitle {
    z-index: 10;
    bottom: 8px;
    max-width: 192px;
  }
  .p-messagePage-fv__wrap {
    width: 75%;
    max-width: 1600px;
  }
  .p-messagePage-fv__title {
    position: absolute;
    top: 223px;
    right: 0;
    left: 0;
    margin-inline: auto;
    font-weight: 700;
    text-align: center;
  }
  .p-messagePage__section__copy {
    line-height: 2;
    letter-spacing: 0.4px;
  }
  .p-messagePage-fv__title .-lg {
    margin-bottom: 40px;
    font-size: clamp(32px, 3.125vw, 50px);
    letter-spacing: 0.02em;
  }
  .p-messagePage-fv__title .-sm {
    font-size: clamp(18px, 1.375vw, 22px);
    letter-spacing: 0.1em;
  }
  .p-messagePage-fv {
    width: 100%;
    height: calc(536 / 900 * 100vh);
  }
  .p-messagePage__img .-pc {
    display: block;
  }
  .p-messagePage__img .-sp {
    display: none;
  }
  .l-messagePage-inner {
    width: 64.5%;
    max-width: 1032px;
  }
  .p-messagePage__section__title {
    position: relative;
    margin-bottom: 72px;
    padding-left: 40px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  .p-messagePage__section__title:after {
    width: 23px;
    height: 29px;
  }
  .p-messagePage__section__copy {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.04rem;
  }
  .p-messagePage__section__copy + .p-messagePage__section__copy {
    margin-top: 40px;
  }
  .p-messagePage__flex {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .p-messagePage__img {
    width: calc(404 / 1000 * 100%);
    margin-top: 40px;
  }
  .p-messagePage__text {
    width: 50%;
  }
  .p-messagePage__img figure + figure {
    margin-top: 18px;
  }
  .p-messagePage__text
    .p-messagePage__section__copy
    + .p-messagePage__section__copy {
    margin-top: 40px;
  }
  .p-messagePage__section__name {
    margin-top: 44px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
  .p-messagePage__section__name .-sm {
    font-size: 24px;
  }
  .p-messagePage__section__name .-lg {
    font-size: 32px;
  }
  .p-interviewSub .p-interview-fv:after {
    display: block;
    z-index: 2;
    position: absolute;
    bottom: -5px;
    left: 0;
    aspect-ratio: 1600 / 82;
    width: 100%;
    background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='1600'%20height='82'%20viewBox='0%200%201600%2082'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_91584'%20data-name='長方形%2091584'%20width='1600'%20height='82'%20transform='translate(12620%201319)'%20fill='%23fff'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='マスクグループ_172186'%20data-name='マスクグループ%20172186'%20transform='translate(-12620%20-1319)'%20clip-path='url(%23clip-path)'%3e%3cellipse%20id='楕円形_4425'%20data-name='楕円形%204425'%20cx='1402.5'%20cy='426'%20rx='1402.5'%20ry='426'%20transform='translate(12018%201319)'%20fill='%23f5f4f0'/%3e%3c/g%3e%3c/svg%3e");
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
  }
}
@media (width >= 1200px) {
  .p-message__title .-bottom {
    display: block;
  }
  .p-message__content {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    width: 83.75vw;
    max-width: 1340px;
    margin-inline: auto;
  }
  .p-message__left {
    z-index: 100;
    position: relative;
    width: 53.75vw;
    height: 100vh;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
  .p-message__img {
    height: 100vh;
  }
  .p-message__item.-first .p-message__title .-middle img {
    width: clamp(400px, calc(427 / 1600 * 100%), 427px);
  }
  .p-message__item.-second .p-message__title .-middle img {
    width: clamp(327px, 21.6875%, 347px);
  }
  .p-message__left img {
    aspect-ratio: 860 / 900;
    -o-object-fit: cover;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .p-message__img.-circle {
    width: 100%;
    height: 100%;
    margin-inline: auto;
  }
  .c-timeline__year {
    position: relative;
    max-width: 190px;
    padding-left: 0;
  }
  .c-timeline__description {
    width: 69.4%;
    margin-top: 20px;
  }
  .c-timeline__term {
    margin-top: 0;
  }
  .c-timeline__year:after {
    left: 0;
    width: 15px;
    height: 15px;
  }
  .c-history__accordionBody .c-timeline__term:before {
    top: 60px;
  }
  .c-timeline__flex figure + figure {
    margin-top: 0;
  }
  .c-timeline__flex figure + dl {
    margin-top: 0;
  }
  .c-timeline__year {
    width: 13.125vw;
  }
  .c-timeline__flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 33px;
    column-gap: 33px;
    row-gap: 28px;
  }
  .p-challengeSub-nav {
    margin-top: 0;
  }
  .p-interview-fv {
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l-interviewSub-wrap {
    max-width: 722px;
    padding-top: 20px;
    padding-bottom: 56px;
  }
  .p-interview__topCopy {
    font-size: 17px;
    line-height: calc(32 / 17);
  }
  .p-interview__top__item {
    width: calc(473 / 1000 * 100%);
    -moz-column-gap: 26px;
    column-gap: 26px;
  }
  .p-interview__top__item__text__name {
    font-size: 18px;
  }
  .p-interview__top__item__text__job {
    margin-bottom: 11px;
  }
  .p-interview__top__item + .p-interview__top__item {
    margin-top: 0;
  }
  .p-interview__content {
    width: 75%;
    max-width: 1700px;
    margin-bottom: 180px;
  }
  .p-interview__nav__list li a:before {
    width: 24px;
  }
  .p-interview__content__item__title:before {
    top: 10px;
  }
  .p-interview__content__item__text {
    padding-left: 1.5em;
  }
  .p-interview__content__item__text {
    margin-bottom: 33px;
    font-size: 18px;
  }
  .p-interview__content__item__title {
    margin-bottom: 60px;
    padding-left: 40px;
    font-size: 32px;
    letter-spacing: 0.03em;
  }
  .p-interview__content__item__title:before {
    width: 23px;
    height: 29px;
  }
  .p-interview__content__item {
    width: 50%;
  }
  .p-interview__content__item.-right {
    margin-left: auto;
  }
  .p-interview__content__item__title {
    margin-bottom: 60px;
    color: #ec7c0f;
    font-size: 32px;
    letter-spacing: 0.03em;
  }
  .p-interview__content__item__text {
    margin-bottom: 33px;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: 0.03em;
  }
  .p-interview__content__text__item + .p-interview__content__text__item {
    margin-top: 32px;
  }
  .p-interview__content__text__item__name {
    margin-bottom: 12px;
    font-size: 17px;
  }
  .p-interview__content__text__item__text {
    font-size: 17px;
    line-height: calc(32 / 17);
    letter-spacing: 0.03em;
  }
  .p-interview__content__aside {
    margin-top: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }
  .p-interview__content__item {
    padding-top: 50vh;
    padding-bottom: 50vh;
  }
  .p-interview__content__item:last-child {
    padding-bottom: 0;
  }
  .p-interview__content__item__bg {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    margin-inline: auto;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .p-interview__content__sec {
    margin-top: 0;
    padding-top: 30px;
  }
  .p-interview__content__sec {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .is-interview__circle .p-interview__content__sec {
    visibility: visible;
    opacity: 1;
  }
  .js-interview__circle:after {
    display: block;
    visibility: hidden;
    z-index: 2;
    position: fixed;
    top: 0;
    bottom: 0;
    width: max(85.1875vw, 850px);
    height: max(85.1875vw, 850px);
    margin-block: auto;
    border-radius: 50%;
    background-color: #f5f4f0e6;
    content: "";
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .p-interview__nav__list li:last-child a {
    border-bottom: 1px solid #dedede;
  }
  .p-interview__nav__list li a {
    display: block;
    position: relative;
    width: 100%;
    padding: 24px 40px 24px 30px;
    border-bottom: 1px solid #dedede;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.5px;
    text-decoration: none;
  }
  .p-interview__nav__title {
    font-size: 24px;
  }
  .p-interview-fv__title.-interview {
    position: absolute;
    top: calc(240 / 900 * 100vh);
  }
  .p-interview-fv__title img {
    width: clamp(600px, calc(677 / 1200 * 100%), 800px);
  }
  .p-interview__content__item__text__section.p-interview__content__item__block {
    margin-top: 70px;
  }
  .p-interviewPage-fv__topTitle {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 423px;
  }
  .js-interview__circle:before {
    display: block;
    visibility: hidden;
    z-index: 3;
    position: fixed;
    top: 50%;
    aspect-ratio: 27 / 52;
    width: 33px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .js-interview__circle.-right:before {
    right: 3.75vw;
  }
  .js-interview__circle.-left:before {
    left: 3.75vw;
  }
  .is-interview__circle.js-interview__circle:before {
    visibility: visible;
    opacity: 1;
  }
  .p-interview__content__end img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 46%;
    object-position: center 46%;
  }
  .p-interview__content {
    padding-bottom: 800px;
  }
  .p-interview__content__end {
    visibility: hidden;
    z-index: 10;
    position: fixed;
    top: -100px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f5f4f0;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .p-interview__content__end__inner {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    width: 87.5vw;
    max-width: 1000px;
    margin-bottom: 170px;
    margin-inline: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .is-interview__finish .p-interview__content__end {
    visibility: visible;
    opacity: 1;
  }
  .p-footer.-interview {
    z-index: 11;
  }
  .p-interview__content__end__text {
    top: min(calc(220 / 1200 * 100%), 220px);
    max-width: 551px;
    margin-inline: auto;
  }
  .p-interview__content__end__text {
    width: 41%;
    margin: initial;
    padding-right: 76px;
  }
  .p-interview__content__end__img {
    width: 50%;
    padding-left: 100px;
  }
}
@media (width >= 768px) {
  .p-intro__text {
    width: clamp(400px, 38.1875vw, 611px);
  }
  .p-intro__transparent {
    width: 25vw;
    max-width: 400px;
  }
  .p-hero__varticalText {
    font-size: 38px;
  }
  .p-hero__detailText {
    width: 100%;
    font-size: 18px;
  }
  .p-hero__detailitem {
    font-weight: 700;
  }
  .p-hero__detailYears {
    max-width: 344.51px;
    margin-top: 35px;
  }
  .p-hero__logo {
    width: 25vw;
    max-width: 400px;
  }
  .p-hero__bgInner {
    position: fixed;
    left: 50%;
    width: 50vw;
    height: 100vh;
    margin-inline: auto;
    transform: translate(-50%);
  }
  .p-hero__bgParticle1 {
    top: 146px;
    right: 0;
    width: 10.0625vw;
    max-width: 161px;
  }
  .p-hero__bgParticle2 {
    right: -2.5625vw;
    bottom: 51px;
    width: 14.0625vw;
    max-width: 225px;
  }
  .p-hero__bgParticle3 {
    top: 184px;
    left: 3.125vw;
    width: 7.5625vw;
    max-width: 121px;
  }
  .p-hero__bgParticle4 {
    bottom: 86px;
    left: 0.9375vw;
    width: 16.375vw;
    max-width: 262px;
  }
  .p-hero__image {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -moz-column-gap: min(42.5vw, 680px);
    visibility: hidden;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 53%;
    column-gap: min(42.5vw, 680px);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .p-hero__logoFv {
    display: block;
    width: min(calc(211.95 / 1600 * 100vw), 211px);
  }
  .p-hero__textFv {
    display: block;
    width: min(calc(344.51 / 1600 * 100vw), 344.51px);
  }
  #lottie svg {
    display: block;
    bottom: 0;
    width: 28.9375vw !important;
    max-width: 540px;
    margin-inline: auto;
  }
  .p-footer__title {
    margin-bottom: 36px;
    font-size: 20px;
  }
  .p-footer__item a {
    font-size: 14px;
  }
  .p-footer__inner:before {
    top: -60px;
    width: 2331px;
    height: 2331px;
  }
  .p-footer__copy {
    color: var(--color-primary);
    font-weight: 400;
    font-size: 11px;
  }
  .p-footer__circle {
    right: 95px;
    bottom: 93px;
    width: 72px;
    height: 72px;
  }
  .p-message__button {
    margin-top: 30px;
  }
  .p-message__button.-history {
    margin-top: 12px;
  }
  .c-button__primary.c-button .-text {
    font-size: 18px;
  }
  .c-button__primary .-arrow {
    width: 72px;
    height: 72px;
  }
  .c-button__primary .-arrow img {
    width: 17px;
  }
  .p-challenge__colorball {
    width: 1225px;
    height: 1225px;
  }
  :lang(en) .p-challenge__colorball {
    width: 1225px;
    height: 1225px;
  }
  .p-challenge__body {
    padding-top: 40px;
  }
  .p-challenge__green,
  :lang(en) .p-challenge__green {
    width: max(213.856vw, 801.96px);
    height: max(213.856vw, 801.96px);
  }
  .p-challenge__body {
    padding-top: 96px;
  }
  .p-challenge__title {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 100%;
  }
  :lang(en) .p-challenge__title {
    font-size: 24px;
    line-height: 150%;
  }
  .p-challenge__text {
    max-width: initial;
    font-size: 14px;
    line-height: calc(32 / 14);
    letter-spacing: var(--tracking-wide);
  }
  :lang(en) .p-challenge__text {
    width: 136vw;
    max-width: 530px;
  }
  .p-circleSlider__wrapper .slider {
    top: 1340px;
  }
  .p-circleSlider__item .-button {
    right: 60px;
    width: 74px;
    height: 74px;
    content: "";
  }
  .p-circleSlider__item .-arrow img {
    width: 20px;
    height: 20px;
  }
  .p-circleSlider__label {
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    width: 98px;
    height: 98px;
    border-radius: var(--border-infinite);
    color: #fff;
    font-size: 12px;
    line-height: calc(17 / 12);
    text-align: center;
  }
  :lang(en) .p-circleSlider__label .-text {
    bottom: clamp(4px, calc(4 / 375 * 100vw), 10px);
  }
  .p-circleSlider__title {
    margin-top: 34px;
  }
  .p-circleSlider__title .-sm {
    display: block;
    font-size: 14px;
  }
  :lang(en) .p-circleSlider__title .-sm {
    font-size: 14px;
  }
  .p-circleSlider__title .-md {
    display: block;
    width: 100%;
    font-size: 23px;
  }
  :lang(en) .p-circleSlider__title .-md {
    font-size: 18px;
  }
  .p-circleSlider__item .item {
    --item-w: 480px;
    --item-h: 480px;
  }
  .p-circleSlider__bg {
    height: 5000px;
  }
  .p-circleSlider__wrapper {
    width: 1450px;
    height: 1450px;
    background-size: 250%;
  }
  .p-circleSlider__comingSoon .-md {
    font-size: 38px;
  }
  .p-circleSlider__comingSoon img {
    max-width: 480px;
  }
  .p-circleSlider__comingSoon .-sm {
    margin-top: 20px;
    font-size: 16px;
  }
  .is-sticky-footer .p-interview__height {
    transform: translateY(-407px);
  }
  .p-history__list.-left.-top {
    position: fixed;
    top: calc(50% - 500px);
    left: 0%;
    width: auto;
    transform: translate(-257px) translateY(-50%);
  }
  .p-history__list.-left.-bottom {
    top: calc(50% + 500px);
    transform: translate(-257px) translateY(-50%);
  }
  .p-history__list.-right {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    margin-left: 0;
    transform: translateY(-50%) translate(calc(-50% + 224px));
  }
  .is-historyMove .p-history__list.-right {
    transform: translateY(-50%) translate(calc(-50% - 224px));
  }
  .p-history__list {
    -moz-column-gap: 56px;
    column-gap: 56px;
  }
  .is-historyMove .p-history__list.-left.-top,
  .is-historyMove .p-history__list.-left.-bottom {
    transform: translate(-57px) translateY(-50%);
  }
  .p-history__list li {
    width: 398px;
    height: 398px;
  }
  .p-history__content .c-button__primary .-arrow {
    width: clamp(50px, calc(56 / 1600 * 100vw), 56px);
    height: clamp(50px, calc(56 / 1600 * 100vw), 56px);
  }
  .p-history__title {
    margin-bottom: 20px;
  }
  .p-history__title img {
    width: clamp(220px, 15.0625vw, 241px);
  }
  :lang(en) .p-history__title img {
    width: clamp(210px, 13.125vw, 230px);
  }
  .p-history__title .-en {
    font-weight: 400;
    font-size: 38px;
    font-family: var(--font-optima);
  }
  .p-history__title .-ja {
    font-size: 12px;
  }
  .p-history__title .-pc {
    display: inline-block;
  }
  .p-historyAfter__height {
    height: 4000px;
  }
  .js-interview {
    height: 180vh;
  }
  .p-historyAfter__label {
    font-size: 20px;
  }
  .p-historyAfter:after {
    position: absolute;
    width: 187.5vw;
    height: 187.5vw;
    content: "";
  }
  .p-historyAfter__particle {
    width: 769px;
  }
  .p-history__topText {
    z-index: 10;
    position: absolute;
    top: 20%;
    right: -210px;
    width: 60.3125vw;
  }
  .p-history__bottomText {
    bottom: 20%;
    left: 100px;
    width: 29.6875vw;
  }
  .u-wbr.-sp {
    display: inline-block;
  }
  .p-interview__spLink {
    display: none;
  }
  .p-globalNav__item .p-megamenu__itemAnchor {
    padding-block: 0px;
  }
  .p-megamenu__inner {
    box-sizing: border-box;
    display: flex;
    width: 965px;
    margin-top: 7px;
    padding-inline: 53px;
    padding-block: 48px;
    border-radius: 24px;
    background-color: var(--color-white);
  }
  .c-history .c-breadcrumbs__wrapper {
    z-index: 2;
    position: relative;
    width: 100%;
    margin-left: 12.5vw;
  }
  .c-history__title .-lg {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 3.125vw;
    text-align: left;
  }
  :lang(en) .c-history__title .-lg {
    font-size: 2.5vw;
  }
  .c-history__title .-sm {
    display: block;
    font-weight: 700;
    font-size: 1.125vw;
    line-height: calc(32 / 18);
    letter-spacing: 0.03em;
  }
  :lang(en) .c-history__title .-sm {
    font-size: calc(14 / 1600 * 100vw);
  }
  .c-history__intro:after {
    position: absolute;
    top: max(-33.5625vw, -700px);
    left: max(-23.9375vw, -500px);
    width: max(79.625vw, 600px);
    height: max(79.625vw, 600px);
    transform: translate(0);
    border-radius: var(--border-infinite);
    background-color: #393835;
    content: "";
  }
  .c-history__wrapper {
    z-index: 1;
    position: relative;
    margin-left: 12.5vw;
  }
  .c-history__accordion__wrapper {
    width: calc(1000 / 1200 * 100%);
    padding-top: 80px;
  }
  .c-history__accordion__year .-top {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .c-history__accordionSummary {
    padding-top: 81px;
    padding-bottom: 77px;
  }
  .c-history__accordion__year .-bottom {
    max-width: initial;
  }
  .c-history__accordionIcon {
    width: 72px;
    height: 72px;
    margin-block: auto;
  }
  .c-history__accordionIcon:before,
  .c-history__accordionIcon:after {
    width: 20.52px;
    margin-bottom: 42px;
    transition: transform 0.5s;
  }
  .c-history__accordionIcon img {
    bottom: 16px;
    width: 29px;
  }
  .c-history__accordionIcon .-open {
    bottom: 15px;
  }
  .c-anime__text .-sm {
    margin-bottom: 68px;
  }
  .c-anime__text .-lg,
  :lang(en) .c-anime__text .-lg {
    font-size: 50px;
  }
  .c-history__accordion__top {
    margin-bottom: 112px;
    font-size: 16px;
  }
  .c-timeline__title {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .c-timeline__term {
    display: flex;
    width: initial;
  }
  .c-timeline__year:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 15px;
    height: 15px;
    margin-left: 33px;
    margin-block: auto;
    border-radius: var(--border-infinite);
    background-color: #1a1a1a;
    content: "";
  }
  .c-history__accordionBody + .c-history__accordionBody {
    margin-top: 40px;
  }
  .c-timeline__term:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 1px;
    height: 100%;
    margin-left: 40px;
    margin-block: auto;
    background-color: #1a1a1a;
    content: "";
    opacity: 0.2;
  }
  .c-timeline__close {
    position: relative;
    margin-bottom: 100px;
    text-align: center;
  }
  .c-history__imgList img {
    width: 100%;
  }
  .c-history__imgList {
    position: absolute;
    top: -124px;
  }
  .c-history__intro__item1 {
    position: relative;
    left: -134px;
    width: max(132.3125vw, 2117px);
    min-width: initial;
    transform: translate(-50px);
  }
  .c-history__intro__item2 {
    left: -400px;
    width: max(158.5vw, 2536px);
    min-width: initial;
  }
  .c-history__intro__item3 {
    width: max(131.25vw, 2100px);
    min-width: initial;
  }
  .c-history__imgList li {
    transition: transform 1.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .c-history__intro__item1 {
    transform: translate(-200px);
  }
  .c-history__intro__item2 {
    left: 0;
    transform: translate(200px);
  }
  .c-history__intro__item3 {
    transform: translate(-200px);
  }
  .c-history__imgList li + li {
    margin-top: 30px;
  }
  .c-timeline__text {
    margin-bottom: 40px;
    line-height: 2;
    letter-spacing: 0.03em;
  }
  .c-history__section__title {
    bottom: 100px;
  }
  .c-history__section__title img {
    width: 7.6875vw;
    max-width: initial;
  }
  .c-history__section {
    padding-top: 80px;
  }
  .js-dialog-close {
    width: 40px;
    height: 26px;
  }
  .baseDialog_content {
    position: relative;
    width: 100%;
    max-width: 800px;
  }
  .baseDialog_wrapper.-dna .baseDialog_content {
    max-width: initial;
  }
  .js-dialog-close {
    position: absolute;
    top: -24px;
    right: -72px;
    width: 40px;
    height: 26px;
    content: "";
    cursor: pointer;
  }
  .js-dialog-open {
    cursor: pointer;
  }
  .p-modal__list.js-dialog-open.-first {
    width: calc(330 / 694 * 100%);
  }
  .p-modal {
    margin-top: 0;
  }
  .challengeDoor-list__item .item {
    width: 100%;
  }
  .challengeDoor-list__comingSoon .-md {
    font-size: 38px;
  }
  .challengeDoor-list__comingSoon img {
    max-width: 480px;
  }
  .challengeDoor-list__comingSoon .-sm {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
  }
  .u-wbr.-sp {
    display: inline;
  }
  .u-wbr.-pc {
    display: block;
  }
  .u-br.-sp {
    display: none;
  }
  .u-br.-pc {
    display: block;
  }
  .is-sticky-footer .p-historyAfter {
    transform: translateY(-600px);
  }
  :lang(en) .c-history__accordion__title .-lg {
    font-size: clamp(16px, 1.4375vw, 23px);
  }
  :lang(en) .c-dna__content__title {
    font-size: clamp(28px, calc(28 / 1600 * 100vw), 32px);
  }
  :lang(en) .c-dna__modal__subtitle {
    font-size: 18px;
  }
  .c-dna__index__width {
    max-width: 360px;
  }
  .p-challengeSub-main__sectionImg--07 {
    margin-top: 48px;
  }
  .p-challengeSub-main__sectionImg--07 picture {
    width: 100%;
    max-width: initial;
    margin-inline: initial;
  }
  .p-news {
    right: 27px;
    bottom: 23px;
    left: auto;
    max-width: 490px;
  }
  .p-news {
    border-radius: 14px;
  }
  .p-news__title img {
    max-width: 94px;
  }
  .js-news-summary {
    pointer-events: none;
  }
  .p-news__icon {
    display: none;
  }
  .p-news__title {
    padding: 16px 15px 10px 17px;
  }
  .p-news__list {
    padding: 17px 15px 17px 17px;
  }
  .p-news__txt {
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: calc(18.2 / 13);
  }
  .p-interview-fv:after {
    aspect-ratio: 575 / 88;
  }
  .p-interview__top {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin-bottom: 52px;
    padding-top: 56px;
  }
  .p-interview__nav {
    position: static;
    max-width: 600px;
    margin-bottom: 0;
    margin-inline: auto;
    padding: 32px 56px 45px;
    transform: none;
    border-radius: 29px;
    background: var(--color-white);
  }
  .p-interview-fv__title {
    position: absolute;
    top: 150px;
  }
}
@media (width >= 1024px) {
  .p-footer__privacy a {
    font-size: 11px;
  }
  .p-footer__item + .p-footer__item {
    margin-top: 0;
  }
  .p-footer__left {
    margin-top: 0;
  }
  .p-footer__privacy li + li {
    margin-top: 0;
  }
  .p-footer__navIcon img:first-child {
    width: 28.17px;
  }
  .p-footer__navIcon img:nth-child(2) {
    width: 21.62px;
  }
  .p-footer__navIcon img:nth-child(3) {
    width: 31.56px;
  }
  .p-footer__navIcon img:nth-child(4) {
    width: 26.32px;
  }
  .p-footer__nav {
    display: block;
  }
  .p-footer__list.-first {
    -moz-column-gap: 11vw;
    column-gap: 11vw;
    margin-bottom: 30px;
  }
  .p-footer__list.-second {
    -moz-column-gap: 4.6vw;
    column-gap: 4.6vw;
  }
  .p-footer__nav {
    margin-bottom: 40px;
  }
  .p-footer__navIcon {
    -moz-column-gap: 24px;
    column-gap: 24px;
    justify-content: left;
  }
  .p-footer__list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-footer__wrapper {
    width: 93.75vw;
    max-width: 1000px;
    margin-inline: auto;
    text-align: center;
  }
  .p-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    border-top: rgba(9, 9, 9, 0.2) solid 1px;
  }
  .p-footer__right {
    display: flex;
    align-items: center;
  }
  .p-footer__privacy {
    display: flex;
    position: relative;
    padding-right: 30px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin-bottom: 0;
    border-top: none;
    /* border-right: rgba(9, 9, 9, 0.2) solid 1px; */
    border-bottom: none;
  }
  .p-footer__navIcon {
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin-left: 35px;
  }
  .p-footer__privacy {
    padding-block: 0;
  }
  .p-footer__nav {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .c-history__title {
    padding-top: 21vw;
  }
  .c-history__accordionWrap {
    width: 75%;
    min-width: 900px;
    max-width: 1200px;
  }
  .c-history__intro {
    height: calc(100dvh + 4.75vw);
  }
  .c-history__section:after {
    position: absolute;
    top: -4.75vw;
    width: 175.3125vw;
    height: 53.25vw;
    border-radius: 100%;
  }
  .c-history__section_spText {
    display: none;
  }
  .c-history__section {
    padding-bottom: 160px;
  }
  .c-history__accordion__title .-lg {
    margin-left: clamp(30px, 3.75vw, 60px);
    font-size: 32px;
  }
  .c-history__accordion__title {
    display: flex;
    align-items: center;
    width: calc(1000 / 1200 * 100%);
  }
  .p-footer.-history .p-footer__inner,
  .p-footer.-dna .p-footer__inner {
    padding-top: 82px;
  }
  .is-sticky-footer .p-historyAfter {
    transform: translateY(-400px);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .p-megamenu {
    transition: transform 0.5s var(--easing), visibility 0.5s var(--easing),
      opacity 0.5s var(--easing);
  }
}
@media (any-hover: hover) {
  .p-challengeSub-nav li a:hover:after {
    background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%3e%3cg%20id='グループ_174632'%20data-name='グループ%20174632'%20transform='translate(7359.387%20-473)%20rotate(90)'%3e%3ccircle%20id='楕円形_2827'%20data-name='楕円形%202827'%20cx='15'%20cy='15'%20r='15'%20transform='translate(473%207329.387)'%20fill='%2346b455'/%3e%3cg%20id='グループ_168542'%20data-name='グループ%20168542'%20transform='translate(482.907%207338.942)'%3e%3cg%20id='グループ_168529'%20data-name='グループ%20168529'%20transform='translate(0%200)'%3e%3cpath%20id='パス_1318368'%20data-name='パス%201318368'%20d='M0,5.254A.751.751,0,0,0,.75,6H7.382L4.16,9.226a.751.751,0,0,0,1.061,1.062l4.5-4.5h0a.744.744,0,0,0,.094-.114c.012-.018.021-.038.031-.058a.721.721,0,0,0,.038-.071.729.729,0,0,0,.024-.076c.006-.021.015-.042.019-.064a.753.753,0,0,0,0-.294c0-.022-.013-.042-.019-.064a.439.439,0,0,0-.061-.148c-.011-.019-.019-.039-.031-.057a.754.754,0,0,0-.094-.115L5.221.22A.751.751,0,0,0,4.16,1.281L7.382,4.5H.75a.751.751,0,0,0-.75.75'%20transform='translate(0%200)'%20fill='%23fff'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    transition: all 0.4s;
  }
  .challengeDoor-list__item:hover .-button {
    transform: scale(1.11);
  }
  .challengeDoor-list__button:hover .challengeDoor-list__title span {
    background-size: 100% 1px;
  }
  .js-topPage:hover,
  .challengeDoor-list__button:hover img {
    transform: scale(1.1);
  }
  .c-dna__index__list a:hover .c-dna__index__arrow:after {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%3e%3cg%20id='グループ_172132'%20data-name='グループ%20172132'%20transform='translate(30)%20rotate(90)'%3e%3ccircle%20id='楕円形_2827'%20data-name='楕円形%202827'%20cx='15'%20cy='15'%20r='15'%20transform='translate(0%200)'%20fill='%2332a1e1'/%3e%3cg%20id='グループ_168542'%20data-name='グループ%20168542'%20transform='translate(9.907%209.555)'%3e%3cg%20id='グループ_168529'%20data-name='グループ%20168529'%20transform='translate(0%200)'%3e%3cpath%20id='パス_1318368'%20data-name='パス%201318368'%20d='M0,5.253A.751.751,0,0,0,.75,6H7.382L4.16,9.226a.751.751,0,0,0,1.061,1.062l4.5-4.5h0a.744.744,0,0,0,.094-.114c.012-.018.021-.038.031-.058a.721.721,0,0,0,.038-.071.729.729,0,0,0,.024-.076c.006-.021.015-.042.019-.064a.753.753,0,0,0,0-.294c0-.022-.013-.042-.019-.064a.439.439,0,0,0-.061-.148c-.011-.019-.019-.039-.031-.057a.754.754,0,0,0-.094-.115L5.221.22A.751.751,0,0,0,4.16,1.281L7.382,4.5H.75a.751.751,0,0,0-.75.75'%20transform='translate(0%200)'%20fill='%23fff'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  }
  .js-hover:hover .-border:before {
    opacity: 1;
  }
  s */ .c-history__accordion:hover .c-history__accordionIcon .top_circles span,
  .c-history__accordion:hover .c-history__accordionIcon .bottom_circles span {
    transform: translate(0) rotate(0);
    opacity: 1;
  }
  .c-button:hover .-arrow,
  .p-circleSlider__item:hover .-button,
  .c-button:hover .-icon {
    transform: scale(1.11);
  }
  a:hover .c-hover__underline:before,
  .js-dialog-close2:hover .c-hover__underline:before,
  .js-dialog-open:hover .c-hover__underline:before {
    transform: scaleX(1);
  }
  .p-circleSlider__button:hover .p-circleSlider__title span {
    background-size: 100% 1px;
  }
  .p-interview__nav__list li a:hover:after {
    background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%3e%3cg%20id='グループ_175159'%20data-name='グループ%20175159'%20transform='translate(30)%20rotate(90)'%3e%3ccircle%20id='楕円形_2827'%20data-name='楕円形%202827'%20cx='15'%20cy='15'%20r='15'%20transform='translate(0%200)'%20fill='%23ec7c0f'/%3e%3cg%20id='グループ_168542'%20data-name='グループ%20168542'%20transform='translate(9.907%209.555)'%3e%3cg%20id='グループ_168529'%20data-name='グループ%20168529'%20transform='translate(0%200)'%3e%3cpath%20id='パス_1318368'%20data-name='パス%201318368'%20d='M0,5.253A.751.751,0,0,0,.75,6H7.382L4.16,9.226a.751.751,0,0,0,1.061,1.062l4.5-4.5h0a.744.744,0,0,0,.094-.114c.012-.018.021-.038.031-.058a.721.721,0,0,0,.038-.071.729.729,0,0,0,.024-.076c.006-.021.015-.042.019-.064a.753.753,0,0,0,0-.294c0-.022-.013-.042-.019-.064a.439.439,0,0,0-.061-.148c-.011-.019-.019-.039-.031-.057a.754.754,0,0,0-.094-.115L5.221.22A.751.751,0,0,0,4.16,1.281L7.382,4.5H.75a.751.751,0,0,0-.75.75'%20transform='translate(0%200)'%20fill='%23fff'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  }
}
@media (width < 767px) {
  .baseDialog_wrapper.-dna:after {
    position: fixed;
    top: 10px;
    left: 50%;
    width: 702.17px;
    height: 702.17px;
    transform: translate(-50%);
    content: "";
  }
  .baseDialog_wrapper.-dna:before {
    top: -5px;
    left: 50%;
    width: 854.18px;
    height: 854.18px;
    transform: translate(-50%);
  }
  .c-dna__index__scroll .c-dna__modal__section + .c-dna__modal__section {
    margin-top: 32px;
  }
  .c-dna__modal__image figcaption {
    margin-top: 10px;
    font-size: 11px;
  }
  .c-dna__modal__image.w-340 {
    max-width: 204px;
  }
  .c-dna__modal__image {
    margin-top: 24px;
  }
  .js-dialog-close.-dna1 {
    top: 60px;
    right: 0;
    width: 14.85px;
    height: 8.57px;
  }
  .c-dna__modal__body {
    width: 100%;
    max-width: initial;
  }
  .c-dna__modal__image.w-420 {
    max-width: 240px;
  }
  .c-dna__modal__flex {
    display: block;
    max-width: 240px;
    margin-inline: auto;
  }
  .c-dna__number__list .c-dna__number__item {
    width: calc(68 / 375 * 100vw);
  }
  .c-dna__loop {
    display: none;
  }
  #dna1,
  #dna2,
  #dna3,
  #dna4,
  #dna5,
  #dna6,
  #dna7 {
    height: 100lvh;
  }
  .l-challenge-inner {
    width: calc(314 / 375 * 100%);
    max-width: initial;
    margin: 0 auto;
    padding-top: 112px;
    padding-bottom: 72px;
  }
  .challengeDoor-list__item + .challengeDoor-list__item {
    margin-top: 32px;
  }
  .challengeDoor-head__siteTitle {
    color: #46b455;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.2px;
  }
  .challengeDoor-head__contentTitle {
    margin-top: 40px;
    font-size: 18px;
  }
  .challengeDoor-head__contentCopy {
    margin-top: 16px;
    font-size: clamp(12px, calc(16 / 375 * 100vw), 28px);
  }
  .challengeDoor-list {
    display: block !important;
  }
  .challengeDoor-list__item + .challengeDoor-list__item {
    margin-top: 0;
  }
  .l-challengeSub-connection__inner {
    width: 100%;
  }
  .challengeDoor-list__item {
    margin-inline: auto;
  }
  .challengeDoor-list.-parent .challengeDoor-list__label .-text {
    top: 18px;
  }
  .challengeDoor-list.-parent
    .challengeDoor-list__item
    + .challengeDoor-list__item {
    margin-top: 32px;
  }
  .challengeDoor-list.-parent {
    display: block;
    margin-top: 48px;
  }
  .p-challengeSub .challengeDoor-list {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 48px;
  }
  .challengeDoor-list__item {
    width: 100%;
  }
  .challengeDoor-list.-parent .challengeDoor-list__label.-oneline .-text {
    top: 19px;
  }
  .challengeDoor-list__label {
    top: min(calc(10 / 372 * -100%), -35px);
    padding-top: 0;
  }
  .l-challengeSub-connection__inner .challengeDoor-list__label .-text {
    top: 14px;
  }
  .l-challengeSub-connection__inner .challengeDoor-list__label.-oneline .-text {
    top: 17px;
  }
  .challengeDoor-list__item .-arrow img {
    width: 11.51px;
    height: 12.16px;
  }
  .challengeDoor-list__item .-button {
    right: calc(40 / 314 * 100%);
    width: calc(40 / 314 * 100%);
  }
  .challengeDoor-list__title {
    margin-top: 16px;
    color: #0a0a0a;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .challengeDoor-list__title .-sm {
    display: block;
    font-size: 14px;
  }
  .challengeDoor-list__title .-md {
    font-size: clamp(14px, calc(19 / 375 * 100vw), 23px);
  }
}
@media (width < 1280px) {
  .c-dna {
    margin-top: 96px;
  }
  .p-dna__topWrapper {
    z-index: 10;
    position: relative;
    width: calc(335 / 375 * 100%);
  }
  .p-dna__topInner {
    width: 100%;
    max-width: initial;
  }
  .c-breadcrumbs__wrapper.-dna {
    margin-bottom: 56px;
  }
  :lang(en) .c-breadcrumbs__wrapper.-dna {
    margin-bottom: 24px;
  }
  .c-dna .c-breadcrumbs__item:not(:last-child) .c-breadcrumbs__link {
    color: #fff;
  }
  .c-dna .c-breadcrumbs__item:not(:last-child) .c-breadcrumbs__link:after {
    background-color: #fff;
  }
  .c-dna .c-breadcrumbs__item:last-child .c-breadcrumbs__link {
    color: #fff;
  }
  .c-dna__heading {
    padding-top: 56px;
    margin-bottom: 32px;
    color: #fff;
    font-size: clamp(26px, calc(32 / 375 * 100vw), 32px);
  }
  :lang(en) .c-dna__heading {
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
  }
  .c-dna__subheading {
    margin-bottom: 17px;
    color: #fff;
    font-size: clamp(14px, 4.8vw, 24px);
  }
  :lang(en) .c-dna__subheading {
    max-width: 400px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 14px;
  }
  .c-dna__topText {
    margin-bottom: calc(70 / 375 * 100vw);
    color: #fff;
    font-size: clamp(12px, calc(16 / 375 * 100vw), 16px);
    line-height: 1.75;
  }
  :lang(en) .c-dna__topText {
    max-width: 400px;
    margin-bottom: calc(100 / 375 * 100vw);
    font-size: clamp(10px, calc(14 / 375 * 100vw), 16px);
    line-height: 1.625;
  }
  .c-dna__index__titile {
    margin-bottom: 8px;
  }
  .c-dna__index__list a {
    font-size: 16px;
  }
  .c-dna__index__width {
    width: 80%;
  }
  .scrollbar {
    position: absolute;
    top: 6%;
    right: 2px;
    width: 2px;
    height: 79%;
  }
  .c-dna__modal__title .-img {
    margin-bottom: 38px;
  }
  .c-dna__modal__subtitle {
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75;
    -moz-column-gap: 8px;
    column-gap: 8px;
    padding-left: 24px;
  }
  .c-dna__modal__subtitle:before {
    top: 5px;
    width: 18px;
    height: 18px;
    content: "";
  }
  .c-dna__index__scroll__wrapper {
    max-width: 700px;
    margin-inline: auto;
  }
  :lang(en) .c-dna__modal__section p {
    line-height: 1.5;
  }
  .c-dna__index__scroll p + p {
    margin-top: 16px;
  }
  .c-dna__index__scroll {
    padding-bottom: 20vh;
  }
  .c-dna__modal__title {
    margin-bottom: 24px;
    text-align: center;
  }
  .c-dna__modal__title .-text {
    font-size: 24px;
    letter-spacing: 0;
  }
  :lang(zh-cn) .c-dna__modal__title .-text {
    font-size: 20px;
    letter-spacing: 0;
  }
  .c-dna__index__scroll__wrapper {
    padding-inline: min(6.25vw, 180px);
  }
  .c-dna__content__title {
    margin-bottom: 18px;
    font-size: clamp(16px, calc(20 / 375 * 100vw), 24px);
    transition: all 0.5s;
  }
  .c-dna__content__text {
    margin-bottom: 18px;
    font-size: clamp(12px, calc(14 / 375 * 100vw), 16px);
  }
  .c-dna__bg img {
    display: block;
    position: relative;
    aspect-ratio: 465.65/574.35;
    height: auto;
    -o-object-fit: cover;
    width: 88%;
    height: 70%;
    object-fit: cover;
  }
  .c-dna__bg .-circle {
    display: block;
    position: relative;
    width: 100%;
    clip-path: circle(min(100%, 500px) at 20% 13%);
  }
  .c-dna__bg .-circle:before {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0a0a0a;
    content: "";
    opacity: 0.5;
    transition: all 0.5s;
  }
  .c-dna__modal__body {
    margin-top: 0;
    padding-top: clamp(20px, calc(70 / 375 * 100vw), 100px);
  }
  .c-dna__decorate1,
  .c-dna__decorate2,
  .c-dna__decorate3 {
    display: none;
  }
  .c-dna__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .c-dna__content__section {
    z-index: 30;
    top: calc(390 / 667 * 100dvh);
    height: calc(410 / 667 * 100dvh);
    padding-bottom: 00px;
    transition: opacity 0.4s, visibility 0.4s;
  }
  .c-dna__content__wrap {
    width: 100%;
  }
  .c-dna__content__innerText {
    width: calc(335 / 375 * 100%);
    max-width: 800px;
    margin-inline: auto;
  }
  .c-dna__content__innerText .c-button {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .c-dna__content__innerText .c-button {
    justify-content: flex-end;
    font-size: 16px;
  }
  .c-dna__content__innerText .c-button .-icon {
    width: 40px;
    height: 40px;
  }
  .ang-lst__sticky {
    visibility: hidden;
    opacity: 0;
    transition-delay: 0;
    transition-duration: 0.1s;
    transition-property: all;
  }
  .is-dnaTop .ang-lst__sticky {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
    transition-duration: 0.6s;
  }
  .ang-lst__collection-item.current {
    margin-left: calc(80 / 375 * 100vw);
  }
  .ang-lst__fixed {
    top: calc(300 / 667 * 100dvh);
    left: calc(125 / 375 * 100vw);
    transform: translate(-50%, calc(-400 / 667 * 100dvh));
  }
  .ang-lst__collection-item .-pos {
    transform: translateY(calc(55 / 667 * 100dvh));
  }
  .ang-lst__collection-item {
    left: clamp(-70px, -12vw, -15px);
    width: clamp(271px, calc(271 / 375 * 100vw), 380px);
  }
  .ang-lst__collection-list {
    display: none;
  }
  .p-dna__bgsp__top {
    visibility: hidden;
    z-index: 21;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(67 / 667 * 100dvh);
    background-color: #f5f4f0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
  }
  .p-dna__bgsp__bottom {
    visibility: hidden;
    z-index: 21;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(280 / 667 * 100dvh);
    background-color: #f5f4f0;
    opacity: 0;
    pointer-events: none;
    transition: height 0.5s;
  }
  .is-dnaTop .p-dna__bgsp__top,
  .is-dnaTop .p-dna__bgsp__bottom {
    visibility: visible;
    opacity: 1;
  }
  .p-dna__bgsp__bottom:after {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: calc(39 / 667 * 100vh);
    background: linear-gradient(180deg, #f3f2ee00, #f5f4f0f7 61.58%, #f5f4f0);
    content: "";
  }
  .p-dna__bgsp__top:after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(39 / 667 * 100vh);
    background: linear-gradient(0deg, #f3f2ee00, #f5f4f0f7 61.58%, #f5f4f0);
    content: "";
  }
  .ang-lst__fixed .-number {
    z-index: 23;
    top: 57%;
    left: 10%;
    transform: translateY(-50%);
  }
  :lang(en) .c-dna__content__title {
    margin-bottom: 10px;
    font-size: clamp(13px, calc(16 / 375 * 100vw), 18px);
  }
  :lang(en) .c-dna__content__text {
    font-size: clamp(10px, 3.2vw, 12px);
  }
  :lang(en) .c-dna__content__text {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  :lang(en) .c-dna__content__section {
    top: calc(380 / 667 * 100dvh);
  }
}
@media (width < 768px) {
  .c-dna__bg .-circle {
    display: block;
    position: relative;
    width: 100%;
    height: max(156vw, 560px);
    clip-path: circle(
      min(100%, min(calc(500 / 375 * 100vw), 480px)) at 40% 13%
    );
  }
  .c-dna__index__scroll__wrapper {
    position: relative;
    height: 100%;
    padding-right: 20px;
    padding-left: 0;
  }
  .c-dna .c-dna__bg img {
    width: 100%;
    height: 100%;
  }
}
@media (width <= 768px) {
  .p-challengeSub-fv__title {
    width: clamp(320px, calc(335 / 375 * 100vw), 500px);
  }
  .p-challengeSub-fv__title .-top {
    font-size: clamp(20px, 2vw, 32px);
  }
  .p-challengeSub-fv__title .-middle {
    margin-bottom: 25px;
    font-size: clamp(40px, 3.875vw, 62px);
  }
  :lang(en) .p-challengeSub-fv__title .-middle {
    font-size: clamp(28px, calc(32 / 375 * 100vw), 40px);
  }
  :lang(zh-cn) .p-challengeSub-fv__title .-middle {
    margin-bottom: 16px;
    font-size: clamp(28px, calc(32 / 375 * 100vw), 40px);
  }
  .p-challengeSub-fv__title .-bottom {
    margin-bottom: 36px;
    font-size: clamp(28px, 2.5vw, 40px);
  }
  :lang(zh-cn) .p-challengeSub-fv__title .-bottom {
    margin-bottom: 36px;
    font-size: clamp(24px, 2vw, 32px);
  }
  .p-challengeSub-fv__title .-sm {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: clamp(12px, 1.1875vw, 19px);
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
  }
  .p-challengeSub-fv__title .-sm:after,
  .p-challengeSub-fv__title .-sm:before {
    width: 60px;
  }
  .p-challengeSub-fv__text {
    top: 50%;
    width: clamp(205px, calc(335 / 375 * 100vw), 433px);
  }
  .p-challengeSub-fv {
    position: relative;
    aspect-ratio: 375 / 667;
    width: 100%;
  }
  .l-challengeSub-inner {
    width: calc(336 / 375 * 100%);
    min-width: inherit;
    max-width: inherit;
    margin: 0 auto;
  }
}
@media (width <= 767px) {
  .p-challengeSub-fv.--01 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-challengeSub-fv.--02 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-challengeSub-fv.--03 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-challengeSub-fv.--04 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-challengeSub-fv.--05 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-challengeSub-fv.--06 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-challengeSub-fv.--07 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-challengeSub-fv.--08 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-challengeSub-nav li a {
    padding: 24px 40px 24px 36px;
  }
  .p-challengeSub-nav li a:before {
    width: 18px;
    height: 38px;
  }
  .l-challengeSub-section {
    padding-top: 60px;
  }
  .l-messagePage-section {
    padding-top: 40px;
  }
  .p-challengeSub-main__sectionTitle {
    padding-left: 32px;
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.2px;
  }
  .p-challengeSub-main__sectionTitle:after {
    top: 6px;
    width: 21px;
    height: 26px;
  }
  .p-challengeSub-main__sectionText {
    margin-top: 42px;
    font-weight: 700;
    font-size: 17px;
    line-height: calc(36 / 17);
    letter-spacing: 0.3px;
  }
  .p-challengeSub-main__sectionCopy {
    margin-top: 24px;
    line-height: 2;
    letter-spacing: 0.4px;
  }
  .p-challengeSub-main__sectionImg.-vertical img {
    height: initial;
  }
  .p-challengeSub-main__sectionImg.-full img {
    width: 100%;
  }
  .p-challengeSub-main__sectionImg .-aspect {
    aspect-ratio: initial;
  }
  .p-challengeSub-main__sectionImg img {
    width: 100%;
  }
  .p-challengeSub-main__sectionImg {
    width: calc(280 / 375 * 100%);
    max-width: 280px;
    margin-top: 56px;
  }
  .p-challengeSub-main__sectionImg figcaption,
  .p-challengeSub figcaption {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  .p-challengeSub-main__sectionImg__flex
    .p-challengeSub-main__sectionImg
    .-left {
    aspect-ratio: initial;
    width: 75%;
  }
  .p-challengeSub-main__sectionImg__center {
    width: calc(280 / 375 * 100%);
    max-width: 280px;
  }
  .p-challengeSub-main__sectionImg__flex {
    margin-top: 48px;
  }
  .p-challengeSub-main__sectionImg__flex {
    display: block;
    width: 100%;
  }
  .p-challengeSub-main__sectionImg__flex .p-challengeSub-main__sectionImg {
    width: 100%;
    width: calc(280 / 375 * 100%);
    max-width: 280px;
    margin-top: 0;
  }
  .p-challengeSub-main__sectionImg__flex
    .p-challengeSub-main__sectionImg
    + .p-challengeSub-main__sectionImg {
    margin-top: 20px;
  }
  .l-challengeSub-connection {
    width: 100%;
    margin-bottom: 80px;
    padding: 64px 0;
    background: #f0eee7;
  }
  .l-challengeSub-connection__back {
    display: inline-block;
    position: relative;
    margin-top: 58px;
    text-align: center;
  }
  .l-challengeSub-connection__back span {
    font-size: 16px;
  }
  .l-challengeSub-connection .challengeDoor-list {
    display: flex !important;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .l-challengeSub-connection .challengeDoor-list__item {
    width: calc(260 / 375 * 100%);
  }
  .l-challengeSub-connection .swiper-pagination {
    display: block;
  }
  .l-challengeSub-connection .challengeDoor-list__title .-md {
    font-size: 4.8vw;
  }
  .l-challengeSub-connection .swiper-button-next,
  .l-challengeSub-connection .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 48.25px !important;
    height: 48.25px !important;
    border-radius: calc(1px / 0);
    background-color: #fff;
  }
  .l-challengeSub-connection .swiper-button-next:after,
  .l-challengeSub-connection .swiper-button-prev:before {
    display: block;
    position: absolute;
    width: 20px;
    height: 21px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3csvg%20id='グループ_169895'%20data-name='グループ%20169895'%20xmlns='http://www.w3.org/2000/svg'%20width='13.637'%20height='14.409'%20viewBox='0%200%2013.637%2014.409'%3e%3cg%20id='グループ_169894'%20data-name='グループ%20169894'%20transform='translate(0%200)'%3e%3cpath%20id='パス_1321801'%20data-name='パス%201321801'%20d='M0,7.2A1.029,1.029,0,0,0,1.029,8.234h9.094L5.7,12.652A1.029,1.029,0,0,0,7.16,14.107l6.175-6.175h0a1.02,1.02,0,0,0,.128-.157c.017-.025.028-.052.043-.079a.989.989,0,0,0,.052-.1,1,1,0,0,0,.032-.1c.009-.029.02-.057.026-.088a1.032,1.032,0,0,0,0-.4c-.006-.03-.017-.058-.026-.087a.6.6,0,0,0-.084-.2c-.014-.026-.026-.054-.043-.079a1.035,1.035,0,0,0-.128-.157L7.16.3A1.029,1.029,0,0,0,5.7,1.757l4.418,4.418H1.029A1.029,1.029,0,0,0,0,7.2'%20transform='translate(0%200)'%20fill='%230a0a0a'/%3e%3c/g%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .l-challengeSub-connection .swiper-button-prev:before {
    transform: rotate(180deg);
  }
  .l-challengeSub-connection .challengeDoor-list__title {
    position: relative;
  }
  .l-challengeSub-connection .challengeDoor-list__title .-center {
    display: block;
  }
  .l-challengeSub-connection .swiper-pagination-bullet-active,
  .l-challengeSub-connection .swiper-pagination-bullet {
    background: #1a1a1a;
  }
  .l-challengeSub-connection
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .l-challengeSub-connection
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
  }
  .l-challengeSub-connection .swiper-pagination {
    position: relative;
    margin-top: 32px;
  }
  .challengeDoor-list__button {
    text-align: center;
  }
}
@media (width <= 1280px) {
  .p-challengeSub-fv:after {
    aspect-ratio: 575 / 88;
    background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='375'%20height='88'%20viewBox='0%200%20375%2088'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_91595'%20data-name='長方形%2091595'%20width='375'%20height='88'%20transform='translate(-8351%20217)'%20fill='%23fff'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='マスクグループ_172193'%20data-name='マスクグループ%20172193'%20transform='translate(8351%20-217)'%20clip-path='url(%23clip-path)'%3e%3cellipse%20id='楕円形_4426'%20data-name='楕円形%204426'%20cx='452.5'%20cy='137.5'%20rx='452.5'%20ry='137.5'%20transform='translate(-8616%20217)'%20fill='%23f5f4f0'/%3e%3c/g%3e%3c/svg%3e");
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
  }
}
@media (width <= 787px) {
  .p-challengeSub-fv:after {
    aspect-ratio: 375 / 88;
    background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='375'%20height='88'%20viewBox='0%200%20375%2088'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='長方形_91595'%20data-name='長方形%2091595'%20width='375'%20height='88'%20transform='translate(-8351%20217)'%20fill='%23fff'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='マスクグループ_172193'%20data-name='マスクグループ%20172193'%20transform='translate(8351%20-217)'%20clip-path='url(%23clip-path)'%3e%3cellipse%20id='楕円形_4426'%20data-name='楕円形%204426'%20cx='452.5'%20cy='137.5'%20rx='452.5'%20ry='137.5'%20transform='translate(-8616%20217)'%20fill='%23f5f4f0'/%3e%3c/g%3e%3c/svg%3e");
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
  }
}
@media (max-width: 1200px) {
  .p-challengeSub-nav {
    position: static;
    width: 100%;
    max-width: initial;
    margin-inline: auto;
    padding: 24px 14px 3px 16px;
    transform: none;
    border-radius: 29px;
  }
}
@media (width <= 1200px) and (width >= 600px) {
  .p-challengeSub-nav {
    margin-top: 75px;
  }
}
@media (width >=1280px) {
  .p-challengeSub-main__topTitle {
    bottom: 0;
    max-width: initial;
  }
}
@media (width <= 1200px) {
  .p-challengeSub-main {
    padding: 0 0 80px;
  }
}
@media print {
  .p-header__wrapper {
    display: none;
  }
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-family: swiper-icons;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

