.c-toppage-section {
  overflow: hidden;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-toppage-section {
    padding-bottom: 100px;
  }
}
.c-toppage-section::after {
  position: absolute;
  bottom: -20px;
  transform: scale(0.5);
}
@media screen and (min-width: 768px) {
  .c-toppage-section::after {
    transform: scale(0.8);
  }
}
.c-toppage-section__content {
  margin-top: 180px;
  margin-left: 5%;
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  padding-left: 12%;
  padding-right: 20%;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-toppage-section__content {
    padding-bottom: 150px;
    margin-top: 200px;
    flex-direction: initial;
    justify-content: space-evenly;
  }
}

.c-toppage-section-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-toppage-section-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45%;
  }
}
.c-toppage-section-item__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #E29959;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-toppage-section-item__num {
    width: 70px;
    height: 70px;
  }
}
.c-toppage-section-item__num span {
  display: block;
  line-height: 1.2;
  font-size: 22px;
}
.c-toppage-section-item__image {
  width: 100%;
}
.c-toppage-section-item__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .c-toppage-section-item__title {
    font-size: 24px;
  }
}
.c-toppage-section-item__text {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-toppage-section-item__text {
    font-size: 16px;
  }
}
.c-toppage-section-item__button {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .c-toppage-section-item__button {
    width: 200px;
  }
}
.c-toppage-section-item:nth-child(1) {
  margin-top: -100px;
}
.c-toppage-section-item:nth-child(2) {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .c-toppage-section-item:nth-child(2) {
    margin-top: -100px;
  }
}

.fv {
  height: 100vh;
}
.fv::after {
  background-image: url("../fonts/heart--white.svg");
}

.fv-message {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 8vh;
  padding-left: 3%;
}
@media screen and (min-width: 768px) {
  .fv-message {
    padding-bottom: 2vh;
  }
}
.fv-message__en {
  font-size: 12px;
  border-bottom: 2px solid #403333;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .fv-message__en {
    border-bottom: 3px solid #403333;
    font-size: 14px;
  }
}
.fv-message__title {
  font-size: 22px;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .fv-message__title {
    font-size: 32px;
    margin-top: 20px;
  }
}
.fv-message__title span {
  font-size: 32px;
  font-weight: 500;
  padding: 0 0.1em;
}
@media screen and (min-width: 768px) {
  .fv-message__title span {
    font-size: 50px;
  }
}
.fv-message__text {
  line-height: 2;
  width: 70%;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .fv-message__text {
    width: 40%;
    font-size: 14px;
    min-width: 530px;
  }
}

.fv-scroll {
  position: absolute;
  bottom: 0;
  right: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2vh;
}
.fv-scroll__arrow {
  width: 32px;
  height: 32px;
  background-color: #E29959;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv-scroll__text {
  font-size: 12px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .fv-scroll__text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.business {
  padding-top: 150px;
}
@media screen and (min-width: 768px) {
  .business {
    padding-top: 200px;
  }
}
.business::after {
  content: url("../image/toppage/business-illust.webp");
  left: 0%;
  transform-origin: left bottom;
}
@media screen and (min-width: 768px) {
  .business::after {
    left: 25%;
  }
}

.event {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .event {
    padding-top: 200px;
  }
}
.event::after {
  content: url("../image/toppage/event-illust.webp");
  right: 0%;
  transform-origin: right bottom;
}
@media screen and (min-width: 768px) {
  .event::after {
    right: 30%;
  }
}/*# sourceMappingURL=toppage.css.map */