@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap");
@font-face {
  font-family: "mamelon";
  src: url("../fonts/Mamelon.woff"); }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 10000; }

html {
  font-size: 62.5%; }
  html body {
    font-family: 'Lato', 'mamelon', "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-size: 1.5rem;
    color: #4d4d4d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 0.05rem;
    line-height: 2.8;
    line-break: strict; }
    html body a {
      color: #1a1a1a;
      text-decoration: none; }
    html body h1,
    html body h2,
    html body h3,
    html body h4,
    html body h5,
    html body h6,
    html body p {
      font-weight: 300; }

.sp {
  display: none !important; }

header {
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  padding: 1rem 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  background: -moz-linear-gradient(top, #FFF, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, #FFF, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0)); }
  header .drawer-hamburger {
    display: none; }
  header .site_title .logo {
    width: 210px;
    height: 64px; }
  header .gnav {
    position: relative; }
    header .gnav ul {
      margin-right: 14rem; }
      header .gnav ul li {
        display: inline-block;
        font-size: 1.6rem;
        font-weight: 600;
        margin: 1rem; }
        header .gnav ul li a {
          color: #32bdb7;
          filter: drop-shadow(0 0 4px white);
          transition: 0.2s; }
          header .gnav ul li a:hover {
            color: #f788ac; }
    header .gnav .contact {
      position: absolute;
      right: -1rem;
      top: -3.5rem; }
      header .gnav .contact a {
        background-color: #32bdb7;
        display: block;
        padding: 8rem 4rem 2rem 4rem;
        border-radius: 10rem;
        color: #fff;
        position: relative;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
        transition: 0.5s; }
        header .gnav .contact a:hover {
          transform: scale(1.02);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
          background-color: #32bdb7; }
        header .gnav .contact a::before {
          content: "";
          position: absolute;
          top: -10px;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          z-index: 100;
          width: 46px;
          height: 46px;
          background: url(../images/icon01.svg) no-repeat center center/contain; }
        header .gnav .contact a::after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          z-index: 101;
          width: 90%;
          height: 90%;
          border-radius: 50%;
          border: 2px dashed #fff; }

main .keyvisual {
  position: relative;
  padding-top: 9rem;
  margin-bottom: -20rem; }
  main .keyvisual .copy {
    font-size: 4.5vw;
    color: #f788ac;
    position: absolute;
    left: 4.5rem;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    height: 26vw;
    line-height: 1.7; }
    main .keyvisual .copy span {
      letter-spacing: 0.2rem;
      background-color: #69d0f0;
      border-radius: 1rem;
      color: #fff; }
  main .keyvisual .slider {
    max-width: calc(100% - 16rem);
    width: calc(100% - 16rem);
    margin: auto; }
    main .keyvisual .slider img {
      height: auto;
      width: 100%; }

main .section1 {
  background: url(../images/bg1-bottom.png) -20rem bottom repeat-x, url(../images/bg1-top.png) 30rem top repeat-x, url(../images/bg1.png) center center;
  padding: 30rem 0 15rem; }
  main .section1 .section_wrapper .copy {
    font-size: 5rem;
    color: #fff;
    margin: 0 auto 5rem;
    text-align: center;
    position: relative;
    z-index: 1; }
    main .section1 .section_wrapper .copy::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 150%;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: -1;
      background: url(../images/bg13.png) no-repeat center center/contain; }
    main .section1 .section_wrapper .copy span {
      display: table;
      margin: 1rem auto;
      padding: 0 2rem;
      background: #f788ac;
      border-radius: 10rem;
      line-height: 1.7;
      letter-spacing: 0.7rem; }
  main .section1 .section_wrapper .baby {
    text-align: center; }
    main .section1 .section_wrapper .baby img {
      max-width: 20rem; }
  main .section1 .section_wrapper .copy_sub {
    font-size: 3.5rem;
    text-align: center; }
    main .section1 .section_wrapper .copy_sub span {
      color: #00a87b;
      position: relative; }
      main .section1 .section_wrapper .copy_sub span::before {
        content: "";
        position: absolute;
        background: url(../images/wave-green.png) center center repeat-x;
        bottom: -1rem;
        right: 0;
        left: 0;
        margin: auto;
        width: 95%;
        height: 0.4rem; }
  main .section1 .section_wrapper .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    max-width: 128rem;
    margin: 5rem auto -2rem; }

main .section2 .section_wrapper .title {
  font-size: 3.8rem;
  color: #00a87b;
  text-align: center;
  letter-spacing: 0.1rem;
  padding-top: 5rem; }
  main .section2 .section_wrapper .title span {
    display: block;
    line-height: 1.8; }

main .section2 .section_wrapper .product {
  max-width: 100rem;
  height: 35rem;
  margin: auto;
  background: url(../images/img4.png) no-repeat center center/contain; }

main .section3 {
  background: url(../images/bg3.png) no-repeat center top/140rem, url(../images/bg4.png) no-repeat center bottom/140rem;
  padding: 10rem 0 0; }
  main .section3 .section_wrapper .title {
    font-size: 3.8rem;
    color: #00a87b;
    text-align: center;
    letter-spacing: 0.1rem; }
    main .section3 .section_wrapper .title img {
      width: 27rem;
      margin-bottom: -0.5rem; }
    main .section3 .section_wrapper .title span {
      display: table;
      line-height: 1.8;
      margin: auto; }
    main .section3 .section_wrapper .title .dots {
      position: relative; }
      main .section3 .section_wrapper .title .dots::before {
        content: "";
        position: absolute;
        background: url(../images/dots-g.png) center center repeat-x;
        bottom: -1rem;
        right: 0;
        left: 0;
        margin: auto;
        width: 95%;
        height: 0.4rem; }
  main .section3 .section_wrapper .contents {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 128rem;
    margin: 7rem auto; }
    main .section3 .section_wrapper .contents .contents_item {
      width: 27%;
      margin: 3%;
      position: relative; }
      main .section3 .section_wrapper .contents .contents_item:nth-child(3n-1) {
        margin-top: 10rem; }
      main .section3 .section_wrapper .contents .contents_item .number {
        position: absolute;
        font-family: 'Lato';
        font-size: 3rem;
        font-weight: 900;
        color: #fff;
        display: block;
        background: #f788ac;
        border-radius: 30rem;
        width: 6rem;
        height: 6rem;
        text-align: center;
        line-height: 2; }
      main .section3 .section_wrapper .contents .contents_item .img img {
        width: 100%; }
      main .section3 .section_wrapper .contents .contents_item .text_box {
        background: #dce34b;
        border-radius: 3rem;
        margin-top: -5rem;
        position: relative; }
        main .section3 .section_wrapper .contents .contents_item .text_box .title {
          font-size: 3rem;
          position: relative;
          line-height: 1.3;
          padding: 1.5rem; }
          main .section3 .section_wrapper .contents .contents_item .text_box .title::after {
            content: "";
            width: 5rem;
            border-bottom: solid 2px #00a87b;
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            margin: auto;
            bottom: 0; }
        main .section3 .section_wrapper .contents .contents_item .text_box .title.small {
          font-size: 2.3rem; }
        main .section3 .section_wrapper .contents .contents_item .text_box .text {
          padding: 1rem 3rem 3rem;
          line-height: 1.6; }

main .section4 {
  background: url(../images/bg5-bottom.png) center bottom repeat-x, url(../images/bg5-top.png) center top repeat-x, url(../images/bg14.png) center center, url(../images/bg5.png) center center;
  padding: 15rem 0; }
  main .section4 .section_wrapper .title {
    font-size: 3.8rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1rem; }
    main .section4 .section_wrapper .title .bebisapo {
      display: block;
      line-height: 1;
      margin-bottom: -1rem; }
    main .section4 .section_wrapper .title .dots {
      position: relative;
      color: #dce34b;
      letter-spacing: 0.3rem; }
      main .section4 .section_wrapper .title .dots::before {
        content: "";
        position: absolute;
        background: url(../images/dots-w.png) center center repeat-x;
        bottom: -1rem;
        right: 0;
        left: 0;
        margin: auto;
        width: 95%;
        height: 0.4rem; }
      main .section4 .section_wrapper .title .dots .before {
        color: #00a87b;
        margin: 0 1rem; }
      main .section4 .section_wrapper .title .dots .after {
        color: #f788ac;
        margin: 0 1rem; }
      main .section4 .section_wrapper .title .dots .arrow {
        margin-bottom: -6px; }
  main .section4 .section_wrapper .contents .contents_item {
    max-width: 128rem;
    width: calc(100% - 10rem);
    margin: 6rem auto 0; }
    main .section4 .section_wrapper .contents .contents_item .img_box img {
      width: 100%; }
    main .section4 .section_wrapper .contents .contents_item .number {
      background: #dce34b;
      font-size: 2.5rem;
      padding: 0 3rem;
      border-radius: 3rem;
      display: table;
      margin: -5rem auto 2rem;
      line-height: 1.8; }
    main .section4 .section_wrapper .contents .contents_item .item_box {
      font-size: 2.3rem;
      line-height: 1.8;
      letter-spacing: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center; }
      main .section4 .section_wrapper .contents .contents_item .item_box .before {
        padding: 0 0 2rem 0;
        position: relative;
        color: #00a87b;
        width: 35%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        font-size: 1.5rem;
        height: 0%; }
        main .section4 .section_wrapper .contents .contents_item .item_box .before .arrow {
          position: absolute;
          bottom: -1rem;
          right: 5rem; }
        main .section4 .section_wrapper .contents .contents_item .item_box .before span {
          position: absolute;
          left: 0;
          top: -1rem;
          margin: 0;
          font-family: 'Lato';
          font-size: 1.2rem;
          font-weight: 900;
          color: #fff;
          display: block;
          background: #00a87b;
          border-radius: 30rem;
          width: 5rem;
          height: 5rem;
          text-align: center;
          line-height: 4.2; }
        main .section4 .section_wrapper .contents .contents_item .item_box .before .illust {
          display: block;
          height: 26rem;
          text-align: center;
          padding: 0 1rem 0 0;
          flex-shrink: 1;
          width: 25rem; }
          main .section4 .section_wrapper .contents .contents_item .item_box .before .illust img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
        main .section4 .section_wrapper .contents .contents_item .item_box .before .text {
          flex-shrink: 1;
          width: 25rem; }
      main .section4 .section_wrapper .contents .contents_item .item_box .after {
        padding: 0 0 2rem 2%;
        position: relative;
        color: #f788ac;
        width: 65%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center; }
        main .section4 .section_wrapper .contents .contents_item .item_box .after span {
          position: absolute;
          left: 0;
          top: -1rem;
          margin: 0 0 0 6rem;
          position: absolute;
          font-family: 'Lato';
          font-size: 1.8rem;
          font-weight: 900;
          color: #fff;
          display: block;
          background: #f788ac;
          border-radius: 30rem;
          width: 8rem;
          height: 8rem;
          text-align: center;
          line-height: 4.2; }
        main .section4 .section_wrapper .contents .contents_item .item_box .after .illust {
          display: block;
          width: 40rem;
          height: 26rem;
          text-align: center;
          flex-shrink: 1; }
          main .section4 .section_wrapper .contents .contents_item .item_box .after .illust img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
        main .section4 .section_wrapper .contents .contents_item .item_box .after .text {
          width: 40rem;
          flex-shrink: 1; }

main .section5 {
  background: url(../images/bg3.png) no-repeat center top/140rem, url(../images/bg4.png) no-repeat center bottom/140rem;
  padding: 15rem 0; }
  main .section5 .section_wrapper .title {
    font-size: 3.8rem;
    color: #32bdb7;
    text-align: center;
    letter-spacing: 0.1rem; }
    main .section5 .section_wrapper .title img {
      width: 27rem;
      margin-bottom: -0.5rem; }
    main .section5 .section_wrapper .title span {
      display: table;
      line-height: 1.8;
      margin: auto; }
    main .section5 .section_wrapper .title .dots {
      position: relative; }
      main .section5 .section_wrapper .title .dots::before {
        content: "";
        position: absolute;
        background: url(../images/dots-g.png) center center repeat-x;
        bottom: -1rem;
        right: 0;
        left: 0;
        margin: auto;
        width: 95%;
        height: 0.4rem; }
  main .section5 .section_wrapper .contents {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    max-width: 128rem;
    width: calc(100% - 10rem);
    margin: 7rem auto;
    align-items: end; }
    main .section5 .section_wrapper .contents .contents_item {
      width: 40%;
      margin: 5%;
      position: relative;
      border-radius: 3rem;
      padding: 2rem;
      margin-bottom: -10rem; }
      main .section5 .section_wrapper .contents .contents_item .number {
        position: absolute;
        font-family: 'Lato';
        font-size: 3rem;
        font-weight: 900;
        color: #fff;
        display: block;
        background: #f788ac;
        border-radius: 30rem;
        width: 6rem;
        height: 6rem;
        text-align: center;
        line-height: 0;
        margin: -3rem 0 0 -3rem; }
        main .section5 .section_wrapper .contents .contents_item .number span {
          display: table;
          font-size: 1.2rem;
          margin: auto;
          line-height: 3; }
      main .section5 .section_wrapper .contents .contents_item .img {
        text-align: center; }
        main .section5 .section_wrapper .contents .contents_item .img img {
          width: 60%; }
      main .section5 .section_wrapper .contents .contents_item .text_box .title {
        font-size: 3rem;
        position: relative;
        line-height: 1.3;
        letter-spacing: 0; }
      main .section5 .section_wrapper .contents .contents_item .text_box .text {
        padding: 1rem 3rem 3rem;
        line-height: 1.6; }
      main .section5 .section_wrapper .contents .contents_item:nth-child(1) {
        background: url(../images/bg6.png) center center/cover; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(1) .number {
          background: #00a87b; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(1) .text_box .title {
          color: #00a87b; }
      main .section5 .section_wrapper .contents .contents_item:nth-child(2) {
        background: url(../images/bg7.png) center center/cover; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(2) .number {
          background: #dce34b;
          color: #4d4d4d; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(2) .text_box .title {
          color: #4d4d4d; }
      main .section5 .section_wrapper .contents .contents_item:nth-child(3) {
        background: url(../images/bg8.png) center center/cover; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(3) .number {
          background: #f788ac; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(3) .text_box .title {
          color: #f788ac; }
      main .section5 .section_wrapper .contents .contents_item:nth-child(4) {
        background: url(../images/bg9.png) center center/cover; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(4) .number {
          background: #816d9c; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(4) .text_box .title {
          color: #816d9c; }
      main .section5 .section_wrapper .contents .contents_item:nth-child(5) {
        background: url(../images/bg10.png) center center/cover; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(5) .number {
          background: #69d0f0; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(5) .text_box .title {
          color: #69d0f0; }
      main .section5 .section_wrapper .contents .contents_item:nth-child(even) {
        margin-top: 20rem; }

main .section6 {
  background: url(../images/bg11-bottom.png) center bottom -1px repeat-x, url(../images/bg11-top.png) center top -1px repeat-x, url(../images/bg11.png) center center;
  padding: 15rem 0; }
  main .section6 .section_wrapper .main_title {
    font-size: 3.8rem;
    color: #32bdb7;
    text-align: center;
    letter-spacing: 0.1rem;
    position: relative;
    display: table;
    margin: auto; }
    main .section6 .section_wrapper .main_title::before {
      content: "";
      display: block;
      position: absolute;
      background: url(../images/voice-title-parts2.svg) no-repeat center bottom/contain;
      width: 4rem;
      height: 4rem;
      left: -6.5rem;
      top: 2rem;
      margin: auto; }
    main .section6 .section_wrapper .main_title::after {
      content: "声";
      font-size: 6rem;
      display: block;
      position: absolute;
      background: url(../images/voice-title-parts3.svg) no-repeat center bottom/contain;
      width: 13rem;
      height: 13rem;
      right: -14rem;
      bottom: 1rem;
      margin: auto; }
    main .section6 .section_wrapper .main_title .dots {
      position: relative;
      letter-spacing: 0.3rem; }
      main .section6 .section_wrapper .main_title .dots::before {
        content: "";
        position: absolute;
        background: url(../images/dots-g.png) center center repeat-x;
        bottom: -1rem;
        right: 0;
        left: 0;
        margin: auto;
        width: 95%;
        height: 0.4rem; }
      main .section6 .section_wrapper .main_title .dots::before {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/img19.svg) no-repeat center center/contain;
        width: 25rem;
        height: 8rem;
        right: 0;
        left: 0;
        top: -12rem;
        margin: auto; }
    main .section6 .section_wrapper .main_title .icon_koe {
      font-size: 8rem;
      padding: 2.5rem;
      background: url(../images/voice-title-parts3.svg) no-repeat center center/contain; }
  main .section6 .section_wrapper .contents .contents_item {
    max-width: 128rem;
    width: calc(100% - 10rem);
    margin: 6rem auto 0; }
    main .section6 .section_wrapper .contents .contents_item .item_box {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-around;
      align-items: flex-start; }
      main .section6 .section_wrapper .contents .contents_item .item_box .img {
        max-width: 40%; }
        main .section6 .section_wrapper .contents .contents_item .item_box .img img {
          width: 100%; }
        main .section6 .section_wrapper .contents .contents_item .item_box .img .img2 {
          display: none; }
      main .section6 .section_wrapper .contents .contents_item .item_box .text_box {
        max-width: 40%;
        background: #fff;
        border-radius: 6rem;
        position: relative;
        padding: 4rem;
        margin-bottom: 5rem; }
        main .section6 .section_wrapper .contents .contents_item .item_box .text_box::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: -4rem;
          margin: auto;
          width: 0;
          height: 0;
          border-left: 4rem solid #fff;
          border-bottom: 4rem solid #fff;
          border-top: 4rem solid transparent;
          border-right: 4rem solid transparent;
          transform: rotate(45deg); }
        main .section6 .section_wrapper .contents .contents_item .item_box .text_box .title {
          background: #f788ac;
          color: #fff;
          line-height: 1;
          font-size: 2.9rem;
          text-align: left;
          position: relative;
          left: -4rem;
          padding: 1rem 0;
          margin-right: -4rem;
          letter-spacing: 0; }
          main .section6 .section_wrapper .contents .contents_item .item_box .text_box .title span {
            font-size: 2rem;
            display: inline-block; }
          main .section6 .section_wrapper .contents .contents_item .item_box .text_box .title::before {
            content: "";
            display: block;
            position: absolute;
            background: url(../images/fukidashi-parts4.png) no-repeat center center/contain;
            top: 0;
            bottom: 0;
            left: -6%;
            margin: auto;
            width: 10%;
            height: auto; }
          main .section6 .section_wrapper .contents .contents_item .item_box .text_box .title::after {
            content: "";
            display: block;
            position: absolute;
            background: url(../images/fukidashi-parts5.png) no-repeat center center/contain;
            top: 0;
            bottom: 0;
            right: -2.4rem;
            margin: auto;
            width: 2.5rem;
            height: auto; }
        main .section6 .section_wrapper .contents .contents_item .item_box .text_box .subtitle {
          margin: 3rem auto;
          border-bottom: dashed 1px #816d9c; }
          main .section6 .section_wrapper .contents .contents_item .item_box .text_box .subtitle img {
            max-width: 100%; }
        main .section6 .section_wrapper .contents .contents_item .item_box .text_box .text {
          line-height: 1.7; }
          main .section6 .section_wrapper .contents .contents_item .item_box .text_box .text .mark {
            color: #000;
            background: -moz-linear-gradient(bottom, #dce34b 40%, rgba(255, 255, 255, 0) 40%);
            background: -webkit-linear-gradient(bottom, #dce34b 40%, rgba(255, 255, 255, 0) 40%);
            background: linear-gradient(to top, #dce34b 40%, rgba(255, 255, 255, 0) 40%);
            font-size: larger; }
  main .section6 .section_wrapper .contents .contents_item2 {
    max-width: 128rem;
    width: calc(100% - 10rem);
    margin: 6rem auto 0; }
    main .section6 .section_wrapper .contents .contents_item2 .item_box {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-around;
      align-items: end; }
      main .section6 .section_wrapper .contents .contents_item2 .item_box .img {
        max-width: 40%; }
        main .section6 .section_wrapper .contents .contents_item2 .item_box .img img {
          width: 100%; }
      main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box {
        max-width: 40%;
        background: #fff;
        border-radius: 6rem;
        position: relative;
        padding: 4rem; }
        main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box::before {
          content: "";
          display: block;
          position: absolute;
          bottom: -3.8rem;
          left: 0;
          right: 0;
          margin: auto;
          width: 11rem;
          height: 3.8rem;
          background: url(../images/fukidashi-parts2.png) no-repeat center top; }
        main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box:nth-child(even) {
          margin-top: 8rem; }
          main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box:nth-child(even)::before {
            background: url(../images/fukidashi-parts3.png) no-repeat center top; }
        main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box .title {
          background: #816d9c;
          color: #fff;
          line-height: 1;
          font-size: 2.2rem;
          text-align: left;
          position: relative;
          left: -4rem;
          padding: 1rem 0;
          margin-right: -4rem;
          letter-spacing: 0; }
          main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box .title::before {
            content: "";
            display: block;
            position: absolute;
            background: url(../images/fukidashi-parts6.png) no-repeat center center/contain;
            top: 0;
            bottom: 0;
            left: -6%;
            margin: auto;
            width: 10%;
            height: auto; }
          main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box .title::after {
            content: "";
            display: block;
            position: absolute;
            background: url(../images/fukidashi-parts7.png) no-repeat center center/contain;
            top: 0;
            bottom: 0;
            right: -1.4rem;
            margin: auto;
            width: 1.5rem;
            height: auto; }
        main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box .text {
          padding: 2rem 0 0 0;
          line-height: 1.7; }
  main .section6 .section_wrapper .contents .contents_item3 {
    margin: 0 auto 5rem; }
    main .section6 .section_wrapper .contents .contents_item3 .title {
      font-size: 5.5rem;
      max-width: 128rem;
      width: calc(100% - 10rem);
      height: 20vw;
      margin: auto;
      background: url(../images/img18.png) no-repeat center bottom -1px/contain;
      position: relative; }
      main .section6 .section_wrapper .contents .contents_item3 .title .title_inner {
        position: relative;
        top: 10vw;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        display: block;
        width: 30rem;
        text-align: center; }
        main .section6 .section_wrapper .contents .contents_item3 .title .title_inner::before {
          content: "";
          display: block;
          position: absolute;
          background: url(../images/img20.svg) no-repeat center center/contain;
          height: 12rem;
          top: 0;
          right: 0;
          left: 0;
          margin: auto; }
    main .section6 .section_wrapper .contents .contents_item3 .hoikuen_list {
      background: #fff;
      max-width: 128rem;
      width: calc(100% - 10rem);
      margin: auto;
      list-style-type: none;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding: 2rem; }
      main .section6 .section_wrapper .contents .contents_item3 .hoikuen_list li {
        display: block;
        width: calc(20% - 2rem);
        margin: 1rem;
        border-radius: 1rem;
        line-height: 1.2;
        font-size: 1.3rem;
        letter-spacing: 0.1rem; }
        main .section6 .section_wrapper .contents .contents_item3 .hoikuen_list li img {
          width: 100%;
          border-radius: 1rem; }
    main .section6 .section_wrapper .contents .contents_item3 .hoikuen_list_footer {
      background: #fff;
      border-radius: 0 0 3rem 3rem;
      background: #fff;
      color: #00a87b;
      max-width: 128rem;
      width: calc(100% - 10rem);
      margin: auto;
      text-align: center;
      font-size: 2.5rem;
      line-height: 1;
      padding: 0 0 3rem 0; }
      main .section6 .section_wrapper .contents .contents_item3 .hoikuen_list_footer .mark {
        background: -moz-linear-gradient(bottom, #dce34b 40%, rgba(255, 255, 255, 0) 40%);
        background: -webkit-linear-gradient(bottom, #dce34b 40%, rgba(255, 255, 255, 0) 40%);
        background: linear-gradient(to top, #dce34b 40%, rgba(255, 255, 255, 0) 40%); }

@media screen and (max-width: 1100px) and (min-width: 768px) {
  main .section6 {
    background: url(../images/bg11-bottom.png) center bottom -1px repeat-x, url(../images/bg11-top.png) center top -1px repeat-x, url(../images/bg11.png) center center;
    padding: 15rem 0; }
    main .section6 .section_wrapper .main_title {
      font-size: 3.8rem;
      color: #32bdb7;
      text-align: center;
      letter-spacing: 0.1rem;
      position: relative;
      display: table;
      margin: auto; }
      main .section6 .section_wrapper .main_title::before {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/voice-title-parts2.svg) no-repeat center bottom/contain;
        width: 4rem;
        height: 4rem;
        left: -6.5rem;
        top: 2rem;
        margin: auto; }
      main .section6 .section_wrapper .main_title::after {
        content: "声";
        font-size: 6rem;
        display: block;
        position: absolute;
        background: url(../images/voice-title-parts3.svg) no-repeat center bottom/contain;
        width: 13rem;
        height: 13rem;
        right: -14rem;
        bottom: 1rem;
        margin: auto; }
      main .section6 .section_wrapper .main_title .dots {
        position: relative;
        letter-spacing: 0.3rem; }
        main .section6 .section_wrapper .main_title .dots::before {
          content: "";
          position: absolute;
          background: url(../images/dots-g.png) center center repeat-x;
          bottom: -1rem;
          right: 0;
          left: 0;
          margin: auto;
          width: 95%;
          height: 0.4rem; }
        main .section6 .section_wrapper .main_title .dots::before {
          content: "";
          display: block;
          position: absolute;
          background: url(../images/img19.svg) no-repeat center center/contain;
          width: 25rem;
          height: 8rem;
          right: 0;
          left: 0;
          top: -12rem;
          margin: auto; }
      main .section6 .section_wrapper .main_title .icon_koe {
        font-size: 8rem;
        padding: 2.5rem;
        background: url(../images/voice-title-parts3.svg) no-repeat center center/contain; }
    main .section6 .section_wrapper .contents .contents_item {
      max-width: 128rem;
      width: calc(100% - 10rem);
      margin: 6rem auto 0; }
      main .section6 .section_wrapper .contents .contents_item .item_box {
        display: block; }
        main .section6 .section_wrapper .contents .contents_item .item_box .img {
          max-width: 100%; }
          main .section6 .section_wrapper .contents .contents_item .item_box .img img {
            width: 100%; }
          main .section6 .section_wrapper .contents .contents_item .item_box .img .img1 {
            display: none; }
          main .section6 .section_wrapper .contents .contents_item .item_box .img .img2 {
            display: block;
            margin: 0 0 5rem 0; }
        main .section6 .section_wrapper .contents .contents_item .item_box .text_box {
          max-width: 100%;
          background: #fff;
          border-radius: 6rem;
          position: relative;
          padding: 4rem;
          margin-bottom: 5rem; }
          main .section6 .section_wrapper .contents .contents_item .item_box .text_box::before {
            content: "";
            display: block;
            position: absolute;
            top: -2rem;
            bottom: auto;
            left: 0;
            right: 0;
            margin: auto;
            width: 0;
            height: 0;
            border-left: 4rem solid #fff;
            border-bottom: 4rem solid transparent;
            border-top: 4rem solid #fff;
            border-right: 4rem solid transparent;
            transform: rotate(45deg); }
          main .section6 .section_wrapper .contents .contents_item .item_box .text_box .title {
            background: #f788ac;
            color: #fff;
            line-height: 1;
            font-size: 2.9rem;
            text-align: left;
            position: relative;
            left: -4rem;
            padding: 1rem 0;
            margin-right: -4rem;
            letter-spacing: 0; }
            main .section6 .section_wrapper .contents .contents_item .item_box .text_box .title span {
              font-size: 2rem;
              display: inline-block; }
            main .section6 .section_wrapper .contents .contents_item .item_box .text_box .title::before {
              content: "";
              display: block;
              position: absolute;
              background: url(../images/fukidashi-parts4.png) no-repeat center center/contain;
              top: 0;
              bottom: 0;
              left: -5%;
              margin: auto;
              width: 10%;
              height: auto; }
            main .section6 .section_wrapper .contents .contents_item .item_box .text_box .title::after {
              content: "";
              display: block;
              position: absolute;
              background: url(../images/fukidashi-parts5.png) no-repeat center center/contain;
              top: 0;
              bottom: 0;
              right: -2rem;
              margin: auto;
              width: 2.5rem;
              height: auto; }
          main .section6 .section_wrapper .contents .contents_item .item_box .text_box .subtitle {
            margin: 3rem 0;
            border-bottom: dashed 1px #816d9c; }
            main .section6 .section_wrapper .contents .contents_item .item_box .text_box .subtitle img {
              max-height: 7rem; }
    main .section6 .section_wrapper .contents .contents_item3 .hoikuen_list li {
      width: 30%; } }

main .section7 {
  background: url(../images/bg3.png) no-repeat center top/140rem, url(../images/bg4.png) no-repeat center bottom/140rem;
  padding: 10rem 0; }
  main .section7 .section_wrapper .title {
    font-family: 'mamelon';
    font-size: 3.8rem;
    color: #00a87b;
    text-align: center;
    letter-spacing: 0.1rem; }
    main .section7 .section_wrapper .title .sub_title {
      font-size: 3rem; }
    main .section7 .section_wrapper .title .img1st {
      width: 5rem;
      margin: 0 5rem 0 5rem; }
    main .section7 .section_wrapper .title .img2nd {
      width: 5rem;
      margin: 1rem 5rem -1rem 5rem; }
    main .section7 .section_wrapper .title .main_title {
      display: table;
      line-height: 0;
      margin: -2rem auto; }
      main .section7 .section_wrapper .title .main_title .small {
        font-size: smaller; }
    main .section7 .section_wrapper .title .dots {
      position: relative;
      font-size: 6rem; }
      main .section7 .section_wrapper .title .dots::before {
        content: "";
        position: absolute;
        background: url(../images/dots-g.png) center center repeat-x;
        bottom: -2rem;
        right: 0;
        left: 0;
        margin: auto;
        width: 95%;
        height: 0.4rem; }
  main .section7 .section_wrapper .contents {
    /* CSS for CodePen */ }
    main .section7 .section_wrapper .contents .accordion-container {
      position: relative;
      max-width: 128rem;
      width: calc(100% - 10rem);
      margin: auto; }
    main .section7 .section_wrapper .contents .accordion-container .article-title {
      display: block;
      position: relative; }
    main .section7 .section_wrapper .contents .article-title {
      position: relative;
      border-bottom: dashed 2px #aebdc5;
      color: #816d9c;
      padding: 1rem 2rem; }
    main .section7 .section_wrapper .contents .article-title.even {
      color: #f788ac; }
    main .section7 .section_wrapper .contents .article-title:after {
      content: "▼";
      position: absolute;
      right: 25px;
      top: 15%;
      transition: all 0.2s ease-in-out;
      display: block; }
    main .section7 .section_wrapper .contents .article-title.open:after {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
      top: 15%; }
    main .section7 .section_wrapper .contents .accordion-content {
      display: none;
      padding: 4rem 4rem 4rem 7rem;
      background: #f1f1f1;
      border-radius: 0 0 3rem 3rem;
      line-height: 1.8;
      font-size: 2rem; }
      main .section7 .section_wrapper .contents .accordion-content p span {
        font-size: smaller;
        color: #999; }
    main .section7 .section_wrapper .contents .accordion-container {
      max-width: 128rem;
      width: calc(100% - 10rem);
      margin: 1.875em auto;
      font-size: 2.5rem; }
      main .section7 .section_wrapper .contents .accordion-container .icon {
        font-size: 3rem; }

main .section8 {
  background: url(../images/bg12-bottom.png) center bottom repeat-x, url(../images/bg12-top.png) center top repeat-x, url(../images/bg12.png) center center;
  padding: 13rem 0; }
  main .section8 .section_wrapper .title {
    font-size: 3.8rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 2;
    margin: 0 0 4rem 0; }
    main .section8 .section_wrapper .title .icon {
      width: 8rem;
      height: 8rem;
      display: block;
      margin: auto; }
    main .section8 .section_wrapper .title .dots {
      position: relative;
      color: #fff;
      letter-spacing: 0.3rem; }
      main .section8 .section_wrapper .title .dots::before {
        content: "";
        position: absolute;
        background: url(../images/dots-w.png) center center repeat-x;
        bottom: -1rem;
        right: 0;
        left: 0;
        margin: auto;
        width: 95%;
        height: 0.4rem; }
  main .section8 .section_wrapper .contents .text {
    font-size: 2.4rem;
    color: #fff;
    text-align: center; }
  main .section8 .section_wrapper .contents .text_border {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    display: table;
    margin: 2rem auto;
    padding: 0 4rem;
    border-radius: 2rem; }
  main .section8 .section_wrapper .contents .item_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin: 4rem 0 1rem; }
    main .section8 .section_wrapper .contents .item_wrapper .item {
      background: #fff;
      width: 31rem;
      height: 31rem;
      border-radius: 15.5rem;
      position: relative;
      text-align: center;
      margin: 2rem; }
      main .section8 .section_wrapper .contents .item_wrapper .item .number {
        position: absolute;
        left: 0;
        top: 0;
        background: #f788ac;
        color: #fff;
        font-weight: 600;
        padding: 0 3rem;
        line-height: 2;
        border-radius: 1.5rem; }
      main .section8 .section_wrapper .contents .item_wrapper .item .text_box {
        margin-top: 7.5rem; }
        main .section8 .section_wrapper .contents .item_wrapper .item .text_box .text {
          color: #00a87b;
          line-height: 1.8; }
          main .section8 .section_wrapper .contents .item_wrapper .item .text_box .text .price {
            font-size: 4rem;
            color: #f788ac; }
            main .section8 .section_wrapper .contents .item_wrapper .item .text_box .text .price .en {
              font-size: 2.3rem; }
            main .section8 .section_wrapper .contents .item_wrapper .item .text_box .text .price .getsu {
              font-size: 2.3rem;
              color: #4d4d4d; }
          main .section8 .section_wrapper .contents .item_wrapper .item .text_box .text .zei {
            font-size: 2rem; }
    main .section8 .section_wrapper .contents .item_wrapper .plan2 .number {
      background: #816d9c; }
    main .section8 .section_wrapper .contents .item_wrapper .plan2 .text_box {
      margin-top: 12rem; }
      main .section8 .section_wrapper .contents .item_wrapper .plan2 .text_box .text {
        color: #816d9c;
        line-height: 1.8; }
        main .section8 .section_wrapper .contents .item_wrapper .plan2 .text_box .text .ikkatsu {
          font-size: 4rem;
          line-height: 0; }
        main .section8 .section_wrapper .contents .item_wrapper .plan2 .text_box .text .kaikiri {
          font-size: 2rem; }
  main .section8 .section_wrapper .contents .text_sub {
    font-size: 1.4rem;
    text-align: center;
    color: #fff; }
  main .section8 .section_wrapper .contents .setplan {
    margin-top: 5rem; }
    main .section8 .section_wrapper .contents .setplan .title {
      background: #dce34b;
      color: #4d4d4d;
      font-size: 3rem;
      display: table;
      margin: 0 auto -3rem;
      z-index: 1;
      position: relative;
      border-radius: 3rem;
      line-height: 1.5;
      letter-spacing: 0;
      padding: 0 3rem; }
    main .section8 .section_wrapper .contents .setplan .plan_wrapper {
      background: #fff;
      border-radius: 3rem;
      max-width: 128rem;
      width: calc(100% - 10rem);
      margin: auto;
      padding: 4.5rem 2rem 2rem;
      text-align: center;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-around;
      align-items: center; }
      main .section8 .section_wrapper .contents .setplan .plan_wrapper .text_box {
        text-align: left; }
        main .section8 .section_wrapper .contents .setplan .plan_wrapper .text_box .text {
          font-size: 2rem;
          color: #4d4d4d;
          line-height: 1.5; }
          main .section8 .section_wrapper .contents .setplan .plan_wrapper .text_box .text .marker {
            font-size: 2.8rem;
            color: #32bdb7;
            background: -moz-linear-gradient(bottom, #dce34b 40%, rgba(255, 255, 255, 0) 40%);
            background: -webkit-linear-gradient(bottom, #dce34b 40%, rgba(255, 255, 255, 0) 40%);
            background: linear-gradient(to top, #dce34b 40%, rgba(255, 255, 255, 0) 40%); }
  main .section8 .section_wrapper .contents .hojyo {
    border: 2px solid #fff;
    max-width: 128rem;
    width: calc(100% - 10rem);
    margin: 5rem auto;
    border-radius: 3rem; }
    main .section8 .section_wrapper .contents .hojyo .title {
      color: #fff;
      font-size: 3rem;
      font-weight: bold;
      margin: 1rem auto 0;
      letter-spacing: 0; }
    main .section8 .section_wrapper .contents .hojyo .text {
      color: #fff;
      font-size: 1.6rem;
      line-height: 1.8;
      padding: 0 4rem 4rem; }
      main .section8 .section_wrapper .contents .hojyo .text .subtitle {
        font-size: 2rem;
        text-decoration: underline; }
        main .section8 .section_wrapper .contents .hojyo .text .subtitle span {
          display: inline-block;
          text-decoration: underline; }
      main .section8 .section_wrapper .contents .hojyo .text .subtitle2 {
        margin: 2rem;
        font-size: larger; }

main .section9 {
  background: url(../images/bg3.png) no-repeat center top/140rem, url(../images/bg4.png) no-repeat center bottom/140rem;
  padding: 10rem 0; }
  main .section9 .section_wrapper .title {
    font-family: 'mamelon';
    font-size: 5rem;
    color: #32bdb7;
    text-align: center;
    line-height: 1.5; }
    main .section9 .section_wrapper .title .sub_title {
      font-size: 3rem; }
    main .section9 .section_wrapper .title .dots {
      position: relative; }
      main .section9 .section_wrapper .title .dots::before {
        content: "";
        position: absolute;
        background: url(../images/dots-g.png) center center repeat-x;
        bottom: -2rem;
        right: 0;
        left: 0;
        margin: auto;
        width: 95%;
        height: 0.4rem; }
  main .section9 .section_wrapper .contents {
    margin: 10vw 0 0; }
    main .section9 .section_wrapper .contents .movie-wrap {
      position: relative;
      padding-bottom: 56.25%;
      /*アスペクト比 16:9の場合の縦幅*/
      height: 0;
      overflow: hidden; }
    main .section9 .section_wrapper .contents .movie-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 90%;
      height: 90%;
      margin: auto;
      max-width: 854px;
      max-height: 480px; }

@media screen and (min-width: 960px) {
  main .section9 .section_wrapper .contents {
    margin: 10rem 0 0; }
    main .section9 .section_wrapper .contents .movie-wrap {
      position: relative;
      padding-bottom: 54rem;
      /*アスペクト比 16:9の場合の縦幅*/
      height: 0;
      overflow: hidden; } }

main .section10 {
  background: url(../images/bg1-bottom.png) -20rem bottom repeat-x, url(../images/bg1-top.png) 30rem top repeat-x, url(../images/bg1.png) center center; }
  main .section10 .section_wrapper {
    position: relative;
    height: 50rem; }
    main .section10 .section_wrapper .contact {
      max-width: 128rem;
      width: calc(100% - 10rem);
      margin: auto;
      height: 40rem;
      display: block;
      border-radius: 3rem;
      position: relative;
      top: 13rem;
      right: 0;
      left: 0;
      box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
      transition: 0.5s;
      z-index: 1; }
      main .section10 .section_wrapper .contact:hover {
        transform: scale(1.01);
        filter: 10px 10px 15px rgba(0, 0, 0, 0.2); }
      main .section10 .section_wrapper .contact::before {
        content: "";
        background: url(../images/bebisapo_logo2.svg) no-repeat center center/contain;
        width: 35rem;
        height: 7rem;
        display: block;
        position: absolute;
        right: 2rem;
        bottom: 2rem; }
      main .section10 .section_wrapper .contact::after {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/bg_contact.png) center center/cover;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
        transition: 0.3s;
        border-radius: 3rem; }
      main .section10 .section_wrapper .contact:hover::after {
        transform: scale(1.02); }
      main .section10 .section_wrapper .contact .text_wrap {
        display: block;
        text-align: center;
        padding: 9rem 0 0 5rem;
        width: 35%; }
        main .section10 .section_wrapper .contact .text_wrap .title {
          background: #32bdb7;
          color: #fff;
          font-size: 3rem;
          padding: 1rem;
          margin: 1rem 0;
          border-radius: 3rem;
          display: block;
          line-height: 1; }
        main .section10 .section_wrapper .contact .text_wrap .text {
          color: #816d9c;
          line-height: 1.8;
          display: block;
          margin: 3rem 0; }

.footer {
  padding: 20rem 0;
  text-align: center; }
  .footer .logo img {
    width: 27rem; }
  .footer .footnav li {
    display: inline-block;
    margin: 6rem 3rem; }
    .footer .footnav li a {
      color: #00a87b; }
      .footer .footnav li a:hover {
        color: #f788ac; }
  .footer .tpw_logo img {
    width: 13rem; }
  .footer .cr {
    margin: 5rem 0 0;
    color: #00a87b; }
    .footer .cr a {
      color: #00a87b; }

@media screen and (max-width: 768px) {
  .sp {
    display: block !important; }
  .pc {
    display: none !important; }
  /*タブレット縦*/
  header {
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    padding: 1rem 2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
    background: -moz-linear-gradient(top, #FFF, rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(top, #FFF, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0)); }
    header .site_title {
      width: 14rem; }
      header .site_title .logo {
        width: 100%;
        height: 43px; }
    header .gnav .contact {
      position: absolute;
      right: -1.5rem;
      top: -0.5rem;
      z-index: 100; }
      header .gnav .contact a {
        background-color: #32bdb7;
        display: block;
        padding: 0;
        line-height: 7;
        border-radius: 10rem;
        color: #fff;
        position: relative;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
        width: 5rem;
        height: 5rem;
        font-size: 1rem;
        text-align: center; }
        header .gnav .contact a::before {
          position: absolute;
          top: -10px;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          z-index: 100;
          width: 20px;
          height: 20px; }
        header .gnav .contact a::after {
          content: none; }
  main .keyvisual {
    position: relative;
    padding-top: 6rem;
    margin-bottom: -10rem; }
    main .keyvisual .copy {
      font-size: 5rem;
      color: #f788ac;
      position: absolute;
      left: 2rem;
      right: auto;
      top: 100vw;
      bottom: 0;
      margin: auto;
      z-index: 100;
      height: 20rem; }
    main .keyvisual .slider {
      max-width: 95%;
      width: 95%;
      margin: auto; }
      main .keyvisual .slider img {
        height: auto;
        width: 100%; }
  main .section1 {
    background: url(../images/bg1-bottom.png) -20rem bottom repeat-x, url(../images/bg1-top.png) 30rem top repeat-x, url(../images/bg1.png) center center;
    padding: 30rem 0 15rem; }
    main .section1 .section_wrapper .copy {
      font-size: 2.5rem;
      color: #fff;
      margin: 0 auto 20rem;
      text-align: center;
      position: relative;
      z-index: 1; }
      main .section1 .section_wrapper .copy::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 150%;
        top: 30rem;
        bottom: 0;
        margin: auto;
        z-index: -1;
        background: url(../images/bg13-sp.png) no-repeat center center/contain; }
      main .section1 .section_wrapper .copy span {
        display: table;
        margin: 1rem auto;
        padding: 0 2rem;
        background: #f788ac;
        border-radius: 10rem;
        line-height: 1.7;
        letter-spacing: 0.5rem; }
    main .section1 .section_wrapper .copy_sub {
      font-size: 2rem;
      text-align: center; }
      main .section1 .section_wrapper .copy_sub span {
        color: #00a87b;
        position: relative;
        display: table;
        margin: auto; }
        main .section1 .section_wrapper .copy_sub span::before {
          content: "";
          position: absolute;
          background: url(../images/wave-green.png) center center repeat-x;
          bottom: 0.5rem;
          right: 0;
          left: 0;
          margin: auto;
          width: 95%;
          height: 0.4rem; }
    main .section1 .section_wrapper .wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: end;
      flex-wrap: wrap;
      position: relative;
      max-width: 128rem;
      margin: 5rem auto -2rem; }
      main .section1 .section_wrapper .wrapper img {
        max-width: 40rem;
        margin: auto; }
  main .section2 .section_wrapper .title {
    font-size: 2.2rem;
    color: #00a87b;
    text-align: center;
    letter-spacing: 0.1rem; }
    main .section2 .section_wrapper .title span {
      display: block;
      line-height: 1.8; }
  main .section2 .section_wrapper .product {
    max-width: 95%;
    width: 95%;
    height: 40vw;
    margin: auto;
    background: url(../images/img4.png) no-repeat center center/contain; }
  main .section3 {
    padding: 5rem 0 0; }
    main .section3 .section_wrapper .title {
      font-size: 2.5rem;
      color: #00a87b;
      text-align: center;
      letter-spacing: 0.1rem; }
      main .section3 .section_wrapper .title img {
        width: 20rem;
        margin-bottom: -0.5rem; }
      main .section3 .section_wrapper .title span {
        display: table;
        line-height: 1.8;
        margin: auto; }
      main .section3 .section_wrapper .title .dots {
        position: relative; }
        main .section3 .section_wrapper .title .dots::before {
          content: "";
          position: absolute;
          background: url(../images/dots-g.png) center center repeat-x;
          bottom: -1rem;
          right: 0;
          left: 0;
          margin: auto;
          width: 95%;
          height: 0.4rem; }
    main .section3 .section_wrapper .contents {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      max-width: 95%;
      width: 95%;
      margin: 4rem auto; }
      main .section3 .section_wrapper .contents .contents_item {
        width: 80%;
        margin: 5%;
        position: relative; }
        main .section3 .section_wrapper .contents .contents_item:nth-child(3n-1) {
          margin-top: 2rem; }
        main .section3 .section_wrapper .contents .contents_item:nth-child(even) {
          margin-top: 2rem; }
        main .section3 .section_wrapper .contents .contents_item .number {
          position: absolute;
          font-family: 'Lato';
          font-size: 2.5rem;
          font-weight: 900;
          color: #fff;
          display: block;
          background: #f788ac;
          border-radius: 30rem;
          width: 5rem;
          height: 5rem;
          text-align: center;
          line-height: 2; }
        main .section3 .section_wrapper .contents .contents_item .img img {
          width: 100%; }
        main .section3 .section_wrapper .contents .contents_item .text_box {
          background: #dce34b;
          border-radius: 3rem;
          margin-top: -5rem;
          position: relative; }
          main .section3 .section_wrapper .contents .contents_item .text_box .title {
            font-size: 2rem;
            position: relative; }
            main .section3 .section_wrapper .contents .contents_item .text_box .title::after {
              content: "";
              width: 5rem;
              border-bottom: solid 2px #00a87b;
              display: block;
              position: absolute;
              right: 0;
              left: 0;
              margin: auto;
              bottom: 0; }
          main .section3 .section_wrapper .contents .contents_item .text_box .text {
            padding: 1rem 2rem 3rem;
            line-height: 1.6; }
  main .section4 {
    background: url(../images/bg5-bottom.png) center bottom repeat-x, url(../images/bg5-top.png) center top repeat-x, url(../images/bg14.png) center center, url(../images/bg5.png) center center;
    padding: 10rem 0; }
    main .section4 .section_wrapper .title {
      font-size: 2.5rem;
      color: #fff;
      text-align: center;
      letter-spacing: 0.1rem; }
      main .section4 .section_wrapper .title .bebisapo {
        display: block;
        line-height: 1;
        margin-bottom: -1rem; }
      main .section4 .section_wrapper .title .dots {
        position: relative;
        color: #dce34b;
        letter-spacing: 0.3rem; }
        main .section4 .section_wrapper .title .dots::before {
          content: "";
          position: absolute;
          background: url(../images/dots-w.png) center center repeat-x;
          bottom: -1rem;
          right: 0;
          left: 0;
          margin: auto;
          width: 95%;
          height: 0.4rem; }
        main .section4 .section_wrapper .title .dots .before {
          color: #00a87b;
          margin: 0 1rem; }
        main .section4 .section_wrapper .title .dots .after {
          color: #f788ac;
          margin: 0 1rem; }
        main .section4 .section_wrapper .title .dots .arrow {
          margin-bottom: -4px;
          width: 30px; }
    main .section4 .section_wrapper .contents .contents_item {
      max-width: 95%;
      width: 95%;
      margin: 5rem auto 0; }
      main .section4 .section_wrapper .contents .contents_item .number {
        background: #dce34b;
        font-size: 2rem;
        padding: 0 3rem;
        border-radius: 3rem;
        display: table;
        margin: -2rem auto 0;
        line-height: 1.8; }
      main .section4 .section_wrapper .contents .contents_item .item_box {
        font-size: 2rem;
        line-height: 1.5;
        display: block;
        background: url(../images/arrow-bg-sp.svg) center 42% no-repeat;
        background-size: 4rem; }
        main .section4 .section_wrapper .contents .contents_item .item_box .before {
          padding: 1.5rem 0 4rem 0;
          border-right: none;
          position: relative;
          color: #00a87b;
          width: 100%; }
          main .section4 .section_wrapper .contents .contents_item .item_box .before .illust {
            width: 80%;
            margin: auto;
            height: 18rem; }
          main .section4 .section_wrapper .contents .contents_item .item_box .before span {
            position: absolute;
            left: 0;
            right: auto;
            top: 2rem;
            margin: auto;
            font-family: 'Lato';
            font-size: 1.2rem;
            font-weight: 900;
            color: #fff;
            display: block;
            background: #00a87b;
            border-radius: 30rem;
            width: 5rem;
            height: 5rem;
            text-align: center;
            line-height: 4.2; }
        main .section4 .section_wrapper .contents .contents_item .item_box .after {
          padding: 4rem 0 1.5rem 0;
          position: relative;
          color: #f788ac;
          width: 100%; }
          main .section4 .section_wrapper .contents .contents_item .item_box .after span {
            position: absolute;
            left: 0;
            right: auto;
            top: 2rem;
            margin: auto;
            position: absolute;
            font-family: 'Lato';
            font-size: 1.8rem;
            font-weight: 900;
            color: #fff;
            display: block;
            background: #f788ac;
            border-radius: 30rem;
            width: 8rem;
            height: 8rem;
            text-align: center;
            line-height: 4.2; }
  main .section5 {
    background: url(../images/bg3.png) no-repeat center top/140rem, url(../images/bg4.png) no-repeat center bottom/140rem;
    padding: 10rem 0 0; }
    main .section5 .section_wrapper .title {
      font-size: 2.5rem;
      color: #00a87b;
      text-align: center;
      letter-spacing: 0.1rem; }
      main .section5 .section_wrapper .title img {
        width: 20rem;
        margin-bottom: -0.5rem; }
      main .section5 .section_wrapper .title span {
        display: table;
        line-height: 1.8;
        margin: auto; }
      main .section5 .section_wrapper .title .dots {
        position: relative; }
        main .section5 .section_wrapper .title .dots::before {
          content: "";
          position: absolute;
          background: url(../images/dots-g.png) center center repeat-x;
          bottom: -1rem;
          right: 0;
          left: 0;
          margin: auto;
          width: 95%;
          height: 0.4rem; }
    main .section5 .section_wrapper .contents {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: left;
      flex-wrap: wrap;
      max-width: 95%;
      width: 95%;
      margin: 5rem auto;
      align-items: end; }
      main .section5 .section_wrapper .contents .contents_item {
        width: 90%;
        margin: 5%;
        position: relative;
        border-radius: 3rem;
        padding: 1rem;
        margin-bottom: 5%; }
        main .section5 .section_wrapper .contents .contents_item .number {
          position: absolute;
          font-family: 'Lato';
          font-size: 3rem;
          font-weight: 900;
          color: #fff;
          display: block;
          background: #f788ac;
          border-radius: 30rem;
          width: 6rem;
          height: 6rem;
          text-align: center;
          line-height: 0;
          margin: -3rem 0 0 -3rem; }
          main .section5 .section_wrapper .contents .contents_item .number span {
            display: table;
            font-size: 1.2rem;
            margin: auto;
            line-height: 3; }
        main .section5 .section_wrapper .contents .contents_item .img {
          text-align: center; }
          main .section5 .section_wrapper .contents .contents_item .img img {
            width: 60%; }
        main .section5 .section_wrapper .contents .contents_item .text_box .title {
          font-size: 2rem;
          position: relative;
          line-height: 1.3; }
        main .section5 .section_wrapper .contents .contents_item .text_box .text {
          padding: 1rem;
          line-height: 1.6; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(1) {
          background: url(../images/bg6.png) center center/cover; }
          main .section5 .section_wrapper .contents .contents_item:nth-child(1) .number {
            background: #00a87b; }
          main .section5 .section_wrapper .contents .contents_item:nth-child(1) .text_box .title {
            color: #00a87b; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(2) {
          background: url(../images/bg7.png) center center/cover; }
          main .section5 .section_wrapper .contents .contents_item:nth-child(2) .number {
            background: #dce34b;
            color: #4d4d4d; }
          main .section5 .section_wrapper .contents .contents_item:nth-child(2) .text_box .title {
            color: #4d4d4d; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(3) {
          background: url(../images/bg8.png) center center/cover; }
          main .section5 .section_wrapper .contents .contents_item:nth-child(3) .number {
            background: #f788ac; }
          main .section5 .section_wrapper .contents .contents_item:nth-child(3) .text_box .title {
            color: #f788ac; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(4) {
          background: url(../images/bg9.png) center center/cover; }
          main .section5 .section_wrapper .contents .contents_item:nth-child(4) .number {
            background: #816d9c; }
          main .section5 .section_wrapper .contents .contents_item:nth-child(4) .text_box .title {
            color: #816d9c; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(5) {
          background: url(../images/bg10.png) center center/cover; }
          main .section5 .section_wrapper .contents .contents_item:nth-child(5) .number {
            background: #69d0f0; }
          main .section5 .section_wrapper .contents .contents_item:nth-child(5) .text_box .title {
            color: #69d0f0; }
        main .section5 .section_wrapper .contents .contents_item:nth-child(even) {
          margin-top: 5%; }
  main .section6 {
    background: url(../images/bg11-bottom.png) center bottom repeat-x, url(../images/bg11-top.png) center top repeat-x, url(../images/bg11.png) center center;
    padding: 10rem 0; }
    main .section6 .section_wrapper .main_title {
      font-size: 2.5rem;
      color: #32bdb7;
      text-align: center;
      letter-spacing: 0.1rem;
      position: relative;
      display: table;
      margin: auto; }
      main .section6 .section_wrapper .main_title::before {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/voice-title-parts2.svg) no-repeat center bottom/contain;
        width: 3rem;
        height: 3rem;
        left: -4rem;
        top: 2rem;
        margin: auto; }
      main .section6 .section_wrapper .main_title::after {
        content: "声";
        font-size: 4rem;
        line-height: 2;
        display: block;
        position: absolute;
        background: url(../images/voice-title-parts3.svg) no-repeat center bottom/contain;
        width: 6rem;
        height: 6rem;
        right: -6rem;
        bottom: 2rem;
        margin: auto; }
      main .section6 .section_wrapper .main_title .dots {
        position: relative;
        letter-spacing: 0.3rem; }
        main .section6 .section_wrapper .main_title .dots::before {
          content: "";
          position: absolute;
          background: url(../images/dots-g.png) center center repeat-x;
          bottom: -1rem;
          right: 0;
          left: 0;
          margin: auto;
          width: 95%;
          height: 0.4rem; }
        main .section6 .section_wrapper .main_title .dots::before {
          content: "";
          display: block;
          position: absolute;
          background: url(../images/img19.svg) no-repeat center center/contain;
          width: 17rem;
          height: 3rem;
          right: 0;
          left: 0;
          top: -10rem;
          margin: auto; }
      main .section6 .section_wrapper .main_title .icon_koe {
        font-size: 8rem;
        padding: 2.5rem;
        background: url(../images/voice-title-parts3.svg) no-repeat center center/contain; }
    main .section6 .section_wrapper .contents .contents_item {
      max-width: 95%;
      width: 95%;
      margin: 4rem auto 0; }
      main .section6 .section_wrapper .contents .contents_item .item_box {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap; }
        main .section6 .section_wrapper .contents .contents_item .item_box .img {
          max-width: 95%; }
          main .section6 .section_wrapper .contents .contents_item .item_box .img img {
            width: 100%; }
        main .section6 .section_wrapper .contents .contents_item .item_box .text_box {
          max-width: 95%;
          background: #fff;
          border-radius: 3rem;
          position: relative;
          padding: 2rem 2rem 3rem; }
          main .section6 .section_wrapper .contents .contents_item .item_box .text_box::before {
            content: "";
            display: block;
            position: absolute;
            top: -1rem;
            bottom: auto;
            left: 0;
            right: 0;
            width: 0;
            height: 0;
            margin: auto;
            border-left: 4rem solid #fff;
            border-bottom: 4rem solid #fff;
            border-top: 4rem solid transparent;
            border-right: 4rem solid transparent;
            transform: rotate(135deg); }
          main .section6 .section_wrapper .contents .contents_item .item_box .text_box .title {
            background: #f788ac;
            color: #fff;
            line-height: 1;
            font-size: 2.2rem;
            text-align: left;
            position: relative;
            left: -2rem;
            padding: 1rem 0;
            margin-right: -1rem;
            letter-spacing: 0; }
            main .section6 .section_wrapper .contents .contents_item .item_box .text_box .title span {
              font-size: 1.6rem;
              display: inline-block; }
            main .section6 .section_wrapper .contents .contents_item .item_box .text_box .title::before {
              content: "";
              display: block;
              position: absolute;
              background: url(../images/fukidashi-parts4.png) no-repeat center center/contain;
              top: 0;
              bottom: 0;
              left: -5%;
              margin: auto;
              width: 10%;
              height: auto; }
            main .section6 .section_wrapper .contents .contents_item .item_box .text_box .title::after {
              content: "";
              display: block;
              position: absolute;
              background: url(../images/fukidashi-parts5.png) no-repeat center center/contain;
              top: 0;
              bottom: 0;
              right: -4.5rem;
              margin: auto;
              width: 8rem;
              height: auto; }
          main .section6 .section_wrapper .contents .contents_item .item_box .text_box .subtitle {
            margin: 3rem auto;
            border-bottom: dashed 1px #816d9c; }
          main .section6 .section_wrapper .contents .contents_item .item_box .text_box .text {
            line-height: 1.7; }
    main .section6 .section_wrapper .contents .contents_item2 {
      max-width: 95%;
      width: 95%;
      margin: 6rem auto 0; }
      main .section6 .section_wrapper .contents .contents_item2 .item_box {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: end; }
        main .section6 .section_wrapper .contents .contents_item2 .item_box .img {
          max-width: 95%; }
          main .section6 .section_wrapper .contents .contents_item2 .item_box .img img {
            width: 100%; }
        main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box {
          max-width: 95%;
          background: #fff;
          border-radius: 3rem;
          position: relative;
          padding: 2rem; }
          main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box::before {
            content: none;
            display: block;
            position: absolute;
            bottom: -3.8rem;
            left: 0;
            right: 0;
            margin: auto;
            width: 11rem;
            height: 3.8rem;
            background: url(../images/fukidashi-parts2.png) no-repeat center top; }
          main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box:nth-child(even) {
            margin-top: 4rem; }
            main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box:nth-child(even)::before {
              background: url(../images/fukidashi-parts3.png) no-repeat center top; }
          main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box .title {
            background: #816d9c;
            color: #fff;
            line-height: 1;
            font-size: 2rem;
            text-align: left;
            position: relative;
            left: -2rem;
            padding: 1rem 0;
            margin-right: -1rem;
            letter-spacing: 0; }
            main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box .title::before {
              content: "";
              display: block;
              position: absolute;
              background: url(../images/fukidashi-parts6.png) no-repeat center center/contain;
              top: 0;
              bottom: 0;
              left: -0.9rem;
              margin: auto;
              width: 1rem;
              height: auto; }
            main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box .title::after {
              content: "";
              display: block;
              position: absolute;
              background: url(../images/fukidashi-parts7.png) no-repeat center center/contain;
              top: 0;
              bottom: 0;
              right: -1.5rem;
              margin: auto;
              width: 2rem;
              height: auto; }
          main .section6 .section_wrapper .contents .contents_item2 .item_box .text_box .text {
            padding: 2rem 0 0 0;
            line-height: 1.7; }
    main .section6 .section_wrapper .contents .contents_item3 {
      margin: 2.5rem auto; }
      main .section6 .section_wrapper .contents .contents_item3 .title {
        font-size: 2.5rem;
        max-width: 95%;
        width: 95%;
        height: 20vw;
        margin: auto;
        background: url(../images/img18.png) no-repeat center bottom/contain;
        position: relative; }
        main .section6 .section_wrapper .contents .contents_item3 .title .title_inner {
          position: relative;
          top: 10vw;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          display: table; }
          main .section6 .section_wrapper .contents .contents_item3 .title .title_inner::before {
            content: "";
            display: block;
            position: absolute;
            background: url(../images/img20.svg) no-repeat center center/contain;
            width: 15rem;
            height: 5rem;
            right: 0;
            left: -2.5rem;
            margin: auto; }
      main .section6 .section_wrapper .contents .contents_item3 .hoikuen_list {
        background: #fff;
        max-width: 95%;
        width: 95%;
        margin: auto;
        list-style-type: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 2rem; }
        main .section6 .section_wrapper .contents .contents_item3 .hoikuen_list li {
          display: block;
          width: 40%;
          margin: 1rem;
          border-radius: 1rem; }
      main .section6 .section_wrapper .contents .contents_item3 .hoikuen_list_footer {
        background: #fff;
        max-width: 95%;
        width: 95%;
        margin: auto;
        color: #00a87b;
        text-align: center;
        font-size: 2.5rem;
        line-height: 1;
        padding: 0 0 3rem 0; }
  main .section7 {
    background: url(../images/bg3.png) no-repeat center top/140rem, url(../images/bg4.png) no-repeat center bottom/140rem;
    padding: 10rem 0 7rem; }
    main .section7 .section_wrapper .title {
      font-family: 'mamelon';
      font-size: 2.5rem;
      color: #00a87b;
      text-align: center;
      letter-spacing: 0.1rem; }
      main .section7 .section_wrapper .title .sub_title {
        font-size: 2rem; }
      main .section7 .section_wrapper .title .img1st {
        width: 4rem;
        margin: 0 3rem -1rem 3rem; }
      main .section7 .section_wrapper .title .img2nd {
        width: 4rem;
        margin: 1rem 3rem -1.5rem 3rem; }
      main .section7 .section_wrapper .title .main_title {
        display: table;
        line-height: 0;
        margin: -2rem auto; }
        main .section7 .section_wrapper .title .main_title .small {
          font-size: smaller; }
      main .section7 .section_wrapper .title .dots {
        position: relative;
        font-size: 2.5rem; }
        main .section7 .section_wrapper .title .dots::before {
          content: "";
          position: absolute;
          background: url(../images/dots-g.png) center center repeat-x;
          bottom: -2rem;
          right: 0;
          left: 0;
          margin: auto;
          width: 95%;
          height: 0.4rem; }
    main .section7 .section_wrapper .contents {
      /* CSS for CodePen */ }
      main .section7 .section_wrapper .contents .accordion-container {
        position: relative;
        max-width: 95%;
        width: 95%;
        margin: auto; }
      main .section7 .section_wrapper .contents .accordion-container .article-title {
        display: block;
        position: relative; }
      main .section7 .section_wrapper .contents .article-title {
        position: relative;
        border-bottom: dashed 2px #aebdc5;
        color: #816d9c;
        padding: 1rem 2rem;
        line-height: 1.5;
        font-size: 1.8rem; }
      main .section7 .section_wrapper .contents .article-title.even {
        color: #f788ac; }
      main .section7 .section_wrapper .contents .article-title:after {
        content: "▼";
        position: absolute;
        right: 5px;
        top: 35%;
        transition: all 0.2s ease-in-out;
        display: block; }
      main .section7 .section_wrapper .contents .article-title.open:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        top: 15%; }
      main .section7 .section_wrapper .contents .accordion-content {
        display: none;
        padding: 2rem 2rem 2rem 4rem;
        background: #f1f1f1;
        border-radius: 0 0 1.5rem 1.5rem;
        line-height: 1.8;
        font-size: 1.6rem; }
      main .section7 .section_wrapper .contents .accordion-container {
        max-width: 95%;
        width: 95%;
        margin: 6rem auto 0;
        font-size: 2rem; }
        main .section7 .section_wrapper .contents .accordion-container .icon {
          font-size: 2.5rem; }
  main .section8 {
    background: url(../images/bg12-bottom.png) center bottom repeat-x, url(../images/bg12-top.png) center top repeat-x, url(../images/bg12.png) center center;
    padding: 10rem 0; }
    main .section8 .section_wrapper {
      max-width: 95%;
      width: 95%;
      margin: auto; }
      main .section8 .section_wrapper .title {
        font-size: 2.5rem;
        color: #fff;
        text-align: center;
        letter-spacing: 0.1rem;
        line-height: 2;
        margin: 0 0 4rem 0; }
        main .section8 .section_wrapper .title .icon {
          width: 5rem;
          height: 5rem;
          display: block;
          margin: auto; }
        main .section8 .section_wrapper .title .dots {
          position: relative;
          color: #fff;
          letter-spacing: 0.3rem; }
          main .section8 .section_wrapper .title .dots::before {
            content: "";
            position: absolute;
            background: url(../images/dots-w.png) center center repeat-x;
            bottom: -1rem;
            right: 0;
            left: 0;
            margin: auto;
            width: 95%;
            height: 0.4rem; }
      main .section8 .section_wrapper .contents .text {
        font-size: 2rem;
        color: #fff;
        text-align: center;
        line-height: 1.7;
        margin-bottom: 2rem; }
      main .section8 .section_wrapper .contents .text_border {
        font-size: 1.6rem;
        line-height: 1.7;
        color: #fff;
        text-align: center;
        border: 1px solid #fff;
        display: table;
        margin: auto;
        padding: 0 4rem;
        border-radius: 2rem; }
      main .section8 .section_wrapper .contents .item_wrapper {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 4rem 0 1rem; }
        main .section8 .section_wrapper .contents .item_wrapper .item {
          background: #fff;
          width: 90%;
          height: 18rem;
          border-radius: 10rem;
          position: relative;
          text-align: center;
          margin: 1rem; }
          main .section8 .section_wrapper .contents .item_wrapper .item .number {
            position: absolute;
            left: 0;
            top: 0;
            background: #f788ac;
            color: #fff;
            font-weight: 600;
            padding: 0 3rem;
            line-height: 2;
            border-radius: 1.5rem; }
          main .section8 .section_wrapper .contents .item_wrapper .item .text_box {
            margin-top: 3rem; }
            main .section8 .section_wrapper .contents .item_wrapper .item .text_box .text {
              color: #00a87b;
              line-height: 1.8; }
              main .section8 .section_wrapper .contents .item_wrapper .item .text_box .text .price {
                font-size: 3rem;
                color: #f788ac; }
                main .section8 .section_wrapper .contents .item_wrapper .item .text_box .text .price .en {
                  font-size: 2.3rem; }
                main .section8 .section_wrapper .contents .item_wrapper .item .text_box .text .price .getsu {
                  font-size: 2.3rem;
                  color: #4d4d4d; }
              main .section8 .section_wrapper .contents .item_wrapper .item .text_box .text .zei {
                font-size: 1.4rem; }
        main .section8 .section_wrapper .contents .item_wrapper .plan2 .number {
          background: #816d9c; }
        main .section8 .section_wrapper .contents .item_wrapper .plan2 .text_box {
          margin-top: 6rem; }
          main .section8 .section_wrapper .contents .item_wrapper .plan2 .text_box .text {
            color: #816d9c;
            line-height: 1.3; }
            main .section8 .section_wrapper .contents .item_wrapper .plan2 .text_box .text .ikkatsu {
              font-size: 3rem;
              line-height: 0; }
            main .section8 .section_wrapper .contents .item_wrapper .plan2 .text_box .text .kaikiri {
              font-size: 1.4rem; }
            main .section8 .section_wrapper .contents .item_wrapper .plan2 .text_box .text .toiawase {
              font-size: 1.4rem; }
      main .section8 .section_wrapper .contents .text_sub {
        font-size: 1.4rem;
        text-align: center;
        color: #fff;
        line-height: 1.8; }
      main .section8 .section_wrapper .contents .setplan {
        margin-top: 3rem; }
        main .section8 .section_wrapper .contents .setplan .title {
          background: #dce34b;
          color: #4d4d4d;
          font-size: 2rem;
          display: table;
          margin: 0 auto -2rem;
          z-index: 1;
          position: relative;
          border-radius: 3rem;
          line-height: 1.5;
          padding: 0 3rem; }
        main .section8 .section_wrapper .contents .setplan .plan_wrapper {
          background: #fff;
          border-radius: 3rem;
          max-width: 95%;
          width: 95%;
          margin: auto;
          padding: 4.5rem 2rem 2rem;
          text-align: center;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          line-height: 1.6; }
          main .section8 .section_wrapper .contents .setplan .plan_wrapper img {
            max-width: 100%; }
          main .section8 .section_wrapper .contents .setplan .plan_wrapper .text_box {
            text-align: left; }
            main .section8 .section_wrapper .contents .setplan .plan_wrapper .text_box .text {
              font-size: 1.8rem;
              color: #4d4d4d;
              text-align: left; }
              main .section8 .section_wrapper .contents .setplan .plan_wrapper .text_box .text .marker {
                font-size: 2.8rem;
                color: #32bdb7;
                background: -moz-linear-gradient(bottom, #dce34b 40%, rgba(255, 255, 255, 0) 40%);
                background: -webkit-linear-gradient(bottom, #dce34b 40%, rgba(255, 255, 255, 0) 40%);
                background: linear-gradient(to top, #dce34b 40%, rgba(255, 255, 255, 0) 40%); }
      main .section8 .section_wrapper .contents .hojyo {
        border: 2px solid #fff;
        max-width: 95%;
        width: 95%;
        margin: 3rem auto;
        border-radius: 3rem; }
        main .section8 .section_wrapper .contents .hojyo .title {
          color: #fff;
          font-size: 2.2rem;
          font-weight: bold;
          margin: 2rem auto;
          letter-spacing: 0;
          line-height: 1.6; }
        main .section8 .section_wrapper .contents .hojyo .text {
          color: #fff;
          font-size: 1.6rem;
          line-height: 1.8;
          padding: 0 2rem 2rem; }
          main .section8 .section_wrapper .contents .hojyo .text .subtitle {
            font-size: 2rem;
            text-decoration: underline; }
            main .section8 .section_wrapper .contents .hojyo .text .subtitle span {
              display: inline; }
  main .section9 {
    padding: 5rem 0; }
    main .section9 .section_wrapper .title {
      font-family: 'mamelon';
      font-size: 2.5rem;
      color: #32bdb7;
      text-align: center;
      line-height: 1.5; }
      main .section9 .section_wrapper .title .sub_title {
        font-size: 2rem; }
      main .section9 .section_wrapper .title .dots {
        position: relative; }
        main .section9 .section_wrapper .title .dots::before {
          content: "";
          position: absolute;
          background: url(../images/dots-g.png) center center repeat-x;
          bottom: -2rem;
          right: 0;
          left: 0;
          margin: auto;
          width: 95%;
          height: 0.4rem; }
    main .section9 .section_wrapper .contents .moviethumb {
      width: 80%;
      height: 45vw; }
  main .section10 {
    background: url(../images/bg1-bottom.png) -20rem bottom repeat-x, url(../images/bg1-top.png) 30rem top repeat-x, url(../images/bg1.png) center center; }
    main .section10 .section_wrapper {
      position: relative;
      height: 50rem; }
      main .section10 .section_wrapper .contact {
        max-width: 95%;
        width: 95%;
        margin: auto;
        height: 50rem;
        display: block;
        border-radius: 3rem;
        background: url(../images/bg_contact.png) center center/cover;
        position: relative;
        top: 13rem;
        right: 0;
        left: 0;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1); }
        main .section10 .section_wrapper .contact::before {
          content: "";
          background: url(../images/bebisapo_logo2.svg) no-repeat center center/contain;
          width: 20rem;
          height: 4rem;
          display: block;
          position: absolute;
          right: 0;
          left: 0;
          top: 10vw;
          bottom: auto;
          margin: auto; }
        main .section10 .section_wrapper .contact .text_wrap {
          display: inline;
          text-align: center;
          padding: 5vw;
          width: 100%;
          margin: auto;
          top: auto;
          bottom: 0;
          left: 0;
          right: 0;
          position: absolute; }
          main .section10 .section_wrapper .contact .text_wrap .icon img {
            width: 60px; }
          main .section10 .section_wrapper .contact .text_wrap .title {
            background: #32bdb7;
            color: #fff;
            font-size: 2rem;
            padding: 1rem 5rem;
            margin: 1rem auto;
            border-radius: 3rem;
            display: table;
            line-height: 1; }
          main .section10 .section_wrapper .contact .text_wrap .text {
            color: #816d9c;
            line-height: 1.6;
            display: block;
            margin: 1rem 0; }
            main .section10 .section_wrapper .contact .text_wrap .text br {
              display: none; }
  .footer {
    padding: 20rem 0 10rem;
    text-align: center; }
    .footer .logo img {
      width: 20rem; }
    .footer .footnav {
      margin: 3rem 0; }
      .footer .footnav li {
        display: block;
        margin: 0;
        line-height: 2.5; }
        .footer .footnav li a {
          color: #00a87b; }
    .footer .tpw_logo img {
      width: 13rem; }
    .footer .cr {
      margin: 5rem 0 0;
      color: #00a87b;
      font-size: 1.4rem;
      line-height: 1.4; } }

@media screen and (max-width: 480px) {
  /*スマホ縦*/
  main .keyvisual {
    position: relative;
    padding-top: 6rem;
    margin-bottom: -10rem; }
    main .keyvisual .copy {
      font-size: 3rem;
      color: #f788ac;
      position: absolute;
      left: 2rem;
      right: auto;
      top: 154vw;
      bottom: 0;
      margin: auto;
      z-index: 100;
      height: 20rem; }
    main .keyvisual .slider {
      max-width: 95%;
      width: 95%;
      margin: auto; }
      main .keyvisual .slider img {
        height: auto;
        width: 100%; }
  main .section1 {
    background: url(../images/bg1-bottom.png) -20rem bottom repeat-x, url(../images/bg1-top.png) 30rem top repeat-x, url(../images/bg1.png) center center;
    padding: 24rem 0 15rem; }
    main .section1 .section_wrapper .copy {
      font-size: 2.5rem;
      color: #fff;
      margin: 0 auto 20rem;
      text-align: center;
      position: relative;
      z-index: 1; }
      main .section1 .section_wrapper .copy::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 150%;
        top: 30rem;
        bottom: 0;
        margin: auto;
        z-index: -1;
        background: url(../images/bg13-sp.png) no-repeat center center/contain; }
      main .section1 .section_wrapper .copy span {
        display: table;
        margin: 1rem auto;
        padding: 0 2rem;
        background: #f788ac;
        border-radius: 10rem;
        line-height: 1.7;
        letter-spacing: 0.5rem; }
    main .section1 .section_wrapper .copy_sub {
      font-size: 2rem;
      text-align: center; }
      main .section1 .section_wrapper .copy_sub span {
        color: #00a87b;
        position: relative;
        display: table;
        margin: auto; }
        main .section1 .section_wrapper .copy_sub span::before {
          content: "";
          position: absolute;
          background: url(../images/wave-green.png) center center repeat-x;
          bottom: 0.5rem;
          right: 0;
          left: 0;
          margin: auto;
          width: 95%;
          height: 0.4rem; }
    main .section1 .section_wrapper .wrapper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: end;
      position: relative;
      max-width: 128rem;
      margin: 5rem auto -2rem; }
      main .section1 .section_wrapper .wrapper img {
        width: 90%;
        margin: auto; } }

/*デスクトップ*/
@media screen and (max-width: 768px) {
  /*ドロワー*/
  header .drawer-hamburger {
    display: block;
    width: 3.5rem;
    padding: 1.8rem 1rem;
    right: 6rem !important; }
    header .drawer-hamburger .drawer-hamburger-icon {
      height: 0; }
    header .drawer-hamburger .drawer-hamburger-icon:after,
    header .drawer-hamburger .drawer-hamburger-icon:before {
      height: 0.4rem;
      background: #32bdb7; }
    header .drawer-hamburger .drawer-hamburger-icon:before {
      top: -4px; }
  header .gnav .navbox {
    display: none; }
  .drawer-open header .drawer-hamburger-icon:before {
    top: 0; }
  .drawer-open header .drawer-nav {
    height: 100%;
    background: url(../images/bg1.png) center center/cover;
    text-align: center;
    opacity: 0.9; }
  .drawer-open header .drawer-menu {
    padding: 5rem 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%; }
    .drawer-open header .drawer-menu li {
      width: 100%; }
      .drawer-open header .drawer-menu li .drawer-menu-item {
        font-size: 2.5rem;
        color: #4d4d4d;
        line-height: 5rem; } }

/*# sourceMappingURL=style.css.map */