@charset "UTF-8";
html {
  width: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ececec;
  color: #000000;
  transition: background-color 1s cubic-bezier(0.16, 1, 0.3, 1), color 1s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background-image: url("../assets/bg-noise.png");
  background-repeat: repeat;
  opacity: 0.2;
  pointer-events: none;
}

.filter {
  position: absolute;
  pointer-events: none;
}

.invert {
  background-color: #000000;
  color: #ffffff;
}

.header__wrapper.invert {
  background-color: #000000;
  color: #ffffff;
}

.l-wrapper {
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: clamp(20px, -73.091px + 29.091vw, 36px);
  padding-right: clamp(20px, -73.091px + 29.091vw, 36px);
  max-width: 1440px;
}
@media (min-width: 375px) {
  .l-wrapper {
    padding-left: clamp(36px, -7.662px + 11.643vw, 160px);
    padding-right: clamp(36px, -7.662px + 11.643vw, 160px);
  }
}
@media (min-width: 1024px) {
  .l-wrapper {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.c-page-header__wrapper {
  margin: 0 auto;
  padding-top: 192px;
  padding-bottom: 128px;
  padding-left: clamp(36px, 6.423px + 7.887vw, 120px);
  padding-right: clamp(36px, 6.423px + 7.887vw, 120px);
  position: relative;
}
@media (min-width: 1024px) {
  .c-page-header__wrapper {
    padding-top: 220px;
    padding-bottom: 140px;
  }
}
.c-page-header__title {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 3.5rem;
  letter-spacing: 0.02em;
  font-size: clamp(3rem, 2.0714rem + 4.6429vw, 6.25rem);
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 500;
}
.c-page-header .l-deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.c-page-header .l-deco img {
  display: block;
}
.c-page-header .l-deco--page-header-left-top {
  top: 0;
  left: 0;
}
.c-page-header .l-deco--page-header-left-top img {
  width: clamp(135px, 64.577px + 18.779vw, 335px);
  height: auto;
}
.c-page-header .l-deco--page-header-center-top {
  top: 108px;
  right: 37.3333333333vw;
}
@media (min-width: 1024px) {
  .c-page-header .l-deco--page-header-center-top {
    top: 0;
    right: 39.2361111111vw;
  }
}
.c-page-header .l-deco--page-header-center-top img {
  width: clamp(80px, 55.352px + 6.573vw, 150px);
  height: auto;
}
.c-page-header .l-deco--page-header-right-top {
  top: 0;
  right: 0;
}
.c-page-header .l-deco--page-header-right-top img {
  width: clamp(110px, 95.915px + 3.756vw, 150px);
  height: auto;
}
.c-page-header .l-deco--page-header-left-bottom {
  bottom: 20px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: top;
}
@media (min-width: 1024px) {
  .c-page-header .l-deco--page-header-left-bottom {
    transform: rotate(0deg);
    bottom: 0;
    left: 13.1944444444vw;
  }
}
.c-page-header .l-deco--page-header-left-bottom img {
  width: clamp(80px, 47.606px + 8.638vw, 172px);
  height: auto;
}
.c-page-header .l-deco--page-header-center-bottom {
  bottom: 0;
  right: 51.7333333333vw;
}
.c-page-header .l-deco--page-header-center-bottom img {
  width: clamp(96px, 43.183px + 14.085vw, 246px);
  height: auto;
}
@media (min-width: 1024px) {
  .c-page-header .l-deco--page-header-center-bottom {
    bottom: 0;
    right: 27.5694444444vw;
  }
}
.c-page-header .l-deco--page-header-right-bottom {
  bottom: 0;
  right: 0;
}
.c-page-header .l-deco--page-header-right-bottom img {
  width: clamp(130px, 84.225px + 12.207vw, 260px);
  height: auto;
}

.c-link-wrapper__link {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .c-link-wrapper__link {
    gap: 28px;
  }
  .c-link-wrapper__link:hover .c-link-wrapper__circle polyline {
    stroke: #ce0014;
  }
  .c-link-wrapper__link:hover .c-link-wrapper__circle::after {
    transform: scale(1);
  }
  .c-link-wrapper__link:hover .c-link-wrapper__link-line {
    transform: translateX(10px);
  }
}
.c-link-wrapper__link-line {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  font-size: clamp(1.75rem, 1.5739rem + 0.7512vw, 2.25rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.c-link-wrapper__circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ce0014;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .c-link-wrapper__circle {
    width: 64px;
    height: 64px;
  }
  .c-link-wrapper__circle::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #ffffff;
    transform: scale(0);
    transition: transform 0.3s ease;
    pointer-events: none;
  }
}
.c-link-wrapper__circle svg {
  position: relative;
  z-index: 1;
}
.c-link-wrapper__circle polyline {
  stroke: #ffffff;
  transition: stroke 0.3s ease;
}

.c-red-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  background-color: #ce0014;
}
@media (min-width: 1024px) {
  .c-red-circle {
    width: 64px;
    height: 64px;
  }
}
.c-red-circle img {
  width: 18px;
  height: auto;
}
@media (min-width: 1024px) {
  .c-red-circle img {
    width: 24px;
  }
}

.l-image-wrapper img {
  display: block;
}

.l-deco img {
  display: block;
}

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

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

.c-text-wrapper {
  display: block;
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 20px 16px 0;
  z-index: 999;
  transition: opacity 0.3s ease;
  will-change: background-color, opacity;
}
.header--is-home {
  opacity: 0;
}
.header.open {
  background-color: #000000;
}
@media (min-width: 1024px) {
  .header {
    padding: 32px 32px 0;
  }
}
.header__wrapper {
  width: 100%;
  height: 100%;
  padding: 12px 18px;
  border-radius: 150px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ececec;
  color: #000000;
}
@media (min-width: 1024px) {
  .header__wrapper {
    padding: 16px 28px;
  }
}
.header .site-title {
  position: relative;
  z-index: 991;
}
.header .site-title .site-title-link {
  display: flex;
  width: fit-content;
}
.header .site-title img {
  width: 116px;
  height: auto;
}
@media (min-width: 1024px) {
  .header .site-title img {
    width: 150px;
  }
}
.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 72px);
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  z-index: 990;
  padding-left: 36px;
  padding-right: 36px;
}
.header__nav.is-open {
  opacity: 1;
}
@media (min-width: 1024px) {
  .header__nav {
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    color: #000000;
    clip-path: none;
    opacity: 1;
    position: static;
    z-index: 0;
    pointer-events: all;
  }
}
.header__nav .header-list {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .header__nav .header-list {
    max-width: none;
    flex-direction: row;
    gap: 32px;
  }
}
.header__link {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.02em;
  color: inherit;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
}
@media (min-width: 1024px) {
  .header__link {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    text-transform: capitalize;
  }
  .header__link::after {
    content: "";
    display: block;
    width: 105%;
    position: absolute;
    left: 0;
    bottom: -4px;
    border-bottom: 1.5px solid currentColor;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
  .header__link:hover::after {
    transform: scaleX(1);
  }
}
.header__link-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__link-line .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ce0014;
}
@media (min-width: 1024px) {
  .header__link-line .icon {
    display: none;
  }
}
.header__link-line .icon svg polyline {
  stroke: #ffffff;
  stroke-width: 1px;
}
.header .c-text-wrapper {
  display: block;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .header .c-text-wrapper {
    overflow: visible;
    margin-bottom: 0;
  }
}
.header .border {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transform-origin: left;
}
@media (min-width: 1024px) {
  .header .border {
    display: none;
  }
}
.header .menu-toggle-wrapper {
  position: relative;
  z-index: 991;
  width: 28px;
  height: 16px;
}
@media (min-width: 1024px) {
  .header .menu-toggle-wrapper {
    display: none;
  }
}
.header .menu-toggle {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .menu-toggle__bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 1px;
  transform: rotate(0deg) translateY(0);
  opacity: 1;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.header .menu-toggle__bar:nth-child(1).is-active {
  transform: rotate(45deg) translateY(10px);
  background-color: #ffffff;
}
.header .menu-toggle__bar:nth-child(2).is-active {
  opacity: 0;
}
.header .menu-toggle__bar:nth-child(3).is-active {
  transform: rotate(-45deg) translateY(-10px);
  background-color: #ffffff;
}

.p-top-kv {
  width: 100%;
  overflow: hidden;
}
.p-top-kv__wrapper {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  padding-top: max(192px, (100svh - var(--kv-info-height)) / 2);
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
  opacity: 0;
}
@media (min-width: 1024px) {
  .p-top-kv__wrapper {
    align-items: center;
    padding: 0;
    height: 100vh;
  }
}
.p-top-kv__info {
  width: 100%;
  height: fit-content;
  min-height: 320px;
  position: relative;
}
@media (min-width: 1024px) {
  .p-top-kv__info {
    width: fit-content;
  }
}
.p-top-kv__title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .p-top-kv__title {
    margin-bottom: 3rem;
  }
}
.p-top-kv__title-line {
  display: block;
  width: fit-content;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 3.5rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: clamp(2.875rem, -0.7614rem + 18.1818vw, 3.5rem);
  letter-spacing: 0.02em;
  line-height: 1.2;
  opacity: 0;
}
@media (min-width: 375px) {
  .p-top-kv__title-line {
    font-size: clamp(3.5rem, 2.7518rem + 3.1925vw, 5.625rem);
  }
}
@media (min-width: 1024px) {
  .p-top-kv__title-line {
    font-size: clamp(5.625rem, 1.0417rem + 7.1615vw, 12.5rem);
  }
}
.p-top-kv .c-text-wrapper:last-child .p-top-kv__title-line {
  margin-top: 0.125rem;
  margin-left: clamp(32px, 17.915px + 3.756vw, 72px);
}
.p-top-kv__title-character:first-child {
  padding-left: clamp(10px, 6.359px + 0.971vw, 25px);
}
.p-top-kv__lead {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
.p-top-kv__lead-line {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, -0.4545rem + 7.2727vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .p-top-kv__lead-line {
    font-size: clamp(1.25rem, 0.9972rem + 1.0786vw, 1.6875rem);
  }
}
@media (min-width: 1024px) {
  .p-top-kv__lead-line {
    font-size: clamp(1.6875rem, 0.8125rem + 1.3672vw, 3rem);
  }
}
.p-top-kv__lead-line:nth-child(2) {
  margin-left: clamp(46px, 28.394px + 4.695vw, 96px);
}
.p-top-kv .red-bar-sp {
  display: block;
}
@media (min-width: 1024px) {
  .p-top-kv .red-bar-sp {
    display: none;
  }
}
.p-top-kv .red-bar-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .p-top-kv .red-bar-wrapper {
    display: block;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    width: max(69.4444444444vw, 750px);
    max-width: 1200px;
    bottom: 5%;
  }
}
.p-top-kv .red-bar {
  width: fit-content;
  clip-path: inset(0 100% 0 0);
}
@media (min-width: 1024px) {
  .p-top-kv .red-bar--sp {
    display: none;
  }
}
.p-top-kv .red-bar--top {
  margin-left: auto;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .p-top-kv .red-bar--top {
    margin-bottom: 1.75rem;
  }
}
.p-top-kv .red-bar--top img {
  width: clamp(46px, 29.803px + 4.319vw, 92px);
  height: auto;
  display: block;
}
.p-top-kv .red-bar--center {
  margin-left: auto;
  margin-right: 1.25rem;
  margin-bottom: 1.6875rem;
}
@media (min-width: 1024px) {
  .p-top-kv .red-bar--center {
    margin-right: 3rem;
    margin-bottom: 5rem;
  }
}
.p-top-kv .red-bar--center img {
  width: clamp(113px, 73.211px + 10.61vw, 226px);
  height: auto;
  display: block;
}
.p-top-kv .red-bar--bottom {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .p-top-kv .red-bar--bottom {
    margin-top: 0;
  }
}
.p-top-kv .red-bar--bottom img {
  width: clamp(100px, 64.789px + 9.39vw, 200px);
  height: auto;
  display: block;
}
.p-top-kv .l-deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-top-kv .l-deco--kv-left-top {
  top: 0;
  left: 0;
}
.p-top-kv .l-deco--kv-left-top img {
  width: clamp(120px, 28.465px + 21.287vw, 335px);
  height: auto;
}
.p-top-kv .l-deco--kv-center-top {
  top: 110px;
  left: min(32vw, 100vw - 250px);
}
@media (min-width: 1024px) {
  .p-top-kv .l-deco--kv-center-top {
    top: 0;
    left: 45.8333333333vw;
  }
}
.p-top-kv .l-deco--kv-center-top img {
  width: clamp(160px, 74.851px + 19.802vw, 360px);
  height: auto;
}
.p-top-kv .l-deco--kv-right-top {
  top: 0;
  right: 0;
  z-index: -2;
}
.p-top-kv .l-deco--kv-right-top img {
  width: clamp(120px, 43.366px + 17.822vw, 300px);
  height: auto;
}
.p-top-kv .l-deco--kv-left-bottom {
  bottom: 0;
  left: 0;
}
.p-top-kv .l-deco--kv-left-bottom img {
  width: clamp(120px, 24.634px + 22.178vw, 344px);
  height: auto;
}
.p-top-kv .l-deco--kv-center-bottom {
  bottom: 64px;
  left: 31.4666666667vw;
}
@media (min-width: 1024px) {
  .p-top-kv .l-deco--kv-center-bottom {
    bottom: 0;
    left: 34.4444444444vw;
  }
}
.p-top-kv .l-deco--kv-center-bottom img {
  width: clamp(120px, 36.98px + 19.307vw, 315px);
  height: auto;
}
.p-top-kv .l-deco--kv-right-bottom {
  bottom: 0;
  right: 0;
  z-index: -2;
}
.p-top-kv .l-deco--kv-right-bottom img {
  width: clamp(120px, 41.663px + 18.218vw, 304px);
  height: auto;
}
.p-top-kv .l-deco--kv-dot-top {
  top: 103px;
  left: 12.5333333333vw;
}
@media (min-width: 1024px) {
  .p-top-kv .l-deco--kv-dot-top {
    top: 253px;
    left: 11.6666666667vw;
  }
}
.p-top-kv .l-deco--kv-dot-top img {
  width: clamp(80px, 54.296px + 6.854vw, 153px);
  height: auto;
}
.p-top-kv .l-deco--kv-dot-bottom {
  right: 14.9333333333vw;
  bottom: 60px;
}
@media (min-width: 1024px) {
  .p-top-kv .l-deco--kv-dot-bottom {
    right: 21.25vw;
    bottom: 0px;
  }
}
.p-top-kv .l-deco--kv-dot-bottom img {
  width: clamp(80px, 54.296px + 6.854vw, 153px);
  height: auto;
}

.p-top-about {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .p-top-about .l-wrapper {
    padding-top: 180px;
  }
}
.p-top-about__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-size: clamp(1.875rem, 1.5536rem + 1.6071vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.5;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-top-about__title {
    margin-bottom: 4rem;
  }
}
.p-top-about__title-wrapper {
  display: block;
  overflow: hidden;
}
.p-top-about__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
  padding-left: clamp(0px, -106.436px + 24.752vw, 250px);
  padding-right: clamp(0px, -106.436px + 24.752vw, 250px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.5;
  margin-bottom: 2rem;
  text-align: justify;
}
@media (min-width: 1024px) {
  .p-top-about__text {
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.p-top-about__link {
  margin: 0 auto;
}
.p-top-about .l-deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-top-about .l-deco--about-right-top {
  top: 0;
  right: 0;
}
.p-top-about .l-deco--about-right-top img {
  width: clamp(120px, 55.211px + 17.277vw, 304px);
}
.p-top-about .l-deco--about-center-left {
  top: 200px;
  left: 0;
}
@media (min-width: 1024px) {
  .p-top-about .l-deco--about-center-left {
    top: 337px;
    left: 0;
  }
}
.p-top-about .l-deco--about-center-left img {
  width: clamp(100px, 64.789px + 9.39vw, 200px);
  height: auto;
}
.p-top-about .l-deco--about-center-right {
  bottom: 483px;
  right: 0;
}
@media (min-width: 1024px) {
  .p-top-about .l-deco--about-center-right {
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
  }
}
.p-top-about .l-deco--about-center-right img {
  width: clamp(65px, 28.38px + 9.765vw, 169px);
  height: auto;
}
.p-top-about .l-deco--about-dot {
  bottom: 328px;
  right: 16.3888888889vw;
}
.p-top-about .l-deco--about-dot img {
  width: 153px;
  height: auto;
}
.p-top-about .l-deco--about-left-bottom {
  bottom: 0;
  left: 0;
}
.p-top-about .l-deco--about-left-bottom img {
  width: clamp(150px, 80.986px + 18.404vw, 346px);
  height: auto;
}
.p-top-about .l-deco--about-right-bottom {
  bottom: 0;
  right: 0;
}
.p-top-about .l-deco--about-right-bottom img {
  width: clamp(80px, 54.648px + 6.761vw, 152px);
  height: auto;
}
.p-top-about .deco-pc {
  display: none;
}
@media (min-width: 1024px) {
  .p-top-about .deco-pc {
    display: block;
  }
}

.p-top-services {
  position: relative;
  z-index: 1;
}
.p-top-services .l-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .p-top-services .l-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .p-top-services__content {
    width: min(59.7222222222vw, 860px);
    flex: 0 0 auto;
  }
}
.p-top-services__title {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.02em;
  font-size: clamp(3rem, 1.4155rem + 6.7606vw, 7.5rem);
  font-weight: 500;
  margin-bottom: 2.25rem;
}
@media (min-width: 1024px) {
  .p-top-services__title {
    width: fit-content;
    height: fit-content;
    writing-mode: vertical-rl;
    color: #333333;
  }
}
.p-top-services__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.5;
  margin-bottom: 2rem;
}
.p-top-services__text--large {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-size: clamp(1.875rem, 1.5536rem + 1.6071vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.p-top-services .l-image-wrapper {
  width: fit-content;
  height: auto;
  margin-left: auto;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .p-top-services .l-image-wrapper {
    margin-bottom: 6rem;
  }
}
.p-top-services .l-image-wrapper img {
  width: 100%;
  max-width: 728px;
  height: auto;
}
.p-top-services__link {
  margin-left: auto;
}
.p-top-services .l-deco {
  position: absolute;
  top: 260px;
  left: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .p-top-services .l-deco {
    top: 818px;
  }
}
.p-top-services .l-deco img {
  width: clamp(87px, 68.338px + 4.977vw, 140px);
  height: auto;
}

.p-top-news {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #ececec;
  color: #000000;
}
.p-top-news__content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .p-top-news__content {
    flex-direction: row;
    justify-content: space-between;
    gap: 120px;
    margin-bottom: 6.25rem;
  }
}
.p-top-news__title {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.02em;
  font-size: clamp(3rem, 2.2958rem + 3.0047vw, 5rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}
.p-top-news .news-card {
  width: 100%;
}
.p-top-news .news-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.p-top-news .news-card__date {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.02em;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.p-top-news .divider {
  width: 100%;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  margin: 1.75rem 0;
}
.p-top-news .divider:last-child {
  margin: 1.75rem 0 0;
}
.p-top-news .note-banner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 67% 20%;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease;
}
@media (min-width: 1024px) {
  .p-top-news .note-banner {
    background-image: url("../assets/deco/line.svg");
    background-position: center center;
    cursor: pointer;
  }
  .p-top-news .note-banner:hover {
    background-color: #000000;
  }
  .p-top-news .note-banner:hover .l-image-wrapper svg path {
    fill: #ffffff;
  }
  .p-top-news .note-banner:hover .note-banner__title {
    color: #ffffff;
  }
  .p-top-news .note-banner:hover .note-banner__text {
    color: #ffffff;
  }
}
.p-top-news .note-banner .note-banner-cta {
  display: block;
  background-image: url("../assets/deco/line-sp.svg");
  background-position: 70% 61%;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: clamp(20px, 12.958px + 1.878vw, 40px);
  padding-right: clamp(20px, 12.958px + 1.878vw, 40px);
}
@media (min-width: 1024px) {
  .p-top-news .note-banner .note-banner-cta {
    background-image: none;
    background-position: center center;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.p-top-news .note-banner .l-image-wrapper {
  width: fit-content;
  margin-bottom: 3.375rem;
}
.p-top-news .note-banner .l-image-wrapper img {
  width: 138px;
  height: auto;
}
.p-top-news .note-banner .l-image-wrapper svg path {
  fill: #000000;
  transition: fill 0.3s ease;
}
.p-top-news .note-banner .l-deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: fit-content;
  height: fit-content;
}
.p-top-news .note-banner .l-deco img {
  display: block;
}
.p-top-news .note-banner .l-deco--note-right-top {
  top: 0;
  right: 0;
}
.p-top-news .note-banner .l-deco--note-right-top img {
  width: clamp(96px, 79.803px + 4.319vw, 142px);
  height: auto;
}
.p-top-news .note-banner .l-deco--note-left-bottom-front {
  bottom: 0;
  left: 0;
}
.p-top-news .note-banner .l-deco--note-left-bottom-front img {
  width: clamp(110px, 78.31px + 8.451vw, 200px);
  height: auto;
}
.p-top-news .note-banner .l-deco--note-left-bottom-back {
  bottom: 0;
  left: 32px;
  z-index: -2;
}
@media (min-width: 1024px) {
  .p-top-news .note-banner .l-deco--note-left-bottom-back {
    left: 60px;
  }
}
.p-top-news .note-banner .l-deco--note-left-bottom-back img {
  width: clamp(98px, 69.127px + 7.7vw, 180px);
  height: auto;
}
.p-top-news .note-banner__title {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  font-size: clamp(1.75rem, 1.5739rem + 0.7512vw, 2.25rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 0.625rem;
  text-align: center;
  transition: color 0.3s ease;
}
.p-top-news .note-banner__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1.75rem;
  transition: color 0.3s ease;
}
@media (min-width: 1024px) {
  .p-top-news .note-banner__text {
    text-align: center;
  }
}
.p-top-news .note-banner__text--bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  font-size: clamp(1.125rem, 1.037rem + 0.3756vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: center;
}
.p-top-news .note-banner .c-red-circle {
  margin-left: auto;
}
.p-top-news .l-deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-top-news .l-deco--news-right-top {
  top: 0;
  right: 0;
}
.p-top-news .l-deco--news-right-top img {
  width: clamp(160px, 131.831px + 7.512vw, 240px);
  height: auto;
}
.p-top-news .l-deco--news-center-left {
  top: 32%;
  left: 0;
}
@media (min-width: 1024px) {
  .p-top-news .l-deco--news-center-left {
    top: 280px;
  }
}
.p-top-news .l-deco--news-center-left img {
  width: clamp(120px, 91.831px + 7.512vw, 200px);
  height: auto;
}
.p-top-news .l-deco--news-right-bottom {
  bottom: 0;
  right: 0;
}
.p-top-news .l-deco--news-right-bottom img {
  width: clamp(160px, 103.662px + 15.023vw, 320px);
  height: auto;
}
.p-top-news .l-deco--news-dot {
  bottom: 48px;
  left: 1.6vw;
}
@media (min-width: 1024px) {
  .p-top-news .l-deco--news-dot {
    bottom: 130px;
    left: 6.9444444444vw;
  }
}
.p-top-news .l-deco--news-dot img {
  width: 153px;
  height: auto;
}

.footer {
  width: 100%;
  position: relative;
  padding: 64px 0;
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .footer {
    padding: 120px 0 80px;
  }
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../assets/footer-bg.png");
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: repeat-x;
  pointer-events: none;
}
.footer__wrapper {
  width: 100%;
  padding-left: clamp(36px, -7.662px + 11.643vw, 160px);
  padding-right: clamp(36px, -7.662px + 11.643vw, 160px);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 110px;
}
@media (min-width: 1024px) {
  .footer__wrapper {
    gap: 200px;
  }
}
.footer__wrapper-top {
  display: flex;
  justify-content: space-between;
}
.footer__wrapper-top .l-link-wrapper {
  width: fit-content;
  height: fit-content;
}
.footer__wrapper-bottom {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1024px) {
  .footer__wrapper-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.footer__logo {
  margin-bottom: 2.25rem;
}
.footer__logo img {
  width: 183px;
  height: auto;
}
@media (min-width: 1024px) {
  .footer__logo img {
    width: 248px;
  }
}
.footer__legal {
  width: fit-content;
  margin-left: auto;
}
.footer__legal .l-link-wrapper {
  text-align: right;
}
.footer .footer-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.footer__text--light {
  font-weight: 300;
  margin-top: 0.75rem;
}
.footer__link {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  font-size: clamp(1.25rem, 1.162rem + 0.3756vw, 1.5rem);
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
}
@media (min-width: 1024px) {
  .footer__link:hover::after {
    transform: scaleX(1);
  }
  .footer__link::after {
    content: "";
    display: block;
    width: 105%;
    border-bottom: 1.5px solid #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
}
.footer__link--note {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  gap: 4px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .footer__link--note:hover .footer-arrow--normal {
    transform: translateY(-100%);
  }
  .footer__link--note:hover .footer-arrow--hover {
    transform: translateY(0);
  }
}
.footer__link--note .footer-arrow {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.footer__link--note .footer-arrow--normal {
  transform: translateY(0);
}
.footer__link--note .footer-arrow--hover {
  position: absolute;
  right: 0;
  transform: translateY(100%);
}
.footer .privacy-policy {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
}
@media (min-width: 1024px) {
  .footer .privacy-policy:hover::after {
    transform: scaleX(1);
  }
  .footer .privacy-policy::after {
    content: "";
    display: block;
    width: 105%;
    border-bottom: 1.5px solid #ffffff;
    position: absolute;
    bottom: -4px;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
}
.footer .copyright {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-size: clamp(0.75rem, 0.706rem + 0.1878vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 0.75rem;
}

.p-about-us {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .p-about-us .l-wrapper {
    padding-top: 180px;
  }
}
.p-about-us__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-size: clamp(1.875rem, 1.5536rem + 1.6071vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.5;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-about-us__title {
    margin-bottom: 4rem;
  }
}
.p-about-us__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
  padding-left: clamp(0px, -106.436px + 24.752vw, 250px);
  padding-right: clamp(0px, -106.436px + 24.752vw, 250px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.5;
  margin-bottom: 2rem;
  text-align: justify;
}
@media (min-width: 1024px) {
  .p-about-us__text {
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.p-about-us__text .br-pc {
  display: none;
}
@media (min-width: 1024px) {
  .p-about-us__text .br-pc {
    display: inline;
  }
}
.p-about-us__link {
  margin: 0 auto;
}
.p-about-us .l-deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-about-us .l-deco--about-right-top {
  top: 0;
  right: 0;
}
.p-about-us .l-deco--about-right-top img {
  width: clamp(120px, 55.211px + 17.277vw, 304px);
}
.p-about-us .l-deco--about-center-left {
  top: 200px;
  left: 0;
}
@media (min-width: 1024px) {
  .p-about-us .l-deco--about-center-left {
    top: 337px;
    left: 0;
  }
}
.p-about-us .l-deco--about-center-left img {
  width: clamp(100px, 64.789px + 9.39vw, 200px);
  height: auto;
}
.p-about-us .l-deco--about-center-right {
  bottom: 483px;
  right: 0;
}
@media (min-width: 1024px) {
  .p-about-us .l-deco--about-center-right {
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
  }
}
.p-about-us .l-deco--about-center-right img {
  width: clamp(65px, 28.38px + 9.765vw, 169px);
  height: auto;
}
.p-about-us .l-deco--about-dot {
  bottom: 328px;
  right: 16.3888888889vw;
}
.p-about-us .l-deco--about-dot img {
  width: 153px;
  height: auto;
}
.p-about-us .l-deco--about-left-bottom {
  bottom: 0;
  left: 0;
}
.p-about-us .l-deco--about-left-bottom img {
  width: clamp(150px, 80.986px + 18.404vw, 346px);
  height: auto;
}
.p-about-us .l-deco--about-right-bottom {
  bottom: 0;
  right: 0;
}
.p-about-us .l-deco--about-right-bottom img {
  width: clamp(80px, 54.648px + 6.761vw, 152px);
  height: auto;
}
.p-about-us .deco-pc {
  display: none;
}
@media (min-width: 1024px) {
  .p-about-us .deco-pc {
    display: block;
  }
}

.p-about-mission {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
}
.p-about-mission .l-wrapper {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
  max-width: none;
}
.p-about-mission__item {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: clamp(36px, -7.662px + 11.643vw, 160px);
  padding-right: clamp(36px, -7.662px + 11.643vw, 160px);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .p-about-mission__item {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.p-about-mission__label {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  font-size: clamp(0.8125rem, 0.6585rem + 0.6573vw, 1.25rem);
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 0.5rem;
}
.p-about-mission__title {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.02em;
  font-size: clamp(3rem, 2.2958rem + 3.0047vw, 5rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-about-mission__title {
    margin-bottom: 4.5rem;
  }
}
.p-about-mission__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.p-about-mission__lead--mission {
  font-size: clamp(2rem, 1.6479rem + 1.5023vw, 3rem);
  letter-spacing: 0.13em;
}
.p-about-mission__lead--vision {
  font-size: clamp(1.5rem, 1.412rem + 0.3756vw, 1.75rem);
  letter-spacing: 0.08em;
}
.p-about-mission .divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.p-about-mission .l-deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-about-mission .l-deco--right-top {
  top: 0;
  right: 0;
}
.p-about-mission .l-deco--right-top img {
  width: clamp(100px, 81.69px + 4.883vw, 152px);
  height: auto;
}
.p-about-mission .l-deco--left-bottom {
  bottom: 0;
  left: 40px;
}
@media (min-width: 1024px) {
  .p-about-mission .l-deco--left-bottom {
    left: 0;
  }
}
.p-about-mission .l-deco--left-bottom img {
  width: clamp(96px, 69.239px + 7.136vw, 172px);
  height: auto;
}
.p-about-mission .l-deco--left-top {
  top: 140px;
  left: 0;
}
@media (min-width: 1024px) {
  .p-about-mission .l-deco--left-top {
    top: 320px;
    left: 18.4722222222vw;
    transform: translateY(-50%);
  }
}
.p-about-mission .l-deco--left-top img {
  width: clamp(80px, 54.648px + 6.761vw, 152px);
  height: auto;
}
.p-about-mission .l-deco--right-bottom {
  bottom: 0;
  right: 0;
}
.p-about-mission .l-deco--right-bottom img {
  width: clamp(80px, 68.028px + 3.192vw, 114px);
  height: auto;
}
.p-about-mission .red-bar {
  width: 85.3333333333vw;
  top: min(36%, 280px);
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .p-about-mission .red-bar {
    width: 67.7083333333vw;
    max-width: 975px;
    top: 240px;
  }
}
.p-about-mission .red-bar--top {
  width: fit-content;
  margin-left: auto;
  margin-bottom: 1rem;
}
.p-about-mission .red-bar--top img {
  width: clamp(46px, 29.803px + 4.319vw, 92px);
  height: auto;
}
.p-about-mission .red-bar--center {
  width: fit-content;
  margin-left: auto;
  margin-bottom: 12rem;
}
@media (min-width: 1024px) {
  .p-about-mission .red-bar--center {
    margin-right: 2.5rem;
    margin-bottom: 7.5rem;
  }
}
.p-about-mission .red-bar--center img {
  width: clamp(113px, 73.211px + 10.61vw, 226px);
  height: auto;
}
.p-about-mission .red-bar--bottom {
  width: fit-content;
}
.p-about-mission .red-bar--bottom img {
  width: clamp(100px, 64.789px + 9.39vw, 200px);
  height: auto;
}

.p-about-president {
  width: 100%;
  position: relative;
}
.p-about-president__label {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.p-about-president__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-size: clamp(2rem, 1.8239rem + 0.7512vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 4rem;
}
.p-about-president__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .p-about-president__content {
    flex-direction: row;
    gap: 80px;
  }
}
.p-about-president__content .l-image-wrapper {
  width: fit-content;
  height: fit-content;
  max-width: 528px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .p-about-president__content .l-image-wrapper {
    width: calc(50% - 40px);
  }
}
.p-about-president__content .l-image-wrapper .bg-mask {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #ce0014;
}
.p-about-president__content .l-image-wrapper img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 20;
  transform: scale(1.003);
}
@media (min-width: 1024px) {
  .p-about-president__message-wrapper {
    width: calc(50% - 40px);
    padding-top: clamp(20px, -29.231px + 4.808vw, 40px);
    padding-bottom: clamp(20px, -29.231px + 4.808vw, 40px);
  }
}
.p-about-president__profile {
  width: 100%;
  margin: 0 auto;
  padding-left: clamp(20px, 12.958px + 1.878vw, 40px);
  padding-right: clamp(20px, 12.958px + 1.878vw, 40px);
  position: relative;
  z-index: 1;
}
.p-about-president__profile .l-deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-about-president__profile .l-deco--profile {
  top: -28px;
  left: 0;
}
.p-about-president__profile .l-deco--profile img {
  width: 65px;
  height: auto;
}
.p-about-president__subtitle {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.p-about-president__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1.5rem;
}
.p-about-president__text--catch {
  font-size: clamp(1.5rem, 1.412rem + 0.3756vw, 1.75rem);
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.p-about-president__text--position {
  width: fit-content;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
}
.p-about-president__text--name {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 1.412rem + 0.3756vw, 1.75rem);
  font-weight: 600;
  padding-left: 20px;
}
.p-about-president .divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
@media (min-width: 1024px) {
  .p-about-president .divider {
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }
}
.p-about-president .l-deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-about-president .l-deco--left-top {
  top: 182px;
  left: 0;
}
@media (min-width: 1024px) {
  .p-about-president .l-deco--left-top {
    top: 252px;
  }
}
.p-about-president .l-deco--left-top img {
  width: clamp(80px, 51.831px + 7.512vw, 160px);
  height: auto;
}
.p-about-president .l-deco--center {
  right: 0;
  bottom: 34%;
}
@media (min-width: 1024px) {
  .p-about-president .l-deco--center {
    bottom: 30%;
  }
}
.p-about-president .l-deco--center img {
  width: clamp(80px, 61.69px + 4.883vw, 132px);
  height: auto;
}
.p-about-president .l-deco--right-bottom {
  bottom: 0;
  right: 50px;
}
@media (min-width: 1024px) {
  .p-about-president .l-deco--right-bottom {
    right: 160px;
  }
}
.p-about-president .l-deco--right-bottom img {
  width: clamp(80px, 51.831px + 7.512vw, 160px);
  height: auto;
}

.p-about-adviser {
  width: 100%;
  position: relative;
  background-color: #dbdbdb;
}
.p-about-adviser__label {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
.p-about-adviser__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-size: clamp(2rem, 1.8239rem + 0.7512vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.p-about-adviser__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .p-about-adviser__content {
    flex-direction: row;
    gap: 80px;
  }
}
.p-about-adviser__content .l-image-wrapper {
  width: fit-content;
  height: fit-content;
  max-width: 528px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .p-about-adviser__content .l-image-wrapper {
    width: calc(50% - 40px);
  }
}
.p-about-adviser__content .l-image-wrapper .bg-mask {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #0068b7;
}
.p-about-adviser__content .l-image-wrapper img {
  width: 100%;
  height: auto;
  transform: scale(1.003);
  position: relative;
  z-index: 20;
}
@media (min-width: 1024px) {
  .p-about-adviser__message-wrapper {
    width: calc(50% - 40px);
    padding-top: clamp(20px, -53.846px + 7.212vw, 50px);
    padding-bottom: clamp(20px, -53.846px + 7.212vw, 50px);
  }
}
.p-about-adviser__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1.5rem;
}
.p-about-adviser__text--catch {
  font-size: clamp(1.5rem, 1.412rem + 0.3756vw, 1.75rem);
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.p-about-adviser__text--position {
  width: fit-content;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
}
.p-about-adviser__text--name {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 1.412rem + 0.3756vw, 1.75rem);
  font-weight: 600;
  padding-left: 20px;
}
.p-about-adviser .l-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.p-about-adviser .l-deco--left-top {
  top: 178px;
  left: 0;
}
.p-about-adviser .l-deco--left-top img {
  width: clamp(100px, 63.028px + 9.859vw, 205px);
  height: auto;
}
.p-about-adviser .l-deco--right-bottom {
  bottom: 0;
  right: 0;
}
.p-about-adviser .l-deco--right-bottom img {
  width: clamp(100px, 74.648px + 6.761vw, 172px);
  height: auto;
}

.p-about-company {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-about-company__label {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.p-about-company__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-size: clamp(2rem, 1.8239rem + 0.7512vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .p-about-company__title {
    margin-bottom: 4rem;
  }
}
.p-about-company .company-overview {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .p-about-company .company-overview {
    width: 55.5555555556vw;
    min-width: 0;
    max-width: 800px;
  }
}
.p-about-company .company-overview__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  .p-about-company .company-overview__row {
    flex-direction: row;
    gap: 0;
  }
}
.p-about-company .company-overview__head {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  padding-top: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: left;
}
@media (min-width: 1024px) {
  .p-about-company .company-overview__head {
    width: 140px;
    padding-bottom: 20px;
    padding-right: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
}
.p-about-company .company-overview__data {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: justify;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
@media (min-width: 1024px) {
  .p-about-company .company-overview__data {
    width: calc(100% - 140px);
    padding-top: 20px;
  }
}
.p-about-company .l-deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-about-company .l-deco--left-top {
  top: 0;
  left: 0;
}
.p-about-company .l-deco--left-top img {
  width: clamp(240px, 198.451px + 11.08vw, 358px);
  height: auto;
}
.p-about-company .l-deco--right-bottom {
  bottom: 0;
  right: 0;
}
.p-about-company .l-deco--right-bottom img {
  width: clamp(100px, 66.549px + 8.92vw, 195px);
  height: auto;
}

.p-services-service {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
}
.p-services-service .l-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1024px) {
  .p-services-service .l-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-services-service__visual {
  width: 100%;
}
@media (min-width: 1024px) {
  .p-services-service__visual {
    width: min(33.6111111111vw, 500px);
    min-width: 0;
    flex: 0 0 auto;
  }
}
.p-services-service__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-size: clamp(2rem, 1.6479rem + 1.5023vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .p-services-service__title {
    margin-bottom: 4rem;
  }
}
.p-services-service__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 0.912rem + 0.3756vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.8;
}
@media (min-width: 1024px) {
  .p-services-service__text {
    margin-top: 140px;
  }
}
.p-services-service .l-image-wrapper {
  width: fit-content;
  height: auto;
}
@media (min-width: 1024px) {
  .p-services-service .l-image-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
.p-services-service .l-image-wrapper img {
  width: 100%;
  max-width: 580px;
  height: auto;
}

.p-services-approach {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-services-approach__label {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.p-services-approach__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-size: clamp(2rem, 1.8239rem + 0.7512vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 4rem;
}
.p-services-approach .diagram {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: clamp(32px, 26.366px + 1.502vw, 48px);
  padding-right: clamp(32px, 26.366px + 1.502vw, 48px);
  border-radius: 16px;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .p-services-approach .diagram {
    max-width: none;
  }
}
.p-services-approach .diagram__wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1024px) {
  .p-services-approach .diagram__wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
@media (min-width: 1024px) {
  .p-services-approach .diagram .diagram-client {
    width: 19.4444444444vw;
    min-width: 0;
    max-width: 280px;
    flex: 0 0 auto;
  }
}
@media (min-width: 1024px) {
  .p-services-approach .diagram .diagram-solution {
    width: 41.6666666667vw;
    min-width: 0;
    max-width: 600px;
  }
}
.p-services-approach .diagram .diagram-solution .diagram-solution__wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .p-services-approach .diagram .diagram-solution .diagram-solution__wrapper {
    padding-left: clamp(20px, -63.692px + 8.173vw, 54px);
    padding-right: clamp(20px, -63.692px + 8.173vw, 54px);
    max-width: calc(500px + 2 * clamp(20px, -63.692px + 8.173vw, 54px));
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
}
.p-services-approach .diagram__label {
  display: block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  font-size: clamp(1.125rem, 1.081rem + 0.1878vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  border-radius: 20px;
  color: #ffffff;
  padding: 4px 0;
  text-align: center;
}
.p-services-approach .diagram__label--client {
  background-color: #000000;
}
.p-services-approach .diagram__label--solution {
  background-color: #ce0014;
}
.p-services-approach .diagram__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
.p-services-approach .diagram__text--large {
  font-size: clamp(1.125rem, 1.081rem + 0.1878vw, 1.25rem);
  margin-bottom: 2rem;
  text-align: left;
}
@media (min-width: 1024px) {
  .p-services-approach .diagram__text--large {
    text-align: center;
  }
}
.p-services-approach .diagram .l-image-wrapper {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}
.p-services-approach .diagram .l-image-wrapper--chevron {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(90deg);
}
.p-services-approach .diagram .l-image-wrapper--chevron svg path {
  fill: #ce0014;
}
.p-services-approach .diagram .l-image-wrapper--chevron svg path:nth-child(1) {
  animation: arrowFade 2s infinite ease;
}
.p-services-approach .diagram .l-image-wrapper--chevron svg path:nth-child(2) {
  animation: arrowFade 2s infinite ease;
  animation-delay: 0.66s;
}
.p-services-approach .diagram .l-image-wrapper--chevron svg path:nth-child(3) {
  animation: arrowFade 2s infinite ease;
  animation-delay: 1.33s;
}
@keyframes arrowFade {
  0% {
    fill: #ce0014;
  }
  33% {
    fill: rgba(206, 0, 20, 0.6);
  }
  66% {
    fill: rgba(206, 0, 20, 0.3);
  }
  100% {
    fill: #ce0014;
  }
}
@media (min-width: 1024px) {
  .p-services-approach .diagram .l-image-wrapper--chevron {
    transform: rotate(0deg);
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-services-approach .diagram .l-image-wrapper--cross {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.p-services-approach .diagram .l-image-wrapper--cross img {
  width: 44px;
  height: auto;
}
.p-services-approach .diagram .l-image-wrapper .building {
  width: 128px;
  height: auto;
}
.p-services-approach .diagram .l-image-wrapper .worker {
  width: clamp(120px, 98.621px + 5.701vw, 157px);
  height: auto;
  max-width: 157px;
}
@media (min-width: 1024px) {
  .p-services-approach .diagram .l-image-wrapper .worker {
    width: 10.9027777778vw;
  }
}
.p-services-approach .diagram .l-image-wrapper .team {
  width: clamp(140px, 126.62px + 3.568vw, 178px);
  height: auto;
}
@media (min-width: 1024px) {
  .p-services-approach .diagram .l-image-wrapper .team {
    width: 12.3611111111vw;
    max-width: 178px;
  }
}
.p-services-approach__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: justify;
}
.p-services-approach__text--bold {
  font-size: clamp(1.5rem, 1.412rem + 0.3756vw, 1.75rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.p-services-approach .l-deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-services-approach .l-deco--right-top {
  top: 0;
  right: 0;
}
.p-services-approach .l-deco--right-top img {
  width: clamp(150px, 118.31px + 8.451vw, 240px);
  height: auto;
}
.p-services-approach .l-deco--left-bottom {
  bottom: 544px;
  left: 0;
}
@media (min-width: 1024px) {
  .p-services-approach .l-deco--left-bottom {
    bottom: 276px;
  }
}
.p-services-approach .l-deco--left-bottom img {
  width: clamp(100px, 91.549px + 2.254vw, 124px);
  height: auto;
}

.p-services-list {
  width: 100%;
  background-color: #dbdbdb;
  position: relative;
}
.p-services-list__label {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.p-services-list__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-size: clamp(2rem, 1.8239rem + 0.7512vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 4rem;
}
.p-services-list .services-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 5rem;
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .p-services-list .services-list {
    max-width: none;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 7.5rem;
  }
}
.p-services-list .services-list__item {
  width: 100%;
  max-width: 528px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .p-services-list .services-list__item {
    width: 36.6666666667vw;
    min-width: 0;
    flex: 0 0 auto;
  }
}
.p-services-list .services-list__link {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .p-services-list .services-list__link:hover .l-image-wrapper--boxed-arrow img {
    transform: scale(1.1);
  }
}
.p-services-list .services-list .l-image-wrapper {
  margin-bottom: 1.5rem;
  border-radius: 8px;
  position: relative;
  z-index: 20;
}
.p-services-list .services-list .l-image-wrapper--boxed-arrow {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.p-services-list .services-list .l-image-wrapper--boxed-arrow img {
  transform: scale(1);
  transition: transform 0.3s ease;
}
.p-services-list .services-list .l-image-wrapper img {
  border-radius: 8px;
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  z-index: 3;
}
.p-services-list .services-list__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.p-services-list .services-list__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 2;
}
.p-services-list .services-list .c-red-circle {
  position: absolute;
  z-index: 3;
  right: 15px;
  bottom: 15px;
}
@media (min-width: 1024px) {
  .p-services-list .services-list .c-red-circle {
    right: 24px;
    bottom: 24px;
  }
}
.p-services-list .services-list .c-red-circle img {
  width: 18px;
  height: auto;
}
@media (min-width: 1024px) {
  .p-services-list .services-list .c-red-circle img {
    width: 24px;
  }
}
.p-services-list .c-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #000000;
  border: 4px solid rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease, border 0.3s ease;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .p-services-list .c-cta:hover {
    background-color: #ffffff;
    border: 4px solid #000000;
  }
  .p-services-list .c-cta:hover .c-cta__text {
    color: #000000;
  }
  .p-services-list .c-cta:hover .l-image-wrapper svg polyline {
    stroke: #000000;
  }
}
.p-services-list .c-cta__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .p-services-list .c-cta__wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    gap: 48px;
  }
}
.p-services-list .c-cta__text {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  font-size: clamp(2.5rem, 1.1796rem + 5.6338vw, 6.25rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  transition: color 0.3s ease;
}
.p-services-list .c-cta .l-image-wrapper {
  display: inline-block;
}
.p-services-list .c-cta .l-image-wrapper svg {
  width: clamp(36px, 16.986px + 5.07vw, 90px);
  height: clamp(36px, 16.986px + 5.07vw, 90px);
}
.p-services-list .c-cta .l-image-wrapper polyline {
  stroke: #fff;
  transition: stroke 0.3s ease;
}
.p-services-list .l-deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-services-list .l-deco--right-top {
  top: 0;
  right: 0;
}
.p-services-list .l-deco--right-top img {
  width: clamp(120px, 91.831px + 7.512vw, 200px);
  height: auto;
}
.p-services-list .l-deco--left-bottom {
  bottom: 0;
  left: 0;
}
.p-services-list .l-deco--left-bottom img {
  width: clamp(160px, 103.662px + 15.023vw, 320px);
  height: auto;
}

.talent.is-open {
  overflow: hidden;
  position: fixed;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-talent-intro .l-wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1024px) {
  .p-talent-intro .l-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-talent-intro__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-size: clamp(2rem, 1.8239rem + 0.7512vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: center;
}
.p-talent-intro__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 0.875rem + 0.25vw, 1.25rem);
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: justify;
}
@media (min-width: 1024px) {
  .p-talent-intro__text {
    text-align: center;
  }
}

.p-talent-list {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .p-talent-list .l-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.p-talent-list__label {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.p-talent-list__title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-size: clamp(2rem, 1.8239rem + 0.7512vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 4rem;
}
.p-talent-list .talent-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto;
  row-gap: 32px;
}
@media (min-width: 1024px) {
  .p-talent-list .talent-list {
    column-gap: 48px;
    row-gap: 48px;
    justify-content: flex-start;
  }
}
.p-talent-list .talent-list__item {
  width: 48%;
  display: block;
}
@media (min-width: 1024px) {
  .p-talent-list .talent-list__item {
    width: calc((100% - 144px) / 4);
  }
}
.p-talent-list .talent-list__card {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-talent-list .talent-list .l-image-wrapper {
  position: relative;
  z-index: 20;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .p-talent-list .talent-list .l-image-wrapper {
    cursor: pointer;
  }
  .p-talent-list .talent-list .l-image-wrapper:hover img {
    filter: grayscale(0%);
  }
}
.p-talent-list .talent-list .l-image-wrapper img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
}
@media (min-width: 1024px) {
  .p-talent-list .talent-list .l-image-wrapper img {
    object-fit: cover;
    aspect-ratio: 4/5;
  }
}
.p-talent-list .talent-list__position {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.p-talent-list .talent-list__name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: auto;
}
.p-talent-list .loading {
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  opacity: 0;
}
@media (min-width: 1024px) {
  .p-talent-list .loading {
    width: 40px;
    height: 40px;
  }
}
.p-talent-list .loading.is-active {
  opacity: 1;
}
.p-talent-list .loading svg {
  width: 100%;
  animation: spin 1s linear infinite;
}
.p-talent-list .loading svg circle {
  stroke: #000000;
  stroke-dasharray: 80, 150;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100, 150;
    stroke-dashoffset: -50px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -150px;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.p-talent-list .l-deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-talent-list .l-deco--left-top {
  top: 0;
  left: 0;
}
.p-talent-list .l-deco--left-top img {
  width: clamp(240px, 215.352px + 6.573vw, 310px);
  height: auto;
}
.p-talent-list .l-deco--right-center {
  top: 700px;
  right: 0;
}
@media (min-width: 1024px) {
  .p-talent-list .l-deco--right-center {
    top: 500px;
  }
}
.p-talent-list .l-deco--right-center img {
  width: clamp(80px, 24.014px + 14.93vw, 239px);
  height: auto;
}

.p-talent-cta {
  position: relative;
  z-index: 1;
}
.p-talent-cta .l-wrapper {
  padding-top: 0;
  padding-left: clamp(24px, -23.887px + 12.77vw, 160px);
  padding-right: clamp(24px, -23.887px + 12.77vw, 160px);
}
.p-talent-cta__card {
  display: block;
  padding-top: clamp(24px, 15.549px + 2.254vw, 48px);
  padding-bottom: clamp(24px, 15.549px + 2.254vw, 48px);
  padding-left: clamp(32px, 22.141px + 2.629vw, 60px);
  padding-right: clamp(32px, 22.141px + 2.629vw, 60px);
  background-color: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (min-width: 1024px) {
  .p-talent-cta__card:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .p-talent-cta__card:hover .p-talent-cta__icon .icon--default {
    transform: translateX(150%);
  }
  .p-talent-cta__card:hover .p-talent-cta__icon .icon--hover {
    transform: translateX(0);
  }
}
.p-talent-cta__card:first-child {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .p-talent-cta__card:first-child {
    margin-bottom: 4rem;
  }
}
.p-talent-cta__title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  font-size: clamp(1.125rem, 1.081rem + 0.1878vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
.p-talent-cta__title-line {
  display: block;
  width: calc(100% - 30px);
}
.p-talent-cta__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.p-talent-cta__icon {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ce0014;
}
@media (min-width: 1024px) {
  .p-talent-cta__icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    overflow: hidden;
  }
}
.p-talent-cta__icon .icon {
  width: 16px;
  height: auto;
}
@media (min-width: 1024px) {
  .p-talent-cta__icon .icon {
    width: 18px;
    transition: transform 0.3s ease;
  }
}
@media (min-width: 1024px) {
  .p-talent-cta__icon .icon--default {
    display: block;
    transform: translateX(0%);
  }
}
.p-talent-cta__icon .icon--hover {
  display: none;
}
@media (min-width: 1024px) {
  .p-talent-cta__icon .icon--hover {
    display: block;
    position: absolute;
    transform: translateX(-150%);
  }
}
.p-talent-cta__icon polyline {
  stroke: #ffffff;
}
.p-talent-cta .l-deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-talent-cta .l-deco--left-bottom {
  bottom: 0;
  left: 0;
}
.p-talent-cta .l-deco--left-bottom img {
  width: clamp(100px, 22.535px + 20.657vw, 320px);
  height: auto;
}

.modal {
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.modal.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
.modal .modal-content {
  background-color: #000000;
  color: #ffffff;
  max-height: 100svh; /* ← モーダルの中の高さを制限 */
  overflow-y: auto; /* ← 中身が多いときにスクロール可能にする */
  width: 90%;
  max-width: 600px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .modal .modal-content {
    width: 600px;
  }
}
.modal .modal-close {
  width: 18px;
  position: fixed;
  z-index: 20;
  top: 24px;
  right: min(90vw - 54px, 550px);
}
.modal .modal-close img {
  width: 18px;
  height: auto;
}
@media (min-width: 1024px) {
  .modal .modal-close {
    top: 32px;
    right: 550px;
    cursor: pointer;
  }
}
.modal .modal-card {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 36px;
  padding-right: 36px;
  overflow: hidden;
}
.modal .modal-card:nth-child(2) {
  padding-top: 64px;
}
@media (min-width: 1024px) {
  .modal .modal-card:nth-child(2) {
    padding-top: 80px;
  }
}
.modal .modal-card:nth-last-child(2) {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .modal .modal-card {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.modal .modal-card .l-image-wrapper {
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.modal .modal-card .l-image-wrapper img {
  width: 100%;
  height: auto;
}
.modal .modal-card .l-image-wrapper .l-deco {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.modal .modal-card .l-image-wrapper .l-deco--right-top-red {
  top: -48px;
  right: -46px;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--right-top-red {
    top: -72px;
    right: -64px;
  }
}
.modal .modal-card .l-image-wrapper .l-deco--right-top-red img {
  width: 110px;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--right-top-red img {
    width: 160px;
  }
}
.modal .modal-card .l-image-wrapper .l-deco--left-bottom-red {
  bottom: 20px;
  left: -20px;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--left-bottom-red {
    bottom: 40px;
    left: -32px;
  }
}
.modal .modal-card .l-image-wrapper .l-deco--left-bottom-red img {
  width: 48px;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--left-bottom-red img {
    width: 74px;
  }
}
.modal .modal-card .l-image-wrapper .l-deco--left-top-blue {
  top: 0px;
  left: -45px;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--left-top-blue {
    top: 20px;
    left: -70px;
  }
}
.modal .modal-card .l-image-wrapper .l-deco--left-top-blue img {
  width: 90px;
  height: auto;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--left-top-blue img {
    width: 140px;
  }
}
.modal .modal-card .l-image-wrapper .l-deco--right-bottom-blue {
  bottom: 20px;
  right: -28px;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--right-bottom-blue {
    bottom: 40px;
    right: -42px;
  }
}
.modal .modal-card .l-image-wrapper .l-deco--right-bottom-blue img {
  width: 56px;
  height: auto;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--right-bottom-blue img {
    width: 86px;
  }
}
.modal .modal-card .l-image-wrapper .l-deco--left-top-green {
  top: 32px;
  left: -28px;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--left-top-green {
    top: 40px;
    left: -43px;
  }
}
.modal .modal-card .l-image-wrapper .l-deco--left-top-green img {
  width: 56px;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--left-top-green img {
    width: 86px;
  }
}
.modal .modal-card .l-image-wrapper .l-deco--right-bottom-green {
  bottom: 20px;
  right: -28px;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--right-bottom-green {
    bottom: 40px;
    right: -42px;
  }
}
.modal .modal-card .l-image-wrapper .l-deco--right-bottom-green img {
  width: 54px;
  height: auto;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--right-bottom-green img {
    width: 90px;
  }
}
.modal .modal-card .l-image-wrapper .l-deco--right-top-pink {
  top: 32px;
  right: -28px;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--right-top-pink {
    top: 40px;
    right: -44px;
  }
}
.modal .modal-card .l-image-wrapper .l-deco--right-top-pink img {
  width: 56px;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--right-top-pink img {
    width: 86px;
  }
}
.modal .modal-card .l-image-wrapper .l-deco--left-bottom-pink {
  bottom: 0px;
  left: -45px;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--left-bottom-pink {
    bottom: 20px;
    left: -70px;
  }
}
.modal .modal-card .l-image-wrapper .l-deco--left-bottom-pink img {
  width: 90px;
  height: auto;
}
@media (min-width: 1024px) {
  .modal .modal-card .l-image-wrapper .l-deco--left-bottom-pink img {
    width: 140px;
  }
}
.modal .modal-card__position {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.modal .modal-card__name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  gap: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.modal .modal-card__message {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.modal .modal-card__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
}
.modal .divider {
  width: calc(100% - 72px);
  margin: 0 auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 1024px) {
  .modal .divider {
    width: calc(100% - 160px);
  }
}
.modal .divider:last-child {
  display: none;
}

.p-contact-form {
  width: 100%;
  background-color: #dbdbdb;
  position: relative;
}
.p-contact-form__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: clamp(36px, -64px + 26.667vw, 320px);
  padding-right: clamp(36px, -64px + 26.667vw, 320px);
}
@media (min-width: 1024px) {
  .p-contact-form__wrapper {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.p-contact-form__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 3rem;
  position: relative;
  z-index: 10;
}
.p-contact-form__text--confirmation {
  text-align: center;
}
.p-contact-form__text--required {
  color: #ce0014;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: right;
  margin-bottom: 1.5rem;
}
.p-contact-form__link {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .p-contact-form__link:hover {
    opacity: 0.7;
  }
}
.p-contact-form .l-deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-contact-form .l-deco--right-top {
  top: 0;
  right: 0;
}
.p-contact-form .l-deco--right-top img {
  width: clamp(96px, 61.141px + 9.296vw, 195px);
  height: auto;
}
.p-contact-form .l-deco--left-bottom {
  bottom: 0;
  left: 0;
}
.p-contact-form .l-deco--left-bottom img {
  width: clamp(160px, 103.662px + 15.023vw, 320px);
  height: auto;
}

.wpcf7-form .form-item {
  margin-bottom: 2.5rem;
}
.wpcf7-form .form-item--message {
  margin-bottom: 5rem;
}
.wpcf7-form .form-input {
  width: 100%;
  background-color: #ffffff;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  z-index: 20;
}
.wpcf7-form .form-input p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-size: clamp(0.875rem, 0.494rem + 1.9048vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.wpcf7-form .privacy-check {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.wpcf7-form .form-label {
  display: flex;
  gap: 4px;
  margin-bottom: 1rem;
}
.wpcf7-form .label-text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-size: clamp(0.875rem, 0.494rem + 1.9048vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}
.wpcf7-form .required-mark {
  font-size: 12px;
  color: #ce0014;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  background-color: #ffffff;
  padding: 16px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  letter-spacing: 0.06em;
  border-radius: 10px;
  position: relative;
  z-index: 20;
}
@media (min-width: 1024px) {
  .wpcf7-form input[type=text]:hover,
  .wpcf7-form input[type=email]:hover,
  .wpcf7-form input[type=tel]:hover,
  .wpcf7-form textarea:hover {
    background-color: #efefef;
  }
}
.wpcf7-form input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.wpcf7-form input[type=checkbox] {
  cursor: pointer;
}
.wpcf7-form .form-buttons {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7-form .form-buttons p {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .wpcf7-form .form-buttons p {
    flex-direction: row;
    gap: 40px;
  }
}
.wpcf7-form .wpcf7-previous {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  background-color: #ffffff;
  color: #000000;
  padding: 12px 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-size: clamp(0.875rem, 0.494rem + 1.9048vw, 1rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  border-radius: 70px;
  border: 2px solid #000000;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .wpcf7-form .wpcf7-previous {
    display: inline-block;
  }
  .wpcf7-form .wpcf7-previous:hover {
    color: #ffffff;
    background-color: #000000;
  }
}
.wpcf7-form .wpcf7-submit {
  display: block;
  margin: 0 auto;
  width: 240px;
  background-color: #ce0014;
  color: #ffffff;
  padding: 12px 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-size: clamp(0.875rem, 0.494rem + 1.9048vw, 1rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  border-radius: 70px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .wpcf7-form .wpcf7-submit:hover {
    background-color: #b40012;
  }
}
.wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("../assets/slot-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
@media (min-width: 1024px) {
  .wpcf7-form select {
    cursor: pointer;
  }
}
.wpcf7-form select:focus {
  border: 2px solid #007455;
}
.wpcf7-form textarea {
  resize: none;
}
.wpcf7-form .wpcf7-list-item-label {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-size: clamp(0.875rem, 0.494rem + 1.9048vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 4px;
  color: #ce0014;
}
.wpcf7-form .wpcf7-response-output {
  position: relative;
  z-index: 2;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.wpcf7-form br {
  display: none;
}

.p-confirmation-form {
  width: 100%;
  background-color: #dbdbdb;
  position: relative;
  display: block;
}
.p-confirmation-form .l-deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-confirmation-form .l-deco--right-top {
  top: 0;
  right: 0;
}
.p-confirmation-form .l-deco--right-top img {
  width: clamp(96px, 61.141px + 9.296vw, 195px);
  height: auto;
}
.p-confirmation-form .l-deco--left-bottom {
  bottom: 0;
  left: 0;
}
.p-confirmation-form .l-deco--left-bottom img {
  width: clamp(160px, 103.662px + 15.023vw, 320px);
  height: auto;
}

.p-privacy-policy__wrapper {
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: clamp(36px, -28.789px + 17.277vw, 220px);
  padding-right: clamp(36px, -28.789px + 17.277vw, 220px);
  max-width: 1440px;
}
@media (min-width: 1024px) {
  .p-privacy-policy__wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.p-privacy-policy__list h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-size: clamp(1.25rem, 1.0739rem + 0.7512vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 2.25rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .p-privacy-policy__list h2 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
.p-privacy-policy__list ol {
  padding: 0 0 0 16px;
  margin: 0;
}
.p-privacy-policy__list ol li {
  list-style: decimal;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-size: clamp(0.9375rem, 0.9155rem + 0.0939vw, 1rem);
  font-weight: 300;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.06em;
}
.p-privacy-policy__list p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-size: clamp(0.9375rem, 0.9155rem + 0.0939vw, 1rem);
  font-weight: 300;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.06em;
}
.p-privacy-policy__list .p-mb {
  margin-bottom: 1rem;
}

.p-thanks-visual {
  width: 100%;
  height: 100svh;
}
.p-thanks-visual.is-active {
  display: block;
}
.p-thanks-visual__wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: clamp(28px, 20.958px + 1.878vw, 48px);
  padding-right: clamp(28px, 20.958px + 1.878vw, 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-thanks-visual__title {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.02em;
  font-size: clamp(2.625rem, 0.4432rem + 10.9091vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 375px) {
  .p-thanks-visual__title {
    font-size: clamp(3rem, 2.0757rem + 3.9437vw, 5.625rem);
  }
}
@media (min-width: 1024px) {
  .p-thanks-visual__title {
    margin-bottom: 3rem;
    font-size: clamp(5.625rem, 1.0417rem + 7.1615vw, 12.5rem);
  }
}
.p-thanks-visual__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .p-thanks-visual__text {
    margin-bottom: 2.25rem;
  }
}
.p-thanks-visual__text .br-pc {
  display: none;
}
@media (min-width: 1024px) {
  .p-thanks-visual__text .br-pc {
    display: inline;
  }
}
.p-thanks-visual__link {
  margin: 0 auto;
}
.p-thanks-visual .l-deco {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-thanks-visual .l-deco--kv-left-top {
  top: 0;
  left: 0;
}
.p-thanks-visual .l-deco--kv-left-top img {
  width: clamp(120px, 44.296px + 20.188vw, 335px);
  height: auto;
}
.p-thanks-visual .l-deco--kv-center-top {
  top: 110px;
  left: 33.3333333333vw;
}
@media (min-width: 1024px) {
  .p-thanks-visual .l-deco--kv-center-top {
    top: 0;
    left: 45.8333333333vw;
  }
}
.p-thanks-visual .l-deco--kv-center-top img {
  width: clamp(160px, 89.577px + 18.779vw, 360px);
  height: auto;
}
.p-thanks-visual .l-deco--kv-right-top {
  top: 0;
  right: 0;
}
.p-thanks-visual .l-deco--kv-right-top img {
  width: clamp(120px, 56.62px + 16.901vw, 300px);
  height: auto;
}
.p-thanks-visual .l-deco--kv-left-bottom {
  bottom: 0;
  left: 0;
}
.p-thanks-visual .l-deco--kv-left-bottom img {
  width: clamp(120px, 41.127px + 21.033vw, 344px);
  height: auto;
}
.p-thanks-visual .l-deco--kv-center-bottom {
  bottom: 64px;
  left: 31.4666666667vw;
}
@media (min-width: 1024px) {
  .p-thanks-visual .l-deco--kv-center-bottom {
    bottom: 0;
    left: 34.4444444444vw;
  }
}
.p-thanks-visual .l-deco--kv-center-bottom img {
  width: clamp(120px, 51.338px + 18.31vw, 315px);
  height: auto;
}
.p-thanks-visual .l-deco--kv-right-bottom {
  bottom: 0;
  right: 0;
}
.p-thanks-visual .l-deco--kv-right-bottom img {
  width: clamp(120px, 55.211px + 17.277vw, 304px);
  height: auto;
}
.p-thanks-visual .l-deco--kv-dot-top {
  top: 103px;
  left: 12.5333333333vw;
}
@media (min-width: 1024px) {
  .p-thanks-visual .l-deco--kv-dot-top {
    top: 253px;
    left: 11.6666666667vw;
  }
}
.p-thanks-visual .l-deco--kv-dot-top img {
  width: clamp(80px, 54.296px + 6.854vw, 153px);
  height: auto;
}
.p-thanks-visual .l-deco--kv-dot-bottom {
  right: 14.9333333333vw;
  bottom: 60px;
}
@media (min-width: 1024px) {
  .p-thanks-visual .l-deco--kv-dot-bottom {
    right: 21.25vw;
    bottom: 0px;
  }
}
.p-thanks-visual .l-deco--kv-dot-bottom img {
  width: clamp(80px, 54.296px + 6.854vw, 153px);
  height: auto;
}

.js-hide-after-submit.is-hidden {
  display: none;
}

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