﻿@charset "UTF-8";
:root {
  --font-body: Montserrat, "Noto Sans JP", sans-serif;
  --font-size: 1.6rem;
  --viewport-width: 100vw;
  --vanta-black: #000;
  --black: #222;
  --white: #fff;
  --gray: #d9d9d9;
  --heavy-dark-gray: #9a9a9a;
  --dark-gray: #bfbfbf;
  --light-gray: #f7f7f7;
  --orange: #b31212;
  --blue: #0066cc;
  --bold-blue: #0b32fe;
  --purple: #5570ff;
}

@media screen and (max-width: 767px) {
  :root {
    --font-size: 1.4rem;
  }
}
@-webkit-keyframes animImageSwitch {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animImageSwitch {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes animImageSwitchRecruit {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  14.28% {
    opacity: 1;
  }
  19.28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animImageSwitchRecruit {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  14.28% {
    opacity: 1;
  }
  19.28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes animMoveX {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@keyframes animMoveX {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@-webkit-keyframes animInfinityScrollLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes animInfinityScrollLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-list {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-list {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showTextFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes showTextFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes gradientFlow {
  0% {
    background-position: 0% 0; /* 初期位置 */
  }
  50% {
    background-position: 100% 0; /* 中間位置 */
  }
  100% {
    background-position: 200% 0; /* 終了位置（背景が右に流れる） */
  }
}
@keyframes gradientFlow {
  0% {
    background-position: 0% 0; /* 初期位置 */
  }
  50% {
    background-position: 100% 0; /* 中間位置 */
  }
  100% {
    background-position: 200% 0; /* 終了位置（背景が右に流れる） */
  }
}
@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide-in {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideUpMessage {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpMessage {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes worksFadeUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes worksFadeUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.parts-archive {
  font: 500 14px/1 var(--font-body);
  letter-spacing: 0.05em;
  width: 131px;
  position: relative;
}
.parts-archive .parts-archive-cate {
  border: 1px solid var(--dark-gray);
  border-radius: 5px;
  background: white;
  padding: 14px 16px;
  color: var(--dark-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 42px;
}
.parts-archive .parts-archive-cate::before {
  content: none;
}
.parts-archive .parts-archive-cate::after {
  content: "" !important;
  display: block;
  width: 8px;
  height: 8px;
  border-color: var(--orange);
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-bottom: 4px;
}
.parts-archive .parts-archive-inner {
  background: var(--white);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 10px 0 8px;
}
.parts-archive .parts-archive-inner li a {
  padding: 8px 16px;
  display: block;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  line-height: 1.5;
}
.parts-archive .parts-archive-inner li a:hover {
  color: var(--orange);
}
.parts-archive .parts-archive-inner li a[aria-current=page] {
  color: var(--orange);
}
.parts-archive .parts-archive-inner.show-ar {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  top: 43px;
  z-index: 10;
}

.parts-button-element svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.parts-button-element:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.parts-button-element {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 500 18px/1 var(--font-body);
  letter-spacing: 0.05em;
  gap: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  padding: 10px 12px 10px 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.parts-button-element__arrow-arrow, .parts-button-element__arrow-circle {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.parts-button-element.--vanta-black {
  background: #000;
  border: 1px solid #000;
}
.parts-button-element .parts-button-element__arrow-arrow {
  fill: var(--white);
  stroke: none;
}
.parts-button-element .parts-button-element__arrow-circle {
  fill: var(--vanta-black);
  stroke: var(--white);
}
.parts-button-element.--black {
  background: #222;
  border: 1px solid #222;
}
.parts-button-element .parts-button-element__arrow-arrow {
  fill: var(--white);
  stroke: none;
}
.parts-button-element .parts-button-element__arrow-circle {
  fill: var(--vanta-black);
  stroke: var(--white);
}
.parts-button-element.--white {
  background: #fff;
  border: 1px solid #fff;
}
.parts-button-element .parts-button-element__arrow-arrow {
  fill: var(--white);
  stroke: none;
}
.parts-button-element .parts-button-element__arrow-circle {
  fill: var(--vanta-black);
  stroke: var(--white);
}
.parts-button-element.--gray {
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
}
.parts-button-element .parts-button-element__arrow-arrow {
  fill: var(--white);
  stroke: none;
}
.parts-button-element .parts-button-element__arrow-circle {
  fill: var(--vanta-black);
  stroke: var(--white);
}
.parts-button-element.--heavy-dark-gray {
  background: #9a9a9a;
  border: 1px solid #9a9a9a;
}
.parts-button-element .parts-button-element__arrow-arrow {
  fill: var(--white);
  stroke: none;
}
.parts-button-element .parts-button-element__arrow-circle {
  fill: var(--vanta-black);
  stroke: var(--white);
}
.parts-button-element.--dark-gray {
  background: #bfbfbf;
  border: 1px solid #bfbfbf;
}
.parts-button-element .parts-button-element__arrow-arrow {
  fill: var(--white);
  stroke: none;
}
.parts-button-element .parts-button-element__arrow-circle {
  fill: var(--vanta-black);
  stroke: var(--white);
}
.parts-button-element.--light-gray {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
}
.parts-button-element .parts-button-element__arrow-arrow {
  fill: var(--white);
  stroke: none;
}
.parts-button-element .parts-button-element__arrow-circle {
  fill: var(--vanta-black);
  stroke: var(--white);
}
.parts-button-element.--orange {
  background: #b31212;
  border: 1px solid #b31212;
}
.parts-button-element .parts-button-element__arrow-arrow {
  fill: var(--white);
  stroke: none;
}
.parts-button-element .parts-button-element__arrow-circle {
  fill: var(--vanta-black);
  stroke: var(--white);
}
.parts-button-element.--blue {
  background: #0066cc;
  border: 1px solid #0066cc;
}
.parts-button-element .parts-button-element__arrow-arrow {
  fill: var(--white);
  stroke: none;
}
.parts-button-element .parts-button-element__arrow-circle {
  fill: var(--vanta-black);
  stroke: var(--white);
}
.parts-button-element.--bold-blue {
  background: #0b32fe;
  border: 1px solid #0b32fe;
}
.parts-button-element .parts-button-element__arrow-arrow {
  fill: var(--white);
  stroke: none;
}
.parts-button-element .parts-button-element__arrow-circle {
  fill: var(--vanta-black);
  stroke: var(--white);
}
.parts-button-element.--purple {
  background: #5570ff;
  border: 1px solid #5570ff;
}
.parts-button-element .parts-button-element__arrow-arrow {
  fill: var(--white);
  stroke: none;
}
.parts-button-element .parts-button-element__arrow-circle {
  fill: var(--vanta-black);
  stroke: var(--white);
}
.parts-button-element.--m {
  font: 500 16px/1 var(--font-body);
}
.parts-button-element.--white {
  border: 1px solid var(--vanta-black);
  color: black;
}
.parts-button-element.--white .parts-button-element__arrow-circle {
  fill: var(--white);
  stroke: black;
}
.parts-button-element.--white .parts-button-element__arrow-arrow {
  fill: black;
}
.parts-button-element:hover {
  background: var(--white);
  border: 1px solid var(--orange);
  color: var(--orange);
  opacity: initial;
}
.parts-button-element:hover .parts-button-element__arrow-circle {
  fill: var(--orange);
  stroke: var(--orange);
}
.parts-button-element:hover .parts-button-element__arrow-arrow {
  fill: var(--white) !important;
}
.parts-button-element.--prev {
  padding: 12px 48px 12px 12px !important;
}
.parts-button-element.--prev span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.parts-button-element.--prev .parts-button-element__arrow {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.parts-button-element.--prev:hover .parts-button-element__arrow {
  -webkit-transform: scale(-1) translateX(5px);
          transform: scale(-1) translateX(5px);
}

.parts-button-text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.parts-button-text:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.parts-button-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 500 18px/1 var(--font-body);
  gap: 10px;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .parts-button-text {
    font: 500 16px/1 var(--font-body);
    gap: 16px;
  }
}
.parts-button-text__arrow-arrow, .parts-button-text__arrow-circle {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.parts-button-text.--vanta-black {
  color: #000;
}
.parts-button-text.--vanta-black .parts-button-text__arrow-arrow {
  fill: #000;
  stroke: none;
}
.parts-button-text.--vanta-black .parts-button-text__arrow-circle {
  fill: none;
  stroke: #000;
}
.parts-button-text.--black {
  color: #222;
}
.parts-button-text.--black .parts-button-text__arrow-arrow {
  fill: #222;
  stroke: none;
}
.parts-button-text.--black .parts-button-text__arrow-circle {
  fill: none;
  stroke: #222;
}
.parts-button-text.--white {
  color: #fff;
}
.parts-button-text.--white .parts-button-text__arrow-arrow {
  fill: #fff;
  stroke: none;
}
.parts-button-text.--white .parts-button-text__arrow-circle {
  fill: none;
  stroke: #fff;
}
.parts-button-text.--gray {
  color: #d9d9d9;
}
.parts-button-text.--gray .parts-button-text__arrow-arrow {
  fill: #d9d9d9;
  stroke: none;
}
.parts-button-text.--gray .parts-button-text__arrow-circle {
  fill: none;
  stroke: #d9d9d9;
}
.parts-button-text.--heavy-dark-gray {
  color: #9a9a9a;
}
.parts-button-text.--heavy-dark-gray .parts-button-text__arrow-arrow {
  fill: #9a9a9a;
  stroke: none;
}
.parts-button-text.--heavy-dark-gray .parts-button-text__arrow-circle {
  fill: none;
  stroke: #9a9a9a;
}
.parts-button-text.--dark-gray {
  color: #bfbfbf;
}
.parts-button-text.--dark-gray .parts-button-text__arrow-arrow {
  fill: #bfbfbf;
  stroke: none;
}
.parts-button-text.--dark-gray .parts-button-text__arrow-circle {
  fill: none;
  stroke: #bfbfbf;
}
.parts-button-text.--light-gray {
  color: #f7f7f7;
}
.parts-button-text.--light-gray .parts-button-text__arrow-arrow {
  fill: #f7f7f7;
  stroke: none;
}
.parts-button-text.--light-gray .parts-button-text__arrow-circle {
  fill: none;
  stroke: #f7f7f7;
}
.parts-button-text.--orange {
  color: #b31212;
}
.parts-button-text.--orange .parts-button-text__arrow-arrow {
  fill: #b31212;
  stroke: none;
}
.parts-button-text.--orange .parts-button-text__arrow-circle {
  fill: none;
  stroke: #b31212;
}
.parts-button-text.--blue {
  color: #0066cc;
}
.parts-button-text.--blue .parts-button-text__arrow-arrow {
  fill: #0066cc;
  stroke: none;
}
.parts-button-text.--blue .parts-button-text__arrow-circle {
  fill: none;
  stroke: #0066cc;
}
.parts-button-text.--bold-blue {
  color: #0b32fe;
}
.parts-button-text.--bold-blue .parts-button-text__arrow-arrow {
  fill: #0b32fe;
  stroke: none;
}
.parts-button-text.--bold-blue .parts-button-text__arrow-circle {
  fill: none;
  stroke: #0b32fe;
}
.parts-button-text.--purple {
  color: #5570ff;
}
.parts-button-text.--purple .parts-button-text__arrow-arrow {
  fill: #5570ff;
  stroke: none;
}
.parts-button-text.--purple .parts-button-text__arrow-circle {
  fill: none;
  stroke: #5570ff;
}
.parts-button-text:hover {
  color: var(--orange);
  opacity: initial;
  text-decoration: underline;
}
.parts-button-text:hover .parts-button-text__arrow-arrow {
  fill: var(--orange);
}
.parts-button-text:hover .parts-button-text__arrow-circle {
  stroke: var(--orange);
}
.parts-button-text.--disabled {
  -webkit-transition: none;
  transition: none;
  color: var(--dark-gray);
  pointer-events: none;
}
.parts-button-text.--disabled .parts-button-text__arrow-arrow {
  fill: var(--dark-gray);
}
.parts-button-text.--disabled .parts-button-text__arrow-circle {
  stroke: var(--dark-gray);
}

.parts-fv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 24.4444444444vw;
  margin-bottom: 80px;
}
@media screen and (max-width: 767.98px) {
  .parts-fv {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 48px;
  }
}
.parts-fv.--journal {
  position: relative;
}
.parts-fv .parts-title-main {
  margin-left: 11.1111111111vw;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(calc(var(--viewport-width) / 1440));
          transform: scale(calc(var(--viewport-width) / 1440));
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .parts-fv .parts-title-main {
    margin-left: 6.1538461538vw;
    -webkit-transform: initial;
            transform: initial;
    margin-top: 60px;
    margin-bottom: 24px;
    position: relative;
  }
}
.parts-fv .parts-title-main__jp-wrap.--has-logo {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.parts-fv .parts-nav-breadcrumb {
  bottom: 0;
  left: 0;
  margin-left: 11.1111111111vw;
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .parts-fv .parts-nav-breadcrumb {
    margin-left: 6.1538461538vw;
    margin-top: 16px;
    position: relative;
  }
}
.parts-fv__img-wrap {
  height: 38.1944444444vw;
  width: 61.8055555556vw;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .parts-fv__img-wrap {
    margin-top: 40px;
    width: 100%;
    height: 61.7948717949vw;
    margin-left: initial;
  }
}
.--journal .parts-fv__img-wrap {
  width: 62.3611111111vw;
  position: absolute;
  top: 45%;
  right: -7.2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .--journal .parts-fv__img-wrap {
    width: 302px;
    right: initial;
    left: 150px;
    top: 20%;
  }
}

.parts-fv__img {
  position: absolute;
  width: 100%;
  height: auto;
}
.parts-fv__news {
  background: -webkit-gradient(linear, left top, right top, from(#b31212), color-stop(52%, #b31212), to(#b31212));
  background: linear-gradient(90deg, #b31212 0%, #b31212 52%, #b31212 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 150px 24px 48px;
  position: absolute;
  right: 0;
  bottom: -29px;
}
@media screen and (max-width: 767.98px) {
  .parts-fv__news {
    padding: 14px 24px;
    bottom: 40px;
  }
}
.parts-fv__news-news {
  color: var(--white);
  font: 600 16px/1 var(--font-body);
  margin-right: 72px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .parts-fv__news-news {
    font: 600 14px/1 var(--font-body);
    margin-right: 40px;
  }
}
.parts-fv__news-news::after {
  background: var(--white);
  content: "";
  height: 36px;
  position: absolute;
  right: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}
@media screen and (max-width: 767.98px) {
  .parts-fv__news-news::after {
    right: -24px;
    height: 36px;
  }
}
.parts-fv__news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.parts-fv__news-wrap:hover .parts-fv__news-date,
.parts-fv__news-wrap:hover .parts-fv__news-title {
  color: #b31212;
}
.parts-fv__news-date {
  color: var(--white);
  font: 600 12px/1 var(--font-body);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.parts-fv__news-title {
  color: var(--white);
  font: 700 16px/1 var(--font-body);
  letter-spacing: 0.05em;
  width: min(283px, 19.6527777778vw);
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767.98px) {
  .parts-fv__news-title {
    width: 222px;
    font: 700 12px/16px var(--font-body);
  }
}

.parts-anchor-links__inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1280.98px) {
  .parts-anchor-links__inner {
    margin: 0 auto;
    width: 77.7777777778%;
    max-width: 1120px;
  }
}
@media screen and (max-width: 1280.98px) and (max-width: 767.98px) {
  .parts-anchor-links__inner {
    width: 87.6923076923%;
  }
}
.parts-anchor-links__anchor-link-area {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(44px, 3.0555555556vw);
}
@media screen and (max-width: 1280.98px) {
  .parts-anchor-links__anchor-link-area {
    width: 100%;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    gap: 16px;
  }
}
.parts-anchor-links__anchor-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 500 14px/1 var(--font-body);
  gap: min(8px, 0.5555555556vw);
  min-height: 40px;
  overflow: initial;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1280.98px) {
  .parts-anchor-links__anchor-link {
    gap: 8px;
    min-height: 53px;
    border-bottom: 1px solid var(--dark-gray);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font: 500 13px/16px var(--font-body);
  }
}
.parts-anchor-links__anchor-link:hover {
  color: var(--orange);
}
.parts-anchor-links__anchor-link:hover .parts-anchor-links__arrow-arrow {
  fill: var(--white);
  stroke: var(--white);
}
.parts-anchor-links__anchor-link:hover .parts-anchor-links__arrow-circle {
  stroke: var(--orange);
  fill: var(--orange);
}
.parts-anchor-links__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 33px;
}
.parts-anchor-links__arrow {
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  margin: 3px;
  overflow: initial;
  right: 0;
}
.parts-anchor-links__arrow-arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: var(--orange);
  stroke: var(--orange);
}
.parts-anchor-links__arrow-circle {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  stroke: var(--white);
  fill: var(--white);
  width: 16px;
  height: 16px;
}
.parts-anchor-links__border {
  border-left: 1px solid #eee;
}
@media screen and (max-width: 1280.98px) {
  .parts-anchor-links__border {
    display: none;
  }
}

.parts-nav-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.parts-nav-breadcrumb__breadcrumb {
  color: var(--dark-gray);
  font: 500 14px/1.5 var(--font-body);
}
@media screen and (max-width: 767.98px) {
  .parts-nav-breadcrumb__breadcrumb {
    font: 500 13px/1.5 var(--font-body);
  }
}
.parts-nav-breadcrumb__arrow-arrow {
  fill: var(--dark-gray);
}

.parts-pagi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.parts-pagi .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: var(--orange);
  font: 500 17px/1 var(--font-body);
  width: 40px;
  height: 40px;
}
.parts-pagi .page-numbers.current {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
}
.parts-pagi .page-numbers.prev, .parts-pagi .page-numbers.next {
  border: none;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.parts-pagi .page-numbers.prev::before, .parts-pagi .page-numbers.next::before {
  -webkit-mask-image: url("../../common/images/arrow.svg");
          mask-image: url("../../common/images/arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  width: 6px;
  height: 10px;
  content: "";
  display: inline-block;
  background: var(--orange);
}
.parts-pagi .page-numbers.next {
  margin-left: 12px;
}
.parts-pagi .page-numbers.prev {
  margin-right: 12px;
}
.parts-pagi .page-numbers.prev::before {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.parts-pagi .page-numbers.dots {
  border: none;
}

.parts-pagination-single {
  padding-top: 34.8px;
}
.parts-pagination-single .parts-button-text:first-child:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.parts-pagination-single .parts-button-text:first-child .parts-button-text__arrow {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.parts-pagination-single .parts-button-text:first-child span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.parts-pagination-single__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 58px;
}
@media screen and (max-width: 767.98px) {
  .parts-pagination-single__inner {
    gap: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.parts-pagination-single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 58px;
}
@media screen and (max-width: 767.98px) {
  .parts-pagination-single__content {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: initial;
  }
}
.parts-pagination-single .single__PagiItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parts-pagination-single .single__Next span {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.parts-pagination-single .single__List {
  background: var(--light-gray);
  border-radius: 100px;
  padding: 12px 24px;
}
@media screen and (max-width: 1280.98px) {
  .parts-pagination-single .pagination_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .parts-pagination-single .pagination_inner .single__El:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .parts-pagination-single .pagination_inner .single__El:nth-child(2) .single__List {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.parts-title-chapter {
  text-align: center;
}
.parts-title-chapter__img {
  margin-bottom: 10px;
}
.parts-title-chapter__en {
  font: 600 40px/1 var(--font-body);
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
@media screen and (max-width: 767.98px) {
  .parts-title-chapter__en {
    font: 600 32px/38px var(--font-body);
    letter-spacing: 0.06em;
    margin-bottom: 14px;
  }
}
.parts-title-chapter__en.--vanta-black {
  color: #000;
}
.parts-title-chapter__en.--vanta-black-stroke {
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
.parts-title-chapter__en.--black {
  color: #222;
}
.parts-title-chapter__en.--black-stroke {
  text-shadow: 1px 1px 0 #222, -1px -1px 0 #222, -1px 1px 0 #222, 1px -1px 0 #222, 0px 1px 0 #222, 0 -1px 0 #222, -1px 0 0 #222, 1px 0 0 #222;
}
.parts-title-chapter__en.--white {
  color: #fff;
}
.parts-title-chapter__en.--white-stroke {
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.parts-title-chapter__en.--gray {
  color: #d9d9d9;
}
.parts-title-chapter__en.--gray-stroke {
  text-shadow: 1px 1px 0 #d9d9d9, -1px -1px 0 #d9d9d9, -1px 1px 0 #d9d9d9, 1px -1px 0 #d9d9d9, 0px 1px 0 #d9d9d9, 0 -1px 0 #d9d9d9, -1px 0 0 #d9d9d9, 1px 0 0 #d9d9d9;
}
.parts-title-chapter__en.--heavy-dark-gray {
  color: #9a9a9a;
}
.parts-title-chapter__en.--heavy-dark-gray-stroke {
  text-shadow: 1px 1px 0 #9a9a9a, -1px -1px 0 #9a9a9a, -1px 1px 0 #9a9a9a, 1px -1px 0 #9a9a9a, 0px 1px 0 #9a9a9a, 0 -1px 0 #9a9a9a, -1px 0 0 #9a9a9a, 1px 0 0 #9a9a9a;
}
.parts-title-chapter__en.--dark-gray {
  color: #bfbfbf;
}
.parts-title-chapter__en.--dark-gray-stroke {
  text-shadow: 1px 1px 0 #bfbfbf, -1px -1px 0 #bfbfbf, -1px 1px 0 #bfbfbf, 1px -1px 0 #bfbfbf, 0px 1px 0 #bfbfbf, 0 -1px 0 #bfbfbf, -1px 0 0 #bfbfbf, 1px 0 0 #bfbfbf;
}
.parts-title-chapter__en.--light-gray {
  color: #f7f7f7;
}
.parts-title-chapter__en.--light-gray-stroke {
  text-shadow: 1px 1px 0 #f7f7f7, -1px -1px 0 #f7f7f7, -1px 1px 0 #f7f7f7, 1px -1px 0 #f7f7f7, 0px 1px 0 #f7f7f7, 0 -1px 0 #f7f7f7, -1px 0 0 #f7f7f7, 1px 0 0 #f7f7f7;
}
.parts-title-chapter__en.--orange {
  color: #b31212;
}
.parts-title-chapter__en.--orange-stroke {
  text-shadow: 1px 1px 0 #b31212, -1px -1px 0 #b31212, -1px 1px 0 #b31212, 1px -1px 0 #b31212, 0px 1px 0 #b31212, 0 -1px 0 #b31212, -1px 0 0 #b31212, 1px 0 0 #b31212;
}
.parts-title-chapter__en.--blue {
  color: #0066cc;
}
.parts-title-chapter__en.--blue-stroke {
  text-shadow: 1px 1px 0 #0066cc, -1px -1px 0 #0066cc, -1px 1px 0 #0066cc, 1px -1px 0 #0066cc, 0px 1px 0 #0066cc, 0 -1px 0 #0066cc, -1px 0 0 #0066cc, 1px 0 0 #0066cc;
}
.parts-title-chapter__en.--bold-blue {
  color: #0b32fe;
}
.parts-title-chapter__en.--bold-blue-stroke {
  text-shadow: 1px 1px 0 #0b32fe, -1px -1px 0 #0b32fe, -1px 1px 0 #0b32fe, 1px -1px 0 #0b32fe, 0px 1px 0 #0b32fe, 0 -1px 0 #0b32fe, -1px 0 0 #0b32fe, 1px 0 0 #0b32fe;
}
.parts-title-chapter__en.--purple {
  color: #5570ff;
}
.parts-title-chapter__en.--purple-stroke {
  text-shadow: 1px 1px 0 #5570ff, -1px -1px 0 #5570ff, -1px 1px 0 #5570ff, 1px -1px 0 #5570ff, 0px 1px 0 #5570ff, 0 -1px 0 #5570ff, -1px 0 0 #5570ff, 1px 0 0 #5570ff;
}
.parts-title-chapter__en.--gradation-orange {
  background: -webkit-gradient(linear, left top, right top, from(#b31212), color-stop(52%, #b31212), to(#b31212));
  background: linear-gradient(90deg, #b31212 0%, #b31212 52%, #b31212 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.parts-title-chapter__en.--transparent-stroke {
  text-shadow: none;
}
.parts-title-chapter__en.--m {
  font: 600 28px/1 var(--font-body);
  margin-bottom: 8px;
}
@media screen and (max-width: 767.98px) {
  .parts-title-chapter__en.--m {
    font: 600 20px/1 var(--font-body);
  }
}
.parts-title-chapter__jp {
  font: 700 24px/1 var(--font-body);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .parts-title-chapter__jp {
    font: 700 20px/1 var(--font-body);
  }
}
.parts-title-chapter__jp.--vanta-black {
  color: #000;
}
.parts-title-chapter__jp.--black {
  color: #222;
}
.parts-title-chapter__jp.--white {
  color: #fff;
}
.parts-title-chapter__jp.--gray {
  color: #d9d9d9;
}
.parts-title-chapter__jp.--heavy-dark-gray {
  color: #9a9a9a;
}
.parts-title-chapter__jp.--dark-gray {
  color: #bfbfbf;
}
.parts-title-chapter__jp.--light-gray {
  color: #f7f7f7;
}
.parts-title-chapter__jp.--orange {
  color: #b31212;
}
.parts-title-chapter__jp.--blue {
  color: #0066cc;
}
.parts-title-chapter__jp.--bold-blue {
  color: #0b32fe;
}
.parts-title-chapter__jp.--purple {
  color: #5570ff;
}
.parts-title-chapter__jp.--m {
  font: 700 16px/1 var(--font-body);
}
@media screen and (max-width: 767.98px) {
  .parts-title-chapter__jp.--m {
    font: 700 12px/1 var(--font-body);
  }
}

.parts-title-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .parts-title-main {
    gap: 8px;
  }
}
.parts-title-main.--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parts-title-main__jp-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767.98px) {
  .parts-title-main__jp-wrap {
    gap: 6px;
  }
}
.parts-title-main__jp {
  font: 600 20px/1 var(--font-body);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .parts-title-main__jp {
    font: 600 14px/1 var(--font-body);
  }
}
.parts-title-main__jp.--m2 {
  font: 600 24px/1 var(--font-body);
}
@media screen and (max-width: 767.98px) {
  .parts-title-main__jp.--m2 {
    font: 600 16px/1 var(--font-body);
  }
}
.parts-title-main__jp.--m {
  font: 600 24px/1 var(--font-body);
}
@media screen and (max-width: 767.98px) {
  .parts-title-main__jp.--m {
    font: 600 18px/1 var(--font-body);
  }
}
.parts-title-main__jp.--vanta-black {
  color: #000;
}
.parts-title-main__jp.--black {
  color: #222;
}
.parts-title-main__jp.--white {
  color: #fff;
}
.parts-title-main__jp.--gray {
  color: #d9d9d9;
}
.parts-title-main__jp.--heavy-dark-gray {
  color: #9a9a9a;
}
.parts-title-main__jp.--dark-gray {
  color: #bfbfbf;
}
.parts-title-main__jp.--light-gray {
  color: #f7f7f7;
}
.parts-title-main__jp.--orange {
  color: #b31212;
}
.parts-title-main__jp.--blue {
  color: #0066cc;
}
.parts-title-main__jp.--bold-blue {
  color: #0b32fe;
}
.parts-title-main__jp.--purple {
  color: #5570ff;
}
@media screen and (max-width: 767.98px) {
  .parts-title-main__diamond-wrap {
    width: 15px;
  }
}
.parts-title-main__diamond.--vanta-black {
  fill: #000;
}
.parts-title-main__diamond.--black {
  fill: #222;
}
.parts-title-main__diamond.--white {
  fill: #fff;
}
.parts-title-main__diamond.--gray {
  fill: #d9d9d9;
}
.parts-title-main__diamond.--heavy-dark-gray {
  fill: #9a9a9a;
}
.parts-title-main__diamond.--dark-gray {
  fill: #bfbfbf;
}
.parts-title-main__diamond.--light-gray {
  fill: #f7f7f7;
}
.parts-title-main__diamond.--orange {
  fill: #b31212;
}
.parts-title-main__diamond.--blue {
  fill: #0066cc;
}
.parts-title-main__diamond.--bold-blue {
  fill: #0b32fe;
}
.parts-title-main__diamond.--purple {
  fill: #5570ff;
}
.parts-title-main__en {
  font: 600 48px/1 var(--font-body);
}
@media screen and (max-width: 767.98px) {
  .parts-title-main__en {
    font: 600 32px/1 var(--font-body);
  }
}
.parts-title-main__en.--l {
  font: 600 64px/1 var(--font-body);
}
@media screen and (max-width: 767.98px) {
  .parts-title-main__en.--l {
    font: 600 32px/1 var(--font-body);
  }
}
.parts-title-main__en.--m {
  font: 600 56px/1 var(--font-body);
}
@media screen and (max-width: 767.98px) {
  .parts-title-main__en.--m {
    font: 600 32px/1 var(--font-body);
  }
}
.parts-title-main__en.--m2 {
  font: 600 48px/1 var(--font-body);
}
@media screen and (max-width: 767.98px) {
  .parts-title-main__en.--m2 {
    font: 600 28px/1 var(--font-body);
  }
}
.parts-title-main__en.--s {
  font: 600 40px/1 var(--font-body);
}
@media screen and (max-width: 767.98px) {
  .parts-title-main__en.--s {
    font: 600 32px/1 var(--font-body);
  }
}
.parts-title-main__en.--vanta-black {
  color: #000;
}
.parts-title-main__en.--black {
  color: #222;
}
.parts-title-main__en.--white {
  color: #fff;
}
.parts-title-main__en.--gray {
  color: #d9d9d9;
}
.parts-title-main__en.--heavy-dark-gray {
  color: #9a9a9a;
}
.parts-title-main__en.--dark-gray {
  color: #bfbfbf;
}
.parts-title-main__en.--light-gray {
  color: #f7f7f7;
}
.parts-title-main__en.--orange {
  color: #b31212;
}
.parts-title-main__en.--blue {
  color: #0066cc;
}
.parts-title-main__en.--bold-blue {
  color: #0b32fe;
}
.parts-title-main__en.--purple {
  color: #5570ff;
}

.parts-title-paragraph {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.parts-title-paragraph__text {
  font: 700 26px/1 var(--font-body);
  letter-spacing: 0.05em;
  margin-top: 4px;
}
@media screen and (max-width: 767.98px) {
  .parts-title-paragraph__text {
    font: 700 20px/26px var(--font-body);
  }
}
.parts-title-paragraph__text.--24 {
  font: 700 24px/1.2 var(--font-body);
}
@media screen and (max-width: 767.98px) {
  .parts-title-paragraph__text.--24 {
    font: 700 18px/24px var(--font-body);
  }
}
.parts-title-paragraph__text.--m {
  font: 700 22px/1.2 var(--font-body);
}
@media screen and (max-width: 767.98px) {
  .parts-title-paragraph__text.--m {
    font: 700 20px/24px var(--font-body);
  }
}
.parts-title-paragraph__text.--vanta-black {
  color: #000;
}
.parts-title-paragraph__text.--black {
  color: #222;
}
.parts-title-paragraph__text.--white {
  color: #fff;
}
.parts-title-paragraph__text.--gray {
  color: #d9d9d9;
}
.parts-title-paragraph__text.--heavy-dark-gray {
  color: #9a9a9a;
}
.parts-title-paragraph__text.--dark-gray {
  color: #bfbfbf;
}
.parts-title-paragraph__text.--light-gray {
  color: #f7f7f7;
}
.parts-title-paragraph__text.--orange {
  color: #b31212;
}
.parts-title-paragraph__text.--blue {
  color: #0066cc;
}
.parts-title-paragraph__text.--bold-blue {
  color: #0b32fe;
}
.parts-title-paragraph__text.--purple {
  color: #5570ff;
}

.parts-title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  position: relative;
}
.parts-title-sub.--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parts-title-sub__jp-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  z-index: 2;
}
.parts-title-sub__jp {
  font-family: Montserrat, "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.parts-title-sub__jp.--vanta-black {
  color: #000;
}
.parts-title-sub__jp.--black {
  color: #222;
}
.parts-title-sub__jp.--white {
  color: #fff;
}
.parts-title-sub__jp.--gray {
  color: #d9d9d9;
}
.parts-title-sub__jp.--heavy-dark-gray {
  color: #9a9a9a;
}
.parts-title-sub__jp.--dark-gray {
  color: #bfbfbf;
}
.parts-title-sub__jp.--light-gray {
  color: #f7f7f7;
}
.parts-title-sub__jp.--orange {
  color: #b31212;
}
.parts-title-sub__jp.--blue {
  color: #0066cc;
}
.parts-title-sub__jp.--bold-blue {
  color: #0b32fe;
}
.parts-title-sub__jp.--purple {
  color: #5570ff;
}
.parts-title-sub__jp.--l {
  font-size: 32px;
}
@media screen and (max-width: 767.98px) {
  .parts-title-sub__jp.--l {
    font-size: 20px;
  }
}
.parts-title-sub__jp.--m {
  font-size: 24px;
  margin-top: 1px;
}
@media screen and (max-width: 767.98px) {
  .parts-title-sub__jp.--m {
    font-size: 18px;
  }
}
.parts-title-sub__diamond.--vanta-black {
  fill: #000;
}
.parts-title-sub__diamond.--black {
  fill: #222;
}
.parts-title-sub__diamond.--white {
  fill: #fff;
}
.parts-title-sub__diamond.--gray {
  fill: #d9d9d9;
}
.parts-title-sub__diamond.--heavy-dark-gray {
  fill: #9a9a9a;
}
.parts-title-sub__diamond.--dark-gray {
  fill: #bfbfbf;
}
.parts-title-sub__diamond.--light-gray {
  fill: #f7f7f7;
}
.parts-title-sub__diamond.--orange {
  fill: #b31212;
}
.parts-title-sub__diamond.--blue {
  fill: #0066cc;
}
.parts-title-sub__diamond.--bold-blue {
  fill: #0b32fe;
}
.parts-title-sub__diamond.--purple {
  fill: #5570ff;
}

.parts-title-works {
  text-align: center;
}
.parts-title-works__title-wrap {
  position: relative;
}
.parts-title-works__jp {
  bottom: -22px;
  font: 700 32px/1 var(--font-body);
  left: 50%;
  letter-spacing: 0.05em;
  position: absolute;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.98px) {
  .parts-title-works__jp {
    bottom: -25px;
    font: 700 22px/1 var(--font-body);
  }
}
.parts-title-works__en-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.parts-title-works__en {
  font: 700 80px/100px var(--font-body);
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: var(--white);
  text-shadow: 1px 1px 0 var(--gray), -1px -1px 0 var(--gray), -1px 1px 0 var(--gray), 1px -1px 0 var(--gray), 0px 1px 0 var(--gray), 0 -1px 0 var(--gray), -1px 0 0 var(--gray), 1px 0 0 var(--gray);
}
@media screen and (max-width: 767.98px) {
  .parts-title-works__en {
    font: 700 48px/1 var(--font-body);
  }
}
.parts-title-works__text {
  margin: 0 auto;
  width: 77.7777777778%;
}
@media screen and (max-width: 767.98px) {
  .parts-title-works__text {
    width: 87.6923076923%;
  }
}
.parts-title-works__text {
  max-width: 1120px;
  font: 500 18px/34px var(--font-body);
  margin-top: 72px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .parts-title-works__text {
    font: 500 15px/30px var(--font-body);
    letter-spacing: 0.05em;
    margin-top: 58px;
    text-align: left;
  }
}
.parts-title-works__text::before {
  content: "";
  background: var(--orange);
  display: block;
  left: 50%;
  height: 2px;
  position: absolute;
  top: -36px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
}
@media screen and (max-width: 767.98px) {
  .parts-title-works__text::before {
    top: -24px;
  }
}

.fv {
  height: calc(45.857143vw + 100px);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023.98px) {
  .fv {
    height: max(600px, 123.846154vw);
  }
}
.fv__inner {
  margin: 0 auto;
  max-width: 1240px;
  width: 97%;
  height: 100%;
}
@media screen and (max-width: 1023.98px) {
  .fv__inner {
    height: calc(100vh - 128px - 64px);
  }
}
.fv__movie {
  left: -21.5vw;
  top: -7vw;
  position: absolute;
  width: 95vw;
  z-index: -1;
}
@media screen and (max-width: 1023.98px) {
  .fv__movie {
    top: 40px;
    left: 50%;
    width: max(862px, 221.0256410256vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.fv__logo-wrap {
  position: relative;
}
.fv__logo-wrap.--hidden-tb4 {
  display: block;
}
@media screen and (max-width: 1023.98px) {
  .fv__logo-wrap.--hidden-tb4 {
    display: none;
  }
}
.fv__logo-wrap.--visible-tb4 {
  display: none;
}
@media screen and (max-width: 1023.98px) {
  .fv__logo-wrap.--visible-tb4 {
    display: block;
  }
}
.fv__logo {
  max-width: initial;
  width: 85.7vw;
  left: 27vw;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: center center;
  -webkit-animation: animImageSwitch 12s infinite;
          animation: animImageSwitch 12s infinite;
  opacity: 0;
}
@media screen and (max-width: 1023.98px) {
  .fv__logo {
    top: 0;
    left: 50%;
    width: max(342px, 87.6923076923vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.fv__logo:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.fv__logo:nth-of-type(2) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.fv__logo:nth-of-type(3) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.fv__logo:nth-of-type(4) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.fv__title-wrap {
  top: 37.5vw;
  position: absolute;
  left: 26vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023.98px) {
  .fv__title-wrap {
    top: 0;
    position: relative;
    margin: 76px 0 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
.fv__title {
  color: var(--orange);
  font: 700 4.3vw/4.2vw var(--font-body);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023.98px) {
  .fv__title {
    font: 700 37px/38px var(--font-body);
    text-align: center;
    margin-bottom: 8px;
  }
}
.fv__text {
  font: 550 1.18vw/2vw var(--font-body);
  letter-spacing: 0.2vw;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;max-width: 640px;
}
@media screen and (max-width: 1023.98px) {
  .fv__text {
    font: 550 14px/24px var(--font-body);
    text-align: center;
    letter-spacing: 0.5vw;
  }
}
@media screen and (max-width: 1023.98px) {
  .fv__text span.visible-xs {
    display: inline-block;
  }
}
.fv__text span.hidden-xs {
  display: inline-block;
}
@media screen and (max-width: 1023.98px) {
  .fv__text span.hidden-xs {
    display: none;
  }
}
.fv__scroll {
  top: min(100% - 57px, 100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-100%) rotate(90deg);
          transform: translateX(-100%) rotate(90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media screen and (max-width: 1023.98px) {
  .fv__scroll {
    top: calc(508px + (100vw - 390px) / 390 * 200);
  }
}
.fv__scroll-text {
  background: -webkit-gradient(linear, left top, right top, from(#5570ff), to(#b31212));
  background: linear-gradient(90deg, #5570ff 0%, #b31212 100%);
  color: transparent;
  font: 400 16px/1 var(--font-body);
  letter-spacing: 0.03em;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 1023.98px) {
  .fv__scroll-text {
    font: 400 12px/1 var(--font-body);
  }
}
.fv__scroll-bar {
  -webkit-animation: animMoveX 2s infinite alternate ease-in-out;
          animation: animMoveX 2s infinite alternate ease-in-out;
  background: -webkit-gradient(linear, left top, right top, from(#5570ff), to(#b31212));
  background: linear-gradient(90deg, #5570ff 0%, #b31212 100%);
  display: inline-block;
  height: 1px;
  width: 100px;
  -webkit-transition: -webkit-transform 2s ease-in;
  transition: -webkit-transform 2s ease-in;
  transition: transform 2s ease-in;
  transition: transform 2s ease-in, -webkit-transform 2s ease-in;
}
@media screen and (max-width: 1023.98px) {
  .fv__scroll-bar {
    width: 64px;
  }
}

.message__inner {
  margin: 0 auto;
  width: 77.7777777778%;
}
@media screen and (max-width: 767.98px) {
  .message__inner {
    width: 87.6923076923%;
  }
}
.message__inner {
  max-width: 1120px;
  max-width: 1200px;
  width: 83.33%;
  padding-top: 64px;
}
.message__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.message__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin: 64px 0 48px;
}
@media screen and (max-width: 767.98px) {
  .message__text-wrap {
    gap: 24px;
    margin: 40px 0 40px;
  }
}
.message__text {
  font: 500 18px/46px var(--font-body);
  letter-spacing: 0.15em;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: slideUpMessage 0.5s forwards;
          animation: slideUpMessage 0.5s forwards;
}
@media screen and (max-width: 767.98px) {
  .message__text {
    font: 500 15px/32px var(--font-body);
    text-align: left;
  }
}

.message__service-title {
  color: var(--orange);
  font-weight: 700;
}

.message .message__text-wrap {
  gap: 18px;
  margin: 56px 0 0;
  max-width: 980px;
  width: min(980px, 86vw);
}

.message .message__text {
  font: 500 18px/1.9 var(--font-body);
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .message .message__text-wrap {
    gap: 16px;
    margin: 36px 0 0;
    width: 87.6923076923%;
  }

  .message .message__text {
    font: 500 15px/1.8 var(--font-body);
    letter-spacing: 0.03em;
    text-align: center;
  }
}

.industry {
  background: url("../../images/top/world.png") center/contain no-repeat;
  height: min(832px, 57.7777777778vw);
  padding-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .industry {
    background: url("../../images/top/world.png") center/cover no-repeat;
    height: 76.9230769231vw;
    padding-top: 130px;
    overflow: hidden;
  }
}
.industry__inner {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .industry__inner {
    margin-top: calc(20.5128205128vw - 180px);
  }
}
.industry__cycle {
  left: 50%;
  position: absolute;
  top: min(307px, 21.3194444444vw);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(980px, 68.0555555556vw);
}
@media screen and (max-width: 767.98px) {
  .industry__cycle {
    width: 522px;
    top: 163.5px;
  }
}
.industry__icon .anim-fade-up {
  opacity: 0;
}
.industry__icon.--0 {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: min(68.0555555556vw, 980px + (100vw - 1440px) / 2);
  height: min(15.2777777778vw, 220px);
  position: absolute;
  top: min(30vw, 432px);
  width: min(15.2777777778vw, 220px);
}
@media screen and (max-width: 767.98px) {
  .industry__icon.--0 {
    width: 117px;
    height: 117px;
    left: calc(50% + 137.5px);
    top: 230px;
  }
}
.industry__icon.--0 .anim-fade-up {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.industry__icon.--1 {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: min(71.5277777778vw, 1030px + (100vw - 1440px) / 2);
  height: min(15.2777777778vw, 220px);
  position: absolute;
  top: min(21.4583333333vw, 309px);
  width: min(15.2777777778vw, 220px);
}
@media screen and (max-width: 767.98px) {
  .industry__icon.--1 {
    width: 117px;
    height: 117px;
    left: calc(50% + 164.5px);
    top: 164px;
  }
}
.industry__icon.--1 .anim-fade-up {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.industry__icon.--2 {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: min(68.0555555556vw, 980px + (100vw - 1440px) / 2);
  height: min(15.2777777778vw, 220px);
  position: absolute;
  top: min(12.7777777778vw, 184px);
  width: min(15.2777777778vw, 220px);
}
@media screen and (max-width: 767.98px) {
  .industry__icon.--2 {
    width: 117px;
    height: 117px;
    left: calc(50% + 137.5px);
    top: 98px;
  }
}
.industry__icon.--2 .anim-fade-up {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.industry__icon.--3 {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: min(68.0555555556vw, 980px + (100vw - 1440px) / 2);
  height: min(15.2777777778vw, 220px);
  position: absolute;
  top: min(12.7777777778vw, 184px);
  width: min(15.2777777778vw, 220px);
}
@media screen and (max-width: 767.98px) {
  .industry__icon.--3 {
    width: 117px;
    height: 117px;
    right: calc(50% + 137.5px);
    top: 98px;
  }
}
.industry__icon.--3 .anim-fade-up {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.industry__icon.--4 {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: min(71.5277777778vw, 1030px + (100vw - 1440px) / 2);
  height: min(15.2777777778vw, 220px);
  position: absolute;
  top: min(21.4583333333vw, 309px);
  width: min(15.2777777778vw, 220px);
}
@media screen and (max-width: 767.98px) {
  .industry__icon.--4 {
    width: 117px;
    height: 117px;
    right: calc(50% + 164.5px);
    top: 164px;
  }
}
.industry__icon.--4 .anim-fade-up {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.industry__icon.--5 {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: min(68.0555555556vw, 980px + (100vw - 1440px) / 2);
  height: min(15.2777777778vw, 220px);
  position: absolute;
  top: min(30vw, 432px);
  width: min(15.2777777778vw, 220px);
}
@media screen and (max-width: 767.98px) {
  .industry__icon.--5 {
    width: 117px;
    height: 117px;
    right: calc(50% + 137.5px);
    top: 230px;
  }
}
.industry__icon.--5 .anim-fade-up {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.industry__circle {
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.industry__circle.--used {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: min(78.3333333333vw, 1128px + (100vw - 1440px) / 2);
  height: min(12.8472222222vw, 185px);
  position: absolute;
  top: min(5.4861111111vw, 79px);
  width: min(12.8472222222vw, 185px);
}
@media screen and (max-width: 767.98px) {
  .industry__circle.--used {
    display: none;
  }
}
.industry__circle.--resource {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: min(83.9583333333vw, 1209px + (100vw - 1440px) / 2);
  height: min(16.6666666667vw, 240px);
  position: absolute;
  top: min(32.9166666667vw, 474px);
  width: min(16.6666666667vw, 240px);
}
@media screen and (max-width: 767.98px) {
  .industry__circle.--resource {
    display: none;
  }
}
.industry__circle.--new {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: min(85.4166666667vw, 1230px + (100vw - 1440px) / 2);
  height: min(16.6666666667vw, 240px);
  position: absolute;
  top: min(18.5416666667vw, 267px);
  width: min(16.6666666667vw, 240px);
}
@media screen and (max-width: 767.98px) {
  .industry__circle.--new {
    display: none;
  }
}
.industry__icon-text.--art {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  height: min(5.2777777778vw, 76px);
  position: absolute;
  top: min(21.4583333333vw, 309px);
  width: min(7.9861111111vw, 115px);
}
@media screen and (max-width: 767.98px) {
  .industry__icon-text.--art {
    top: 164px;
    left: 50%;
    width: 61.25px;
    height: auto;
  }
}

.works__inner {
  padding-top: 80px;
  height: 300vh;
}
@media screen and (max-width: 1023.98px) {
  .works__inner {
    height: initial;
  }
}
@media screen and (max-width: 767.98px) {
  .works__inner {
    padding-top: 64px;
  }
}
@media screen and (max-width: 767.98px) {
  .works .parts-button-element {
    margin: 0 auto;
  }
}
.works__sticky-wrap {
  position: sticky;
  top: 80px;
  height: 100vh;
}
@media screen and (max-width: 1079.98px) {
  .works__sticky-wrap {
    top: 64px;
  }
}
@media screen and (max-width: 1023.98px) {
  .works__sticky-wrap {
    top: initial;
    height: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.works__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1079.98px) {
  .works__content {
    height: calc(100vh - 64px);
  }
}
@media screen and (max-width: 1023.98px) {
  .works__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    position: relative;
    height: initial;
  }
}
.works__content.--visible {
  z-index: 1;
}
@media screen and (max-width: 1023.98px) {
  .works__content.--visible {
    top: initial;
    z-index: initial;
  }
}
.works__title-main-wrap {
  margin-bottom: 5.5555555556vw;
}
@media screen and (max-width: 1023.98px) {
  .works__title-main-wrap {
    margin: 0 auto;
    width: 77.7777777778%;
    max-width: 1120px;
    margin-bottom: 40px;
    max-width: 1200px;
    width: 83.33%;
  }
}
@media screen and (max-width: 1023.98px) and (max-width: 767.98px) {
  .works__title-main-wrap {
    width: 87.6923076923%;
  }
}
@media screen and (max-width: 1023.98px) {
  .works__title-main-wrap.--pc {
    display: none;
  }
}
.works__title-main-wrap.--sp {
  display: none;
}
@media screen and (max-width: 1023.98px) {
  .works__title-main-wrap.--sp {
    display: block;
  }
}
.works__image-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 80px);
  min-width: 527px;
}
@media screen and (max-width: 1079.98px) {
  .works__image-area {
    height: calc(100vh - 64px);
  }
}
@media screen and (max-width: 1023.98px) {
  .works__image-area {
    height: initial;
    min-width: initial;
  }
}
.--visible .works__image-area {
  -webkit-animation: worksFadeUp 1s;
          animation: worksFadeUp 1s;
}
@media screen and (max-width: 1023.98px) {
  .--visible .works__image-area {
    -webkit-animation: none;
            animation: none;
  }
}

.works__image {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works__image.--hidden-tb4 {
  display: block;
}
@media screen and (max-width: 1023.98px) {
  .works__image.--hidden-tb4 {
    display: none;
  }
}
.works__image.--visible-tb4 {
  display: none;
}
@media screen and (max-width: 1023.98px) {
  .works__image.--visible-tb4 {
    display: block;
  }
}
.works__text-area {
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 336px;
}
@media screen and (min-width: 1440px), print {
  .works__text-area {
    width: 418px;
  }
}
@media screen and (max-width: 1023.98px) {
  .works__text-area {
    margin: 0 auto;
    width: 77.7777777778%;
    max-width: 1120px;
    padding: 32px 0 0;
    height: initial;
    max-width: 1200px;
    width: 83.33%;
  }
}
@media screen and (max-width: 1023.98px) and (max-width: 767.98px) {
  .works__text-area {
    width: 87.6923076923%;
  }
}
.works__title {
  font: 700 32px/1.5 var(--font-body);
  letter-spacing: 0.03em;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (min-width: 1440px), print {
  .works__title {
    font: 700 40px/1 var(--font-body);
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1023.98px) {
  .works__title {
    font: 700 18px/1.5 var(--font-body);
    opacity: 1;
  }
}
.--visible .works__title {
  opacity: 1;
}

.works__text {
  font: 500 16px/1.875 var(--font-body);
  letter-spacing: 0.05em;
  margin: 64px 0 64px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 150px;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}
@media screen and (max-width: 1023.98px) {
  .works__text {
    font: 500 14px/30px var(--font-body);
    letter-spacing: 0.04em;
    margin: 16px 0 24px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    max-height: initial;
    opacity: 1;
  }
}
.works__text .--hidden-tb4 {
  display: block;
}
@media screen and (max-width: 1023.98px) {
  .works__text .--hidden-tb4 {
    display: none;
  }
}
.works__text .--visible-tb4 {
  display: none;
}
@media screen and (max-width: 1023.98px) {
  .works__text .--visible-tb4 {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .works__text .--visible-tb4 {
    display: none;
  }
}
.--visible .works__text {
  opacity: 1;
}

.works__spec-label {
  align-items: center;
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font: 700 18px/1 var(--font-body);
  justify-content: center;
  letter-spacing: 0.03em;
  min-height: 50px;
  padding: 14px 34px;
  transition: 0.3s;
  width: fit-content;
}

.works__spec-label:hover {
  background: var(--white);
  border-color: var(--orange);
  color: var(--orange);
}

@media screen and (max-width: 1023.98px) {
  .works__spec-label {
    font: 700 15px/1.3 var(--font-body);
    min-height: 44px;
    padding: 10px 22px;
  }
}

@media screen and (max-width: 767.98px) {
  .works__spec-label {
    margin: 0 auto;
  }
}


/* Local WORKS scroll image staging */
.works__content {
  --works-vehicle-progress: 0;
  --works-vehicle-offset: 120%;
}

.works__image-area {
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
}

.works__scene-image,
.works__vehicle-image {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.works__scene-image {
  z-index: 1;
}

.works__vehicle-image {
  transform: translateX(var(--works-vehicle-offset));
  transition: opacity 0.2s linear;
  z-index: 2;
}

.works__vehicle-image:not(.--entered) {
  opacity: var(--works-vehicle-progress);
}

.--visible .works__image-area {
  -webkit-animation: none;
          animation: none;
}

.works__vehicle-image.--entered,
.--vehicle-entered .works__vehicle-image {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 1023.98px) {
  .works__image-area {
    aspect-ratio: 780 / 600;
    height: auto;
    min-height: initial;
    width: 100%;
  }

  .works__vehicle-image {
    opacity: 0;
    transition: opacity 0.45s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
  }

  .works__vehicle-image.--from-left {
    transform: translateX(-120%);
  }

  .works__vehicle-image.--from-right {
    transform: translateX(120%);
  }

  .--vehicle-entered .works__vehicle-image {
    opacity: 1;
    transform: translateX(0);
  }
}

.blog {
  padding-top: 160px;
}
@media screen and (max-width: 767.98px) {
  .blog {
    padding-top: 80px;
  }
}
.blog__inner {
  margin: 0 auto;
  width: 77.7777777778%;
}
@media screen and (max-width: 767.98px) {
  .blog__inner {
    width: 87.6923076923%;
  }
}
.blog__inner {
  max-width: 1120px;
  max-width: 1200px;
  width: 83.33%;
}
.blog__title-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
.blog__article-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 767.98px) {
  .blog__button-text-wrap.--pc {
    display: none;
  }
}
.blog__button-text-wrap.--sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .blog__button-text-wrap.--sp {
    display: inline-block;
    margin-top: 32px;
  }
}
.blog .splide {
  margin-top: 49px;
}
.blog .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: absolute;
  right: max(8.33%, (100% - 1200px) / 2);
  top: -129px;
}
@media screen and (max-width: 767.98px) {
  .blog .splide__arrows {
    gap: 12px;
    top: -101px;
  }
}
.blog .splide__arrow {
  background: none;
  height: initial;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  position: initial;
  width: 64px;
}
@media screen and (max-width: 767.98px) {
  .blog .splide__arrow {
    width: 40px;
  }
}
.blog .splide__arrow:not(:disabled):hover path {
  fill: var(--white);
}
.blog .splide__arrow:not(:disabled):hover circle {
  fill: var(--orange);
}
.blog .splide__arrow--next {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.blog .splide__arrow--prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.blog .splide__arrow svg {
  height: 100%;
  width: 100%;
}
.blog .splide__arrow svg path,
.blog .splide__arrow svg circle {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog .splide__track {
  padding-left: max(8.33%, (100% - 1200px) / 2) !important;
  padding-right: max(8.33%, (100% - 1200px) / 2) !important;
}
@media screen and (max-width: 767.98px) {
  .blog .splide__track {
    padding-left: 6.15% !important;
    padding-right: 6.15% !important;
  }
}
.blog .splide__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog .splide__article:hover .splide__article-title {
  color: var(--orange);
}
.blog .splide__article:hover .splide__article-image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog .splide__article-image-wrap {
  height: min(260px, 18.0555555556vw);
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .blog .splide__article-image-wrap {
    height: max(194px, 49.7435897436vw);
  }
}
.blog .splide__article-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog .splide__article-date {
  color: var(--dark-gray);
  font: 600 16px/1 var(--font-body);
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.98px) {
  .blog .splide__article-date {
    font: 600 14px/1 var(--font-body);
  }
}
.blog .splide__article-date::after {
  background: var(--black);
  content: "";
  display: block;
  margin-top: 15px;
  height: 1px;
  width: 32px;
}
.blog .splide__article-title {
  font: 600 16px/1.5 var(--font-body);
  letter-spacing: 0.03em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .blog .splide__article-title {
    font: 600 15px/1.5 var(--font-body);
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767.98px) {
  .news__button-text-wrap.--pc {
    display: none;
  }
}
.news__button-text-wrap.--sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .news__button-text-wrap.--sp {
    display: inline-block;
    margin-top: -8px;
  }
}
.news__inner {
  margin: 0 auto;
  width: 77.7777777778%;
}
@media screen and (max-width: 767.98px) {
  .news__inner {
    width: 87.6923076923%;
  }
}
.news__inner {
  max-width: 1600px;
  width: 83.33%;
  padding-top: 160px;
}
@media screen and (max-width: 767.98px) {
  .news__inner {
    padding-top: 80px;
  }
}
.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(207px, 14.375vw);
}
@media screen and (max-width: 767.98px) {
  .news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.news__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
.news__article-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news__article-area :first-child .news__article {
  padding: 0 0 46px 0 !important;
}
@media screen and (max-width: 767.98px) {
  .news__article-area :first-child .news__article {
    padding: 0 0 32px 0 !important;
  }
}
.news__article {
  border-bottom: 1px solid var(--dark-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 46px 0;
}
@media screen and (max-width: 767.98px) {
  .news__article {
    padding: 32px 0;
  }
}
.news__article:hover .news__article-title {
  color: var(--orange);
}
.news__article-date-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.news__article-date {
  color: var(--dark-gray);
  font: 600 16px/1 var(--font-body);
  letter-spacing: 0.08em;
}
.news__article-category {
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: var(--orange);
  font: 600 12px/1 var(--font-body);
  letter-spacing: 0.1em;
  padding: 7px 11px;
}
.news__article-title {
  font: 600 16px/1.5 var(--font-body);
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .news__article-title {
    font: 600 15px/1.5 var(--font-body);
  }
}

.journal {
  padding: 160px 0;
}
@media screen and (max-width: 767.98px) {
  .journal {
    padding: 80px 0 0;
  }
}
.journal__inner {
  margin: 0 auto;
  width: 77.7777777778%;
}
@media screen and (max-width: 767.98px) {
  .journal__inner {
    width: 87.6923076923%;
  }
}
.journal__inner {
  max-width: 1120px;
  max-width: 1200px;
  width: 83.33%;
  height: 306px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1280.98px) {
  .journal__inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 48px 0;
    width: 100%;
  }
}
.journal__inner:hover .journal__bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.journal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/top/journal.png") center/cover no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
}
.journal__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  gap: 48px;
  z-index: 2;
}
@media screen and (max-width: 1280.98px) {
  .journal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.journal__title {
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 700 56px/1 var(--font-body);
  gap: 8px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1280.98px) {
  .journal__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font: 700 40px/1 var(--font-body);
    gap: 4px;
    margin-bottom: 12px;
  }
}
.journal__logo {
  width: 96px;
  height: auto;
}
@media screen and (max-width: 1280.98px) {
  .journal__logo {
    width: 62px;
  }
}
.journal__text {
  color: var(--white);
  font: 700 16px/1.5 var(--font-body);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280.98px) {
  .journal__text {
    font: 700 15px/23px var(--font-body);
    text-align: center;
  }
}
.journal__text br {
  display: none;
}
@media screen and (max-width: 1280.98px) {
  .journal__text br {
    display: inline-block;
  }
}
@media screen and (max-width: 1280.98px) {
  .journal__article {
    text-align: center;
  }
}
.journal__article-date {
  color: var(--white);
  display: inline-block;
  font: 600 16px/1 var(--font-body);
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
@media screen and (max-width: 1280.98px) {
  .journal__article-date {
    font: 600 15px/1 var(--font-body);
    margin-bottom: 12px;
  }
}
.journal__article-info {
  color: var(--white);
  font: 600 17px/1 var(--font-body);
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media screen and (max-width: 1280.98px) {
  .journal__article-info {
    font: 600 15px/1 var(--font-body);
  }
}

.gallery {
  background-color: var(--light-gray);
}
.gallery__inner {
  margin: 0 auto;
  width: 77.7777777778%;
}
@media screen and (max-width: 767.98px) {
  .gallery__inner {
    width: 87.6923076923%;
  }
}
.gallery__inner {
  max-width: 1120px;
  max-width: 1200px;
  width: 83.33%;
  padding: 85px 0;
}
@media screen and (max-width: 767.98px) {
  .gallery__inner {
    padding: 120px 0 64px;
  }
}
.gallery__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 767.98px) {
  .gallery__content {
    gap: 40px;
  }
}
.gallery__title-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery__movie-area {
  display: -ms-grid;
  display: grid;
  gap: 24px min(45px, 3.125vw);
  -ms-grid-rows: 1fr 24px 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 2.37fr min(45px, 3.125vw) 1fr;
  grid-template-columns: 2.37fr 1fr;
      grid-template-areas: "areaA areaB" "areaA areaC";
}
@media screen and (max-width: 767.98px) {
  .gallery__movie-area {
    gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 32px auto 32px auto;
        grid-template-areas: "areaA" "areaB" "areaC";
  }
}
.gallery__movie-area :first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: areaA;
}
.gallery__movie-area :first-child .gallery__movie-movie {
  width: min(812px, 56.3888888889vw);
  height: min(456px, 31.6666666667vw);
}
@media screen and (max-width: 767.98px) {
  .gallery__movie-area :first-child .gallery__movie-movie {
    width: 100%;
    height: 49.2vw;
  }
}
.gallery__movie-area :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: areaB;
}
.gallery__movie-area :nth-child(2) .gallery__movie-movie {
  width: min(344px, 23.8888888889vw);
  height: min(193px, 13.4027777778vw);
}
@media screen and (max-width: 767.98px) {
  .gallery__movie-area :nth-child(2) .gallery__movie-movie {
    width: 100%;
    height: 49.2vw;
  }
}
.gallery__movie-area :nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: areaC;
}
@media screen and (max-width: 767.98px){
  .gallery__movie-area :first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .gallery__movie-area :nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .gallery__movie-area :nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
.gallery__movie-area :nth-child(3) .gallery__movie-movie {
  width: min(344px, 23.8888888889vw);
  height: min(193px, 13.4027777778vw);
}
@media screen and (max-width: 767.98px) {
  .gallery__movie-area :nth-child(3) .gallery__movie-movie {
    width: 100%;
    height: 49.2vw;
  }
}
.gallery__movie-bar {
  background: #eaeaea;
  height: 1px;
  margin: 16px 0 12px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .gallery__movie-bar {
    display: none;
  }
}
.gallery__movie-bar.--large {
  margin: 24px 0 12px;
}
.gallery__movie-title {
  font: 600 16px/1.5 var(--font-body);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .gallery__movie-title {
    margin-top: 12px;
  }
}
.gallery__movie-title path,
.gallery__movie-title circle {
  stroke: var(--black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gallery__movie-title:hover {
  color: var(--orange);
}
.gallery__movie-title:hover path,
.gallery__movie-title:hover circle {
  stroke: var(--orange);
}

.company {
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .company .parts-button-element {
    margin: 0 auto;
  }
}
.company__inner {
  margin: 0 auto;
  width: 77.7777777778%;
}
@media screen and (max-width: 767.98px) {
  .company__inner {
    width: 87.6923076923%;
  }
}
.company__inner {
  max-width:1600px;
  width: 83.33%;
  padding-top: 160px;
}
@media screen and (max-width: 767.98px) {
  .company__inner {
    padding-top: 80px;
  }
}
.company__title-area {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 88px;
}
@media screen and (max-width: 767.98px) {
  .company__title-area {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 48px;
  }
}
.company__title-area-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company__title-area-text {
  font: 500 16px/1.5 var(--font-body);
  letter-spacing: 0.05em;
  margin-top: 42px;
  width: min(90%, 768px);
}
@media screen and (max-width: 767.98px) {
  .company__title-area-text {
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
.company__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company__slide-wrap {
  -webkit-animation: animInfinityScrollLeft 30s infinite linear 0.5s both;
          animation: animInfinityScrollLeft 30s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company__slide-image {
  width: min(600px, 41.6666666667vw);
  max-width: initial;
  margin-right: min(8px, 0.5555555556vw);
}
@media screen and (max-width: 767.98px) {
  .company__slide-image {
    width: max(342px, 87.6923076923vw);
    margin-right: max(8px, 2.0512820513vw);
  }
}

.report {
  padding: 160px 0 120px;
}
@media screen and (max-width: 767.98px) {
  .report {
    padding: 80px 24px 0;
  }
}
.report__inner {
  margin: 0 auto;
  width: 77.7777777778%;
}
@media screen and (max-width: 767.98px) {
  .report__inner {
    width: 87.6923076923%;
  }
}
.report__inner {
  max-width: 1120px;
  max-width: 1200px;
  width: 83.33%;
  height: 306px;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#b31212), color-stop(25.48%, #b31212), color-stop(50.48%, #b31212), color-stop(74.52%, #b31212), to(#b31212));
  background: linear-gradient(90deg, #b31212 0%, #b31212 25.48%, #b31212 50.48%, #b31212 74.52%, #b31212 100%);
}
@media screen and (max-width: 767.98px) {
  .report__inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}
.report__inner:hover .report__item {
  margin-left: 5px;
  margin-right: -5px;
}
.report__inner:hover .arrow-icon circle {
  fill: #fff;
}
.report__inner:hover .arrow-icon path {
  fill: #b31212;
}
.report__bg {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .report__bg {
    padding: 48px 0;
  }
}
.report__bg img {
  margin-inline: auto 10%;
  width: auto;
  height: 120%;
  fill: #b31212;
  opacity: 0.2;
  mix-blend-mode: soft-light;
  -webkit-filter: drop-shadow(0 0 5.746px rgba(255, 255, 255, 0.15));
          filter: drop-shadow(0 0 5.746px rgba(255, 255, 255, 0.15));
}
@media screen and (max-width: 1280.98px) {
  .report__bg img {
    margin-inline: auto -20%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 767.98px) {
  .report__bg img {
    margin-inline: auto -30%;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.report__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-inline: 60px;
}
@media screen and (max-width: 767.98px) {
  .report__content {
    padding-inline: 24px;
  }
}
.report__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 24px 80px;
  grid-template-columns: auto 80px;
  -ms-grid-rows: 1fr 24px 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
      grid-template-areas: "report-title-area report-icon-area" "report-text-area report-icon-area";
}
@media screen and (max-width: 767.98px) {
  .report__item {
    -ms-grid-columns: auto 44px;
    grid-template-columns: auto 44px;
        grid-template-areas: "report-title-area report-icon-area" "report-text-area report-text-area";
  }
}
.report__title-wrap {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: report-title-area;
}
.report__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  color: var(--white);
  font: 500 15px/1.8 var(--font-body);
  letter-spacing: 0.05em;
  grid-area: report-text-area;
}
@media screen and (max-width: 767.98px) {
  .report__text {
    font: 500 14px/1.8 var(--font-body);
  }
}
.report .arrow-icon {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: report-icon-area;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px){
  .report__title-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .report__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .report .arrow-icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 767.98px) {
  .report .arrow-icon svg {
    width: 44px;
    height: 44px;
  }
}

.recruit__inner {
  padding: 160px 0;
}
@media screen and (max-width: 1023.98px) {
  .recruit__inner {
    padding: 64px 0;
  }
}
.recruit__content {
  background: var(--white);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1023.98px) {
  .recruit__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.recruit__title-main-wrap {
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 1023.98px) {
  .recruit__title-main-wrap {
    margin: 0 auto;
    width: 77.7777777778%;
    max-width: 1120px;
    margin-bottom: 2.7777777778vw;
    max-width: 1200px;
    width: 83.33%;
  }
}
@media screen and (max-width: 1023.98px) and (max-width: 767.98px) {
  .recruit__title-main-wrap {
    width: 87.6923076923%;
  }
}
@media screen and (max-width: 1023.98px) {
  .recruit__title-main-wrap.--pc {
    display: none;
  }
}
.recruit__title-main-wrap.--sp {
  display: none;
}
@media screen and (max-width: 1023.98px) {
  .recruit__title-main-wrap.--sp {
    display: block;
    margin-bottom: 40px;
  }
}
.recruit__image {
  max-width: unset;
  height: calc(100vh - 80px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1079.98px) {
  .recruit__image {
    height: calc(100vh - 64px);
  }
}
@media screen and (max-width: 1023.98px) {
  .recruit__image {
    height: initial;
  }
}
.recruit__image.--hidden-tb4 {
  display: block;
}
@media screen and (max-width: 1023.98px) {
  .recruit__image.--hidden-tb4 {
    display: none;
  }
}
.recruit__image.--visible-tb4 {
  display: none;
}
@media screen and (max-width: 1023.98px) {
  .recruit__image.--visible-tb4 {
    display: block;
  }
}
.recruit__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 396px;
}
@media screen and (min-width: 1440px), print {
  .recruit__text-area {
    width: 504px;
  }
}
@media screen and (max-width: 1023.98px) {
  .recruit__text-area {
    margin: 0 auto;
    width: 77.7777777778%;
    max-width: 1120px;
    padding: 32px 0 0;
    height: initial;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1200px;
    width: 83.33%;
  }
}
@media screen and (max-width: 1023.98px) and (max-width: 767.98px) {
  .recruit__text-area {
    width: 87.6923076923%;
  }
}
@media screen and (max-width: 1023.98px) {
  .recruit__text-area .parts-button-element {
    margin: 0 auto;
  }
}
.recruit__title {
  background: -webkit-gradient(linear, left top, right top, from(#b31212), color-stop(#b31212), to(#b31212));
  background: linear-gradient(90deg, #b31212, #b31212, #b31212);
  background-size: 200% 100%;
  /* グラデーションのサイズを大きく設定 */
  -webkit-animation: gradientFlow 2s linear 0s infinite;
          animation: gradientFlow 2s linear 0s infinite;
  /* アニメーションの設定 */
  font: 700 32px/1 var(--font-body);
  letter-spacing: 0.03em;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 1440px), print {
  .recruit__title {
    font: 700 40px/1 var(--font-body);
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1023.98px) {
  .recruit__title {
    font: 700 24px/1 var(--font-body);
  }
}
.recruit__text {
  font: 500 16px/1.875 var(--font-body);
  letter-spacing: 0.05em;
  margin: 64px 0 70px;
}
@media screen and (max-width: 1023.98px) {
  .recruit__text {
    font: 500 15px/2 var(--font-body);
    letter-spacing: 0.04em;
    margin: 24px 0 40px;
  }
}
.recruit__text .--hidden-tb4 {
  display: block;
}
@media screen and (max-width: 1023.98px) {
  .recruit__text .--hidden-tb4 {
    display: none;
  }
}

/* Akatsuki mobile first-view video fix */
@media screen and (max-width: 767.98px) {
  .fv {
        background: transparent;
        background-image: url("/static/akatsuki/archive/wp-content/themes/wp-kaiho/images/top/fv-bg.png") !important;
        background-repeat: no-repeat !important;
        background-position: center top !important;
        background-size: cover !important;
      }
  .fv__movie {
    display: block !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    position: absolute;
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 0 !important;
  }
  .fv__inner,
  .fv__logo-wrap {
    position: relative;
    z-index: 1;
  }
}

/* Akatsuki iPhone first-view video visibility */
@media screen and (max-width: 767.98px) {
  .fv__movie {
    opacity: 1 !important;
    pointer-events: none;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
  }
}


/* Akatsuki mobile first-view background image */
@media screen and (max-width: 767.98px) {
  .fv {
    background-image: url("/static/akatsuki/archive/wp-content/themes/wp-kaiho/images/top/fv-bg.png") !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
  }
}

/* Akatsuki industry cycle background */
.industry__cycle {
  background-image: url("/static/akatsuki/archive/wp-content/themes/wp-kaiho/images/top/industry__cycle-bg.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}



/* Akatsuki kansaibus lineup_list exact layout */
.works.lineup_section {
  --color2: #b31212;
  --color3: #1d2162;
  --color4: #6f7782;
  --border_color: #c9c9c9;
  --bg_color1: #f7f8fb;
  --hv_color: #b31212;
  --font_num: Inter, Montserrat, "Noto Sans JP", sans-serif;
  background: #fff;
}
.works.lineup_section .container {
  width: min(1600px, 88.8888888889vw);
  max-width: 1600px;
  margin: 0 auto;
}
.works.lineup_section .detail_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: 100%;
  border-radius: 999px;
  background: #b31212;
  border: 1px solid #b31212;
  color: #fff;
  font: 700 16px/1 var(--font-body);
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.works.lineup_section .detail_btn a:hover {
  background: #fff;
  color: #b31212;
  opacity: 1;
}
.lineup_section{position:relative;padding:clamp(56px, 10.9722222222vw, 158px) 0 clamp(56px, 8.3333333333vw, 120px);margin-top:-1px;overflow:hidden}.lineup_section .cols{display:flex;align-items:center;gap:49px;margin-bottom:54px}.lineup_section .txt{line-height:calc(24 / 16)}.lineup_section .lineup_list{display:flex;flex-direction:column;gap:32px}.lineup_section .lineup_item{position:relative;display:flex;align-items:stretch;height:420px;background-color:#f1f1f1;border-radius:8px;overflow:hidden}.lineup_section .item_textarea{position:relative;z-index:3;flex:1 1 auto;min-width:0;max-width:calc((73 + 368) / 1280 * 100%);padding:96px 24px 90px 73px;display:flex;flex-direction:column;align-items:flex-start}.lineup_section .item_ttl{font-size:clamp(20px, 2.5vw, 36px);line-height:1;font-weight:700;margin-bottom:32px}.lineup_section .item_txt{margin-bottom:39px;min-height:auto;flex:1;font-size: 16px;line-height: 1.6;}.lineup_section .item_btn{flex-shrink:0;max-width:240px;width:100%;margin-inline:0}.lineup_section .item_bus{position:absolute;left:calc(463 / 1280 * 100%);top:82px;width:417px;z-index:2;transform:none;margin:0}.lineup_section .item_bus .bus{display:block;width:100%;height:auto;object-fit:contain;object-position:bottom center}.lineup_section .item_bus .circle{width:112px;position:absolute;right:14px;top:-49px;border:4px solid #fff;border-radius:50%;aspect-ratio:1;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff;background-color:var(--color2)}.lineup_section .item_bus .circle .category{font-size:15px;font-weight:500;line-height:1}.lineup_section .item_bus .circle .limit{display:flex;align-items:flex-end;justify-content:center;gap:2px;margin-top:6px;font-size:13px;font-weight:500;white-space:nowrap}.lineup_section .item_bus .circle .limit .ver{writing-mode:vertical-rl;font-size:13px;line-height:13px;font-weight:500;letter-spacing:0.12em;margin-bottom:2px}.lineup_section .item_bus .circle .limit .num{font-size:36px;font-weight:700;font-family:var(--font_num);letter-spacing:0.05em;line-height:1}.lineup_section .item_bus .circle.medium_car{background-color:var(--color4)}.lineup_section .item_bus .circle.large_car{background-color:var(--color3)}.lineup_section .item_img{flex:0 0 calc(380 / 1280 * 100%);width:calc(380 / 1280 * 100%);height:auto;align-self:stretch;margin-left:auto;border-radius:0 8px 8px 0;overflow:hidden;position:relative;z-index:3;}.lineup_section .item_img img{width:100%;height:100%;object-fit:cover}
@media (max-width:1024px){.lineup_section .cols{flex-direction:column;align-items:flex-start;gap:24px}.lineup_section .lineup_item{flex-direction:column-reverse;height:auto;border-radius:16px}.lineup_section .lineup_item .item_img{width:100%;height:220px;flex:0 1 auto;z-index:1;}.lineup_section .lineup_item .item_bus{width:40%;top:-155px;margin-bottom:-155px;margin-inline:auto;position:relative;top:auto;left:auto}.lineup_section .lineup_item .item_textarea{flex:1;max-width:100%;padding:24px 32px 53px}.lineup_section .lineup_item .item_btn{margin-inline:auto}}
@media (max-width:480px){.lineup_section .cols{margin-bottom:24px}.lineup_section .lineup_list{grid-template-columns:1fr;gap:16px}.lineup_section .lineup_item .item_img{height:180px}.lineup_section .lineup_item .item_bus{top:-84px;margin-bottom:-84px;width:66%}.lineup_section .lineup_item .item_bus .circle{width:74px;top:-18px;right:-20px;border-width:3px}.lineup_section .lineup_item .item_bus .circle .category{font-size:11px}.lineup_section .lineup_item .item_bus .circle .num{font-size:24px}.lineup_section .lineup_item .item_bus .circle .limit{gap:0;font-size:10px}.lineup_section .lineup_item .item_bus .circle .limit .ver{font-size:10px}.lineup_section .lineup_item .item_textarea{padding:16px 14px 24px}.lineup_section .lineup_item .item_ttl{margin-bottom:10px}.lineup_section .lineup_item .item_txt{font-size:14px;margin-bottom:18px;min-height:auto}.lineup_section .lineup_item .item_btn{max-width:100%;}}


/* Akatsuki vehicle detail lineup page */
.vehicle-detail.page_lineup {
  --color2: #b31212;
  --color3: #b31212;
  --color4: #b31212;
  --border_color: #c9c9c9;
  --bg_color1: #f7f8fb;
  --hv_color: #b31212;
  --white: #fff;
  --font_num: Inter, Montserrat, "Noto Sans JP", sans-serif;
  margin: 0 auto;
  width: min(1600px, 88.8888888889vw);
  max-width: 1600px;
  padding: 0 0 120px;
}
.vehicle-detail.page_lineup .lineup_section { padding-top: 0; }
﻿.page_lineup .anchor_section{padding-top:80px;position:relative}.page_lineup .anchor_section .anchor_list{display:flex;gap:1.6666666667vw}@media (min-width:1367px){.page_lineup .anchor_section .anchor_list{gap:32}}.page_lineup .anchor_section .anchor_item{flex:1;padding:64px 1.25vw 12px;border:8px solid #ECEFF1;border-radius:8px}@media (min-width:1367px){.page_lineup .anchor_section .anchor_item{padding:64px 18px 12px}}.page_lineup .anchor_section .anchor_item .item_category{min-width:56px;min-height:28px;border-radius:100px;background-color:var(--white);color:var(--color3);font-size:clamp(12px, 1.1111111111vw, 16px);line-height:calc(24 / 16);font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;transition:0.3s;white-space:nowrap;flex-shrink:0;border:1px solid var(--white);transition:0.3s}.page_lineup .anchor_section .anchor_item .item_info{display:flex;align-items:center;gap:8px}.page_lineup .anchor_section .anchor_item .item_ttl{color:var(--white);font-size:clamp(14px, 1.25vw, 18px);line-height:calc(24 / 18);font-weight:700;white-space:nowrap;transition:0.3s}.page_lineup .anchor_section .anchor_item .item_limit{font-size:13px;line-height:calc(24 / 13);font-weight:400}.page_lineup .anchor_section .anchor_item .item_btn{margin-top:46px}.page_lineup .anchor_section .anchor_item .item_btn a{min-height:80px;background-color:var(--color3);display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:var(--white);border-bottom:none;transition:0.3s;border:1px solid var(--color3)}.page_lineup .anchor_section .anchor_item .item_btn a::after{content:"";width:14px;aspect-ratio:2;background-image:url(../img/lineup/arrow_lineup.svg);background-repeat:no-repeat;background-position:center;background-size:contain;flex-shrink:0;transition:0.3s}.page_lineup .anchor_section .anchor_item .item_btn a:hover{background-color:transparent;opacity:1}.page_lineup .anchor_section .anchor_item .item_btn a:hover .item_category{background-color:var(--color3);border-color:var(--color3);color:#fff}.page_lineup .anchor_section .anchor_item .item_btn a:hover .item_ttl{color:var(--color3)}.page_lineup .anchor_section .anchor_item .item_btn a:hover::after{background-image:url(../img/lineup/arrow_lineup_hv.svg)}.page_lineup .lineup_section{padding-top:clamp(56px, 6.9444444444vw, 100px)}.page_lineup .lineup_section .wrapper:not(:first-child){margin-top:clamp(56px, 8.8888888889vw, 128px)}.page_lineup .lineup_section .sec_ttl{color:var(--color3);font-size:32px;line-height:calc(28 / 32);font-weight:700;border-bottom:1px solid #D7DDE2;padding:10px 0 16px}.page_lineup .lineup_section .txt{margin-top:18px;color:#222;line-height:calc(28 / 16);white-space:pre-wrap}.page_lineup .lineup_section .lineup_list{margin-top:80px}.page_lineup .lineup_section .lineup_item:not(:first-child){padding-top:clamp(40px, 8.8888888889vw, 128px)}.page_lineup .lineup_section .cols{display:flex;align-items:center;justify-content:space-between;gap:64px}.page_lineup .lineup_section .col1{flex-shrink:1}.page_lineup .lineup_section .col2{width:calc(614 / 1280 * 100%);flex-shrink:0}.page_lineup .lineup_section .col2 img{width:100%;aspect-ratio:1.3406113537;object-fit:cover;border-radius:8px}.page_lineup .lineup_section .item_ttl{color:#222;font-size:clamp(33px, 2.9166666667vw, 42px);line-height:1.2;font-weight:700;margin-right:0;display:block;white-space:normal}.page_lineup .lineup_section .item_heading{margin-top:50px;color:#222;font-size:24px;font-weight:500}.page_lineup .lineup_section .item_txt{margin-top:26px;color:#222;line-height:calc(28 / 16);font-size: 24px;}.page_lineup .lineup_section .specification_list{margin-top:70px;display:flex;flex-wrap:wrap;gap:16px 38px}.page_lineup .lineup_section .specification_item{width:calc((100% - 76px) / 3);display:flex;align-items:center;gap:24px}.page_lineup .lineup_section .specification_term{width:140px;min-height:43px;border-radius:100px;background-color:#D7DDE2;color:var(--color3);font-size:16px;line-height:calc(19 / 16);font-weight:400;display:flex;align-items:center;justify-content:center;padding:0 10px;flex-shrink:0}.page_lineup .lineup_section .specification_desc{flex:1;min-height:51px;border-bottom:1px solid var(--color3);color:var(--color3);display:flex;align-items:center;padding:16px 24px}.page_lineup .lineup_section .seating_wrapper{margin-top:100px}.page_lineup .lineup_section .sub_ttl{color:var(--color3);font-size:32px;line-height:calc(38 / 32);font-weight:700;position:relative;padding-left:15px}.page_lineup .lineup_section .sub_ttl::before{content:"";width:8px;height:35px;border-radius:40px;background-color:#D7DDE2;position:absolute;left:0;top:3px}.page_lineup .lineup_section .seating_img{margin-top:38px}.page_lineup .lineup_section .seating_img img{width:100%;height:auto;border-radius:12px}.page_lineup .lineup_section .seating_pdf{margin-top:80px;width:fit-content;margin-inline:auto}.page_lineup .lineup_section .seating_pdf a{width:656px;min-height:100px;margin:0 auto;border-radius:16px;background-color:#ECEFF1;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:16px 24px;color:#222;font-size:20px;line-height:calc(24 / 20);font-weight:700;transition:0.3s}.page_lineup .lineup_section .seating_pdf a::before{content:"";width:15px;height:20px;background-image:url(../img/common/icon_pdf.svg);background-repeat:no-repeat;background-position:center;background-size:contain;flex-shrink:0}.page_lineup .lineup_section .seating_pdf a:hover{color:var(--hv_color)}.page_lineup .lineup_section .seating_thumb{width:93px;height:69px;border-radius:8px;overflow:hidden;margin-left:24px;flex-shrink:0}.page_lineup .lineup_section .seating_thumb img{width:100%;height:100%;object-fit:cover}.page_lineup .lineup_section .fare_btn{margin-top:48px}.page_lineup .lineup_section .fare_btn a{width:420px;min-height:56px;margin:0 auto;border:1px solid var(--color3);border-radius:8px;color:var(--color3);display:flex;align-items:center;justify-content:center;line-height:calc(19 / 16);font-weight:500;transition:0.3s;border-bottom:1px solid var(--color3)}.page_lineup .lineup_section .fare_btn a:hover{background-color:var(--color3);color:#fff;opacity:1}.page_lineup .lineup_section .gallery_wrapper{margin-top:100px}.page_lineup .lineup_section .gallery_wrapper .sub_ttl{display:inline-flex;align-items:baseline;gap:33px}.page_lineup .lineup_section .note{color:#222;font-size:16px;line-height:calc(19 / 16);font-weight:400}.page_lineup .lineup_section .gallery_list{margin-top:40px;display:flex;flex-wrap:wrap;gap:40px}.page_lineup .lineup_section .gallery_item{width:calc((100% - 80px) / 3);aspect-ratio:1.25;cursor:pointer}.page_lineup .lineup_section .gallery_item img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s}.page_lineup .lineup_section .modal_item{position:fixed;top:50%;left:50%;opacity:0;visibility:hidden;transform:translate(-50%, calc(-50% + 10px));transition:0.3s;width:1000px;background-color:#fff;padding:20px;z-index:1000;overflow:auto}.page_lineup .lineup_section .modal_item .modal_img img{aspect-ratio:1.5}.page_lineup .lineup_section .modal_item .modal_cols{display:flex;align-items:center;justify-content:space-between;margin-top:24px}.page_lineup .lineup_section .modal_item .modal_ttl{font-weight:bold}.page_lineup .lineup_section .modal_item .modal_button{color:var(--color3);font-weight:bold;background-color:transparent;border:1px solid var(--color3);border-radius:4px;padding:6px 10px;line-height:1;font-size:16px;cursor:pointer}.page_lineup .lineup_section .modal_item .modal_button::before{content:"×";display:inline-block;margin-right:0.5em}.page_lineup .lineup_section .modal_item.active{opacity:1;visibility:visible;transform:translate(-50%, -50%)}.page_lineup .lineup_section .modal_mask{opacity:0;visibility:hidden;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:100vw;height:100vh;background-color:#000000;opacity:0;transition:0.3s;z-index:999;transition:0.3s}.page_lineup .lineup_section .modal_mask.active{opacity:0.4;visibility:visible}@media (max-width:1024px){.page_lineup .anchor_section .anchor_item .item_ttl{display:block;text-align:center;margin-right:0}.page_lineup .anchor_section .anchor_item .item_info{flex-direction:column}.page_lineup .lineup_section .specification_list{gap:12px 16px}.page_lineup .lineup_section .specification_item{width:calc((100% - 32px) / 2)}.page_lineup .lineup_section .specification_desc{padding:12px}.page_lineup .lineup_section .modal_item{width:calc(100% - 80px)}}@media screen and (max-width:1024px) and (min-width:481px){.page_lineup .anchor_section .anchor_list{gap:0}.page_lineup .anchor_section .anchor_item{border-radius:0}.page_lineup .anchor_section .anchor_item:not(:last-child){border-right:none}}@media screen and (max-width:1180px) and (min-width:481px){.page_lineup .anchor_section .anchor_list{aspect-ratio:auto}.page_lineup .anchor_section .anchor_item{display:flex;flex-direction:column}.page_lineup .anchor_section .anchor_item .item_btn{position:static;transform:none;width:100%}.page_lineup .anchor_section .anchor_item .item_btn a{flex-direction:column;justify-content:center;min-height:120px}}@media (max-width:768px){.page_lineup .anchor_section .anchor_item .item_btn a{min-height:140px}}@media (max-width:480px){.page_lineup .anchor_section .anchor_list{display:flex;flex-direction:column;max-height:none}.page_lineup .anchor_section .anchor_item{padding:32px 16px 12px}.page_lineup .anchor_section .anchor_item .item_btn a{min-height:64px;padding:10px;flex-direction:row}.page_lineup .anchor_section .anchor_item .item_category{min-width:56px;min-height:28px;font-size:12px;line-height:calc(18 / 12);padding:0 8px}.page_lineup .anchor_section .anchor_item .item_info{flex-direction:row}.page_lineup .anchor_section .anchor_item .item_ttl{font-size:15px;line-height:calc(20 / 15);gap:6px;white-space:normal}.page_lineup .anchor_section .anchor_item .item_limit{font-size:11px;line-height:calc(16 / 11)}.page_lineup .anchor_section .anchor_item .item_btn{margin-top:24px}.page_lineup .lineup_section{padding-top:56px}.page_lineup .lineup_section .wrapper:not(:first-child){margin-top:56px}.page_lineup .lineup_section .sec_ttl{font-size:24px;line-height:calc(30 / 24);padding:6px 0 10px}.page_lineup .lineup_section .txt{margin-top:14px;font-size:14px;line-height:calc(22 / 14)}.page_lineup .lineup_section .lineup_list{margin-top:40px}.page_lineup .lineup_section .lineup_item:not(:first-child){padding-top:56px}.page_lineup .lineup_section .cols{flex-direction:column-reverse;gap:18px;align-items:flex-start}.page_lineup .lineup_section .col1,.page_lineup .lineup_section .col2{width:100%}.page_lineup .lineup_section .item_ttl{font-size:22px}.page_lineup .lineup_section .item_heading{margin-top:20px;font-size:18px;line-height:calc(24 / 18)}.page_lineup .lineup_section .item_txt{margin-top:12px;font-size:14px;line-height:calc(22 / 14);margin-bottom: 0;}.page_lineup .lineup_section .specification_list{margin-top:28px;gap:10px}.page_lineup .lineup_section .specification_item{width:100%;gap:10px}.page_lineup .lineup_section .specification_term{width:110px;min-height:36px;font-size:13px;line-height:calc(16 / 13)}.page_lineup .lineup_section .specification_desc{min-height:36px;padding:8px 10px;font-size:14px;line-height:calc(22 / 14)}.page_lineup .lineup_section .seating_wrapper{margin-top:48px}.page_lineup .lineup_section .sub_ttl{font-size:24px;line-height:calc(30 / 24);padding-left:12px}.page_lineup .lineup_section .sub_ttl::before{width:6px;height:28px;top:2px}.page_lineup .lineup_section .seating_img{margin-top:18px}.page_lineup .lineup_section .seating_pdf{margin-top:24px;width:100%}.page_lineup .lineup_section .seating_pdf a{width:100%;min-height:74px;border-width:4px;border-bottom-width:4px;border-radius:10px;padding:10px 10px;font-size:14px;line-height:calc(20 / 14);gap:8px;justify-content:flex-start}.page_lineup .lineup_section .seating_thumb{width:70px;height:52px;margin-left:auto}.page_lineup .lineup_section .fare_btn{margin-top:16px}.page_lineup .lineup_section .fare_btn a{width:100%;min-height:50px;font-size:14px;line-height:calc(20 / 14);text-align:center;padding:6px 10px}.page_lineup .lineup_section .gallery_wrapper{margin-top:48px}.page_lineup .lineup_section .gallery_wrapper .sub_ttl{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.page_lineup .lineup_section .note{font-size:13px;line-height:calc(18 / 13)}.page_lineup .lineup_section .gallery_list{margin-top:16px;gap:10px}.page_lineup .lineup_section .gallery_item{width:calc((100% - 10px) / 2)}.page_lineup .lineup_section .modal_item{width:calc(100% - 24px);max-height:calc(100vh - 24px);padding:10px;overflow:auto}.page_lineup .lineup_section .modal_item .modal_img img{width:100%;height:auto}.page_lineup .lineup_section .modal_item .modal_cols{margin-top:12px}.page_lineup .lineup_section .modal_item .modal_ttl{font-size:14px;line-height:calc(20 / 14)}.page_lineup .lineup_section .modal_item .modal_button{font-size:13px}}
.vehicle-detail.page_lineup .gallery_item:hover img { transform: scale(1.05); }
@media (max-width:480px){.vehicle-detail.page_lineup{width:87.6923076923%;padding-bottom:72px}}

.vehicle-detail.page_lineup .vehicle-detail__content { display: block; }
.vehicle-detail.page_lineup .seating_pdf { display: none !important; }
.vehicle-detail.page_lineup .sec_ttl,
.vehicle-detail.page_lineup .sub_ttl,
.vehicle-detail.page_lineup .specification_term,
.vehicle-detail.page_lineup .specification_desc,
.vehicle-detail.page_lineup .modal_button { color: #b31212 !important; }
.vehicle-detail.page_lineup .specification_desc { border-bottom-color: #b31212 !important; }
.vehicle-detail.page_lineup .sub_ttl::before { background-color: rgba(179, 18, 18, 0.18) !important; }

/* Akatsuki backend vehicle gallery */
.vehicle-detail__lead{font-size:20px;font-weight:700;text-align:center;margin:0 0 32px;color:#b31212}.vehicle-detail__section-title{font-size:24px;font-weight:800;margin:48px 0 20px;color:#171717;text-align:center}.vehicle-detail .seating_chart img{display:block;max-width:100%;height:auto;margin:0 auto}.vehicle-detail .gallery_grid{display: flex;flex-wrap: wrap;gap: 40px;}.vehicle-detail .gallery_item{cursor:pointer;overflow:hidden;background:#f7f7f7}.vehicle-detail .gallery_item img{display:block;width:100%;aspect-ratio:5/4;object-fit:cover;transition:transform .28s ease}.vehicle-detail .gallery_item:hover img{transform:scale(1.04)}.vehicle-detail .modal_mask{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:9998;display:none}.vehicle-detail .modal_mask.active{display:block}.vehicle-detail .modal_area{position:relative;z-index:9999}.vehicle-detail .modal_item{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(92vw,980px);display:none;z-index:9999}.vehicle-detail .modal_item.active{display:block}.vehicle-detail .modal_item img{display:block;width:100%;height:auto;background:#fff}.vehicle-detail .modal_button{position:absolute;right:10px;top:10px;width:42px;height:42px;border-radius:50%;background:#b31212;cursor:pointer}.vehicle-detail .modal_button span{position:absolute;left:11px;top:20px;width:20px;height:2px;background:#fff}.vehicle-detail .modal_button span:first-child{transform:rotate(45deg)}.vehicle-detail .modal_button span:last-child{transform:rotate(-45deg)}
@media (max-width: 767px){.vehicle-detail__lead{font-size:16px;margin-bottom:22px}.vehicle-detail__section-title{font-size:20px;margin:34px 0 16px}.vehicle-detail .gallery_grid{grid-template-columns:1fr 1fr;gap:10px}.vehicle-detail .modal_item{width:94vw}.vehicle-detail .modal_button{width:38px;height:38px}.vehicle-detail .modal_button span{left:10px;top:18px}}

/* Akatsuki vehicle detail refined sections - 20260605 */
.vehicle-detail.page_lineup .vehicle-detail__section-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: clamp(52px, 6.25vw, 90px) 0 26px;
  padding: 18px 24px 18px 28px;
  border: 1px solid rgba(179, 18, 18, 0.16);
  border-left: 6px solid #b31212;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(179, 18, 18, 0.08), rgba(255, 255, 255, 0));
  color: #171717 !important;
  font-size: clamp(22px, 2.0833333333vw, 30px);
  line-height: 1.35;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0;
}
.vehicle-detail.page_lineup .vehicle-detail__section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  min-width: 32px;
  background: rgba(179, 18, 18, 0.24);
}
.vehicle-detail.page_lineup .specification_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(36px, 4.8611111111vw, 70px);
}
.vehicle-detail.page_lineup .specification_item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(128px, 34%) 1fr;
  align-items: stretch;
  width: auto;
  min-height: 72px;
  gap: 0;
  overflow: hidden;
  border: 1px solid #e1e5e9;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(22, 31, 46, 0.06);
}
.vehicle-detail.page_lineup .specification_item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #b31212;
}
.vehicle-detail.page_lineup .specification_term {
  width: auto;
  min-height: 0;
  border-radius: 0;
  background: #f4f6f8;
  color: #222 !important;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  justify-content: flex-start;
  padding: 18px 18px 18px 22px;
}
.vehicle-detail.page_lineup .specification_desc {
  min-height: 0;
  border-bottom: 0 !important;
  color: #b31212 !important;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  line-height: 1.45;
  font-weight: 800;
  padding: 18px 22px;
  background: #fff;
}
.vehicle-detail.page_lineup .specification_item:hover {
  border-color: rgba(179, 18, 18, 0.34);
  box-shadow: 0 14px 34px rgba(179, 18, 18, 0.1);
  transform: translateY(-2px);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
@media (max-width: 900px) {
  .vehicle-detail.page_lineup .specification_list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .vehicle-detail.page_lineup .vehicle-detail__section-title {
    margin: 42px 0 18px;
    padding: 14px 16px 14px 18px;
    border-left-width: 5px;
  }
  .vehicle-detail.page_lineup .vehicle-detail__section-title::after {
    display: none;
  }
  .vehicle-detail.page_lineup .specification_list {
    margin-top: 28px;
    gap: 10px;
  }
  .vehicle-detail.page_lineup .specification_item {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .vehicle-detail.page_lineup .specification_term,
  .vehicle-detail.page_lineup .specification_desc {
    padding: 12px 16px 12px 18px;
  }
  .vehicle-detail.page_lineup .specification_term {
    font-size: 13px;
  }
  .vehicle-detail.page_lineup .specification_desc {
    font-size: 16px;
  }
}

/* Akatsuki vehicle detail specification table - 20260605 */
.vehicle-detail.page_lineup .specification_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(32px, 4.1666666667vw, 60px);
  border-top: 1px solid #d9dee3;
  border-left: 1px solid #d9dee3;
  background: #fff;
}
.vehicle-detail.page_lineup .specification_item {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  width: auto;
  min-height: 64px;
  gap: 0;
  border: 0;
  border-right: 1px solid #d9dee3;
  border-bottom: 1px solid #d9dee3;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: visible;
}
.vehicle-detail.page_lineup .specification_item::before {
  display: none;
}
.vehicle-detail.page_lineup .specification_item:hover {
  border-color: #d9dee3;
  box-shadow: none;
  transform: none;
}
.vehicle-detail.page_lineup .specification_term {
  width: auto;
  min-height: 0;
  border-radius: 0;
  background: #f5f6f8;
  color: #333 !important;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 16px;
  border-right: 1px solid #d9dee3;
}
.vehicle-detail.page_lineup .specification_desc {
  min-height: 0;
  border-bottom: 0 !important;
  background: #fff;
  color: #222 !important;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 14px 16px;
}
@media (max-width: 1100px) {
  .vehicle-detail.page_lineup .specification_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .vehicle-detail.page_lineup .specification_list {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .vehicle-detail.page_lineup .specification_item {
    grid-template-columns: 104px minmax(0, 1fr);
    min-height: 54px;
  }
  .vehicle-detail.page_lineup .specification_term,
  .vehicle-detail.page_lineup .specification_desc {
    padding: 11px 12px;
    font-size: 13px;
  }
}

/* Akatsuki vehicle detail simple section title - 20260605 */
.vehicle-detail.page_lineup .vehicle-detail__section-title {
  display: block;
  width: auto;
  margin: clamp(44px, 5.5555555556vw, 72px) 0 22px;
  padding: 0 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #171717 !important;
  font-size: clamp(20px, 1.8055555556vw, 26px);
  line-height: 1.4;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0;
}
.vehicle-detail.page_lineup .vehicle-detail__section-title::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 10px;
  background: #b31212;
}
@media (max-width: 480px) {
  .vehicle-detail.page_lineup .vehicle-detail__section-title {
    margin: 34px 0 16px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .vehicle-detail.page_lineup .vehicle-detail__section-title::after {
    width: 34px;
    height: 2px;
    margin-top: 8px;
  }
}

/* Akatsuki vehicle gallery lightbox - 20260605 */
html.is-vehicle-modal-open,
html.is-vehicle-modal-open body {
  overflow: hidden;
}
.vehicle-detail .modal_mask {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.86);
  z-index: 100000;
  display: none;
  opacity: 1;
  visibility: visible;
}
.vehicle-detail .modal_mask.active {
  display: block;
}
.vehicle-detail .modal_area {
  position: fixed;
  inset: 0;
  z-index: 100001;
  pointer-events: none;
}
.vehicle-detail .modal_item {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  width: min(92vw, 1080px);
  max-height: 88vh;
  padding: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  z-index: 100002;
  pointer-events: auto;
  overflow: visible;
}
.vehicle-detail .modal_item.active {
  display: block;
}
.vehicle-detail .modal_item img {
  display: block;
  width: 100%;
  max-height: 88vh;
  height: auto;
  object-fit: contain;
  background: transparent;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
}
.vehicle-detail .modal_button {
  position: absolute;
  right: -2px;
  top: -46px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  z-index: 100004;
}
.vehicle-detail .modal_button span {
  position: absolute;
  left: 7px;
  top: 18px;
  width: 24px;
  height: 2px;
  background: #fff;
}
.vehicle-detail .modal_button span:first-child { transform: rotate(45deg); }
.vehicle-detail .modal_button span:last-child { transform: rotate(-45deg); }
.vehicle-detail .modal_arrow {
  position: fixed;
  top: 50%;
  z-index: 100003;
  width: 54px;
  height: 72px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 68px;
  line-height: 1;
  font-family: Arial, sans-serif;
  cursor: pointer;
  transform: translateY(-50%);
  pointer-events: auto;
  opacity: 0.86;
}
.vehicle-detail .modal_arrow:hover {
  opacity: 1;
}
.vehicle-detail .modal_arrow--prev { left: max(18px, 3vw); }
.vehicle-detail .modal_arrow--next { right: max(18px, 3vw); }
@media (max-width: 767px) {
  .vehicle-detail .modal_item {
    width: 100vw;
    max-height: 82vh;
    padding: 0 14px;
  }
  .vehicle-detail .modal_item img {
    max-height: 82vh;
    box-shadow: none;
  }
  .vehicle-detail .modal_button {
    right: 12px;
    top: -44px;
  }
  .vehicle-detail .modal_arrow {
    width: 42px;
    height: 58px;
    font-size: 52px;
  }
  .vehicle-detail .modal_arrow--prev { left: 4px; }
  .vehicle-detail .modal_arrow--next { right: 4px; }
}

/* Akatsuki vehicle gallery lightbox hard override - 20260605 */
html.is-vehicle-modal-open,
html.is-vehicle-modal-open body {
  overflow: hidden !important;
}
.vehicle-detail.page_lineup .lineup_section .modal_mask,
.vehicle-detail .modal_mask {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.9) !important;
  z-index: 2147483000 !important;
  display: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.vehicle-detail.page_lineup .lineup_section .modal_mask.active,
.vehicle-detail .modal_mask.active {
  display: block !important;
}
.vehicle-detail.page_lineup .lineup_section .modal_area,
.vehicle-detail .modal_area {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483001 !important;
  pointer-events: none !important;
}
.vehicle-detail.page_lineup .lineup_section .modal_item,
.vehicle-detail .modal_item {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  display: none !important;
  width: min(92vw, 1120px) !important;
  max-width: 1120px !important;
  max-height: 88vh !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2147483002 !important;
  overflow: visible !important;
  pointer-events: auto !important;
}
.vehicle-detail.page_lineup .lineup_section .modal_item.active,
.vehicle-detail .modal_item.active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.vehicle-detail.page_lineup .lineup_section .modal_item img,
.vehicle-detail .modal_item img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 88vh !important;
  object-fit: contain !important;
  background: transparent !important;
  box-shadow: none !important;
}
.vehicle-detail.page_lineup .lineup_section .modal_button,
.vehicle-detail .modal_button {
  position: absolute !important;
  right: 0 !important;
  top: -44px !important;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: transparent !important;
  box-shadow: none !important;
  cursor: pointer !important;
  z-index: 2147483004 !important;
}
.vehicle-detail.page_lineup .lineup_section .modal_button::before,
.vehicle-detail .modal_button::before {
  content: none !important;
}
.vehicle-detail.page_lineup .lineup_section .modal_button span,
.vehicle-detail .modal_button span {
  position: absolute !important;
  left: 7px !important;
  top: 18px !important;
  width: 24px !important;
  height: 2px !important;
  background: #fff !important;
}
.vehicle-detail.page_lineup .lineup_section .modal_arrow,
.vehicle-detail .modal_arrow {
  position: fixed !important;
  top: 50% !important;
  z-index: 2147483003 !important;
  width: 56px !important;
  height: 76px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 72px !important;
  line-height: 1 !important;
  font-family: Arial, sans-serif !important;
  cursor: pointer !important;
  transform: translateY(-50%) !important;
  pointer-events: auto !important;
  opacity: .9 !important;
}
.vehicle-detail.page_lineup .lineup_section .modal_arrow--prev,
.vehicle-detail .modal_arrow--prev { left: max(16px, 3vw) !important; }
.vehicle-detail.page_lineup .lineup_section .modal_arrow--next,
.vehicle-detail .modal_arrow--next { right: max(16px, 3vw) !important; }
html.is-vehicle-modal-open .sidebar,
html.is-vehicle-modal-open .footer-service-and-contact,
html.is-vehicle-modal-open .footer,
html.is-vehicle-modal-open .footer-external {
  z-index: 1 !important;
}
@media (max-width: 767px) {
  .vehicle-detail.page_lineup .lineup_section .modal_item,
  .vehicle-detail .modal_item {
    width: 100vw !important;
    max-width: 100vw !important;
    max-height: 82vh !important;
    padding: 0 12px !important;
  }
  .vehicle-detail.page_lineup .lineup_section .modal_item img,
  .vehicle-detail .modal_item img {
    max-height: 82vh !important;
  }
  .vehicle-detail.page_lineup .lineup_section .modal_button,
  .vehicle-detail .modal_button {
    right: 12px !important;
    top: -44px !important;
  }
  .vehicle-detail.page_lineup .lineup_section .modal_arrow,
  .vehicle-detail .modal_arrow {
    width: 42px !important;
    height: 58px !important;
    font-size: 54px !important;
  }
  .vehicle-detail.page_lineup .lineup_section .modal_arrow--prev,
  .vehicle-detail .modal_arrow--prev { left: 4px !important; }
  .vehicle-detail.page_lineup .lineup_section .modal_arrow--next,
  .vehicle-detail .modal_arrow--next { right: 4px !important; }
}

/* Akatsuki vehicle gallery arrow visibility fix - 20260605 */
.vehicle-detail.page_lineup .lineup_section .modal_arrow,
.vehicle-detail .modal_arrow {
  display: none !important;
}
html.is-vehicle-modal-open .vehicle-detail.page_lineup .lineup_section .modal_arrow,
html.is-vehicle-modal-open .vehicle-detail .modal_arrow {
  display: block !important;
}

/* Akatsuki vehicle modal image arrows - 20260605 */
.vehicle-detail.page_lineup .lineup_section .modal_arrow,
.vehicle-detail .modal_arrow {
  width: 68px !important;
  height: 68px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}
.vehicle-detail.page_lineup .lineup_section .modal_arrow--prev,
.vehicle-detail .modal_arrow--prev {
  left: max(18px, 4vw) !important;
  background-image: url('/static/akatsuki/vehicle/modal/prev.png') !important;
}
.vehicle-detail.page_lineup .lineup_section .modal_arrow--next,
.vehicle-detail .modal_arrow--next {
  right: max(18px, 4vw) !important;
  background-image: url('/static/akatsuki/vehicle/modal/next.png') !important;
}
@media (max-width: 767px) {
  .vehicle-detail.page_lineup .lineup_section .modal_arrow,
  .vehicle-detail .modal_arrow {
    top: auto !important;
    bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
    width: 38px !important;
    height: 38px !important;
    transform: none !important;
  }
  .vehicle-detail.page_lineup .lineup_section .modal_arrow--prev,
  .vehicle-detail .modal_arrow--prev { left: 18px !important; }
  .vehicle-detail.page_lineup .lineup_section .modal_arrow--next,
  .vehicle-detail .modal_arrow--next { right: 18px !important; }
}

/* Akatsuki homepage vehicle circle colors - 20260605 */
.works.lineup_section .lineup_item .circle.medium_car {
  background: #e7852e;
}
.works.lineup_section .lineup_item .circle.large_car {
  background: #a3bf36;
}

/* Akatsuki homepage vehicle bus right animation - 20260605 */
.works.lineup_section .lineup_item .item_bus.anim-fadeIn-right {
  opacity: 0 !important;
  transform: translate3d(100%, 0, 0) !important;
  transition: opacity .9s ease, transform .9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.works.lineup_section .lineup_item .item_bus.anim-fadeIn-right.anim-fadeIn-right-active,
.works.lineup_section .lineup_item .item_bus.anim-fadeIn-right-active {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}
.works.lineup_section .lineup_item:nth-child(2) .item_bus.anim-fadeIn-right { transition-delay: 0.08s !important; }
.works.lineup_section .lineup_item:nth-child(3) .item_bus.anim-fadeIn-right { transition-delay: 0.16s !important; }
@keyframes akatsuki-bus-enter-right {
  from { opacity: 0; transform: translate3d(100%, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@media (max-width: 767px) {
  .works.lineup_section .lineup_item .item_bus.anim-fadeIn-right { transform: translate3d(72%, 0, 0) !important; }
  .works.lineup_section .lineup_item .item_bus.anim-fadeIn-right.anim-fadeIn-right-active,
  .works.lineup_section .lineup_item .item_bus.anim-fadeIn-right-active { transform: translate3d(0, 0, 0) !important; }
  @keyframes akatsuki-bus-enter-right {
    from { opacity: 0; transform: translate3d(72%, 0, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
  }
}
@media (prefers-reduced-motion: reduce) {
  .works.lineup_section .lineup_item .item_bus.anim-fadeIn-right,
  .works.lineup_section .lineup_item .item_bus.anim-fadeIn-right-active {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
