@charset "UTF-8";
/* General Styles */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-weight: 500;
  /* 推奨 */
  margin: 0;
  transition: background-color 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.loading {
  z-index: calc(infinity);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transition: opacity 1s;
}

.loading-wrapper {
  height: 30vh;
  top: 50vh;
}
@media (max-width: 1199px) {
  .loading-wrapper {
    width: 40vw;
    height: auto;
  }
}
@media (max-width: 767px) {
  .loading-wrapper {
    width: 70vw;
    height: auto;
  }
}

.loading-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
}

/*アニメーション終了後の非表示処理*/
.loading-wrapper,
.loading-text {
  transition: opacity 0.5s;
}

.loading-bg {
  transition: opacity 1s;
}

.loading-wrapper.fade-out,
.loading-text.fade-out {
  opacity: 0;
  pointer-events: none;
}

.loading-bg.fade-out {
  opacity: 0;
  pointer-events: none;
}

.loading-wrapper > svg {
  scale: 1;
}

.loading-text {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #ADADAD;
  text-align: center;
  font-size: 10px;
}
@media (max-width: 767px) {
  .loading-text {
    font-size: 8px;
  }
}
.loading-text .loading-jp {
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: 1.6em;
  margin-bottom: 2em;
}
.loading-text .loading-en {
  display: block;
  font-family: "usual", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4em;
}

.section:not(.works) .container {
  width: clamp(69.375rem, 44.318rem + 31.82vw, 82.5rem);
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .section:not(.works) .container {
    width: calc(100% - 64px);
  }
}
@media (max-width: 767px) {
  .section:not(.works) .container {
    width: calc(100% - 32px);
  }
}

.container {
  width: clamp(69.375rem, 44.318rem + 31.82vw, 82.5rem);
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    width: calc(100% - 64px);
  }
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 32px);
  }
}

.statement {
  padding: 280px 0 100px;
}
@media (max-width: 767px) {
  .statement {
    padding: 25vh 0 0;
  }
}

.about {
  padding: 100px 0 480px;
}
@media (max-width: 767px) {
  .about {
    padding: 96px 0 160px;
  }
}

.service {
  padding: 100px 0 480px;
}
@media (max-width: 767px) {
  .service {
    padding: 96px 0 160px;
  }
}

.works {
  padding: 120px 0 240px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .works {
    padding: 96px 16px 240px 16px;
  }
}

.section.works .container {
  padding: 0 0 480px clamp(8.438rem, -25.25rem + 36.67vw, 18.75rem);
}
@media (max-width: 767px) {
  .section.works .container {
    padding: 0;
  }
}

.belief {
  padding: 120px 0 400px;
}
@media (max-width: 767px) {
  .belief {
    padding: 96px 0 200px;
  }
}

.impact {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .impact {
    padding: 96px 0 96px;
  }
}

.contact {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .contact {
    padding: 96px 0 0;
  }
}

/* セクションタイトル＆サブタイトル */
.section-title-wrap {
  font-size: 10px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .section-title-wrap {
    font-size: 2.3vw;
    margin-bottom: 96px;
  }
}
#service .section-title-wrap, #contact .section-title-wrap, #company .section-title-wrap {
  color: #ffffff;
}
#impact .section-title-wrap {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #impact .section-title-wrap {
    margin-bottom: 80px;
  }
}
#company .section-title-wrap {
  display: flex;
  justify-content: center;
}
#company .section-title-wrap h2,
#company .section-title-wrap p {
  text-align: center;
}

@media (max-width: 767px) {
  .section-title-wrap-pc {
    display: none;
  }
}

.section-title h2 {
  font-family: "usual", sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 4.8em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .section-title h2 {
    text-align: center;
  }
}

.section-title p {
  font-size: 2.4em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .section-title p {
    font-size: 2em;
    text-align: center;
  }
}

.section-subtitle {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .section-subtitle {
    white-space: nowrap;
  }
  .section-subtitle.about__subtitle, .section-subtitle.service__subtitle, .section-subtitle.belief__subtitle, .section-subtitle.impact__subtitle {
    text-align: center;
  }
}

.br-pc {
  display: inline;
}
@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

.btn {
  display: inline-flex;
  justify-content: center;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  border-radius: 999px;
  min-width: 6.3em;
  padding: 16px 136px 16px 24px;
  transition: opacity 0.5s ease;
}
.btn::before {
  position: absolute;
  left: 78%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  z-index: 1;
}
.btn::after {
  position: absolute;
  left: 78%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  z-index: 2;
}
.btn:hover {
  opacity: 0.8;
}

.works__btn {
  background-color: #262626;
  color: #ffffff;
}
.works__btn::before {
  background: url("../img/rainbow_square.png") no-repeat center/contain;
}
.works__btn::after {
  background: url("../img/arrowright-white.png") no-repeat center/contain;
}

.contact__btn {
  background-color: #ffffff;
  color: #262626;
}
.contact__btn::before {
  background-color: #262626;
}
.contact__btn::after {
  background: url("../img/arrowright-rainbow.png") no-repeat center/contain;
}

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: transform 0.4s ease;
  width: 100%;
  height: 10vh;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header {
    height: auto;
    padding: 16px;
    width: calc(100% - 32px);
    flex-direction: column;
    gap: 16px;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: clamp(69.375rem, 44.318rem + 31.82vw, 82.5rem);
  padding: 0 80px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header__inner {
    width: 100%;
    padding: 0;
  }
}

.header--hidden {
  transform: translateY(-120%);
}

.header__logo {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2vw;
  margin-right: 2em;
}
@media (max-width: 767px) {
  .header__logo {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav ul {
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
  justify-content: center;
}

.header__nav a {
  font-family: "usual", sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1vw;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
.header__nav a:hover {
  opacity: 0.7;
}
.header__nav a:active {
  opacity: 0.7;
}

.header__hamburger {
  display: none;
}
@media (max-width: 767px) {
  .header__hamburger {
    display: block;
    position: absolute;
    top: 20px;
    right: 28px;
    width: 32px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 101;
  }
  .header__hamburger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #262626;
    transition: transform 0.8s, top 0.8s, background-color 0.8s;
  }
  .header__hamburger span:first-child {
    top: 6px;
  }
  .header__hamburger span:last-child {
    top: 16px;
  }
}

.header.is-light .header__hamburger span {
  background-color: #ffffff;
}

.header.is-menu-open .header__hamburger span {
  background-color: #262626 !important;
}

body.is-active .header__hamburger {
  outline: none;
}
body.is-active .header__hamburger span {
  background-color: #262626;
}
body.is-active .header__hamburger span:first-child {
  top: 11px;
  transform: rotate(45deg);
}
body.is-active .header__hamburger span:last-child {
  top: 11px;
  transform: rotate(-45deg);
}
body.is-active .header__nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}
body.is-active .header__nav ul {
  flex-direction: column;
  gap: 48px;
  text-align: center;
}
body.is-active .header__nav a {
  color: #262626;
  font-size: 16px;
  opacity: 0;
  animation: slideIn 1s forwards;
}
body.is-active .header__nav li:nth-child(1) a {
  animation-delay: 0.05s;
}
body.is-active .header__nav li:nth-child(2) a {
  animation-delay: 0.1s;
}
body.is-active .header__nav li:nth-child(3) a {
  animation-delay: 0.15s;
}
body.is-active .header__nav li:nth-child(4) a {
  animation-delay: 0.2s;
}
body.is-active .header__nav li:nth-child(5) a {
  animation-delay: 0.25s;
}
body.is-active .header__nav li:nth-child(6) a {
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Statement */
.statement .container {
  font-size: 10px;
}
@media (max-width: 767px) {
  .statement .container {
    font-size: 1.33vw;
  }
}

.statement__head {
  font-size: 1em;
  display: flex;
  margin-bottom: 144px;
}
@media (max-width: 1199px) {
  .statement__head {
    font-size: 0.6em;
  }
}
@media (max-width: 767px) {
  .statement__head {
    font-size: 6vw;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 65vw;
  }
}

.statement__company {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10em;
  white-space: nowrap;
  margin-right: 0.6em;
}
@media (max-width: 767px) {
  .statement__company {
    font-size: 15vw;
    margin-right: 0;
  }
}

.statement__line {
  display: flex;
  align-items: center;
}
.statement__line img {
  width: 31em;
  height: auto;
}

@media (max-width: 767px) {
  .statement__content {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.statement__content h2 {
  font-size: 4em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 1.6em;
}
@media (max-width: 767px) {
  .statement__content h2 {
    margin-bottom: 2.4em;
  }
}
.statement__content span {
  display: block;
  font-size: 2.8em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .statement__content span {
    font-size: 3.5vw;
  }
}
.statement__content span:nth-of-type(3) {
  margin-bottom: 0;
  padding-bottom: 2em;
}

/* About */
.about__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 8rem;
}
.about__copy-block {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 3;
  text-align: center;
  margin-bottom: 2em;
  color: #262626;
}
@media (max-width: 767px) {
  .about__copy-block {
    font-size: 14px;
    text-align: left;
  }
}
.about__comparison {
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 48px;
}
@media (max-width: 1199px) {
  .about__comparison {
    flex-direction: column;
    width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about__comparison {
    width: 100%;
    max-width: 400px;
    font-size: 2.4vw;
  }
}
.about__comparison__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .about__comparison__title {
    font-size: 24px;
  }
}
.about__comparison__subtitle {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .about__comparison__subtitle {
    font-size: clamp(0.875rem, 0.815rem + 0.26vw, 0.938rem);
    margin-bottom: 60px;
  }
}
.about__problem, .about__solution {
  width: 600px;
  padding: 64px clamp(3rem, -6.8rem + 10.67vw, 6rem);
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .about__problem, .about__solution {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .about__problem, .about__solution {
    width: auto;
  }
}
.about__problem {
  background-color: #262626;
  color: #ffffff;
}
.about__solution {
  background-color: #ffffff;
  border: 1px solid #262626;
}
@media (max-width: 767px) {
  .about__problem, .about__solution {
    width: auto;
    padding: 36px 20px;
  }
}
.about__problem h3, .about__solution h3 {
  font-size: 2.4em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0 0 2em;
  text-align: center;
}
@media (max-width: 767px) {
  .about__problem h3, .about__solution h3 {
    margin-bottom: 1em;
  }
}
.about__problem ul, .about__solution ul {
  display: flex;
  flex-direction: column;
  gap: 3.2em;
}
@media (max-width: 767px) {
  .about__problem ul, .about__solution ul {
    gap: 2.4em;
  }
}
.about__problem li, .about__solution li {
  display: flex;
  gap: 2em;
  align-items: center;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 767px) {
  .about__problem li, .about__solution li {
    gap: 1em;
    white-space: nowrap;
  }
}
.about__problem li::before {
  display: block;
  content: "";
  background-image: url("../img/batu.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .about__problem li::before {
    width: 1.4em;
    height: 1.4em;
  }
}
.about__solution li::before {
  display: block;
  content: "";
  background-image: url("../img/maru.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .about__solution li::before {
    width: 1.4em;
    height: 1.4em;
  }
}
.about__arrow {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .about__arrow {
    justify-content: center;
  }
}
.about__arrow img {
  width: 2em;
  height: auto;
}
@media (max-width: 1199px) {
  .about__arrow img {
    transform: rotate(90deg);
  }
}

/* service */
.service__container {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

.service__inner {
  width: 60%;
}

.service__item {
  margin-bottom: 15vh;
  /* 各コンテンツのスクロールスペース確保 */
  font-size: 10px;
  line-height: 1.5;
  color: white;
}
.service__item:nth-of-type(4) {
  padding-bottom: 40vh;
}
.service__item .service__num {
  font-size: 9.6em;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 1/3em;
}
.service__item h3 {
  font-size: 3.6em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.service__item h3 span {
  font-size: 0.75em;
}
.service__item .service__item-text {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}
.service__item .service__bottom-image {
  display: none;
}

.lottie-wrapper {
  width: 40%;
  position: sticky;
  top: 0;
  height: 100vh;
}

#lottie {
  width: 100%;
  height: 100%;
}

/* Service 768px未満 */
@media (max-width: 767px) {
  .service__container {
    display: block;
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .service__inner {
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  .service__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding-bottom: 48px;
  }
  .service__item:nth-of-type(1) {
    align-items: center;
  }
  .service__item:nth-of-type(4) {
    margin-bottom: 2em;
  }
  .service__item .service__num {
    font-size: 4.8em;
  }
  .service__item h3 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .service__item .service__item-text {
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .service__item img.service__bottom-image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 24px;
  }
  .lottie-wrapper {
    display: none;
  }
}
/* Works */
.works__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 190px;
}
@media (max-width: 767px) {
  .works__inner {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }
}

.works__items {
  display: flex;
  gap: 32px;
  margin-right: -240px;
}
@media (max-width: 767px) {
  .works__items {
    flex-direction: column;
    gap: 64px;
    width: 100%;
    margin-right: 0;
  }
}

.works__item img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.works__description {
  padding: 24px 8px;
}

.works__description h4 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
}

.works__description p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.works__description span {
  font-family: "usual", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.15em;
}

.works__swiper {
  width: 100%;
  position: relative;
}
.works__swiper .swiper-slide {
  width: clamp(15rem, -4.091rem + 24.24vw, 25rem) !important;
}
.works__swiper .swiper-button-prev,
.works__swiper .swiper-button-next {
  background-image: url("../img/works_arrow.svg") !important;
  background-size: cover !important;
  width: clamp(2.25rem, -1.091rem + 4.24vw, 4rem) !important;
  height: auto !important;
  aspect-ratio: 1;
  top: auto;
  bottom: -9vh;
}
.works__swiper .swiper-button-prev {
  transform: rotate(180deg);
}
.works__swiper .swiper-button-next {
  left: calc(100vw - 900px);
}
.works__swiper .swiper-navigation-icon {
  display: none;
}

/* Belief */
.belief__item-inner {
  display: flex;
  gap: 192px;
  align-items: center;
  padding: 0 32px;
}
@media (max-width: 1199px) {
  .belief__item-inner {
    gap: 64px;
  }
}
@media (max-width: 767px) {
  .belief__item-inner {
    padding: 0 8px;
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}

.belief__item h3 {
  font-family: "Cantata One", serif;
  font-size: 64px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .belief__item h3 {
    font-size: 40px;
  }
}

.belief__item p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 3;
  color: #262626;
}
@media (max-width: 767px) {
  .belief__item p {
    font-size: 3.75vw;
    line-height: 2.5;
    text-align: left;
    text-align: justify;
  }
}

.swiper-belief .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-belief .swiper-pagination {
  position: static !important;
  margin-top: 13vh !important;
}
@media (max-width: 767px) {
  .swiper-belief .swiper-pagination {
    font-size: 0.3vw !important;
    margin-top: 48px !important;
  }
}
.swiper-belief .swiper-pagination-bullet {
  width: 48px !important;
  height: 12px !important;
  border-radius: 999px !important;
  margin: 0 32px !important;
}
@media (max-width: 767px) {
  .swiper-belief .swiper-pagination-bullet {
    width: 24em !important;
    height: 6em !important;
    margin: 0 12em !important;
  }
}
.swiper-belief .swiper-pagination-bullet-active {
  background-image: url("../img/rainbow_square.png") !important;
  background-size: cover !important;
}
/* Impact */
.impact__items {
  position: relative;
  aspect-ratio: 1320/1900;
  font-size: clamp(0.438rem, 0.125rem + 0.42vw, 0.625rem);
}
@media (max-width: 1199px) {
  .impact__items {
    font-size: clamp(0.313rem, 0.034rem + 0.58vw, 0.469rem);
  }
}
@media (max-width: 767px) {
  .impact__items {
    font-size: 1.7vw;
  }
}

.impact__item-layout {
  position: absolute;
}
.impact__item-layout-01 {
  top: 12%;
  left: 0%;
}
.impact__item-layout-02 {
  top: 6%;
  left: 53%;
}
.impact__item-layout-03 {
  top: 45%;
  left: 7%;
}
.impact__item-layout-04 {
  top: 36%;
  left: 58%;
}
.impact__item-layout-05 {
  top: 69%;
  left: 43%;
}

.impact__item p {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}
.impact__item--small {
  font-size: 0.7em;
}
.impact__item-01 {
  position: relative;
  background-image: url("../img/blob_01.svg");
  background-size: cover;
  width: 56.4em;
  aspect-ratio: 564/480;
}
.impact__item-01 p {
  position: absolute;
  top: 22%;
  left: 24%;
}
.impact__item-01 .impact__value {
  position: absolute;
  top: 57%;
  left: 46%;
}
.impact__item-02 {
  position: relative;
  background-image: url("../img/blob_02.svg");
  background-size: cover;
  width: 55.1em;
  aspect-ratio: 551/512;
}
.impact__item-02 p {
  position: absolute;
  top: 25%;
  left: 15%;
}
.impact__item-02 .impact__value {
  position: absolute;
  top: 52%;
  left: 31%;
}
.impact__item-03 {
  position: relative;
  background-image: url("../img/blob_03.svg");
  background-size: cover;
  width: 58.7em;
  aspect-ratio: 587/479;
}
.impact__item-03 p {
  position: absolute;
  top: 32%;
  left: 16%;
}
.impact__item-03 .impact__value {
  position: absolute;
  top: 36%;
  left: 55%;
}
.impact__item-04 {
  position: relative;
  background-image: url("../img/blob_04.svg");
  background-size: cover;
  width: 57.2em;
  aspect-ratio: 572/567;
}
.impact__item-04 p {
  position: absolute;
  top: 26%;
  left: 21%;
}
.impact__item-04 .impact__value {
  position: absolute;
  top: 58%;
  left: 32%;
}
.impact__item-05 {
  position: relative;
  background-image: url("../img/blob_05.svg");
  background-size: cover;
  width: 48em;
  aspect-ratio: 437/516;
}
.impact__item-05 p {
  position: absolute;
  top: 33%;
  left: 18%;
}
.impact__item-05 .impact__value {
  position: absolute;
  top: 64%;
  left: 38%;
}

.impact__value {
  font-family: "usual", sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 7em;
  letter-spacing: 0.05em;
  text-align: center;
  background-image: url("../img/rainbow.png");
  background-size: 78vw;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.impact__item-01 .impact__value {
  background-position: 12% 35%;
}
.impact__item-02 .impact__value {
  background-position: 74% 0%;
}
.impact__item-03 .impact__value {
  background-position: 63% 6%;
}
.impact__item-04 .impact__value {
  background-position: 90% 20%;
}
.impact__item-05 .impact__value {
  background-position: 19% 65%;
}
.impact__value span {
  font-size: 0.5em;
}

p.impact__text {
  font-size: 1.75em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  position: absolute;
}
p.impact__text small {
  display: block;
  margin-top: 0.5em;
  text-align: center;
}
.impact__item-01 p.impact__text {
  top: 17%;
  left: 18%;
}
.impact__item-02 p.impact__text {
  top: 23%;
  left: 12%;
}
.impact__item-03 p.impact__text {
  top: 25%;
  left: 7%;
}
.impact__item-04 p.impact__text {
  top: 16%;
  left: 14%;
}
.impact__item-05 p.impact__text {
  top: 29%;
  left: 16%;
}

.impact__item-layout .impact__catch {
  opacity: 1;
  transition: opacity 1s ease;
}
.impact__item-layout .impact__text {
  opacity: 0;
  transition: opacity 1s ease;
}
.impact__item-layout.is-active .impact__catch {
  opacity: 0;
}
.impact__item-layout.is-active .impact__text {
  opacity: 1;
}

/* Impact SP */
@media (max-width: 767px) {
  .impact__items {
    height: auto;
  }
  .impact__item-layout {
    position: static;
    display: flex;
    justify-content: center;
    margin-bottom: 4em;
  }
}
/* Contact */
.contact__subtitle {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #ffffff;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .contact__subtitle {
    font-size: 6vw;
  }
}

.contact__cards {
  margin-bottom: 64px;
  padding: 0 80px;
}
@media (max-width: 767px) {
  .contact__cards {
    padding: 0;
  }
}

.contact__card {
  padding: 24px 32px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .contact__card {
    border-radius: 12px;
    padding: 24px 24px;
    margin-bottom: 24px;
  }
}

.contact__card h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .contact__card h3 {
    font-size: 5vw;
    margin-bottom: 0;
  }
}

.contact__card p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #ffffff;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .contact__card p {
    font-size: 3.75vw;
  }
}

.contact__cta {
  text-align: center;
}

.contact__cta-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact__cta-text {
    font-size: 16px;
  }
}

.accordion {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* trigger (button) */
.accordion__trigger {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  /* iOS Safari / Android Chrome のタップ時の水色を消す */
  outline: none;
  /* デフォルトのフォーカス枠を消す（必要に応じて） */
}

/* panel (collapsible) */
.accordion__panel {
  overflow: hidden;
  transition: max-height 320ms ease;
}

.accordion__trigger .icon {
  display: none;
  /* PCでは矢印非表示 */
}

@media (max-width: 767px) {
  .accordion {
    display: flex;
    flex-direction: column;
  }
  /* arrow */
  .accordion__trigger .icon {
    display: none;
    width: 16px;
    height: 16px;
    background: url("../img/contact_arrow.svg") no-repeat center/contain;
    /* 任意の画像 */
    transition: transform 0.5s ease;
    margin-left: 0.5rem;
    font-size: 0.9rem;
  }
  .accordion__trigger[aria-expanded=true] .icon {
    transform: scaleY(-1);
    /* 上下反転 */
  }
  .accordion__panel {
    overflow: hidden;
    transition: max-height 320ms ease;
  }
}
/* small visual tweaks */
.contact__card + .contact__card .accordion__trigger {
  border-top: none;
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .accordion__panel,
  .accordion__trigger .icon {
    transition: none;
  }
}
/* Company */
.company {
  padding: 120px 0;
}

.company__profile {
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 767px) {
  .company__profile {
    padding: 0 24px;
  }
}
.company__profile dl {
  display: flex;
  flex-wrap: wrap;
}

.company__profile-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 2em;
  padding: 24px 0;
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .company__profile-item {
    flex-direction: column;
    font-size: 3.75vw;
  }
}
.company__profile-item dt {
  min-width: 10em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  padding: 0.3rem 2rem;
  background-color: #343434;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .company__profile-item dt {
    margin: 0 auto;
  }
}
.company__profile-item dd {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 0.3rem 0;
  margin: 0;
}

/* Footer */
.footer {
  color: #ffffff;
}
.footer__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 2rem;
  color: #ffffff;
}
.footer__company-logo {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 28px;
}
.footer__company-statement {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 14px;
}
.footer__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  margin-bottom: 1.5rem;
  font-size: 12px;
}
.footer__links a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.footer__links a:nth-child(2) {
  color: #ffffff;
}
.footer__links a:hover {
  color: #d6d6d6;
  transition: all 0.2s;
}
.footer__copyright {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  padding: 16px 0;
  color: #ffffff;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .works__items {
    flex-direction: column;
  }
  .works__item {
    width: 100%;
  }
  .impact__items {
    grid-template-columns: 1fr;
  }
  .contact__cards {
    grid-template-columns: 1fr;
  }
}
/* Static Page */
.p-page {
  margin-top: 128px;
}
@media (max-width: 767px) {
  .p-page {
    margin-top: 64px;
  }
}

.p-page__title {
  margin-bottom: 32px;
}

/* Archive Page */
.p-archive {
  padding: 120px 0;
}

.p-archive__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-archive__title {
  margin-bottom: 80px;
}

.c-section-title {
  text-align: left;
}

.c-section-title__en {
  display: block;
  font-family: "usual", sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 64px;
  letter-spacing: 0.05em;
  color: #262626;
}

.c-section-title__ja {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #262626;
}

.p-archive__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.p-work-item {
  display: block;
}

.p-work-item__img {
  margin-bottom: 24px;
  aspect-ratio: 1;
}

.p-work-item__img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-work-item__title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.p-work-item__text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.p-work-item__author {
  font-family: "usual", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.15em;
}

.p-archive__pagination {
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-archive__items {
    grid-template-columns: 1fr;
  }
  .c-section-title__en {
    font-size: 48px;
  }
  .c-section-title__ja {
    font-size: 20px;
  }
}
.p-work-detail {
  width: 100vw;
  padding: 160px 0;
}

.p-work-detail__inner {
  max-width: 1500px;
  margin: 0 auto;
}

.p-work-detail__item {
  display: flex;
  justify-content: center;
  gap: 120px;
}

.p-work-detail__left {
  width: 660px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 0;
}

.p-work-detail__description {
  margin-bottom: 72px;
}

.p-work-detail__work-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-work-detail__title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.p-work-detail__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-work-detail__info-list {
  border: 1px solid #262626;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-work-detail {
  background-color: #262626;
  color: #ffffff;
  padding: 64px 0;
}
.p-work-detail__kv {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 186px 0 0;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .p-work-detail__kv {
    padding: 0;
    margin-bottom: 16px;
  }
}
.p-work-detail__kv-text-box {
  width: 57%;
}
@media (max-width: 767px) {
  .p-work-detail__kv-text-box {
    width: 100%;
  }
}
.p-work-detail__title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-work-detail__title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 0 16px;
  }
}
.p-work-detail__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-work-detail__text {
    font-size: 12px;
  }
}
.p-work-detail__kv-image {
  aspect-ratio: 1680/680;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-work-detail__kv-image {
    order: 1;
    margin-bottom: 16px;
  }
}
.p-work-detail__kv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-work-detail__body {
  padding: 32px 0;
  width: 48%;
}
@media (max-width: 767px) {
  .p-work-detail__body {
    width: 100%;
    padding: 0;
  }
}
.p-work-detail__body-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 0 16px;
}
.p-work-detail__process {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .p-work-detail__process {
    padding: 32px 0;
  }
}
.p-work-detail__process-title {
  font-family: "usual", sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 0.7;
  letter-spacing: 0.05em;
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .p-work-detail__process-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 48px;
  }
}
.p-work-detail__process-items {
  display: flex;
  flex-direction: column;
  gap: 96px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-work-detail__process-items {
    gap: 48px;
  }
}
.p-work-detail__process-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-work-detail__process-item-text-box {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .p-work-detail__process-item-text-box {
    gap: 8px;
  }
}
.p-work-detail__process-item-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-work-detail__process-item-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-work-detail__process-item-text {
    font-size: 12px;
  }
}
.p-work-detail__process-item-image img {
  width: 100%;
  height: auto;
}
.p-work-detail__info-list {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .p-work-detail__info-list {
    padding: 32px 0;
  }
}
.p-work-detail__info-list-title {
  font-family: "usual", sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 0.7;
  letter-spacing: 0.05em;
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .p-work-detail__info-list-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
  }
}
.p-work-detail__info-list-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-work-detail__info-row {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media (max-width: 767px) {
  .p-work-detail__info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.p-work-detail__info-head {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #666666;
  min-width: 74px;
}
@media (max-width: 767px) {
  .p-work-detail__info-head {
    font-size: 12px;
  }
}
.p-work-detail__info-data {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-work-detail__info-data {
    font-size: 12px;
  }
}
.p-work-detail__info-data a {
  text-decoration: underline;
}

.svg-anime path {
  width: 100%;
  height: 100%;
}

.background-line {
  position: fixed;
  z-index: -999;
  width: 100vw;
  height: 100vh;
}

.v-spacer {
  height: auto;
  width: 100%;
}

svg#svg2 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transform: translateX(-15px) scale(1.02);
  /* 左右微調整 */
  opacity: 0;
  transition: 2s linear;
}
@media (max-width: 767px) {
  svg#svg2 {
    transform: translateX(0) translateY(-80px) scale(1);
  }
}

#line2,
#line3 {
  visibility: hidden;
}

@keyframes line-fadeIn {
  from {
    opacity: 0;
  }
  to {
    /* 太陽を既定の位置に戻す */
    opacity: 1;
  }
}
/*
 * Block Editor Styles
 */
/* --- Editor Width --- */
.wp-block {
  max-width: 1100px;
}

/* --- Common Block Styles --- */
/* Paragraph */
p {
  margin-bottom: 1em;
}

/* Heading */
.wp-block-heading {
  margin-bottom: 1em;
}

/* or h1, h2, h3, h4, h5, h6 */
/* List */
.wp-block-list {
  margin-bottom: 2em;
}

/* or ul, ol, li */
/* Image */
/* Gallery */
/* Quote */
/* or blockquote */
/* Code */
/* Preformatted */
/* or pre */
/* Pullquote */
/* Table */
/* or table */
/* Verse */
/* --- Formatting --- */
/* Code */
/* Preformatted */
/* Pullquote */
/* Table */
/* Verse */
/* --- Layout Elements --- */
/* Button */
/* Columns */
/* Group */
/* More */
/* Page Break */
/* Separator */
/* or hr */
/* Spacer */
/* --- Widgets --- */
/* Archives */
/* Calendar */
/* Categories */
/* Latest Comments */
/* Latest Posts */
/* RSS */
/* Search */
/* Shortcode */
/* Social Icons */
/* Tag Cloud *//*# sourceMappingURL=styles.css.map */