@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&family=Noto+Sans+JP:wght@100..900&family=Urbanist:wght@100..900&display=swap");
:root {
  --vw: 1vw;
  --content-w: 128rem;
  --content-w-small: 98rem;
  --gutter: 8rem;
  --gutter-sp: 1.6rem;
  --header-h: min(10.8rem, 108px);
  --header-h-sp: 7.2rem;
  --color-black: #231815;
  --color-background01: #FFFFFF;
  --color-background02: #F5F5F5;
  --color-green: #8FC31F;
  --color-yellow: #C36C1F;
  --color-blue: #1FA5C3;
  --color-light-gray: #BEBEBE;
  --color-notes: #656565;
  --color-rule: #BEBEBE;
  --color-main-yellow01: #FFD400;
  --color-main-yellow02: #EBC514;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Urbanist", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
  --font-mixed: "Noto Sans JP", "Urbanist", sans-serif;
  --font-size-h1: max(7.8rem, 10px);
  --font-size-h1-sp: max(4.2rem, 10px);
  --font-size-h2: max(4rem, 10px);
  --font-size-h3: max(3.2rem, 10px);
  --font-size-h4: max(2.4rem, 10px);
  --font-size-t-l: max(1.8rem, 10px);
  --font-size-t-m: max(1.6rem, 10px);
  --font-size-t-s: max(1.4rem, 10px);
  --font-size-t-xs: max(1.2rem, 10px);
  --font-size-t-xxs: max(1rem, 10px);
  --thin: 100;
  --extraLight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semiBold: 600;
  --bold: 700;
  --extraBold: 800;
  --black: 800;
  --duration-short: 0.3s;
  --duration-base: 0.4s;
  --duration-full: 0.6s;
  --easing-transform: cubic-bezier(0.43, 0.05, 0.17, 1);
  --easing-material: cubic-bezier(0.26, 0.16, 0.1, 1);
}

/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/*  basic styles  */
html {
  font-size: calc(0.6944444444 * var(--vw));
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(2.6666666667 * var(--vw));
  }
}

body {
  position: relative;
  font-size: var(--font-size-t-m);
  line-height: 1.8;
  color: var(--color-black);
  -webkit-font-smoothing: antialiased;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  body {
    font-size: var(--font-size-t-s);
  }
}
body.is-drawer-open {
  overflow: hidden;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
}

body,
input,
select,
textarea,
button {
  font-family: var(--font-ja);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.u-en {
  font-family: var(--font-en);
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10%);
  }
}
.p-top-opening {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.6s ease-out;
}
.p-top-opening.is-fadeout {
  opacity: 0;
  pointer-events: none;
}
.p-top-opening.is-hidden {
  display: none;
}

.p-top-opening__container {
  position: relative;
  width: 50.2rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-opening__container {
    width: 28rem;
    height: 2.8rem;
  }
}

.p-top-opening__viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.p-top-opening__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  will-change: transform;
  transition: transform 1.8s cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top-opening__logos {
    gap: 0.4rem;
  }
}

.p-top-opening__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-opening__logo {
    height: 2.8rem;
  }
}
.p-top-opening__logo img {
  height: 100%;
  width: auto;
}

.p-top {
  position: relative;
  padding-top: 10.6rem;
}
@media (min-width: 1440px) {
  .p-top {
    padding-top: 106px;
  }
}
@media screen and (max-width: 767px) {
  .p-top {
    padding-top: 7.2rem;
  }
}

.p-top-mv {
  position: relative;
  width: 100%;
  height: 72rem;
  overflow: hidden;
  background-color: var(--color-background01);
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}

.p-top-mv__slider {
  width: 100%;
  height: 100%;
}
.p-top-mv__slider .splide {
  height: 100%;
}
.p-top-mv__slider .splide__track {
  height: 100%;
}
.p-top-mv__slider .splide__list {
  height: 100%;
}
.p-top-mv__slider .splide__slide {
  position: relative;
  height: 100%;
}

.p-top-mv__grid {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  width: 100%;
  height: 100%;
  padding: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 0.2rem;
    padding: 0 0.2rem;
    aspect-ratio: 1/1;
  }
}

.p-top-mv__grid-item {
  overflow: hidden;
  border-radius: 0.4rem;
}
.p-top-mv__grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__grid-item:nth-child(2), .p-top-mv__grid-item:nth-child(3), .p-top-mv__grid-item:nth-child(4), .p-top-mv__grid-item:nth-child(6), .p-top-mv__grid-item:nth-child(7), .p-top-mv__grid-item:nth-child(8) {
  perspective: 1000px;
  transform-style: preserve-3d;
}
.p-top-mv__grid-item:nth-child(2) img, .p-top-mv__grid-item:nth-child(3) img, .p-top-mv__grid-item:nth-child(4) img, .p-top-mv__grid-item:nth-child(6) img, .p-top-mv__grid-item:nth-child(7) img, .p-top-mv__grid-item:nth-child(8) img {
  backface-visibility: hidden;
}
.p-top-mv__grid-item--flip {
  position: relative;
  transform-style: preserve-3d;
}
.p-top-mv__grid-item--flip .p-top-mv__grid-item-front,
.p-top-mv__grid-item--flip .p-top-mv__grid-item-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}
.p-top-mv__grid-item--flip .p-top-mv__grid-item-front {
  transform: rotateY(0deg);
}
.p-top-mv__grid-item--flip .p-top-mv__grid-item-back {
  transform: rotateY(180deg);
}
.p-top-mv__grid-item--flip.is-hidden-rotate {
  transform: rotateY(-90deg);
}
.p-top-mv__grid-item--flip.is-revealing {
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: rotateY(0deg);
}
.p-top-mv__grid-item--white {
  background-color: var(--color-background01);
}
@media screen and (max-width: 767px) {
  .p-top-mv__grid-item--white {
    position: relative;
    display: block;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
  }
}
.p-top-mv__grid-item--sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-mv__grid-item {
    grid-column: span 2;
  }
  .p-top-mv__grid-item:nth-child(1) {
    order: 1;
  }
  .p-top-mv__grid-item:nth-child(2) {
    order: 2;
  }
  .p-top-mv__grid-item:nth-child(3) {
    order: 3;
  }
  .p-top-mv__grid-item:nth-child(4) {
    order: 4;
  }
  .p-top-mv__grid-item:nth-child(5) {
    order: 5;
  }
  .p-top-mv__grid-item:nth-child(6) {
    order: 6;
  }
  .p-top-mv__grid-item:nth-child(7) {
    order: 7;
  }
  .p-top-mv__grid-item:nth-child(8) {
    order: 8;
  }
  .p-top-mv__grid-item:nth-child(9) {
    order: 9;
  }
  .p-top-mv__grid-item--sp-only {
    display: block;
  }
}

.p-top-mv__grid-item-sp-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-mv__grid-item-sp-img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-top-mv__grid-item-sp-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-top-mv__slide--white .p-top-mv__grid-item {
  background-color: var(--color-background01);
}

.p-top-mv__info {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0.8rem;
  display: flex;
  flex-direction: column;
  width: 35.45rem;
  height: 35.9rem;
  padding: 2.4rem;
  background-color: var(--color-background01);
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__info {
    position: relative;
    left: auto;
    bottom: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0.8rem;
    width: 100%;
    height: 16rem;
    padding: 1.6rem;
    border-radius: 0;
  }
}

.p-top-mv__info-links {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mv__info-links {
    flex: auto;
    height: 8rem;
    flex-shrink: 0;
  }
}

.p-top-mv__info__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration-base) var(--easing-material);
}
.p-top-mv__info__inner.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .p-top-mv__info__inner {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 0.8rem 1.6rem;
  }
}

.p-top-mv__info-logo {
  position: relative;
  flex-shrink: 0;
  width: 7.2rem;
  height: 12rem;
  margin: 0 auto;
}
[data-slide="1"] .p-top-mv__info-logo {
  width: 10.3rem;
}
[data-slide="2"] .p-top-mv__info-logo {
  width: 8.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__info-logo {
    width: auto !important;
    height: 7.9rem;
    margin: 0;
  }
}

.p-top-mv__info-logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-mv__info-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__info-body {
    gap: 0.8rem;
    align-items: flex-start;
    flex-shrink: 0;
    margin-top: 0;
  }
}

.p-top-mv__info-title-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}

.p-top-mv__info-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color-black);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv__info-title {
    font-size: 1.6rem;
    text-align: left;
  }
}

.p-top-mv__info-title-arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-mv__info-title-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
  .p-top-mv__info-title-arrow svg {
    width: 0.7rem;
    height: 0.8rem;
    fill: var(--color-black);
  }
}

.p-top-mv__info-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-black);
  border: 0.1rem solid var(--color-light-gray);
  border-radius: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__info-tag {
    padding: 0.5rem 1.1rem;
    font-size: 1.2rem;
  }
}

.p-top-mv__info-nav {
  display: flex;
  gap: 4.8rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__info-nav {
    flex-basis: 100%;
    gap: 4.8rem;
    margin-top: 0;
  }
}

.p-top-mv__info-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  background-color: var(--color-background01);
  border: none;
  border-radius: 50%;
}
.p-top-mv__info-arrow svg {
  width: 1.9rem;
  height: 1.9rem;
  fill: var(--color-black);
}

.p-top-mv__info-pagination {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  flex-shrink: 0;
}

.p-top-mv__info-dot {
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.6rem;
  min-height: 0;
  padding: 0;
  cursor: pointer;
  background-color: var(--color-light-gray);
  border: none;
  border-radius: 50%;
  transition: background-color var(--duration-base) var(--easing-material);
}
.p-top-mv__info-dot.is-active {
  background-color: var(--color-black);
}

.p-top-mv__catch {
  position: absolute;
  right: -0.4rem;
  bottom: 4rem;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-background01);
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch {
    right: 3.2rem;
    bottom: auto;
    top: 2.8rem;
    font-size: 2.1rem;
  }
}

.p-top-mv__catch--idea {
  position: relative;
  left: -2.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch--idea {
    left: -1.2rem;
  }
}

.p-top-video {
  position: relative;
  width: 100%;
  height: 77rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-video {
    height: 50rem;
  }
}

.p-top-video__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-top-video__media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-business {
  position: relative;
  width: 100%;
  height: calc(100vh + var(--business-scroll-height, 200vh));
}

.p-top-business__header {
  padding: 16rem 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__header {
    padding: 8rem 0 0;
  }
}

.p-top-business__header-inner {
  display: flex;
  gap: 3.2rem;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-business__header-inner {
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
  }
}

.p-top-business__description {
  font-size: var(--font-size-t-m);
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-top-business__description {
    font-size: 1.4rem;
  }
}

.p-top-business__container {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  padding: 12rem 8rem 5rem 8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-business__container {
    padding: 10.2rem 1.6rem 6.4rem;
  }
}

.p-top-business__btn-wrap {
  flex-shrink: 0;
  width: 15.4rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__btn-wrap {
    width: 12.6rem;
  }
}

.p-top-business__cards {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  gap: 1.6rem;
  align-items: flex-start;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.p-top-business__card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 100%;
  aspect-ratio: 380/514;
  overflow: hidden;
  text-decoration: none;
  border-radius: 0.5rem;
  container-type: size;
}
@media (hover: hover) {
  .p-top-business__card:hover .p-top-business__card-image::after, .p-top-business__card:focus-visible .p-top-business__card-image::after {
    opacity: 1;
    clip-path: polygon(0 -100%, 200% 100%, 0% 100%);
  }
}

.p-top-business__card-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-top-business__card-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  clip-path: polygon(-100% 0, 100% 200%, 0% 100%);
  transition: opacity var(--duration-base) var(--easing-material), clip-path var(--duration-base) var(--easing-transform);
  opacity: 0;
}
.p-top-business__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-business__card-content {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  left: 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-business__card-content {
    bottom: 1rem;
    right: 1rem;
    left: 0.9rem;
  }
}

.p-top-business__card-title {
  font-size: 3.9cqh;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-background01);
}
@media screen and (max-width: 767px) {
  .p-top-business__card-title {
    font-size: 3.7cqh;
  }
}

.p-top-business__card-arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.1cqh;
  height: 3.1cqh;
  color: var(--color-background01);
}
.p-top-business__card-arrow svg {
  width: 1.4cqh;
  height: 1.6cqh;
}

.p-top-business__links {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-business__links {
    flex-direction: column;
    gap: 1.6rem;
    padding: 4.8rem 1.6rem 4.8rem;
  }
}

.p-top-business__link {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  max-width: 41rem;
  height: 23rem;
  text-decoration: none;
  background-color: var(--color-background01);
  border-radius: 0.5rem;
}
.p-top-business__link::before {
  position: absolute;
  inset: 0;
  content: "";
  border: 0.1rem solid var(--color-light-gray);
  border-radius: 0.5rem;
  transition: border-color var(--duration-base) var(--easing-transform);
}
@media (hover: hover) {
  .p-top-business__link:hover::before, .p-top-business__link:focus-visible::before {
    border-color: var(--color-main-yellow01);
    border-width: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__link {
    flex-direction: row;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 1.6rem;
    justify-content: flex-start;
  }
}

.p-top-business__link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
}
.p-top-business__link-icon svg {
  width: 4rem;
  height: 4rem;
  fill: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-top-business__link-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .p-top-business__link-icon svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.p-top-business__link-text {
  font-size: var(--font-size-t-l);
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-black);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-business__link-text {
    font-size: 1.6rem;
  }
}

.p-top-concept {
  display: flex;
  position: relative;
  width: 100%;
  height: 400vh;
}
@media screen and (max-width: 767px) {
  .p-top-concept {
    display: block;
    height: 210.9rem;
    padding-top: 50rem;
  }
}

.p-top-concept__videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .p-top-concept__videos {
    display: block;
  }
}

.p-top-concept__video {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.p-top-concept__video::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: #231815;
  opacity: var(--overlay-opacity, 0);
}
.p-top-concept__video video {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
}
.p-top-concept__video--left {
  margin-top: 0;
  margin-left: 0;
}
.p-top-concept__video--center {
  margin-top: 50vh;
}
.p-top-concept__video--right {
  margin-top: 100vh;
}
@media screen and (max-width: 767px) {
  .p-top-concept__video {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }
  .p-top-concept__video video {
    aspect-ratio: 375/703;
  }
}

.p-top-concept__overlay-sticky {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-top-concept__overlay-sticky {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
  }
}

.p-top-concept__overlay-left-wrap {
  padding-top: 125vh;
  width: 66.67%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-concept__overlay-left-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-top-concept__overlay-left {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__overlay-left {
    position: relative;
    width: 100%;
    height: auto;
    padding: 4.8rem;
  }
}

.p-top-concept__frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6.8rem 0;
  border: 0.4rem solid var(--color-background01);
}
@media screen and (max-width: 767px) {
  .p-top-concept__frame {
    width: 100%;
    padding: 2.8rem 0;
    border-width: 0.2rem;
  }
}

.p-top-concept__logo {
  position: relative;
  width: 54rem;
  height: 16rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__logo {
    width: 100%;
    max-width: 28rem;
    height: 8rem;
  }
}

.p-top-concept__logo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
}
.p-top-concept__logo-img.is-active {
  opacity: 1;
}

.p-top-concept__logo-sub {
  width: 100%;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-background01);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-concept__logo-sub {
    font-size: 1.4rem;
  }
}

.p-top-concept__overlay-right-wrap {
  padding-top: 175vh;
  width: 33.33%;
  height: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-top-concept__overlay-right-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-top-concept__overlay-right {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__overlay-right {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.6rem;
  }
}

.p-top-concept__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top-concept__content {
    gap: 2.4rem;
    align-items: center;
  }
}

.p-top-concept__lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color-background01);
}
@media screen and (max-width: 767px) {
  .p-top-concept__lead {
    font-size: 1.6rem;
  }
}

.p-top-concept__description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-background01);
}
@media screen and (max-width: 767px) {
  .p-top-concept__description {
    font-size: 1.2rem;
  }
}

.p-top-concept__btn {
  width: 31.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__btn {
    width: 100%;
    max-width: 31.2rem;
  }
}

.p-top-solutions {
  --solutions-sticky-top: 12rem;
  --solutions-sticky-bottom: 12rem;
  --solutions-sticky-height: calc(100vh - var(--solutions-sticky-top) - var(--solutions-sticky-bottom));
  position: relative;
  padding: 16rem 0 8rem;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-top-solutions {
    padding: 8rem 0;
  }
}

.p-top-solutions__header {
  position: relative;
  z-index: 10;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-solutions__header {
    margin-bottom: 4.8rem;
  }
}

.p-top-solutions__cards {
  position: sticky;
  top: var(--solutions-sticky-top);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: var(--solutions-sticky-height);
}
@media screen and (max-width: 767px) {
  .p-top-solutions__cards {
    top: 8rem;
    gap: 0;
  }
}

.p-top-solutions__card-wrap {
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: var(--content-w);
  margin: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
.p-top-solutions__card-wrap:nth-child(1) {
  z-index: 1;
  top: 0rem;
}
.p-top-solutions__card-wrap:nth-child(2) {
  z-index: 2;
  top: 4rem;
}
.p-top-solutions__card-wrap:nth-child(3) {
  z-index: 3;
  top: 8rem;
}
.p-top-solutions__card-wrap:nth-child(4) {
  z-index: 4;
  top: 12rem;
}
.p-top-solutions__card-wrap:nth-child(5) {
  z-index: 5;
  top: 16rem;
}
.p-top-solutions__card-wrap:nth-child(6) {
  z-index: 6;
  top: 20rem;
}
@media screen and (max-width: 767px) {
  .p-top-solutions__card-wrap {
    max-width: none;
    top: 0;
  }
  .p-top-solutions__card-wrap:nth-child(2) {
    top: 4rem;
  }
  .p-top-solutions__card-wrap:nth-child(3) {
    top: 8rem;
  }
  .p-top-solutions__card-wrap:nth-child(4) {
    top: 12rem;
  }
  .p-top-solutions__card-wrap:nth-child(5) {
    top: 16rem;
  }
  .p-top-solutions__card-wrap:nth-child(6) {
    top: 20rem;
  }
}

.p-top-solutions__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 60rem;
  padding: 2.4rem;
  overflow: hidden;
  background-color: var(--color-black);
  border-radius: 0.5rem;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .p-top-solutions__card {
    height: 56rem;
    padding: 1.6rem;
  }
}

.p-top-solutions__card-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-top-solutions__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-solutions__card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
}

.p-top-solutions__card-logo {
  display: flex;
  align-items: center;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-solutions__card-logo {
    height: 2.8rem;
  }
}
.p-top-solutions__card-logo img {
  height: 100%;
  width: auto;
}
.p-top-solutions__card-logo--lg {
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-solutions__card-logo--lg {
    height: 5rem;
  }
}
.p-top-solutions__card-logo--sm {
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-solutions__card-logo--sm {
    height: 1.8rem;
  }
}
.p-top-solutions__card-logo--text {
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-solutions__card-logo--text {
    gap: 0.4rem;
  }
}

.p-top-solutions__card-logo-title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-background01);
}
@media screen and (max-width: 767px) {
  .p-top-solutions__card-logo-title {
    font-size: 2.4rem;
  }
}

.p-top-solutions__card-logo-sub {
  font-size: var(--font-size-t-l);
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-background01);
}
@media screen and (max-width: 767px) {
  .p-top-solutions__card-logo-sub {
    font-size: 1.2rem;
  }
}

.p-top-solutions__card-title {
  font-size: var(--font-size-t-l);
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-background01);
}
@media screen and (max-width: 767px) {
  .p-top-solutions__card-title {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.p-top-solutions__card-btn {
  width: 17rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-solutions__card-btn {
    width: 14rem;
    margin-top: 0.4rem;
  }
  .p-top-solutions__card-btn .c-btn {
    height: 5rem;
  }
  .p-top-solutions__card-btn .c-btn__icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.p-top__second-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-background02);
  z-index: -1;
  transform: scaleY(0);
  transform-origin: bottom;
}

.p-top-column {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-column {
    padding: 4.8rem 0;
  }
}

.p-top-column__header {
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-column__header {
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
  }
}

.p-top-column__description {
  font-size: var(--font-size-t-m);
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-top-column__description {
    font-size: 1.4rem;
  }
}

.p-top-column__content {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-column__content {
    margin-top: 4.8rem;
  }
}

.p-top-column__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.p-top-column__item {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 4rem;
  align-items: flex-start;
  padding: 0 0 4.8rem 32rem;
  text-decoration: none;
  opacity: 0;
  transition: opacity var(--duration-full) var(--easing-material);
}
.p-top-column__item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  content: "";
  background-color: #a0a0a0;
  transition: background-color var(--duration-short) var(--easing-transform), height var(--duration-short) var(--easing-transform);
}
.p-top-column__item.is-visible {
  opacity: 1;
}
.p-top-column__item + .p-top-column__item {
  padding-top: 4.8rem;
}
@media (hover: hover) {
  .p-top-column__item:hover::before, .p-top-column__item:focus-visible::before {
    height: 0.2rem;
    background-color: var(--color-main-yellow01);
  }
}
@media screen and (max-width: 767px) {
  .p-top-column__item {
    display: grid;
    grid-template-areas: "meta meta" "image title";
    grid-template-columns: 12rem 1fr;
    gap: 1.6rem;
    padding: 0 0 2.4rem;
  }
  .p-top-column__item + .p-top-column__item {
    padding-top: 2.4rem;
  }
}

.p-top-column__item-body {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  gap: 4rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top-column__item-body {
    display: contents;
  }
}

.p-top-column__item-meta {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.8rem;
  align-items: flex-start;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-column__item-meta {
    flex-direction: row;
    gap: 0.8rem;
    align-items: center;
    grid-area: meta;
    width: auto;
  }
}

.p-top-column__date {
  font-size: var(--font-size-t-xs);
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-black);
}

.p-top-column__category {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.2rem;
  font-size: var(--font-size-t-xs);
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-black);
  border: 0.1rem solid #a0a0a0;
  border-radius: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-column__category {
    line-height: 1.4;
  }
}

.p-top-column__item-title {
  flex-grow: 1;
  font-size: var(--font-size-t-l);
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-black);
  transition: opacity var(--duration-short) var(--easing-transform);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-column__item-title {
    grid-area: title;
    font-size: 1.8rem;
  }
}

.p-top-column__item-image {
  flex-shrink: 0;
  width: 28.3rem;
  height: 20rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-top-column__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-column__item-image {
    grid-area: image;
    width: 12rem;
    height: 8.5rem;
  }
}

.p-top-column__button {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-top-column__button {
    width: 21.2rem;
  }
}

.p-top-news {
  position: relative;
  z-index: 1;
  padding: 8rem 0 16rem;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding: 4.8rem 0 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news .c-top-h__title {
    font-size: 4.2rem;
  }
}

.p-top-news__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: flex-start;
}

.p-top-news__header {
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-news__header {
    flex-direction: column;
    gap: 3.2rem;
    align-items: flex-start;
  }
}

.p-top-news__description {
  font-size: var(--font-size-t-m);
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-top-news__description {
    font-size: 1.4rem;
  }
}

.p-top-news__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.p-top-news__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 2.4rem 0;
  text-decoration: none;
  border-top: 0.1rem solid var(--color-light-gray);
  border-bottom: 0.1rem solid var(--color-light-gray);
  opacity: 0;
  transition: opacity var(--duration-full) var(--easing-material), background-color var(--duration-base) var(--easing-material);
}
.p-top-news__item.is-visible {
  opacity: 1;
}
.p-top-news__item + .p-top-news__item {
  border-top: none;
}
@media (hover: hover) {
  .p-top-news__item:hover, .p-top-news__item:focus-visible {
    background-color: var(--color-background01);
  }
  .p-top-news__item:hover .p-top-news__content-body, .p-top-news__item:focus-visible .p-top-news__content-body {
    transform: translateX(1rem);
  }
  .p-top-news__item:hover .p-top-news__arrow, .p-top-news__item:focus-visible .p-top-news__arrow {
    transform: translateX(-1rem);
  }
}

.p-top-news__date {
  flex-shrink: 0;
  width: 10rem;
  font-family: var(--font-montserrat);
  font-size: var(--font-size-t-s);
  font-weight: 400;
  line-height: 1;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-top-news__date {
    width: auto;
    font-size: 1.4rem;
  }
}

.p-top-news__content {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  gap: 2.4rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__content {
    gap: 0.8rem;
  }
}

.p-top-news__content-body {
  display: flex;
  flex-grow: 1;
  gap: 2.4rem;
  align-items: center;
  transition: transform var(--duration-base) var(--easing-transform);
}
@media screen and (max-width: 767px) {
  .p-top-news__content-body {
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
  }
}

.p-top-news__item-title {
  flex-grow: 1;
  font-size: var(--font-size-t-m);
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-black);
  transition: opacity var(--duration-short) var(--easing-transform);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-news__item-title {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__item-title {
    flex-basis: 100%;
    font-size: 1.6rem;
  }
}

.p-top-news__arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  transition: transform var(--duration-base) var(--easing-transform);
}
.p-top-news__arrow svg {
  width: 0.7rem;
  height: 0.8rem;
  fill: var(--color-black);
}

.p-top-news__button {
  width: 26.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__button {
    width: 22.6rem;
  }
}

.p-top-owners {
  padding: 9.6rem 0 0;
  background-color: var(--color-background02);
}
@media screen and (max-width: 767px) {
  .p-top-owners {
    padding: 4.8rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-owners .c-top-h__title {
    font-size: 4.2rem;
  }
}

.p-top-owners__header {
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-owners__header {
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
  }
}

.p-top-owners__description {
  font-size: var(--font-size-t-m);
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-top-owners__description {
    font-size: 1.4rem;
  }
}

.p-top-owners__cards {
  display: flex;
  flex-direction: row;
  gap: 4.8rem;
  align-items: flex-start;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-owners__cards {
    width: calc(100% + 3.2rem);
    gap: 1.6rem;
    margin: 4.8rem 0 0 -1.6rem;
    padding: 0 1.6rem;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .p-top-owners__cards::-webkit-scrollbar {
    display: none;
  }
}

.p-top-owners__card {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
  height: 23rem;
  padding: 4.8rem 0;
  text-decoration: none;
  background-color: var(--color-background01);
}
.p-top-owners__card::before {
  position: absolute;
  inset: 0;
  content: "";
  border: 0.1rem solid #a0a0a0;
  transition: border-color var(--duration-short) var(--easing-transform);
}
@media (hover: hover) {
  .p-top-owners__card:hover::before, .p-top-owners__card:focus-visible::before {
    border-color: var(--color-main-yellow01);
    border-width: 0.24rem;
  }
  .p-top-owners__card:hover .p-top-owners__card-arrow svg, .p-top-owners__card:focus-visible .p-top-owners__card-arrow svg {
    color: var(--color-main-yellow01);
  }
}
@media screen and (max-width: 767px) {
  .p-top-owners__card {
    flex: none;
    width: 30rem;
    height: 19rem;
    padding: 3.2rem 0;
    scroll-snap-align: start;
  }
}

.p-top-owners__card-text {
  font-size: var(--font-size-t-l);
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-black);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-owners__card-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.p-top-owners__card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top-owners__card-logo .logo-sumaida-plus {
  width: 21.7rem;
  height: 100%;
}
.p-top-owners__card-logo img[alt=アイディクラブ] {
  width: 23.4rem;
  height: 6rem;
}

.p-top-owners__card-arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
}
.p-top-owners__card-arrow svg {
  width: 0.7rem;
  height: 0.8rem;
  fill: var(--color-black);
  transition: color var(--duration-short) var(--easing-material);
}

.p-top-owners__scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-owners__scrollbar {
    display: block;
    position: relative;
    width: 100%;
    height: 0.4rem;
    margin-top: 2.4rem;
    background-color: #F5F5F5;
  }
  .p-top-owners__scrollbar span {
    position: absolute;
    top: 0;
    left: 0;
    width: 16rem;
    height: 100%;
    background-color: var(--color-black);
  }
}

.p-top-recruit {
  padding: 8rem 0 16rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    padding: 4.8rem 0;
  }
}

.p-top-recruit__content {
  display: flex;
  gap: 12rem;
  justify-content: space-between;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__content {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.p-top-recruit__main {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 8rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__main {
    flex-direction: column;
    gap: 4.8rem;
    align-items: flex-start;
  }
}

.p-top-recruit__image {
  width: 46rem;
  height: 50rem;
  overflow: hidden;
}
.p-top-recruit__image img {
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__image {
    order: -1;
    width: 100%;
    height: auto;
    aspect-ratio: 343/373;
  }
}

.p-top-recruit__body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__body {
    gap: 2.4rem;
  }
}

.p-top-recruit__title {
  font-size: var(--font-size-h3);
  font-weight: 500;
  line-height: 1.8;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-top-recruit__title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.p-top-recruit__description {
  font-size: var(--font-size-t-m);
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-top-recruit__description {
    font-size: 1.4rem;
  }
}

.p-top-recruit__button {
  width: 17rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__button {
    width: 14rem;
  }
}

.p-top-recruit__grid {
  display: grid;
  flex-shrink: 0;
  grid-template-rows: repeat(2, 13rem);
  grid-template-columns: repeat(2, 12rem);
}
@media screen and (max-width: 767px) {
  .p-top-recruit__grid {
    grid-template-rows: repeat(2, 7.6rem);
    grid-template-columns: repeat(2, 7rem);
    justify-content: end;
  }
}

.p-top-recruit__grid-item {
  overflow: hidden;
}
.p-top-recruit__grid-item img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-sustain {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-sustain {
    padding: 4.8rem 0;
  }
}

.p-top-sustain__content {
  display: flex;
  flex-direction: row;
  gap: 12rem;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-sustain__content {
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
  }
}

.p-top-sustain__thumbnail {
  flex-shrink: 0;
  width: 24rem;
  height: 26rem;
  overflow: hidden;
}
.p-top-sustain__thumbnail img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-sustain__thumbnail {
    order: 1;
    align-self: flex-end;
    width: 14rem;
    height: 15.2rem;
  }
}

.p-top-sustain__main {
  display: flex;
  flex-direction: row;
  gap: 8rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-sustain__main {
    flex-direction: column;
    gap: 4.8rem;
    align-items: flex-start;
  }
}

.p-top-sustain__body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-sustain__body {
    order: 1;
    gap: 2.4rem;
  }
}

.p-top-sustain__title {
  font-size: var(--font-size-h3);
  font-weight: 500;
  line-height: 1.8;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-top-sustain__title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.p-top-sustain__description {
  font-size: var(--font-size-t-m);
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-top-sustain__description {
    font-size: 1.4rem;
  }
}

.p-top-sustain__button {
  width: 22.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-sustain__button {
    width: 18.9rem;
  }
}

.p-top-sustain__image {
  flex-shrink: 0;
  width: 46rem;
  height: 50rem;
  overflow: hidden;
}
.p-top-sustain__image img {
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-sustain__image {
    width: 100%;
    height: auto;
    aspect-ratio: 343/373;
  }
}
/*# sourceMappingURL=top.css.map */
