@charset "UTF-8";
/* CSS Document */
#wrapper {
  overflow: hidden; }

#hero-img {
  background-image: url("../img/bg-yellow.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  #hero-img::after {
    content: "";
    position: absolute;
    background-image: url("../img/wave-green-top.svg");
    bottom: -2px;
    width: 102%;
    height: 7.7vw;
    background-size: cover;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%); }
  #hero-img #mainimage {
    height: 750px;
    position: relative;
    padding-top: 15rem; }
    @media screen and (max-width: 991px) {
      #hero-img #mainimage {
        height: 630px; } }
    @media screen and (max-width: 767px) {
      #hero-img #mainimage {
        height: 580px; } }
    @media screen and (max-width: 575px) {
      #hero-img #mainimage {
        padding-top: 22rem;
        height: 530px; } }
    #hero-img #mainimage::before {
      content: "";
      position: absolute;
      top: 20rem;
      left: 10rem;
      width: 300px;
      height: 250px;
      background-image: url("../img/top-copy-1.svg");
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 2; }
      @media screen and (max-width: 1199px) {
        #hero-img #mainimage::before {
          left: 0; } }
      @media screen and (max-width: 991px) {
        #hero-img #mainimage::before {
          width: 230px;
          height: 200px; } }
      @media screen and (max-width: 767px) {
        #hero-img #mainimage::before {
          top: 15rem;
          width: 200px;
          height: 170px; } }
      @media screen and (max-width: 575px) {
        #hero-img #mainimage::before {
          background-image: url("../img/top-copy-1-xs.svg");
          top: 12rem;
          left: 4rem;
          width: 260px;
          height: 70px;
          z-index: 100;
          -webkit-filter: drop-shadow(0px 0px 5px white);
          /* SafariなどのWebkitブラウザ用 */
          filter: drop-shadow(0px 0px 5px white); } }
    #hero-img #mainimage::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 10rem;
      width: 500px;
      height: 450px;
      background-image: url("../img/hero-img.svg");
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 1; }
      @media screen and (max-width: 1199px) {
        #hero-img #mainimage::after {
          left: 0; } }
      @media screen and (max-width: 991px) {
        #hero-img #mainimage::after {
          width: 430px;
          height: 400px; } }
      @media screen and (max-width: 767px) {
        #hero-img #mainimage::after {
          width: 370px;
          height: 330px; } }
      @media screen and (max-width: 575px) {
        #hero-img #mainimage::after {
          display: none; } }
    #hero-img #mainimage .swiper-container {
      height: 100%;
      z-index: 5; }
      #hero-img #mainimage .swiper-container .swiper-wrapper .swiper-img {
        position: absolute;
        right: 0;
        width: 600px;
        height: 600px;
        border-radius: 50%;
        border: 15px solid white;
        background-position: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        @media screen and (max-width: 991px) {
          #hero-img #mainimage .swiper-container .swiper-wrapper .swiper-img {
            right: -140px;
            width: 500px;
            height: 500px; } }
        @media screen and (max-width: 767px) {
          #hero-img #mainimage .swiper-container .swiper-wrapper .swiper-img {
            width: 450px;
            height: 450px; } }
        @media screen and (max-width: 575px) {
          #hero-img #mainimage .swiper-container .swiper-wrapper .swiper-img {
            width: 340px;
            height: 340px;
            left: 50%;
            transform: translateX(-50%);
            right: auto; } }
        #hero-img #mainimage .swiper-container .swiper-wrapper .swiper-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
    #hero-img #mainimage .img1 {
      background-image: url("../img/hero-slide-1.jpg");
      background-size: cover; }
    #hero-img #mainimage .img2 {
      background-image: url("../img/hero-slide-2.jpg");
      background-size: cover; }
    #hero-img #mainimage .img3 {
      background-image: url("../img/hero-slide-3.jpg");
      background-size: cover; }

#intro {
  padding: 5rem 0;
  background: #bde2c9; }
  #intro p {
    margin-bottom: 3rem; }
    #intro p span {
      color: #009d42;
      font-weight: 800; }
  #intro .term {
    background: #fff8a1;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 4px 0 #f3ac00; }
    @media screen and (max-width: 991px) {
      #intro .term {
        margin-top: 5rem; } }
    @media screen and (max-width: 575px) {
      #intro .term {
        width: 95%;
        margin: 5rem auto 0; } }
    #intro .term h3 {
      font-weight: 600;
      color: #f3ac00;
      font-size: 30px;
      font-size: 3rem; }
    #intro .term ul {
      list-style: none;
      padding: 0; }
      #intro .term ul li {
        margin-left: 18px; }
      #intro .term ul li::before {
        content: "";
        display: inline-block;
        width: 13px;
        height: 13px;
        background-color: #f3ac00;
        border-radius: 50%;
        margin-right: 0.5rem;
        margin-left: -18px; }

#features {
  padding: 15rem 0 8rem;
  background: #f8f9e0;
  position: relative; }
  @media screen and (max-width: 991px) {
    #features {
      padding: 10rem 0 5rem; } }
  @media screen and (max-width: 575px) {
    #features {
      padding: 7rem 0 3rem; } }
  #features::before {
    content: "";
    position: absolute;
    background-image: url("../img/wave-green-bottom.svg");
    top: -2px;
    width: 100%;
    height: 5.7vw;
    background-size: cover;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%); }
  #features .insta {
    margin-bottom: 5rem; }
    @media screen and (max-width: 575px) {
      #features .insta {
        margin-bottom: 3rem; } }
    #features .insta a {
      display: block; }
    #features .insta img {
      margin: 0 auto;
      width: 80%;
      border-radius: 10px;
      transition: 0.2s ease-in-out; }
      #features .insta img:hover {
        opacity: 0.6; }
      @media screen and (max-width: 767px) {
        #features .insta img {
          width: 100%; } }
  #features .features .feature-item {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 3rem;
    padding: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 767px) {
      #features .features .feature-item {
        flex-direction: column;
        padding: 3rem 2rem 2rem; } }
    @media screen and (max-width: 575px) {
      #features .features .feature-item {
        margin-bottom: 2rem; } }
    #features .features .feature-item .feature-text, #features .features .feature-item .feature-image {
      flex: 1; }
    #features .features .feature-item .feature-text {
      padding: 0 4rem; }
      @media screen and (max-width: 767px) {
        #features .features .feature-item .feature-text {
          padding: 0; } }
      #features .features .feature-item .feature-text h3 {
        font-size: 26px;
        font-size: 2.6rem;
        color: #009d42;
        font-weight: 600;
        line-height: 1.5em;
        margin-bottom: 1.5rem; }
        @media screen and (max-width: 767px) {
          #features .features .feature-item .feature-text h3 {
            margin-bottom: 0.5rem; } }
    #features .features .feature-item .feature-image {
      height: 250px;
      overflow: hidden; }
      #features .features .feature-item .feature-image img {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        mask-image: linear-gradient(to left, black 0%, black 70%, transparent 100%);
        -webkit-mask-image: linear-gradient(to left, black 0%, black 70%, transparent 100%); }
        @media screen and (max-width: 767px) {
          #features .features .feature-item .feature-image img {
            mask-image: none;
            -webkit-mask-image: none; } }
  #features .features .feature-item.reverse {
    flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      #features .features .feature-item.reverse {
        flex-direction: column;
        gap: 1rem; } }
    #features .features .feature-item.reverse .feature-image img {
      mask-image: linear-gradient(to right, black 0%, black 70%, transparent 100%);
      -webkit-mask-image: linear-gradient(to right, black 0%, black 70%, transparent 100%); }
      @media screen and (max-width: 767px) {
        #features .features .feature-item.reverse .feature-image img {
          mask-image: none;
          -webkit-mask-image: none; } }

#service-intro {
  background: #f8f9e0;
  text-align: center;
  padding-bottom: 4rem; }
  #service-intro .container .copy-2 {
    max-width: 430px;
    margin-bottom: 2rem; }
    @media screen and (max-width: 767px) {
      #service-intro .container .copy-2 {
        max-width: 350px; } }
  #service-intro .container p {
    margin-bottom: 3rem; }

#slide-show {
  position: relative; }
  #slide-show::before {
    content: "";
    position: absolute;
    background-image: url("../img/wave-yellow-bottom.svg");
    top: -2vw;
    width: 102%;
    height: 7.7vw;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%); }
  #slide-show::after {
    content: "";
    position: absolute;
    background-image: url("../img/wave-green-top.svg");
    bottom: -2px;
    width: 102%;
    height: 7.7vw;
    background-size: cover;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%); }
  #slide-show .scroll-infinity {
    position: relative; }
    #slide-show .scroll-infinity::before {
      content: url("../img/hiyoko.svg");
      display: block;
      width: 80px;
      background-size: cover;
      position: absolute;
      bottom: 0;
      right: 25%;
      z-index: 2;
      animation: hop 2s infinite ease-in; }
@keyframes hop {
  0% {
    transform: translateY(0); }
  10% {
    transform: translateY(-20px); }
  20% {
    transform: translateY(0); }
  30% {
    transform: translateY(-10px); }
  40% {
    transform: translateY(0); } }
      @media screen and (max-width: 991px) {
        #slide-show .scroll-infinity::before {
          width: 70px;
          bottom: -10px;
          right: 10%; } }
      @media screen and (max-width: 575px) {
        #slide-show .scroll-infinity::before {
          bottom: -20px; } }
    #slide-show .scroll-infinity ul {
      margin-bottom: 0; }

#guide-intro {
  background: #bde2c9;
  padding: 3rem 0;
  position: relative; }
  #guide-intro .row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 50px;
    position: relative; }
    @media screen and (max-width: 991px) {
      #guide-intro .row {
        gap: 30px; } }
    #guide-intro .row::after {
      content: "";
      position: absolute;
      top: 0;
      left: 5rem;
      width: 90px;
      height: 70px;
      background-image: url("../img/onpu1.svg");
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 991px) {
        #guide-intro .row::after {
          width: 80px;
          left: 15rem; } }
      @media screen and (max-width: 767px) {
        #guide-intro .row::after {
          left: 5rem; } }
      @media screen and (max-width: 575px) {
        #guide-intro .row::after {
          width: 70px;
          left: 5%; } }
    #guide-intro .row .guide-intro-image {
      width: 500px;
      height: auto;
      border-radius: 50%;
      border: 10px solid white;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      overflow: hidden; }
      @media screen and (max-width: 575px) {
        #guide-intro .row .guide-intro-image {
          width: 90%; } }
      #guide-intro .row .guide-intro-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
    #guide-intro .row .guide-intro-text {
      position: relative; }
      #guide-intro .row .guide-intro-text::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -8rem;
        width: 50px;
        height: 100px;
        background-image: url("../img/onpu2.svg");
        background-size: contain;
        background-repeat: no-repeat; }
        @media screen and (max-width: 767px) {
          #guide-intro .row .guide-intro-text::after {
            right: -10rem;
            width: 42px;
            height: 75px; } }
        @media screen and (max-width: 575px) {
          #guide-intro .row .guide-intro-text::after {
            display: none; } }
      #guide-intro .row .guide-intro-text .copy-3 {
        margin-bottom: 3rem; }
      #guide-intro .row .guide-intro-text h3, #guide-intro .row .guide-intro-text p {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 600; }
      #guide-intro .row .guide-intro-text h3 {
        margin-bottom: 1rem; }
      #guide-intro .row .guide-intro-text p span {
        font-size: 33px;
        font-size: 3.3rem;
        color: #009d42;
        line-height: 1em; }
        #guide-intro .row .guide-intro-text p span a {
          color: #009d42;
          text-decoration: none; }
      #guide-intro .row .guide-intro-text dl {
        padding-top: 3rem;
        line-height: 1.75em; }
        #guide-intro .row .guide-intro-text dl dd {
          font-size: 14px;
          font-size: 1.4rem; }
  #guide-intro::after {
    content: "";
    position: absolute;
    background-image: url("../img/wave-green-bottom.svg");
    bottom: -5vw;
    width: 102%;
    height: 5.7vw;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%); }

#entry-intro {
  padding: 18rem 0 10rem;
  background-image: url("../img/bg-yellow.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1199px) {
    #entry-intro {
      padding: 15rem 0 8rem; } }
  @media screen and (max-width: 991px) {
    #entry-intro {
      padding: 13rem 0 7rem; } }
  @media screen and (max-width: 575px) {
    #entry-intro {
      padding: 10rem 0 7rem; } }
  #entry-intro .entry-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      #entry-intro .entry-container {
        padding: 2rem 2rem 4rem;
        flex-direction: column; } }
    #entry-intro .entry-container .ribbon {
      position: absolute;
      display: block;
      width: 400px;
      height: 85px;
      top: -5rem;
      left: 0;
      right: 0;
      margin: 0 auto;
      filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
      z-index: 2; }
      @media screen and (max-width: 1199px) {
        #entry-intro .entry-container .ribbon {
          width: 350px; } }
      @media screen and (max-width: 991px) {
        #entry-intro .entry-container .ribbon {
          width: 300px; } }
    #entry-intro .entry-container .entry-image img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
      mask-image: linear-gradient(to right, black 0%, black 70%, transparent 100%);
      -webkit-mask-image: linear-gradient(to right, black 0%, black 70%, transparent 100%); }
    #entry-intro .entry-container .entry-text p {
      margin-bottom: 2rem; }
    @media screen and (max-width: 767px) {
      #entry-intro .entry-container .entry-text .link-box {
        text-align: center; } }
