.p-top {
  padding: 4rem 0 0 0;
  background: url(../images/top/bg_main.png) no-repeat center top/100% auto #f3f3f3;
}
@media screen and (min-width: 768px) {
  .p-top {
    background: url(../images/top/pc_bg_main_left.png) no-repeat calc(50% - 44rem) -3rem, url(../images/top/pc_bg_main_right.png) no-repeat calc(50% + 45rem) 0.2rem, #f3f3f3;
  }
}
@media screen and (min-width: 1280px) {
  .p-top {
    background-position: left -3rem, right 0.2rem;
  }
}
.p-top__title {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top__title {
    font-size: 3.4rem;
  }
}
.p-top__title::before {
  display: block;
  color: #E74291;
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Chango", sans-serif;
  content: attr(data-en);
}
@media screen and (min-width: 768px) {
  .p-top__title::before {
    font-size: 2rem;
  }
}
.p-top__title span {
  display: block;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-top__title span {
    font-size: 2.2rem;
  }
}

.p-top-hero {
  padding: 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-top-hero {
    padding: 0;
  }
}
.p-top-hero__slider {
  position: relative;
}
.p-top-hero__slider::before {
  position: absolute;
  top: 7.5rem;
  left: -4.5rem;
  width: 5rem;
  height: 6rem;
  border-radius: 0.5rem;
  background-color: #f3afcc;
  transform: skew(-20deg);
  pointer-events: none;
  z-index: 3;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-top-hero__slider::before {
    top: 5.5rem;
    left: calc(50% - 38rem);
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-top-hero__slider-wrapper {
  background-color: #fff;
  border-radius: 5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-hero__slider-wrapper {
    background: none;
    border-radius: 0;
  }
}
.p-top-hero__slider-item a {
  display: block;
}
.p-top-hero__slider-item img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-hero__slider-item {
    margin: 0 auto;
    border-radius: 5rem;
    overflow: hidden;
  }
}

.p-top-headline {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-top-headline {
    padding: 5rem 0 0 0;
  }
}
.p-top-headline__title {
  margin-bottom: 1.5rem;
  color: #162b3c;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.58;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-headline__title {
    font-size: 2.6rem;
  }
}
.p-top-headline__text {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.58;
}
@media screen and (min-width: 768px) {
  .p-top-headline__text {
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.88;
  }
}

.p-top-column {
  position: relative;
  padding: 14rem 0 5rem 0;
  background-color: #fff;
  position: relative;
}
.p-top-column::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 7rem;
  background-color: #f3f3f3;
  border-radius: 0 0 7rem 7rem;
  z-index: 1;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-top-column {
    padding-bottom: 3rem;
  }
}
.p-top-column__title {
  margin-bottom: 2rem;
}
.p-top-column__lead {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-column__lead {
    margin-bottom: 4.5rem;
    font-size: 1.5rem;
  }
}
.p-top-column__list {
  display: grid;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-top-column__list {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-top-column__button {
  margin-top: 5rem;
}

.p-top-basics {
  position: relative;
  padding: 14rem 0 5rem 0;
  background-color: #f3f3f3;
  position: relative;
}
.p-top-basics::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 7rem;
  background-color: #fff;
  border-radius: 0 0 7rem 7rem;
  z-index: 1;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-top-basics {
    padding-bottom: 3rem;
  }
}
.p-top-basics__title {
  margin-bottom: 2rem;
}
.p-top-basics__lead {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-basics__lead {
    margin-bottom: 4.5rem;
    font-size: 1.5rem;
  }
}
.p-top-basics__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-basics__list {
    gap: 1rem;
    max-width: 98rem;
    margin: 0 auto;
  }
  .p-top-basics__list a {
    width: 100%;
  }
  .p-top-basics__list li {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-basics__list li {
    flex: 0 0 calc(33.33% - 1rem);
  }
}

.p-top-about {
  padding: 14rem 0 5rem 0;
  background-color: #fff;
  position: relative;
}
.p-top-about::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 7rem;
  background-color: #f3f3f3;
  border-radius: 0 0 7rem 7rem;
  z-index: 1;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding: 12rem 0 0 0;
  }
}
.p-top-about__title {
  margin-bottom: 2rem;
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-about__title {
    max-width: 79rem;
    margin: 0 auto 1rem auto;
    font-size: 1.8rem;
  }
}
.p-top-about__lead {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__lead {
    max-width: 79rem;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}/*# sourceMappingURL=top.css.map */