body {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
  color: #333;
}

body.is-menu-open {
  height: 100%;
  overflow: hidden;
}

*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

.js-fadeInLeft {
  display: inline-block;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity .8s ease;
}

.js-fadeInLeft::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: -webkit-transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
  display: var(--before-display, block);
}

.js-fadeInLeft.is_active {
  opacity: 1;
}

.js-fadeInLeft.is_active::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.c-pagetop {
  position: absolute;
  bottom: 10px;
  right: 44px;
  width: 70px;
  height: 70px;
  z-index: 1001;
  transition: .3s;
}

.c-pagetop>div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease-out;
  cursor: pointer;
}

.c-pagetop>div>span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 16px;
  height: 20px;
  background-image: url(../images/common/arrow_pagetop.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.c-pagetop>div::before {
  background-color: #333;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s ease-out;
}

.c-pagetop:hover {
  opacity: .7;
}

.c-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 56px;
  margin-bottom: 80px;
}

.c-title__label {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.48;
  letter-spacing: .02em;
}

.c-title__title {
  font-weight: 700;
  font-size: min(3.2vw,46px);
  line-height: 1.48;
  letter-spacing: .02em;
}

.c-title.white {
  color: #fff;
}

.l-footer {
  background-color: #fff;
}

.l-footer__top {
  position: relative;
}

.l-footer__inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 24px 40px;
}

.l-footer__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 20px;
  width: 100%;
}

.l-footer__logo {
  width: 140px;
}

.l-footer__logo a {
  display: block;
  transition: .3s;
}

.l-footer__logo a:hover {
  opacity: .7;
}

.l-footer__logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.l-footer__list>li a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: .56px;
  transition: .3s;
}

.l-footer__list>li a:hover {
  opacity: .7;
}

.l-footer__becreation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  transition: .3s;
}

.l-footer__becreation__logo {
  width: 100px;
  height: auto;
}

.l-footer__becreation__text p {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .03em;
}

.l-footer__becreation:hover {
  opacity: .7;
}

.l-footer__toyota {
  width: 136px;
  transition: .3s;
}

.l-footer__toyota img {
  display: block;
  width: 100%;
  height: auto;
}

.l-footer__toyota:hover {
  opacity: .7;
}

.l-footer__bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #333;
  color: #fff;
  padding: 16px 24px;
}

.l-footer__bottom__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.l-footer__bottom__link a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: .03em;
}

.l-footer__bottom__link a:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 12px;
}

.l-footer__bottom>p {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
}

.l-header {
  width: 100%;
  position: relative;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1400;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.l-header__wrap {
  width: 100%;
  height: 84px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(24px,3vw,100px);
  padding: 20px 58px;
}

.l-header__logo {
  width: 140px;
}

.l-header__logo a {
  transition: .3s;
}

.l-header__logo a:hover {
  opacity: .7;
}

.l-header__logo__img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header__nav-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 24px;
}

.l-header__nav {
  position: relative;
  z-index: 1300;
}

.l-header__contact-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 0 26px;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all .3s ease;
}

.l-header__contact-btn:hover {
  background: #555;
}

.l-header__logo-toyota {
  width: 136px;
  transition: .3s;
}

.l-header__logo-toyota:hover {
  opacity: .7;
}

.l-header__logo-toyota img {
  display: block;
  width: 100%;
  height: auto;
}

.g-nav__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-nav__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin: 0;
  list-style: none;
}

.g-nav__link {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.48em;
  letter-spacing: .04em;
  color: #333;
  text-decoration: none;
  transition: all .3s ease;
}

.g-nav__link:hover {
  opacity: .7;
}

.nav-btn {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1500;
}

.nav-btn__wrap {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-btn__wrap__box {
  width: 22px;
  height: 18px;
  position: relative;
}

.nav-btn__line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333;
  transition: all .3s ease;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.nav-btn__line:nth-child(1) {
  top: 0;
}

.nav-btn__line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-btn__line:nth-child(3) {
  bottom: 0;
}

.nav-btn.is-close .nav-btn__line {
  width: 23px;
}

.nav-btn.is-close .nav-btn__line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-btn.is-close .nav-btn__line:nth-child(2) {
  opacity: 0;
}

.nav-btn.is-close .nav-btn__line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-sp-only {
  display: none !important;
}

.l-main {
  margin: 0 auto;
  padding-top: 85px;
}

.l-container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1352px;
}

.p-404 {
  padding: 85px 0 160px;
}

.p-404__title {
  font-family: "Noto Sans JP",sans-serif;
  color: #202020;
  font-weight: 700;
  font-size: 53px;
  line-height: 1.6;
  letter-spacing: .06em;
}

.p-404__text {
  font-family: "Noto Sans JP",sans-serif;
  color: #202020;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .03em;
  margin: 50px 0 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid #c9c9c9;
}

.p-404__btn {
  text-align: center;
}

.p-top__fv {
  padding-bottom: 100px;
}

.p-top__fv__inner {
  position: relative;
  height: max(125vw,2000px);
}

.p-top__fv .l-container {
  position: relative;
  height: 100%;
}

.p-top__fv__bg,
.p-top__fv__people {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 2880/1585;
  max-height: calc(100vh - 85px);
  width: 100%;
  overflow: hidden;
}

.p-top__fv__bg img,
.p-top__fv__people img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity .8s ease,-webkit-transform .8s ease;
  transition: opacity .8s ease,transform .8s ease;
  transition: opacity .8s ease,transform .8s ease,-webkit-transform .8s ease;
  will-change: opacity,transform;
}

.p-top__fv__bg.js-fvBg,
.p-top__fv__bg.js-fvPeople,
.p-top__fv__people.js-fvBg,
.p-top__fv__people.js-fvPeople {
  transition: opacity .4s ease,visibility .4s ease;
}

.p-top__fv__bg.is-faded,
.p-top__fv__people.is-faded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.p-top__fv__bg img {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.p-top__fv__bg img.is-in {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-top__fv__bg img.is-out {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.p-top__fv__people img {
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

.p-top__fv__people img.is-in {
  opacity: 1;
}

.p-top__fv__people img.is-rise-in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-top__fv__people img.is-out {
  opacity: 0;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

.p-top__fv__trailer {
  aspect-ratio: 2880/1585;
  max-height: calc(100vh - 85px);
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  z-index: 2;
  overflow: hidden;
}

.p-top__fv__trailer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-top__fv__copy {
  position: absolute;
  top: 67px;
  left: 0;
  width: 100%;
  z-index: 3;
}

.p-top__fv__copy__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-right: 32px;
}

.p-top__fv__copy__inner img {
  display: block;
  width: min(9vw,118px,12.7vh);
  height: auto;
}

.p-top__fv__content {
  aspect-ratio: 2880/1585;
  max-height: calc(100vh - 85px);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}

.p-top__fv__content__inner {
  display: contents;
}

.p-top__fv__content__text {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.p-top__fv__content__text__title {
  font-size: min(2vw,30px);
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: .6px;
  margin-bottom: 24px;
  letter-spacing: 4px;
  font-feature-settings: "palt";
}

.p-top__fv__content__right {
  width: 463px;
  max-width: 100%;
  position: absolute;
  bottom: 20px;
  right: 0;
}

.p-top__fv__content__right .l-container {
  display: contents;
}

.p-top__fv__content__right__notice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 127px;
  padding: 4px 12px 4px 4px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  background: #fff;
  box-shadow: 0 -4px 9px 0 rgba(0,0,0,.09) inset;
}

.p-top__fv__content__right__notice__label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #333;
  height: 100%;
  padding: 0 24px 0 22px;
}

.p-top__fv__content__right__notice__label span {
  display: block;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: 4px;
}

.p-top__fv__content__right__notice__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  height: 100%;
  padding-right: 24px;
}

.p-top__fv__content__right__notice__text p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .6px;
}

.p-top__fv__content__right__notice__text p a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: .3s;
}

.p-top__fv__content__right__notice__text p a:hover {
  opacity: .7;
}

.p-top__fv__content__right__notice__text::-webkit-scrollbar {
  width: 2px;
}

.p-top__fv__content__right__notice__text::-webkit-scrollbar-track {
  background: rgba(0,0,0,0);
  border-radius: 10px;
}

.p-top__fv__content__right__notice__text::-webkit-scrollbar-thumb {
  background: #9c9c9c;
  border-radius: 10px;
}

.p-top__fv__content__right__notice__text::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.p-top__fv__content.js-fvContent {
  transition: opacity .4s ease,visibility .4s ease;
}

.p-top__fv__content.is-faded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.p-top__fv__contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  background: #333;
  width: 270px;
  height: 63px;
  padding: 4px 0 4px 24px;
  transition: .3s;
}

.p-top__fv__contact__text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.p-top__fv__contact__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 62px;
  height: 100%;
  border-left: 1px solid #9c9c9c;
}

.p-top__fv__contact__icon img {
  display: block;
  width: 14px;
  height: auto;
}

.p-top__fv__contact:hover {
  background: #494949;
  opacity: 1;
}

.p-top__fv__concept {
  aspect-ratio: 2880/1585;
  max-height: calc(100vh - 85px);
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  margin-top: 85px;
}

.p-top__fv__concept.is-active .p-top__fv__concept__title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-top__fv__concept.is-active .p-top__fv__concept__text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-top__fv__concept .l-container {
  position: relative;
}

.p-top__fv__concept__title {
  font-size: min(2.3vw,30px,2.8vh);
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: .6px;
  position: absolute;
  top: min(2.8vw,40px,3.5vh);
  left: 20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease;
}

.p-top__fv__concept__text {
  font-size: min(1.4vw,18px,2vh);
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .36px;
  position: absolute;
  bottom: min(5.6vw,80px);
  right: 20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease;
}

.p-top__second__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: #333;
  border-top: 1px solid #333;
}

.p-top__second__list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 72px 64px;
  gap: 64px;
  background-color: #fff;
}

.p-top__second__list__item__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: relative;
  padding-top: 24px;
}

.p-top__second__list__item__title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-top__second__list__item__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.p-top__second__list__item__content__img {
  position: relative;
  aspect-ratio: 459/280;
  overflow: hidden;
}

.p-top__second__list__item__content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top__second__list__item__content__img span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.48;
  border-radius: 0 0 0 2px;
  background: #333;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-top__second__list__item__content__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.p-top__second__list__item__content__list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
}

.p-top__second__list__item__content__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-top__second__list__item.item01 .p-top__second__list__item__title::before {
  background-color: #004fa0;
}

.p-top__second__list__item.item02 .p-top__second__list__item__title::before {
  background-color: #009d84;
}

.p-top__second__list__item.item03 .p-top__second__list__item__title::before {
  background-color: #e4017d;
}

.p-top__second__list__item.item04 .p-top__second__list__item__title::before {
  background-color: #f3ad00;
}

.p-top__features {
  background: #333;
  padding: 64px 0 140px;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
}

.p-top__features__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 48px;
}

.p-top__features__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 32px 32px 48px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0,0,0,.65);
  width: calc(33.3333333333% - 32px);
}

.p-top__features__item-number {
  position: absolute;
  bottom: 4px;
  right: 13px;
  font-family: "Noto Sans",sans-serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -4px;
  color: #ededed;
  text-align: center;
}

.p-top__features__item-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.p-top__features__item-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 39px;
}

.p-top__features__item-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.p-top__features__item-icon {
  width: 180px;
  height: 180px;
  background: #ededed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.p-top__features__item-icon svg {
  width: 105.47px;
  height: 101.25px;
}

.p-top__features__item-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
  position: relative;
}

.p-top__features__item-text p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
}

.p-top__features__item-text span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  color: #545454;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -26px;
  left: 0;
}

.p-top__features__item:nth-child(1) .p-top__features__item-number {
  right: 0;
}

.p-top__usecase {
  padding: 64px 0 160px;
  background: #fff;
  border-bottom: 1px solid #333;
}

.p-top__usecase__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 160px;
}

.p-top__usecase__item {
  position: -webkit-sticky;
  position: sticky;
  top: min(10.2vw,140px,13.8vh);
  background: #f5f5f5;
  box-shadow: 0 -20px 40px 0 rgba(0,0,0,.03);
  padding-top: min(5vw,72px,4vh);
  padding-bottom: 40px;
  padding-right: 64px;
  padding-left: min(9vw,126px,13vh);
  height: 610px;
  max-height: calc(100vh - min(150px,15vh));
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.p-top__usecase__item__badge {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  width: 62px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top__usecase__item__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: min(6.2vw,100px,9vh);
  padding-bottom: 20px;
}

.p-top__usecase__item__left {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f5f5f5;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top__usecase__item__title {
  font-weight: 700;
  font-size: 40px;
  font-size: min(3.2vw,40px,4vh);
  line-height: 1.48;
  letter-spacing: .02em;
  color: #333;
  margin-bottom: 40px;
}

.p-top__usecase__item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .02em;
  color: #333;
}

.p-top__usecase__item__slider {
  display: block;
  width: 49%;
  max-width: 522px;
  position: relative;
  aspect-ratio: 522/302;
}

.p-top__usecase__item__slider__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .3s ease;
  z-index: 10;
}

.p-top__usecase__item__slider__arrow.js-slidePrev {
  left: -22px;
}

.p-top__usecase__item__slider__arrow.js-slidePrev .p-top__usecase__item__slider__arrow__prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 20px 16px 0;
  margin-left: -2px;
}

.p-top__usecase__item__slider__arrow.js-slideNext {
  right: -22px;
}

.p-top__usecase__item__slider__arrow.js-slideNext .p-top__usecase__item__slider__arrow__next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 20px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #333;
  margin-left: 2px;
}

.p-top__usecase__item__slider__dots {
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.p-top__usecase__item__slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  opacity: .5;
  cursor: pointer;
  transition: all .3s ease;
}

.p-top__usecase__item__slider__dot.is-active {
  opacity: 1;
}

.p-top__usecase__item__slide {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  pointer-events: none;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,transform .3s ease;
  transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top__usecase__item__slide img {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,transform .3s ease;
  transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
}

.p-top__usecase__item__slide.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  pointer-events: auto;
}

.p-top__usecase__item__slide.is-prev {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  pointer-events: none;
}

.p-top__usecase__item__slide.is-next {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  pointer-events: none;
}

.p-top__usecase__item__list {
  margin-top: min(2.4vw,32px,3.3vh);
  padding-top: min(2.4vw,32px,3.3vh);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(1.2vw,16px,1.7vh);
  border-top: 1px solid #333;
}

.p-top__usecase__item__list li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
}

.p-top__usecase__item__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.p-top__usecase__item.item01 .p-top__usecase__item__badge {
  background: #004fa0;
}

.p-top__usecase__item.item01 .p-top__usecase__item__list li::before {
  background: #004fa0;
}

.p-top__usecase__item.item01 .p-top__usecase__item__slider__arrow.js-slidePrev .p-top__usecase__item__slider__arrow__prev {
  border-color: rgba(0,0,0,0) #004fa0 rgba(0,0,0,0) rgba(0,0,0,0);
}

.p-top__usecase__item.item01 .p-top__usecase__item__slider__arrow.js-slideNext .p-top__usecase__item__slider__arrow__next {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #004fa0;
}

.p-top__usecase__item.item01 .p-top__usecase__item__slider__dots .p-top__usecase__item__slider__dot {
  background: #004fa0;
}

.p-top__usecase__item.item02 .p-top__usecase__item__badge {
  background: #009d84;
}

.p-top__usecase__item.item02 .p-top__usecase__item__list li::before {
  background: #009d84;
}

.p-top__usecase__item.item02 .p-top__usecase__item__slider__arrow.js-slidePrev .p-top__usecase__item__slider__arrow__prev {
  border-color: rgba(0,0,0,0) #009d84 rgba(0,0,0,0) rgba(0,0,0,0);
}

.p-top__usecase__item.item02 .p-top__usecase__item__slider__arrow.js-slideNext .p-top__usecase__item__slider__arrow__next {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #009d84;
}

.p-top__usecase__item.item02 .p-top__usecase__item__slider__dots .p-top__usecase__item__slider__dot {
  background: #009d84;
}

.p-top__usecase__item.item03 .p-top__usecase__item__badge {
  background: #e4017d;
}

.p-top__usecase__item.item03 .p-top__usecase__item__list li::before {
  background: #e4017d;
}

.p-top__usecase__item.item03 .p-top__usecase__item__slider__arrow.js-slidePrev .p-top__usecase__item__slider__arrow__prev {
  border-color: rgba(0,0,0,0) #e4017d rgba(0,0,0,0) rgba(0,0,0,0);
}

.p-top__usecase__item.item03 .p-top__usecase__item__slider__arrow.js-slideNext .p-top__usecase__item__slider__arrow__next {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #e4017d;
}

.p-top__usecase__item.item03 .p-top__usecase__item__slider__dots .p-top__usecase__item__slider__dot {
  background: #e4017d;
}

.p-top__usecase__item.item04 .p-top__usecase__item__badge {
  background: #f3ad00;
}

.p-top__usecase__item.item04 .p-top__usecase__item__list li::before {
  background: #f3ad00;
}

.p-top__usecase__item.item04 .p-top__usecase__item__slider__arrow.js-slidePrev .p-top__usecase__item__slider__arrow__prev {
  border-color: rgba(0,0,0,0) #f3ad00 rgba(0,0,0,0) rgba(0,0,0,0);
}

.p-top__usecase__item.item04 .p-top__usecase__item__slider__arrow.js-slideNext .p-top__usecase__item__slider__arrow__next {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #f3ad00;
}

.p-top__usecase__item.item04 .p-top__usecase__item__slider__dots .p-top__usecase__item__slider__dot {
  background: #f3ad00;
}

.p-top__examples {
  padding: 64px 0 160px;
  background: #fff;
}

.p-top__examples__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

.p-top__examples__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  padding: 0 0 40px;
  border-bottom: 1px solid #e4e4e4;
}

.p-top__examples__item-image {
  width: 434px;
  max-width: 100%;
  aspect-ratio: 434/200;
  object-fit: cover;
}

.p-top__examples__item-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top__examples__item-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.p-top__examples__item-title {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.48;
  letter-spacing: .02em;
  color: #333;
}

.p-top__examples__item-category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  background: #f5f5f5;
}

.p-top__examples__item-category-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #004fa0;
}

.p-top__examples__item-category span {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.45;
  color: #333;
}

.p-top__examples__item-text {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

.p-top__examples__item:nth-child(1) .p-top__examples__item-category-dot {
  background: #004fa0;
}

.p-top__examples__item:nth-child(2) .p-top__examples__item-category-dot {
  background: #009d84;
}

.p-top__examples__item:nth-child(3) .p-top__examples__item-category-dot {
  background: #e4017d;
}

.p-top__examples__item:nth-child(4) .p-top__examples__item-category-dot {
  background: #f3ad00;
}

.p-top__spec {
  padding-bottom: 160px;
}

.p-top__spec__inner {
  padding: 80px;
  background: #f5f5f5;
}

.p-top__spec__inner .c-title {
  text-align: center;
}

.p-top__spec__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}

.p-top__spec__table-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.p-top__spec__table-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: .02em;
}

.p-top__spec__table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.p-top__spec__table-row {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: .02em;
}

.p-top__spec__table-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: #333;
  color: #fff;
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: .02em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-top__spec__table-cell {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
}

.p-top__spec__table-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #fff;
  width: 200px;
  border-right: 1px solid #e4e4e4;
}

.p-top__spec__table-value {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #fff;
  border-right: 1px solid #e4e4e4;
}

.p-top__spec__table-value:last-child {
  border-bottom: none;
}

.p-top__spec__diagram-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.p-top__spec__diagram-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: .02em;
}

.p-top__spec__diagram-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-top__spec__diagram-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-top__spec__interior {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.p-top__spec__interior-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: .02em;
}

.p-top__spec__interior-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-top__spec__interior-image {
  display: block;
  width: 100%;
  height: auto;
}

.p-top__flow {
  padding: 64px 0 100px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background-image: url(../images/top/flow_bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.p-top__flow__steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  margin-bottom: 56px;
}

.p-top__flow__step {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  padding: 64px 0;
  background: #fff;
  border: 1px solid #333;
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,.03);
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top__flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #333;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.p-top__flow__step-icon {
  width: 64px;
  height: 64px;
  color: #333;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top__flow__step-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.48;
  letter-spacing: .02em;
  color: #333;
  text-align: center;
}

.p-top__flow__step-number {
  position: absolute;
  top: 1.61px;
  left: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.48;
  letter-spacing: .02em;
  color: #333;
}

.p-top__flow__notes {
  text-align: right;
}

.p-top__flow__notes p {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
}

.p-top__faq {
  padding: 64px 0 160px;
}

.p-top__faq__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 56px;
  padding: 0 0 0 300px;
}

.p-top__faq__item {
  padding: 0 0 56px;
  border-bottom: 1px solid #e4e4e4;
}

.p-top__faq__question {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: .02em;
  color: #333;
  margin-bottom: 16px;
}

.p-top__faq__answer {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .02em;
  color: #333;
}

.p-top__contact__link {
  display: block;
  height: 100%;
  background: #333;
  padding: 48px 0 64px;
  transition: .3s;
}

.p-top__contact__link:hover {
  opacity: 1;
  background: #494949;
}

.p-top__contact__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 259px;
}

.p-top__contact__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: .02em;
  color: #fff;
}

.p-top__contact__button svg {
  width: 100%;
  height: auto;
}

.u-sp-only {
  display: none !important;
}

.u-sp-only-f {
  display: none !important;
}

@media screen and (max-width: 1325px) {
  .l-footer__inner {
    padding: 56px 16px 96px;
    gap: 32px;
  }

  .l-footer__wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    gap: 0;
  }

  .l-footer__logo {
    width: 154px;
    margin-bottom: 32px;
  }

  .l-footer__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px 0;
    width: 70%;
    margin: 0 auto;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 32px;
    margin-bottom: 16px;
  }

  .l-footer__becreation__logo {
    width: 73px;
  }

  .l-footer__bottom {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  .l-footer__bottom>p {
    font-size: 11px;
    text-align: center;
  }

  .l-header {
    width: 100%;
    padding: 0;
    left: 0;
    -webkit-transform: initial;
    transform: initial;
  }

  .l-header__wrap {
    height: 78px;
    padding: 18px 16px;
  }

  .l-header__logo {
    width: 210px;
  }

  .l-header__logo__img {
    position: relative;
    left: 3px;
  }

  .l-header__logo__img-toyota {
    display: block;
    width: 100%;
    height: auto;
    width: min(50%,70px);
    margin-bottom: 8px;
  }

  .l-header__contact-btn {
    height: 61px;
    font-size: 15px;
  }

  .g-nav {
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    height: calc(100vh - 78px);
    height: calc(100dvh - 78px);
    background-color: #fff;
    position: fixed;
    top: 79px;
    left: 0;
    overflow-y: auto;
    transition: opacity .3s,visibility .3s;
  }

  .g-nav.is-menu-open {
    opacity: 1;
    visibility: visible;
  }

  .g-nav__inner {
    display: block;
    padding: 24px;
  }

  .g-nav__list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 0;
    margin-bottom: 32px;
  }

  .g-nav__item {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
  }

  .g-nav__link {
    padding: 24px 0;
  }

  .nav-btn {
    display: block;
  }

  .header-sp-only {
    display: block !important;
  }

  .header-pc-only {
    display: none !important;
  }

  .l-main {
    padding-top: 78px;
  }
}

@media screen and (max-width: 1000px) {
  .c-pagetop {
    width: 50px;
    height: 50px;
    right: 16px;
    bottom: 16px;
  }

  .c-pagetop>div>span {
    width: 12px;
    height: 14px;
  }

  .c-title {
    gap: 32px;
    margin-bottom: 40px;
  }

  .c-title__label {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: .24px;
  }

  .c-title__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: .52px;
  }

  .l-footer__list {
    max-width: 400px;
    text-align: center;
  }

  .l-footer__list>li {
    width: calc(50% - 12px);
  }

  .l-container {
    padding-inline: 16px;
  }

  .p-404 {
    padding: 40px 0 80px;
  }

  .p-404__title {
    font-size: 28px;
  }

  .p-404__text {
    font-size: 14px;
    margin: 25px 0 40px;
    padding-bottom: 25px;
  }

  .p-top__fv {
    padding-bottom: 64px;
  }

  .p-top__fv__inner {
    height: auto;
  }

  .p-top__fv__bg,
  .p-top__fv__people {
    height: auto;
    aspect-ratio: 750/1204;
    max-height: calc(100vh - 78px);
  }

  .p-top__fv__trailer {
    aspect-ratio: 750/1204;
    max-height: calc(100vh - 78px);
    position: relative;
    top: 0;
    left: 0;
  }

  .p-top__fv__copy {
    top: 26px;
  }

  .p-top__fv__copy__inner {
    margin-right: 0;
  }

  .p-top__fv__copy__inner img {
    width: 64px;
  }

  .p-top__fv__content {
    aspect-ratio: 750/1204;
    max-height: calc(100vh - 78px);
  }

  .p-top__fv__content__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .p-top__fv__content__text {
    bottom: 16px;
  }

  .p-top__fv__content__text__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: .36px;
    margin-bottom: 16px;
  }

  .p-top__fv__content__right {
    bottom: -124px;
  }

  .p-top__fv__content__right .l-container {
    display: block;
  }

  .p-top__fv__content__right__notice {
    height: 107px;
    border-right: 1px solid #333;
    padding: 4px;
  }

  .p-top__fv__content__right__notice__label span {
    font-size: 14px;
  }

  .p-top__fv__content__right__notice__text p {
    font-size: 13px;
  }

  .p-top__fv__contact {
    width: 238px;
    height: 57px;
  }

  .p-top__fv__contact__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }

  .p-top__fv__contact__icon {
    width: 50px;
  }

  .p-top__fv__contact__icon img {
    width: 12px;
  }

  .p-top__fv__concept {
    aspect-ratio: initial;
    max-height: initial;
    margin-top: 164px;
    padding-top: 20px;
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  .p-top__fv__concept__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: .36px;
    position: static;
    opacity: 1;
  }

  .p-top__fv__concept__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: .28px;
    position: static;
    opacity: 1;
  }

  .p-top__second__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .p-top__second__list__item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 48px 16px;
    gap: 16px;
  }

  .p-top__second__list__item__title {
    font-size: 20px;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    text-orientation: initial;
    padding-top: 0;
    padding-left: 16px;
  }

  .p-top__second__list__item__title::before {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .p-top__second__list__item__content {
    gap: 20px;
  }

  .p-top__second__list__item__content__img span {
    font-size: 15px;
  }

  .p-top__second__list__item__content__text {
    font-size: 14px;
  }

  .p-top__second__list__item__content__list li {
    font-size: 14px;
    padding-left: 16px;
  }

  .p-top__features {
    padding: 32px 0 80px;
  }

  .p-top__features__list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  .p-top__features__item {
    padding: 24px 16px;
  }

  .p-top__features__item-number {
    font-size: 80px;
    right: 10px;
    bottom: 4px;
  }

  .p-top__features__item-content {
    gap: 16px;
  }

  .p-top__features__item-title {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    text-orientation: initial;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: .48px;
  }

  .p-top__features__item-icon {
    width: 100px;
    height: 100px;
  }

  .p-top__features__item-text {
    gap: 6px;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .p-top__features__item-text span {
    position: static;
    text-align: left;
  }

  .p-top__usecase {
    padding: 32px 0 80px;
  }

  .p-top__usecase__list {
    gap: 30px;
  }

  .p-top__usecase__item {
    position: relative;
    top: initial;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 55px;
    padding-right: 16px;
    height: auto;
    max-height: initial;
  }

  .p-top__usecase__item__badge {
    width: 35px;
    font-size: 13px;
  }

  .p-top__usecase__item__content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px;
    padding-bottom: 32px;
  }

  .p-top__usecase__item__title {
    font-size: 24px;
    line-height: 1.48;
    letter-spacing: .48px;
  }

  .p-top__usecase__item__text {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: .28px;
  }

  .p-top__usecase__item__slider {
    width: 100%;
  }

  .p-top__usecase__item__slider__dots {
    bottom: -16px;
  }

  .p-top__usecase__item__slider__dot {
    width: 6px;
    height: 6px;
  }

  .p-top__usecase__item__list {
    padding-top: 24px;
    gap: 14px;
  }

  .p-top__usecase__item__list li {
    font-size: 14px;
    padding-left: 16px;
  }

  .p-top__usecase__item__list li::before {
    top: 8px;
  }

  .p-top__examples {
    padding: 32px 0 64px;
  }

  .p-top__examples__list {
    gap: 56px;
  }

  .p-top__examples__item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  .p-top__examples__item-header {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }

  .p-top__examples__item-title {
    font-size: 20px;
    line-height: 1.48;
    letter-spacing: .4px;
  }

  .p-top__examples__item-category-dot {
    width: 4px;
    height: 4px;
  }

  .p-top__examples__item-category span {
    font-size: 12px;
    line-height: 1.48;
    letter-spacing: .24px;
  }

  .p-top__examples__item-text {
    font-size: 14px;
  }

  .p-top__examples__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .p-top__spec {
    padding-bottom: 64px;
  }

  .p-top__spec__inner {
    padding: 40px 16px;
  }

  .p-top__spec__content {
    gap: 40px;
  }

  .p-top__spec__table-title {
    font-size: 16px;
  }

  .p-top__spec__table-row {
    font-size: 14px;
    letter-spacing: .28px;
  }

  .p-top__spec__table-header {
    font-size: 14px;
  }

  .p-top__spec__table-label {
    padding: 12px 14px;
    width: 135px;
  }

  .p-top__spec__table-value {
    padding: 12px;
  }

  .p-top__spec__diagram-title {
    font-size: 16px;
  }

  .p-top__spec__diagram-image-wrapper {
    overflow-x: auto;
    padding-bottom: 16px;
  }

  .p-top__spec__diagram-image-wrapper::-webkit-scrollbar {
    width: 100%;
    height: 2px;
  }

  .p-top__spec__diagram-image-wrapper::-webkit-scrollbar-track {
    background: #e4e4e4;
    border-radius: 10px;
  }

  .p-top__spec__diagram-image-wrapper::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px;
  }

  .p-top__spec__diagram-image-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .p-top__spec__diagram-image {
    width: 700px;
    max-width: initial;
  }

  .p-top__spec__interior-title {
    font-size: 16px;
  }

  .p-top__flow {
    padding: 32px 0 80px;
    background-image: url(../images/top/flow_bg_sp.webp);
  }

  .p-top__flow__steps {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 24px;
  }

  .p-top__flow__step {
    padding: 14px 0;
    width: 100%;
    gap: 6px;
  }

  .p-top__flow__step:not(:last-child)::after {
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: initial;
    bottom: -17px;
    border-width: 8px 6px 0 6px;
    border-color: #333 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  }

  .p-top__flow__step-icon {
    width: 32px;
    height: 32px;
  }

  .p-top__flow__step-title {
    font-size: 15px;
    line-height: 1.48;
    letter-spacing: .3px;
  }

  .p-top__flow__notes p {
    font-size: 12px;
  }

  .p-top__faq {
    padding: 32px 0 80px;
  }

  .p-top__faq__list {
    padding: 0;
    gap: 32px;
  }

  .p-top__faq__item {
    padding: 0 0 32px;
  }

  .p-top__faq__question {
    font-size: 16px;
    line-height: 1.48;
    letter-spacing: .28px;
  }

  .p-top__faq__answer {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: .28px;
  }

  .p-top__contact__link {
    padding: 24px 0 36px;
  }

  .p-top__contact__content {
    gap: 24px;
    margin-top: 56px;
  }

  .p-top__contact__text {
    font-size: 14px;
    letter-spacing: .28px;
  }

  .p-top__contact__button {
    width: 36px;
  }

  .u-sp-only {
    display: block !important;
  }

  .u-pc-only {
    display: none !important;
  }

  .u-sp-only-f {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-top__fv__bg img,
  .p-top__fv__people img {
    transition: opacity .01s linear;
    -webkit-transform: none !important;
    transform: none !important;
  }
}