@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
.wrapper {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 32px;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inline-block;
  }
}

.page-header .page-header--title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.page-header .page-header--title .en {
  position: relative;
  padding-inline: 16px;
  font-size: 72px;
  font-family: "Satisfy", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-header .page-header--title .en {
    font-size: 48px;
  }
}
.page-header .page-header--title .ja {
  font-size: 20px;
  font-weight: bold;
  margin: 16px 0 0;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .page-header .page-header--title .ja {
    font-size: 18px;
  }
}

.headline01 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  gap: 15px;
}
.headline01 .en {
  position: relative;
  padding-inline: 16px;
  font-size: 72px;
  font-family: "Satisfy", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #18b2de;
  background-image: url(../images/common/headline-underline-yellow.svg);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.headline01 .ja {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 0;
  letter-spacing: 0.25em;
}

.headline-ja {
  font-size: 42px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background-image: url(../images/common/headline-underline-yellow.svg);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .headline-ja {
    font-size: 24px;
  }
}

.bg-gray {
  background-color: #f1f1f1;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .s_mb8 {
    margin-bottom: 8px;
  }
  .s_mb16 {
    margin-bottom: 16px;
  }
  .s_mb24 {
    margin-bottom: 24px;
  }
  .s_mb32 {
    margin-bottom: 32px;
  }
  .s_mb40 {
    margin-bottom: 40px;
  }
  .s_mb64 {
    margin-bottom: 64px;
  }
  .s_mb80 {
    margin-bottom: 80px;
  }
}
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}/*# sourceMappingURL=new-common.css.map */