:root {
  --color-1: #1e2120;
  --color-2: #fff;
  --color-3: #48bfc4;
  --color-4: #eff2f5;
  --color-5: #8b908f;
  --color-6: #cccccc;
  --color-7: #009ea4;
  --color-8: #4e4e4e;
  --gradient-1: linear-gradient(90deg, #01a26a 0%, #2d92b1 100%);
  --gutter-1: max(2.86vw, 25px);
  --pad-1: max(10.4vw, 120px);
  --radius-1: max(0.625vw, 10px);
}
@media (max-width: 600px) {
  :root {
    --pad-1: 32vw;
    --gutter-1: 5.3vw;
    --radius-1: 3.2vw;
  }
}

.u-d-none--pc {
  display: none;
}
@media (max-width: 600px) {
  .u-d-none--pc {
    display: inline-block;
  }
}

.u-d-none--sp {
  display: inline-block;
}
@media (max-width: 600px) {
  .u-d-none--sp {
    display: none;
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

html {
  margin: 0 !important;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(14px, 0.9375vw, 18px);
  color: var(--color-1);
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 600px) {
  html {
    font-size: 4.8vw;
  }
}
@media (max-width: 600px) {
  html {
    font-size: clamp(13px, 0.7813vw, 15px);
    line-height: 1.8;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  html {
    font-size: 4vw;
  }
}
html::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
html.is-no-scroll {
  overflow: hidden;
  touch-action: none;
}
html.is-no-scroll::before {
  opacity: 0.4;
  visibility: visible;
}

body {
  position: relative;
  background-color: var(--color-3);
}

input:focus,
textarea:focus {
  outline: solid 2px #0054fb;
}

select {
  cursor: pointer;
}

::placeholder {
  color: rgb(110, 110, 110);
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
  display: flex;
}

form .wpcf7-response-output {
  border: none !important;
  background-color: rgb(246, 246, 246);
  color: red;
  padding: 20px !important;
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  margin: 0 !important;
}
@media (max-width: 600px) {
  form .wpcf7-response-output {
    grid-template-columns: 1fr;
    padding: 4vw;
    gap: 2vw;
    font-size: clamp(12px, 0.7292vw, 14px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  form .wpcf7-response-output {
    font-size: 3.7333vw;
  }
}
form .wpcf7-response-output::before {
  content: "!";
  font-size: clamp(16px, 1.0417vw, 20px);
  line-height: 1;
  font-weight: bold;
  background-color: red;
  color: #fff;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  form .wpcf7-response-output::before {
    font-size: 5.3333vw;
  }
}
@media (max-width: 600px) {
  form .wpcf7-response-output::before {
    width: 10vw;
  }
}
form .wpcf7-response-output.hidden {
  display: none;
}
form.sent .wpcf7-response-output {
  color: green;
}
form.sent .wpcf7-response-output::before {
  display: none;
}

.error-message,
.program-error {
  display: none;
  color: red;
  font-size: clamp(12px, 0.7292vw, 14px);
}
@media (max-width: 600px) {
  .error-message,
  .program-error {
    font-size: 3.7333vw;
  }
}
@media (max-width: 600px) {
  .error-message,
  .program-error {
    font-size: clamp(10px, 0.625vw, 12px) !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .error-message,
  .program-error {
    font-size: 3.2vw !important;
  }
}

.swiper-pagination {
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  position: relative !important;
  transition: none !important;
}
.swiper-pagination-bullet {
  opacity: 1 !important;
  margin: 0 !important;
}

.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  left: auto;
  bottom: auto;
  right: auto;
  translate: 0 -50%;
  height: fit-content;
  width: fit-content;
  margin-top: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  rotate: 180deg;
}

summary {
  display: flex;
  list-style: none;
}

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

svg {
  overflow: visible;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

input[type=date] {
  user-select: none;
  max-width: 30vw;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}
input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

textarea {
  resize: vertical;
}

.input-date {
  max-width: 30vw;
}

.ui-datepicker .ui-datepicker-current {
  display: none;
}

.c-btn-1 {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-2);
  background-color: var(--color-3);
  border-radius: 100vw;
  padding: max(0.8vw, 10px) max(1.35vw, 20px) max(0.8vw, 12px) max(1.7vw, 25px);
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  .c-btn-1 {
    padding: 2.9vw 4.8vw 3.1vw 6.4vw;
  }
}
.c-btn-1 .c-btn-1__inner {
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(40px, 4vw);
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (max-width: 600px) {
  .c-btn-1 .c-btn-1__inner {
    gap: 6.6vw;
  }
}
.c-btn-1 .c-btn-1__inner > p {
  font-size: clamp(12px, 0.7292vw, 14px);
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 600px) {
  .c-btn-1 .c-btn-1__inner > p {
    font-size: 3.7333vw;
  }
}
@media (max-width: 600px) {
  .c-btn-1 .c-btn-1__inner > p {
    font-size: clamp(10px, 0.625vw, 12px) !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-btn-1 .c-btn-1__inner > p {
    font-size: 3.2vw !important;
  }
}
.c-btn-1 .c-btn-1__inner > img {
  height: 1.6vw;
  min-height: 26px;
}
@media (max-width: 600px) {
  .c-btn-1 .c-btn-1__inner > img {
    height: 6.4vw;
  }
}
.c-btn-1__bubble {
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
  width: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-7);
  border-radius: 50%;
  transform-origin: center;
  opacity: 0;
}
.c-btn-1__bubble:after {
  content: "";
  padding-top: 100%;
}
.c-btn-1__arrow {
  width: max(1.1vw, 15px);
  position: relative;
  overflow: clip;
  display: flex;
}
@media (max-width: 600px) {
  .c-btn-1__arrow {
    width: 4.2vw;
  }
}
.c-btn-1__arrow svg {
  width: 100%;
  transition: 0.3s ease;
}
.c-btn-1__arrow svg:last-child {
  position: absolute;
  top: 100%;
  left: -100%;
}
.c-btn-1__arrow svg path {
  fill: var(--color-2);
}
@media (min-width: 600px) and (hover: hover) and (pointer: fine) {
  .c-btn-1:hover .c-btn-1__arrow svg {
    translate: 100% -100%;
  }
}
@media (max-width: 600px) {
  .c-btn-1.is-external-link .c-btn-1__arrow {
    top: -0.2vw;
  }
}
@media (min-width: 600px) and (hover: hover) and (pointer: fine) {
  .c-btn-1.is-external-link:hover .c-btn-1__arrow svg {
    translate: 0;
  }
}
.c-btn-1.is-gray {
  background-color: var(--color-4);
  color: var(--color-1);
}
.c-btn-1.is-gray .c-btn-1__bubble {
  background-color: rgb(203, 203, 203);
}
.c-btn-1.is-gray .c-btn-1__arrow svg path {
  fill: var(--color-1);
}
.c-btn-1.is-white {
  background-color: var(--color-2);
  color: var(--color-1);
}
.c-btn-1.is-white .c-btn-1__bubble {
  background-color: rgb(212, 212, 212);
}
.c-btn-1.is-white .c-btn-1__arrow svg path {
  fill: var(--color-1);
}

.c-heading-1 {
  margin-bottom: 4.16vw;
  position: relative;
}
@media (max-width: 600px) {
  .c-heading-1 {
    margin-bottom: 14.6vw;
  }
}
.c-heading-1 > * {
  position: relative;
  z-index: 2;
}
.c-heading-1__title {
  color: var(--color-3);
  font-size: clamp(18px, 1.3021vw, 25px);
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .c-heading-1__title {
    font-size: 6.6667vw;
  }
}
@media (max-width: 600px) {
  .c-heading-1__title {
    font-size: clamp(13.5px, 0.8333vw, 16px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-heading-1__title {
    font-size: 4.2667vw;
  }
}
.c-heading-1__lead {
  font-size: max(3.6458vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  padding-top: 4.4vw;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .c-heading-1__lead {
    font-size: 18.6667vw;
  }
}
@media (max-width: 600px) {
  .c-heading-1__lead {
    font-size: max(1.823vw, 23px);
    padding-top: 11vw;
    font-weight: 800;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-heading-1__lead {
    font-size: 9.3vw;
  }
}
.c-heading-1 > p {
  padding-top: 2.6vw;
  width: max(35vw, 350px);
}
@media (max-width: 600px) {
  .c-heading-1 > p {
    width: 100%;
    padding-top: 9.6vw;
  }
}
.c-heading-1 > img {
  position: absolute;
  bottom: 0;
  right: var(--gutter-1);
  z-index: 0;
  width: max(17vw, 180px);
}
@media (max-width: 600px) {
  .c-heading-1 > img {
    bottom: auto;
    top: -23vw;
    right: 0vw;
    width: 27vw;
  }
}

.c-heading-2 {
  font-size: max(2.0833vw, 25px);
  font-weight: 700;
  padding-bottom: 1.5vw;
}
@media (max-width: 600px) {
  .c-heading-2 {
    font-size: 10.6667vw;
  }
}
@media (max-width: 600px) {
  .c-heading-2 {
    font-size: clamp(18px, 1.3021vw, 25px);
    padding-bottom: 4vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-heading-2 {
    font-size: 6.6667vw;
  }
}
.c-heading-2 span {
  color: var(--color-3);
}

.c-section-contact {
  color: var(--color-2);
  width: 100vw;
  display: grid;
  grid-template-columns: 782fr 1138fr;
}
@media (max-width: 600px) {
  .c-section-contact {
    grid-template-columns: 1fr;
  }
}
.c-section-contact__img {
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .c-section-contact__img {
    order: 2;
    aspect-ratio: 375/217;
  }
}
.c-section-contact__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-section-contact__contents {
  padding: 4.7vw;
  position: relative;
  background-color: var(--color-3);
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .c-section-contact__contents {
    padding: 21vw var(--gutter-1);
  }
}
.c-section-contact__contents::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-1);
  opacity: 0;
  transition: 0.7s ease;
  z-index: 1;
}
.c-section-contact__contents > * {
  position: relative;
  z-index: 2;
}
.c-section-contact__contents .blend-circle {
  position: fixed;
  top: 0;
  left: 0;
  width: 10vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgb(2, 192, 244);
  mix-blend-mode: difference;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.4s cubic-bezier(0.2, 1, 0.3, 1);
  z-index: 9999;
}
@media (max-width: 600px) {
  .c-section-contact__contents .blend-circle {
    display: none;
  }
}
.c-section-contact__contents__line-text {
  position: absolute;
  top: 0;
  right: 0;
  width: 56.3%;
}
@media (max-width: 600px) {
  .c-section-contact__contents__line-text {
    width: 69vw;
  }
}
.c-section-contact__contents__line-text path,
.c-section-contact__contents__line-text polygon,
.c-section-contact__contents__line-text rect {
  fill: none;
  stroke: var(--color-2);
  stroke-width: max(0.08vw, 1px);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: line-text 10s linear infinite alternate;
}
@keyframes line-text {
  0% {
    stroke-dashoffset: 1;
  }
  5% {
    stroke-dashoffset: 1;
  }
  40% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 600px) {
  .c-section-contact__contents__line-text path,
  .c-section-contact__contents__line-text polygon,
  .c-section-contact__contents__line-text rect {
    stroke-width: 2px;
  }
}
.c-section-contact__contents h2 {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(14px, 0.9375vw, 18px);
}
@media (max-width: 600px) {
  .c-section-contact__contents h2 {
    font-size: 4.8vw;
  }
}
@media (max-width: 600px) {
  .c-section-contact__contents h2 {
    font-size: clamp(11px, 0.6771vw, 13px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-section-contact__contents h2 {
    font-size: 3.4667vw;
  }
}
.c-section-contact__contents__main {
  padding-top: 27vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
}
@media (max-width: 600px) {
  .c-section-contact__contents__main {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 47vw;
    gap: 16vw;
  }
}
.c-section-contact__contents__main__texts__lead {
  font-size: max(1.823vw, 23px);
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media (max-width: 600px) {
  .c-section-contact__contents__main__texts__lead {
    font-size: 9.3vw;
  }
}
@media (max-width: 600px) {
  .c-section-contact__contents__main__texts__lead {
    font-size: 5.86vw;
  }
}
.c-section-contact__contents__main__texts > p {
  padding-top: 2.6vw;
  width: 26vw;
  min-width: 300px;
}
@media (max-width: 600px) {
  .c-section-contact__contents__main__texts > p {
    font-size: clamp(13.5px, 0.8333vw, 16px);
    min-width: auto;
    width: 100%;
    padding-top: 8vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-section-contact__contents__main__texts > p {
    font-size: 4.2667vw;
  }
}
.c-section-contact__contents__main__arrow {
  height: 6.35vw;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .c-section-contact__contents__main__arrow {
    height: 15.2vw;
  }
}
.c-section-contact__contents__main__arrow svg {
  height: 100%;
  width: auto;
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}
.c-section-contact__contents__main__arrow svg:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: -110%;
}
.c-section-contact__contents.is-hover .blend-circle {
  transform: translate(-50%, -50%) scale(1);
}
@media (min-width: 600px) and (hover: hover) and (pointer: fine) {
  .c-section-contact__contents:hover::before {
    opacity: 1;
  }
  .c-section-contact__contents:hover .c-section-contact__contents__main__arrow svg {
    animation: big-arrow 2s cubic-bezier(0.85, 0, 0.15, 1) infinite;
  }
  @keyframes big-arrow {
    0% {
      translate: 0 0;
    }
    50% {
      translate: 110% 0;
    }
    100% {
      translate: 110% 0;
    }
  }
}

.c-open-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999998;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  padding: max(0.8vw, 10px);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 600px) {
  .c-open-nav {
    padding: 2.6vw;
  }
}
.c-open-nav__inner {
  width: 0;
  height: 0;
  border-radius: var(--radius-1);
  overflow: scroll;
  max-width: 50%;
}
@media (max-width: 1100px) {
  .c-open-nav__inner {
    max-width: none;
  }
}
.c-open-nav__inner__inner {
  background-color: var(--color-2);
  transform-origin: right top;
  padding: max(2.1vw, 20px);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .c-open-nav__inner__inner {
    padding: var(--gutter-1);
  }
}
.c-open-nav__list {
  display: grid;
  grid-template-rows: repeat(6, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  gap: 0 max(2vw, 20px);
  padding: max(7.3vw, 100px) 0 max(2vw, 20px);
}
@media (max-width: 600px) {
  .c-open-nav__list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: unset;
    gap: 0;
    padding: 15vw 0;
  }
}
.c-open-nav__list__item {
  border-top: solid 1px var(--color-6);
}
.c-open-nav__list__item:nth-of-type(6n) {
  border-bottom: solid 1px var(--color-6);
}
@media (max-width: 600px) {
  .c-open-nav__list__item:nth-of-type(6n) {
    border-bottom: none;
  }
}
.c-open-nav__list__item:last-child {
  border-bottom: solid 1px var(--color-6);
}
.c-open-nav__list__item a {
  height: 100%;
  padding: max(1.56vw, 15px) 0;
  font-size: clamp(16px, 1.0417vw, 20px);
  font-weight: 500;
  transition: 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .c-open-nav__list__item a {
    font-size: 5.3333vw;
  }
}
@media (max-width: 600px) {
  .c-open-nav__list__item a {
    padding: 6vw 0;
    font-size: clamp(13.5px, 0.8333vw, 16px);
    font-weight: 400;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-open-nav__list__item a {
    font-size: 4.2667vw;
  }
}
.c-open-nav__list__item a::after {
  content: "";
  height: 40%;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  background-color: var(--color-3);
  margin-right: 10px;
  scale: 0;
  transition: 0.3s ease;
}
@media (min-width: 600px) and (hover: hover) and (pointer: fine) {
  .c-open-nav__list__item a:hover {
    padding-left: 10px;
  }
  .c-open-nav__list__item a:hover::after {
    scale: 1;
  }
}
.c-open-nav__contact {
  padding: max(1.56vw, 20px);
  background-color: var(--color-3);
  color: var(--color-2);
  border-radius: var(--radius-1);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .c-open-nav__contact {
    padding: 6%;
    gap: 12vw;
  }
}
.c-open-nav__contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-1);
  opacity: 0;
  transition: 0.7s ease;
  z-index: 1;
}
.c-open-nav__contact > * {
  position: relative;
  z-index: 2;
}
.c-open-nav__contact__texts > * {
  display: flex;
}
.c-open-nav__contact__texts > span {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(12px, 0.7292vw, 14px);
}
@media (max-width: 600px) {
  .c-open-nav__contact__texts > span {
    font-size: 3.7333vw;
  }
}
@media (max-width: 600px) {
  .c-open-nav__contact__texts > span {
    font-size: clamp(8px, 0.5208vw, 10px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-open-nav__contact__texts > span {
    font-size: 2.6667vw;
  }
}
.c-open-nav__contact__texts__title {
  font-size: max(2.0833vw, 25px);
  font-weight: 700;
  line-height: 1.2;
  padding: 1vw 0 4vw;
  width: fit-content;
}
@media (max-width: 600px) {
  .c-open-nav__contact__texts__title {
    font-size: 10.6667vw;
  }
}
@media (max-width: 600px) {
  .c-open-nav__contact__texts__title {
    font-size: clamp(18px, 1.3021vw, 25px);
    padding: 2vw 0 10vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-open-nav__contact__texts__title {
    font-size: 6.6667vw;
  }
}
.c-open-nav__contact__texts > p {
  font-size: clamp(13.5px, 0.8333vw, 16px);
  max-width: 57%;
}
@media (max-width: 600px) {
  .c-open-nav__contact__texts > p {
    font-size: 4.2667vw;
  }
}
@media (max-width: 600px) {
  .c-open-nav__contact__texts > p {
    font-size: clamp(9px, 0.5729vw, 11px);
    max-width: none;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-open-nav__contact__texts > p {
    font-size: 2.9333vw;
  }
}
.c-open-nav__contact__arrow {
  width: 12%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 1100px) {
  .c-open-nav__contact__arrow {
    width: 80px;
  }
}
@media (max-width: 600px) {
  .c-open-nav__contact__arrow {
    width: 14vw;
  }
}
.c-open-nav__contact__arrow svg {
  width: 100%;
  height: auto;
  transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}
.c-open-nav__contact__arrow svg:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: -110%;
}
@media (min-width: 600px) and (hover: hover) and (pointer: fine) {
  .c-open-nav__contact:hover::before {
    opacity: 1;
  }
  .c-open-nav__contact:hover .c-open-nav__contact__arrow svg {
    animation: big-arrow 2s cubic-bezier(0.85, 0, 0.15, 1) infinite;
  }
}

.c-header__logo {
  position: fixed;
  top: max(1.56vw, 20px);
  left: var(--gutter-1);
  z-index: 99;
  mix-blend-mode: difference;
}
@media (max-width: 600px) {
  .c-header__logo {
    top: var(--gutter-1);
  }
}
.c-header__logo img {
  width: max(14.6vw, 200px);
}
@media (max-width: 600px) {
  .c-header__logo img {
    width: 52vw;
  }
}
.c-header__nav {
  position: fixed;
  top: max(1.56vw, 20px);
  right: var(--gutter-1);
  z-index: 999999;
  display: flex;
  align-items: stretch;
  gap: max(0.8vw, 10px);
}
@media (max-width: 600px) {
  .c-header__nav {
    top: var(--gutter-1);
    height: 10vw;
  }
}
@media (max-width: 600px) {
  .c-header__nav__contact {
    display: none;
  }
}
.c-header__nav__hamburger {
  background-color: var(--color-1);
  cursor: pointer;
  width: max(6.8vw, 80px);
  padding: 0;
}
@media (max-width: 600px) {
  .c-header__nav__hamburger {
    width: 22.6vw;
  }
}
.c-header__nav__hamburger .c-btn-1__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.c-header__nav__hamburger .c-btn-1__inner span {
  position: relative;
  width: 27%;
  height: 100%;
  flex-shrink: 0;
}
.c-header__nav__hamburger .c-btn-1__inner span::before, .c-header__nav__hamburger .c-btn-1__inner span::after {
  content: "";
  background-color: var(--color-2);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.3s ease;
  transform-origin: center;
}
.c-header__nav__hamburger .c-btn-1__inner span::before {
  top: 56%;
}
.c-header__nav__hamburger .c-btn-1__inner span::after {
  top: 44%;
}
.c-header__nav__hamburger.is-active .c-btn-1__inner span::before {
  top: 50%;
  rotate: 20deg;
}
.c-header__nav__hamburger.is-active .c-btn-1__inner span::after {
  top: 50%;
  rotate: -20deg;
}

.c-footer {
  background-color: var(--color-1);
  color: var(--color-2);
  padding: max(4.1vw, 50px) var(--gutter-1);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
}
@media (max-width: 1100px) {
  .c-footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .c-footer {
    padding: 18.6vw var(--gutter-1) 13.3vw;
    gap: 18.6vw;
  }
}
.c-footer__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: max(1.3vw, 10px);
}
@media (max-width: 600px) {
  .c-footer__left {
    gap: 4.7vw;
  }
}
.c-footer__left__logo img {
  width: max(25vw, 250px);
}
@media (max-width: 600px) {
  .c-footer__left__logo img {
    width: 67.4vw;
  }
}
.c-footer__left > span {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(12px, 0.7292vw, 14px);
  opacity: 0.3;
}
@media (max-width: 600px) {
  .c-footer__left > span {
    font-size: 3.7333vw;
  }
}
@media (max-width: 600px) {
  .c-footer__left > span {
    font-size: clamp(9px, 0.5729vw, 11px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-footer__left > span {
    font-size: 2.9333vw;
  }
}
.c-footer__right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap-reverse;
  gap: 3.4vw;
}
@media (max-width: 1100px) {
  .c-footer__right {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .c-footer__right {
    justify-content: flex-start;
    gap: 16vw;
  }
}
.c-footer__right__company {
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .c-footer__right__company {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.c-footer__right__company__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: max(1.6vw, 20px);
  padding: 0 max(2.1vw, 20px) max(1.1vw, 10px);
  border-left: solid 1px var(--color-8);
  line-height: 1.3;
}
@media (max-width: 600px) {
  .c-footer__right__company__item {
    gap: 4vw;
    padding: 0 5.6vw 5.6vw;
  }
}
.c-footer__right__company__item:first-child {
  border: none;
  padding-left: 0;
}
.c-footer__right__company__item:last-child {
  padding-right: 0;
}
.c-footer__right__company__item__top > span {
  font-size: clamp(12px, 0.7292vw, 14px);
}
@media (max-width: 600px) {
  .c-footer__right__company__item__top > span {
    font-size: 3.7333vw;
  }
}
@media (max-width: 600px) {
  .c-footer__right__company__item__top > span {
    font-size: clamp(8px, 0.5208vw, 10px);
    letter-spacing: 0;
    white-space: nowrap;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-footer__right__company__item__top > span {
    font-size: 2.6667vw;
  }
}
.c-footer__right__company__item__top__img {
  width: max(14.1vw, 200px);
  aspect-ratio: 272/134;
  background-color: var(--color-2);
  border-radius: var(--radius-1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: max(1.6vw, 20px);
}
@media (max-width: 1100px) {
  .c-footer__right__company__item__top__img {
    width: 25vw;
    border-radius: 1.6vw;
    margin-top: 4vw;
  }
}
@media (max-width: 600px) {
  .c-footer__right__company__item__top__img {
    width: 100%;
  }
}
.c-footer__right__company__item__top__img img {
  width: 73.5%;
}
.c-footer__right__company__item__top__title {
  padding: max(0.9vw, 12px) 0 max(0.5vw, 7px);
}
@media (max-width: 600px) {
  .c-footer__right__company__item__top__title {
    font-size: clamp(11px, 0.6771vw, 13px);
    padding: 3vw 0 1.8vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-footer__right__company__item__top__title {
    font-size: 3.4667vw;
  }
}
.c-footer__right__company__item__top__address {
  font-size: clamp(12px, 0.7292vw, 14px);
  opacity: 0.5;
  letter-spacing: 0.05em;
  background-image: linear-gradient(var(--color-2), var(--color-2));
  background-size: 0 1px;
  background-position: bottom right;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
}
@media (max-width: 600px) {
  .c-footer__right__company__item__top__address {
    font-size: 3.7333vw;
  }
}
@media (max-width: 600px) {
  .c-footer__right__company__item__top__address {
    font-size: clamp(8px, 0.5208vw, 10px);
    display: flex;
    line-height: 1.5;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-footer__right__company__item__top__address {
    font-size: 2.6667vw;
  }
}
@media (min-width: 600px) and (hover: hover) and (pointer: fine) {
  .c-footer__right__company__item__top__address:hover {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
.c-footer__right__company__item > a {
  font-size: clamp(10px, 0.625vw, 12px) !important;
  text-decoration: underline;
  background-image: linear-gradient(var(--color-2), var(--color-2));
  background-size: 0 1px;
  background-position: bottom right;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
  width: fit-content;
}
@media (max-width: 600px) {
  .c-footer__right__company__item > a {
    font-size: 3.2vw !important;
  }
}
@media (max-width: 600px) {
  .c-footer__right__company__item > a {
    font-size: clamp(8px, 0.5208vw, 10px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-footer__right__company__item > a {
    font-size: 2.6667vw;
  }
}
@media (min-width: 600px) and (hover: hover) and (pointer: fine) {
  .c-footer__right__company__item > a:hover {
    text-decoration: none;
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
@media (max-width: 600px) {
  .c-footer__right__app {
    width: 100%;
  }
}
.c-footer__right__app > p {
  font-size: clamp(13.5px, 0.8333vw, 16px);
  padding-bottom: max(0.6vw, 10px);
  border-bottom: solid 1px var(--color-2);
}
@media (max-width: 600px) {
  .c-footer__right__app > p {
    font-size: 4.2667vw;
  }
}
@media (max-width: 600px) {
  .c-footer__right__app > p {
    font-size: clamp(12px, 0.7292vw, 14px);
    padding-bottom: 3.7vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-footer__right__app > p {
    font-size: 3.7333vw;
  }
}
.c-footer__right__app__item {
  display: grid;
  grid-template-columns: 1fr max(9.3vw, 150px);
  align-items: center;
  gap: 20px;
  padding: max(1.56vw, 20px) 0;
  border-bottom: solid 1px rgb(133, 133, 133);
}
@media (max-width: 600px) {
  .c-footer__right__app__item {
    padding: 6.6vw 0;
    grid-template-columns: 1fr 47.4vw;
  }
}
.c-footer__right__app__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.c-footer__right__app__item p {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(13.5px, 0.8333vw, 16px);
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .c-footer__right__app__item p {
    font-size: 4.2667vw;
  }
}
.c-footer__right__app__item a {
  transition: 0.3s ease;
  cursor: pointer;
}
.c-footer__right__app__item a img {
  width: 100%;
}
@media (min-width: 600px) and (hover: hover) and (pointer: fine) {
  .c-footer__right__app__item a:hover {
    opacity: 0.5;
  }
}

.p-top__section-1 {
  position: relative;
  width: 100vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12vw 5vw 6.1vw;
  color: var(--color-2);
  overflow: hidden;
}
@media (max-width: 600px) {
  .p-top__section-1 {
    padding: 21vw var(--gutter-1);
    min-height: 100vh;
  }
}
.p-top__section-1__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top__section-1__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top__section-1__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4.2vw;
}
@media (max-width: 600px) {
  .p-top__section-1__inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 5.6vw;
  }
}
.p-top__section-1__texts {
  position: relative;
  z-index: 9;
}
.p-top__section-1__texts__title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.4vw;
  padding-bottom: 1.4vw;
}
@media (max-width: 600px) {
  .p-top__section-1__texts__title {
    padding-bottom: 4.2vw;
  }
}
.p-top__section-1__texts__title h1 img {
  width: 47vw;
}
@media (max-width: 600px) {
  .p-top__section-1__texts__title h1 img {
    width: 100%;
  }
}
.p-top__section-1__texts__title > span {
  font-size: max(0.73vw, 10px);
  opacity: 0.7;
  color: var(--color-2);
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .p-top__section-1__texts__title > span {
    font-size: clamp(8px, 0.4167vw, 8px);
    padding-top: 3.2vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-1__texts__title > span {
    font-size: 2.1333vw;
  }
}
.p-top__section-1__texts > p {
  position: relative;
  font-size: 2.08vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-top: 2.6vw;
}
@media (max-width: 600px) {
  .p-top__section-1__texts > p {
    font-size: clamp(14px, 0.9375vw, 18px);
    padding-top: 6.6vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-1__texts > p {
    font-size: 4.8vw;
  }
}
.p-top__section-1__texts > p::before {
  content: "";
  width: max(5vw, 50px);
  height: 1px;
  background-color: var(--color-2);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 600px) {
  .p-top__section-1__texts > p::before {
    width: 11.2vw;
  }
}
.p-top__section-1__texts .c-btn-1 {
  margin-top: 3.4vw;
  padding: max(1.1vw, 11px) max(1.6vw, 16px) max(1.2vw, 12px) max(2.4vw, 24px);
}
@media (max-width: 600px) {
  .p-top__section-1__texts .c-btn-1 {
    padding: 4.1vw 7.2vw 4.3vw 9vw;
    margin-top: 6.6vw;
  }
}
.p-top__section-1__texts .c-btn-1 p {
  font-size: max(1.04vw, 13px);
}
@media (max-width: 600px) {
  .p-top__section-1__texts .c-btn-1 p {
    font-size: clamp(12px, 0.7292vw, 14px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-1__texts .c-btn-1 p {
    font-size: 3.7333vw;
  }
}
.p-top__section-1__texts .c-btn-1__arrow {
  width: max(1.2vw, 15px);
}
@media (max-width: 600px) {
  .p-top__section-1__texts .c-btn-1__arrow {
    width: 5vw;
  }
}
.p-top__section-1__visuals {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.p-top__section-1__visuals__app-icon {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.5vw;
  padding-right: 0.8vw;
}
@media (max-width: 600px) {
  .p-top__section-1__visuals__app-icon {
    display: flex;
    padding-right: 3.2vw;
    gap: 2vw;
  }
}
.p-top__section-1__visuals__app-icon img {
  width: 4.9vw;
}
@media (max-width: 600px) {
  .p-top__section-1__visuals__app-icon img {
    width: 19vw;
  }
}
.p-top__section-1__visuals__app-icon > span {
  font-size: max(0.73vw, 10px);
  line-height: 1.4;
}
@media (max-width: 600px) {
  .p-top__section-1__visuals__app-icon > span {
    font-size: clamp(8px, 0.5208vw, 10px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-1__visuals__app-icon > span {
    font-size: 2.6667vw;
  }
}
.p-top__section-1__visuals__display {
  position: relative;
  z-index: 2;
}
.p-top__section-1__visuals__display img {
  width: 17.7vw;
}
@media (max-width: 600px) {
  .p-top__section-1__visuals__display img {
    width: 43.7vw;
  }
}
.p-top__section-1__visuals__display .lottie-rendou {
  position: absolute;
  bottom: -5%;
  left: -78%;
  width: 98%;
  z-index: -1;
}
@media (max-width: 600px) {
  .p-top__section-1__visuals__display .lottie-rendou {
    bottom: 40%;
    left: -68%;
    width: 90%;
  }
}
.p-top__section-1__visuals__features {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.45vw;
  padding-left: 2vw;
}
@media (max-width: 600px) {
  .p-top__section-1__visuals__features {
    position: absolute;
    right: -28.5vw;
    top: -7vw;
    gap: 3.7vw;
  }
}
.p-top__section-1__visuals__features img {
  width: 11.8vw;
}
@media (max-width: 600px) {
  .p-top__section-1__visuals__features img {
    width: 31.2vw;
  }
}
.p-top__section-2 {
  padding: 0 var(--gutter-1);
  background-color: var(--color-4);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 600px) {
  .p-top__section-2 {
    flex-direction: column;
    padding: 0;
  }
}
.p-top__section-2__texts {
  padding: 10.4vw 0 19.8vw;
}
@media (max-width: 600px) {
  .p-top__section-2__texts {
    padding: 26.6vw var(--gutter-1) 32vw;
  }
}
.p-top__section-2__texts h2 {
  font-size: clamp(16px, 1.0417vw, 20px);
  padding-bottom: 1.5vw;
  position: relative;
}
@media (max-width: 600px) {
  .p-top__section-2__texts h2 {
    font-size: 5.3333vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-2__texts h2 {
    font-size: clamp(10px, 0.625vw, 12px) !important;
    padding-bottom: 5vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-2__texts h2 {
    font-size: 3.2vw !important;
  }
}
.p-top__section-2__texts h2::before {
  content: "";
  width: max(3vw, 30px);
  height: 1px;
  background-color: var(--color-1);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 600px) {
  .p-top__section-2__texts h2::before {
    width: 9.3vw;
  }
}
.p-top__section-2__texts__lead {
  font-size: max(3.125vw, 40px);
  font-weight: 200;
  letter-spacing: 0.1em;
  padding: max(8.8vw, 120px) 0 max(2.6vw, 40px);
  text-align: left;
}
@media (max-width: 600px) {
  .p-top__section-2__texts__lead {
    font-size: max(1.5625vw, 20px);
    padding: 13.3vw 0 6.5vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-2__texts__lead {
    font-size: 8vw;
  }
}
.p-top__section-2__texts > p {
  max-width: max(36.4vw, 300px);
  font-size: clamp(16px, 1.0417vw, 20px);
  line-height: 2;
}
@media (max-width: 600px) {
  .p-top__section-2__texts > p {
    font-size: 5.3333vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-2__texts > p {
    max-width: none;
    font-size: clamp(13px, 0.7813vw, 15px);
    line-height: 1.8;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-2__texts > p {
    font-size: 4vw;
  }
}
.p-top__section-2__visuals {
  width: 40.2vw;
  position: relative;
}
@media (max-width: 600px) {
  .p-top__section-2__visuals {
    width: 100%;
    aspect-ratio: 375/432;
  }
}
.p-top__section-2__visuals__round {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: max(1.45vw, 20px);
  aspect-ratio: 1/1;
  background-color: var(--color-3);
  border-radius: 50%;
  position: absolute;
  top: 2.6vw;
  left: -9.4vw;
  z-index: 2;
}
@media (max-width: 600px) {
  .p-top__section-2__visuals__round {
    padding: 6.6vw;
    top: -21vw;
    left: var(--gutter-1);
  }
}
.p-top__section-2__visuals__round p {
  font-size: max(1.25vw, 16px);
  line-height: 1.45;
  text-align: center;
  color: var(--color-2);
}
@media (max-width: 600px) {
  .p-top__section-2__visuals__round p {
    font-size: clamp(13px, 0.7813vw, 15px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-2__visuals__round p {
    font-size: 4vw;
  }
}
.p-top__section-2__visuals__display {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 600px) {
  .p-top__section-2__visuals__display {
    height: 100%;
    overflow: hidden;
  }
}
.p-top__section-2__visuals__display__inner {
  width: 100%;
  rotate: 15deg;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 600px) {
  .p-top__section-2__visuals__display__inner {
    width: 80%;
  }
}
.p-top__section-2__visuals__display img {
  width: 100%;
}
.p-top__section-2__visuals__display video {
  width: 90%;
  position: absolute;
  top: 11%;
  left: 49.3%;
  translate: -50% 0;
}
.p-top__section-2__visuals > span {
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: var(--color-4);
  position: absolute;
  bottom: max(1.5vw, 30px);
  left: -25vw;
  padding: 0 1vw;
  border-radius: 1vw;
}
@media (max-width: 600px) {
  .p-top__section-2__visuals > span {
    font-size: 4.8vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-2__visuals > span {
    font-size: clamp(9px, 0.5729vw, 11px);
    left: auto;
    bottom: auto;
    top: -8vw;
    right: 4vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-2__visuals > span {
    font-size: 2.9333vw;
  }
}
.p-top__section-3 {
  background-color: var(--color-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15.8vw var(--gutter-1) 0;
  overflow: visible;
}
@media (max-width: 600px) {
  .p-top__section-3 {
    padding: 26.6vw var(--gutter-1) 0;
  }
}
.p-top__section-3 h2 {
  width: min(650px, 100%);
  min-width: 39.3vw;
  position: sticky;
  top: 32vh;
  left: 1vw;
  z-index: 1;
}
@media (max-width: 1100px) {
  .p-top__section-3 h2 {
    position: relative;
    top: 0;
    left: 0;
  }
}
.p-top__section-3 h2 img {
  width: 100%;
}
@media (max-width: 600px) {
  .p-top__section-3 h2 img {
    width: 104%;
  }
}
.p-top__section-3__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  padding-top: 15vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .p-top__section-3__contents {
    grid-template-columns: 1fr;
    gap: 5.3vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-3__contents {
    padding-top: 10.6vw;
  }
}
.p-top__section-3__contents__item {
  background-color: var(--color-4);
  padding: max(4.16vw, 40px) max(1.56vw, 15px) max(1.56vw, 15px);
  border-radius: var(--radius-1);
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item {
    padding: 9.9vw 3.2vw 3.2vw;
  }
}
.p-top__section-3__contents__item:nth-of-type(2n) {
  position: relative;
  top: 30vw;
}
@media (max-width: 1100px) {
  .p-top__section-3__contents__item:nth-of-type(2n) {
    top: 0;
  }
}
.p-top__section-3__contents__item__issue-wrap {
  padding: 0 2.6vw;
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__issue-wrap {
    padding: 0 5.3vw;
    gap: 4vw;
  }
}
.p-top__section-3__contents__item__issue-wrap > p {
  padding-top: 6.4vw;
}
.p-top__section-3__contents__item__issue {
  display: flex;
  gap: 3vw;
}
.p-top__section-3__contents__item__issue__number {
  background-color: var(--color-3);
  height: max(5.4vw, 60px);
  aspect-ratio: 1/1;
  border-radius: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__issue__number {
    height: 15vw;
  }
}
.p-top__section-3__contents__item__issue__number span {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  font-size: max(1.97vw, 20px);
  line-height: 0.9;
  color: var(--color-2);
  padding-top: 0.2vw;
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__issue__number span {
    font-size: clamp(16px, 1.0417vw, 20px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-3__contents__item__issue__number span {
    font-size: 5.3333vw;
  }
}
.p-top__section-3__contents__item__issue__texts__lead {
  font-size: max(1.5625vw, 20px);
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__issue__texts__lead {
    font-size: 8vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__issue__texts__lead {
    font-size: clamp(16px, 1.0417vw, 20px);
    white-space: nowrap;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-3__contents__item__issue__texts__lead {
    font-size: 5.3333vw;
  }
}
.p-top__section-3__contents__item__issue__texts > p {
  padding-top: 1.3vw;
}
.p-top__section-3__contents__item__solve {
  background-color: var(--color-2);
  border-radius: var(--radius-1);
  padding: max(4.16vw, 45px) max(2.6vw, 30px, 30px);
  margin-top: 5.73vw;
  position: relative;
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__solve {
    padding: 13vw 5.3vw 5.3vw;
    margin-top: 15.2vw;
  }
}
.p-top__section-3__contents__item__solve__arrow {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: max(3.3vw, 40px);
  aspect-ratio: 1/1;
  border-radius: 100vw;
  background-color: var(--color-2);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__solve__arrow {
    width: 14.5%;
  }
}
.p-top__section-3__contents__item__solve__arrow__inner {
  width: 22%;
  overflow: hidden;
  position: relative;
  display: flex;
}
.p-top__section-3__contents__item__solve__arrow__inner img {
  width: 100%;
  animation: solve-arrow 4s cubic-bezier(0.83, 0, 0.17, 1) infinite forwards;
}
@keyframes solve-arrow {
  0% {
    translate: 0 0;
  }
  40% {
    translate: 0 130%;
  }
  100% {
    translate: 0 130%;
  }
}
.p-top__section-3__contents__item__solve__arrow__inner img:last-child {
  position: absolute;
  top: -130%;
  left: 0;
}
.p-top__section-3__contents__item__solve__lead {
  display: flex;
  align-items: flex-start;
  gap: 1.2vw;
}
.p-top__section-3__contents__item__solve__lead__check {
  padding-top: 0.6vw;
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__solve__lead__check {
    display: none;
  }
}
.p-top__section-3__contents__item__solve__lead__check img {
  width: 3.1vw;
}
.p-top__section-3__contents__item__solve__lead h3 {
  font-size: max(2.6042vw, 28px);
  color: var(--color-3);
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__solve__lead h3 {
    font-size: 13.3333vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__solve__lead h3 {
    font-size: 7.2vw;
  }
}
.p-top__section-3__contents__item__solve__texts {
  padding: 2.86vw 0;
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__solve__texts {
    padding: 5.8vw 0 8vw;
  }
}
.p-top__section-3__contents__item__solve__texts > span {
  display: flex;
  padding-top: 0.4vw;
  font-size: clamp(12px, 0.7292vw, 14px);
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__solve__texts > span {
    font-size: 3.7333vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__solve__texts > span {
    padding-top: 1vw;
    font-size: clamp(9px, 0.5729vw, 11px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-3__contents__item__solve__texts > span {
    font-size: 2.9333vw;
  }
}
.p-top__section-3__contents__item__solve__img {
  width: 100%;
  aspect-ratio: 725/408;
  border-radius: var(--radius-1);
  overflow: hidden;
}
.p-top__section-3__contents__item__solve__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top__section-4 {
  background-color: var(--color-2);
  padding: var(--pad-1) var(--gutter-1) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-top__section-4 .c-heading-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.4vw;
}
@media (max-width: 600px) {
  .p-top__section-4 .c-heading-1 {
    margin-bottom: 9vw;
  }
}
.p-top__section-4 .c-heading-1__lead {
  padding-top: 1.3vw;
}
@media (max-width: 600px) {
  .p-top__section-4 .c-heading-1__lead {
    padding-top: 3vw;
    font-size: max(1.5625vw, 20px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-4 .c-heading-1__lead {
    font-size: 8vw;
  }
}
.p-top__section-4__figure {
  width: 78.1vw;
}
@media (max-width: 1100px) {
  .p-top__section-4__figure {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .p-top__section-4__figure {
    width: 100%;
  }
}
.p-top__section-4__figure img {
  width: 100%;
}
.p-top__section-4 > p {
  font-size: clamp(18px, 1.3021vw, 25px);
  font-weight: 700;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
  max-width: max(63vw, 700px);
  color: var(--color-5);
  padding: 3.1vw 0 3.6vw;
}
@media (max-width: 600px) {
  .p-top__section-4 > p {
    font-size: 6.6667vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-4 > p {
    font-size: clamp(13.5px, 0.8333vw, 16px);
    padding: 8vw 0 13vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-4 > p {
    font-size: 4.2667vw;
  }
}
.p-top__section-4 > p span {
  color: var(--color-1);
}
.p-top__section-4__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: max(1.1vw, 15px);
}
.p-top__section-5 {
  padding: var(--pad-1) var(--gutter-1) max(7.8vw, 100px);
  background-color: var(--color-2);
}
.p-top__section-5__contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(3.64vw, 60px) max(1.56vw, 12px);
}
@media (max-width: 1100px) {
  .p-top__section-5__contents {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .p-top__section-5__contents {
    grid-template-columns: 1fr;
    gap: 16vw;
  }
}
.p-top__section-5__contents__item {
  position: relative;
}
.p-top__section-5__contents__item > img {
  position: absolute;
  top: -4%;
  right: -4%;
  width: 35.5%;
}
.p-top__section-5__contents__item__img {
  aspect-ratio: 1/1;
  border-radius: var(--radius-1);
  overflow: hidden;
}
.p-top__section-5__contents__item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top__section-5__contents__item__texts {
  padding: max(1.4vw, 10px) max(0.5vw, 4px) 0;
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts {
    padding: 5.5vw 0 0;
  }
}
.p-top__section-5__contents__item__texts h3 {
  font-size: clamp(18px, 1.3021vw, 25px);
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts h3 {
    font-size: 6.6667vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts h3 {
    font-size: clamp(14px, 0.9375vw, 18px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-5__contents__item__texts h3 {
    font-size: 4.8vw;
  }
}
.p-top__section-5__contents__item__texts > p {
  font-size: clamp(13.5px, 0.8333vw, 16px);
  padding-top: max(0.7vw, 10px);
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts > p {
    font-size: 4.2667vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts > p {
    font-size: clamp(12px, 0.7292vw, 14px);
    padding-top: 3.6vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-5__contents__item__texts > p {
    font-size: 3.7333vw;
  }
}
.p-top__section-5__contents__item__texts__bottom .c-btn-1 {
  margin-top: max(2vw, 20px);
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .c-btn-1 {
    margin-top: 8vw;
  }
}
.p-top__section-5__contents__item__texts__bottom .note {
  font-size: clamp(10px, 0.625vw, 12px) !important;
  line-height: 1.2;
  padding-top: max(0.5vw, 10px);
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .note {
    font-size: 3.2vw !important;
  }
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .note {
    padding-top: 2.6vw;
  }
}
.p-top__section-5__contents__item__texts__bottom .box {
  margin-top: 2vw;
  padding: max(0.8vw, 13px);
  border: solid 1px var(--color-1);
  border-radius: var(--radius-1);
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .box {
    margin-top: 8vw;
    padding: 5.3vw;
  }
}
.p-top__section-5__contents__item__texts__bottom .box__heading {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .p-top__section-5__contents__item__texts__bottom .box__heading {
    flex-wrap: wrap;
  }
}
.p-top__section-5__contents__item__texts__bottom .box__heading__texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: max(1.3vw, 15px);
}
.p-top__section-5__contents__item__texts__bottom .box__heading__texts__tag {
  padding: max(0.3vw, 5px) max(1.2vw, 15px);
  border-radius: 100vw;
  background-color: var(--color-1);
  color: var(--color-2);
  width: fit-content;
  font-size: clamp(12px, 0.7292vw, 14px);
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .box__heading__texts__tag {
    font-size: 3.7333vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .box__heading__texts__tag {
    padding: 1.3vw 4.5vw;
    font-size: clamp(9px, 0.5729vw, 11px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .box__heading__texts__tag {
    font-size: 2.9333vw;
  }
}
.p-top__section-5__contents__item__texts__bottom .box__heading__texts__title {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px min(1vw, 10px);
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .box__heading__texts__title {
    gap: 3vw;
  }
}
.p-top__section-5__contents__item__texts__bottom .box__heading__texts__title img {
  width: max(8vw, 110px);
}
.p-top__section-5__contents__item__texts__bottom .box__heading__texts__title span {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(12px, 0.7292vw, 14px);
  line-height: 1.4;
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .box__heading__texts__title span {
    font-size: 3.7333vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .box__heading__texts__title span {
    font-size: clamp(10px, 0.625vw, 12px) !important;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .box__heading__texts__title span {
    font-size: 3.2vw !important;
  }
}
.p-top__section-5__contents__item__texts__bottom .box__heading__img {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
}
.p-top__section-5__contents__item__texts__bottom .box__heading__img img {
  width: max(6.2vw, 70px);
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .box__heading__img img {
    width: 20vw;
  }
}
.p-top__section-5__contents__item__texts__bottom .box__contents {
  padding-top: 0.5vw;
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .box__contents {
    padding-top: 2.1vw;
  }
}
.p-top__section-5__contents__item__texts__bottom .box__contents > p {
  font-size: clamp(12px, 0.7292vw, 14px);
  line-height: 1.5;
  border-top: solid 1px var(--color-1);
  padding-top: max(1vw, 12px);
  margin-top: max(0.5vw, 8px);
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .box__contents > p {
    font-size: 3.7333vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .box__contents > p {
    font-size: clamp(11px, 0.6771vw, 13px);
    padding-top: 4vw;
    margin-top: 2vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-5__contents__item__texts__bottom .box__contents > p {
    font-size: 3.4667vw;
  }
}
.p-top__section-6 {
  padding: max(2.8vw, 50px) var(--gutter-1);
  background-color: var(--color-1);
  color: var(--color-2);
  display: grid;
  grid-template-columns: auto 55vw;
  gap: 50px;
  width: 100vw;
}
@media (max-width: 1100px) {
  .p-top__section-6 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .p-top__section-6 {
    padding: 26.6vw var(--gutter-1);
    gap: 5.3vw;
  }
}
.p-top__section-6__left img {
  width: max(25vw, 300px);
}
@media (max-width: 600px) {
  .p-top__section-6__left img {
    width: 100%;
  }
}
.p-top__section-6__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.1vw;
}
@media (max-width: 600px) {
  .p-top__section-6__right {
    display: flex;
    flex-direction: column;
    gap: 6.6vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-6__right__texts {
    order: 2;
  }
}
.p-top__section-6__right__texts > p {
  font-size: clamp(13.5px, 0.8333vw, 16px);
  padding-bottom: 2.6vw;
}
@media (max-width: 600px) {
  .p-top__section-6__right__texts > p {
    font-size: 4.2667vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-6__right__texts > p {
    font-size: clamp(12px, 0.7292vw, 14px);
    padding-bottom: 10.6vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-6__right__texts > p {
    font-size: 3.7333vw;
  }
}
.p-top__section-6__right__img {
  min-height: 20vw;
  background-color: var(--color-2);
  border-radius: var(--radius-1);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .p-top__section-6__right__img {
    min-height: auto;
    aspect-ratio: 335/154;
    width: auto;
  }
}
.p-top__section-6__right__img img {
  width: 33%;
  margin-top: 1vw;
}
.p-top__section-7 {
  background-color: var(--color-2);
  padding: var(--pad-1) var(--gutter-1) 0;
}
@media (max-width: 600px) {
  .p-top__section-7 {
    padding: var(--pad-1) 0 0;
  }
}
@media (max-width: 600px) {
  .p-top__section-7 .c-heading-1 {
    padding: 0 var(--gutter-1);
  }
}
@media (max-width: 600px) {
  .p-top__section-7 .c-heading-1 img {
    right: var(--gutter-1);
  }
}
.p-top__section-7__contents {
  display: grid;
  grid-template-columns: 1070fr 450fr;
  gap: 15vw;
}
@media (max-width: 1100px) {
  .p-top__section-7__contents {
    grid-template-columns: 1fr;
    gap: 19.5vw;
  }
}
.p-top__section-7__contents__figure {
  position: sticky;
  top: 10vh;
  height: fit-content;
}
@media (max-width: 1100px) {
  .p-top__section-7__contents__figure {
    position: relative;
    top: 0;
  }
}
.p-top__section-7__contents__figure > span {
  display: flex;
  width: fit-content;
  font-weight: 600;
  line-height: 1;
  background-color: var(--color-3);
  color: var(--color-2);
  padding: max(0.6vw, 7px) max(1.35vw, 15px) max(0.7vw, 8px);
  border-radius: 100vw 100vw 0 100vw;
}
@media (max-width: 600px) {
  .p-top__section-7__contents__figure > span {
    font-size: clamp(9px, 0.5729vw, 11px);
    padding: 2vw 5vw 2vw 4vw;
    border-radius: 0 var(--radius-1) 0 0;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-7__contents__figure > span {
    font-size: 2.9333vw;
  }
}
.p-top__section-7__contents__figure__wrap {
  padding: 5.5vw;
  background-color: var(--color-1);
  border-radius: var(--radius-1);
}
@media (max-width: 600px) {
  .p-top__section-7__contents__figure__wrap {
    border-radius: 0;
    padding: 7.5vw var(--gutter-1);
  }
}
.p-top__section-7__contents__figure__wrap img {
  width: 100%;
}
@media (max-width: 600px) {
  .p-top__section-7__contents__process {
    padding: 0 var(--gutter-1);
  }
}
.p-top__section-7__contents__process > span {
  display: flex;
  justify-content: flex-end;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(16px, 1.0417vw, 20px);
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 600px) {
  .p-top__section-7__contents__process > span {
    font-size: 5.3333vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-7__contents__process > span {
    font-size: clamp(13.5px, 0.8333vw, 16px);
    justify-content: flex-start;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-7__contents__process > span {
    font-size: 4.2667vw;
  }
}
.p-top__section-7__contents__process__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.7vw;
  margin-top: 1vw;
}
@media (max-width: 600px) {
  .p-top__section-7__contents__process__list {
    gap: 10.6vw;
    margin-top: 3.2vw;
  }
}
.p-top__section-7__contents__process__list__item {
  padding-top: max(3.2vw, 50px);
  border-top: solid 1px var(--color-1);
}
@media (max-width: 600px) {
  .p-top__section-7__contents__process__list__item {
    padding-top: 19.5vw;
  }
}
.p-top__section-7__contents__process__list__item__number {
  color: var(--color-3);
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 600px) {
  .p-top__section-7__contents__process__list__item__number {
    font-size: 4.8vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-7__contents__process__list__item__number {
    font-size: clamp(12px, 0.7292vw, 14px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-7__contents__process__list__item__number {
    font-size: 3.7333vw;
  }
}
.p-top__section-7__contents__process__list__item h3 {
  color: var(--color-3);
  font-size: max(1.5625vw, 20px);
  font-weight: 600;
  line-height: 1.3;
  padding-top: 1vw;
}
@media (max-width: 600px) {
  .p-top__section-7__contents__process__list__item h3 {
    font-size: 8vw;
  }
}
@media (max-width: 1100px) {
  .p-top__section-7__contents__process__list__item h3 {
    font-size: max(2.6042vw, 28px);
    font-weight: 700;
  }
}
@media (max-width: 1100px) and (max-width: 600px) {
  .p-top__section-7__contents__process__list__item h3 {
    font-size: 13.3333vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-7__contents__process__list__item h3 {
    font-size: 5.86vw;
    padding-top: 4vw;
  }
}
.p-top__section-7__contents__process__list__item > p {
  padding-top: 2.86vw;
  font-size: clamp(13.5px, 0.8333vw, 16px);
}
@media (max-width: 600px) {
  .p-top__section-7__contents__process__list__item > p {
    font-size: 4.2667vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-7__contents__process__list__item > p {
    padding-top: 8vw;
    font-size: clamp(12px, 0.7292vw, 14px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-7__contents__process__list__item > p {
    font-size: 3.7333vw;
  }
}
.p-top__section-7__contents__process__list__item__img {
  margin-top: 2.4vw;
  border-radius: var(--radius-1);
  overflow: hidden;
}
@media (max-width: 600px) {
  .p-top__section-7__contents__process__list__item__img {
    margin-top: 10.6vw;
  }
}
.p-top__section-7__contents__process__list__item__img img {
  width: 100%;
}
.p-top__section-7__contents__process__list__item__note {
  font-size: clamp(10px, 0.625vw, 12px) !important;
  line-height: 1.4;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5vw;
}
@media (max-width: 600px) {
  .p-top__section-7__contents__process__list__item__note {
    font-size: 3.2vw !important;
  }
}
@media (max-width: 600px) {
  .p-top__section-7__contents__process__list__item__note {
    padding-top: 1.6vw;
    font-size: clamp(8px, 0.5208vw, 10px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-7__contents__process__list__item__note {
    font-size: 2.6667vw;
  }
}
.p-top__section-8 {
  padding: var(--pad-1) var(--gutter-1);
  background-color: var(--color-2);
}
@media (max-width: 600px) {
  .p-top__section-8 {
    padding-bottom: 26.6vw;
  }
}
.p-top__section-8__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7.3vw 6.2vw;
}
@media (max-width: 1100px) {
  .p-top__section-8__contents {
    grid-template-columns: 1fr;
    gap: 10vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-8__contents {
    gap: 21.3vw;
  }
}
.p-top__section-8__contents__item {
  border-top: solid 1px var(--color-1);
  padding-top: max(1.56vw, 20px);
  display: grid;
  grid-template-columns: 218fr 470fr;
  gap: 8.2vw;
  height: fit-content;
}
@media (max-width: 600px) {
  .p-top__section-8__contents__item {
    grid-template-columns: 1fr;
    padding-top: 13.3vw;
    gap: 4vw;
  }
}
.p-top__section-8__contents__item__heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 600px) {
  .p-top__section-8__contents__item__heading {
    gap: 4vw;
  }
}
.p-top__section-8__contents__item__heading h3 {
  font-size: max(1.5625vw, 20px);
  line-height: 1.5;
}
@media (max-width: 600px) {
  .p-top__section-8__contents__item__heading h3 {
    font-size: 8vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-8__contents__item__heading h3 {
    font-size: clamp(18px, 1.3021vw, 25px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-8__contents__item__heading h3 {
    font-size: 6.6667vw;
  }
}
.p-top__section-8__contents__item__heading__bottom {
  display: flex;
  flex-direction: column;
  gap: max(0.7vw, 10px);
}
@media (max-width: 600px) {
  .p-top__section-8__contents__item__heading__bottom {
    gap: 2.6vw;
    align-items: flex-end;
  }
}
.p-top__section-8__contents__item__heading__bottom__img {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-4);
  border-radius: var(--radius-1);
}
@media (max-width: 600px) {
  .p-top__section-8__contents__item__heading__bottom__img {
    aspect-ratio: 335/164;
  }
}
.p-top__section-8__contents__item__heading__bottom__img img {
  width: 54%;
}
@media (max-width: 600px) {
  .p-top__section-8__contents__item__heading__bottom__img img {
    width: 42%;
  }
}
.p-top__section-8__contents__item__heading__bottom .c-btn-1 {
  width: 100%;
}
@media (max-width: 600px) {
  .p-top__section-8__contents__item__heading__bottom .c-btn-1 {
    width: fit-content;
  }
}
.p-top__section-8__contents__item__details ul li {
  display: grid;
  grid-template-columns: minmax(100px, 7.4vw) 1fr;
  gap: 1vw;
  padding: max(0.8vw, 10px) 0;
  border-bottom: solid 1px var(--color-6);
}
@media (max-width: 600px) {
  .p-top__section-8__contents__item__details ul li {
    grid-template-columns: 1fr 55.2vw;
    gap: 4vw;
    padding: 4vw 0;
  }
}
.p-top__section-8__contents__item__details ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.p-top__section-8__contents__item__details ul li > p {
  font-size: clamp(13px, 0.7813vw, 15px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
}
@media (max-width: 600px) {
  .p-top__section-8__contents__item__details ul li > p {
    font-size: 4vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-8__contents__item__details ul li > p {
    font-size: clamp(12px, 0.7292vw, 14px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-8__contents__item__details ul li > p {
    font-size: 3.7333vw;
  }
}
.p-top__section-8__contents__item__details ul li > p:first-child {
  opacity: 0.5;
}
.p-top__section-8__contents__item__details ul li > p span {
  display: flex;
  font-size: clamp(10px, 0.625vw, 12px) !important;
  padding-top: 0.3vw;
}
@media (max-width: 600px) {
  .p-top__section-8__contents__item__details ul li > p span {
    font-size: 3.2vw !important;
  }
}
@media (max-width: 600px) {
  .p-top__section-8__contents__item__details ul li > p span {
    font-size: clamp(9px, 0.5729vw, 11px);
    padding-top: 1.5vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-8__contents__item__details ul li > p span {
    font-size: 2.9333vw;
  }
}
.p-top__section-9 {
  padding: var(--pad-1) var(--gutter-1);
  background-color: var(--color-1);
  color: var(--color-2);
}
.p-top__section-9__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(4vw, 60px) max(2.1vw, 30px);
}
@media (max-width: 1100px) {
  .p-top__section-9__contents {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .p-top__section-9__contents {
    grid-template-columns: 1fr;
    gap: 14.6vw;
  }
}
.p-top__section-9__contents__item:nth-of-type(2n) {
  padding-top: 5.2vw;
}
.p-top__section-9__contents__item:nth-of-type(3n) {
  padding-top: 10.4vw;
}
@media (max-width: 1100px) {
  .p-top__section-9__contents__item {
    padding-top: 0 !important;
  }
}
.p-top__section-9__contents__item__img {
  aspect-ratio: 576/452;
  border-radius: var(--radius-1);
  overflow: hidden;
}
.p-top__section-9__contents__item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top__section-9__contents__item__texts {
  padding-top: max(1vw, 15px);
}
@media (max-width: 600px) {
  .p-top__section-9__contents__item__texts {
    padding-top: 4.5vw;
  }
}
.p-top__section-9__contents__item__texts h3 {
  font-size: clamp(18px, 1.3021vw, 25px);
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .p-top__section-9__contents__item__texts h3 {
    font-size: 6.6667vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-9__contents__item__texts h3 {
    font-size: clamp(16px, 1.0417vw, 20px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-9__contents__item__texts h3 {
    font-size: 5.3333vw;
  }
}
.p-top__section-9__contents__item__texts > p {
  font-size: clamp(13.5px, 0.8333vw, 16px);
  max-width: max(330px, 23vw);
  padding-top: max(0.73vw, 10px);
}
@media (max-width: 600px) {
  .p-top__section-9__contents__item__texts > p {
    font-size: 4.2667vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-9__contents__item__texts > p {
    font-size: clamp(12px, 0.7292vw, 14px);
    padding-top: 3vw;
    max-width: none;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-9__contents__item__texts > p {
    font-size: 3.7333vw;
  }
}
.p-top__section-10 {
  padding: var(--pad-1) var(--gutter-1) 0;
  background-color: var(--color-2);
}
@media (max-width: 600px) {
  .p-top__section-10 {
    padding-top: 0;
  }
}
.p-top__section-10__content {
  padding: max(5.2vw, 60px) 0 max(7.8vw, 90px);
  border-top: solid 1px var(--color-6);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: max(0.8vw, 20px);
}
@media (max-width: 1100px) {
  .p-top__section-10__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .p-top__section-10__content {
    gap: 5.5vw;
    padding: 26vw 0 0;
    border: none;
  }
}
.p-top__section-10__content:last-child {
  border-bottom: solid 1px var(--color-6);
}
@media (max-width: 600px) {
  .p-top__section-10__content:last-child {
    border-bottom: none;
  }
}
.p-top__section-10__content h2 {
  font-size: max(2.34vw, 26px);
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .p-top__section-10__content h2 {
    font-size: 12vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-10__content h2 {
    font-size: clamp(18px, 1.3021vw, 25px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-10__content h2 {
    font-size: 6.6667vw;
  }
}
.p-top__section-10__content__pattern-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: max(0.8vw, 10px);
}
@media (max-width: 1100px) {
  .p-top__section-10__content__pattern-1 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-1 {
    gap: 2.5vw;
  }
}
.p-top__section-10__content__pattern-1__item {
  border-radius: var(--radius-1);
  background-color: var(--color-4);
  overflow: hidden;
  height: fit-content;
}
.p-top__section-10__content__pattern-1__item__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: max(1.5vw, 20px);
  padding: max(1.3vw, 14px) max(1.8vw, 18px);
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-1__item__summary {
    gap: 6.6vw;
    padding: 5.3vw 6.6vw;
  }
}
.p-top__section-10__content__pattern-1__item__summary__text {
  font-size: clamp(16px, 1.0417vw, 20px);
  font-weight: 600;
  line-height: 1.7;
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-1__item__summary__text {
    font-size: 5.3333vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-1__item__summary__text {
    font-size: clamp(13.5px, 0.8333vw, 16px);
    line-height: 1.6;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-10__content__pattern-1__item__summary__text {
    font-size: 4.2667vw;
  }
}
.p-top__section-10__content__pattern-1__item__summary > span {
  width: max(2vw, 30px);
  aspect-ratio: 1/1;
  border-radius: 100vw;
  background-color: var(--color-3);
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-1__item__summary > span {
    width: 8vw;
  }
}
.p-top__section-10__content__pattern-1__item__summary > span::before, .p-top__section-10__content__pattern-1__item__summary > span::after {
  content: "";
  width: 38%;
  height: 2px;
  background-color: var(--color-2);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-top__section-10__content__pattern-1__item__summary > span::after {
  rotate: 90deg;
  transition: 0.3s ease;
}
@media (min-width: 600px) and (hover: hover) and (pointer: fine) {
  .p-top__section-10__content__pattern-1__item__summary:hover {
    background-color: #d6d8da;
  }
}
.p-top__section-10__content__pattern-1__item__content {
  border-top: solid 1px var(--color-6);
}
.p-top__section-10__content__pattern-1__item__content__inner {
  padding: max(1.3vw, 14px) max(1.8vw, 18px);
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-1__item__content__inner {
    padding: 5.3vw 6.6vw;
  }
}
.p-top__section-10__content__pattern-1__item__content__inner > *:not(:first-child) {
  margin-top: max(0.7vw, 7px);
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-1__item__content__inner > *:not(:first-child) {
    margin-top: 3vw;
  }
}
.p-top__section-10__content__pattern-1__item__content__inner p {
  font-size: clamp(13.5px, 0.8333vw, 16px);
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-1__item__content__inner p {
    font-size: 4.2667vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-1__item__content__inner p {
    font-size: clamp(12px, 0.7292vw, 14px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-10__content__pattern-1__item__content__inner p {
    font-size: 3.7333vw;
  }
}
.p-top__section-10__content__pattern-1__item__content__inner p.has-small-font-size {
  font-size: clamp(10px, 0.625vw, 12px) !important;
  margin-top: 0;
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-1__item__content__inner p.has-small-font-size {
    font-size: 3.2vw !important;
  }
}
.p-top__section-10__content__pattern-1__item__content__inner a {
  text-decoration: underline;
  color: #0000ee;
}
.p-top__section-10__content__pattern-1__item__content__inner .wp-block-image {
  border-radius: var(--radius-1);
  overflow: hidden;
}
.p-top__section-10__content__pattern-1__item.is-open .p-top__section-10__content__pattern-1__item__summary > span::after {
  rotate: 360deg;
}
.p-top__section-10__content__pattern-2__item {
  border-top: solid 1px var(--color-1);
  overflow: hidden;
}
.p-top__section-10__content__pattern-2__item:last-child {
  border-bottom: solid 1px var(--color-1);
}
.p-top__section-10__content__pattern-2__item__summary {
  padding: max(1.25vw, 20px) 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-2__item__summary {
    padding: 6.6vw 0;
    gap: 9vw;
  }
}
.p-top__section-10__content__pattern-2__item__summary__left {
  display: flex;
}
.p-top__section-10__content__pattern-2__item__summary__left__no {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(16px, 1.0417vw, 20px);
  color: var(--color-3);
  width: max(6.5vw, 60px);
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-2__item__summary__left__no {
    font-size: 5.3333vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-2__item__summary__left__no {
    width: 17vw;
    font-size: clamp(16px, 1.0417vw, 20px);
    line-height: 1.4;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-10__content__pattern-2__item__summary__left__no {
    font-size: 5.3333vw;
  }
}
.p-top__section-10__content__pattern-2__item__summary__left__text {
  font-size: clamp(16px, 1.0417vw, 20px);
  line-height: 1.6;
  font-weight: 600;
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-2__item__summary__left__text {
    font-size: 5.3333vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-2__item__summary__left__text {
    font-size: clamp(13.5px, 0.8333vw, 16px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-10__content__pattern-2__item__summary__left__text {
    font-size: 4.2667vw;
  }
}
.p-top__section-10__content__pattern-2__item__summary > span {
  width: max(1vw, 14px);
  border-radius: 100vw;
  position: relative;
  flex-shrink: 0;
  margin-right: 0.5vw;
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-2__item__summary > span {
    width: 4vw;
    height: fit-content;
    aspect-ratio: 1/1;
    top: 2vw;
  }
}
.p-top__section-10__content__pattern-2__item__summary > span::before, .p-top__section-10__content__pattern-2__item__summary > span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color-1);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-top__section-10__content__pattern-2__item__summary > span::after {
  rotate: 90deg;
  transition: 0.3s ease;
}
@media (min-width: 600px) and (hover: hover) and (pointer: fine) {
  .p-top__section-10__content__pattern-2__item__summary:hover {
    background-color: #f0f0f0;
  }
}
.p-top__section-10__content__pattern-2__item__content__inner {
  padding: max(1.25vw, 20px) 6.5vw max(4.1vw, 60px);
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-2__item__content__inner {
    padding: 0 9vw 6.6vw 17vw;
  }
}
.p-top__section-10__content__pattern-2__item__content__inner > p {
  font-size: clamp(13.5px, 0.8333vw, 16px);
  max-width: min(650px, 100%);
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-2__item__content__inner > p {
    font-size: 4.2667vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-10__content__pattern-2__item__content__inner > p {
    font-size: clamp(12px, 0.7292vw, 14px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-10__content__pattern-2__item__content__inner > p {
    font-size: 3.7333vw;
  }
}
.p-top__section-10__content__pattern-2__item.is-open .p-top__section-10__content__pattern-2__item__summary > span::after {
  rotate: 360deg;
}
.p-top__section-11 {
  padding: max(7.8vw, 100px) var(--gutter-1);
  background-color: var(--color-2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: max(1.56vw, 15px);
}
@media (max-width: 800px) {
  .p-top__section-11 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .p-top__section-11 {
    padding: 26vw var(--gutter-1);
    gap: 2.6vw;
  }
}
.p-top__section-11__item {
  padding: max(2vw, 20px);
  border-radius: var(--radius-1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: max(5.2vw, 50px);
  background-color: var(--color-4);
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .p-top__section-11__item {
    padding: 6.6vw;
    gap: 8vw;
  }
}
.p-top__section-11__item.is-hide {
  pointer-events: none;
}
.p-top__section-11__item.is-hide::before {
  content: "COMING SOON";
  position: absolute;
  inset: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.732);
  color: var(--color-2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: max(1.823vw, 23px);
  letter-spacing: 0.1em;
}
@media (max-width: 600px) {
  .p-top__section-11__item.is-hide::before {
    font-size: 9.3vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-11__item.is-hide::before {
    font-size: clamp(16px, 1.0417vw, 20px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-11__item.is-hide::before {
    font-size: 5.3333vw;
  }
}
.p-top__section-11__item > * {
  position: relative;
  z-index: 2;
}
.p-top__section-11__item__texts img {
  height: max(2.6vw, 30px);
}
@media (max-width: 600px) {
  .p-top__section-11__item__texts img {
    height: 8vw;
  }
}
.p-top__section-11__item__texts p {
  font-size: max(1.823vw, 23px);
  font-weight: 700;
  line-height: 1.3;
  padding-top: 1vw;
}
@media (max-width: 600px) {
  .p-top__section-11__item__texts p {
    font-size: 9.3vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-11__item__texts p {
    font-size: clamp(16px, 1.0417vw, 20px);
    padding-top: 3.5vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-11__item__texts p {
    font-size: 5.3333vw;
  }
}
.p-top__section-11__item .c-btn-1 {
  pointer-events: none;
}
.p-top__section-11__item .c-btn-1__bubble {
  transition: 0.3s ease;
}
.p-top__section-11__item__img {
  position: absolute;
  top: 20%;
  right: 10%;
  z-index: 1;
  width: 42%;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .p-top__section-11__item__img {
    top: 8vw;
    right: -10vw;
    width: 41vw;
  }
}
.p-top__section-11__item__img img {
  width: 100%;
}
@media (min-width: 600px) and (hover: hover) and (pointer: fine) {
  .p-top__section-11__item:hover {
    background-color: #e4e7ea;
  }
  .p-top__section-11__item:hover .p-top__section-11__item__img {
    top: 15%;
  }
  .p-top__section-11__item:hover .c-btn-1__bubble {
    width: 250%;
    opacity: 1;
  }
}
.p-top__section-11 > div:last-child .p-top__section-11__item__texts img {
  height: max(2.2vw, 24px);
}
@media (max-width: 600px) {
  .p-top__section-11 > div:last-child .p-top__section-11__item__texts img {
    height: 7vw;
  }
}