/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-40px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  transform: translateY(40px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .cat_animation {
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.animate.show .cat_animation {
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .animate .cat_animation {
    opacity: 0;
    animation: sp_opacity 0.3s linear forwards;
    animation-play-state: paused;
  }
  .animate.show .cat_animation {
    animation-play-state: running;
  }
}
@keyframes sp_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate .d1 {
  transition-delay: 100ms;
  animation-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
  animation-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
  animation-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
  animation-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
  animation-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
  animation-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
  animation-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
  animation-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
  animation-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
  animation-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
  animation-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
  animation-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
  animation-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
  animation-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
  animation-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
  animation-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
  animation-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
  animation-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
  animation-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
  animation-delay: 2000ms;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
:root {
  --blue: #0d18ad;
  --deep: #07106c;
  --yellow: #fff300;
  --pale: #f3f3f3;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html body {
  margin: 0;
  overflow-x: hidden;
  color: #000;
  font-family: "Inter", sans-serif;
  line-height: 2;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
html body h1,
html body h2,
html body h3 {
  font-weight: 700;
}
html body h1 {
  margin: 0.67em 0;
}
html body h2 {
  margin: 0.83em 0;
}
html body h3 {
  margin: 1em 0;
}
html body b,
html body strong,
html body dt,
html body dd,
html body summary {
  font-weight: 700;
}
html body p {
  margin: 1em 0;
}
html body small {
  font-size: 80%;
}
html body img {
  display: block;
}
html body a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (hover: hover) {
  html body a,
  html body button,
  html body summary {
    transition: opacity 0.25s ease, color 0.25s ease, background-color 0.25s ease;
  }
  html body a:not(.outline):hover,
  html body button:hover,
  html body summary:hover {
    opacity: 0.72;
  }
  html body a.outline:hover {
    color: #fff;
    background-color: var(--blue);
  }
}
html body section {
  position: relative;
}
html body section.white {
  background: #fff;
}
html body section.blue {
  color: #fff;
  background-image: url(../images/bg_skew.jpg);
  background-position: center top;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
html body section.pale {
  background: var(--pale);
}
html body section.paint::before {
  display: none;
}
html body section.skew::before, html body section.skew::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 201px;
  background: #fff;
  transform: none;
  pointer-events: none;
}
html body section.skew::before {
  top: -1px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
html body section.skew::after {
  bottom: -1px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
html body section .wrap {
  position: relative;
  z-index: 3;
  width: calc(100% - 48px);
  max-width: 750px;
  margin: auto;
}
html body section .wrap.narrow {
  max-width: 720px;
}
html body section .dot {
  filter: grayscale(1) contrast(1.6);
  mix-blend-mode: multiply;
}
html body section .sect {
  text-align: center;
  margin-bottom: 45px;
}
html body section .sect .sect-en {
  width: auto;
  height: 40px;
  margin: 0 auto;
  object-fit: contain;
}
html body section .sect em {
  color: var(--blue);
  font: 600 18px "IBM Plex Mono";
  letter-spacing: 0.08em;
}
html body section .sect h2 {
  margin: 0;
  font-size: 27px;
}
html body section .outline {
  display: flex;
  min-height: 50px;
  width: 500px;
  margin: 35px auto 0;
  border: 2px solid var(--blue);
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-weight: 700;
}
html body section .pose-deco,
html body section .pose-title {
  position: absolute;
  height: auto;
  pointer-events: none;
}
html body section .pose-deco {
  z-index: 1;
  transform-origin: center;
}
html body section .pose-title {
  z-index: 4;
  width: 23.9583333333vw;
  left: 13.1944444444vw;
  top: 41.6666666667vw;
}
html body section .pose-deco--brush {
  z-index: 1;
}
html body section .pose-deco--line {
  z-index: 0;
}
html body section.pose-sequence {
  --pose-enter-x: -12.5vw;
}
html body section.pose-sequence.pose-sequence--right {
  --pose-enter-x: 12.5vw;
}
html body section.pose-sequence.pose-ready .pose-deco--brush,
html body section.pose-sequence.pose-ready .pose-deco--line,
html body section.pose-sequence.pose-ready .pose-title,
html body section.pose-sequence.pose-ready [class$=pose]:not(.pose-deco) {
  opacity: 0;
  translate: var(--pose-enter-x) 0;
  transition: opacity 0.75s ease, translate 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, translate;
}
html body section.pose-sequence.pose-ready .pose-deco--brush {
  transition-delay: 0s;
}
html body section.pose-sequence.pose-ready .pose-deco--line {
  transition-delay: 0.16s;
}
html body section.pose-sequence.pose-ready .pose-title {
  transition-delay: 0.32s;
}
html body section.pose-sequence.pose-ready [class$=pose]:not(.pose-deco) {
  transition-delay: 0.48s;
}
html body section.pose-sequence.pose-ready.pose-show .pose-deco--brush,
html body section.pose-sequence.pose-ready.pose-show .pose-deco--line,
html body section.pose-sequence.pose-ready.pose-show .pose-title,
html body section.pose-sequence.pose-ready.pose-show [class$=pose]:not(.pose-deco) {
  opacity: 1;
  translate: 0 0;
}
html body section.hero {
  height: 59.0277777778vw;
  background: url(../images/kv_bg.jpg) center top/100% 100% no-repeat;
}
html body section.hero .hero__logo,
html body section.hero .hero__title,
html body section.hero .hero__player,
html body section.hero .hero__ticker {
  position: absolute;
  height: auto;
}
html body section.hero .hero__logo {
  z-index: 5;
  top: 50px;
  left: 50px;
  width: 12.5%;
}
html body section.hero .hero__title {
  z-index: 3;
  top: 7.65%;
  left: 50%;
  width: 43.44%;
  transform: translateX(-50%);
}
html body section.hero .hero__player {
  z-index: 4;
  bottom: 4.94%;
}
html body section.hero .hero__player--left {
  left: 0;
  width: 55.14%;
}
html body section.hero .hero__player--right {
  right: 0;
  width: 44.76%;
}
html body section.hero .hero__ticker {
  z-index: 5;
  right: 0;
  bottom: 15px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
html body section.hero .hero__ticker .hero__ticker-track {
  display: flex;
  width: 200%;
  animation: hero-ticker 24s linear infinite;
  will-change: transform;
}
html body section.hero .hero__ticker .hero__ticker-track img {
  width: 50%;
  height: auto;
  flex: 0 0 50%;
}
html body section.lead {
  padding-top: 15.5555555556vw;
  padding-bottom: 15.2777777778vw;
}
html body section.lead .wrap {
  max-width: 810px;
}
html body section.lead h1 {
  margin: 0 0 65px;
  color: var(--blue);
  font-size: 80px;
  line-height: 95px;
}
html body section.lead p {
  font-size: 18px;
  line-height: 32px;
}
html body section.lead .leadpose {
  position: absolute;
  z-index: 2;
  width: 65.5555555556vw;
  right: -22.7777777778vw;
  bottom: -26.875vw;
}
html body section.lead .pose-deco--brush {
  width: 95.9722222222vw;
  right: -44.4444444444vw;
  bottom: 15.2777777778vw;
  transform: rotate(0deg);
}
html body section.lead .pose-deco--line {
  width: 64.8611111111vw;
  right: -17.3611111111vw;
  bottom: 13.8888888889vw;
  transform: rotate(160deg);
}
html body section.info {
  padding-top: 10.0694444444vw;
  padding-bottom: 9.375vw;
}
html body section.info .wrap {
  max-width: 500px;
}
html body section.info dl {
  margin: auto;
}
html body section.info dl div {
  display: grid;
  grid-template-columns: 132px 1fr;
  margin: 12px 0;
}
html body section.info dt {
  padding: 7px 12px 9px;
  color: #fff;
  background: var(--blue);
  text-align: center;
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
}
html body section.info dd {
  margin: 0;
  padding: 7px 0 7px 32px;
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
}
html body section.career {
  padding-top: 55.5555555556vw;
  padding-bottom: 18.0555555556vw;
}
html body section.career p {
  font-size: 16px;
}
html body section.career .careerpose {
  position: absolute;
  z-index: 2;
  width: 54.5138888889vw;
  left: 36.5277777778vw;
  top: -6.9444444444vw;
}
html body section.career .pose-deco--brush {
  width: 72.9166666667vw;
  left: -0.6944444444vw;
  top: -9.0277777778vw;
  transform: rotate(70deg);
}
html body section.career .pose-deco--line {
  width: 57.5vw;
  left: -20.1388888889vw;
  top: 15.2777777778vw;
  transform: rotate(186deg) rotateY(180deg);
}
html body section.career .pose-title {
  left: 15.2777777778vw;
  top: 22.2222222222vw;
}
html body section.career h2 {
  font-size: 30px;
  line-height: 1.45;
}
html body section.career h3 {
  text-align: center;
  margin: 80px 0 50px;
  font-size: 25px;
}
html body section.career .icons {
  max-width: 680px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  text-align: center;
  color: var(--blue);
}
html body section.career .icons img {
  width: 90px;
  height: 55px;
  margin: 0 auto 18px;
  object-fit: contain;
}
html body section.career .icons b {
  display: block;
  color: #111;
  font-size: 15px;
  line-height: 1.5;
}
html body section .yellowword {
  color: var(--yellow);
}
html body section .over {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
}
html body section.history {
  padding-top: 48.6111111111vw;
  padding-bottom: 25vw;
  background-color: rgb(19, 23, 108);
  background-image: url(../images/history_bg_image.png), url(../images/bg_skew.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: center bottom -150px, center top;
  background-size: 1440px auto, auto 100%;
}
html body section.history .historypose {
  position: absolute;
  z-index: 2;
  width: 69.3055555556vw;
  right: 37.5vw;
  top: -19.4444444444vw;
}
html body section.history .pose-title {
  z-index: 3;
  width: 26.25vw;
  left: auto;
  right: 20.8333333333vw;
  top: 15.9722222222vw;
}
html body section.history .pose-deco--brush {
  width: 79.8611111111vw;
  right: -16.6666666667vw;
  top: -38.1944444444vw;
  transform: rotate(30deg);
}
html body section.history .pose-deco--line {
  width: 68.0555555556vw;
  right: -18.75vw;
  top: 9.7222222222vw;
  transform: rotate(176deg);
}
html body section.history h2 {
  font-size: 60px;
  line-height: 1.3;
  margin: 5px 0 65px;
}
html body section.history ol {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 44px;
}
html body section.history li {
  --timeline-label-size: 23px;
  --timeline-label-center: 17.25px;
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: start;
  margin-bottom: 50px;
}
html body section.history li:before {
  content: "";
  position: absolute;
  top: var(--timeline-label-center);
  left: -44px;
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  transform: translateY(-50%);
}
html body section.history li:after {
  content: "";
  position: absolute;
  top: var(--timeline-label-center);
  left: -44px;
  width: 1px;
  height: calc(100% + 50px);
  background: rgba(255, 255, 255, 0.75);
}
html body section.history li:last-child {
  margin-bottom: 0;
}
html body section.history li:last-child:after {
  display: none;
}
html body section.history li:last-child:before {
  height: 7px;
  background: var(--yellow);
}
html body section.history li > b {
  font-size: var(--timeline-label-size);
  line-height: 1.5;
}
html body section.history li p {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}
html body section.history li:last-child > b {
  color: var(--yellow);
}
html body section.future {
  padding-top: 8.3333333333vw;
  padding-bottom: 8.3333333333vw;
}
html body section.future .wrap {
  max-width: 810px;
}
html body section.future p {
  font-size: 18px;
  line-height: 40px;
}
html body section.future p.over {
  font-size: 28px;
  line-height: 34px;
}
html body section.future h2 {
  font-size: 80px;
  line-height: 97px;
  margin: 15px 0 40px;
  color: var(--blue);
}
html body section.future h3 {
  font-size: 35px;
  line-height: 42px;
  font-weight: 500;
}
html body section.spirit {
  padding-top: 34.7222222222vw;
  padding-bottom: 34.7222222222vw;
}
html body section.spirit h2 {
  font-size: 80px;
  line-height: 97px;
  font-weight: 600;
  margin: 15px 0 28px;
}
html body section.spirit h3 {
  font-size: 35px;
  line-height: 42px;
  font-weight: 500;
}
html body section.spirit p {
  font-size: 18px;
}
html body section.spirit p.over {
  font-size: 28px;
}
html body section.spirit .values {
  display: grid;
  grid-template-columns: 342px 342px;
  gap: 60px 160px;
  margin-top: 100px;
}
html body section.spirit .values div:nth-child(even) {
  transform: translateY(60px);
}
html body section.spirit .values div:nth-child(3),
html body section.spirit .values div:nth-child(4) {
  justify-self: end;
}
html body section.spirit .values div:nth-child(3) b,
html body section.spirit .values div:nth-child(4) b {
  text-align: right;
  margin-right: 16px;
  margin-left: auto;
}
html body section.spirit .values b {
  display: block;
  width: fit-content;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  padding-left: 45px;
  margin-bottom: 10px;
  position: relative;
}
html body section.spirit .values b:before {
  content: "";
  display: block;
  width: 29px;
  height: 25px;
  background: url("../images/spirit_arrow.png") no-repeat center/100%;
  position: absolute;
  top: 10px;
  left: 0;
}
html body section.spirit .values small {
  font-size: 18px;
  font-weight: 500;
}
html body section.spirit .spiritpose {
  position: absolute;
  z-index: 2;
  width: 69.4444444444vw;
  right: -15.2777777778vw;
  top: -43.75vw;
}
html body section.spirit .pose-title {
  width: 21.0416666667vw;
  left: auto;
  right: 17.3611111111vw;
  top: 12.5vw;
}
html body section.spirit .pose-deco--brush {
  width: 77.7777777778vw;
  right: 0.6944444444vw;
  top: -29.8611111111vw;
  transform: rotate(-60deg) rotateY(180deg);
}
html body section.spirit .pose-deco--line {
  width: 57.5vw;
  right: -13.8888888889vw;
  top: 13.8888888889vw;
  transform: rotate(-150deg);
}
html body section.ambition {
  padding-top: 34.7222222222vw;
  padding-bottom: 13.8888888889vw;
}
html body section.ambition h2 {
  margin: 0 0 38px;
  color: var(--blue);
  font-size: 80px;
  line-height: 97px;
}
html body section.ambition p {
  font-size: 18px;
}
html body section.ambition b {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}
html body section.ambition h3 {
  font-size: 35px;
  line-height: 42px;
}
html body section.ambition .pose-title {
  width: 30.8333333333vw;
  top: 6.9444444444vw;
  left: 30.9027777778vw;
}
html body section.ambition .ambitionpose {
  position: absolute;
  z-index: 2;
  width: 83.1944444444vw;
  left: -25vw;
  top: -52.0833333333vw;
}
html body section.ambition .pose-deco--brush {
  width: 97.2222222222vw;
  left: -6.9444444444vw;
  top: -27.7777777778vw;
  transform: rotate(-60deg) rotateY(180deg);
}
html body section.ambition .pose-deco--line {
  width: 69.4444444444vw;
  left: -10.4166666667vw;
  top: 6.9444444444vw;
  transform: rotate(-3deg);
}
html body section.faq {
  padding: 70px 0 90px;
}
html body section.faq .wrap {
  max-width: 800px;
}
html body section.faq details {
  margin: 15px 0;
  background: #fff;
}
html body section.faq details summary {
  position: relative;
  padding: 14px 60px 13px;
  color: #111;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
html body section.faq details summary::marker, html body section.faq details summary::-webkit-details-marker {
  display: none;
  content: "";
}
html body section.faq details summary:before {
  content: "Q";
  padding: 3px 8px;
  color: #fff;
  background: var(--blue);
  position: absolute;
  top: 10px;
  left: 16px;
}
html body section.faq details summary .faq-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--blue);
  transform: translateY(-50%);
}
html body section.faq details summary .faq-arrow:before, html body section.faq details summary .faq-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 2px;
  background: #fff;
}
html body section.faq details summary .faq-arrow:before {
  left: 8px;
  transform: rotate(45deg);
}
html body section.faq details summary .faq-arrow:after {
  right: 8px;
  transform: rotate(-45deg);
}
html body section.faq details p {
  margin: 0;
  padding: 28px 15px;
  font-size: 18px;
  line-height: 24px;
}
html body section.faq details[open] summary {
  color: var(--yellow);
  background: var(--blue);
}
html body section.faq details[open] summary:before {
  background: #fff;
  color: var(--blue);
}
html body section.faq details[open] summary .faq-arrow {
  background: #fff;
}
html body section.faq details[open] summary .faq-arrow:before, html body section.faq details[open] summary .faq-arrow:after {
  background: var(--blue);
}
html body section.faq details[open] summary .faq-arrow:before {
  transform: rotate(-45deg);
}
html body section.faq details[open] summary .faq-arrow:after {
  transform: rotate(45deg);
}
html body section.links {
  padding: 120px 0 100px;
  text-align: center;
}
html body section.links .wrap {
  max-width: 1004px;
}
html body section.links h2 {
  font-size: 35px;
}
html body section.links p {
  font-size: 18px;
  line-height: 40px;
}
html body section.links .outline {
  max-width: 650px;
}
html body section.links .banner {
  display: block;
  width: 100%;
  max-width: 795px;
  margin: 80px auto 0;
}
html body section.links .banner img {
  width: 100%;
}
html body section.links .bluebtn {
  display: block;
  max-width: 560px;
  margin: 50px auto 80px;
  padding: 14px;
  border-radius: 30px;
  color: #fff;
  background: var(--blue);
  font-weight: 700;
}
html body section.links .recruit {
  max-width: 1004px;
}
html body section.closing {
  padding: 13.125vw 0 11.5972222222vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/closing_bg.jpg) center center/cover;
}
html body section.closing p {
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
}
html body section.closing p.note {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  position: absolute;
  right: 80px;
  bottom: 15px;
}
@media (max-width: 767px) {
  html body section.pose-sequence {
    --pose-enter-x: -24vw;
  }
  html body section.pose-sequence.pose-sequence--right {
    --pose-enter-x: 24vw;
  }
  html body section .wrap {
    width: calc(100% - 50px);
    max-width: none;
  }
  html body section.hero {
    height: 201.8666666667vw;
    max-height: none;
    background-image: url(../images/kv_bg_sp.jpg);
  }
  html body section.hero .hero__logo {
    top: 6.9333333333vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 38.4vw;
  }
  html body section.hero .hero__title {
    top: 33.3333333333vw;
    width: 86.9333333333vw;
  }
  html body section.hero .hero__player--sp {
    right: 0;
    bottom: -5.3333333333vw;
    left: 0;
    width: 100%;
  }
  html body section.lead {
    padding-top: 45px;
    padding-bottom: 74.6666666667vw;
  }
  html body section.lead h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 14px;
  }
  html body section.lead p {
    font-size: 16px;
    line-height: 32px;
  }
  html body section.lead .leadpose {
    width: 135.4666666667vw;
    right: -39.4666666667vw;
    bottom: -25.3333333333vw;
  }
  html body section.lead .pose-deco--brush {
    width: 153.3333333333vw;
    right: -61.8666666667vw;
    bottom: 46.6666666667vw;
  }
  html body section.lead .pose-deco--line {
    width: 144vw;
    right: -42.6666666667vw;
    bottom: 32vw;
  }
  html body section .sect {
    margin-bottom: 32px;
  }
  html body section .sect h2 {
    font-size: 20px;
  }
  html body section .sect .sect-en {
    height: 26px;
  }
  html body section.info {
    padding-top: 17.6vw;
    padding-bottom: 147px;
  }
  html body section.info dl {
    max-width: 325px;
    margin: 0 auto 45px;
  }
  html body section.info dl div {
    grid-template-columns: 70px 1fr;
    margin: 4px 0;
  }
  html body section.info dt {
    padding: 5px 7px 7px;
    font-size: 13px;
    line-height: 16px;
  }
  html body section.info dd {
    padding: 5px 7px 7px;
    font-size: 13px;
    line-height: 16px;
  }
  html body section .outline {
    width: 100%;
    min-height: 50px;
    margin-top: 15px;
    font-size: 13px;
  }
  html body section.career {
    padding-top: 104vw;
    padding-bottom: 62.6666666667vw;
  }
  html body section.career p {
    font-size: 16px;
    line-height: 32px;
  }
  html body section.career .careerpose {
    width: 91.4666666667vw;
    left: 5.3333333333vw;
    top: -16.5333333333vw;
  }
  html body section.career .pose-deco--brush {
    width: 120vw;
    left: -8vw;
    top: 8vw;
  }
  html body section.career .pose-deco--line {
    width: 85.3333333333vw;
    left: -10.6666666667vw;
    top: 58.6666666667vw;
  }
  html body section.career .pose-title {
    width: 40.5333333333vw;
    left: 37.3333333333vw;
    top: 64vw;
  }
  html body section.career h2 {
    font-size: 30px;
    line-height: 40px;
  }
  html body section.career h3 {
    margin: 70px 0 40px;
    font-size: 20px;
  }
  html body section.career .icons img {
    width: 80px;
    height: 46px;
    margin-bottom: 8px;
  }
  html body section.career .icons b {
    font-size: 11px;
    line-height: 17px;
  }
  html body section .pose-title {
    width: 61.3333333333vw;
    left: 6.6666666667vw;
    top: 88vw;
  }
  html body section.skew::before, html body section.skew::after {
    height: 60px;
  }
  html body section .over {
    font-size: 15px;
  }
  html body section.history {
    padding-top: 69.3333333333vw;
    padding-bottom: 26.6666666667vw;
    background-position: center bottom, center top;
    background-size: 115% auto, auto 100%;
  }
  html body section.history .historypose {
    width: 101.8666666667vw;
    left: -6.4vw;
    top: -59.2vw;
  }
  html body section.history .pose-title {
    width: 44.2666666667vw;
    right: 50.6666666667vw;
    top: 16vw;
  }
  html body section.history .pose-deco--brush {
    width: 149.3333333333vw;
    left: -21.3333333333vw;
    top: -74.6666666667vw;
  }
  html body section.history .pose-deco--line {
    width: 108vw;
    right: -16vw;
    top: 4vw;
  }
  html body section.history h2 {
    font-size: 44px;
    line-height: 53px;
    margin-bottom: 40px;
  }
  html body section.history li {
    --timeline-label-size: 12px;
    --timeline-label-center: 9px;
    grid-template-columns: 70px 1fr;
    margin-bottom: 28px;
  }
  html body section.history ol {
    padding-left: 22px;
  }
  html body section.history li:before {
    left: -22px;
    width: 14px;
  }
  html body section.history li:after {
    left: -22px;
    height: calc(100% + 28px);
  }
  html body section.history li p {
    font-size: 13px;
  }
  html body section.history li b {
    font-size: 16px;
  }
  html body section.future {
    padding-top: 50px;
    padding-bottom: 21.3333333333vw;
  }
  html body section.future p {
    font-size: 16px;
    line-height: 32px;
  }
  html body section.future p.over {
    font-size: 15px;
    line-height: 18px;
  }
  html body section.future h2 {
    font-size: 44px;
    line-height: 53px;
    margin-bottom: 21px;
  }
  html body section.future h3 {
    font-size: 20px;
    line-height: 30px;
  }
  html body section.spirit {
    padding-top: 74.6666666667vw;
    padding-bottom: 48vw;
  }
  html body section.spirit h2 {
    font-size: 44px;
    line-height: 53px;
    margin-bottom: 22px;
  }
  html body section.spirit h3 {
    font-size: 20px;
  }
  html body section.spirit p {
    font-size: 16px;
  }
  html body section.spirit p.over {
    font-size: 15px;
  }
  html body section.spirit .values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    gap: 25.3333333333vw 4vw;
    margin-top: 45px;
    max-width: 450px;
  }
  html body section.spirit .values div:nth-child(even) {
    transform: none;
  }
  html body section.spirit .values div:nth-child(3),
  html body section.spirit .values div:nth-child(4) {
    transform: translateY(19.2vw);
  }
  html body section.spirit .values b {
    padding-left: 28px;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 30px;
  }
  html body section.spirit .values b:before {
    top: 1px;
    width: 20px;
    height: 27px;
  }
  html body section.spirit .values small {
    display: block;
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
  }
  html body section.spirit .spiritpose {
    width: 107.4666666667vw;
    right: -17.3333333333vw;
    top: -58.6666666667vw;
  }
  html body section.spirit .pose-title {
    width: 35.4666666667vw;
    right: 54.6666666667vw;
    top: 24vw;
  }
  html body section.spirit .pose-deco--brush {
    width: 213.3333333333vw;
    right: -106.6666666667vw;
    top: -138.6666666667vw;
  }
  html body section.spirit .pose-deco--line {
    width: 113.0666666667vw;
    right: -26.6666666667vw;
    top: 29.3333333333vw;
  }
  html body section.ambition {
    padding-top: 85.3333333333vw;
    padding-bottom: 50px;
  }
  html body section.ambition .wrap {
    width: calc(100% - 20px);
  }
  html body section.ambition h2 {
    font-size: 44px;
    line-height: 53px;
    margin-bottom: 20px;
  }
  html body section.ambition p {
    font-size: 16px;
    line-height: 32px;
  }
  html body section.ambition h3 {
    font-size: 20px;
    line-height: 30px;
  }
  html body section.ambition .wrap > b {
    line-height: 25px;
  }
  html body section.ambition .ambitionpose {
    width: 128vw;
    left: -36.8vw;
    top: -42.6666666667vw;
  }
  html body section.ambition .pose-title {
    width: 51.7333333333vw;
    top: 48vw;
    left: 25.3333333333vw;
  }
  html body section.ambition .pose-deco--brush {
    width: 186.6666666667vw;
    left: -53.3333333333vw;
    top: -13.3333333333vw;
  }
  html body section.ambition .pose-deco--line {
    width: 122.1333333333vw;
    left: -48vw;
    top: 49.3333333333vw;
  }
  html body section.faq {
    padding: 50px 0 70px;
  }
  html body section.faq .wrap {
    width: calc(100% - 30px);
  }
  html body section.faq details {
    margin: 10px 0;
  }
  html body section.faq details summary {
    min-height: 36px;
    padding: 10px 44px;
    font-size: 13px;
    line-height: 16px;
  }
  html body section.faq details summary .faq-arrow {
    right: 10px;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  html body section.faq details summary .faq-arrow:before, html body section.faq details summary .faq-arrow:after {
    width: 6px;
    height: 2px;
  }
  html body section.faq details summary .faq-arrow:before {
    left: 5px;
  }
  html body section.faq details summary .faq-arrow:after {
    right: 5px;
  }
  html body section.faq details summary:before {
    top: 50%;
    left: 15px;
    display: grid;
    width: 20px;
    height: 20px;
    padding: 0;
    place-items: center;
    transform: translateY(-50%);
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
  }
  html body section.faq details p {
    padding: 12px 10px;
    font-size: 13px;
    line-height: 16px;
  }
  html body section.links {
    padding: 75px 0 53px;
  }
  html body section.links h2 {
    font-size: 30px;
    line-height: 36px;
  }
  html body section.links p {
    font-size: 16px;
    line-height: 32px;
  }
  html body section.links .banner {
    width: 100%;
    height: auto;
    margin: 60px auto 15px;
  }
  html body section.links .banner b {
    font-size: 13px;
  }
  html body section.links .banner span {
    font-size: 8px;
  }
  html body section.links .banner--image {
    height: auto;
    padding: 0;
  }
  html body section.links .outline {
    margin-top: 40px;
  }
  html body section.links .bluebtn {
    font-size: 13px;
    margin-bottom: auto;
  }
  html body section.links .recruit {
    margin-top: 36px;
  }
  html body section.closing {
    padding: 107px 0;
  }
  html body section.closing p {
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
  }
  html body section.closing p.note {
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
  }
}
html body footer {
  padding: 22px 30px;
  color: #fff;
  background: #050505;
  text-align: center;
  font-size: 12px;
}
html body .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s;
}
html body .reveal.show {
  opacity: 1;
  transform: none;
}
@media (max-width: 767px) {
  html body footer {
    padding: 21px 15px;
    font-size: 11px;
  }
  html body .pc {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html body .reveal {
    opacity: 1;
    transform: none;
  }
  html body .pose-sequence.pose-ready .pose-deco--brush,
  html body .pose-sequence.pose-ready .pose-deco--line,
  html body .pose-sequence.pose-ready .pose-title,
  html body .pose-sequence.pose-ready [class$=pose]:not(.pose-deco) {
    opacity: 1;
    translate: 0 0;
    transition: none;
  }
  html body .hero__ticker-track {
    animation: none !important;
  }
}

@keyframes hero-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}