@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  vertical-align: top;
  box-sizing: border-box;
  object-fit: cover;
}

em {
  font-style: normal;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-br {
  display: none;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .tab-br {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

:root {
  --white: #ffffff;
  --black: #000;
  --gray: #e2e2e2;
  --gold: linear-gradient(
    75deg,
    #b88900 0%,
    #ffd700 40%,
    #fffbe5 55%,
    #ffd700 75%,
    #b88900 100%
  );
  --leading-trim: calc((1em - 1lh) / 2);
  --montserrat: "Montserrat", sans-serif;
  --noto-sans-jp: "Noto Sans JP", sans-serif;
  --noto-serif-jp: "Noto Serif JP", serif;
}

.bold {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.lh130 {
  line-height: 130%;
}

.lh170 {
  line-height: 170%;
}

.ff-montserrat {
  font-family: var(--montserrat);
}

html {
  font-size: 62.5%;
  /* @include mq(xlpc) {
    font-size: calc(10 / (1920 / 100) * 1vw);
  } */
}
@media screen and (max-width: 1600px) and (min-width: 769px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  font-family: var(--noto-sans-jp);
  background-color: var(--white);
  color: var(--black);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  color: var(--black);
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    transition: 0.5s;
  }
}

.palt {
  font-feature-settings: "palt";
}

p,
h2,
h3,
h4,
span {
  font-weight: 400;
  color: var(--black);
}

svg {
  width: 100%;
  height: 100%;
}

main {
  position: relative;
  width: 100%;
}

.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

.icon--arrow-rot {
  transform: rotate(180deg);
}

/* Header */
.home .codrops-header {
  background: transparent;
}

.codrops-header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  align-self: start;
  grid-area: header;
  justify-content: space-between;
  justify-self: start;
  padding-inline: 5.5rem;
  padding-block: 4rem;
  transition: background-color 0.3s ease, padding-block 0.3s ease, filter 0.3s ease;
}
.codrops-header:has(.menu-button.is-active) .codrops-header__logo {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(345deg) brightness(100%) contrast(104%);
}
.codrops-header#top-header .menu-button {
  top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .codrops-header {
    padding-inline: 2rem;
    padding-block: 2rem;
  }
}
.codrops-header__logo {
  width: 34.4rem;
  filter: brightness(0) saturate(100%);
  display: block;
}
@media screen and (max-width: 768px) {
  .codrops-header__logo {
    width: 16rem;
  }
}
.codrops-header__title {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .codrops-header__title {
    font-weight: bold;
    padding-bottom: 0.25em;
    text-align: center;
  }
}

.menu-button {
  position: absolute;
  top: 5.5rem;
  right: 6rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  padding: 0;
  transition: top 0.3s ease;
}
@media screen and (max-width: 768px) {
  .menu-button {
    top: 2rem;
    right: 1rem;
    gap: 0.4rem;
  }
}
.menu-button:focus {
  outline: none;
}
.menu-button:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 0.4rem;
  border-radius: 0.4rem;
}

.menu-icon {
  width: 6rem;
  height: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.menu-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.3rem;
  height: 5.5rem;
  background-color: var(--black);
  border-radius: 0.1rem;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.4s ease;
}
@media screen and (max-width: 768px) {
  .menu-icon span {
    width: 0.2rem;
    height: 2.4rem;
  }
}
.menu-icon span:nth-child(1) {
  left: 0;
}
.menu-icon span:nth-child(2) {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.menu-icon span:nth-child(3) {
  left: 100%;
}

.menu-icon__text {
  font-size: 2.4rem;
  color: var(--black);
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .menu-icon__text {
    font-size: 1.2rem;
    padding-left: 1rem;
  }
}

.menu-button.is-active .menu-icon span {
  background-color: var(--white);
}
.menu-button.is-active .menu-icon span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.menu-button.is-active .menu-icon span:nth-child(2) {
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0) rotate(-45deg);
}
.menu-button.is-active .menu-icon span:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-225deg);
}
.menu-button.is-active .menu-icon__text {
  color: var(--white);
  padding: 0;
}

.sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.98);
  backdrop-filter: blur(10px);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .sp-menu {
    align-items: flex-start;
    padding-top: 8rem;
  }
}
.sp-menu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.sp-menu__inner {
  width: 100%;
  max-width: 120rem;
  padding: 6rem 4rem;
  overflow-y: auto;
  max-height: 100vh;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .sp-menu__inner {
    padding: 4rem 3.2rem;
    align-self: flex-start;
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
.sp-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.sp-menu__item {
  width: fit-content;
  padding-inline: 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.sp-menu__item:nth-child(1) {
  transition-delay: 0.1s;
}
.sp-menu__item:nth-child(2) {
  transition-delay: 0.2s;
}
.sp-menu__item:nth-child(3) {
  transition-delay: 0.3s;
}
.sp-menu__item:nth-child(4) {
  transition-delay: 0.4s;
}
.sp-menu__item:nth-child(5) {
  transition-delay: 0.5s;
}
.sp-menu__item:nth-child(6) {
  transition-delay: 0.6s;
}
.sp-menu__item:nth-child(7) {
  transition-delay: 0.7s;
}
.sp-menu__item:nth-child(8) {
  transition-delay: 0.8s;
}
.sp-menu__item:nth-child(9) {
  transition-delay: 0.9s;
}
.sp-menu[aria-hidden=false] .sp-menu__item {
  opacity: 1;
  transform: translateY(0);
}
.sp-menu__link {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.15em;
  padding: 2rem 4rem;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
}
.sp-menu__link::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.2rem;
  background: var(--gold);
  transform: translateX(-50%);
  transition: width 0.4s ease;
}
.sp-menu__link:hover::before, .sp-menu__link:focus-within::before {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .sp-menu__link {
    font-size: 2rem;
    padding: 1.2rem 2rem;
  }
}
.sp-menu__item--has-submenu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-menu__link--toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
  width: 100%;
}
.sp-menu__link--toggle::after {
  content: "+";
  display: inline-block;
  margin-left: 1rem;
  font-size: 2.8rem;
  transition: transform 0.3s ease;
}
.sp-menu__link--toggle[aria-expanded=true]::after {
  transform: rotate(45deg);
}
.sp-menu__submenu {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}
.sp-menu__submenu[aria-hidden=false] {
  max-height: 60rem;
  opacity: 1;
  padding-top: 0.8rem;
}
.sp-menu__item--has-submenu.is-expanded .sp-menu__submenu {
  max-height: 60rem;
  opacity: 1;
  padding-top: 0.8rem;
}
.sp-menu__submenu-item {
  width: fit-content;
  padding-inline: 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-2rem);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.sp-menu__submenu-item:nth-child(1) {
  transition-delay: 0.05s;
}
.sp-menu__submenu-item:nth-child(2) {
  transition-delay: 0.1s;
}
.sp-menu__submenu-item:nth-child(3) {
  transition-delay: 0.15s;
}
.sp-menu__submenu-item:nth-child(4) {
  transition-delay: 0.2s;
}
.sp-menu__submenu[aria-hidden=false] .sp-menu__submenu-item, .sp-menu__item--has-submenu.is-expanded .sp-menu__submenu .sp-menu__submenu-item {
  opacity: 1;
  transform: translateX(0);
}
.sp-menu__submenu-item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.2rem;
  background: var(--gold);
  transform: translateX(-50%);
  transition: width 0.4s ease;
}
.sp-menu__submenu-item:hover::before, .sp-menu__submenu-item:focus-within::before {
  width: 60%;
}
.sp-menu__submenu-link {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 1.6rem 3.2rem;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sp-menu__submenu-link {
    font-size: 2rem;
    padding: 1.2rem 2.4rem;
  }
}
.sp-menu__submenu-link:hover, .sp-menu__submenu-link:focus {
  color: var(--white);
}

body.menu-open {
  overflow: hidden;
}

body.is-catchcopy-fixed {
  overflow: hidden;
}

.home .codrops-header__logo {
  filter: brightness(0) saturate(100%) invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}
.home .menu-icon span {
  background-color: var(--white);
}
.home .menu-icon__text {
  color: var(--white);
}

.footer {
  padding-block: 9rem 2.8rem;
  background: var(--black);
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 5rem 2rem;
  }
}
.footer__inner {
  max-width: max(100%, 137rem);
  margin-inline: auto;
  padding-inline: 4rem;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding-inline: 2rem;
    max-width: 100%;
  }
}
.footer__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .footer__body {
    gap: 3rem;
  }
}
.footer__logo {
  width: max(18.1rem, 140px);
}
.footer__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__list {
    row-gap: 2rem;
    column-gap: 4rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .footer__item {
    width: calc(33% - 1rem);
  }
}
.footer__link {
  font-size: max(1.6rem, 13px);
  padding-inline: 1.5rem;
  padding-bottom: 5px;
  font-family: var(--montserrat);
  text-transform: uppercase;
  font-weight: 600;
  color: var(--white);
}
.footer__btm {
  margin-top: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__btm-list {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .footer__btm-list {
    gap: 1.5rem;
  }
}
.footer__btm-link {
  padding-bottom: 5px;
}
.footer__btm-link, .footer__btm-copy {
  font-weight: 600;
  font-family: var(--montserrat);
  text-transform: uppercase;
  font-size: max(1.6rem, 13px);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .footer__btm-link, .footer__btm-copy {
    font-size: 1.2rem;
  }
}

.line-hover {
  position: relative;
  transition: all 0.3s ease;
}
.line-hover:before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  transition: all 0.3s ease;
}
.line-hover:hover:before, .line-hover:focus:before {
  width: 50%;
  transition: all 0.3s ease;
}

.c-btn {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.c-btn:before {
  content: "";
  background: var(--gold);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 115%;
  height: 55%;
  scale: 1;
  filter: blur(15px);
  opacity: 0;
  transform: rotate(343deg) translate(46%, -3%);
  transition: all 0.3s ease;
}
.c-btn:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: var(--gold);
  border-radius: inherit;
  padding: 1px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1;
}
.c-btn:hover, .c-btn:focus {
  border: 1px solid var(--black);
  transition: border 0.3s ease;
}
.c-btn:hover:before, .c-btn:focus:before {
  opacity: 0.4;
  transform: rotate(20deg) translate(-5%, 84%);
  transition: all 0.3s ease;
}
.c-btn:hover:after, .c-btn:focus:after {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.c-btn:focus {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}
.c-btn a {
  position: relative;
  z-index: 5;
}

.c-btn--white {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.c-btn--white:before {
  content: "";
  background: var(--gold);
  background-size: 150% 155%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  scale: 0;
  opacity: 0;
  transform: rotate(150deg) translate(0%, 0%);
  transition: all 0.3s ease;
}
.c-btn--white:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: var(--gold);
  border-radius: inherit;
  padding: 1px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1;
}
.c-btn--white:hover:before, .c-btn--white:focus:before {
  filter: blur(15px);
  opacity: 0.4;
  scale: 2;
  transition: all 0.3s ease;
}
.c-btn--white:hover:after, .c-btn--white:focus:after {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.c-btn--white:focus {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}
.c-btn--white a {
  position: relative;
  z-index: 5;
}

.c-arrow {
  position: absolute;
  display: inline-block;
  width: 4rem;
  height: 1.5px;
  top: 67%;
  right: 2.6rem;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .c-arrow {
    right: 1rem;
    width: 3rem;
  }
}
.c-arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0rem;
  width: 2rem;
  height: 1.5px;
  border-radius: 9999px;
  transform: rotate(45deg);
  transform-origin: calc(100% - 3px) 50%;
}
@media screen and (max-width: 768px) {
  .c-arrow:before {
    width: 1.5rem;
  }
}
.c-arrow--black {
  background-color: var(--black);
}
.c-arrow--black:before {
  background-color: var(--black);
}
.c-arrow--white {
  background-color: var(--white);
}
.c-arrow--white:before {
  background-color: var(--white);
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
}
@media screen and (max-width: 768px) {
  .section-title {
    gap: 2rem;
  }
}
.section-title__en {
  font-size: max(3.6rem, 28px);
  font-family: var(--montserrat);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-title__en {
    font-size: 2.4rem;
  }
}
.section-title__ja {
  line-height: 1;
  font-size: max(4rem, 32px);
}
@media screen and (max-width: 768px) {
  .section-title__ja {
    font-size: 2.6rem;
    text-align: center;
    line-height: normal;
  }
}

.wrapper {
  max-width: 137rem;
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
    padding-inline: 2rem;
  }
}

.fdc--row {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media screen and (min-width: 769px) {
  .fdc--row {
    flex-direction: row;
  }
}

.dib {
  display: inline-block;
}

.u-flex {
  display: flex;
}

.mt3 {
  margin-top: 0.3rem;
}

.mt7 {
  margin-top: 0.7rem;
}

.mt32 {
  margin-top: 3.2rem;
}

.mobile {
  display: block;
}
@media screen and (min-width: 769px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media screen and (min-width: 769px) {
  .desktop {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .tab-only {
    display: block;
  }
}

.bread_crumb {
  padding-block: 1.3rem;
  background-color: #f7f7f7;
}
.bread_crumb ol {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.bread_crumb ol > li {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.bread_crumb ol > li > a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .bread_crumb {
    padding-block: 0.4rem;
  }
  .bread_crumb ol {
    gap: 0.8rem;
  }
  .bread_crumb ol > li {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}

/* Fade effect */
.js body {
  opacity: 0;
  transition: opacity 0.3s;
}
.js body.render {
  opacity: 1;
}
.js .loading::before {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #020202;
}
.js .loading::after {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: #fff;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
.content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  min-height: 100vh;
}
.content--fixed {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  align-content: space-between;
  width: 100%;
  height: 100vh;
  max-width: none;
  min-height: 0;
}
.content--fixed a {
  pointer-events: auto;
}
.content--fixed #datetime-display {
  color: white;
  font-size: 16px;
  font-family: monospace;
}
@media screen and (max-width: 768px) {
  .content--fixed #datetime-display {
    font-size: 1.4rem;
  }
}

.mvBtm {
  padding-bottom: 5.4rem;
  padding-inline: 3rem;
  display: flex;
  justify-content: space-between;
  justify-self: end;
  align-self: end;
  align-items: center;
  width: 100%;
  gap: 1rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .mvBtm {
    padding-block: 1rem;
    padding-inline: 1rem;
    flex-direction: column;
  }
}

.box-lb {
  padding: 0.8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .box-lb {
    padding: 0.2rem;
  }
}

.box-rb {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: monospace;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .box-rb {
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.2rem;
  }
}

.slideshow {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slides {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.slide--current {
  opacity: 1;
  pointer-events: auto;
}
.slide__img {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-size: cover;
  background-position: 50% 50%;
}
.slide__title {
  text-align: center;
  position: relative;
  font-size: 10vw;
  font-weight: 600;
  margin: 0;
  font-family: var(--montserrat);
  cursor: default;
  line-height: 1;
  color: #f1f1f1;
}

.shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}

.lottie {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 120vh;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 9999;
  background: black;
}

.value {
  position: relative;
  z-index: 5;
  padding-block: 20rem 10.7rem;
  background: url(../images/top-value-bg.webp) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .value {
    padding-block: 10rem 4rem;
  }
}
.value-splide {
  padding-block: 7.5rem 3.3rem;
}
@media screen and (max-width: 768px) {
  .value-splide {
    padding-block: 4rem 2rem;
  }
}
.value-splide__track {
  max-width: 135rem;
  margin-inline: auto;
  height: 60.9rem;
  clip-path: inset(-1% -2% -2% -2%);
}
@media screen and (max-width: 768px) {
  .value-splide__track {
    max-width: 95%;
    height: auto;
  }
}
.value-splide__card {
  position: relative;
  padding-block: 2rem;
}
.value-splide__slide.is-active .value-splide__card-content {
  box-shadow: 0.65rem 1.35rem 2.4rem rgba(39, 39, 39, 0.25);
  transition: all 0.8s ease;
}
@media screen and (max-width: 768px) {
  .value-splide__slide.is-active .value-splide__card-content {
    box-shadow: 0.4rem 0.8rem 1.6rem rgba(39, 39, 39, 0.2);
  }
}
.value-splide__card-content {
  background: var(--white);
  max-width: 131rem;
  margin-inline: auto;
  height: 56.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16.7rem;
  padding-block: 9.3rem 12.4rem;
  padding-inline: 2rem;
  width: 100%;
  transition: all 0.8s ease;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .value-splide__card-content {
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 2rem;
    height: auto;
    min-height: 45rem;
    width: 90%;
    margin-inline: auto;
  }
}
.value-splide__card-left {
  flex-shrink: 0;
  max-width: 38rem;
}
.value-splide__card-left.value-splide__slide--01 {
  width: 35.2rem;
}
@media screen and (max-width: 768px) {
  .value-splide__card-left {
    width: 20rem;
  }
  .value-splide__card-left.value-splide__slide--01 {
    width: 20rem;
  }
}
.value-splide__card-right {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .value-splide__card-right {
    gap: 1.5rem;
  }
}
.value-splide__card-title {
  font-size: max(2.4rem, 20px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .value-splide__card-title {
    font-size: 1.6rem;
  }
}
.value-splide__card-subtitle {
  font-size: max(2.4rem, 20px);
  font-weight: 400;
  font-family: var(--montserrat);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .value-splide__card-subtitle {
    font-size: 1.6rem;
  }
}
.value-splide__card-text {
  font-size: max(2.4rem, 20px);
  font-weight: 400;
  line-height: 1.1666666667;
  margin-top: 6.5rem;
  font-family: var(--noto-serif-jp);
}
@media screen and (max-width: 768px) {
  .value-splide__card-text {
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }
}

.member {
  padding-block: 18rem 20rem;
  background: url(../images/top-member-bg.webp) no-repeat top center/cover;
  position: relative;
  z-index: 5;
  /* --- 基本スライドスタイル --- */
  /* --- テキスト（自己紹介）非表示にしておく --- */
  /* --- アクティブなスライドだけ拡大・強調 --- */
  /* --- 名前や肩書きの装飾例 --- */
}
@media screen and (max-width: 768px) {
  .member {
    min-height: 80rem;
    padding-block: 8rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .member__title-ja {
    text-align: center;
    font-size: 2.6rem;
  }
}
.member-splide {
  min-height: 80rem;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .member-splide {
    min-height: 42rem;
  }
}
.member-splide__track {
  padding-top: 11.5rem;
  height: 100%;
}
@media screen and (min-width: 1921px) {
  .member-splide__track {
    padding-inline: 20.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .member-splide__track {
    width: 102%;
    padding-top: 6rem;
    transform: translateX(-1.8rem);
  }
}
@media screen and (max-width: 768px) {
  .member-splide__list {
    gap: 2rem;
  }
}
.member-splide__item-image {
  height: 48.6rem;
  display: flex;
  align-items: flex-end;
  padding-inline: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .member-splide__item-image {
    height: 20rem;
  }
}
.member-splide__item-image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2rem);
  aspect-ratio: 1/1;
  box-shadow: 0 0.8rem 2.4rem rgba(33, 33, 31, 0.77);
  transition: width 0.3s ease;
}
.member .member-splide__slide img {
  transition: width 0.6s ease;
}
.member .member__item-content {
  opacity: 0;
  visibility: hidden;
  display: none;
  transform: translateY(-4rem);
  transition: all 0.6s ease;
  transition-delay: 1s;
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.member .member-splide__slide:has(+ .member-splide__slide + .member-splide__slide.is-prev) img {
  margin-left: -12.4rem;
}
@media screen and (min-width: 1921px) {
  .member .member-splide__slide:has(+ .member-splide__slide + .member-splide__slide.is-prev) img {
    margin-left: -22.4rem;
  }
}
.member .member-splide__slide:has(+ .member-splide__slide.is-prev) img {
  margin-left: -11.4rem;
}
@media screen and (min-width: 1921px) {
  .member .member-splide__slide:has(+ .member-splide__slide.is-prev) img {
    margin-left: -18.4rem;
  }
}
.member .member-splide__slide.is-prev img {
  margin-left: -10.4rem;
}
@media screen and (min-width: 1921px) {
  .member .member-splide__slide.is-prev img {
    margin-left: -14.4rem;
  }
}
@media screen and (max-width: 768px) {
  .member .member-splide__slide.is-prev img {
    margin-left: -2rem;
  }
}
.member .member-splide__slide.is-next img {
  margin-left: 10.4rem;
}
@media screen and (min-width: 1921px) {
  .member .member-splide__slide.is-next img {
    margin-left: 14.4rem;
  }
}
@media screen and (max-width: 768px) {
  .member .member-splide__slide.is-next img {
    margin-left: 2rem;
  }
}
.member .member-splide__slide.is-next + .member-splide__slide img {
  margin-left: 11.4rem;
}
@media screen and (min-width: 1921px) {
  .member .member-splide__slide.is-next + .member-splide__slide img {
    margin-left: 18.4rem;
  }
}
.member .member-splide__slide.is-next + .member-splide__slide + .member-splide__slide img {
  margin-left: 12.4rem;
}
@media screen and (min-width: 1921px) {
  .member .member-splide__slide.is-next + .member-splide__slide + .member-splide__slide img {
    margin-left: 22.4rem;
  }
}
.member .member-splide__slide.is-active {
  filter: none;
  z-index: 2;
  margin-inline: 0rem;
  transform-origin: center center;
}
.member .member-splide__slide.is-active img {
  max-width: none;
  width: calc(100% + 16.6rem);
  transition: width 0.6s ease-out;
}
@media screen and (max-width: 768px) {
  .member .member-splide__slide.is-active img {
    width: calc(100% + 6rem);
  }
}
.member .member-splide__slide.is-active .member__item-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s ease;
  transition-delay: 1s;
  display: flex;
}
.member .member__item-title {
  margin-top: 3.5rem;
  display: flex;
  align-items: flex-end;
  gap: 1.7rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .member .member__item-title {
    margin-top: 2rem;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
  }
}
.member .member__item-title-category {
  font-size: max(1.4rem, 12px);
}
@media screen and (max-width: 768px) {
  .member .member__item-title-category {
    font-size: 1.2rem;
  }
}
.member .member__item-title-name {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .member .member__item-title-name {
    font-size: 1.8rem;
  }
}
.member .member__item-text {
  margin-top: 2rem;
  font-size: max(1.6rem, 13px);
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .member .member__item-text {
    font-size: 1.4rem;
  }
}
.member__btn {
  margin-top: 10rem;
  width: 46rem;
  margin-inline: auto;
  background: var(--black);
}
@media screen and (max-width: 768px) {
  .member__btn {
    margin-top: 3rem;
    width: 28rem;
  }
}
.member__btn-link {
  height: 7.4rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .member__btn-link {
    height: 5rem;
  }
}
.member__btn-text {
  position: relative;
  z-index: 5;
  color: var(--white);
  font-size: max(2.2rem, 16px);
}
@media screen and (max-width: 768px) {
  .member__btn-text {
    font-size: 1.4rem;
  }
}
.member__btn-icon {
  top: 60%;
}

.solution {
  padding-block: 20.5rem 30.4rem;
  padding-inline: 4rem;
  background: url(../images/top-solution-bg.webp) no-repeat bottom center/cover;
}
@media screen and (max-width: 768px) {
  .solution {
    padding-inline: 2rem;
    padding-block: 10rem 10rem;
  }
}
.solution__title-en, .solution__title-ja {
  color: var(--white);
}
.solution__list {
  margin-top: 17rem;
  max-width: 142rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /*  @media (max-width: 860px) and (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  } */
}
@media (max-width: 1200px) {
  .solution__list {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .solution__list {
    grid-template-columns: 1fr;
    margin-top: 7rem;
    gap: 3rem;
  }
}
.solution__item {
  padding-inline: 2.7rem;
  padding-bottom: 2rem;
}
@media (max-width: 1200px) {
  .solution__item {
    padding-inline: 1.5rem;
  }
}
.solution__item:not(:last-child) {
  border-right: 1px solid var(--white);
}
@media screen and (max-width: 768px) {
  .solution__item:not(:last-child) {
    border-right: none;
  }
}
.solution__item:first-child {
  padding-left: 0;
}
.solution__item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .solution__item {
    border-bottom: 1px solid var(--white);
    padding-inline: 0;
  }
}
.solution__item .image-container {
  width: 40.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .solution__item .image-container {
    width: max(25rem, 300px);
  }
}
.solution__item-title {
  margin-top: 3.1rem;
  font-size: max(2.4rem, 14px);
  text-align: center;
  color: var(--white);
  line-height: 1;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .solution__item-title {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.solution__item-description {
  text-align: center;
  margin-top: 3.5rem;
  font-size: max(1.6rem, 12px);
  color: var(--white);
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .solution__item-description {
    white-space: wrap;
    min-height: 5.1rem;
  }
}
@media screen and (max-width: 768px) {
  .solution__item-description {
    font-size: 1.4rem;
  }
}
.solution__item-link {
  margin-top: 3.8rem;
  display: grid;
  place-items: center;
  text-align: center;
  width: max(29.7rem, 200px);
  margin-inline: auto;
  padding-block: 2rem 1.5rem;
  background: var(--white);
  position: relative;
}
@media screen and (max-width: 768px) {
  .solution__item-link {
    margin-top: 2rem;
    width: 28rem;
    padding-block: 1rem;
    height: 5rem;
  }
}
.solution__item-text {
  position: relative;
  z-index: 5;
  font-size: max(1.8rem, 12px);
}
@media screen and (max-width: 768px) {
  .solution__item-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .solution__item-icon {
    top: 60%;
  }
}

.c-news__list {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.c-news__item {
  border-bottom: 1px solid var(--black);
}
.c-news__item-link {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 3.5rem 4rem;
  gap: 10rem;
}
.c-news__item-link:hover, .c-news__item-link:focus {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .c-news__item-link {
    padding: 1.5rem 1rem;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
.c-news__item-meta {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .c-news__item-meta {
    gap: 2.8rem;
  }
}
.c-news__item-date, .c-news__item-category {
  font-family: var(--montserrat);
  font-size: max(1.6rem, 13px);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-news__item-date, .c-news__item-category {
    font-size: 1.5rem;
  }
}
.c-news__item-category {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-news__item-title {
  font-size: max(1.6rem, 14px);
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c-news__item-title {
    font-size: max(1.5rem, 14px);
  }
}
.c-news__categories ul {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .c-news__categories ul {
    gap: 2rem;
  }
}
.c-news__categories ul li a {
  position: relative;
  padding-block: 1.6rem 0.2rem;
}
@media screen and (max-width: 768px) {
  .c-news__categories ul li a {
    padding-block: 0.6rem 0.4rem;
  }
}
.c-news__categories ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max(0.9rem, 7px);
  height: max(0.9rem, 7px);
  background: var(--gold);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-news__categories ul li a::before {
    width: max(0.6rem, 5px);
    height: max(0.6rem, 5px);
  }
}
.c-news__categories ul li a span {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4545454545;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .c-news__categories ul li a span {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.c-news__categories ul li a:hover::before {
  opacity: 1;
}
.c-news__categories ul li a.active::before {
  opacity: 1;
}
.c-news__cards {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 6rem;
}
@media screen and (max-width: 768px) {
  .c-news__cards {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-news__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.c-news__card a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-news__card a:hover, .c-news__card a:focus {
  opacity: 0.8;
  transition: 0.3s;
}
.c-news__card-img {
  aspect-ratio: 380/238;
  width: 100%;
}
.c-news__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-news__card-img-placeholder {
  width: 100%;
  height: 100%;
  background: var(--gray);
  position: relative;
}
.c-news__card-img-placeholder::before {
  content: "No Image";
  font-family: var(--montserrat);
  font-size: max(1.2rem, 12px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-news__card-date {
  font-size: max(1.5rem, 12px);
  font-family: var(--montserrat);
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-news__card-date {
    font-size: 1.4rem;
  }
}
.c-news__card-title {
  font-size: max(1.8rem, 15px);
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-news__card-title {
    font-size: 1.8rem;
    line-height: 1.4285714286;
  }
}

/* アーカイブページ用のスタイル */
.archive-page .archive {
  max-width: max(120rem, 900px);
  width: 100%;
  margin-inline: auto;
}
.archive-page .archive__inner {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .archive-page .archive__inner {
    margin-top: 2.5rem;
  }
}

/* トップページ用のスタイル */
.top-news {
  padding-block: 15rem 11rem;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-block: 4rem 5rem;
  }
}
.top-news__title {
  margin-top: 3.6rem;
  font-size: max(3.5rem, 28px);
  font-family: var(--montserrat);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .top-news__title {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
.top-news__body {
  display: flex;
  justify-content: space-between;
  gap: 14rem;
}
@media screen and (max-width: 768px) {
  .top-news__body {
    gap: 2rem;
    flex-direction: column;
  }
}
.top-news__btn {
  margin-top: 3.6rem;
  width: fit-content;
  margin-left: auto;
  background: var(--black);
}
@media screen and (max-width: 768px) {
  .top-news__btn {
    margin-inline: auto;
  }
}
.top-news__btn-link {
  font-size: 16px;
  color: var(--white);
  padding: 1.5rem 4.6rem;
}

.archive__pagenation {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .archive__pagenation {
    margin-top: 2.5rem;
  }
}
.archive__pagenation .pagenation-icon {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: max(1.5rem, 13px);
  color: var(--black);
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .archive__pagenation .pagenation-icon {
    padding: 1rem 1.2rem;
  }
}
.archive__pagenation .pagenation-icon.prev:before {
  content: "";
  top: 50%;
  width: max(0.6rem, 6px);
  height: max(0.6rem, 6px);
  border-left: 1px solid var(--black);
  border-top: 1px solid var(--black);
  transform: rotate(-45deg);
}
.archive__pagenation .pagenation-icon.next::after {
  content: "";
  top: 50%;
  width: max(0.6rem, 6px);
  height: max(0.6rem, 6px);
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transform: rotate(45deg);
}
.archive__pagenation .pager {
  display: grid;
  place-items: center;
  font-size: max(1.5rem, 13px);
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
  padding: 1rem 2rem;
  color: var(--black);
  font-family: var(--montserrat);
}
.archive__pagenation .pager.current {
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .archive__pagenation .pager {
    padding-inline: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .archive__pagenation a.pager:hover, .archive__pagenation a.pager:focus {
    border-bottom: 1px solid var(--black);
    transition: 0.3s;
  }
}
.archive__pagenation .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 2rem;
}
@media (hover: hover) and (pointer: fine) {
  .archive__pagenation .current,
  .archive__pagenation .pager a:hover {
    border-bottom: 1px solid var(--black);
  }
}

.page_num {
  display: none;
}

.book-section {
  padding: 9.8rem 0;
  background-image: url("../images/book-section-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .book-section {
    padding: 5rem 0;
  }
}

.book-section__inner {
  max-width: max(110rem, 800px);
  width: calc(100% - 4rem);
  margin: 0 auto;
  padding-block: 4.8rem 4rem;
  padding-inline: 9rem 5.6rem;
  background-color: rgba(241, 241, 241, 0.902);
  box-shadow: 0px 19px 24px 0px rgba(39, 39, 39, 0.33);
  display: flex;
  gap: 8.8rem;
}
@media screen and (max-width: 768px) {
  .book-section__inner {
    flex-direction: column;
    gap: 2rem;
    padding-block: 2rem;
    padding-inline: 2rem;
  }
}

.book-section__image {
  flex-shrink: 0;
  width: max(30rem, 200px);
}
@media screen and (max-width: 768px) {
  .book-section__image {
    width: 100%;
  }
}

.book-section__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 9.8rem;
}
@media screen and (max-width: 768px) {
  .book-section__content {
    padding: 0;
  }
}

.book-section__title {
  font-size: max(2.9rem, 22px);
  line-height: 1.7931034483;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .book-section__title {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.book-section__btns {
  margin-top: 7.4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .book-section__btns {
    margin-top: 2rem;
  }
}

.book-section__btn {
  background-color: #000;
  color: #fff;
  width: 46rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .book-section__btn {
    width: 100%;
  }
}

.catchcopy-section {
  position: relative;
  z-index: 1;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .catchcopy-section {
    height: auto;
  }
}

.catchcopy-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/catchcopy-section-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .catchcopy-section__bg {
    height: calc(100% - 30rem);
    background-position: center;
    top: auto;
    bottom: 0;
  }
}

.catchcopy-section__inner {
  position: relative;
  display: flex;
  align-items: center;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .catchcopy-section__inner {
    flex-direction: column;
  }
}

.catchcopy-section__content {
  position: relative;
  z-index: 2;
  height: fit-content;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .catchcopy-section__content {
    padding-block: 6rem;
    padding-inline: 2rem;
  }
}

.catchcopy-section__description {
  width: 100%;
  padding-inline: 14rem;
  margin-inline: auto;
  padding-block: 14rem 24rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catchcopy-section__description--01 {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .catchcopy-section__description {
    display: contents;
  }
}

.catchcopy-section__label {
  font-size: max(2.4rem, 20px);
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  font-family: var(--noto-serif-jp);
}
@media screen and (max-width: 768px) {
  .catchcopy-section__label {
    font-size: 2rem;
    line-height: 2;
  }
}

.catchcopy-section__title {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--white);
  margin: 0;
  letter-spacing: 0.025em;
  margin-top: 5.5rem;
  font-family: var(--noto-serif-jp);
}
@media screen and (max-width: 768px) {
  .catchcopy-section__title {
    font-size: 2.6rem;
    margin-top: 3rem;
  }
}
.catchcopy-section__title .catchcopy-section__title-emphasis {
  font-size: 4.8rem;
  font-weight: 300;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .catchcopy-section__title .catchcopy-section__title-emphasis {
    font-size: 3.2rem;
  }
}

.catchcopy-section__text {
  font-size: max(1.6rem, 13px);
  line-height: 2.5;
  color: var(--white);
  letter-spacing: 0.025em;
  font-family: var(--noto-serif-jp);
  margin-top: -10rem;
}
@media screen and (max-width: 768px) {
  .catchcopy-section__text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

.catchcopy-section__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 76rem;
  height: 100%;
  z-index: 1;
  transition: transform 0.5s ease-in-out;
}
@media screen and (min-width: 1921px) {
  .catchcopy-section__image {
    width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .catchcopy-section__image {
    display: none;
  }
}
.catchcopy-section__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media screen and (max-width: 768px) {
  .catchcopy-section__image img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.catchcopy-section__sp-image {
  display: none;
}
@media screen and (max-width: 768px) {
  .catchcopy-section__sp-image {
    display: block;
    position: relative;
    width: 100%;
    height: 30rem;
  }
}
.catchcopy-section__sp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.branding-section {
  position: relative;
  width: 100%;
  padding: 21.6rem 2rem 17rem;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .branding-section {
    padding: 10rem 2rem 8rem;
  }
}
.branding-section.is-active .branding-section__bg {
  position: fixed;
}

.branding-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/branding-section-bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 110vh;
}

.branding-section__container {
  position: relative;
}

.branding-section__content {
  animation: fadeInUp 1s ease-out;
}

.branding-section__title {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 4.5rem;
  text-align: center;
  color: var(--white);
  font-family: var(--montserrat);
}
@media screen and (max-width: 768px) {
  .branding-section__title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}

.branding-section__subtitle {
  font-size: 3.6rem;
  line-height: 2.75;
  font-weight: 400;
  text-align: center;
  padding: 0 6.8rem;
  width: fit-content;
  border: 1px solid var(--white);
  margin-bottom: 9.9rem;
  color: var(--white);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .branding-section__subtitle {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding: 0 2.4rem;
  }
}

.branding-section__lead {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8.7rem;
  text-align: center;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .branding-section__lead {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 4rem;
  }
}

.branding-section__text {
  display: flex;
  flex-direction: column;
  gap: 13rem;
}
@media screen and (max-width: 768px) {
  .branding-section__text {
    gap: 6rem;
  }
}
.branding-section__text p {
  font-size: max(1.6rem, 13px);
  line-height: 1.625;
  line-height: 4;
  color: var(--white);
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .branding-section__text p {
    font-size: 1.4rem;
    line-height: 2.5;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.page-contact {
  padding: 31rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .page-contact {
    padding: 10rem 0 8rem;
  }
}

.page-contact__inner {
  max-width: max(110rem, 800px);
  width: calc(100% - 4rem);
  margin: 0 auto;
}

.page-contact__head {
  text-align: center;
  width: 100%;
  border-bottom: 2px solid var(--black);
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .page-contact__head {
    gap: 2rem;
    padding-bottom: 2rem;
  }
}

.page-contact__title {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  color: var(--black);
  font-family: var(--montserrat);
}
@media screen and (max-width: 768px) {
  .page-contact__title {
    font-size: 2.4rem;
  }
}

.page-contact__subtitle {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 400;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .page-contact__subtitle {
    font-size: 3rem;
  }
}

.page-contact__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
}
@media screen and (max-width: 768px) {
  .page-contact__body {
    gap: 3rem;
  }
}

.page-contact__text {
  font-size: max(1.6rem, 13px);
  line-height: 2.125;
  font-weight: 400;
  color: var(--black);
  text-align: center;
  margin-block: var(--leading-trim);
  padding-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .page-contact__text {
    font-size: 1.4rem;
    padding-top: 3rem;
  }
}

.page-contact__form {
  width: 100%;
}

.wpcf7-form {
  padding: 7.4rem 2rem 9.6rem;
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .wpcf7-form {
    padding: 3.2rem 2rem 4.8rem;
  }
}

.contact__form {
  max-width: max(65rem, 650px);
  width: 100%;
  margin: 0 auto;
}
.contact__form .contact__form-item {
  display: flex;
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .contact__form .contact__form-item {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.contact__form .contact__form-item--textarea .contact__form-item-label {
  align-self: flex-start;
}
.contact__form .contact__form-item + .contact__form-item {
  margin-top: 3.8rem;
}
@media screen and (max-width: 768px) {
  .contact__form .contact__form-item + .contact__form-item {
    margin-top: 2.4rem;
  }
}
.contact__form .contact__form-item .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact__form .contact__form-item .wpcf7-not-valid-tip {
    font-size: 1.2rem;
    top: calc(100% + 0.3rem);
  }
}
.contact__form .contact__form-item-label {
  width: 16.1428571429em;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact__form .contact__form-item-label {
    width: fit-content;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
.contact__form .contact__form-item-label .hissu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.3571428571em;
  height: 2em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--white);
  background: var(--black);
}
@media screen and (max-width: 768px) {
  .contact__form .contact__form-item-label .hissu {
    font-size: 1.2rem;
  }
}
.contact__form .contact__form-item-input {
  flex: 1;
}
.contact__form .contact__form-item-input .wpcf7-form-control-wrap {
  width: 100%;
}
.contact__form .contact__form-item-input input[type=text],
.contact__form .contact__form-item-input input[type=tel],
.contact__form .contact__form-item-input input[type=email],
.contact__form .contact__form-item-input select,
.contact__form .contact__form-item-input textarea {
  width: 100%;
  padding: 0.46rem 1.6rem;
  background-color: #fff;
  border: 1px solid #898889;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contact__form .contact__form-item-input input[type=text],
  .contact__form .contact__form-item-input input[type=tel],
  .contact__form .contact__form-item-input input[type=email],
  .contact__form .contact__form-item-input select,
  .contact__form .contact__form-item-input textarea {
    border: 1px solid #898889;
    padding: 0.8rem 1.6rem;
  }
}
.contact__form .contact__form-item-input input[type=text]::placeholder,
.contact__form .contact__form-item-input input[type=tel]::placeholder,
.contact__form .contact__form-item-input input[type=email]::placeholder,
.contact__form .contact__form-item-input select::placeholder,
.contact__form .contact__form-item-input textarea::placeholder {
  color: #bbbbbb;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact__form .contact__form-item-input input[type=text]::placeholder,
  .contact__form .contact__form-item-input input[type=tel]::placeholder,
  .contact__form .contact__form-item-input input[type=email]::placeholder,
  .contact__form .contact__form-item-input select::placeholder,
  .contact__form .contact__form-item-input textarea::placeholder {
    font-size: 1.4rem;
  }
}
.contact__form .contact__form-item-input textarea {
  height: 20rem;
  resize: none;
}
@media screen and (max-width: 768px) {
  .contact__form .contact__form-item-input textarea {
    height: 21.2rem;
  }
}

.contact__form-submit {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .contact__form-submit {
    margin-top: 2.4rem;
  }
}
.contact__form-submit .wpcf7-spinner {
  display: none;
}
.contact__form-submit .arrow-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  background: var(--black);
}
@media screen and (max-width: 768px) {
  .contact__form-submit .arrow-btn {
    width: 100%;
  }
}
.contact__form-submit .arrow-btn__link {
  position: relative;
  z-index: 2;
  width: 100%;
}
.contact__form-submit input {
  width: 46rem;
  height: 7.7rem;
  appearance: none;
  border: none;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
  position: relative;
  background: transparent;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .contact__form-submit input {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}

.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  padding: 1em 2em;
  text-align: center;
  background: transparent;
  border: 1px solid #000 !important;
  color: #000000;
  width: fit-content;
  margin-inline: auto;
}

.sub-page {
  padding-block: 24rem;
}
@media screen and (max-width: 768px) {
  .sub-page {
    padding-block: 12rem 8rem;
  }
}
.sub-page__inner {
  padding-inline: 7rem;
}
@media screen and (max-width: 768px) {
  .sub-page__inner {
    padding-inline: 2rem;
  }
}

.page-head__inner {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .page-head__inner {
    gap: 2rem;
    flex-direction: column;
  }
}
.page-head__title {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .page-head__title {
    gap: 1.5rem;
  }
}
.page-head__title-en {
  font-family: var(--montserrat);
  font-size: max(6.4rem, 48px);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-head__title-en {
    font-size: 3.2rem;
  }
}
.page-head__title-ja {
  font-size: max(2.4rem, 20px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-head__title-ja {
    font-size: 1.4rem;
  }
}
.page-head__text {
  font-size: max(2.8rem, 24px);
}
@media screen and (max-width: 768px) {
  .page-head__text {
    font-size: 1.8rem;
  }
}

.sub-solution {
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .sub-solution {
    margin-top: 4rem;
  }
}
.sub-solution__body {
  margin-top: 10rem;
  max-width: 121rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sub-solution__body {
    margin-top: 4rem;
    max-width: 100%;
  }
}
.sub-solution__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  text-align: center;
  padding-bottom: 2.6rem;
  border-bottom: 1px solid var(--black);
}
@media screen and (max-width: 768px) {
  .sub-solution__title-wrapper {
    gap: 2rem;
  }
}
.sub-solution__title {
  margin-block: var(--leading-trim);
  font-size: max(4.8rem, 30px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sub-solution__title {
    font-size: 2.2rem;
  }
}
.sub-solution__subtitle {
  font-size: max(2.8rem, 24px);
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .sub-solution__subtitle {
    font-size: 1.6rem;
  }
}
.sub-solution__list {
  margin-top: 7.7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .sub-solution__list {
    margin-top: 5rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.sub-solution__item {
  padding-block: 3.7rem 2.8rem;
  padding-inline: 2rem;
  border-radius: 2rem;
  text-align: center;
  background-color: var(--gray);
}
@media screen and (max-width: 768px) {
  .sub-solution__item {
    padding-block: 2rem;
    padding-inline: 1rem;
  }
}
.sub-solution__image-container {
  margin-top: 2.5rem;
  margin-inline: auto;
}
.sub-solution__item-title {
  font-size: max(2.8rem, 24px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sub-solution__item-title {
    font-size: 2rem;
  }
}
.sub-solution__item-description {
  padding-top: 1.6rem;
  font-size: max(1.6rem, 12px);
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .sub-solution__item-description {
    font-size: 1.4rem;
  }
}
.sub-solution__btn {
  margin-top: 8rem;
  width: 46rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sub-solution__btn {
    margin-top: 5rem;
    width: 30rem;
  }
}
.sub-solution__btn-link {
  width: 100%;
  height: 7.4rem;
  display: grid;
  place-items: center;
  background-color: var(--black);
}
@media screen and (max-width: 768px) {
  .sub-solution__btn-link {
    height: 5rem;
  }
}
.sub-solution__btn .sub-solution__btn-text {
  font-size: max(1.6rem, 14px);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .sub-solution__btn .sub-solution__btn-text {
    font-size: 1.3rem;
  }
}
.sub-solution__btn .c-arrow {
  width: 4.3rem;
  top: 60%;
}
@media screen and (max-width: 768px) {
  .sub-solution__btn .c-arrow {
    width: 3rem;
  }
}

.solution-jvc .sub-solution__item--1 .sub-solution__image-container {
  width: 19rem;
}
.solution-jvc .sub-solution__item--2 .sub-solution__image-container {
  width: 15.8rem;
}
.solution-jvc .sub-solution__item--3 .sub-solution__image-container {
  width: 10.7rem;
}

.solution-capitaism .sub-solution__image-container {
  margin-top: 0;
}
.solution-capitaism .sub-solution__item--1 .sub-solution__image-container {
  width: 13.6rem;
}
.solution-capitaism .sub-solution__item--2 .sub-solution__image-container {
  width: 6.4rem;
}
.solution-capitaism .sub-solution__item--3 .sub-solution__image-container {
  width: 10.8rem;
}

.solution-zerobranding .sub-solution__image-container {
  margin-top: 0;
}
.solution-zerobranding .sub-solution__item--1 .sub-solution__image-container {
  width: 15.2rem;
}
.solution-zerobranding .sub-solution__item--2 .sub-solution__image-container {
  width: 19.8rem;
}
.solution-zerobranding .sub-solution__item--3 .sub-solution__image-container {
  width: 20.8rem;
}

.sub-member-page.sub-member-page .sub-page__inner {
  padding-inline: 7rem 3rem;
}
@media screen and (max-width: 768px) {
  .sub-member-page.sub-member-page .sub-page__inner {
    padding-inline: 2rem;
  }
}

.sub-member {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .sub-member {
    margin-top: 4rem;
  }
}
.sub-member__list {
  margin-left: auto;
  max-width: 1145px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 14rem;
}
@media screen and (max-width: 768px) {
  .sub-member__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4rem;
    column-gap: 1.5rem;
    max-width: 100%;
  }
}
.sub-member__item-image {
  border-radius: 2rem;
  position: relative;
}
.sub-member__item-image::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--white);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sub-member__item-image::before {
    top: 1rem;
  }
}
.sub-member__item-image::after {
  content: "";
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--white);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sub-member__item-image::after {
    bottom: 1rem;
  }
}
.sub-member__item-image .sub-member__item-label {
  position: absolute;
  bottom: 3rem;
  right: 1.5rem;
  font-size: max(2.4rem, 14px);
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-family: var(--montserrat);
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sub-member__item-image .sub-member__item-label {
    font-size: 1.2rem;
    bottom: 1rem;
    right: 1rem;
  }
}
.sub-member__item-content {
  margin-top: 4.4rem;
}
@media screen and (max-width: 768px) {
  .sub-member__item-content {
    margin-top: 2rem;
  }
}
.sub-member__item-title {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.sub-member__item-title-category {
  font-size: max(1.4rem, 12px);
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .sub-member__item-title-category {
    font-size: 1rem;
  }
}
.sub-member__item-title-name {
  font-weight: 700;
  font-size: max(2.4rem, 20px);
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .sub-member__item-title-name {
    font-size: 1.7rem;
  }
}
.sub-member__item-text-wrapper {
  margin-top: 3.7rem;
}
@media screen and (max-width: 768px) {
  .sub-member__item-text-wrapper {
    margin-top: 2rem;
  }
}
.sub-member__item-text {
  font-size: max(1.4rem, 12.5px);
  margin-block: var(--leading-trim);
}
.sub-member__item-text .inline-block {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sub-member__item-text {
    font-size: 1.2rem;
  }
}
@media (1200px < width) {
  .sub-member__item-text .nowrap {
    white-space: nowrap;
  }
}

.privacy-policy {
  max-width: max(120rem, 900px);
  width: 100%;
  margin-inline: auto;
}
.privacy-policy__inner {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy__inner {
    margin-top: 4rem;
  }
}
.privacy-policy__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}
.privacy-policy__intro-text, .privacy-policy__section-text, .privacy-policy__list-item, .privacy-policy__contact-item {
  font-size: max(1.6rem, 14px);
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .privacy-policy__intro-text, .privacy-policy__section-text, .privacy-policy__list-item, .privacy-policy__contact-item {
    font-size: 1.4rem;
  }
}
.privacy-policy__section-title {
  font-size: max(2.4rem, 20px);
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy__section-title {
    font-size: 1.8rem;
  }
}
.privacy-policy__section-text {
  font-weight: 400;
}
.privacy-policy__list {
  counter-reset: list-counter;
  margin-top: 2rem;
}
.privacy-policy__list--nested {
  margin-top: 1rem;
  counter-reset: nested-list-counter;
}
.privacy-policy__list-item {
  position: relative;
  padding-left: 2.4rem;
  counter-increment: list-counter;
}
@media screen and (max-width: 768px) {
  .privacy-policy__list-item {
    padding-left: 2rem;
  }
}
.privacy-policy__list-item::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
}
.privacy-policy__list--nested .privacy-policy__list-item {
  counter-increment: nested-list-counter;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy__list--nested .privacy-policy__list-item {
    padding-left: 1.6rem;
  }
}
.privacy-policy__list--nested .privacy-policy__list-item::before {
  content: counter(nested-list-counter, lower-alpha) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
}
.privacy-policy__btn {
  background-color: #000;
  color: #fff;
  margin-top: 5rem;
  width: 46rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy__btn {
    margin-top: 2rem;
    width: 25rem;
  }
}
.privacy-policy__btn-link {
  height: 7.4rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .privacy-policy__btn-link {
    height: 5rem;
  }
}
.privacy-policy__btn-text {
  position: relative;
  z-index: 5;
  color: var(--white);
  font-size: max(2.2rem, 16px);
}
@media screen and (max-width: 768px) {
  .privacy-policy__btn-text {
    font-size: 1.4rem;
  }
}

.single__title {
  font-size: max(3.5rem, 28px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .single__title {
    font-size: 2.2rem;
  }
}
.single__article {
  margin-top: 3.6rem;
}
@media screen and (max-width: 768px) {
  .single__article {
    margin-top: 2.4rem;
  }
}
.single__content {
  margin-top: 8rem;
  display: flex;
  align-items: flex-start;
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .single__content {
    margin-top: 4rem;
    flex-direction: column;
    gap: 2rem;
  }
}
.single__meta {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-shrink: 0;
  position: sticky;
  top: 18rem;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .single__meta {
    flex-direction: column;
    position: static;
    gap: 1.6rem;
    align-items: flex-start;
  }
}
.single__meta-date {
  font-family: var(--montserrat);
  font-size: max(1.6rem, 13px);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .single__meta-date {
    font-size: 1.5rem;
  }
}
.single__meta-category {
  font-size: max(1.6rem, 13px);
  font-weight: 600;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .single__meta-category {
    font-size: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.single__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .single__body {
    gap: 3.2rem;
  }
}
.single__body-inner {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.single__body h3 {
  font-size: max(2.2rem, 18px);
  padding: 0 0 0 1.6rem;
  position: relative;
}
.single__body h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3rem;
  height: 100%;
  background: var(--gold);
}
@media screen and (max-width: 768px) {
  .single__body h3 {
    font-size: 2rem;
  }
}
.single__body h4 {
  font-size: max(2rem, 16px);
}
@media screen and (max-width: 768px) {
  .single__body h4 {
    font-size: 1.8rem;
  }
}
.single__body h3,
.single__body h4 {
  margin-top: 1.6rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .single__body h3,
  .single__body h4 {
    font-size: 2rem;
  }
}
.single__body p,
.single__body ul,
.single__body ol {
  font-size: max(1.6rem, 14px);
  font-weight: 400;
  line-height: 170%;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .single__body p,
  .single__body ul,
  .single__body ol {
    font-size: 1.5rem;
  }
}
.single__body ul {
  padding-left: 2rem;
  list-style: disc;
  list-style-position: outside;
}
@media screen and (max-width: 768px) {
  .single__body ul {
    padding-left: 1.6rem;
  }
}
.single__body ul li {
  list-style: disc;
}
.single__body ol {
  padding-left: 2.4rem;
  list-style: decimal;
  list-style-position: outside;
}
@media screen and (max-width: 768px) {
  .single__body ol {
    padding-left: 2rem;
  }
}
.single__body ol li {
  list-style: decimal;
  padding-left: 0.8rem;
}
.single__body li {
  margin-bottom: 0.8rem;
}
.single__body li:last-child {
  margin-bottom: 0;
}
.single__btn {
  background-color: #000;
  color: #fff;
  width: 30rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .single__btn {
    margin-top: 2rem;
    width: 25rem;
  }
}
.single__btn-link {
  height: 7.4rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .single__btn-link {
    height: 5rem;
  }
}
.single__btn-text {
  position: relative;
  z-index: 5;
  color: var(--white);
  font-size: max(2rem, 16px);
}
@media screen and (max-width: 768px) {
  .single__btn-text {
    font-size: 1.4rem;
  }
}
.single__btn-icon {
  top: 63%;
  right: initial;
  left: 2.5rem;
  transform: scaleX(-1);
}

.single-page__inner {
  padding-inline: 7rem;
  max-width: max(134rem, 1100px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .single-page__inner {
    padding-inline: 2rem;
  }
}

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