@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,700;1,14..32,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@300..700&display=swap");
:root {
  --text-color: #333333;
  --wh: #fff;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 499px) {
  .pc-xsl {
    display: none !important;
  }
}

@media screen and (min-width:500px) {
  .sp-xsl {
    display: none !important;
  }
}

@media screen and (max-width: 376px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 377px) {
  .sp-xs {
    display: none !important;
  }
}

/* ====================================================
KEYFRAMES
==================================================== */
/* ====================================================
FV
==================================================== */
.top-fv {
  height: 100dvh;
  max-height: 90rem;
  color: var(--wh);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-fv {
    z-index: 1;
    max-height: none;
    min-height: 90rem;
    justify-content: space-between;
  }
}
.top-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-fv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  will-change: transform, opacity;
}
.top-fv__bg img.is-visible {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.top-fv::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 300/30;
  background: url(../img/lead-gradation.png) no-repeat;
  background-size: cover;
  background-position: 0 0;
  z-index: 1;
  position: absolute;
  bottom: -3vw;
  left: 0;
}
@media screen and (max-width: 834px) {
  .top-fv::after {
    height: 52vw;
    background-position: center 0;
    bottom: 0;
  }
}
.top-fv__title {
  font-size: 1.6rem;
  text-align: right;
  margin-bottom: 2rem;
}
.top-fv__ttl {
  z-index: 2;
}
.top-fv__ttl-slogo {
  max-width: 55.2rem;
  margin-left: auto;
  margin-bottom: 4rem;
}
.top-fv__ttl-logo {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top-fv__ttl-logo {
    width: auto;
    max-height: none;
  }
}
.top-fv__ttl-logo-inner {
  transform-origin: center bottom;
  transform: scale(1.04);
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .top-fv__ttl-text.sp {
    display: flex;
    justify-content: flex-end;
    margin-top: 15vw;
  }
}
@media screen and (max-width: 640px) {
  .top-fv__ttl-text.sp {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 499px) {
  .top-fv__ttl-text.sp {
    margin-top: 30vw;
  }
}
@media screen and (max-width: 834px) {
  .top-fv__ttl-text.sp .top-fv__title {
    margin-bottom: 0;
    text-align: inherit;
    transform: rotate(0);
    writing-mode: vertical-lr;
  }
}
@media screen and (max-width: 834px) {
  .top-fv__ttl-text.sp .top-fv__ttl-slogo {
    width: auto;
    max-width: 4rem;
    margin-bottom: 0;
    margin-left: inherit;
  }
}

/* ====================================================
LEAD
==================================================== */
.top-lead {
  background: url("../img/lead-bg.webp") no-repeat center;
  background-size: cover;
  color: var(--wh);
  padding: clamp(6rem, 9vw, 16rem) 0 clamp(6rem, 9vw, 17rem);
  position: relative;
  z-index: 2;
  scroll-margin-top: -18.8rem;
}
@media screen and (max-width: 834px) {
  .top-lead {
    padding: clamp(16rem, 10vw, 19rem) 0;
  }
}
@media screen and (max-width: 640px) {
  .top-lead {
    padding: clamp(10rem, 10vw, 16rem) 0 6rem;
  }
}
.top-lead .inner {
  padding-top: clamp(6rem, 9vw, 16rem);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.top-lead__ttl {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 1200px) {
  .top-lead__ttl {
    flex-direction: column;
    gap: clamp(1.5rem, 2vw, 3rem);
  }
}
.top-lead__ttl-item {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top-lead__ttl-item {
    width: 100%;
  }
}
.top-lead__ttl-item.--02 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .top-lead__ttl-item.--02 {
    width: 100%;
  }
}
.top-lead__image {
  width: 100%;
}
.top-lead__title {
  font-size: clamp(1.3rem, 1vw + 1rem, 1.6rem);
  margin-top: clamp(1.5rem, 2vw, 3rem);
}
.top-lead__subtitle {
  font-size: clamp(1.9rem, 1vw + 1rem, 3.6rem);
  line-height: 1.3888888889;
}
.top-lead__text {
  margin-top: clamp(1.5rem, 2vw, 3rem);
}
.top-lead__content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8rem;
}

/* ====================================================
PROJECT
==================================================== */
.top-project {
  scroll-margin-top: 18.8rem;
}
@media screen and (max-width: 834px) {
  .top-project {
    scroll-margin-top: -6rem;
  }
}
.top-project__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(3rem, 3vw, 8rem);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-project__wrapper {
    flex-direction: column;
    gap: clamp(0rem, 2vw, 5rem);
  }
}
.top-project__ttl {
  width: 40rem;
  flex-shrink: 0;
  padding-top: clamp(6rem, 9vw, 16rem);
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .top-project__ttl {
    width: 100%;
    padding-top: clamp(4rem, 5vw, 8rem);
    position: static;
  }
}
.top-project__title {
  font-size: clamp(1.8rem, 1vw + 1rem, 2.4rem);
}
.top-project__subtitle {
  font-size: clamp(2.4rem, 1vw + 1rem, 3.6rem);
  margin: clamp(3rem, 4vw, 7rem) 0px clamp(3rem, 3vw, 5rem);
}
.top-project__content {
  max-width: 86rem;
  padding-top: clamp(6rem, 9vw, 16rem);
}
@media screen and (max-width: 1200px) {
  .top-project__content {
    max-width: 100%;
    padding-top: clamp(4rem, 5vw, 8rem);
  }
}
.top-project__content-item:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: clamp(4rem, 5vw, 9rem);
  margin-bottom: clamp(4rem, 5vw, 9rem);
}
.top-project__content-item-title {
  font-size: 6rem;
  font-family: "Inter", sans-serif;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .top-project__content-item-title {
    font-size: clamp(3.2rem, 2vw + 2rem, 6rem);
  }
}
.top-project__content-item-subtitle {
  font-size: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
}
.top-project__content-item-image {
  margin-top: clamp(1.5rem, 2vw, 3rem);
}
.top-project__content-item-box {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(2rem, 5vw, 6rem);
}
@media screen and (max-width: 1300px) {
  .top-project__content-item-box {
    flex-direction: column;
    gap: clamp(2rem, 5vw, 8rem);
  }
}
.top-project__content-item-text {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.8rem, 1vw + 1rem, 2.4rem);
}
.top-project__content-item-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin: 0 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.4rem;
}
.top-project__content-item-link::after {
  content: "";
  display: block;
  width: 93%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 4px;
  left: 0;
}
.top-project__content-item-link span {
  font-size: 1.4rem;
  text-decoration: none;
  margin-left: 0.7rem;
}
.top-project__content-item-link:hover span {
  transform: translate(2px, -0.2rem);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.top-project__content-item-link:hover::after {
  animation: linkHover 0.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes linkHover {
  from {
    width: 0;
  }
  to {
    width: 93%;
  }
}
.top-project__content-item-list {
  width: 100%;
  max-width: 34.5rem;
}
@media screen and (max-width: 1300px) {
  .top-project__content-item-list {
    max-width: 100%;
  }
}
.top-project__content-item-list .wrap {
  border-bottom: 1.5px dotted #eee;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 499px) {
  .top-project__content-item-list .wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.top-project__content-item-list dt {
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 600;
  width: 16rem;
  flex-shrink: 0;
}
.top-project__content-item-list dd {
  white-space: nowrap;
  font-size: 1.4rem;
}
.top-project__content-item.--03 .top-project__content-item-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(2.4rem, 1vw + 1rem, 3.2rem);
  margin-bottom: clamp(1.5rem, 2vw, 3rem);
}
@media screen and (max-width: 376px) {
  .top-project__content-item.--03 .top-project__content-item-title {
    font-size: 2.1rem;
  }
}
.top-project__content-item.--03 .top-project__content-item-list {
  width: 100%;
  max-width: 100%;
}
.top-project__content-item.--03 .wrap {
  background-color: #f5f5f5;
  border-radius: 1rem;
  padding: 2.5rem 2rem 2.5rem 1.5rem;
  justify-content: space-between;
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .top-project__content-item.--03 .wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-project__content-item.--03 .wrap {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .top-project__content-item.--03 .wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .top-project__content-item.--03 .wrap {
    padding: 1rem;
    gap: 0.2rem;
  }
}
.top-project__content-item.--03 .wrap dt {
  font-size: clamp(1.5rem, 1vw + 1rem, 1.7rem);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 376px) {
  .top-project__content-item.--03 .wrap dt {
    font-size: 1.4rem;
  }
}
.top-project__content-item.--03 .wrap dt::before {
  content: "\e5ca";
  font-family: "Material Symbols Outlined";
  display: inline-block;
  color: #b10000;
  margin-right: 0.5rem;
  font-size: clamp(1.6rem, 1vw + 1rem, 2.4rem);
}
.top-project__content-item.--03 .wrap dd {
  font-size: clamp(1.3rem, 1vw + 1rem, 1.5rem);
  white-space: normal;
}
@media screen and (max-width: 376px) {
  .top-project__content-item.--03 .wrap dd {
    font-size: 1.2rem;
  }
}
.top-project__image {
  margin-top: clamp(6rem, 9vw, 16rem);
}
.top-project__image img {
  max-height: 110rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.simpleParallax {
  margin-top: clamp(6rem, 9vw, 16rem);
  max-height: 110rem;
}

/* Parallax wrapper: hide overflow so image can translate inside */
.js-parallax {
  overflow: hidden;
}

.js-parallax img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

/* ====================================================
BUSINESS STRATEGY
==================================================== */
.top-business-strategy {
  scroll-margin-top: clamp(-6rem, -9vw, -15rem);
  padding-top: clamp(6rem, 9vw, 15rem);
}
@media screen and (max-width: 834px) {
  .top-business-strategy {
    scroll-margin-top: -1.5rem;
  }
}
.top-business-strategy__ttl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 0;
}
@media screen and (max-width: 834px) {
  .top-business-strategy__ttl {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}
.top-business-strategy__title {
  font-size: clamp(1.8rem, 1vw + 1rem, 2.4rem);
  grid-column: span 2;
  grid-row: 1;
}
@media screen and (max-width: 834px) {
  .top-business-strategy__title {
    grid-row: 1;
  }
}
.top-business-strategy__text.--01 {
  font-size: clamp(2.4rem, 1vw + 1rem, 3.6rem);
  grid-column: 1/2;
  grid-row: 2;
}
@media screen and (max-width: 834px) {
  .top-business-strategy__text.--01 {
    grid-row: 2;
  }
}
@media screen and (max-width: 376px) {
  .top-business-strategy__text.--01 {
    font-size: 2.1rem;
  }
}
.top-business-strategy__text.--02 {
  grid-column: 2/3;
  grid-row: 2;
  justify-self: end;
  align-self: end;
}
@media screen and (max-width: 834px) {
  .top-business-strategy__text.--02 {
    grid-column: 1/2;
    grid-row: 3;
    justify-self: start;
  }
}
.top-business-strategy__list {
  margin-top: clamp(2rem, 6vw, 8rem);
  color: var(--wh);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 2.5rem) clamp(1rem, 3vw, 3rem);
}
@media screen and (max-width: 1500px) {
  .top-business-strategy__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-business-strategy__list-item {
  position: relative;
}
.top-business-strategy__list-item img {
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.top-business-strategy__list-item:hover img {
  transform: scale(1.05);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.top-business-strategy__list-item:hover .link-btn img {
  transform: scale(1.2);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.top-business-strategy__list-item a {
  color: var(--wh);
}
.top-business-strategy__list-item-image {
  overflow: hidden;
}
.top-business-strategy__list-tbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 1vw, 4rem);
}
.top-business-strategy__list .list-title {
  font-size: clamp(1.6rem, 1vw + 1rem, 2.4rem);
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 499px) {
  .top-business-strategy__list .list-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 376px) {
  .top-business-strategy__list .list-title {
    font-size: 1.3rem;
  }
}
.top-business-strategy__list .list-title span {
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 499px) {
  .top-business-strategy__list .list-title + p {
    line-height: 1.2;
  }
}
@media screen and (max-width: 376px) {
  .top-business-strategy__list .list-title + p {
    font-size: 1.1rem;
  }
}
.top-business-strategy__list .brlp {
  display: none;
}
@media screen and (max-width: 1680px) {
  .top-business-strategy__list .brlp {
    display: inline;
  }
}
.top-business-strategy__list .link-btn img {
  margin: 0 auto;
  width: clamp(20px, 2vw, 25px);
  height: clamp(20px, 2vw, 25px);
  -o-object-fit: contain;
     object-fit: contain;
}
.top-business-strategy__content {
  background-color: #f5f5f5;
  padding: 10rem;
  margin-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .top-business-strategy__content {
    padding: clamp(2rem, 4vw, 10rem);
    margin-top: clamp(4rem, 4vw, 10rem);
  }
}
.top-business-strategy__content-title {
  font-size: clamp(2.1rem, 1vw + 1rem, 3.6rem);
  text-align: center;
}
.top-business-strategy__content-title span {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.5rem;
  display: block;
  margin-bottom: clamp(2rem, 4vw, 6rem);
}
.top-business-strategy__content-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0 2rem;
}
@media screen and (max-width: 1024px) {
  .top-business-strategy__content-list {
    gap: 0 1rem;
  }
}
@media screen and (max-width: 834px) {
  .top-business-strategy__content-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.top-business-strategy__content .wrap {
  text-align: center;
  padding: clamp(1rem, 2vw, 4rem) 0;
}
.top-business-strategy__content .wrap dt {
  font-size: 1.5rem;
}
.top-business-strategy__content .wrap dd {
  font-size: clamp(1.6rem, 1vw + 1rem, 3rem);
  font-weight: 700;
}
.top-business-strategy__content .wrap dd span {
  font-size: clamp(3.2rem, 2vw + 2rem, 6rem);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 0 2px;
}
@media screen and (max-width: 834px) {
  .top-business-strategy__content .wrap dd span {
    line-height: 1.5;
  }
}
.top-business-strategy__content .wrap:not(:first-child) {
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .top-business-strategy__content .wrap:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ddd;
  }
}
@media screen and (max-width: 834px) {
  .top-business-strategy__content .wrap:not(:last-child) {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .top-business-strategy__content .wrap {
    padding-top: clamp(1rem, 1vw, 2rem);
  }
}

/* ====================================================
OUR MISSION
==================================================== */
.top-mission {
  scroll-margin-top: -16rem;
  padding: clamp(7rem, 10vw, 16rem) 0 clamp(10rem, 15vw, 20rem);
}
@media screen and (max-width: 834px) {
  .top-mission {
    scroll-margin-top: 0;
  }
}
.top-mission__wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-mission__wrapper {
    flex-direction: column;
    gap: clamp(3rem, 5vw, 8rem);
  }
}
.top-mission__image {
  position: sticky;
  top: 0;
  left: 0;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top-mission__image {
    position: static;
    width: 100%;
  }
}
.top-mission__image img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .top-mission__image img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}
.top-mission__content {
  width: 45%;
  max-width: 75rem;
  padding-left: clamp(3rem, 5vw, 8rem);
  padding-right: clamp(2rem, 5vw, 3rem);
}
@media screen and (max-width: 834px) {
  .top-mission__content {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.top-mission__content-ttl {
  margin-top: clamp(1.5rem, 4vw, 4.5rem);
}
@media screen and (max-width: 834px) {
  .top-mission__content-ttl {
    margin-top: 0;
  }
}
.top-mission__content-title {
  font-size: clamp(1.8rem, 1vw + 1rem, 2.4rem);
}
.top-mission__content-subtitle {
  font-size: clamp(2.1rem, 1vw + 1rem, 3.6rem);
  margin: clamp(0rem, 3vw, 8rem) 0 clamp(1rem, 3vw, 5rem);
}
.top-mission__content-list {
  margin-top: clamp(2rem, 7vw, 8rem);
}
.top-mission__content-list-item:not(:first-child) {
  margin-top: clamp(2rem, 7vw, 10rem);
}
.top-mission__content-list .list-number {
  width: 4rem;
  height: 2.5rem;
  font-size: 1.2rem;
  background-color: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  margin: 0 auto;
}
.top-mission__content-list .list-title {
  text-align: center;
  font-size: clamp(1.8rem, 1vw + 1rem, 2.4rem);
  margin: clamp(0rem, 1vw, 1rem) 0 1.5rem;
  font-family: "Shippori Mincho B1", serif;
}
.top-mission__content-list .list-text {
  margin-top: 1.5rem;
}

/* ====================================================
VALUE CREATION PROCESS
==================================================== */
.top-creation {
  background-color: #f5f5f5;
  padding: clamp(7rem, 15vw, 16rem) 0;
}
.top-creation__ttl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top-creation__ttl {
    flex-direction: column;
    gap: clamp(0rem, 1vw, 2rem);
  }
}
.top-creation__title {
  font-size: clamp(1.8rem, 1vw + 1rem, 2.4rem);
}
.top-creation__subtitle {
  font-size: clamp(2.4rem, 1vw + 1rem, 3.6rem);
}
.top-creation__content {
  margin-top: clamp(2rem, 5vw, 6rem);
  overflow-x: auto;
}
.top-creation__content img {
  min-width: clamp(100rem, 80vw, 150rem);
}/*# sourceMappingURL=top.css.map */