@charset "UTF-8";
/* ----------------------------------------------------------------------
 common
---------------------------------------------------------------------- */
.wrap {
  width: 100%;
  max-width: 1216px;
  padding: 0 50px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
.sp {
  display: none;
}
}
@media only screen and (min-width: 1241px) {
.tb {
  display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
.sp {
  display: none;
}
}
@media only screen and (max-width: 767px) {
.wrap {
  max-width: 100%;
  padding: 5%;
}
.pc {
  display: none;
}
.tb {
  display: none;
}
}
/* ----------------------------------------------------------------------
 campaign-sec
---------------------------------------------------------------------- */
.campaign-sec {
  background: #f6dede;
  position: relative;
  z-index: -1;
  text-align: center;
  padding-bottom: 9rem;
}
@media only screen and (max-width: 767px) {
.campaign-sec {
  padding-bottom: 1.5rem;
}
}
.campaign-sec:before {
  content: "";
  width: 1824px;
  height: 320px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -121px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1824px) {
    .campaign-sec:before {
        width: 120%;
    }
}
@media only screen and (max-width: 767px) {
  .campaign-sec:before {
    width: 596px;
    height: 104px;
    top: 90px;
  }
}
.campaign-sec .title-wrap {
  background: #fff;
  padding-top: 70px;
  position: relative;
  z-index: 0;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
.campaign-sec .title-wrap {
  padding-top: 40px;
  margin-bottom: 50px;
}
}
.campaign-sec .title-wrap h2 {
  width: 53.472%;
  max-width: 770px;
  margin: 0 auto;
}
.campaign-sec .campaign-copy {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 5px 15px;
}
@media only screen and (max-width: 767px) {
.campaign-sec .campaign-copy {
  font-size: 21px;
}
}
.campaign-sec .campaign-copy::after {
  content: '';
  display: block;
  width: 229px;
  height: 15px;
  background: url("../img/campaign-copy-line.svg") no-repeat center center / 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
.campaign-sec .campaign-copy::after {
  width: 150px;
  height: 15px;
}
}
.campaign-sec .intro__title .large-b {
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
.campaign-sec .intro__title {
  line-height: 1.25;
}
.campaign-sec .intro__title .large-b {
  font-size: 26px;
}
}
.campaign-sec .campaign-point-box {
  margin: 50px 0 30px;
}
@media only screen and (max-width: 767px) {
.campaign-sec .campaign-point-box {
    margin: 20px 0 20px;
}
}
.campaign-sec .campaign-bottom-text {
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
.campaign-sec .campaign-bottom-text {
  font-size: 18px;
}
.campaign-sec .campaign-bottom-text span {
  display: block;
}
}

/* ----------------------------------------------------------------------
 campaign-sec
---------------------------------------------------------------------- */
.price.bg-pink {
  background: #f6dede;
}
@media only screen and (max-width: 767px) {
.price.bg-pink {
  padding: 64px 0;
}
}
.price-inner {
  background: #fff;
  border-radius: 20px;
  margin: 100px 0 0;
  padding: 100px 100px 65px;
  position: relative;
}
@media only screen and (max-width: 767px) {
.price-inner {
  margin: 50px 0 0;
  padding: 40px 15px 20px;
}
}
.price-inner-tit {
  width: 58.87%;
  max-width: 657px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
.price-inner-tit {
  width: 86%;
}
}
.price-inner-txt {
  font-size: 25px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
.price-inner-txt {
  font-size: 14px;
  margin-bottom: 20px;
}
}
.price-detail {
  width: 86%;
  max-width: 787px;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 767px) {
.price-detail {
  width: 75%;
  margin: 0 auto 20px;
}
}
.price-function {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
.price-function {
  margin-bottom: 30px;
}
}
.price-function ul {
  background: #f0f0f0;
  border-radius: 10px;
  padding: 30px 156px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
.price-function ul {
  padding: 30px 20px 20px;
  justify-content: center;
}
}
@media only screen and (max-width: 767px) {
.price-function ul {
  padding: 20px 5px 15px 20px;
}
}
.price-function ul li {
  margin: 0 20px 10px 0;
  font-size: 21.6px;
}
@media only screen and (max-width: 767px) {
.price-function ul li {
  margin: 0 15px 5px 0;
  font-size: 14px;
}
}
.price-function ul li span {
  color: #de3464;
}
@media only screen and (max-width: 767px) {
.price-function ul li span {
}
}
.price-function .price-ex-txt {
  display: block;
  text-align: left;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
.price-function .price-ex-txt {
  font-size: 12px;
}
}
.price-bottom-txt {
  background: #de3464;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
.price-bottom-txt {
  padding: 20px;
}
}
.price-bottom-txt p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
.price-bottom-txt p {
  font-size: 18px;
}
}
.price-bottom-txt .price-bottom-illust {
  position: absolute;
  width: 167px;
  bottom: -80px;
  right: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
.price-bottom-txt .price-bottom-illust {
  width: 120px;
  bottom: -80px;
  right: -60px;
}
}
@media only screen and (max-width: 767px) {
.price-bottom-txt .price-bottom-illust {
  width: 28%;
  bottom: -40px;
  right: -9%;
}
}

.mwform-checkbox-field-text {
  font-size: 14px;
  margin-right: 0.8em;
}
.contactFormPrivacy .mwform-checkbox-field-text {
  display: none;
}

.contactForm__btn .contactForm__send:last-child {
  margin-top: 15px;
}

.contactForm__send {
    display: inline-block;
    line-height: 2.75;
    text-decoration: none;
}





