/* ==========================================================================
   Parts module
   ========================================================================== */
/* mamafyMainVisual
   ========================================================================== */
.mamafyMainVisual {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, #fff), to(#DDECBF));
  background: -webkit-linear-gradient(bottom, #fff 70%, #DDECBF);
  background: linear-gradient(0deg, #fff 70%, #DDECBF); }
  .mamafyMainVisual .mamafyMainVisualWrap {
    background: #fff; }
  .mamafyMainVisual .mamafyMainVisualTitle {
    text-align: center;
    position: relative; }
    .mamafyMainVisual .mamafyMainVisualTitle h1 {
      border-bottom: 1px solid #000;
      font-size: 28px;
      line-height: 1.4;
      padding-bottom: 35px;
      padding-top: 30px; }
      .mamafyMainVisual .mamafyMainVisualTitle h1 span {
        display: block;
        font-size: 1.14em;
        font-weight: 400; }
      .mamafyMainVisual .mamafyMainVisualTitle h1 strong {
        display: inline-block;
        font-weight: 400;
        padding: 0 1em;
        position: relative; }
      .mamafyMainVisual .mamafyMainVisualTitle h1 strong img {
        max-width: 345px;
      }
        .mamafyMainVisual .mamafyMainVisualTitle h1 strong:after, .mamafyMainVisual .mamafyMainVisualTitle h1 strong:before {
          background: #000;
          content: "";
          height: 100%;
          width: 2px;
          position: absolute;
          top: 0; }
        .mamafyMainVisual .mamafyMainVisualTitle h1 strong:before {
          left: 0;
          -webkit-transform: rotate(-25deg);
              -ms-transform: rotate(-25deg);
                  transform: rotate(-25deg); }
        .mamafyMainVisual .mamafyMainVisualTitle h1 strong:after {
          right: 0;
          -webkit-transform: rotate(25deg);
              -ms-transform: rotate(25deg);
                  transform: rotate(25deg); }
    .mamafyMainVisual .mamafyMainVisualTitle h2 {
      background: #fff;
      display: inline-block;
      font-size: 28px;
      font-weight: 400;
      line-height: 1.1;
      padding-left: 1.5em;
      padding-right: 1.5em;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 40%);
          -ms-transform: translate(-50%, 40%);
              transform: translate(-50%, 40%); }
  .mamafyMainVisual .mamafyMainVisualText {
    margin: 0 auto;
    max-width: 650px;
    padding: 30px 0 50px;
    text-align: left; }
    .mamafyMainVisual .mamafyMainVisualText p {
      font-size: 18px;
      line-height: 1.75; }
    .mamafyMainVisual .mamafyMainVisualText a {
      color: #ff9e64;
      text-underline-offset: 8px;
    }
  @media screen and (max-width: 767px) {
    .mamafyMainVisual .mamafyMainVisualWrap .mamafyWrapInnerWrap {
      padding-left: 28px;
      padding-right: 28px; }
    .mamafyMainVisual .mamafyMainVisualTitle h1 {
      font-size: 16px;
      padding-top: 60px; }
      .mamafyMainVisual .mamafyMainVisualTitle h1 span {
        font-size: 1.4em;
        margin-top: 10px; }
      .mamafyMainVisual .mamafyMainVisualTitle h1 strong {
        padding: 0 1.5em; }
        .mamafyMainVisual .mamafyMainVisualTitle h1 strong img {
          max-width: 190px;
        }
        .mamafyMainVisual .mamafyMainVisualTitle h1 strong:after, .mamafyMainVisual .mamafyMainVisualTitle h1 strong:before {
          width: 1px; }
        .mamafyMainVisual .mamafyMainVisualTitle h1 strong:before {
          -webkit-transform: rotate(-20deg);
              -ms-transform: rotate(-20deg);
                  transform: rotate(-20deg); }
        .mamafyMainVisual .mamafyMainVisualTitle h1 strong:after {
          -webkit-transform: rotate(20deg);
              -ms-transform: rotate(20deg);
                  transform: rotate(20deg); }
    .mamafyMainVisual .mamafyMainVisualTitle h2 {
      font-size: 20px;
      padding: 0;
      left: 20%;
      right: 20%;
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%); }
    .mamafyMainVisual .mamafyMainVisualText {
      padding: 30px 0 75px; }
      .mamafyMainVisual .mamafyMainVisualText p {
        font-size: 15px; }
    .mamafyMainVisual .mamafyMainVisualText a {
      text-decoration: underline;
    }
  }

/* mamafyIndexBox
   ========================================================================== */
.mamafyIndexBox {
  background: rgba(158, 195, 83, 0.12);
  padding: 62px 0 70px;
}
.mamafyIndexBox .mamafyIndexBoxWrap {
  max-width: 993px;
  background-color: #fff;
  position: relative;
  padding: 46px 30px 46px 47px;
}
.mamafyIndexBox .mamafyIndexBoxWrap::before {
  content: "";
  position: absolute;
  background: url(../img/lp07_mama_decor.png) no-repeat center 100% / 100%;
  width: 244px;
  height: 247px;
  bottom: -50px;
  left: 50px;
  z-index: 1;
}
.mamafyIndexBox .mamafyIndexBoxWrap::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  right: -7px;
  bottom: -8px;
  background: url(../img/lp07_mama_line.png) no-repeat center center / contain;
  pointer-events: none;
}
.mamafyIndexBox .mamafyIndexBoxTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0c0c0c;
  text-align: center;
  font-weight: 400;
}
.mamafyIndexBox .mamafyIndexBoxTitleSmall {
  font-size: 24px;
  letter-spacing: -0.015em;
  line-height: calc(26 / 24);
  margin-bottom: 16px;
  position: relative;
  padding: 0 32px;
}
.mamafyIndexBox .mamafyIndexBoxTitleSmall::before,
.mamafyIndexBox .mamafyIndexBoxTitleSmall::after {
  content: "";
  background: #0c0c0c;
  height: 37px;
  width: 2px;
  position: absolute;
  top: -2px;
}
.mamafyIndexBox .mamafyIndexBoxTitleSmall::before {
  left: 0;
  -webkit-transform: rotate(-32deg);
      -ms-transform: rotate(-32deg);
          transform: rotate(-32deg);
}
.mamafyIndexBox .mamafyIndexBoxTitleSmall::after {
  right: 10px;
  -webkit-transform: rotate(32deg);
      -ms-transform: rotate(32deg);
          transform: rotate(32deg);
}
.mamafyIndexBox .mamafyIndexBoxTitleMain {
  font-size: 30px;
  line-height: calc(42 / 30);
}
.mamafyIndexBox .mamafyIndexBoxTitleMain strong {
  color: #8cb33e;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .mamafyIndexBox {
    padding: calc(60 / 750 * 100vw) calc(42 / 750 * 100vw) calc(122 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .mamafyIndexBox .mamafyIndexBoxWrap {
    max-width: 100%;
    padding: calc(56 / 750 * 100vw) calc(30 / 750 * 100vw) calc(46 / 750 * 100vw) calc(47 / 750 * 100vw);
    min-height: calc(378 / 750 * 100vw);
  }
  .mamafyIndexBox .mamafyIndexBoxWrap::before {
    left: 54%;
    transform: translateX(-50%);
    bottom: calc(-106 / 750 * 100vw);
    background-image: url(../img/lp07_mama_decor-sp.png);
    width: calc(275 / 750 * 100vw);
    height: calc(279 / 750 * 100vw);
  }
  .mamafyIndexBox .mamafyIndexBoxWrap::after {
    background-image: url(../img/lp07_mama_line-sp.png);
    left: calc(12 / 750 * 100vw);
    top: calc(12 / 750 * 100vw);
    right: calc(-12 / 750 * 100vw);
    bottom: calc(-12 / 750 * 100vw);
  }
  .mamafyIndexBox .mamafyIndexBoxTitleSmall {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    margin-bottom: calc(16 / 750 * 100vw);
    padding: 0 calc(26 / 750 * 100vw);
  }
  .mamafyIndexBox .mamafyIndexBoxTitleSmall::before,
  .mamafyIndexBox .mamafyIndexBoxTitleSmall::after {
    height: calc(37 / 750 * 100vw);
    top: calc(-2 / 750 * 100vw);
  }
  .mamafyIndexBox .mamafyIndexBoxTitleSmall::after {
    right: calc(10 / 750 * 100vw);
  }
  .mamafyIndexBox .mamafyIndexBoxTitleMain {
    font-size: calc(32 / 750 * 100vw);
    line-height: calc(44.8 / 32);
  }
}

/* index-information
   ========================================================================== */

.mamafyIndexInfo {
  padding: 68px 0 18px;
}
.mamafyIndexInfo ul {
  max-width: 738px;
  margin: 0 auto;
  color: #0c0c0c;
  padding-right: 8px;
}
.mamafyIndexInfo li {
  width: 650px;
  margin-bottom: 58px;
  position: relative;
  background-color: #eaf5d3;
  padding: 0 50px 30px;
}
.mamafyIndexInfo li:nth-child(2n) {
  background-color: #f3f8ea;
  margin-left: auto;
}
.mamafyIndexInfo li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  border-top: 36px solid #fff;
  border-left: 36px solid transparent;
}
.mamafyIndexInfo li::after {
  position: absolute;
}
.mamafyIndexInfo li:nth-child(1)::after {
  content: "";
  width: 120px;
  height: 68px;
  right: -125px;
  bottom: -37px;
  background: url(../img/lp07_info_icon02.png) no-repeat center center / cover;
}
.mamafyIndexInfo li:nth-child(4)::after {
  content: "";
  width: 126px;
  height: 49px;
  left: -98px;
  top: 28px;
  background: url(../img/lp07_info_icon03.png) no-repeat center center / cover;
}
.mamafyIndexInfo li:nth-child(5)::after {
  content: "";
  width: 86px;
  height: 54px;
  right: -130px;
  bottom: -50px;
  background: url(../img/lp07_info_icon04.png) no-repeat center center / cover;
}
.mamafyIndexInfo .mamafyIndexInfoTitle {
  font-weight: 500;
  color: #8cb33e;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  line-height: calc(30 / 24);
  text-align: center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 22px;
  margin-bottom: 12px;
}
.mamafyIndexInfo .mamafyIndexInfoTitle::before {
  content: "";
  position: absolute;
  left: 49%;
  top: -15px;
  background: url(../img/lp07_info_icon01.png) no-repeat center center / cover;
  width: 29px;
  height: 40px;
}
.mamafyIndexInfo .mamafyIndexInfoTitle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: url(../img/lp07_info_line03.png) no-repeat center center / cover;
}
.mamafyIndexInfo .mamafyIndexInfoContent {
  font-size: 1.7rem;
  line-height: calc(30 / 17);
}
.mamafyIndexInfo .mamafyIndexInfoWrap {
  position: relative;
}
.mamafyIndexInfo .mamafyIndexInfoWrap::before {
  content: "";
  position: absolute;
  right: -60px;
  top: 7px;
  width: 282px;
  height: 148px;
  background: url(../img/lp07_info_line02.png) no-repeat center center / contain;
}
.mamafyIndexInfo .mamafyIndexInfoWrap::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -38px;
  width: 255px;
  height: 104px;
  background: url(../img/lp07_info_line01.png) no-repeat center center / contain;
}

@media screen and (max-width: 767px) {
  .mamafyIndexInfo {
    padding: calc(80 / 750 * 100vw) calc(34 / 750 * 100vw) calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .mamafyIndexInfo li {
    width: 100%;
    padding: 0 calc(18 / 750 * 100vw) calc(40 / 750 * 100vw) calc(50 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
  }
  .mamafyIndexInfo li::before {
    border-top-width: calc(56 / 750 * 100vw);
    border-left-width: calc(56 / 750 * 100vw);
  }
  .mamafyIndexInfo li:nth-child(1)::after {
    background-image: url(../img/lp07_info_icon02-sp.png);
    width: calc(129 / 750 * 100vw);
    height: calc(72 / 750 * 100vw);
    right: calc(-12 / 750 * 100vw);
    bottom: calc(-65 / 750 * 100vw);
  }
  .mamafyIndexInfo li:nth-child(4)::after {
    background-image: url(../img/lp07_info_icon03-sp.png);
    width: calc(151 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
    left: calc(-10 / 750 * 100vw);
    top: calc(-6 / 750 * 100vw);
  }
  .mamafyIndexInfo li:nth-child(5)::after {
    background-image: url(../img/lp07_info_icon04-sp.png);
    width: calc(104 / 750 * 100vw);
    height: calc(65 / 750 * 100vw);
    right: calc(-12 / 750 * 100vw);
    bottom: calc(-35 / 750 * 100vw);
  }
  .mamafyIndexInfo .mamafyIndexInfoTitle {
    font-size: calc(32 / 750 * 100vw);
    padding-top: calc(68 / 750 * 100vw);
    padding-bottom: calc(42 / 750 * 100vw);
    margin-bottom: calc(25 / 750 * 100vw);
  }
  .mamafyIndexInfo .mamafyIndexInfoTitle::before {
    background-image: url(../img/lp07_info_icon01-sp.png);
    width: calc(40 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    top: calc(-18 / 750 * 100vw);
    left: 47%;
  }
  .mamafyIndexInfo .mamafyIndexInfoTitle::after {
    background-image: url(../img/lp07_info_line03-sp.png);
    height: calc(6 / 750 * 100vw);
    left: calc(5 / 750 * 100vw);
    width: calc(582 / 750 * 100vw);
  }
  .mamafyIndexInfo .mamafyIndexInfoContent {
    font-size: calc(24 / 750 * 100vw);
    line-height: 2;
  }
  .mamafyIndexInfo .mamafyIndexInfoWrap::before {
    background-image: url(../img/lp07_info_line02-sp.png);
    width: calc(316 / 750 * 100vw);
    height: calc(153 / 750 * 100vw);
    top: calc(11 / 750 * 100vw);
    right: calc(-30 / 750 * 100vw);
  }
  .mamafyIndexInfo .mamafyIndexInfoWrap::after {
    background-image: url(../img/lp07_info_line01-sp.png);
    width: calc(253 / 750 * 100vw);
    height: calc(115 / 750 * 100vw);
    left: calc(-40 / 750 * 100vw);
    bottom: calc(-50 / 750 * 100vw);
  }
}

.mamafyDoctorsLearn {
  background: #eaf5d3;
  padding: 30px 0;
}
.mamafyDoctorsLearn .mamafyDoctorsLearnWrap {
  padding: 56px 92px 54px 272px;
  max-width: 880px;
  margin: 0 auto;
  background: url(../img/lp07_learn_bg.png) no-repeat center center / cover;
  position: relative;
}
.mamafyDoctorsLearn .mamafyDoctorsLearnWrap::after {
  position: absolute;
  content: "";
  background: url(../img/lp07_learn_icon.png) no-repeat center center / cover;
  width: 138px;
  height: 221px;
  left: 96px;
  bottom: -15px;
}
.mamafyDoctorsLearn .mamafyDoctorsLearnText {
  font-size: 1.7rem;
  line-height: calc(30 / 17);
}

.mamafyDoctorsLearn .mamafyDoctorsLearnText a {
  display: inline-block;
  font-weight: 500;
  color: #ff9e64;
  text-decoration: underline;
  text-underline-offset: 10px;
}

@media screen and (max-width: 767px) {
  .mamafyDoctorsLearn {
    padding: calc(60 / 750 * 100vw) calc(31 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
  .mamafyDoctorsLearn .mamafyDoctorsLearnWrap {
    padding: calc(242 / 750 * 100vw) calc(70 / 750 * 100vw) calc(62 / 750 * 100vw) calc(80 / 750 * 100vw);
    background-image: url(../img/lp07_learn_bg-sp.png);
  }
  .mamafyDoctorsLearn .mamafyDoctorsLearnWrap::after {
    top: calc(-30 / 750 * 100vw);
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
    width: calc(170 / 750 * 100vw);
    height: calc(273 / 750 * 100vw);
    background-image: url(../img/lp07_learn_icon-sp.png);
  }
  .mamafyDoctorsLearn .mamafyDoctorsLearnText {
    font-size: calc(24 / 750 * 100vw);
    line-height: calc(48 / 24);
  }
  .mamafyDoctorsLearn .mamafyDoctorsLearnText a {
    text-underline-offset: calc(14 / 750 * 100vw);
  }
}