@charset "UTF-8";
:root,
body:not(.en):not(.fr) {
  --font-subtitle: 'Sawarabi Gothic', sans-serif;
  --font-body: 'IBM Plex Sans', 'Sawarabi Gothic', sans-serif;
  --font-nav: 'IBM Plex Sans', sans-serif;
  --mobile-content-side-padding: 7.63vw;
}

body.en,
body.fr {
  --font-subtitle: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --font-nav: 'Plus Jakarta Sans', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
body {
  font-family: var(--font-body);
  color: #1E1E1E;
  background-color: #FFFFFF;
  scroll-behavior: smooth;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 25vh;
  width: 100%;
  position: relative;
}
.terms-page .container {
  gap: 0;
}

section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv {
  align-items: center;
  height: 100vh;
  background-color: transparent;
  overflow: hidden;
}

.fv-title {
  --fv-title-mx: 50%;
  --fv-title-my: 50%;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: var(--fv-title-fit-size, clamp(120px, 15.28vw, 220px));
  line-height: 0.8;
  background-image: radial-gradient(circle 300px at var(--fv-title-mx) var(--fv-title-my), rgba(222, 82, 31, 0.9) 0%, rgba(222, 82, 31, 0.55) 22%, rgba(222, 82, 31, 0) 58%), linear-gradient(270deg, rgb(118, 85, 171) 0%, rgb(222, 82, 31) 100%);
  background-size: 100% 100%, 220% 220%;
  background-position: 0 0, 0% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fvTitleGradientShift 10s ease-in-out infinite;
  margin: 0;
  padding: 0.3em 0 0.1em 0;
  text-align: left;
  width: 100%;
  z-index: 1;
  cursor: default;
}
.jp .fv-title, .en .fv-title, .fr .fv-title {
  text-align: center;
  transform: none;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .fv-title {
    font-feature-settings: "palt";
    letter-spacing: -0.025em;
    font-size: var(--fv-title-fit-size, 18.58vw);
    line-height: 0.81em;
    transform: none;
    overflow: visible;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fv-title {
    animation: none;
    background-position: 0 0, 50% 50%;
  }
}

@keyframes fvTitleGradientShift {
  0% {
    background-position: 0 0, 0% 50%;
  }
  50% {
    background-position: 0 0, 100% 50%;
  }
  100% {
    background-position: 0 0, 0% 50%;
  }
}
.gradation-wall {
  position: fixed;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(270deg, rgb(118, 85, 171) 0%, rgb(222, 82, 31) 100%);
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), width 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), height 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform-origin: center center;
  border-radius: 0;
}
@media (min-width: 769px) {
  .gradation-wall {
    will-change: transform, opacity;
  }
}
.gradation-wall.expanding {
  width: 100vw;
  height: 100vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
}

.about {
  background: transparent;
  position: relative;
}
@media (max-width: 768px) {
  .about {
    padding-top: 20vw;
  }
}

.about-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  gap: 52px;
}
@media (max-width: 768px) {
  .about-content {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding-top: 40px;
  }
}

.about-letter,
.services-letter,
.expertise-letter,
.blog-letter {
  position: fixed;
  left: 50%;
  top: 50%;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: var(--section-letter-fit-size, min(80vw, 80vh));
  line-height: 1;
  color: rgba(255, 255, 255, 0.72);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  white-space: nowrap;
  user-select: none;
  will-change: transform, opacity;
}

.about-title {
  display: block;
  margin-bottom: 0.5em;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #DE521F;
}
.about-text-wrapper {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 544px;
}
@media (max-width: 768px) {
  .about-text-wrapper {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
  }
}

.about-heading {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: #1E1E1E;
}
@media (max-width: 768px) {
  .about-heading {
    font-size: 6.11vw;
  }
}

.about-text {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 2em;
  text-align: justify;
  color: #1E1E1E;
}
.en .about-text, .fr .about-text {
  text-align: left;
}
@media (max-width: 768px) {
  .about-text {
    font-size: 3.56vw;
    line-height: 1.8em;
    text-align: left;
  }
}

.fv .logo {
  width: 198px;
  height: 76px;
  align-self: flex-end;
  margin-bottom: 0;
  z-index: 3;
}
@media (max-width: 1440px) {
  .fv .logo {
    width: 13.75vw;
    height: 5.28vw;
  }
}
@media (max-width: 768px) {
  .fv .logo {
    width: 38.17vw;
    height: auto;
    align-self: flex-start;
    margin-bottom: 4px;
    transform: translateX(-10px);
  }
}
.fv .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.arrow-icon {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.arrow-icon.fade-out {
  opacity: 0;
  pointer-events: none;
}
.arrow-icon .arrow-icon-item {
  width: 53.74px;
  height: 24px;
  opacity: 1;
  animation: arrowDown 2s ease-in-out infinite;
}
.arrow-icon .arrow-icon-item:nth-child(2) {
  animation-delay: 0.3s;
}
.arrow-icon .arrow-icon-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .arrow-icon {
    display: none;
  }
}
@media (max-width: 768px) {
  .arrow-icon {
    display: flex;
    bottom: 40px;
  }
  .arrow-icon .arrow-icon-item {
    width: 13.74vw;
    height: 6.11vw;
  }
}

@keyframes arrowDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}
@keyframes arrowRotateIn {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  50% {
    transform: rotateX(90deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes arrowRotateHover {
  0%, 100% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(90deg);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px 15px 20px;
  background: transparent;
  backdrop-filter: blur(0px);
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
@media (max-width: 768px) {
  .header {
    padding: 12px 70px 12px 10px;
  }
}
.header.is-visible {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
}

.header .logo,
.header .terms-logo {
  width: 182px;
  height: 70px;
  flex-shrink: 0;
  transition: opacity 0.5s linear;
}
.header .logo img,
.header .terms-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .header .logo,
  .header .terms-logo {
    width: 33.08vw;
    max-width: 130px;
    height: auto;
    aspect-ratio: 182/70;
  }
}

.lang-switcher {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-family: var(--font-nav);
  font-weight: 400;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .lang-switcher {
    font-size: 11px;
    gap: 2px;
  }
}

.lang-item {
  color: #1E1E1E;
  text-decoration: none;
  padding: 6px 8px;
  border-radius: 2px;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.lang-item:hover {
  opacity: 0.7;
}
.lang-item.is-active {
  color: #DE521F;
  font-weight: 500;
  cursor: default;
  pointer-events: none;
}

.navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 54px;
}
@media (max-width: 768px) {
  .navigation {
    display: none;
  }
}

.nav-item {
  font-family: var(--font-nav);
  font-weight: 400;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.18em;
  color: #1E1E1E;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
  position: relative;
  white-space: nowrap;
}
.nav-item:hover {
  opacity: 0.7;
}
.nav-item.active {
  color: #DE521F;
}
@media (max-width: 768px) {
  .nav-item {
    font-size: 2.54vw;
    letter-spacing: 0.1em;
  }
}

.services {
  background: transparent;
  position: relative;
  height: auto;
}
@media (min-width: 769px) {
  .services {
    overflow: visible;
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  .services {
    padding-top: 10vh;
    flex-direction: column;
  }
}

.services-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  overflow: visible;
}
@media (min-width: 769px) {
  .services-content {
    min-height: 100vh;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .services-content {
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    padding-top: 40px;
    min-height: auto;
  }
}

@media (min-width: 769px) {
  .services-left {
    display: block;
    align-self: flex-start;
    flex-shrink: 0;
    position: sticky;
    top: 180px;
    z-index: 6;
    width: 333px;
    height: 600px;
  }
}
.services-title {
  display: block;
  margin-bottom: 0.5em;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #DE521F;
}
.services-right {
  display: flex;
  flex-direction: column;
  gap: 0;
  z-index: 6;
  opacity: 1;
  transition: opacity 0.5s ease-out;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .services-right {
    position: relative;
    top: auto;
    width: 100%;
    flex-direction: column;
    gap: 0;
    z-index: 6;
  }
}

.services-intro {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 34px;
  position: relative;
  z-index: 3;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .services-intro {
    gap: 24px;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}

.services-heading {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: #1E1E1E;
}
@media (max-width: 768px) {
  .services-heading {
    font-size: 6.11vw;
  }
}

.services-text {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 2em;
  text-align: justify;
  color: #1E1E1E;
  width: 544px;
}
.en .services-text, .fr .services-text {
  text-align: left;
}
@media (max-width: 768px) {
  .services-text {
    font-size: 3.82vw;
    line-height: 1.8em;
    text-align: left;
    width: 100%;
    max-width: 100%;
  }
}
.services-text b {
  font-weight: 400;
}
.services-text small {
  font-size: 12px;
}
@media (max-width: 768px) {
  .services-text small {
    font-size: 3.05vw;
  }
}
.services-text + .services-text {
  margin-top: -0.5em;
}
.services-text.services-text-list {
  margin-left: 2em;
}

.services-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .services-cards {
    flex-direction: row;
    position: relative;
    z-index: 10;
    margin-top: 0;
    padding: 0 var(--mobile-content-side-padding);
    width: 100%;
    flex-shrink: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .services-cards::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 768px) {
  .services-intro-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    flex-shrink: 0;
    scroll-snap-align: start;
    gap: 30px;
  }
}

.service-card {
  width: calc((100% - 32px) / 3);
  min-height: 160px;
  padding: 16px 16px 32px;
  background: #FFFFFF;
  border-radius: 48px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  }
}
.service-card.active {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .service-card {
    width: 100%;
    height: auto;
    min-height: 13.74vw;
    border-radius: 3vw;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 4.8vw 6.1vw;
    gap: 6vw;
  }
}

.service-number {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1em;
  color: #000000;
}
@media (max-width: 768px) {
  .service-number {
    font-size: 9.16vw;
    line-height: 0.6em;
    transform: translateY(-0.125em);
  }
}

.service-name {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  color: #1E1E1E;
}
@media (max-width: 768px) {
  .service-name {
    font-size: 3.56vw;
    text-align: left;
    flex: 1;
    line-height: 1;
    transform: translateY(0.1em);
  }
}

.service-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}
.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services-content-overlay {
  z-index: 5;
  width: 100%;
}
@media (min-width: 769px) {
  .services-content-overlay {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .services-content-overlay {
    display: flex;
    flex-direction: column;
    margin-top: 12vw;
    gap: 12vw;
    padding: 0 var(--mobile-content-side-padding);
  }
}

@media (min-width: 769px) {
  .service-content {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    pointer-events: auto;
    flex-shrink: 0;
    overflow: visible;
    z-index: 1;
  }
  .service-content:nth-child(1) {
    z-index: 1;
  }
  .service-content:nth-child(2) {
    z-index: 2;
  }
  .service-content:nth-child(3) {
    z-index: 3;
  }
}
@media (max-width: 768px) {
  .service-content {
    position: relative;
    left: auto !important;
    width: 100%;
    min-height: auto;
    padding: 0;
  }
}

.service-content-card {
  background: rgb(255, 255, 255);
  border-radius: 48px;
  width: calc(100% - 64px);
  max-width: 1080px;
  max-height: calc(100vh - 220px);
  container-type: inline-size;
  overflow: hidden;
}
@media (min-width: 769px) {
  .service-content-card {
    margin-top: 0;
    flex-shrink: 0;
    box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.06);
  }
}
@media (max-width: 768px) {
  .service-content-card {
    margin: 0;
    width: 100%;
    min-width: auto;
    border-radius: 6.1vw;
    max-height: none;
  }
}
.service-content-card .service-content-card-wrapper {
  padding: 16px 64px 48px;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  overflow-y: auto;
  position: relative;
}
@media (min-width: 769px) {
  .service-content-card .service-content-card-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: inherit;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: rgba(30, 30, 30, 0.35) transparent;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "header flow" "description description" "challenges challenges";
    column-gap: 32px;
    row-gap: 32px;
    align-items: end;
    align-content: start;
  }
}
@media (max-width: 768px) {
  .service-content-card .service-content-card-wrapper {
    padding: 6.1vw 6.1vw 12.18vw;
    max-height: none;
    overflow-y: visible;
  }
}
@container (max-width: 920px) {
  .service-content-card .service-content-card-wrapper {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "header" "description" "flow" "challenges";
  }
  .service-content-card .service-content-flow {
    width: 100%;
    justify-self: stretch;
    justify-content: flex-start;
  }
}
.service-content-card .service-content-card-wrapper.is-flow-stacked {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "header" "description" "flow" "challenges";
}
.service-content-card .service-content-card-wrapper.is-flow-stacked .service-content-flow {
  width: 100%;
  justify-self: stretch;
  justify-content: flex-start;
}
.service-content-card .service-content-card-wrapper.is-flow-stacked .service-flow {
  width: 100%;
}
@media (min-width: 769px) {
  .fr .service-content-card .service-content-card-wrapper {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "header" "description" "flow" "challenges";
  }
  .fr .service-content-card .service-content-flow {
    width: 100%;
    justify-self: stretch;
    justify-content: flex-start;
  }
  .fr .service-content-card .service-flow {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .en .service-content-card .service-content-card-wrapper {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "header" "description" "flow" "challenges";
  }
  .en .service-content-card .service-content-flow {
    width: 100%;
    justify-self: stretch;
    justify-content: flex-start;
  }
  .en .service-content-card .service-flow {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .service-content-card .service-content-card-wrapper::-webkit-scrollbar {
    width: 8px;
  }
  .service-content-card .service-content-card-wrapper::-webkit-scrollbar-track {
    background: transparent;
    margin-block: 10px;
  }
  .service-content-card .service-content-card-wrapper::-webkit-scrollbar-thumb {
    background: rgba(30, 30, 30, 0.3);
    border-radius: 999px;
    border: 2px solid transparent;
    background-clip: padding-box;
  }
  .service-content-card .service-content-card-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(30, 30, 30, 0.45);
    border: 2px solid transparent;
    background-clip: padding-box;
  }
}
.service-content-scroll-indicator {
  position: absolute;
  bottom: 1.5em;
  right: -1.25em;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: auto;
  height: auto;
  z-index: 10;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.service-content-scroll-indicator.visible {
  opacity: 1;
}
.service-content-scroll-indicator.hidden {
  opacity: 0;
}
@media (max-width: 768px) {
  .service-content-scroll-indicator {
    display: none;
  }
}

.service-content-scroll-text {
  font-family: var(--font-nav);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  color: #1E1E1E;
}
@media (max-width: 768px) {
  .service-content-scroll-text {
    font-size: 2.54vw;
  }
}

.service-content-scroll-arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #1E1E1E;
  mask-image: url(../images/arrow_down.svg);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  animation: scrollStep 1s steps(1) infinite;
}
@media (max-width: 768px) {
  .service-content-scroll-arrow {
    width: 3.05vw;
    height: 3.05vw;
  }
}

@keyframes scrollStep {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(10px);
  }
}
.service-content-header {
  gap: 12px;
  width: 100%;
  min-height: 136px;
}
@media (min-width: 769px) {
  .service-content-header {
    grid-area: header;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .service-content-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.service-content-number {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 1em;
  color: #000000;
}
@media (min-width: 769px) {
  .service-content-number {
    transform: translateX(-10px);
  }
}
@media (max-width: 768px) {
  .service-content-number {
    text-align: center;
  }
}

.service-content-name {
  font-family: var(--font-subtitle);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2em;
  color: #1E1E1E;
}
@media (max-width: 768px) {
  .service-content-name {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .service-content-description {
    grid-area: description;
  }
}
.service-content-description {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 2em;
  text-align: left;
  color: #1E1E1E;
  max-width: 100%;
}
@media (max-width: 768px) {
  .service-content-description {
    width: 100%;
    font-size: 3.56vw;
  }
}

.service-content-flow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 769px) {
  .service-content-flow {
    grid-area: flow;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    max-width: 100%;
    justify-self: end;
    align-self: end;
  }
}
@media (max-width: 768px) {
  .service-content-flow {
    max-width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}

:root {
  --flow-bg1: #86C6D7;
  --flow-bg2: #A7B6E8;
  --flow-bg3: #7AC8A7;
  --flow-text: #ffffff; /* 文字/罫線 */
  --flow-h: 40px; /* 帯の高さ */
  --flow-line: 1px; /* 白線の太さ */
  --flow-chevron: 40px; /* “＞”の大きさ */
}

.service-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  min-height: var(--flow-h);
  background: #4c4c4c;
  border-radius: 0; /* 画像は角丸なしなので0 */
  overflow: visible; /* “＞”をはみ出させる */
}
.service-content[data-content="0"] .service-flow {
  background: var(--flow-bg1);
}
.service-content[data-content="1"] .service-flow {
  background: var(--flow-bg2);
}
.service-content[data-content="2"] .service-flow {
  background: var(--flow-bg3);
}

.service-flow__item {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .service-flow__item {
    padding: 10px 20px 10px 50px;
  }
  .service-flow__item:nth-child(1) {
    padding-left: 25px;
  }
  .service-flow__item:nth-child(4) {
    padding-right: 30px;
  }
}
.service-flow__item {
  color: var(--flow-text);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}
.en .service-flow__item, .fr .service-flow__item {
  font-weight: 400;
  letter-spacing: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}
.service-flow__item:nth-child(1) {
  z-index: 4;
}
.service-flow__item:nth-child(2) {
  z-index: 3;
}
.service-flow__item:nth-child(3) {
  z-index: 2;
}
.service-flow__item:nth-child(4) {
  z-index: 1;
}

/* 区切りの縦線 */
/* 区切りの “＞” (L字を回転させて作る) */
.service-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(var(--flow-chevron) * -0.5); /* 半分はみ出す */
  width: var(--flow-chevron);
  height: var(--flow-chevron);
  border-top: var(--flow-line) solid var(--flow-text);
  border-right: var(--flow-line) solid var(--flow-text);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

/* ちょい余白が欲しい場合（文字が区切りに近いなら） */
/* --- SP（いい感じに縦積み）--- */
@media (max-width: 767px) {
  .service-flow {
    flex-direction: column;
    gap: 20px;
    min-width: 75%;
    height: auto;
  }
  .service-flow__item {
    padding: 10px 20px !important;
    width: 100%;
    height: auto;
    justify-content: center;
  }
  /* 縦線→横線に変更 */
  /* “＞”→ “∨”っぽくする（同じ仕組みで回転） */
  .service-flow__item:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: calc(var(--flow-chevron) * -0.5);
    transform: translateX(50%) rotate(135deg);
  }
}
.service-content[data-content="0"] .flow-arrow svg path {
  stroke: #86C6D7;
}

.service-content[data-content="1"] .flow-arrow svg path {
  stroke: #A7B6E8;
}

.service-content[data-content="2"] .flow-arrow svg path {
  stroke: #7AC8A7;
}

.flow-label {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12px;
  line-height: 2em;
  text-align: center;
  color: #FFFFFF;
  margin-top: 7px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .flow-label {
    font-size: 3.05vw;
    margin-top: 5px;
  }
}

@media (min-width: 769px) {
  .service-content-challenges {
    grid-area: challenges;
  }
}
.service-content-challenges {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 768px) {
  .service-content-challenges {
    max-width: 100%;
  }
}

.service-content-challenges-title {
  font-family: var(--font-subtitle);
  font-weight: 700;
  font-size: 14.5px;
  line-height: 2em;
  color: #000000;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .service-content-challenges-title {
    line-height: 1.5em;
    font-size: 3.56vw;
  }
}

.service-content-challenges-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.service-content-challenges-list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 13.5px;
  line-height: 1.5em;
  color: #1E1E1E;
  padding-left: 12px;
  position: relative;
}
.en .service-content-challenges-list li, .fr .service-content-challenges-list li {
  padding-right: 10px;
}
@media (max-width: 768px) {
  .service-content-challenges-list li {
    font-size: 3.3vw;
    padding: 1.5vw 2vw;
    line-height: 1.2em;
  }
  .service-content-challenges-list li::before {
    width: 6px;
    height: 6px;
    top: 6px;
  }
}

.service-content[data-content="0"] .service-content-challenges-title,
.service-content[data-content="0"] .service-content-challenges-list li {
  color: #86C6D7;
  border-color: #86C6D7;
}

.service-content[data-content="1"] .service-content-challenges-title,
.service-content[data-content="1"] .service-content-challenges-list li {
  color: #A7B6E8;
  border-color: #A7B6E8;
}

.service-content[data-content="2"] .service-content-challenges-title,
.service-content[data-content="2"] .service-content-challenges-list li {
  color: #7AC8A7;
  border-color: #7AC8A7;
}

.expertise {
  background: transparent;
  position: relative;
}
@media (min-width: 769px) {
  .expertise {
    min-height: 100vh;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .expertise {
    justify-content: flex-start;
    padding-bottom: 50vh;
    margin-top: 16vw;
  }
}
.expertise .expertise-content {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  z-index: 2;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .expertise .expertise-content {
    justify-content: flex-start;
    gap: 30px;
    margin-top: 20vw;
    padding-top: 40px;
    min-height: auto;
  }
}
.expertise .expertise-left {
  position: relative;
  z-index: 2;
  width: 367px;
  height: 600px;
}
@media (max-width: 768px) {
  .expertise .expertise-left {
    width: 100%;
    height: auto;
    position: absolute;
  }
}
.expertise .expertise-right {
  position: relative;
  z-index: 2;
  width: 412px;
  margin-top: 190px;
}
.expertise .expertise-right .expertise-title {
  display: block;
  margin-bottom: 0.5em;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #DE521F;
}
.expertise .expertise-right .expertise-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.expertise .expertise-right .expertise-text-wrapper .expertise-heading {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: #1E1E1E;
}
@media (max-width: 768px) {
  .expertise .expertise-right .expertise-text-wrapper .expertise-heading {
    font-size: 6.11vw;
  }
}
.expertise .expertise-right .expertise-text-wrapper .expertise-description {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 2em;
  text-align: justify;
  color: #1E1E1E;
}
.en .expertise .expertise-right .expertise-text-wrapper .expertise-description, .fr .expertise .expertise-right .expertise-text-wrapper .expertise-description {
  text-align: left;
}
@media (max-width: 768px) {
  .expertise .expertise-right .expertise-text-wrapper .expertise-description {
    font-size: 3.56vw;
  }
}
.expertise .expertise-words {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.expertise .expertise-word {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 196px;
  border-radius: 98px;
  font-family: var(--font-nav);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2em;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
  will-change: transform;
  letter-spacing: 0.02em;
  opacity: 0;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35), inset 0 -1px 0 0 rgba(255, 255, 255, 0.06), 0 0 32px rgba(255, 255, 255, 0.15), 0 0 64px rgba(255, 255, 255, 0.08), 0 4px 24px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.04);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .expertise .expertise-word {
    width: 150px;
    height: 150px;
    padding: 30px 20px;
    font-size: 18px;
    border-radius: 75px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}
@media (max-width: 768px) {
  .expertise .expertise-word {
    width: clamp(96px, 30vw, 132px);
    height: clamp(96px, 30vw, 132px);
    font-size: clamp(11px, 3.3vw, 14px);
    border-radius: 100%;
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    opacity: 0;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), 0 0 24px rgba(255, 255, 255, 0.1), 0 2px 16px rgba(0, 0, 0, 0.08);
  }
}

.company {
  background: transparent;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .company {
    padding-top: 16vw;
  }
}
.company .company-background-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 208px;
  line-height: 1em;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.2;
  filter: blur(2px);
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .company .company-background-text {
    font-size: 15vw;
  }
}
@media (max-width: 1024px) {
  .company .company-background-text {
    font-size: 120px;
  }
}
@media (max-width: 768px) {
  .company .company-background-text {
    font-size: 20.36vw;
    opacity: 0.25;
    filter: blur(1px);
  }
}
.company .company-content {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  z-index: 2;
}
@media (max-width: 768px) {
  .company .company-content {
    padding: 60px var(--mobile-content-side-padding);
    padding-top: 60px;
    min-height: 100vh;
    align-items: flex-start;
  }
}
.company .company-info-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 699px;
}
@media (max-width: 768px) {
  .company .company-info-list {
    gap: 4.07vw;
    max-width: 100%;
  }
}
.company .company-info-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 768px) {
  .company .company-info-item {
    flex-direction: column;
    gap: 8px;
  }
}
.company .company-info-item.company-info-item-subsidiary {
  align-items: flex-start;
}
.company .company-info-item.company-info-item-subsidiary .company-info-label {
  align-self: flex-start;
  padding-top: 0;
}
.company .company-info-item.company-info-item-subsidiary .company-info-value {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .company .company-info-item.company-info-item-subsidiary .company-info-value {
    gap: 8px;
  }
}
.company .company-info-label {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  line-height: 2em;
  text-align: justify;
  color: #1E1E1E;
  width: 120px;
  flex-shrink: 0;
  padding-top: 0;
}
.en .company .company-info-label, .fr .company .company-info-label {
  text-align: left;
}
@media (max-width: 768px) {
  .company .company-info-label {
    width: 100%;
    font-size: 3.56vw;
    line-height: 1.5em;
    text-align: left;
    padding-top: 0;
  }
}
.company .company-info-value {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 2em;
  text-align: justify;
  color: #1E1E1E;
  flex: 1;
}
.en .company .company-info-value, .fr .company .company-info-value {
  text-align: left;
}
@media (max-width: 768px) {
  .company .company-info-value {
    font-size: 3.56vw;
    line-height: 1.8em;
    text-align: left;
    width: 100%;
  }
}
.company .company-info-value .subsidiary-name {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  color: #1E1E1E;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .company .company-info-value .subsidiary-name {
    font-size: 3.56vw;
    line-height: 1.4em;
  }
}
.company .company-info-value .subsidiary-detail {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  text-align: justify;
  color: #1E1E1E;
}
.en .company .company-info-value .subsidiary-detail, .fr .company .company-info-value .subsidiary-detail {
  text-align: left;
}
@media (max-width: 768px) {
  .company .company-info-value .subsidiary-detail {
    font-size: 3.56vw;
    line-height: 1.6em;
  }
}
.company .company-info-value .subsidiary-link {
  color: #1E1E1E;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}
.company .company-info-value .subsidiary-link:hover {
  text-decoration: underline;
}

.hamburger-menu {
  display: none;
}
@media (max-width: 768px) {
  .hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: fixed;
    top: 30px;
    right: 24px;
    width: 30px;
    height: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 100;
    padding: 0;
  }
  .hamburger-menu .hamburger-line {
    width: 100%;
    height: 2px;
    background: #1E1E1E;
    transition: all 0.3s ease;
  }
  .hamburger-menu.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger-menu.active .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .hamburger-menu.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.menu-overlay {
  display: none;
}
@media (max-width: 768px) {
  .menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgb(118, 85, 171) 0%, rgb(222, 82, 31) 100%);
    background: linear-gradient(270deg, rgba(118, 85, 171, 0.8) 0%, rgba(222, 82, 31, 0.8) 100%);
    backdrop-filter: blur(2px);
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .menu-overlay .menu-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    padding-left: 40px;
    background: #E6E6E6;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 91;
  }
  .menu-overlay .menu-panel .mobile-menu-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 130px;
    height: 50px;
    z-index: 92;
  }
  .menu-overlay .menu-panel .mobile-menu-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .menu-overlay .menu-panel .mobile-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 56px;
    padding: 0;
    list-style: none;
  }
  .menu-overlay .menu-panel .mobile-navigation .mobile-nav-item {
    font-family: var(--font-nav);
    font-weight: 400;
    font-size: 4.58vw;
    line-height: 1em;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #1E1E1E;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  .menu-overlay .menu-panel .mobile-navigation .mobile-nav-item:hover {
    opacity: 0.7;
  }
  .menu-overlay .menu-panel .mobile-navigation .mobile-nav-item.active {
    color: #DE521F;
  }
  .menu-overlay.active .menu-panel {
    transform: translateX(0);
  }
}

.blog {
  background: transparent;
  position: relative;
}
@media (max-width: 768px) {
  .blog {
    padding: 70px 20px;
  }
}
.blog .blog-content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .blog .blog-content {
    padding-top: 40px;
  }
}
.blog .blog-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog .blog-title {
  display: block;
  margin-bottom: 0.5em;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #DE521F;
  position: relative;
  z-index: 2;
}
.blog .blog-heading {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2em;
  color: #1E1E1E;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .blog .blog-heading {
    font-size: 6.11vw;
  }
}
.blog .blog-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .blog .blog-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.blog .blog-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (hover: hover) {
  .blog .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.14);
  }
}
.blog .blog-card-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background: #f2f2f2;
  object-fit: cover;
  display: block;
}
.blog .blog-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}
.blog .blog-card-date {
  font-family: var(--font-nav);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.65);
}
.blog .blog-card-title {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #1E1E1E;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.blog .blog-empty {
  grid-column: 1/-1;
  font-family: var(--font-body);
  font-size: 15px;
  color: rgba(30, 30, 30, 0.7);
}

.contact {
  background: transparent;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .contact {
    padding-top: 40px;
    justify-content: center;
  }
}
.contact .contact-content {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  flex: 1;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact .contact-content {
    padding-top: 20.36vw;
    gap: 24px;
    align-items: center;
    text-align: center;
  }
}
.contact .contact-subtitle {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 18px;
  line-height: 2em;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .contact .contact-subtitle {
    font-size: 4.07vw;
    line-height: 1.8em;
  }
}
.contact .contact-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact .contact-title-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}
.contact .contact-title-wrapper .contact-arrow {
  width: 153px;
  height: 141px;
  flex-shrink: 0;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .contact .contact-title-wrapper .contact-arrow {
    width: 38.93vw;
    height: auto;
    transform: rotate(90deg);
  }
}
.contact .contact-title-wrapper .contact-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.contact .contact-title-wrapper .contact-arrow.visible {
  animation: arrowRotateIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) 2;
}
@media (max-width: 768px) {
  .contact .contact-title-wrapper .contact-arrow.visible {
    animation: none;
  }
}
.contact .contact-title-wrapper:hover .contact-arrow {
  animation: arrowRotateHover 0.5s ease-in-out forwards;
}
@media (max-width: 768px) {
  .contact .contact-title-wrapper:hover .contact-arrow {
    animation: none;
  }
}
.contact .contact-title-wrapper:hover .contact-title {
  background: linear-gradient(270deg, rgb(118, 85, 171) 0%, rgb(222, 82, 31) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: background 0.3s ease, -webkit-background-clip 0.3s ease, -webkit-text-fill-color 0.3s ease, background-clip 0.3s ease;
}
.contact .contact-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 128px;
  letter-spacing: 0.015em;
  line-height: 1em;
  text-align: center;
  margin: 0;
  background: linear-gradient(270deg, rgb(0, 0, 0) 0, rgb(0, 0, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: background 0.3s ease, -webkit-background-clip 0.3s ease, -webkit-text-fill-color 0.3s ease, background-clip 0.3s ease;
}
@media (max-width: 1440px) {
  .contact .contact-title {
    font-size: 10vw;
  }
}
@media (max-width: 768px) {
  .contact .contact-title {
    font-size: 22.9vw;
  }
}
.contact .contact-email-label {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 2em;
  text-align: justify;
  color: #1E1E1E;
  margin: 0;
}
.en .contact .contact-email-label, .fr .contact .contact-email-label {
  text-align: left;
}
@media (max-width: 768px) {
  .contact .contact-email-label {
    margin-top: 15.27vw;
    font-size: 3.56vw;
    text-align: center;
    line-height: 1.8em;
  }
}
.contact .contact-email-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.contact .contact-email-wrapper .contact-email-icon {
  width: 42px;
  height: 18px;
  flex-shrink: 0;
}
.contact .contact-email-wrapper .contact-email-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact .contact-email-wrapper .contact-email {
  height: 20px;
  display: flex;
  align-items: center;
}
.contact .contact-email-wrapper .contact-email img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .contact .contact-email-wrapper .contact-email {
    height: 5.09vw;
  }
}
.contact .contact-logo {
  width: 260px;
  height: 100px;
  margin: 40px 0;
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.contact .contact-logo:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .contact .contact-logo {
    width: 50.89vw;
    height: auto;
    margin-top: 25.44vw;
  }
}
.contact .contact-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact .contact-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
@media (max-width: 768px) {
  .contact .contact-footer {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 30px 20px;
    text-align: center;
  }
}
.contact .contact-footer .contact-footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .contact .contact-footer .contact-footer-links {
    justify-content: center;
    gap: 6vw;
  }
}
.contact .contact-footer .contact-footer-links .contact-footer-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .contact .contact-footer .contact-footer-links .contact-footer-icon {
    width: 8vw;
    height: auto;
  }
}
.contact .contact-footer .contact-footer-links .contact-footer-icon:hover {
  opacity: 0.7;
}
.contact .contact-footer .contact-footer-links .contact-footer-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact .contact-footer .contact-footer-links .contact-footer-link {
  font-family: var(--font-nav);
  font-weight: 400;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1E1E1E;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
  white-space: nowrap;
}
.contact .contact-footer .contact-footer-links .contact-footer-link:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .contact .contact-footer .contact-footer-links .contact-footer-link {
    width: auto;
    font-size: 2.8vw;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: left;
  }
}
.contact .contact-footer .contact-footer-links .contact-footer-link:hover {
  opacity: 0.7;
}
.contact .contact-footer .contact-copyright {
  font-family: var(--font-nav);
  font-weight: 300;
  font-size: 10px;
  line-height: 1em;
  text-transform: uppercase;
  text-align: right;
  color: #1E1E1E;
  opacity: 0.5;
  margin: 0;
}
@media (max-width: 768px) {
  .contact .contact-footer .contact-copyright {
    margin-top: 9vw;
    text-align: center;
  }
}

.about-content,
.services-content,
.expertise .expertise-content,
.blog .blog-content,
.company .company-content,
.contact .contact-content {
  width: min(720px, 100vw - 120px, 100%);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .about-content,
  .services-content,
  .expertise .expertise-content,
  .blog .blog-content,
  .company .company-content,
  .contact .contact-content {
    width: min(720px, 100vw - var(--mobile-content-side-padding) * 2, 100%);
  }
}
.about-text-wrapper,
.services-right,
.services-intro,
.services-text,
.expertise .expertise-right,
.expertise .expertise-right .expertise-text-wrapper {
  width: 100%;
  max-width: 100%;
}

.services-left,
.expertise .expertise-left {
  position: absolute;
  width: 0;
  height: 0;
  flex: 0 0 0;
  overflow: visible;
  pointer-events: none;
}

.services-content {
  justify-content: center;
  gap: 0;
}

.expertise .expertise-content {
  gap: 0;
  justify-content: center;
}

.expertise .expertise-right {
  margin-top: 0;
}

.blog .blog-content {
  width: min(1080px, 100vw - 118px, 100%);
}

@media (max-width: 768px) {
  .blog .blog-content {
    width: min(100vw - var(--mobile-content-side-padding) * 2, 100%);
  }
}
body:has(.terms-header) .gradation-wall,
.terms-page .gradation-wall {
  width: 220px;
  height: 100vh;
  min-height: 5000px;
  left: 0;
  top: 0;
  transform: none;
  opacity: 0.2;
  position: fixed;
}
@media (max-width: 1024px) {
  body:has(.terms-header) .gradation-wall,
  .terms-page .gradation-wall {
    width: 110px;
  }
}
@media (max-width: 768px) {
  body:has(.terms-header) .gradation-wall,
  .terms-page .gradation-wall {
    display: none;
  }
}

.terms-main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 220px 0 100px;
  padding-left: 350px;
  padding-right: 350px;
  position: relative;
}
@media (max-width: 1440px) {
  .terms-main {
    padding-left: 250px;
    padding-right: 250px;
    padding-top: 180px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .terms-main {
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .terms-main {
    padding: 15.27vw 5.09vw 15.27vw;
    padding-top: 39.23vw;
  }
}

.terms-content {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .terms-content {
    max-width: 100%;
  }
}

.terms-page-title {
  font-family: var(--font-body);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.16em;
  color: #1E1E1E;
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 768px) {
  .terms-page-title {
    font-size: 7.63vw;
    margin-bottom: 7.63vw;
  }
}

.terms-update-date {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 2em;
  color: #1E1E1E;
  text-align: right;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .terms-update-date {
    font-size: 3.05vw;
    text-align: left;
    margin-bottom: 7.63vw;
  }
}

.terms-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  min-height: auto;
}
@media (max-width: 768px) {
  .terms-section {
    margin-bottom: 7.63vw;
  }
}
.terms-section:last-child {
  margin-bottom: 0;
}

.terms-section-header {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .terms-section-header {
    gap: 2.54vw;
    margin-bottom: 7.63vw;
  }
}

.terms-section-number {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.1em;
  color: #1E1E1E;
  width: 40px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .terms-section-number {
    font-size: 9.16vw;
    width: 7.63vw;
  }
}

.terms-section-title {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #1E1E1E;
  margin: 0;
}
@media (max-width: 768px) {
  .terms-section-title {
    font-size: 5.09vw;
  }
}

.terms-section-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .terms-section-content {
    padding-left: 5.09vw;
    padding-left: 0;
    gap: 2.03vw;
  }
}

.terms-subsection {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .terms-subsection {
    margin-top: 7.63vw;
    gap: 2.03vw;
  }
}
.terms-subsection:first-child {
  margin-top: 0;
}

.terms-subsection-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .terms-subsection-header {
    gap: 2.54vw;
    margin-bottom: 2.03vw;
  }
}

.terms-subsection-number {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  line-height: 1em;
  color: #1E1E1E;
  background-color: #F7F7F7;
  padding: 1px 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .terms-subsection-number {
    font-size: 4.58vw;
    padding: 0.25vw 2.03vw 1.53vw;
  }
}

.terms-subsection-title {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 500;
  line-height: 2em;
  color: #1E1E1E;
  margin: 0;
}
@media (max-width: 768px) {
  .terms-subsection-title {
    font-size: 4.33vw;
  }
}

.terms-item-text {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  color: #1E1E1E;
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  .terms-item-text {
    font-size: 3.82vw;
    line-height: 1.8em;
  }
}

.terms-address-box {
  background-color: #F7F7F7;
  padding: 4px 20px;
  margin: 8px 0;
}
@media (max-width: 768px) {
  .terms-address-box {
    padding: 1.02vw 5.09vw;
    margin: 2.03vw 0;
  }
}

.terms-address-text {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
  color: rgba(30, 30, 30, 0.7);
  margin: 0;
}
@media (max-width: 768px) {
  .terms-address-text {
    font-size: 3.05vw;
  }
}

.terms-list {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
  color: #1E1E1E;
  margin: 8px 0;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .terms-list {
    font-size: 3.82vw;
    line-height: 1.8em;
    margin: 2.03vw 0;
  }
}
.terms-list li {
  margin-bottom: 0;
  padding-left: 1em;
  position: relative;
}
.terms-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.terms-list li:last-child {
  margin-bottom: 0;
}
.terms-list.terms-list-inline {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.terms-list-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .terms-list-item {
    gap: 1.02vw;
    margin-top: 2.03vw;
  }
}
.terms-list-item:first-child {
  margin-top: 0;
}

.terms-list-label {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 550;
  line-height: 2em;
  color: #1E1E1E;
  margin: 0;
  padding-left: 1em;
  position: relative;
}
.terms-list-label::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .terms-list-label {
    font-size: 3.82vw;
  }
}

.terms-list-detail {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .terms-list-detail {
    gap: 1.27vw;
    padding-left: 5.09vw;
  }
}

.terms-list-dash {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  gap: 5px;
}
.terms-list-dash li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding: 0;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #1E1E1E;
}
@media (max-width: 768px) {
  .terms-list-dash li {
    font-size: 3.82vw;
  }
}
.terms-list-dash li::before {
  content: "ー";
  display: inline-block;
  position: relative;
}

body.en .terms-list-dash li::before,
body.fr .terms-list-dash li::before {
  content: "–";
}

.terms-footer {
  background-color: transparent;
  padding: 0;
  position: relative;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .terms-footer {
    margin-top: 15.27vw;
  }
}

.terms-footer-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .terms-footer-content {
    flex-direction: column;
    align-items: center;
    gap: 3.82vw;
    padding: 0 5.09vw 7.63vw;
  }
}

.terms-footer-text {
  font-family: var(--font-nav);
  font-size: 10px;
  font-weight: 300;
  line-height: 1em;
  text-transform: uppercase;
  text-align: right;
  color: #1E1E1E;
  opacity: 0.5;
  margin: 0;
}
@media (max-width: 768px) {
  .terms-footer-text {
    text-align: center;
    font-size: 2.54vw;
  }
}

.terms-footer-links {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 0;
}
@media (max-width: 768px) {
  .terms-footer-links {
    gap: 20px;
  }
}

.terms-footer-icon {
  display: block;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}
.terms-footer-icon:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .terms-footer-icon {
    width: 6.1vw;
    height: 6.1vw;
  }
}
.terms-footer-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.terms-footer-link {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  color: #1E1E1E;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.terms-footer-link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .terms-footer-link {
    font-size: 12px;
  }
}

.hs-cookie-settings-button {
  appearance: none;
  border: 1px solid rgba(26, 26, 26, 0);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(26, 26, 26, 0.75);
  font-family: var(--font-nav);
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 12px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}
.hs-cookie-settings-button:hover {
  background: rgba(255, 255, 255, 0.45);
  border-color: rgba(26, 26, 26, 0.45);
  color: rgba(26, 26, 26, 0.9);
}
.hs-cookie-settings-button:focus-visible {
  outline: 2px solid rgba(66, 91, 118, 0.45);
  outline-offset: 2px;
}

.contact-footer-links .hs-cookie-settings-button,
.terms-footer-links .hs-cookie-settings-button {
  margin-left: 4px;
}

@media (max-width: 768px) {
  .contact-footer-links,
  .terms-footer-links {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 12px;
  }
  .contact-footer-links .hs-cookie-settings-button,
  .terms-footer-links .hs-cookie-settings-button {
    order: 10;
    flex: 0 0 100%;
    width: fit-content;
    margin-left: 0;
    margin-top: 2px;
  }
  .hs-cookie-settings-button {
    font-size: 11px;
    padding: 8px 14px;
    letter-spacing: 0.06em;
  }
}

/*# sourceMappingURL=style.css.map */
