html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 4.375rem;
}

html.is-modal-open,
html.is-modal-open+body {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333333;
}

.l-header {
  position: fixed;
  width: 100%;
  height: clamp(3.125rem, 2.0246478873rem + 4.6948356808vw, 6.25rem);
  z-index: 100;
  transition: background-color 0.4s ease;
  background-color: transparent;
}

.l-header::before {
  position: absolute;
  content: "";
  background-color: #f08300;
  z-index: -1;
  pointer-events: none;
  filter: url(#filter0_n_132_4853);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-header.is-open::before {
  background-color: #fffcfa;
}

.l-header.is-open .l-header__logo img {
  filter: brightness(0) invert(18%) sepia(0%) saturate(0%) brightness(95%) contrast(92%);
}

.l-header.is-open .l-drawer-icon__bar {
  background-color: #333333;
}

.l-header--lower {
  position: fixed;
  width: 100%;
  height: clamp(3.125rem, 2.0246478873rem + 4.6948356808vw, 6.25rem);
  z-index: 100;
  transition: background-color 0.4s ease;
  background: #fffcfa;
}

.l-header--lower .l-header__nav-link {
  color: #333333;
}

.l-header--lower .l-drawer-icon__bar {
  background-color: #333333;
}

.l-header--lower.is-open {
  background: #fffcfa;
}

.l-header--lower.is-open .l-header__logo img {
  filter: brightness(5) invert(100%) sepia(4%) saturate(1074%) hue-rotate(307deg) brightness(106%) contrast(106%);
}

.l-header--lower.is-open .l-drawer-icon__bar {
  background-color: #333333;
}

.l-header__inner {
  position: relative;
  height: 100%;
  padding-block: 15px 15px;
  padding-inline: 24px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-block: unset;
    padding-inline: 32px 0;
  }
}

.l-header__content {
  max-width: 1408px;
  margin-inline: auto;
  width: clamp(20.4375rem, -3.3521126761rem + 101.5023474178vw, 88rem);
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  gap: 30px;
}

@media screen and (max-width: 374px) {
  .l-header__content {
    width: 100%;
  }
}

.l-header__logo {
  display: inline-block;
  flex-shrink: 0;
  max-width: 144px;
  width: clamp(4.5rem, 2.9154929577rem + 6.7605633803vw, 9rem);
  height: auto;
  align-items: start;
}

.l-header__logo--image {
  display: block;
}

.l-header__logo--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
}

.l-header__nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-header__nav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: clamp(0.625rem, -0.0132042254rem + 2.7230046948vw, 2.4375rem);
    max-width: 800px;
  }
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.3125rem, -0.4577464789rem + 3.2863849765vw, 2.5rem);
  width: 100%;
}

.l-header__nav-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #fffcfa;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.8125rem, 0.7464788732rem + 0.2816901408vw, 1rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
  white-space: nowrap;
  position: relative;
}

.l-header__nav-link::before {
  position: absolute;
  content: "";
  background-color: #fffcfa;
  width: calc(100% + 10px);
  height: 1px;
  bottom: -10px;
  left: -10px;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.l-header__nav-link:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.l-header--lower .l-header__nav-link {
  color: #333333;
}

.l-header--lower .l-header__nav-link:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.l-header--lower .l-header__nav-link::before {
  position: absolute;
  content: "";
  background-color: #333333;
  width: calc(100% + 10px);
  height: 1px;
  bottom: -10px;
  left: -10px;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.l-header__nav-button {
  background-color: #ffeb12;
  width: 120px;
  height: 100%;
  flex-shrink: 0;
  display: grid;
  place-content: center;
}

.l-header-nav-button__DL {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 500;
}

.l-header__open {
  display: block;
}

@media screen and (min-width: 768px) {
  .l-header__open {
    display: none;
  }
}

.l-drawer-icon {
  position: relative;
  width: 40px;
  height: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.l-drawer-icon.is-open .l-drawer-icon__bar {
  transform: translateY(8px) rotate(45deg);
  background-color: #333333;
}

.l-drawer-icon.is-open .l-drawer-icon__bar:nth-child(2) {
  opacity: 0;
}

.l-drawer-icon.is-open .l-drawer-icon__bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  background-color: #333333;
}

.l-drawer-icon__bar {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.l-drawer-icon__bar:nth-child(1) {
  top: 0;
}

.l-drawer-icon__bar:nth-child(2) {
  top: 8px;
}

.l-drawer-icon__bar:nth-child(3) {
  top: 16px;
}

.l-drawer {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 50px);
  overflow: auto;
  z-index: 10;
  background: #fffcfa;
  transform: translateY(-120%);
  transition: transform 0.4s ease-in-out;
}

.l-drawer.is-open {
  transform: translateY(0);
}

.l-drawer.is-open .l-header {
  background: #fffcfa;
}

.l-drawer.is-open .l-header__logo img {
  filter: brightness(0) invert(20%);
}

.l-drawer.is-open .l-drawer-icon__bar {
  background-color: #333333;
}

.l-drawer__nav {
  padding: 60px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 48px;
  height: 100dvh;
}

.l-drawer__nav-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}

.l-drawer__nav-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.l-drawer__inquiry-card {
  display: block;
  width: 100%;
  padding: 24px 16px;
  border-radius: 20px;
}

.l-drawer__inquiry-card:nth-child(1) {
  background: #ffeb12;
}

.l-drawer__inquiry-card:nth-child(2) {
  background: #f08300;
  margin-top: 8px;
}

.l-drawer-inquiry-card__container {
  display: block;
  width: 100%;
  height: 100%;
}

.l-drawer-inquiry-card__title {
  position: relative;
}

.l-drawer-inquiry-card__title::after {
  position: absolute;
  content: "";
  background: url(../img/common/inquiry-card-arrow.svg) no-repeat center center/cover;
  top: 0;
  bottom: 0;
  right: 0;
  margin-block: auto;
  width: 24px;
  height: 24px;
}

.l-drawer-inquiry-card__title-main {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.l-drawer-inquiry-card__title-sub {
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.42px;
}

.l-footer {
  background-color: #333333;
  padding-top: 40px;
}

.l-footer__inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .l-footer__inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: clamp(2.5rem, -2.7596830986rem + 22.441314554vw, 17.4375rem);
  }
}

.l-footer__company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 40px;
}

.l-footer-company__logo {
  max-width: 100%;
  width: clamp(12.875rem, 8.6716549296rem + 17.9342723005vw, 24.8125rem);
  height: auto;
  max-width: 100%;
  padding-bottom: 7.5px;
}

.l-footer-company__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .l-footer-company__logo {
    border-bottom: solid 0.5px #fff;
    padding-bottom: 24.5px;
  }
}

.l-footer-company__info {
  padding-top: 8px;
  border-top: solid 0.5px #fff;
}

@media screen and (min-width: 768px) {
  .l-footer-company__info {
    border-top: none;
  }
}

.l-footer-company__name {
  display: inline-block;
  color: #fffcfa;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.42px;
}

.l-footer-company__address--postcode {
  display: inline-block;
  color: #fffcfa;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.42px;
}

.l-footer-company__address--text {
  display: inline-block;
  color: #fffcfa;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.42px;
}

@media screen and (min-width: 768px) {
  .l-footer-company__name {
    display: none;
  }
}

.l-footer-company__address {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.l-footer__sns {
  display: flex;
  align-items: center;
  gap: 19px;
}

@media screen and (min-width: 768px) {
  .l-footer__sns {
    padding-top: 1.25rem;
  }
}

.l-footer__sns-instagram {
  display: inline-block;
  width: 32px;
  height: 32px;
  display: grid;
  place-content: center;
}

.l-footer__sns-instagram img {
  width: 26.667px;
  height: auto;
  aspect-ratio: 1/1;
}

.l-footer__sns-x {
  display: inline-block;
  width: 27px;
  height: 28px;
  display: grid;
  place-content: center;
}

.l-footer__sns-x img {
  width: 27px;
  height: auto;
  aspect-ratio: 27/25;
}

.l-footer__nav {
  align-self: flex-start;
}

@media screen and (min-width: 768px) {
  .l-footer__nav {
    align-self: flex-end;
  }
}

.l-footer-nav__list {
  display: grid;
  grid-template-columns: 84px 1fr;
  row-gap: 1.3125rem;
  column-gap: clamp(3.25rem, 2.6338028169rem + 2.6291079812vw, 5rem);
}

@media screen and (min-width: 768px) {
  .l-footer-nav__list {
    grid-template-columns: 96px 1fr;
    row-gap: 23px;
  }
}

.l-footer-nav__link {
  color: #fffcfa;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.l-footer-nav__link::before {
  position: absolute;
  content: "";
  background-color: #fffcfa;
  width: calc(100% + 12px);
  height: 1px;
  bottom: -10px;
  left: -12px;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.l-footer-nav__link:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
  .l-footer-nav__link {
    font-size: 1rem;
  }
}

.l-footer__copyright {
  display: block;
  text-align: center;
  color: #fffcfa;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.42px;
  margin-top: 66px;
  padding-bottom: 19px;
}

@media screen and (min-width: 768px) {
  .l-footer__copyright {
    margin-top: 4.9375rem;
  }
}

.l-main {
  padding-top: clamp(5.625rem, 3.1161971831rem + 10.7042253521vw, 12.75rem);
  padding-bottom: clamp(2.5rem, 1.0915492958rem + 6.0093896714vw, 6.5rem);
}

.l-main--lower {
  background: #fffcfa;
}

.l-main--top {
  padding-top: clamp(3rem, 1.8556338028rem + 4.882629108vw, 6.25rem);
}

.l-aside {
  padding-top: clamp(2.5rem, 1.8838028169rem + 2.6291079812vw, 4.25rem);
  background-color: #333333;
}

.l-aside__inquiry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .l-aside__inquiry {
    flex-direction: row;
    align-items: stretch;
    gap: 3.5rem;
  }
}

.l-inner-large {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 0.4876760563rem + 4.3192488263vw, 4.375rem);
}

.l-inner-middle {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, -1.9991197183rem + 14.9295774648vw, 11.4375rem);
}

.l-inner-small {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(0rem, -4.9735915493rem + 21.220657277vw, 14.125rem);
}

.l-section--lower {
  margin-top: clamp(2.5rem, 1.9718309859rem + 2.2535211268vw, 4rem);
}

.l-section--inner-large {
  margin-top: clamp(4rem, 3.1197183099rem + 3.7558685446vw, 6.5rem);
}

.l-section--inner-middle {
  margin-top: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
}

.l-inquiry-card {
  display: block;
  width: 100%;
  max-width: 327px;
  padding-inline: clamp(1rem, 0.0977112676rem + 3.8497652582vw, 3.5625rem);
  padding-block: 24px;
  border-radius: 20px;
}

.l-inquiry-card:nth-child(1) {
  background: #ffeb12;
}

.l-inquiry-card:nth-child(2) {
  background: #f08300;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .l-inquiry-card {
    max-width: 38.875rem;
    border-radius: 50px;
  }

  .l-inquiry-card:nth-child(2) {
    margin-top: unset;
  }
}

.l-inquiry-card__container {
  display: block;
  width: 100%;
  height: 100%;
}

.l-inquiry-card__title {
  position: relative;
}

.l-inquiry-card__title::after {
  position: absolute;
  content: "";
  background: url(../img/common/inquiry-card-arrow.svg) no-repeat center center/cover;
  top: 0;
  bottom: 0;
  right: 0;
  margin-block: auto;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .l-inquiry-card__title::after {
    width: 2.125rem;
    height: 2.125rem;
  }
}

.l-inquiry-card__title-main {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.25rem, 0.6338028169rem + 2.6291079812vw, 3rem);
  font-weight: 600;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .l-inquiry-card__title-main {
    font-weight: 700;
  }
}

.l-inquiry-card__title-sub {
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
  line-height: 1;
  letter-spacing: 0.42px;
}

@media screen and (min-width: 768px) {
  .l-inquiry-card__title-sub {
    font-weight: 700;
    letter-spacing: 0.6px;
  }
}

.l-inquiry-card__description {
  margin-top: 24px;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1.3;
  letter-spacing: 0.42px;
}

@media screen and (min-width: 768px) {
  .l-inquiry-card__description {
    margin-top: 6.875rem;
    font-weight: 500;
    letter-spacing: 0.48px;
  }
}

.c-button {
  width: 100%;
  max-width: 25rem;
  border-radius: 80px;
  box-shadow: 0 2px 4px 2px rgba(30, 30, 30, 0.25);
  padding-inline: 0.3125rem;
  text-align: center;
  margin-inline: auto;
  transition: box-shadow 0.3s ease;
}

.c-button:hover {
  box-shadow: unset;
}

.c-button--primary {
  background-color: #ffeb12;
}

.c-button--secondary {
  border: 2px solid #f08300;
  background-color: #fffcfa;
  display: grid;
  place-content: center;
}

.c-button--tertiary {
  border: 2px solid #f08300;
  background-color: #fffcfa;
  display: grid;
  place-content: center;
  width: clamp(13.8125rem, 10.7535211268rem + 13.0516431925vw, 22.5rem);
  max-width: 22.5rem;
}

@media screen and (max-width: 374px) {
  .c-button--tertiary {
    width: 100%;
  }
}

.c-button--top {
  width: 100%;
  max-width: 25rem;
  border-radius: 80px;
  box-shadow: 0 2px 4px 2px rgba(30, 30, 30, 0.25);
  text-align: center;
  margin-inline: auto;
  transition: box-shadow 0.3s ease;
}

.c-button--top:hover {
  box-shadow: unset;
}

.c-button__text {
  display: block;
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.c-button__text--primary {
  padding-block: clamp(1.375rem, 1.2429577465rem + 0.5633802817vw, 1.75rem);
  padding-inline: clamp(3rem, 2.823943662rem + 0.7511737089vw, 3.5rem) clamp(1.4375rem, 1.4154929577rem + 0.0938967136vw, 1.5rem);
}

.c-button__text--primary::before {
  position: absolute;
  content: "";
  background: url(../img/common/button-icon-paper.svg) no-repeat center center/cover;
  width: clamp(1.1875rem, 1.0774647887rem + 0.4694835681vw, 1.5rem);
  height: clamp(1.1875rem, 1.0774647887rem + 0.4694835681vw, 1.5rem);
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.c-button__text--secondary {
  color: #f08300;
  padding-block: clamp(1.125rem, 0.9049295775rem + 0.9389671362vw, 1.75rem);
}

.c-button__text--tertiary {
  color: #f08300;
  padding-block: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
}

.c-button__text--quaternary {
  color: #f08300;
  padding-block: 1.1875rem;
}

@media screen and (min-width: 768px) {
  .c-button__text--quaternary {
    padding-block: 0.75rem;
  }
}

.c-button__text--quinary {
  font-size: 1rem;
  color: #f08300;
  padding-block: 0.75rem;
}

@media screen and (min-width: 768px) {
  .c-button__text--quinary {
    font-size: 0.875rem;
    padding-block: 0.4375rem;
  }
}

.c-button__text--senary {
  color: #f08300;
  padding-block: 1.1875rem;
}

.c-page-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

@media screen and (min-width: 768px) {
  .c-page-heading {
    gap: unset;
  }
}

.c-page-heading--en {
  color: rgba(240, 131, 0, 0);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f08300;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.25rem, 1.4577464789rem + 3.3802816901vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
}

.c-page-heading--ja {
  color: #00b5d3;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.48px;
}

.c-section-heading {
  color: #00b5d3;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.25rem, 1.161971831rem + 0.3755868545vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.6px;
}

@media screen and (min-width: 768px) {
  .c-section-heading {
    letter-spacing: 0.72px;
  }
}

.c-card__container--primary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .c-card__container--primary {
    gap: 1rem;
  }
}

.c-card__container--secondary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 4px 4px 1px rgba(133, 133, 133, 0.25);
}

@media screen and (min-width: 768px) {
  .c-card__container--secondary {
    gap: 1.5rem;
  }
}

.c-card__image--primary {
  max-width: 100%;
  width: 100%;
  min-height: 12.5rem;
  aspect-ratio: 250/131;
  flex-shrink: 0;
}

.c-card__image--primary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card__image--secondary {
  max-width: 100%;
  width: 100%;
  min-height: 12.5rem;
  aspect-ratio: 198/115;
}

.c-card__image--secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card__image--tertiary {
  max-width: 100%;
  height: 100%;
  min-height: 12.5rem;
  aspect-ratio: 99/50;
}

.c-card__image--tertiary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card__image--top {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 622/335;
  flex-shrink: 0;
}

.c-card__image--top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card__body--primary {
  width: 100%;
  padding-inline: 1rem;
  padding-bottom: 1.5rem;
}

.c-card__body>.is-medium {
  line-height: 1.6;
  font-weight: 500;
}

.c-card__body>.is-bold {
  font-weight: 700;
}

.c-card__body>.is-relaxed {
  line-height: 1.6;
}

.c-card__body-item--primary {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  line-height: 1;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 768px) {
  .c-card__body-item--primary {
    letter-spacing: 0.6px;
  }
}

.c-card__body-item--secondary {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1;
  letter-spacing: 0.42px;
}

@media screen and (min-width: 768px) {
  .c-card__body-item--secondary {
    letter-spacing: 0.48px;
  }
}

.c-card__body-category--primary {
  display: inline-block;
  width: 5.625rem;
  max-width: 100%;
  text-align: center;
  font-family: Inter;
  font-size: 0.75rem;
  border-radius: 30px;
  border: 1px solid #333333;
  background: #fff;
  padding: calc(0.125rem - 1px) calc(0.6875rem - 1px);
  white-space: nowrap;
}

.c-card__body-category--secondary {
  display: inline-block;
  color: #fffcfa;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 30px;
  background: #f08300;
  padding: 0.125rem 0.5625rem;
}

.c-grid__container--3column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 327px), 396px));
  row-gap: clamp(1.5rem, 0.6197183099rem + 3.7558685446vw, 4rem);
  column-gap: clamp(1.5rem, 0.7957746479rem + 3.0046948357vw, 3.5rem);
  justify-content: center;
}

.c-grid__container--2column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 327px), 500px));
  row-gap: clamp(1.5rem, 0.7957746479rem + 3.0046948357vw, 3.5rem);
  column-gap: clamp(1.5rem, 0.3996478873rem + 4.6948356808vw, 4.625rem);
  justify-content: center;
}

.c-grid__container--2column-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  width: 100%;
  max-width: 38.875rem;
}

@media screen and (min-width: 960px) {
  .c-grid__container--2column-top {
    flex-direction: row;
  }
}

.c-category-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(0.75rem, 0.485915493rem + 1.1267605634vw, 1.5rem);
  width: 100%;
}

.c-category-box--type02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: clamp(0.75rem, 0.485915493rem + 1.1267605634vw, 1.5rem);
  width: 100%;
}

@media screen and (max-width: 374px) {
  .c-category-box--type02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .c-category-box--type02 {
    grid-template-columns: repeat(4, 112px);
  }
}

.c-category-link {
  cursor: pointer;
  max-width: 6.25rem;
  flex-basis: 6.25rem;
  flex-shrink: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-category-link {
    max-width: 7rem;
    flex-basis: 7rem;
  }
}

.c-category-link--type02 {
  cursor: pointer;
  max-width: 6.25rem;
  min-width: 6.25rem;
}

.c-category-link--type02:first-child {
  grid-column: 1/4;
  justify-self: center;
}

.c-category-link--type02:not(:first-child) {
  justify-self: center;
}

@media screen and (max-width: 374px) {
  .c-category-link--type02 {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-category-link--type02 {
    max-width: 7rem;
    min-width: 7rem;
  }

  .c-category-link--type02:first-child {
    grid-column: auto;
  }
}

.c-category-link.is-active .c-category-label,
.c-category-link--type02.is-active .c-category-label {
  color: #fffcfa;
  border: 1px solid transparent;
  background: #f08300;
}

.c-category-link:hover .c-category-label,
.c-category-link--type02:hover .c-category-label {
  color: #fffcfa;
  border: 1px solid transparent;
  background: #f08300;
}

.c-category-label {
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.875rem, 0.8529929577rem + 0.0938967136vw, 0.9375rem);
  border-radius: 30px;
  border: 1px solid #f08300;
  background: #fffcfa;
  padding: calc(0.5625rem - 1px) calc(0.625rem - 1px);
  transition: all 0.2s linear;
  text-align: center;
  white-space: nowrap;
}

.c-contents__more--single.is-open .c-contents__more-body--single::after {
  opacity: 0;
}

.c-contents__more--multiple {
  display: none;
}

.c-contents__more--multiple.is-visible {
  display: block;
}

.c-contents__more--multiple.is-open .c-contents__more-body--multiple {
  padding-bottom: 0.625rem;
}

.c-contents__more-body--single {
  max-height: 3.25rem;
  line-height: 1.6;
  overflow: hidden;
  transition: max-height 0.4s ease;
  position: relative;
}

.c-contents__more-body--single::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5em;
  background: linear-gradient(transparent, #fffcfa);
  transition: opacity 0.3s;
}

.c-contents__more-body--multiple {
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0;
  transition: max-height 0.4s ease-out, padding-bottom 0.4s ease-out;
}

.p-main-visual {
  position: relative;
  display: grid;
  padding-bottom: clamp(4rem, -4.2526408451rem + 35.2112676056vw, 27.4375rem);
  width: 100%;
}

.p-main-visual::before {
  position: absolute;
  content: "";
  background-color: #f08300;
  z-index: -1;
  pointer-events: none;
  filter: url(#filter-mv-noise);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-main-visual__sprit {
  display: flex;
  width: 100%;
  height: 28.5rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-main-visual__sprit {
    padding-inline: clamp(1.5rem, -1.945610687rem + 7.0229007634vw, 4.375rem);
    margin-top: 2rem;
    height: 34.375rem;
    max-width: 90rem;
    margin-inline: auto;
  }
}

.p-main-visual__sprit-image {
  flex: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.p-main-visual__sprit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-main-visual__sprit-left {
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
  height: 25.75rem;
  margin-right: -26%;
  border-radius: 0 3px 3px 0;
}

@media screen and (min-width: 768px) {
  .p-main-visual__sprit-left {
    height: unset;
    border-radius: 3px;
    margin-right: -22%;
  }
}

.p-main-visual__sprit-right {
  padding-top: 2.9375rem;
  clip-path: polygon(45% 0, 100% 0, 100% 100%, 0% 100%);
  border-radius: 3px 0 0 3px;
}

@media screen and (min-width: 768px) {
  .p-main-visual__sprit-right {
    padding-top: unset;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.p-main-visual__main-copy {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: grid;
  place-content: center;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-main-visual__main-copy {
    top: 15.5%;
    padding-left: 1.25rem;
    text-align: left;
  }
}

.p-main-visual__main-copy-en {
  color: #fffcfa;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.25rem, 1.6338028169rem + 2.6291079812vw, 4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.08px;
  text-decoration-line: line-through;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .p-main-visual__main-copy-en {
    letter-spacing: 1.92px;
    padding-left: 0.9375rem;
  }
}

.p-main-visual__main-copy-ja {
  margin-top: 1rem;
  color: #fffcfa;
  text-shadow: 0 4px 4px rgba(135, 135, 135, 0.3);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 0.9718309859rem + 2.2535211268vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.72px;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .p-main-visual__main-copy-ja {
    text-indent: 0.8125rem;
    letter-spacing: 1.44px;
  }
}

.p-main-visual__buttons {
  width: 100%;
  margin-top: 2rem;
  padding-inline: clamp(1.5rem, -4.75rem + 26.6666666667vw, 19.25rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media screen and (min-width: 960px) {
  .p-main-visual__buttons {
    flex-direction: row;
    align-items: stretch;
    gap: 1.5rem;
  }
}

.p-main-visual__button {
  margin-inline: unset;
}

.p-main-visual__about {
  margin-top: clamp(4rem, 2.7676056338rem + 5.2582159624vw, 7.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.p-main-visual__about::before {
  position: absolute;
  content: "";
  background: url(../img/top/top-bg-About.svg) no-repeat center center/contain;
  width: clamp(15.6875rem, 8.3591549296rem + 31.2676056338vw, 36.5rem);
  height: clamp(5rem, 2.7992957746rem + 9.3896713615vw, 11.25rem);
  top: clamp(1.4375rem, 1.3274647887rem + 0.4694835681vw, 1.75rem);
}

.p-main-visual__about-copy {
  color: #fffcfa;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.6px;
}

@media screen and (min-width: 768px) {
  .p-main-visual__about-copy {
    letter-spacing: 1.2px;
  }
}

.p-main-visual__about-text {
  padding-inline: 1.5rem;
  margin-top: clamp(3.0625rem, 2.5563380282rem + 2.1596244131vw, 4.5rem);
  color: #fffcfa;
  text-align: center;
  font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.42px;
}

@media screen and (min-width: 768px) {
  .p-main-visual__about-text {
    letter-spacing: 0.6px;
  }
}

.p-top-why {
  background: #fffcfa;
  padding-top: clamp(4rem, 3.5598591549rem + 1.8779342723vw, 5.25rem);
  padding-bottom: clamp(4rem, 3.8679577465rem + 0.5633802817vw, 4.375rem);
}

@media screen and (min-width: 960px) {
  .p-top-why {
    position: absolute;
    top: 87.5rem;
    max-width: 81.25rem;
    display: flex;
    justify-content: space-between;
    gap: 7.3125rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    padding-block: 5rem;
    padding-inline: clamp(1.5rem, 1.0378521127rem + 1.9718309859vw, 2.8125rem) clamp(3.125rem, 1.738556338rem + 5.9154929577vw, 7.0625rem);
  }
}

.p-top-why__heading {
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (min-width: 960px) {
  .p-top-why__heading {
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 15.4991243433%;
  }
}

@media screen and (min-width: 960px) and (min-width: 960px) {

  .p-top-why__heading .c-page-heading--en,
  .p-top-why__heading .c-page-heading--ja {
    writing-mode: vertical-rl;
  }
}

.p-top-why__heading-en {
  font-size: clamp(3rem, 0.5352112676rem + 10.5164319249vw, 10rem);
}

@media screen and (min-width: 768px) {
  .p-top-why__heading-en {
    line-height: 1;
  }
}

.p-top-why__heading-ja {
  font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
}

@media screen and (min-width: 960px) {
  .p-top-why__heading-ja {
    letter-spacing: 5.96px;
    line-height: 0.1;
  }
}

.p-top-why__list {
  margin-top: 2.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(2rem, 0.5475352113rem + 6.1971830986vw, 6.125rem);
}

@media screen and (min-width: 960px) {
  .p-top-why__list {
    margin-top: unset;
    background: #fffcfa;
    width: 74.2556917688%;
  }
}

.p-top-why__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

@media screen and (min-width: 960px) {
  .p-top-why__item {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 3.75rem;
    max-width: 53.125rem;
  }

  .p-top-why__item:nth-child(2) {
    flex-direction: row;
  }
}

.p-top-why__item-logo {
  width: clamp(9.8125rem, 8.2059859155rem + 6.8544600939vw, 14.375rem);
  height: auto;
  aspect-ratio: 23/26;
  align-self: center;
}

.p-top-why__item-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 960px) {
  .p-top-why__item-logo {
    flex-shrink: 0;
  }
}

@media screen and (min-width: 960px) {
  .p-top-why__contents {
    width: 66.4705882353%;
  }
}

.p-top-why__item-head {
  display: flex;
  align-items: baseline;
  gap: clamp(1.125rem, 0.9929577465rem + 0.5633802817vw, 1.5rem);
}

@media screen and (min-width: 960px) {
  .p-top-why__item-head {
    margin-top: unset;
  }
}

.p-top-why__item-number {
  color: #f08300;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.5rem, 0.9718309859rem + 2.2535211268vw, 3rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.72px;
}

@media screen and (min-width: 960px) {
  .p-top-why__item-number {
    letter-spacing: 1.44px;
  }
}

.p-top-why__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.72px;
}

@media screen and (min-width: 960px) {
  .p-top-why__item-title {
    letter-spacing: 1.2px;
  }
}

.p-top-why__lead {
  margin-top: 1rem;
  font-size: clamp(1.25rem, 1.161971831rem + 0.3755868545vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.6px;
}

@media screen and (min-width: 960px) {
  .p-top-why__lead {
    margin-top: 1.75rem;
    letter-spacing: 0.72px;
  }
}

.p-top-why__text-wrap {
  margin-top: 1rem;
}

.p-top-why__text {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.42px;
}

.p-top-why__text:nth-child(n+2) {
  margin-top: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
}

.p-top-why__bg {
  width: 100%;
  height: 1197px;
}

.p-top-why__bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.p-top-why__bottom-bg {
  background-color: #fffcfa;
  width: 100%;
  height: auto;
}

.p-top-why__bottom-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 960px) and (max-width: 1200px) {
  .p-top-why__bottom-bg {
    padding-top: 16.25rem;
  }
}

@media screen and (min-width: 1280px) {
  .p-top-why__bottom-bg {
    height: 37.5rem;
  }
}

.p-top-service {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .p-top-service {
    margin-bottom: 6.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__struggle {
    margin-top: 4rem;
  }
}

.p-top-service__struggle-lead {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.25rem, 1.161971831rem + 0.3755868545vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.6px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-top-service__struggle-lead {
    letter-spacing: 0.72px;
  }
}

.p-top-service__struggle-lead::after {
  position: absolute;
  content: "";
  background-color: #00b5d3;
  width: clamp(18.125rem, 17.1566901408rem + 4.1314553991vw, 20.875rem);
  height: 0.75rem;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
  max-width: 100%;
}

.p-top-service__struggle-cards {
  width: 100%;
  margin-top: clamp(1.75rem, 1.485915493rem + 1.1267605634vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1.5rem, 1.411971831rem + 0.3755868545vw, 1.75rem);
}

@media screen and (min-width: 1024px) {
  .p-top-service__struggle-cards {
    flex: 1;
    flex-direction: row;
    align-items: stretch;
  }
}

.p-top-service__struggle-card {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-top-service__struggle-box {
  flex-grow: 1;
  width: 100%;
  border-radius: 3px;
  background: #ebebeb;
  padding-block: clamp(1.75rem, 1.6839788732rem + 0.2816901408vw, 1.9375rem);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 960px) {
  .p-top-service__struggle-box {
    padding-inline: 0.1875rem;
  }
}

.p-top-service__struggle-box::after {
  position: absolute;
  content: "";
  background: url(../img/top/top-service-arrow-sp.svg) no-repeat center center/contain;
  width: 5.3125rem;
  height: 1.8125rem;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .p-top-service__struggle-box::after {
    background: url(../img/top/top-service-arrow-pc.svg) no-repeat center center/contain;
    width: 7.3125rem;
    height: 2.5rem;
    bottom: -3.1875rem;
  }
}

.p-top-service__struggle-issue {
  text-align: center;
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
  min-height: 2.375rem;
}

@media screen and (min-width: 768px) {
  .p-top-service__struggle-issue {
    letter-spacing: 0.6px;
  }
}

.p-top-service__struggle-image {
  margin-top: auto;
  width: 100%;
  max-width: 17.4375rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 279/209;
}

.p-top-service__struggle-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-top-service__struggle-image {
    margin-top: 1rem;
  }
}

.p-top-service__struggle-option {
  margin-top: 2.6875rem;
  display: block;
  padding-block: clamp(0.9375rem, 0.7174295775rem + 0.9389671362vw, 1.5625rem) clamp(1.3125rem, 1.2024647887rem + 0.4694835681vw, 1.625rem);
  padding-inline: 3.125rem;
  width: 100%;
  max-width: 21.1875rem;
  background: linear-gradient(63deg, #f08300 23.87%, #ffc107 91.72%);
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  .p-top-service__struggle-option {
    margin-top: 3.375rem;
    white-space: nowrap;
  }
}

.p-top-service__struggle-link {
  color: #fffcfa;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.72px;
}

@media screen and (min-width: 768px) {
  .p-top-service__struggle-link {
    font-size: 1.25rem;
    letter-spacing: 0.6px;
  }
}

.p-top-service__solution {
  margin-top: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
}

@media screen and (min-width: 768px) {
  .p-top-service__solution {
    padding-inline: clamp(1.875rem, -0.9821428571rem + 5.9523809524vw, 4.375rem);
  }
}

.p-top-service__solution-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1.5rem, 0.6197183099rem + 3.7558685446vw, 4rem);
}

.p-service__solution-card {
  width: 100%;
}

.p-service__solution-card:nth-child(2) .p-top-service__solution-box {
  background: url(../img/top/top-service02-bg-sp@2x.webp) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-service__solution-card:nth-child(2) .p-top-service__solution-box {
    background: url(../img/top/top-service02-bg-pc@2x.webp) no-repeat center center/cover;
  }
}

.p-service__solution-card:nth-child(3) .p-top-service__solution-box {
  background: url(../img/top/top-service03-bg-sp@2x.webp) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .p-service__solution-card:nth-child(3) .p-top-service__solution-box {
    background: url(../img/top/top-service03-bg-pc@2x.webp) no-repeat center center/cover;
  }
}

.p-top-service__solution-box {
  padding: clamp(2.75rem, 1.6056338028rem + 4.882629108vw, 6rem) clamp(1.5rem, 1.4559859155rem + 0.1877934272vw, 1.625rem);
  background: url(../img/top/top-service01-bg-sp@2x.webp) no-repeat center center/cover;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-top-service__solution-box {
    background: url(../img/top/top-service01-bg-pc@2x.webp) no-repeat center center/cover;
    max-height: 25rem;
  }
}

.p-top-service__solution-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 0.1478873239rem + 1.5023474178vw, 1.5rem);
}

.p-top-service__solution-number {
  color: #fffcfa;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.5rem, 0.9718309859rem + 2.2535211268vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.p-top-service__solution-title {
  color: #fffcfa;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.72px;
}

@media screen and (min-width: 768px) {
  .p-top-service__solution-title {
    letter-spacing: 1.2px;
  }
}

.p-top-service__solution-body {
  text-align: center;
  margin-top: clamp(0.875rem, 0.7209507042rem + 0.6572769953vw, 1.3125rem);
  color: #fffcfa;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.42px;
}

@media screen and (min-width: 768px) {
  .p-top-service__solution-body {
    letter-spacing: 0.48px;
  }
}

.p-top-service__solution-button {
  margin-top: 1rem;
}

.p-top-service__solution-option {
  margin-top: 1.5rem;
}

.p-top-service__button {
  width: 20.4375rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}

@media screen and (max-width: 374px) {
  .p-top-service__button {
    width: 100%;
  }
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  dialog {
    display: block;
    position: static;
    border: none;
    padding: 0;
    width: 100%;
  }
}

.p-service__solution-modal {
  width: 100%;
  border: none;
  outline: none;
}

.p-service-solution-modal {
  background: #fffcfa;
}

.p-service-solution-modal__container {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-service-solution-modal__container {
    padding-top: 4rem;
    padding-bottom: unset;
  }
}

.p-service-solution-modal__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-service-solution-modal__title,
.p-service-solution-modal__lead {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 768px) {

  .p-service-solution-modal__title,
  .p-service-solution-modal__lead {
    letter-spacing: 0.6px;
  }
}

.p-service-solution-modal__title {
  font-size: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
  width: 10.625rem;
  max-width: 100%;
  color: #fffcfa;
  border-radius: 3px;
  background: linear-gradient(63deg, #f08300 23.87%, #ffc107 91.72%);
  padding: 0.5rem 2.5rem;
  display: grid;
  place-content: center;
}

.p-service-solution-modal__title:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  .p-service-solution-modal__title {
    padding: 0.75rem 1.875rem;
    line-height: 1;
  }
}

.p-service-solution-modal__lead {
  margin-top: 1.5rem;
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  color: #f08300;
}

@media screen and (min-width: 768px) {
  .p-service-solution-modal__lead {
    margin-top: 1rem;
  }
}

.p-service-solution-modal__cards {
  width: 100%;
  max-width: 17.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

@media screen and (min-width: 960px) {
  .p-service-solution-modal__cards {
    max-width: calc(100% - 226px);
    flex-direction: row;
    gap: clamp(0.625rem, -2.7321428571rem + 6.994047619vw, 3.5625rem);
    align-items: start;
    gap: 4.3125rem;
  }
}

.p-service-solution-modal__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.p-service-solution-modal__card:not(:first-child) .p-service-solution-modal__image::after {
  position: absolute;
  content: "";
  background: url(../img/top/top-modal-arrow.svg) no-repeat center center/contain;
  width: 1rem;
  height: 2.5rem;
  top: -2.625rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 960px) {
  .p-service-solution-modal__card {
    width: 17.625rem;
  }

  .p-service-solution-modal__card:not(:first-child) .p-service-solution-modal__image::after {
    position: absolute;
    content: "";
    background: url(../img/top/top-modal-arrow-pc.svg) no-repeat center center/contain;
    width: clamp(3.125rem, -15.4903846154rem + 29.0865384615vw, 10.6875rem);
    height: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    left: -1.25rem;
    transform: translate(-100%, -50%);
  }
}

.p-service-solution-modal__image {
  display: block;
  width: 10.5rem;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
}

.p-service-solution-modal__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-service-solution-modal__label {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 768px) {
  .p-service-solution-modal__label {
    margin-top: 1.5rem;
    letter-spacing: 0.6px;
  }
}

.p-service-solution-modal__description {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.42px;
}

@media screen and (min-width: 768px) {
  .p-service-solution-modal__description {
    letter-spacing: 0.48px;
  }
}

.p-service-solution-modal__close-button {
  margin-top: 1.5rem;
}

.p-cta {
  background: #00b5d3;
}

.p-cta__container {
  padding-block: clamp(1.5rem, 0.6197183099rem + 3.7558685446vw, 4rem);
  padding-inline: 1.5rem;
}

.p-cta__main-copy {
  color: #fffcfa;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.6px;
}

@media screen and (min-width: 768px) {
  .p-cta__main-copy {
    letter-spacing: 0.96px;
  }
}

.p-cta__buttons {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .p-cta__buttons {
    max-width: 51.875rem;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 1.5rem;
    margin-inline: auto;
  }
}

.p-cta__button-left,
.p-cta__button-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {

  .p-cta__button-left,
  .p-cta__button-right {
    width: 25rem;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }
}

.p-cta__button-text {
  color: #fffcfa;
  text-align: center;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  font-weight: 500;
}

.p-cta__button {
  margin-top: 0.5rem;
  margin-inline: unset;
}

.p-top-works {
  margin-bottom: clamp(4rem, 3.1197183099rem + 3.7558685446vw, 6.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-top-works__heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  text-align: left;
}

.p-top-works__heading-en {
  color: rgba(240, 131, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f08300;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.25rem, 1.4577464789rem + 3.3802816901vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
}

.p-top-works__heading-ja {
  color: #00b5d3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.48px;
}

.p-top-works__category-label {
  width: 100%;
}

.p-top-works__list {
  margin-top: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-top-works__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 81.25rem;
    justify-content: center;
    column-gap: 56px;
    row-gap: 64px;
  }
}

.p-top-works__list-item {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .p-top-works__list-item:nth-child(2) {
    transform: translateY(104px);
  }

  .p-top-works__list-item:nth-child(4) {
    transform: translateY(100px);
  }
}

.p-top-works-card__image {
  min-height: 0;
}

.p-works-card__body {
  width: 100%;
}

.p-top-works-card__title {
  margin-top: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
}

.p-top-works-card__text {
  margin-top: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
}

.p-top-works__button {
  margin-top: clamp(2.5rem, -0.5809859155rem + 13.1455399061vw, 11.25rem);
}

.p-top-clients {
  position: relative;
  display: grid;
  padding-block: clamp(1.5rem, 0.2676056338rem + 5.2582159624vw, 5rem);
  padding-inline: clamp(1.5rem, -0.7447183099rem + 9.5774647887vw, 7.875rem);
  width: 100%;
}

.p-top-clients::before {
  position: absolute;
  content: "";
  background-color: #f08300;
  z-index: -1;
  pointer-events: none;
  filter: url(#filter-clients-noise);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top-clients__container {
  background: #fff;
  padding-block: 2rem;
  padding-inline: clamp(1rem, 0.1197183099rem + 3.7558685446vw, 3.5rem);
}

.p-top-clients__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 0.6478873239rem + 1.5023474178vw, 2rem);
  row-gap: 1.5rem;
  margin-top: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
}

.p-top-clients__item {
  width: clamp(5rem, 2.7992957746rem + 9.3896713615vw, 11.25rem);
  height: clamp(1.875rem, 1.4348591549rem + 1.8779342723vw, 3.125rem);
  aspect-ratio: 80/30;
  max-width: 100%;
}

.p-top-clients__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-top-clients__item {
    width: 11.25rem;
    height: 3.125rem;
    aspect-ratio: 180/50;
  }
}

.p-top-clients__voice {
  margin-top: clamp(2.1875rem, 1.5492957746rem + 2.7230046948vw, 4rem);
  background: #ffebdc;
  padding: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem) clamp(1rem, -0.5184859155rem + 6.4788732394vw, 5.3125rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-top-clients__title,
.p-top-clients__name {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 768px) {

  .p-top-clients__title,
  .p-top-clients__name {
    letter-spacing: 0.6px;
  }
}

.p-top-clients__body {
  display: grid;
  grid-template-columns: 4.125rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.5rem;
  row-gap: 1rem;
}

@media screen and (min-width: 768px) {
  .p-top-clients__body {
    grid-template-columns: 7rem 1fr;
    column-gap: 3.5625rem;
    row-gap: 0.5rem;
  }
}

.p-top-clients__image {
  grid-column: 1/2;
  grid-row: 1/1;
}

@media screen and (min-width: 768px) {
  .p-top-clients__image {
    grid-column: 1/1;
    grid-row: 1/3;
  }
}

.p-top-clients__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.p-top-clients__name {
  grid-column: 2/3;
  grid-row: 1/1;
  text-align-last: left;
  place-content: center;
}

@media screen and (min-width: 768px) {
  .p-top-clients__name {
    grid-column: 2/3;
    grid-row: 1/1;
  }
}

.p-top-clients__text {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.48px;
  grid-column: 1/3;
  grid-row: 2/2;
}

@media screen and (min-width: 768px) {
  .p-top-clients__text {
    grid-column: 2/3;
    grid-row: 2/2;
  }
}

.p-privacypolicy__inner {
  padding-inline: clamp(1.5rem, -4.485915493rem + 25.5399061033vw, 18.5rem);
  max-width: 90rem;
  margin-inline: auto;
}

.p-privacypolicy__contents {
  max-width: 53rem;
}

.p-privacypolicy__heading {
  color: #00b5d3;
  text-align: center;
  font-size: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.72px;
}

.p-privacypolicy__paragraph {
  margin-top: 2rem;
}

.p-privacypolicy__text {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.42px;
}

@media screen and (min-width: 768px) {
  .p-privacypolicy__text {
    letter-spacing: 0.48px;
  }
}

.p-privacypolicy__sub-heading {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.42px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .p-privacypolicy__sub-heading {
    font-weight: 500;
  }
}

.p-privacypolicy__list {
  padding-left: 1.875rem;
}

.p-privacypolicy__item {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  list-style-type: disc;
}

.p-privacypolicy__item::marker {
  font-size: 0.5rem;
}

.p-privacypolicy__contact {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
}

.p-download__preparing {
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #f08300;
  border-radius: 0.5rem;
  text-align: center;
}

.p-download__preparing-text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #f08300;
}

.p-download__preparing-sub {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

.p-download__form--disabled {
  opacity: 0.6;
  pointer-events: none;
  user-select: none;
}

.p-download__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .p-download__container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3.6875rem;
  }
}

.p-download__left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-download__left {
    margin-top: 3.75rem;
    width: calc((100% - 3.6875rem) / 2);
    gap: 0;
  }
}

.p-download__left-lead {
  color: #00b5d3;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.72px;
}

@media screen and (min-width: 768px) {
  .p-download__left-lead {
    text-align-last: left;
  }
}

.p-download__left-text {
  font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.42px;
}

@media screen and (min-width: 768px) {
  .p-download__left-text {
    letter-spacing: 0.6px;
    margin-top: 0.5rem;
  }
}

.p-download__left-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 619/333;
}

.p-download__left-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-download__left-image {
    margin-top: 2rem;
  }
}

.p-download__right {
  border-radius: 20px;
  background: #ffebdc;
  padding-block: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
  padding-inline: clamp(1rem, 0.1197183099rem + 3.7558685446vw, 3.5rem);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-download__right {
    width: calc((100% - 3.6875rem) / 2);
    border-radius: 50px;
  }
}

.p-download__right-text {
  font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.42px;
}

@media screen and (min-width: 768px) {
  .p-download__right-text {
    letter-spacing: 0.6px;
  }
}

.p-download__form {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
}

.p-download__form-field {
  width: 100%;
}

.p-download__form-label {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1;
  letter-spacing: 0.42px;
  padding-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-download__form-label {
    letter-spacing: 0.48px;
  }
}

.p-download__form-tag--required,
.p-download__form-tag {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.36px;
  border-radius: 30px;
  padding-inline: 0.4375rem;
}

.p-download__form-tag--required {
  color: #fffcfa;
  background: #f08300;
}

.p-download__form-tag {
  border: 0.5px solid #f08300;
}

.p-download__form-item {
  width: 100%;
  margin-top: 0.5rem;
}

.p-download__form-text,
.p-download__form-textarea {
  display: block;
  width: 100%;
  padding: 3px;
  background: #fffcfa;
  font-size: 0.875rem;
  border: 1px solid #333333;
  width: 100%;
  transition: border-color 0.3s;
}

.p-download__form-text:hover,
.p-download__form-text:focus,
.p-download__form-textarea:hover,
.p-download__form-textarea:focus {
  border-color: #f08300;
}

.p-download__form-text:user-invalid,
.p-download__form-textarea:user-invalid {
  border-color: red;
  background-color: #ffe4e7;
}

.p-download__form-textarea {
  height: 12.5rem;
  resize: vertical;
}

@media screen and (min-width: 768px) {
  .p-download__form-textarea {
    height: 9.375rem;
  }
}

.p-download__checkbox-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.p-download__checkbox-input:hover+.p-download__checkbox-text:before,
.p-download__checkbox-input:focus+.p-download__checkbox-text:before {
  border-color: #f08300;
}

.p-download__checkbox-input:checked+.p-download__checkbox-text:after {
  opacity: 1;
}

.p-download__checkbox-input:user-invalid+.p-download__checkbox-text:before {
  border-color: red;
  background-color: #ffe4e7;
}

.p-download__checkbox-text {
  margin-top: 0.8125rem;
  display: inline-block;
  position: relative;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1;
  letter-spacing: 0.42px;
  padding-left: 2.1875rem;
  display: flex;
  align-items: center;
  transition: border-color 0.3s;
}

@media screen and (min-width: 768px) {
  .p-download__checkbox-text {
    letter-spacing: 0.48px;
  }
}

.p-download__checkbox-text::before,
.p-download__checkbox-text::after {
  position: absolute;
  content: "";
  left: 0;
  transition: border-color 0.3s;
}

.p-download__checkbox-text::before {
  width: 24px;
  height: 24px;
  background-color: #fffcfa;
  border: 1px solid #333333;
}

.p-download__checkbox-text::after {
  position: absolute;
  content: "";
  background: url(../img/contact/contact-check.svg) no-repeat center center/cover;
  width: 1rem;
  height: 0.75rem;
  left: 0.3125rem;
  top: 0.1875rem;
  opacity: 0;
}

.p-download__checkbox-text a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: #333333;
  text-decoration-thickness: 4%;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.p-download__checkbox-attention {
  margin-top: 0.5625rem;
  display: inline-block;
  font-size: clamp(0.75rem, 0.7279929577rem + 0.0938967136vw, 0.8125rem);
  line-height: 1.6;
  letter-spacing: 0.36px;
}

@media screen and (min-width: 768px) {
  .p-download__checkbox-attention {
    line-height: 1;
  }
}

.p-download__button {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 0.375rem;
}

@media screen and (min-width: 768px) {
  .p-download__button {
    margin-top: 2rem;
  }
}

.p-download__button-link {
  font-family: "Noto Sans JP", sans-serif;
}

.p-download__thanks-container {
  width: 100%;
  background: #ffebdc;
  border-radius: 20px;
  padding-block: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
  padding-inline: 1rem;
  display: grid;
  place-content: center;
}

@media screen and (min-width: 768px) {
  .p-download__thanks-container {
    border-radius: 50px;
  }
}

.p-download__thanks-heading {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.48px;
  text-align: center;
  display: grid;
  justify-items: center;
}

.p-download__thanks-heading::before {
  content: "";
  background: url(../img/contact/contact-thanks-check.svg) no-repeat center center/cover;
  width: clamp(3.75rem, 2.8697183099rem + 3.7558685446vw, 6.25rem);
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-download__thanks-heading {
    letter-spacing: 0.6px;
  }
}

.p-download__thanks-text {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.42px;
  margin-top: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-download__thanks-text {
    letter-spacing: 0.48px;
  }
}

.p-download__thanks-button {
  margin-top: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
}

.p-download__button__link {
  white-space: nowrap;
}

@media screen and (max-width: 374px) {
  .p-download__button__link {
    white-space: wrap;
  }
}

.p-contact__container {
  width: 100%;
  background: #ffebdc;
  border-radius: 20px;
  padding-block: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
  padding-inline: clamp(1rem, 0.1197183099rem + 3.7558685446vw, 3.5rem);
}

@media screen and (min-width: 768px) {
  .p-contact__container {
    border-radius: 50px;
  }
}

.p-contact__text {
  font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.42px;
}

@media screen and (min-width: 768px) {
  .p-contact__text {
    width: 100%;
    margin-inline: auto;
    letter-spacing: 0.6px;
    text-align: center;
  }
}

.p-contact__form {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
  max-width: 45.9375rem;
  margin-inline: auto;
  margin-top: 2rem;
}

.p-contact__form-field {
  width: 100%;
}

.p-contact__form-label {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1;
  letter-spacing: 0.42px;
  padding-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-contact__form-label {
    letter-spacing: 0.48px;
  }
}

.p-contact__form-tag--required,
.p-contact__form-tag {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.36px;
  border-radius: 30px;
  padding-inline: 0.4375rem;
}

.p-contact__form-tag--required {
  color: #fffcfa;
  background: #f08300;
}

.p-contact__form-tag {
  border: 0.5px solid #f08300;
}

.p-contact__form-item {
  width: 100%;
  margin-top: 0.5rem;
}

.p-contact__form-text,
.p-contact__form-textarea {
  display: block;
  width: 100%;
  padding: 3px;
  background: #fffcfa;
  font-size: 0.875rem;
  border: 1px solid #333333;
  width: 100%;
  transition: border-color 0.3s;
}

.p-contact__form-text:hover,
.p-contact__form-text:focus,
.p-contact__form-textarea:hover,
.p-contact__form-textarea:focus {
  border-color: #f08300;
}

.p-contact__form-text:user-invalid,
.p-contact__form-textarea:user-invalid {
  border-color: red;
  background-color: #ffe4e7;
}

.p-contact__form-textarea {
  height: 12.5rem;
  resize: vertical;
}

@media screen and (min-width: 768px) {
  .p-contact__form-textarea {
    height: 9.375rem;
  }
}

.p-contact__privacy {
  position: relative;
}

.p-contact__checkbox {
  margin-top: 0.5rem;
}

.p-contact__checkbox-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.p-contact__checkbox-input:hover+.p-contact__checkbox-text:before,
.p-contact__checkbox-input:focus+.p-contact__checkbox-text:before {
  border-color: #f08300;
}

.p-contact__checkbox-input:checked+.p-contact__checkbox-text:after {
  opacity: 1;
}

.p-contact__checkbox-input:user-invalid+.p-contact__checkbox-text:before {
  border-color: red;
  background-color: #ffe4e7;
}

.p-contact__checkbox-text {
  margin-top: 0.8125rem;
  display: inline-block;
  position: relative;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1;
  letter-spacing: 0.42px;
  padding-left: 2.1875rem;
  display: flex;
  align-items: center;
  transition: border-color 0.3s;
}

@media screen and (min-width: 768px) {
  .p-contact__checkbox-text {
    letter-spacing: 0.48px;
  }
}

.p-contact__checkbox-text::before,
.p-contact__checkbox-text::after {
  position: absolute;
  content: "";
  left: 0;
  transition: border-color 0.3s;
}

.p-contact__checkbox-text::before {
  width: 24px;
  height: 24px;
  background-color: #fffcfa;
  border: 1px solid #333333;
}

.p-contact__checkbox-text::after {
  position: absolute;
  content: "";
  background: url(../img/contact/contact-check.svg) no-repeat center center/cover;
  width: 1rem;
  height: 0.75rem;
  left: 0.3125rem;
  top: 0.1875rem;
  opacity: 0;
}

.p-contact__checkbox-text a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-color: #333333;
  text-decoration-thickness: 4%;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.p-contact__checkbox-attention {
  margin-top: 0.5rem;
  display: inline-block;
  font-size: clamp(0.75rem, 0.7279929577rem + 0.0938967136vw, 0.8125rem);
  line-height: 1.6;
  letter-spacing: 0.36px;
}

@media screen and (min-width: 768px) {
  .p-contact__checkbox-attention {
    line-height: 1;
    letter-spacing: 0.39px;
  }
}

.p-contact__button {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 0.375rem;
}

@media screen and (min-width: 768px) {
  .p-contact__button {
    margin-top: 2rem;
  }
}

.p-contact__button-link {
  font-family: "Noto Sans JP", sans-serif;
}

.p-contact__thanks-container {
  width: 100%;
  background: #ffebdc;
  border-radius: 20px;
  padding-block: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
  padding-inline: 1rem;
  display: grid;
  place-content: center;
}

@media screen and (min-width: 768px) {
  .p-contact__thanks-container {
    border-radius: 50px;
  }
}

.p-contact__thanks-heading {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: 0.48px;
  text-align: center;
  display: grid;
  justify-items: center;
}

.p-contact__thanks-heading::before {
  content: "";
  background: url(../img/contact/contact-thanks-check.svg) no-repeat center center/cover;
  width: clamp(3.75rem, 2.8697183099rem + 3.7558685446vw, 6.25rem);
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-contact__thanks-heading {
    letter-spacing: 0.6px;
  }
}

.p-contact__thanks-text {
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.42px;
  margin-top: clamp(1.5rem, 1.323943662rem + 0.7511737089vw, 2rem);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-contact__thanks-text {
    letter-spacing: 0.48px;
  }
}

.p-member__container {
  width: 100%;
}

.p-member__list-item {
  width: 100%;
}

.p-member-card__container {
  width: 100%;
}

.p-member-card__affiliation {
  margin-top: 1rem;
}

.p-member-card__position {
  margin-top: 0.5rem;
}

.p-news__category-label {
  width: 100%;
}

.p-news__list {
  margin-top: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
}

.p-news__list-item {
  width: 100%;
}

.p-news-card__container {
  width: 100%;
}

.p-news-card__title {
  margin-top: 0.25rem;
}

.p-news-card__date {
  display: inline-block;
  margin-top: 1rem;
}

.p-news-card__text {
  margin-top: 0.5rem;
}

.p-news__button-more {
  margin-top: 4rem;
}

.p-service__container {
  margin-top: clamp(2.5rem, 1.5316901408rem + 4.1314553991vw, 5.25rem);
}

.p-service-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.p-service-card__link:hover .p-service-card__container {
  transform: translateY(-0.5rem);
  box-shadow: 0 12px 24px 0 rgba(133, 133, 133, 0.3);
}

.p-service__card .p-service-card__container {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-service-card__lead {
  margin-top: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
  min-height: 3.25rem;
}

.p-service__contents--more {
  margin-top: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
}

.p-service__button-more {
  margin-top: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
}

.p-service-more__body:nth-child(n+2) {
  margin-top: 1rem;
}

.p-service__button-close {
  margin-top: 1rem;
}

.p-works__category-label {
  width: 100%;
}

.p-works__list {
  margin-top: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
}

.p-works-card__image {
  min-height: auto;
}

.p-works-card__title {
  margin-top: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
}

.p-works-card__text {
  margin-top: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
}

.p-works__button-more {
  margin-top: clamp(2.5rem, 1.9718309859rem + 2.2535211268vw, 4rem);
}

.p-recruit__container {
  width: 100%;
}

.p-recruit__lead {
  font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
  line-height: 1.58;
  letter-spacing: 0.42px;
  width: 100%;
  max-width: 45.875rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-recruit__lead {
    letter-spacing: 0.6px;
    text-align: center;
  }
}

.p-recruit__message {
  margin-top: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
  display: flex;
  flex-direction: column;
}

.p-recruit__message-card {
  width: calc(100% + clamp(1.5rem, 0.4876760563rem + 4.3192488263vw, 4.375rem));
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-recruit__message-card:first-child {
  align-self: flex-start;
  margin-left: calc(clamp(1.5rem, 0.4876760563rem + 4.3192488263vw, 4.375rem) * -1);
  margin-right: 0;
}

.p-recruit__message-card:nth-child(2) {
  align-self: flex-end;
  margin-right: calc(clamp(1.5rem, 0.4876760563rem + 4.3192488263vw, 4.375rem) * -1);
  margin-left: auto;
  margin-top: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
}

@media screen and (min-width: 768px) {
  .p-recruit__message-card {
    justify-content: center;
    align-items: center;
  }

  .p-recruit__message-card:first-child {
    flex-direction: row;
  }

  .p-recruit__message-card:nth-child(2) {
    flex-direction: row-reverse;
  }
}

.p-recruit__message-image {
  width: 100%;
  aspect-ratio: 3/2;
}

.p-recruit__message-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-recruit__message-body {
  width: 100%;
  border-radius: 0 0 3px 0;
  background: #ffebdc;
  padding: clamp(1rem, -0.4964788732rem + 6.3849765258vw, 5.25rem) clamp(1.5rem, 0.7957746479rem + 3.0046948357vw, 3.5rem);
}

.p-recruit__message-body:nth-child(2) {
  padding: clamp(1rem, -0.2103873239rem + 5.1643192488vw, 4.4375rem) clamp(1.5rem, 0.7737676056rem + 3.0985915493vw, 3.5625rem);
}

.p-recruit__message-heading {
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.p-recruit__message-heading--main {
  color: rgba(240, 132, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f08300;
  font-size: clamp(1.25rem, 0.985915493rem + 1.1267605634vw, 2rem);
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-recruit__message-heading--main {
    line-height: 1;
  }
}

.p-recruit__message-heading--sub01 {
  margin-top: 1rem;
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  text-decoration-line: line-through;
}

@media screen and (min-width: 768px) {
  .p-recruit__message-heading--sub01 {
    line-height: 1;
  }
}

.p-recruit__message-card:nth-child(2) .p-recruit__message-heading--sub01 {
  text-decoration-line: none;
}

.p-recruit__message-heading--sub02 {
  margin-top: 0.25rem;
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  letter-spacing: 0.48px;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-recruit__message-heading--sub02 {
    margin-top: 0.5rem;
    letter-spacing: 0.6px;
    line-height: 1;
  }
}

.p-recruit__message-description {
  margin-top: 1rem;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.42px;
}

@media screen and (min-width: 768px) {
  .p-recruit__message-description {
    letter-spacing: 0.48px;
  }
}

.p-recruit__interview-container {
  margin-top: clamp(1rem, -0.0563380282rem + 4.5070422535vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 0.0977112676rem + 3.8497652582vw, 3.5625rem);
}

@media screen and (min-width: 768px) {
  .p-recruit__interview-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.p-recruit__interview-image {
  width: clamp(20.4375rem, 15.1998239437rem + 22.3474178404vw, 35.3125rem);
  max-width: 100%;
  height: auto;
  aspect-ratio: 109/77;
}

.p-recruit__interview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-recruit__interview-image {
    aspect-ratio: 113/80;
  }
}

.p-recruit__interview-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 42.375rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__interview-body {
    padding-block: 2rem;
  }
}

.p-recruit__interview-label {
  display: inline-block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
  background: linear-gradient(63deg, #f08300 23.87%, #ffc107 91.72%);
  padding-block: clamp(0.5rem, 0.411971831rem + 0.3755868545vw, 0.75rem);
  padding-inline: clamp(0.8125rem, 0.6144366197rem + 0.8450704225vw, 1.375rem);
}

.p-recruit__interview-label:nth-child(2) {
  margin-top: 0.5rem;
  letter-spacing: 0.72px;
}

.p-recruit__interview-name {
  margin-top: clamp(1rem, 0.6478873239rem + 1.5023474178vw, 2rem);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
}

.p-recruit__interview-description {
  margin-top: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.48px;
}

.p-recruit__requirements-heading {
  text-align: left;
}

.p-recruit__requirements-list {
  margin-top: clamp(1.5rem, 0.6197183099rem + 3.7558685446vw, 4rem);
}

.p-recruit__requirements-item {
  width: 100%;
  display: block;
}

.p-recruit__requirements-item:nth-child(2) {
  margin-top: clamp(2rem, 0.6795774648rem + 5.6338028169vw, 5.75rem);
}

.p-recruit__requirements-position {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements-position {
    letter-spacing: 0.6px;
  }
}

.p-recruit__requirements-details {
  width: 100%;
  margin-top: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.p-recruit__requirements-details-item {
  width: 100%;
}

.p-recruit__requirements-details-item:not(:first-child) {
  border-top: solid 1px #333333;
  padding-top: calc(1rem - 1px);
}

.p-recruit__requirements-details-item:not(:last-child) {
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements-details-item {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: clamp(4.375rem, 3.4286971831rem + 4.0375586854vw, 7.0625rem);
  }

  .p-recruit__requirements-details-item:not(:first-child) {
    padding-top: calc(2rem - 1px);
  }

  .p-recruit__requirements-details-item:not(:last-child) {
    padding-bottom: 1.9375rem;
  }
}

.p-recruit__requirements-details-label {
  display: block;
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements-details-label {
    width: 7.0625rem;
    max-width: 100%;
    flex-shrink: 0;
    letter-spacing: 0.6px;
  }
}

.p-recruit__requirements-details-text {
  display: block;
  margin-top: 0.5rem;
  font-size: clamp(0.875rem, 0.8309859155rem + 0.1877934272vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.42px;
}

@media screen and (min-width: 768px) {
  .p-recruit__requirements-details-text {
    flex-grow: 1;
    letter-spacing: 0.48px;
    line-height: 1.64;
    margin-top: unset;
  }
}

.p-recruit__button {
  margin-top: clamp(2.5rem, 1.0915492958rem + 6.0093896714vw, 6.5rem);
}

.u-hidden {
  display: none;
}

.u-hidden-sp-md {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-hidden-sp-md {
    display: block;
  }
}

.u-hidden-sp-pc {
  display: none;
}

@media screen and (min-width: 960px) {
  .u-hidden-sp-pc {
    display: block;
  }
}

.u-hidden-md {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-hidden-md {
    display: none;
  }
}

.u-hidden-pc {
  display: block;
}

@media screen and (min-width: 960px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-mt-lg {
  margin-top: rm(80);
}

@media screen and (min-width: 768px) {
  .u-mt-lg {
    margin-top: 32px;
  }
}

.u-mt-md {
  margin-top: rm(32);
}

@media screen and (min-width: 768px) {
  .u-mt-md {
    margin-top: 24px;
  }
}

.u-mt-sm {
  margin-top: rm(16);
}

@media screen and (min-width: 768px) {
  .u-mt-sm {
    margin-top: 16px;
  }
}

.u-mt-xs {
  margin-top: rm(8);
}

@media screen and (min-width: 768px) {
  .u-mt-xs {
    margin-top: 8px;
  }
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-bold {
  font-weight: 700;
}

.u-lh-relaxed {
  line-height: 1.6;
}

.u-box-shadow--01 {
  box-shadow: 0 4px 4px 1px rgba(133, 133, 133, 0.25);
}

.u-visible-md {
  display: none;
}

@media (min-width: 960px) and (max-width: 1300px) {
  .u-visible-md {
    display: block;
  }
}

.u-br-sp {
  display: none;
}

@media screen and (min-width: 375px) and (max-width: 390px) {
  .u-br-sp {
    display: inline;
  }

  .u-br-sp::before {
    content: "\a";
    white-space: pre;
  }
}

.u-br-sp02 {
  display: none;
}

@media screen and (min-width: 465px) and (max-width: 495px) {
  .u-br-sp02 {
    display: inline;
  }

  .u-br-sp02::before {
    content: "\a";
    white-space: pre;
  }
}

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