:root {
  --color-1: #121414;
  --color-2: #fff;
  --color-3: #2d91af;
  --color-4: #eeeeee;
  --color-5: #1380a1;
  --gutter-1: max(2.08vw, 25px);
  --pad-1: max(10.4vw, 120px);
  --radius-1: max(0.52vw, 8px);
}
@media (max-width: 600px) {
  :root {
    --pad-1: 32vw;
    --gutter-1: 5.3vw;
    --radius-1: 2.66vw;
  }
}

.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;
  font-weight: 350;
  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;
}
@media (max-width: 600px) {
  html {
    font-size: 4.8vw;
  }
}
@media (max-width: 600px) {
  html {
    font-size: clamp(13px, 0.7813vw, 15px);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  html {
    font-size: 4vw;
  }
}

body {
  position: relative;
  background-color: var(--color-3);
}
body::before {
  content: "";
  position: fixed;
  bottom: 0;
  pointer-events: none;
  height: 4px;
  width: 100%;
  background-color: #000;
  mix-blend-mode: lighten;
}

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);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .error-message,
  .program-error {
    font-size: 3.2vw;
  }
}

.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;
}

#wpseo-readability-filter,
#wpseo-filter {
  display: none !important;
}

.c-btn-1 {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-2);
  background-color: var(--color-1);
  border-radius: 100vw;
  padding: max(0.8vw, 10px) max(2.4vw, 30px) max(0.8vw, 9px) max(2.86vw, 35px);
  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: max(1vw, 10px);
  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(13.5px, 0.8333vw, 16px);
  line-height: 1;
}
@media (max-width: 600px) {
  .c-btn-1 .c-btn-1__inner > p {
    font-size: 4.2667vw;
  }
}
@media (max-width: 600px) {
  .c-btn-1 .c-btn-1__inner > p {
    font-size: clamp(10px, 0.625vw, 12px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-btn-1 .c-btn-1__inner > p {
    font-size: 3.2vw;
  }
}
.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-5);
  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-title-svg {
  color: var(--color-3);
}
.c-title-svg.is-white {
  color: var(--color-2);
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: center;
  gap: max(1.5vw, 15px);
  background-color: var(--color-3);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: 1.5s 2.5s cubic-bezier(0.83, 0, 0.17, 1);
}
@media (max-width: 600px) {
  .c-loading {
    gap: 4vw;
  }
}
.c-loading__no, .c-loading__progress {
  opacity: 1;
  transition: 1s ease;
}
.c-loading__no {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 200;
  letter-spacing: 0.12em;
  font-size: clamp(25px, 2.0833vw, 40px);
  letter-spacing: 0.03em;
  line-height: 1;
  color: var(--color-2);
}
@media (max-width: 600px) {
  .c-loading__no {
    font-size: 10.6667vw;
  }
}
@media (max-width: 600px) {
  .c-loading__no {
    font-size: clamp(18px, 1.25vw, 24px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-loading__no {
    font-size: 6.4vw;
  }
}
.c-loading__progress {
  width: max(10vw, 100px);
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
@media (max-width: 600px) {
  .c-loading__progress {
    width: 30vw;
  }
}
.c-loading__progress::after {
  content: "";
  display: block;
  width: var(--progress-width, 0%);
  height: 100%;
  background: #fff;
  transition: width 0.1s linear;
}
.c-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  visibility: hidden;
  transition: 1s 1s ease;
}
.c-loading__logo svg {
  width: max(10vw, 150px);
  height: auto;
}
@media (max-width: 600px) {
  .c-loading__logo svg {
    width: 32vw;
  }
}
.c-loading.is-complete {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  background-color: #000;
  visibility: hidden;
}
.c-loading.is-complete .c-loading__no,
.c-loading.is-complete .c-loading__progress {
  opacity: 0;
  visibility: hidden;
}
.c-loading.is-complete .c-loading__logo {
  opacity: 1;
  visibility: visible;
}
.c-loading.is-complete .c-loading__logo svg path {
  fill: var(--color-2);
}

.c-header__logo {
  position: absolute;
  top: max(1.56vw, 20px);
  left: var(--gutter-1);
  z-index: 99;
}
@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: 45vw;
  }
}
.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: auto;
    bottom: var(--gutter-1);
    flex-direction: column;
  }
}

.c-footer {
  padding: max(4.16vw, 60px) var(--gutter-1);
  background-color: var(--color-1);
  color: var(--color-2);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 600px) {
  .c-footer {
    padding: 15vw var(--gutter-1);
    flex-direction: column-reverse;
    gap: 20vw;
  }
}
.c-footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 600px) {
  .c-footer__left {
    gap: 5vw;
  }
}
.c-footer__left__logo {
  width: max(25.7vw, 300px);
}
@media (max-width: 600px) {
  .c-footer__left__logo {
    width: 70%;
  }
}
.c-footer__left__logo img {
  width: 100%;
}
.c-footer__left > span {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 200;
  letter-spacing: 0.12em;
  font-size: clamp(9px, 0.5729vw, 11px);
  line-height: 1;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .c-footer__left > span {
    font-size: 2.9333vw;
  }
}
@media (max-width: 600px) {
  .c-footer__left > span {
    font-size: clamp(8px, 0.4167vw, 8px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-footer__left > span {
    font-size: 2.1333vw;
  }
}
.c-footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.c-footer__right__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.c-footer__right__nav > span {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 200;
  letter-spacing: 0.12em;
  font-size: clamp(12px, 0.7292vw, 14px);
  line-height: 1;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .c-footer__right__nav > span {
    font-size: 3.7333vw;
  }
}
@media (max-width: 600px) {
  .c-footer__right__nav > span {
    font-size: clamp(8px, 0.5208vw, 10px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-footer__right__nav > span {
    font-size: 2.6667vw;
  }
}
.c-footer__right__nav nav {
  display: flex;
  flex-direction: column;
  gap: max(1.1vw, 15px);
  padding-top: max(1.5vw, 21px);
}
@media (max-width: 600px) {
  .c-footer__right__nav nav {
    gap: 5vw;
    padding-top: 6vw;
  }
}
.c-footer__right__nav nav a {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 200;
  letter-spacing: 0.12em;
  font-size: clamp(16px, 1.0417vw, 20px);
  font-weight: 400;
  line-height: 1;
  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.3s ease;
}
@media (max-width: 600px) {
  .c-footer__right__nav nav a {
    font-size: 5.3333vw;
  }
}
@media (max-width: 600px) {
  .c-footer__right__nav nav a {
    font-size: clamp(13.5px, 0.8333vw, 16px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-footer__right__nav nav a {
    font-size: 4.2667vw;
  }
}
@media (min-width: 600px) and (hover: hover) and (pointer: fine) {
  .c-footer__right__nav nav a:hover {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
.c-footer__right__bottom {
  padding-top: max(3.8vw, 60px);
}
@media (max-width: 600px) {
  .c-footer__right__bottom {
    padding-top: 15vw;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
.c-footer__right__bottom a {
  display: flex;
  align-items: center;
  gap: max(0.5vw, 5px);
  transition: 0.3s ease;
  border: solid 1px var(--color-2);
  border-radius: max(0.3vw, 5px);
  padding: max(0.5vw, 8px) max(1vw, 15px);
  transition: 0.3s ease;
}
.c-footer__right__bottom a span {
  font-size: clamp(12px, 0.7292vw, 14px);
}
@media (max-width: 600px) {
  .c-footer__right__bottom a span {
    font-size: 3.7333vw;
  }
}
@media (max-width: 600px) {
  .c-footer__right__bottom a span {
    font-size: clamp(8px, 0.5208vw, 10px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-footer__right__bottom a span {
    font-size: 2.6667vw;
  }
}
.c-footer__right__bottom a svg {
  width: max(0.8vw, 13px);
}
@media (max-width: 600px) {
  .c-footer__right__bottom a svg {
    width: 4vw;
  }
}
.c-footer__right__bottom a svg path {
  fill: var(--color-2);
  transition: 0.3s ease;
}
@media (min-width: 600px) and (hover: hover) and (pointer: fine) {
  .c-footer__right__bottom a:hover {
    background-color: var(--color-2);
    color: var(--color-1);
  }
  .c-footer__right__bottom a:hover svg path {
    fill: var(--color-1);
  }
}

.p-top__section-1__texts {
  padding: 17.7vw var(--gutter-1) var(--gutter-1);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .p-top__section-1__texts {
    padding-top: 70vw;
    gap: 8vw;
  }
}
.p-top__section-1__texts__main > span {
  display: flex;
  width: fit-content;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1;
  letter-spacing: 0.12em;
  padding: max(0.5vw, 5px) max(3.6vw, 30px);
  color: var(--color-3);
  background-color: var(--color-2);
}
@media (max-width: 600px) {
  .p-top__section-1__texts__main > span {
    font-size: 6.4vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-1__texts__main > span {
    font-size: clamp(12px, 0.7292vw, 14px);
    padding: 1.5vw 9vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-1__texts__main > span {
    font-size: 3.7333vw;
  }
}
.p-top__section-1__texts__main h1 {
  padding-top: 2.34vw;
}
@media (max-width: 600px) {
  .p-top__section-1__texts__main h1 {
    padding-top: 5vw;
  }
}
.p-top__section-1__texts__main h1 svg {
  width: 62.8vw;
  height: auto;
}
@media (max-width: 600px) {
  .p-top__section-1__texts__main h1 svg {
    width: 100%;
  }
}
.p-top__section-1__texts > p {
  color: var(--color-2);
  font-size: clamp(27px, 2.44vw, 47px);
  line-height: 1.47;
  letter-spacing: 0.14em;
  font-weight: 300;
}
@media (max-width: 600px) {
  .p-top__section-1__texts > p {
    font-size: 12.53vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-1__texts > p {
    font-size: clamp(18px, 1.25vw, 24px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-1__texts > p {
    font-size: 6.4vw;
  }
}
.p-top__section-1__img {
  aspect-ratio: 1920/740;
}
@media (max-width: 600px) {
  .p-top__section-1__img {
    aspect-ratio: 4/3;
  }
}
.p-top__section-1__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: bottom;
}
.p-top__section-2 {
  background-color: var(--color-4);
  display: flex;
  align-items: stretch;
  gap: 8.3vw;
}
@media (max-width: 1100px) {
  .p-top__section-2 {
    flex-direction: column-reverse;
  }
}
@media (max-width: 600px) {
  .p-top__section-2 {
    gap: 15vw;
  }
}
.p-top__section-2__img {
  display: flex;
  align-items: flex-end;
  margin-left: -7.2vw;
}
@media (max-width: 1100px) {
  .p-top__section-2__img {
    justify-content: center;
    align-items: center;
    margin-left: -31vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-2__img {
    margin-left: -49vw;
  }
}
.p-top__section-2__img img {
  width: max(48.7vw, 500px);
  padding-top: 10vw;
}
@media (max-width: 1100px) {
  .p-top__section-2__img img {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .p-top__section-2__img img {
    width: 100vw;
  }
}
.p-top__section-2__texts {
  padding: 15.3vw var(--gutter-1);
}
@media (max-width: 1100px) {
  .p-top__section-2__texts {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .p-top__section-2__texts {
    padding-top: var(--pad-1);
  }
}
.p-top__section-2__texts h2 {
  display: flex;
  align-items: flex-end;
  gap: max(0.7vw, 7px);
  font-size: clamp(25px, 2.0833vw, 40px);
  letter-spacing: 0.2em;
  line-height: 1;
}
@media (max-width: 600px) {
  .p-top__section-2__texts h2 {
    font-size: 10.6667vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-2__texts h2 {
    font-size: clamp(18px, 1.25vw, 24px);
    gap: 3vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-2__texts h2 {
    font-size: 6.4vw;
  }
}
.p-top__section-2__texts h2 svg {
  width: max(16.4vw, 200px);
  height: auto;
}
@media (max-width: 600px) {
  .p-top__section-2__texts h2 svg {
    width: 60vw;
  }
}
.p-top__section-2__texts > p {
  padding-top: max(2.6vw, 30px);
  line-height: 2;
  max-width: 37.5vw;
}
@media (max-width: 1100px) {
  .p-top__section-2__texts > p {
    max-width: 600px;
  }
}
@media (max-width: 600px) {
  .p-top__section-2__texts > p {
    padding-top: 8vw;
  }
}
.p-top__section-3 {
  padding: var(--pad-1) var(--gutter-1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(4.16vw, 40px);
  background-color: var(--color-2);
  position: relative;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 600px) {
  .p-top__section-3 {
    gap: 10vw;
  }
}
.p-top__section-3__heading {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  position: relative;
  color: var(--color-2);
  font-size: clamp(27px, 2.44vw, 47px);
  font-weight: 300;
  letter-spacing: 0.15em;
}
@media (max-width: 600px) {
  .p-top__section-3__heading {
    font-size: 12.53vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-3__heading {
    font-size: clamp(20px, 1.5625vw, 30px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-3__heading {
    font-size: 8vw;
  }
}
.p-top__section-3__heading > * {
  position: relative;
  z-index: 2;
}
.p-top__section-3__heading::before {
  content: "";
  width: 150%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  background-color: var(--color-3);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -2;
}
.p-top__section-3__heading__elem-2 {
  display: flex;
  align-items: flex-end;
  gap: max(0.7vw, 7px);
  line-height: 1;
  padding: max(0.8vw, 6px) 0 max(1.8vw, 18px);
}
@media (max-width: 600px) {
  .p-top__section-3__heading__elem-2 {
    padding: 2vw 0 4vw;
    gap: 2vw;
  }
}
.p-top__section-3__heading__elem-2 svg {
  width: 30.5vw;
  height: auto;
}
@media (max-width: 600px) {
  .p-top__section-3__heading__elem-2 svg {
    width: 77vw;
  }
}
.p-top__section-3__heading__elem-3 {
  border: solid max(0.2vw, 1px) var(--color-2);
  line-height: 1.7;
  padding-bottom: max(0.2vw, 2px);
  padding-left: max(0.7vw, 10px);
}
@media (max-width: 600px) {
  .p-top__section-3__heading__elem-3 {
    line-height: 1.5;
    padding-bottom: 0.5vw;
  }
}
.p-top__section-3__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: max(0.88vw, 10px);
  width: 79vw;
}
@media (max-width: 1100px) {
  .p-top__section-3__contents {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .p-top__section-3__contents {
    gap: 4vw;
  }
}
.p-top__section-3__contents__item {
  display: grid;
  grid-template-columns: max(23.4vw, 260px) 1fr;
  background-color: var(--color-1);
  color: var(--color-2);
}
@media (max-width: 800px) {
  .p-top__section-3__contents__item {
    grid-template-columns: 1fr;
  }
}
.p-top__section-3__contents__item__title {
  padding: max(2vw, 20px) max(2.45vw, 25px);
  display: flex;
  flex-direction: column;
  gap: max(5.5vw, 50px);
  border-right: solid 1px var(--color-2);
}
@media (max-width: 800px) {
  .p-top__section-3__contents__item__title {
    border: none;
    border-bottom: solid 1px var(--color-2);
    flex-direction: row;
  }
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__title {
    justify-content: space-between;
    gap: 3vw;
    padding: 8vw var(--gutter-1) var(--gutter-1);
  }
}
.p-top__section-3__contents__item__title__no {
  height: max(8.64vw, 70px);
  width: fit-content;
}
@media (max-width: 800px) {
  .p-top__section-3__contents__item__title__no {
    height: 106px;
    width: auto;
  }
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__title__no {
    height: 28vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__title__main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
  }
}
.p-top__section-3__contents__item__title__main > img {
  width: max(4.27vw, 40px);
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__title__main > img {
    width: 14vw;
  }
}
.p-top__section-3__contents__item__title__main__en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 200;
  letter-spacing: 0.12em;
  font-size: clamp(13.7px, 0.8854vw, 17px);
  line-height: 1.3;
  padding: max(1.2vw, 12px) 0 max(0.4vw, 4px);
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__title__main__en {
    font-size: 4.53vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__title__main__en {
    font-size: clamp(10px, 0.625vw, 12px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-3__contents__item__title__main__en {
    font-size: 3.2vw;
  }
}
.p-top__section-3__contents__item__title__main__ja {
  font-size: clamp(27px, 2.44vw, 47px);
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-weight: 300;
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__title__main__ja {
    font-size: 12.53vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__title__main__ja {
    font-size: clamp(20px, 1.5625vw, 30px);
    letter-spacing: 0.08em;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-3__contents__item__title__main__ja {
    font-size: 8vw;
  }
}
.p-top__section-3__contents__item__texts {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5vw;
}
@media (max-width: 800px) {
  .p-top__section-3__contents__item__texts {
    padding: 80px;
  }
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__texts {
    padding: 12vw var(--gutter-1);
  }
}
.p-top__section-3__contents__item__texts__inner {
  text-align: left;
}
.p-top__section-3__contents__item__texts__inner h3 {
  font-size: clamp(22px, 1.77vw, 34px);
  line-height: 1.6;
  letter-spacing: 0.11em;
  font-weight: 300;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__texts__inner h3 {
    font-size: 9.06vw;
  }
}
@media (max-width: 1100px) {
  .p-top__section-3__contents__item__texts__inner h3 {
    font-size: clamp(18px, 1.25vw, 24px);
  }
}
@media (max-width: 1100px) and (max-width: 600px) {
  .p-top__section-3__contents__item__texts__inner h3 {
    font-size: 6.4vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__texts__inner h3 {
    font-size: clamp(14px, 0.9375vw, 18px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-3__contents__item__texts__inner h3 {
    font-size: 4.8vw;
  }
}
.p-top__section-3__contents__item__texts__inner h3 > span {
  background-image: linear-gradient(var(--color-3), var(--color-3));
  background-size: 100% 90%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.p-top__section-3__contents__item__texts__inner > p {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 200;
  letter-spacing: 0.12em;
  font-size: clamp(9px, 0.5729vw, 11px);
  line-height: 1.5;
  padding-top: max(1.7vw, 10px);
  max-width: 30vw;
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__texts__inner > p {
    font-size: 2.9333vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-3__contents__item__texts__inner > p {
    padding-top: 4vw;
    font-size: clamp(8px, 0.4167vw, 8px);
    max-width: none;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-3__contents__item__texts__inner > p {
    font-size: 2.1333vw;
  }
}
.p-top__section-4 {
  padding: var(--pad-1) var(--gutter-1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(4vw, 40px);
  color: var(--color-2);
}
@media (max-width: 600px) {
  .p-top__section-4 {
    gap: 10vw;
  }
}
.p-top__section-4 h2 {
  font-size: clamp(27px, 2.44vw, 47px);
  letter-spacing: 0.14em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: max(1vw, 15px);
  text-align: left;
}
@media (max-width: 600px) {
  .p-top__section-4 h2 {
    font-size: 12.53vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-4 h2 {
    font-size: clamp(16px, 1.0417vw, 20px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-4 h2 {
    font-size: 5.3333vw;
  }
}
.p-top__section-4 h2 svg {
  width: max(2.45vw, 30px);
  height: auto;
  margin-top: 0.3vw;
}
@media (max-width: 600px) {
  .p-top__section-4 h2 svg {
    width: 14vw;
  }
}
.p-top__section-4 h2 svg path,
.p-top__section-4 h2 svg rect {
  stroke-width: max(0.15vw, 3.5px);
}
@media (max-width: 600px) {
  .p-top__section-4 h2 svg path,
  .p-top__section-4 h2 svg rect {
    stroke-width: 0.4vw;
  }
}
.p-top__section-4__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gutter-1);
}
@media (max-width: 1100px) {
  .p-top__section-4__contents {
    grid-template-columns: 1fr;
  }
}
.p-top__section-4__contents__item {
  padding: var(--gutter-1);
  border-radius: var(--radius-1);
  background-color: var(--color-2);
  color: var(--color-1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .p-top__section-4__contents__item {
    padding: 9vw 8vw 8vw;
  }
}
.p-top__section-4__contents__item > * {
  position: relative;
  z-index: 3;
}
.p-top__section-4__contents__item::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(252, 204, 45);
  position: absolute;
  top: 30%;
  left: 40%;
  z-index: 1;
  scale: 0;
  transition: 0.3s ease;
}
.p-top__section-4__contents__item__texts h3 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 200;
  letter-spacing: 0.12em;
  font-size: max(4.68vw, 50px);
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 600px) {
  .p-top__section-4__contents__item__texts h3 {
    font-size: clamp(25px, 2.0833vw, 40px);
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-4__contents__item__texts h3 {
    font-size: 10.6667vw;
  }
}
.p-top__section-4__contents__item__texts > p {
  padding-top: max(1vw, 15px);
  width: 54.5%;
}
@media (max-width: 600px) {
  .p-top__section-4__contents__item__texts > p {
    width: 100%;
    font-size: clamp(12px, 0.7292vw, 14px);
    padding-top: 4vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .p-top__section-4__contents__item__texts > p {
    font-size: 3.7333vw;
  }
}
.p-top__section-4__contents__item .c-btn-1 {
  margin-top: var(--pad-1);
  pointer-events: none;
}
@media (max-width: 1100px) {
  .p-top__section-4__contents__item .c-btn-1 {
    margin-top: 12vw;
  }
}
@media (max-width: 600px) {
  .p-top__section-4__contents__item .c-btn-1 {
    margin-top: 30vw;
  }
}
.p-top__section-4__contents__item .c-btn-1__bubble {
  transition: 0.3s ease;
}
.p-top__section-4__contents__item > img {
  width: 28.2%;
  position: absolute;
  top: 20%;
  right: 5%;
  z-index: 2;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .p-top__section-4__contents__item > img {
    width: 37%;
    top: 56%;
  }
}
@media (min-width: 600px) and (hover: hover) and (pointer: fine) {
  .p-top__section-4__contents__item:hover::before {
    scale: 1;
  }
  .p-top__section-4__contents__item:hover .c-btn-1__bubble {
    width: 250%;
    opacity: 1;
  }
  .p-top__section-4__contents__item:hover > img {
    top: 10%;
  }
}