@import url("https://fonts.googleapis.com/css2?family=Climate+Crisis&family=Zen+Maru+Gothic:wght@500;700&display=swap");
/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

:root {
  --c-green: #58dec9;
  --c-navy: #323f5b;
  --c-yellow: #f0ff00;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #172738;
}

.--open-modal,
.--open-menu {
  overflow: hidden;
}

img {
  display: block;
  height: auto;
}

button {
  cursor: pointer;
}

.container {
  width: 100%;
  overflow: hidden;
}

.text-line {
  display: block;
  position: relative;
}
.text-marker {
  display: block;
  position: relative;
}
.text-marker::before {
  content: "";
  display: block;
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 0.5em;
  background-color: var(--c-yellow);
}
.text-marker.--bold::before {
  height: 0.8em;
  top: 50%;
}

.pc-frame {
  display: none;
}
@media (min-width: 751px) {
  .pc-frame {
    display: block;
  }
}
.pc-frame::before, .pc-frame::after, .pc-frame-inner::before, .pc-frame-inner::after {
  content: "";
  display: block;
  position: fixed;
  z-index: 200;
}
.pc-frame::before, .pc-frame::after {
  top: 0;
  bottom: 0;
  width: 10px;
}
.pc-frame-inner::before, .pc-frame-inner::after {
  left: 10px;
  right: 10px;
  height: 10px;
}
.pc-frame::before {
  left: 0;
  background-color: #5de8d0;
}
.pc-frame::after {
  right: 0;
  background-color: #8994f2;
}
.pc-frame-inner::before {
  top: 0;
  background: linear-gradient(25deg, #5de8d0 0%, #8994f2 100%);
}
.pc-frame-inner::after {
  bottom: 0;
  background: linear-gradient(25deg, #5de8d0 0%, #8994f2 100%);
}

.pc-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 375px 1fr;
  align-items: center;
  justify-content: center;
  background: url("../img/bg_pc.png") repeat center top/50px;
  overflow: hidden;
  column-gap: min(47px, 4.0517241379vw);
  padding: 0 4.0517241379vw;
}
.pc-block-message {
  display: none;
  position: absolute;
  bottom: 0;
  bottom: -895px;
  width: 1190px;
  height: 1190px;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  opacity: 0;
  animation: fadeInUp 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1 forwards 2.25s, rotate-repeat 60s linear infinite;
}
@keyframes rotate-repeat {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: -360deg;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    translate: -50% 100px;
  }
  to {
    opacity: 1;
    translate: -50% 0;
  }
}
.pc-block-message-inner {
  position: relative;
  opacity: 0;
}
.pc-block-left {
  grid-column: 1/2;
  display: none;
}
.pc-block-right {
  grid-column: 3/4;
  display: none;
}
.pc-block-left-inner, .pc-block-right-inner {
  container-type: inline-size;
}
.pc-block-left-inner {
  max-width: 300px;
  margin: 0 0 0 auto;
}
.pc-block-right-inner {
  max-width: 385px;
  margin: 0 auto 0 0;
}
.pc-block .main-menu-nav {
  padding-left: 0;
  padding-right: 0;
}
.pc-block .main-menu-title {
  transform-origin: 50% 150%;
  scale: 0;
  opacity: 0;
  animation: popIn 0.75s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.2s;
}
@keyframes popIn {
  from {
    scale: 0;
    opacity: 0;
  }
  to {
    scale: 1;
    opacity: 1;
  }
}
.pc-block .main-menu-item {
  opacity: 0;
  animation: slideInRight 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.pc-block .main-menu-item:nth-child(1) {
  animation-delay: 0.6s;
}
.pc-block .main-menu-item:nth-child(2) {
  animation-delay: 0.8s;
}
.pc-block .main-menu-item:nth-child(3) {
  animation-delay: 1s;
}
.pc-block .contact-pc-link {
  opacity: 0;
  animation: slideInRight 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
}
@keyframes slideInRight {
  from {
    transform: translateX(-15%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.pc-block-title-logo {
  display: grid;
}
.pc-block-title-logo .logo-en {
  opacity: 0;
  animation: slideInLeft 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.4s;
}
.pc-block-title-logo .logo-ja {
  width: 36.3636363636%;
  margin: 0 0 0 auto;
  opacity: 0;
  animation: slideInLeft 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.6s;
}
.pc-block-address {
  display: grid;
  gap: 8cqw;
  margin-top: 9.3333333333cqw;
}
.pc-block-address-image {
  width: 41.0666666667cqw;
  opacity: 0;
  animation: slideInLeft 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.8s;
}
.pc-block-address-text {
  font-size: 4cqw;
  font-weight: 500;
  opacity: 0;
  animation: slideInLeft 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 2s;
}
@keyframes slideInLeft {
  from {
    transform: translateX(15%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (min-width: 960px) {
  .pc-block-left, .pc-block-right, .pc-block-message {
    display: block;
  }
}

.main-block {
  margin: 0 auto;
  background: url("../img/bg_tile.png") repeat center top/6.6666666667cqw;
  position: relative;
  container-type: inline-size;
}
@media (min-width: 751px) {
  .main-block {
    width: 375px;
    background-size: 25px;
    padding: 10px 0;
  }
}
.main-block::before, .main-block::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  top: 0;
  bottom: 0;
  width: 8cqw;
  mix-blend-mode: multiply;
}
.main-block::before {
  left: 0;
  translate: -100% 0;
  background: linear-gradient(to right, rgba(236, 234, 222, 0) 0%, #eceade 100%);
}
.main-block::after {
  right: 0;
  translate: 100% 0;
  background: linear-gradient(to left, rgba(236, 234, 222, 0) 0%, #eceade 100%);
}

.global-menu-btn {
  position: fixed;
  top: 0;
  right: min(20px, 2.6666666667vw);
  background-color: var(--c-green);
  width: min(110px, 14.6666666667vw);
  height: min(110px, 14.6666666667vw);
  border-radius: 0 0 min(20px, 2.6666666667vw) min(20px, 2.6666666667vw);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 110;
  transition: background-color 0.2s linear 0s, translate 0.4s cubic-bezier(0.61, 1, 0.88, 1) 2s;
  cursor: pointer;
}
.--open-menu .global-menu-btn {
  background-color: #fff;
}
.--loading .global-menu-btn {
  translate: 0 -100%;
}
@media (min-width: 751px) {
  .global-menu-btn {
    width: 55px;
    height: 55px;
    border-radius: 0 0 10px 10px;
    top: 10px;
    right: calc(50% - 187.5px + 10px);
  }
}
@media (min-width: 960px) {
  .global-menu-btn {
    display: none;
  }
}
.global-menu-icon {
  width: 36.3636363636%;
  height: 45.4545454545%;
  position: relative;
}
.global-menu-icon::before, .global-menu-icon::after, .global-menu-line {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 8%;
  background: #fff;
  border-radius: 4px;
  transition: all 0.2s linear 0s;
}
.global-menu-line::before, .global-menu-line::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  transition: all 0.2s linear 0s;
}
.global-menu-icon::before {
  top: 0;
}
.global-menu-icon::after {
  bottom: 0;
}
.global-menu-line {
  top: 50%;
  translate: 0 -50%;
}
.--open-menu .global-menu-icon::before {
  opacity: 0;
}
.--open-menu .global-menu-icon::after {
  opacity: 0;
}
.--open-menu .global-menu-line {
  background: transparent;
}
.--open-menu .global-menu-line::before {
  transform: rotate(45deg);
  background: #909090;
}
.--open-menu .global-menu-line::after {
  transform: rotate(-45deg);
  background: #909090;
}

.main-menu-smp {
  position: fixed;
  z-index: 100;
  top: 0;
  overflow: hidden;
  width: 0%;
  transition: width 0.3s cubic-bezier(0.37, 0, 0.63, 1) 0s;
  scrollbar-width: none;
  /*
  @include mq-max($bp-sidebar) {
    top: $pc-frame-width;
    left: 0%;
    // transform: translateX(-100%);
  }

  @include mq-min($bp-sidebar) {
  }

  @include mq-max($bp - 1) {
    top: 0;
    // width: min(375px, 100vw);
  }

  @include mq-min {
    width: 375px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 25px;
    min-height: 0px;
  }

  @include mq-min($bp-sidebar - 1) {
    display: none;
  }
    */
}
@media (min-width: 751px) {
  .main-menu-smp {
    top: 10px;
    left: calc(50% - 187.5px);
  }
}
@media (min-width: 960px) {
  .main-menu-smp {
    display: none;
  }
}
.--open-menu .main-menu-smp {
  width: 100vw;
  transition-duration: 0s;
}
@media (min-width: 751px) {
  .--open-menu .main-menu-smp {
    width: 375px;
  }
}
.main-menu-smp .main-menu-inner {
  translate: -100% 0;
  transition: translate 0.3s cubic-bezier(0.37, 0, 0.63, 1) 0s;
  container-type: inline-size;
  background: url("../img/bg_menu.png") repeat center top/25px;
  position: relative;
  overflow: hidden;
  width: 100vw;
}
@media (min-width: 751px) {
  .main-menu-smp .main-menu-inner {
    width: 375px;
  }
}
.--open-menu .main-menu-smp .main-menu-inner {
  translate: 0 0;
}
.main-menu-smp .main-menu-logo {
  margin-top: 4cqw;
  margin-left: 2.6666666667cqw;
}
.main-menu-smp .main-menu-nav {
  display: grid;
  gap: 4.8cqw;
  text-align: center;
  padding: 20cqw 10cqw 30.6666666667cqw;
}
.main-menu-smp .main-menu-title {
  font-size: 5.3333333333cqw;
  font-family: "Climate Crisis", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "YEAR" 1979;
  color: #6178a4;
  letter-spacing: 0.1em;
  display: flex;
  gap: 0.5em;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
.main-menu-smp .main-menu-title::before, .main-menu-smp .main-menu-title::after {
  content: "";
  display: block;
  background: #6178a4;
  width: 0.8cqw;
  height: 1.25em;
  border-radius: 0.75em;
}
.main-menu-smp .main-menu-title::before {
  transform: rotate(-18deg);
}
.main-menu-smp .main-menu-title::after {
  transform: rotate(18deg);
}
.main-menu-smp .main-menu-list {
  display: grid;
  gap: 4cqw;
}
.main-menu-smp .main-menu-item {
  --btn-color: #fff;
  --btn-text-color: #6178a4;
}
.main-menu-smp .main-menu-item:active, .main-menu-smp .main-menu-item:hover {
  --btn-color: #6178a4;
  --btn-text-color: #fff;
}
.main-menu-smp .main-menu-link {
  display: block;
  font-size: 5.3333333333cqw;
  font-family: "Climate Crisis", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "YEAR" 1979;
  letter-spacing: 0.02em;
  background: var(--btn-color);
  color: var(--btn-text-color);
  padding: 5.3333333333cqw;
  line-height: 1;
  border-radius: calc((10.6666666667cqw + 1em) / 2);
  filter: drop-shadow(0.4cqw 0.4cqw 0.6666666667cqw #7fb8af);
  will-change: filter;
  transition: all 0.1s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}
.main-menu-smp .main-menu-link:active {
  translate: 0.4cqw 0.4cqw;
  filter: drop-shadow(0 0 0 #7fb8af);
}
.main-menu-smp .main-menu-address {
  width: 46.6666666667cqw;
  margin: 0 0 9.3333333333cqw 10.6666666667cqw;
}
.main-menu-smp .main-menu-illust {
  width: 27.7333333333cqw;
  position: absolute;
  bottom: -12cqw;
  left: 63.2cqw;
}
.main-menu-smp .fade-item {
  opacity: 0;
  translate: -20cqw 0;
  transition: opacity 0.75s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, translate 0.75s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
}
.--open-menu .main-menu-smp .fade-item.main-menu-logo-en {
  transition-delay: 0.1s;
}
.--open-menu .main-menu-smp .fade-item.main-menu-logo-ja {
  transition-delay: 0.2s;
}
.--open-menu .main-menu-smp .fade-item.main-menu-title {
  transition-delay: 0.3s;
}
.--open-menu .main-menu-smp .fade-item.main-menu-item:nth-child(1) {
  transition-delay: 0.4s;
}
.--open-menu .main-menu-smp .fade-item.main-menu-item:nth-child(2) {
  transition-delay: 0.5s;
}
.--open-menu .main-menu-smp .fade-item.main-menu-item:nth-child(3) {
  transition-delay: 0.6s;
}
.--open-menu .main-menu-smp .fade-item.main-menu-address {
  transition-delay: 0.7s;
}
.--open-menu .main-menu-smp .fade-item.main-menu-illust {
  transition-delay: 0.8s;
}
.main-menu-smp .fade-item.main-menu-illust {
  translate: 0 50%;
}
.--open-menu .main-menu-smp .fade-item {
  opacity: 1;
  translate: 0 0;
}

.main-menu-pc {
  position: relative;
}
.main-menu-pc-paint {
  position: absolute;
  top: -14.6666666667cqw;
  left: 14cqw;
  width: 20cqw;
}
.main-menu-pc .main-menu-inner {
  container-type: inline-size;
  position: relative;
}
.main-menu-pc .main-menu-nav {
  display: grid;
  gap: 6cqw;
  text-align: center;
  padding: 0 0 28cqw;
}
.main-menu-pc .main-menu-title {
  font-size: 6.6666666667cqw;
  font-family: "Climate Crisis", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "YEAR" 1979;
  color: #6178a4;
  letter-spacing: 0.1em;
  display: flex;
  gap: 0.5em;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
.main-menu-pc .main-menu-title::before, .main-menu-pc .main-menu-title::after {
  content: "";
  display: block;
  background: #6178a4;
  width: 1cqw;
  height: 1.25em;
  border-radius: 0.75em;
}
.main-menu-pc .main-menu-title::before {
  transform: rotate(-18deg);
}
.main-menu-pc .main-menu-title::after {
  transform: rotate(18deg);
}
.main-menu-pc .main-menu-list {
  display: grid;
  gap: 3cqw;
}
.main-menu-pc .main-menu-item {
  --btn-color: #fff;
  --btn-text-color: #6178a4;
  --btn-border-color: #6178a4;
}
.main-menu-pc .main-menu-item:hover {
  --btn-color: #6178a4;
  --btn-text-color: #fff;
  --btn-border-color: #6178a4;
}
.main-menu-pc .main-menu-link {
  display: block;
  font-size: 5cqw;
  font-family: "Climate Crisis", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "YEAR" 1979;
  letter-spacing: 0.02em;
  background: var(--btn-color);
  color: var(--btn-text-color);
  padding: 6.6666666667cqw;
  line-height: 1;
  border: 1px solid var(--btn-border-color);
  border-radius: calc((13.3333333333cqw + 1em) / 2);
  transition: scale 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, background-color 0.15s linear 0s;
}
.main-menu-pc .main-menu-link:hover {
  scale: 1.1;
}
.main-menu-pc .main-menu-address {
  width: 58.3333333333cqw;
  margin: 0 0 11.6666666667cqw 13.3333333333cqw;
}
.main-menu-pc .main-menu-illust {
  width: 34.6666666667cqw;
  position: absolute;
  bottom: -15cqw;
  left: 79cqw;
}
.main-menu-pc .contact-pc-link {
  display: block;
  position: relative;
  transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}
.main-menu-pc .contact-pc-banner {
  overflow: hidden;
  border-radius: 13.3333333333cqw;
  filter: drop-shadow(1.6666666667cqw 1.6666666667cqw 1.6666666667cqw rgba(0, 0, 0, 0.2));
  transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1) 0s;
  will-change: filter;
}
.main-menu-pc .contact-pc-illust {
  position: absolute;
  width: 36.3333333333cqw;
  top: -3.3333333333cqw;
  left: -4.3333333333cqw;
}
.main-menu-pc .contact-pc-badge {
  position: absolute;
  top: -6.6666666667cqw;
  right: -4.6666666667cqw;
  width: 27cqw;
}
.main-menu-pc .contact-pc-link:hover {
  translate: 0.8333333333cqw 0.8333333333cqw;
}
.main-menu-pc .contact-pc-link:hover .contact-pc-banner {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.2));
}

.contact {
  width: 94.6666666667vw;
  position: relative;
  margin: 16vw auto 0;
}
@media (min-width: 751px) {
  .contact {
    width: 355px;
    margin-top: 60px;
  }
}
@media (min-width: 960px) {
  .contact {
    display: none;
  }
}
.contact-fixed {
  position: fixed;
  left: 2.6666666667vw;
  bottom: 2.6666666667vw;
  z-index: 90;
  translate: 0 150%;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1) 0s, translate 0.3s cubic-bezier(0.37, 0, 0.63, 1) 0s;
}
@media (min-width: 751px) {
  .contact-fixed {
    bottom: 20px;
    left: calc(50% - 187.5px + 10px);
  }
}
.contact-fixed.--fixed {
  translate: 0 0;
  opacity: 1;
}
.contact-link {
  display: block;
  transition: translate 0.1s linear 0s;
}
.contact-banner {
  display: block;
}
.contact-banner {
  display: block;
  border-radius: 21.3333333333vw;
  overflow: hidden;
  filter: drop-shadow(1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.2));
  transition: filter 0.1s linear 0s;
  will-change: filter;
}
@media (min-width: 751px) {
  .contact-banner {
    border-radius: 80px;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  }
}
.contact-badge {
  position: absolute;
  top: -22.2222222222%;
  right: 5.3521126761%;
  width: 19.4366197183%;
}
.contact-link:active {
  translate: 0.4vw 0.4vw;
}
.contact-link:active .contact-banner {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.2));
}

.header {
  padding-top: 4cqw;
  padding-left: 2.6666666667cqw;
}
.header-logo {
  width: 59.4666666667cqw;
  display: grid;
  grid-template-rows: auto auto;
  gap: 1.3333333333cqw;
}
.header-logo .logo-en,
.header-logo .logo-ja {
  display: block;
}
.header-logo .logo-ja {
  width: 52.466367713%;
  margin-left: 4.4843049327%;
}

.kv {
  position: relative;
  min-height: calc(100svh - 52cqw - 16vw);
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .kv {
    min-height: 0px;
  }
}
.kv-inner {
  position: relative;
  width: 100%;
  height: 116cqw;
  overflow: hidden;
}
.kv-bg-message {
  width: 91.7333333333%;
  position: absolute;
  top: 1.8390804598%;
  left: 4.2666666667%;
  transform-origin: 50% 200%;
}
.kv-bg-paint01 {
  position: absolute;
  top: 41.8390804598%;
  left: 68.5333333333%;
  width: 39.2%;
}
.kv-bg-paint02 {
  position: absolute;
  top: 64.367816092%;
  left: 30.6666666667%;
  width: 18.4%;
}
.kv-bg-paint03 {
  position: absolute;
  top: 73.5632183908%;
  left: -3.4666666667%;
  width: 31.4666666667%;
}
.kv-copy {
  position: absolute;
  top: 0;
  left: 76%;
  writing-mode: vertical-rl;
  font-size: 4cqw;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.kv-balloon-block {
  position: absolute;
  top: 30.1149425287%;
  left: 3.2%;
  width: 37.8666666667%;
  height: 19.7701149425%;
  display: flex;
}
.kv-balloon {
  position: absolute;
}
.kv-balloon-message {
  position: relative;
  text-align: center;
  font-size: 3.4666666667cqw;
  width: 100%;
  padding-top: 5.3333333333cqw;
  line-height: 1.25;
}
.kv-illust {
  position: absolute;
  top: 26.2068965517%;
  left: 28.2666666667%;
  width: 37.3333333333%;
}
.kv-illust-shadow {
  position: absolute;
  top: 83.4482758621%;
  left: 39.7333333333%;
  width: 24%;
}
.kv-address {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 3.4666666667cqw;
  font-family: "Climate Crisis", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "YEAR" 1979;
  text-align: center;
  line-height: 1.15;
  color: var(--c-navy);
}

.contents-block {
  overflow: hidden;
}
.contents-title {
  font-family: "Climate Crisis", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "YEAR" 1979;
}
.contents-title-text {
  position: relative;
}

.welcome {
  padding: 18.6666666667cqw 0 0;
}
.welcome-title {
  width: 85.3333333333cqw;
  margin-left: 10.6666666667cqw;
}
.welcome-message-block {
  text-align: center;
}
.welcome-message-point, .welcome-message {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.welcome-message-lead {
  font-size: 6.1333333333cqw;
  line-height: 1.3;
  margin: 0.8em 0 1em;
}
.welcome-message-point {
  font-size: 5.3333333333cqw;
  margin: 0 0 0.5em;
}
.welcome-message {
  font-size: 4.2666666667cqw;
  line-height: 2.2;
}
.welcome-photo-block {
  position: relative;
  margin: 10.6666666667cqw 0 0;
}
.welcome-photo {
  overflow: hidden;
  width: 68.5333333333cqw;
  border-radius: 0 20cqw 20cqw 0;
}
.welcome-photo-balloon {
  position: absolute;
  top: -4.8cqw;
  right: 13.3333333333cqw;
  width: 34.1333333333cqw;
  transform-origin: 30% 100%;
}

.services {
  position: relative;
}
.services-inner {
  background: url("../img/bg_dot.png") repeat center top/5.4666666667cqw var(--c-green);
  clip-path: polygon(0 29.3333333333cqw, 100% 0, 100% calc(100% - 29.3333333333cqw), 0 100%);
  padding: 36.2666666667cqw 0 28cqw;
  position: relative;
}
.services-paint01, .services-paint02 {
  position: absolute;
}
.services-paint01 {
  width: 26.6666666667cqw;
  top: -1.6cqw;
  left: 68.5333333333cqw;
  --clip-x: 100%;
  clip-path: polygon(0 0, var(--clip-x) 0, var(--clip-x) 100%, 0 100%);
}
.services-paint02 {
  width: 39.2cqw;
  top: 13.3333333333cqw;
  left: 13.8666666667cqw;
  --clip-x: 100%;
  clip-path: polygon(0 0, var(--clip-x) 0, var(--clip-x) 100%, 0 100%);
}
.services-title {
  color: #fff;
  font-size: 10.6666666667cqw;
  line-height: 0.875;
  letter-spacing: 0.02em;
  padding: 0 6.6666666667cqw;
}
.services-title-ja {
  position: relative;
  font-size: 6.1333333333cqw;
  padding: 0 6.6666666667cqw;
}
.services-title-ja::before {
  content: "";
  display: block;
  position: absolute;
  left: 4cqw;
  background: url("../img/service_heading_bg.png") no-repeat center/cover;
  width: 58.1333333333cqw;
  height: 13.3333333333cqw;
}
.services-title-inner {
  position: relative;
}
.services-list {
  padding: 8cqw 5.3333333333cqw 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2.6666666667cqw;
  row-gap: 5.3333333333cqw;
}
.services-item {
  display: grid;
}
.services-item-button {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  align-items: center;
  gap: 4cqw;
}
.services-item-thumb {
  --photo-color: rgba(77, 97, 249, 0.8);
  width: calc(100% - 2.6666666667cqw);
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  filter: drop-shadow(0.6666666667cqw 0.6666666667cqw 2cqw rgba(0, 0, 0, 0.2));
  position: relative;
  will-change: filter;
  margin: 0 auto;
}
.services-item-photo {
  position: relative;
  width: 100%;
  height: 100%;
}
.services-item-photo::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--photo-color);
}
.services-item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-item-name {
  position: absolute;
  color: #fff;
  font-size: 3.7333333333cqw;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
  line-height: 1.33;
}
.--white .services-item-name {
  color: #172738;
}
.services-item-thumb.--white {
  --photo-color: #fff;
}
.services-item-intro {
  text-align: center;
  font-size: 3.2cqw;
  font-weight: 500;
  line-height: 1.25;
}

.works {
  position: relative;
  padding: 18.6666666667cqw 0 10.6666666667cqw;
  margin-top: -18.6666666667cqw;
}
.works-paint01 {
  position: absolute;
  top: -6.6666666667cqw;
  left: 46.9333333333cqw;
  width: 21.6cqw;
}
.works-title {
  font-size: 13.3333333333cqw;
  color: #64e3cd;
  text-align: right;
  padding: 0 6.6666666667cqw;
}
.works-title-ja {
  position: relative;
  font-size: 6.1333333333cqw;
  line-height: 1;
  text-align: right;
  padding: 0 6.6666666667cqw;
  margin-top: -2.6666666667cqw;
}
.works-title-ja::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 4.8cqw;
  background: url("../img/works_heading_bg.png") no-repeat center/cover;
  width: 32.5333333333cqw;
  height: 10.4cqw;
}
.works-title-inner {
  position: relative;
}
.works-list {
  padding: 6.6666666667cqw 6.6666666667cqw 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.6666666667cqw;
}
.works-item-button {
  display: grid;
  gap: 0;
}
.works-item-photo {
  border-radius: 4cqw;
  overflow: hidden;
}
.works-item-name {
  padding: 2.4cqw 0 0;
  font-size: 4cqw;
}
.works-item-date {
  font-size: 2.6666666667cqw;
}

.footer-illust-block {
  position: relative;
  height: 26.1333333333cqw;
}
.footer-illust-bg-message, .footer-illust-bg-paint, .footer-illust, .footer-illust-message {
  position: absolute;
}
.footer-illust-bg-message {
  top: 36cqw;
  left: 10.6666666667cqw;
  width: 78.9333333333cqw;
  transform-origin: 50% 200%;
}
.footer-illust-bg-paint {
  top: 66.6666666667cqw;
  left: 13.8666666667cqw;
  width: 18.4cqw;
}
.footer-illust {
  top: -1.6cqw;
  left: 20.8cqw;
  width: 49.0666666667cqw;
}
.footer-illust-message {
  font-size: 4cqw;
  writing-mode: vertical-rl;
  line-height: 1.47;
  top: 6.4cqw;
  left: 72.5333333333cqw;
  height: 12em;
}
.footer-box {
  margin: 0 4.6666666667cqw;
  border-radius: 16cqw;
  background: url("../img/bg_footer.png") repeat center top/644px auto;
  padding: 74.6666666667cqw 0 0;
}
.footer-logo {
  display: grid;
  gap: 2.6666666667cqw;
  width: 64cqw;
  margin: 0 8.6666666667cqw;
}
.footer-logo-en, .footer-logo-ja {
  display: block;
}
.footer-logo-ja {
  width: 55%;
}
.footer-info-block {
  position: relative;
}
.footer-info-paint {
  position: absolute;
  right: -3.7333333333cqw;
  bottom: 6.1333333333cqw;
  width: 21.8666666667cqw;
}
.footer-info {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 8cqw 9.3333333333cqw 10.6666666667cqw;
  font-size: 4cqw;
  column-gap: 5.3333333333cqw;
  row-gap: 2.6666666667cqw;
  line-height: 1.33;
}
.footer-sns-message {
  font-size: 4cqw;
  text-align: center;
}
.footer-sns {
  display: flex;
  justify-content: center;
  gap: 4cqw;
  padding: 4.2666666667cqw 0 6.1333333333cqw;
}
.footer-sns-link {
  display: flex;
  width: 10.6666666667cqw;
  height: 10.6666666667cqw;
  background-color: #fff;
  border-radius: 5.3333333333cqw;
  align-items: center;
  justify-content: center;
}
.footer-sns-link img {
  width: 5.3333333333cqw;
}
.footer-credit {
  color: #b6b8bc;
  text-align: right;
  padding: 4cqw 6.6666666667cqw 6.1333333333cqw;
  margin-bottom: 26.6666666667cqw;
}
@media (min-width: 960px) {
  .footer-credit {
    margin-bottom: 0;
  }
}
.footer-credit-link {
  display: inline-flex;
  position: relative;
  font-size: 3.4666666667cqw;
  line-height: 1;
  gap: 2.6666666667cqw;
}
.footer-credit-link::before {
  content: "";
  display: block;
  width: 4cqw;
  height: 4cqw;
  background: url("../img/icon_web.svg") no-repeat center/contain;
}

.modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1) 0s, visibility 0.3s cubic-bezier(0.37, 0, 0.63, 1) 0s;
  backface-visibility: hidden;
  will-change: opacity, visibility;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(38, 47, 68, 0.5);
  display: grid;
  align-items: center;
  justify-items: center;
}
.modal-dialog {
  width: 94.6666666667vw;
  max-height: calc(100svh - 5.3333333333vw);
  background: #fff;
  border-radius: 30px;
  container-type: inline-size;
  overflow: hidden;
  position: relative;
  translate: 0 20px;
  transition: translate 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
}
.is-open .modal-dialog {
  translate: 0 0;
}
@media (min-width: 751px) {
  .modal-dialog {
    max-height: calc(100svh - 40px);
    width: 355px;
    border-radius: 30px;
  }
}
.modal-close-button {
  position: absolute;
  background: #45e1c6;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  top: 15px;
  right: 15px;
  z-index: 99;
}
.modal-close-button::before, .modal-close-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 17px;
  background: #fff;
  translate: -50% -50%;
}
.modal-close-button::before {
  rotate: 45deg;
}
.modal-close-button::after {
  rotate: -45deg;
}
.modal-contents {
  width: 100%;
  max-height: calc(100svh - 5.6338028169cqw);
  padding: 60px 15px;
  overflow-y: auto;
  scrollbar-width: none;
}
.modal-contents-date {
  text-align: center;
  font-size: 1.8rem;
}
.modal-contents-title {
  display: grid;
  justify-items: center;
  font-size: 7.4666666667cqw;
}
.modal-text-block {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: justify;
  padding: 0 10px;
  margin: 30px 0 0;
}
.modal-text-block strong {
  color: #3a31ec;
  font-weight: 700;
}

.modal-service-photo,
.modal-works-photo {
  width: 100%;
  margin: 30px 0 0;
  overflow: hidden;
}
.modal-service-photo-item,
.modal-works-photo-item {
  overflow: hidden;
  border-radius: 15px;
  user-select: none;
  width: calc((92vw - 30px) / 2);
  margin-right: 2.6vw;
}
@media (min-width: 751px) {
  .modal-service-photo-item,
  .modal-works-photo-item {
    width: 157.5px;
    margin-right: 10px;
  }
}
.modal-service-photo-item:last-child,
.modal-works-photo-item:last-child {
  margin-right: 0;
}
.modal-service-photo-item.--full, .modal-service-photo-item.--video,
.modal-works-photo-item.--full,
.modal-works-photo-item.--video {
  width: calc(94.6666666667vw - 30px);
}
@media (min-width: 751px) {
  .modal-service-photo-item.--full, .modal-service-photo-item.--video,
  .modal-works-photo-item.--full,
  .modal-works-photo-item.--video {
    width: 325px;
  }
}
.modal-service-photo-item.--video,
.modal-works-photo-item.--video {
  aspect-ratio: 63/36;
}
.modal-service-photo-item img,
.modal-works-photo-item img {
  width: 100%;
}

.modal-video {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  margin: 30px 0 0;
}
.modal-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal-works-details {
  margin-top: 1.5em;
}
.modal-works-details-item-name {
  color: #3a31ec;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background: url("../img/bg_tile.png") repeat center top/6.6666666667cqw #fff;
  align-items: center;
  justify-items: center;
  display: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), display 0.3s cubic-bezier(0.37, 0, 0.63, 1) allow-discrete;
}
@media (min-width: 751px) {
  .loading {
    background: url("../img/bg_pc.png") repeat center top/50px #fff;
  }
}
@starting-style {
  .loading {
    opacity: 0;
  }
}
.--loading .loading {
  display: grid;
  opacity: 1;
}
