@import url("https://fonts.googleapis.com/css2?family=Limelight&family=Zen+Maru+Gothic:wght@500;700&display=swap");
.header__logo, .header__nav__list__item, .footer__nav__list__item {
  transition: all 0.3s ease-in-out;
}
.header__logo:hover, .header__nav__list__item:hover, .footer__nav__list__item:hover {
  opacity: 0.6;
}

.header__nav__cta, .footer__cta__link {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 1.5rem;
  border-radius: 3rem;
  background: linear-gradient(to top, #E1738C -138.28%, #E1738C 42.6%, rgba(255, 204, 221, 0.9) 204.96%);
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.16);
}
.header__nav__cta img, .footer__cta__link img {
  height: auto;
}

.header__nav__cta:hover, .footer__cta__link:hover {
  box-shadow: inset 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.3);
}

@media screen and (width <= 767px) {
  .header__nav__cta, .footer__cta__link {
    font-size: 1.4rem;
    gap: 0.7rem;
  }
  .header__nav__cta img, .footer__cta__link img {
    width: 1.6rem;
  }
}
@media screen and (width > 767px) {
  .header__nav__cta, .footer__cta__link {
    font-size: 1.6rem;
    gap: 1.2rem;
  }
  .header__nav__cta img, .footer__cta__link img {
    width: 2rem;
  }
}
html {
  font-size: 2.564vw;
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
dd,
dl,
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
  animation: opacityAnime 0.8s ease-out;
}

@keyframes opacityAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
p,
li,
a,
th,
td,
dd,
dt,
button,
label,
input,
textarea,
select {
  font-weight: 700;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333333;
}

main {
  background: white;
}

@media screen and (width <= 767px) {
  body:has(.spNav.is-actice) {
    overflow: hidden;
  }
  main {
    overflow: hidden;
    margin-top: 7rem;
  }
  .pc_only {
    display: none !important;
  }
  section {
    scroll-margin-top: 10rem;
  }
}
@media screen and (width > 767px) {
  html {
    font-size: 0.625vw;
  }
  .sp_only {
    display: none !important;
  }
  main {
    margin-top: 9.5rem;
  }
  section {
    scroll-margin-top: 12rem;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: white;
}
.header__logo img {
  display: block;
  height: auto;
}
.header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4.8rem;
}
.header__nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.4rem;
}
.header__nav__list__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.6rem;
}
.header__nav__list__item__icon {
  width: 2.4rem;
  height: auto;
}
.header__nav__cta {
  width: 19.2rem;
}

@media screen and (width <= 767px) {
  .header {
    padding: 2.4rem 2rem 2.2rem;
  }
  .header__logo img {
    width: 16.8rem;
  }
  .header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4.8rem;
  }
  .header__nav__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2.4rem;
  }
  .header__nav__list__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.6rem;
  }
  .header__nav__list__item__icon {
    width: 2.4rem;
    height: auto;
  }
  .header__nav__cta {
    width: 19.2rem;
  }
}
@media screen and (width > 767px) {
  .header {
    padding: 2.5rem 6.4rem 1.3rem 8.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__logo img {
    width: 22.2rem;
  }
  .header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4.8rem;
  }
  .header__nav__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2.4rem;
  }
  .header__nav__list__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.6rem;
  }
  .header__nav__list__item__icon {
    width: 2.4rem;
    height: auto;
  }
  .header__nav__cta {
    width: 19.2rem;
  }
}
@media screen and (width <= 767px) {
  .hamburger {
    position: fixed;
    z-index: 10000;
    top: 1.2rem;
    right: 2rem;
    width: 4.8rem;
    height: 4.8rem;
    border: none;
    border-radius: 50%;
    background: linear-gradient(0deg, #E1738C 0%, rgba(255, 204, 221, 0.9) 314.03%);
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.08);
  }
  .hamburger span {
    position: absolute;
    height: 1px;
    left: calc(50% - 0.9rem);
    background: white;
    transition: all 0.5s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    width: 1.8rem;
    top: calc(50% - 0.4rem);
  }
  .hamburger span:nth-child(2) {
    width: 1.4rem;
    top: 50%;
  }
  .hamburger span:nth-child(3) {
    width: 1.7rem;
    top: calc(50% + 0.4rem);
  }
  .hamburger.is-active span:nth-child(1) {
    rotate: 45deg;
    translate: 0 0.4rem;
  }
  .hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active span:nth-child(3) {
    width: 1.8rem;
    rotate: -45deg;
    translate: 0 -0.4rem;
  }
  .spNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    overflow-y: scroll;
    z-index: 100;
    padding-block: 11rem 8rem;
    background: white;
    transition: all 0.5s ease-in-out;
    translate: 100% 0;
  }
  .spNav.is-active {
    translate: 0 0;
  }
  .spNav__company {
    font-size: 1.4rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .spNav__company:not(:first-child) {
    margin-top: 0.8rem;
  }
}
.footer__nav__logo {
  transition: all 0.3s ease-in-out;
}
.footer__nav__logo:hover {
  opacity: 0.6;
}
.footer__nav__logo img {
  display: block;
  height: auto;
}
.footer__nav__list {
  display: grid;
}
.footer__nav__list__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.4rem;
  padding: 0 1.6rem 2rem;
  border-bottom: 1px solid #DFDFDF;
  transition: all 0.3s ease-in-out;
}
.footer__nav__list__item .arrow {
  width: 1.6rem;
  height: auto;
  rotate: -90deg;
}
.footer__cta {
  display: grid;
  margin-bottom: 4.8rem;
}
.footer__cta__copy {
  font-weight: 700;
  text-align: center;
}
.footer__company {
  text-align: center;
}
.footer__copy {
  font-weight: 400;
  font-family: "Limelight", sans-serif;
  text-align: center;
  border-top: 1px solid #DFDFDF;
}

@media screen and (width <= 767px) {
  .footer__nav {
    padding-inline: 2.5rem;
    margin-bottom: 4.8rem;
  }
  .footer__nav__logo {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 6.4rem;
  }
  .footer__nav__logo img {
    width: 16.6rem;
  }
  .footer__nav__list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer__nav__list__item {
    font-size: 1.6rem;
  }
  .footer__cta {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    padding-inline: 2rem;
  }
  .footer__cta__copy {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .footer__company {
    font-size: 1.4rem;
    margin-bottom: 4.8rem;
  }
  .footer__copy {
    font-size: 1.2rem;
    padding-block: 2.4rem 8rem;
  }
}
@media screen and (width > 767px) {
  .footer__nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-inline: 20.5rem;
    margin-bottom: 6.4rem;
  }
  .footer__nav__logo img {
    width: 22.2rem;
  }
  .footer__nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 6.4rem;
  }
  .footer__nav__list__item {
    font-size: 1.8rem;
  }
  .footer__cta {
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem;
    padding-inline: 47.2rem;
  }
  .footer__cta__copy {
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
  }
  .footer__company {
    font-size: 1.6rem;
    margin-bottom: 5.6rem;
  }
  .footer__copy {
    font-size: 1.4rem;
    padding-block: 6.4rem 4rem;
  }
}
@media screen and (width <= 767px) {
  .swipeHint {
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 20rem;
    width: 20rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    gap: 2rem;
    z-index: 20;
  }
  .swipeHint__icon {
    width: 6.2rem;
    height: auto;
    animation: swipeAnimation 1.5s linear infinite;
  }
  .swipeHint__text {
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
  }
  .swipeHint.is-hidden {
    animation: hiddenAnimation 0.5s ease-in-out forwards;
  }
  @keyframes swipeAnimation {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    50% {
      transform: translateX(0);
      opacity: 1;
    }
    100% {
      transform: translateX(-100%);
      opacity: 0;
    }
  }
  @keyframes hiddenAnimation {
    0% {
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      display: none;
    }
  }
}/*# sourceMappingURL=global.css.map */