@charset "UTF-8";
*,
body {
    font-family: Hiragino Kaku Gothic ProN, Avenir, Oswald Regular;
}
body {
    outline: 0 !important;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    font-size: 100%;
    overflow-x: hidden;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow: scroll;
}
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-color: #f3f3f3;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
a,
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0;
}


.wrapper {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 1088px;
}
.wrapper-2 {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 1400px;
}
.wrapper-w {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 1088px;
}
@media only screen and (max-width: 64em) {
    .wrapper {
        width: 100%;
        overflow: hidden;
        padding: 0 15px;
    }
    .wrapper-w {
        width: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1400px) {
    .wrapper-2 {
        width: 100%;
        overflow: hidden;
    }
}

/* start header  */
.header-top {
  background-color: #ffffff;
  height: 80px;
}
#header .header-wrapper .header-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1088px;
    margin: 0 auto;
    padding: 20px 0;
}

/* LOGO */
#header .header-contents .h-logo img {
    width: 215px;
    display: block;
}

/* CTA */
#header .header-contents .h-cta img {
    width: 300px; /* adjust as needed */
    display: block;
}
@media screen and (max-width: 768px) {

    #header .header-contents .h-logo {
        width: 38%;
    }

    #header .header-contents .h-cta {
        width: 52%;
        text-align: right;
    }
    #header .header-contents .h-cta img {
      width: 100%;
    }
    #header .header-contents img {
        width: 100%;
        height: auto;
    }
}
#banner .cover {
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0;
    /* background-color: #f3f3f3; */
}
#banner .cover .slider-cover {
    display: block;
    margin: 0;
    /* overflow: hidden; */
    padding: 0;
    position: relative;
    width: 100%;
}
#banner .cover .slider-cover img{
    display: block;
    object-fit: cover;
    width: 100%;
}
#banner .cover .title-wrapper {
    display: block;
    position: absolute;
    bottom: 45px;
    left: 40px;
    right: 0;
    width: 1088px;
    margin: 0 auto;
}
#banner .cover .title-wrapper .title {
    font-weight: 700;
    font-size: 54px;
    line-height: 138%;
    letter-spacing: 0.03em;
    vertical-align: middle;
    color: #333333;

}

#banner .cover .title-wrapper .subtitle {
    display: inline-block;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.05em;
    vertical-align: middle;
    color: #000000;
    padding: 0 10px 0;
    text-align: center;
    margin-bottom: 8px;
}
#banner .cover .slider-cover img.banner-sp {
    display: none;
}
#banner .cover .slider-cover img.banner-pc {
    display: block;
}
.sp-break {
  display: none;
}
.pc-break {
  display: block;
}

@media only screen and (max-width: 47.9375em) { 
    .sp-break {
      display: block;
    }
    .pc-break {
      display: none;
    }
}

@media screen and (max-width: 1088px) {
  #header .header-wrapper .header-contents {
    width: 100%;
    padding: 20px 50px;
  }
}
@media only screen and (max-width: 1024px) {
    /* .header-top {
        margin-bottom: 66px;
    } */
    /* #header .header-wrapper {
        z-index: 1;
        display: block;
        height: 66px;
        margin: 0 auto;
        transition: 0.3s;
        left: 0;
        width: 100%;
        position: absolute;
        top: 0;
        background-color: #fff;
    } */
    #banner .cover .title-wrapper {
      position: relative;
      width: 100%;
      padding: 55px 15px 0;
      bottom: 0;
      left: 0;
    }
    #banner .cover .title-wrapper .title {
      font-size: 44px;
      font-weight: 600;
      line-height: 130%;
      letter-spacing: 0.05em;
      padding-top: 25px;
    }
    #banner .cover .title-wrapper .subtitle {
      font-weight: 500;
      font-size: 15px;
      line-height: 150%;
      letter-spacing: 0.05em;
      text-align: left;
      padding: 0;
    }
    #banner .cover .slider-cover img.banner-sp {
        display: block;
    }
    #banner .cover .slider-cover img.banner-pc {
        display: none;
    }
}
@media only screen and (max-width: 741px) {
    #header .header-contents .h-logo a img {
        width: 100%;
    }
  }
@media only screen and (max-width: 576px) {
    .header-top {
      height: 70px;
    }
    #header .header-wrapper .header-contents {
        padding: 0 20px;
    }
    #header .header-contents .h-logo a img {
        padding: 20px 20px 20px 0;
    }
  }
@media only screen and (max-width: 480px) {
    #header .header-wrapper .header-contents {
        padding: 0 10px;
    }
    #header .header-contents .h-logo a img {
        width: 100%;
        padding: 20px 0;
    }
  }
/* end header  */

/* Start top page  */

/* start page-top community  */
.community-section {
    position: relative;
    overflow: hidden;
    padding: 0px 0px 20px;
    background: #f3f3f3;
}

.community-inner{
    position: relative;
    width: 100%;
}

.community-bg {
    width: 100%;
    height: auto;
    display: block;
}
.community-bg-sp {
    display: none;
}
@media only screen and (max-width: 47.9375em) {
  .community-bg {
    display: none;
}
.community-bg-sp {
    width: 100%;
    height: auto;
    display: block;
}
}

.community-content{
    position: absolute;
    top: 18%;
    left: 14%;

    z-index: 2;
    color: #fff;
    max-width: 50%;
}

.community-content h2{
  text-shadow: 0px 0px 22px rgba(0, 0, 0, 0.45);
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 52px;
  line-height: 62.4px;
  letter-spacing: 0%;
  margin-bottom: 30px;
}

.community-content p{
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0%;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-left: 2px solid rgba(255,255,255,0.9);
  padding-left: 18px;
  margin-left: 4px;
}
.page-top .community-content .new-cta {
    margin-top: 100px;
}
/* Responsive */
@media (max-width: 768px){

    .community-inner{
        background-position: center top;
        border-radius: 0 0 40% 40% / 0 0 8% 8%;
    }

    .community-content{
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        display: flex;
        flex-direction: column;
        justify-content: space-between;

        padding: 40px 20px 30px;
        box-sizing: border-box;

        max-width: 100%;
    }
    .community-text{
        width: 100%;
    }
    .community-content h2{
        font-size: 42px;
        margin-bottom: 20px;
    }

    .new-cta{
        margin-top: auto;
        text-align: center;
    }

}

@media (max-width: 417px){
    .community-content h2{
        font-size: 37px;
    }
}

/* end page-top community  */


/* start page-top gurukomi section  */
.page-top .gurukomi-container {
  /* max-width:540px; */
  margin:40px auto;
}

/* =========================
   TOP PROBLEM BOX
========================= */
.page-top .gurukomi-container .gurukomi-content-pc {
  /* display: block; */
  display: none;
}
.page-top .gurukomi-container .gurukomi-content {
  display: block;
}
.page-top .gurukomi-container .gurukomi-content img {
  width: 100%;
}
.page-top .gurukomi-container .gurukomi-content-sp {
  display: none;
}
.page-top .gurukomi-container .problem-box{
  position: relative;
  z-index: 2;
  margin-bottom: -40px;
}
.page-top .gurukomi-container .problem-icon{
  position: absolute;
  top: -45px;
  left: -10px;
}

.page-top .gurukomi-container .problem-icon img{
  width: 120px;
}

.page-top .gurukomi-container .problem-box h2{
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 0%;
  color:#fff;
  text-align:center;
  padding: 35px 0 55px;
  position: absolute;
  right: 0;
  left: 35px;
  top: 70px;
}
.problem-bg{
    width:100%;
    display:block;
}
.page-top .gurukomi-container .problem-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  position: absolute;
    left: 0;
    top: 170px;
    padding: 50px;
}
.page-top .gurukomi-container .problem-card img{
  width:100%;
  display:block;
  object-fit:cover;
  height: 100%;
}


/* =========================
   MAIN FEATURE BOX
========================= */

.page-top .gurukomi-container .feature-box{
  position:relative;
  margin-top:18px;
  background:#fff;
  border:4px solid #93c85c;
  border-radius:18px;
  overflow:hidden;
}

.page-top .gurukomi-container .feature-box-title{
  position:relative;
  background:#fff;
  text-align:center;
  padding:54px 20px 40px;
}

/* .page-top .gurukomi-container .feature-box-title::after{
  content:"";
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:180px;
  height:24px;
  background:#93c85c;
  clip-path:polygon(0 0,100% 0,50% 100%);
} */

.page-top .gurukomi-container .feature-box-title span{
  position:relative;
  z-index:2;
  font-size:40px;
  font-weight:700;
  color:#333;
}

.page-top .gurukomi-container .feature-grid {
  background:#93c85c;
  padding: 50px;
  display:grid;
  /* grid-template-columns:repeat(4,1fr);
  gap:10px; */
}
.page-top .gurukomi-container .feature-card img{
  width:100%;
  display:block;
  object-fit:cover;
}


/* =========================
   BOTTOM BOX
========================= */

.page-top .gurukomi-container .bottom-box{
  position:relative;
  background:#fff;
  padding: 24px 24px 30px 50px;
}

.page-top .gurukomi-container .logo img{
  width:160px;
  margin-bottom:16px;
}

.page-top .gurukomi-container .bottom-box p{
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 25px;
  line-height: 45px;
  letter-spacing: 0%;
  color:#333333;
}

.page-top .gurukomi-container .bottom-box span{
  background:linear-gradient(transparent 65%, #dff0c5 65%);
  font-weight:700;
}

.page-top .gurukomi-container .bottom-character{
  position:absolute;
  right: 20px;
  bottom: -8px;
}

.page-top .gurukomi-container .bottom-character img{
  width: 230px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){
  
  .page-top .gurukomi-container .gurukomi-content-pc {
    display: none;
  }
  .page-top .gurukomi-container .gurukomi-content {
    display: none;
  }
  .page-top .gurukomi-container .gurukomi-content-sp {
    display: block;
  }
  
  .page-top .gurukomi-container .gurukomi-content-sp img {
    width: 100%;
  }

  .page-top .gurukomi-container .problem-box h2{
    font-size:22px;
  }

  .page-top .gurukomi-container .problem-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .page-top .gurukomi-container .feature-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .page-top .gurukomi-container .feature-box-title span{
    font-size:28px;
  }

  .page-top .gurukomi-container .bottom-box p{
    font-size:15px;
    padding-right:90px;
  }

  .page-top .gurukomi-container .bottom-character img{
    width:85px;
  }
}
/* end page-top gurukomi section  */


/* start CTA  */

.page-top .new-cta {
    display: block;
    margin: 50px auto 0;
    /* width: 850px; */
    width: 930px;
}
.page-top .new-cta .cta-img {
    display: block;
    width: 60%;
    margin: 0 auto;
}
.page-top .new-cta .cta-img2 {
    display: block;
    width: 50%;
    margin: 0;
}
@media only screen and (max-width: 64em) {
    .page-top .new-cta {
        width: 100%;
        padding: 0;
        margin-bottom: 80px;
    }
    .page-top .new-cta .cta-img {
      width: 100%;
    }
  .page-top .new-cta .cta-img2 {
      width: 100%;
  }
}
/* end CTA  */

/* start page-top learning  */
/* .page-top .learning-container {
  background: #efefef;
  overflow: hidden;
} */

.page-top .learning-container {
  position: relative;
  background: #8cc152;
  padding: 120px 80px 0;
  margin: 320px 0;
  overflow: visible;
}

/* TOP CURVE */
.page-top .learning-container::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 600px;
  background: #8cc152;
  border-radius: 50%;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -5;
}

/* BOTTOM CURVE */
.page-top .learning-container::after {
    z-index: -5;
    content: "";
    position: absolute;
    width: 140%;
    height: 400px;
    background: #8cc152;
    border-radius: 50%;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
}

    /* TOP */
.page-top .learning-container .learning-section {
  margin-top: -200px;
}
.page-top .learning-container .badge {
    font-family: 'Zen Maru Gothic', sans-serif !important;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0%;
    display: inline-block;
    background: white;
    color: #8cc152;
    padding: 6px 38px;
    border-radius: 999px;
    margin-bottom: 22px;
  }

.page-top .learning-container .main-title {
      font-family: 'Zen Maru Gothic', sans-serif !important;
      font-weight: 700;
      font-size: 46px;
      line-height: 100%;
      letter-spacing: 0%;
      color: #ffffff;
      margin-bottom: 24px;
    }

.page-top .learning-container .description {
      font-family: 'Zen Maru Gothic', sans-serif !important;
      font-weight: 700;
      font-size: 25px;
      line-height: 150%;
      letter-spacing: 0%;
      color: #ffffff;
      margin-bottom: 55px;
    }

    /* FEATURE GRID */
.page-top .learning-container .feature-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-bottom: 55px;
    }

.page-top .learning-container .feature-card {
      background: white;
      border-radius: 14px;
      padding: 28px 15px;
      text-align: center;
      color: #333;
    }
.page-top .learning-container .feature-icon {
  height: 80px;          /* same for all cards */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.page-top .learning-container .feature-icon img {
      width: 70px;
      max-height: 70px;
      object-fit: contain;
      margin-bottom: 10px;
    }

.page-top .learning-container .feature-title {
      color: #4A4A46;
      font-family: 'Zen Maru Gothic', sans-serif !important;
      font-weight: 700;
      font-size: 25px;
      line-height: 32px;
      letter-spacing: 0%;
      text-align: center;
      margin-bottom: 14px;
    }

.page-top .learning-container .feature-divider {
      width: 100%;
      height: 2px;
      background: #8CC459;
      margin-bottom: 14px;
    }

.page-top .learning-container .feature-text {
      font-family: 'Zen Maru Gothic', sans-serif !important;
      font-weight: 700;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0%;
      text-align: center;
      color: #4A4A46;
      min-height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* VIDEO AREA */
.page-top .learning-container .video-heading {
      font-family: 'Zen Maru Gothic', sans-serif !important;
      font-weight: 700;
      font-size: 25px;
      line-height: 100%;
      letter-spacing: 0%;
      margin-bottom: 24px;
      color: #ffffff;
    }

.page-top .learning-container .video-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

.page-top .learning-container .video-card {
      background: white;
      border-radius: 14px;
      overflow: hidden;
    }

.page-top .learning-container .video-thumbnail {
     position: relative;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      cursor: pointer;
      background: #000;
    }

    .page-top .learning-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 120px; /* adjust size */
    height: auto;

    pointer-events: none; /* allows clicking video controls */
    z-index: 2;
}
.page-top .learning-container .custom-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.page-top .learning-container .video-caption {
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 13px;
  line-height: 22.1px;
  letter-spacing: 0%;
  padding: 25px;
  color: #4A4A46;
}

    /* RESPONSIVE */
@media (max-width: 992px) {

  .page-top .learning-container .feature-grid {
        grid-template-columns: repeat(2, 1fr);
      }

  .page-top .learning-container .main-title {
        font-size: 42px;
        line-height: 120%;
      }

  .page-top .learning-container .description {
        font-size: 18px;
      }
}

@media (max-width: 768px) {
  .page-top .learning-container::before {
    height: 300px;
    top: -50px;
  }
  .page-top .learning-container::after {
    height: 200px;
    bottom: -40px;
  }
  .page-top .learning-container {
    padding: 0;
    margin: 120px 0;
  }
  .page-top .learning-container .learning-section {
    padding: 20px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-top: 0;
  }

  .page-top .learning-container .main-title {
    font-size: 34px;
    line-height: 120%;
  }

  .page-top .learning-container .description {
    font-size: 16px;
  }

  .page-top .learning-container .feature-title {
    font-size: 22px;
  }
  .page-top .learning-container .play-button {
    width: 90px;
  }
}

@media (max-width: 576px) {
  .page-top .learning-container .feature-grid,
  .page-top .learning-container .video-grid {
        grid-template-columns: 1fr;
      }
  .page-top .learning-container .video-heading {
    font-size: 23px;
  }
}

/* end page-top learning  */

/* start page-top testimonial  */
.page-top .testimonial-container {
    /* background-color: #f3f3f3; */
    padding: 100px 0 80px;
}
.page-top .testimonial-container .badge {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0%;
  display: inline-block;
  background: #8CC459;
  color: white;
  padding: 6px 38px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.page-top .testimonial-container .main-title {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 46px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 15px;
  color: #333333;
}

.page-top .testimonial-container .sub-text {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #333333;
  margin-bottom: 45px;
}

    /* SECTION BOX */
.page-top .testimonial-container .review-section {
  background: #8CC459;
  border-radius: 18px;
  padding: 28px;
  margin-bottom: 26px;
}

.page-top .testimonial-container .section-title {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  margin-bottom: 24px;
}

/* GRID */
.page-top .testimonial-container .review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* CARD */
.page-top .testimonial-container .review-card {
  background: white;
  border-radius: 14px;
  padding: 18px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  /* align-items: center; */
  min-height: 190px;
}

.page-top .testimonial-container .review-image {
  width: 40%;
  flex-shrink: 0;
  text-align: center;
}

.page-top .testimonial-container .review-image img {
  width: 188px;
  height: 188px;
  min-height: 150px;
  border-radius: 10px;
  display: block;
}

.page-top .testimonial-container .review-name {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0%;
  margin-top: 10px;
  color: #333333;
}

.page-top .testimonial-container .review-text {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #333;
  padding-top: 13px;
}

@media (max-width: 900px) {
  .page-top .testimonial-container .main-title {
    font-size: 38px;
  }

  .page-top .testimonial-container .sub-text {
    font-size: 18px;
  }

  .page-top .testimonial-container .section-title {
    font-size: 30px;
    line-height: 120%;
  }
}

@media (max-width: 768px) {
  .page-top .testimonial-container {
    padding: 0px 20px;
  }

  .page-top .testimonial-container .review-card {
    flex-direction: column;
  }

  .page-top .testimonial-container .review-image {
    width: 100%;
  }
  .page-top .testimonial-container .review-image img {
    height: auto;
    width: 60%;
    margin: 0 auto;
  }
  .page-top .testimonial-container .main-title {
    font-size: 30px;
  }

  .page-top .testimonial-container .sub-text {
    font-size: 15px;
  }

  .page-top .testimonial-container .section-title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .page-top .testimonial-container .review-grid {
    grid-template-columns: 1fr;
  }
}

/* end page-top testimonial  */

/* start page-top price  */
.page-top .price-container {
    /* background-color: #f3f3f3; */
    padding: 100px 20px 80px;
}  
.page-top .price-container .price-content .badge {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0%;
  display: inline-block;
  background: #8CC459;
  color: white;
  padding: 6px 38px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.page-top .price-container .price-content .main-title {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #4A4A46;
  margin-bottom: 15px;
}
.page-top .price-container .price-content .price-section {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    margin: auto;
    margin-top: 30px;
}
.page-top .price-container .price-content .price-notes-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.page-top .price-container .price-content .price-box {
      display: flex;
      flex-direction: column;
}
.page-top .price-container .price-content .price {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 66px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #4A4A46;
  margin-bottom: 5px;
}   
.page-top .price-container .price-content .monthly {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #4A4A46;
  white-space: nowrap;
}
.page-top .price-container .price-content .notes {
  font-family: 'Zen Maru Gothic', sans-serif !important;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0%;
    color: #333;
    margin-top: 10px;
    line-height: 150%;
    flex: 1;
    max-width: 600px;
}

.page-top .price-container .price-content .divider {
    border-top: 3px solid #8CC459;
    margin: 30px 0;
}
.page-top .price-container .price-content .title-second {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.page-top .price-container .price-content .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.page-top .price-container .price-content .service-box {
    background-color: #8CC459;
    padding: 20px 0px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-top .price-container .price-content .service-box .icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
    flex-shrink: 0;
}
.page-top .price-container .price-content .service-box p {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.page-top .price-container .price-content .limit-wrapper {
  padding: 0 35px;
  margin-top: -20px;
}

.page-top .price-container .price-content .limit-wrapper .limit-img {
  width: 100%;
  display: block;
}
.page-top .price-container .price-content .limit-wrapper .limit-img-sp {
  display: none;
}
@media only screen and (max-width: 64em) {
  .page-top .price-container .price-content .grid {
      grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.9375em) {
  .page-top .price-container {
    padding: 70px 0px 30px;
  }
  .page-top .price-container .price-content  .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .page-top .price-container .price-content .main-title {
    font-size: 32px;
    line-height: 120%;
    padding-left: 20px;
  }
  .page-top .price-container .price-content .price-notes-wrapper {
      flex-direction: column;
      gap: 5px;
  }
  .page-top .price-container .price-content .badge {
    margin-left: 20px;
  }
  .page-top .price-container .price-content .price-section {
    border-radius: 0;
    padding: 30px 20px;
  }
  .page-top .price-container .price-content .limit-wrapper {
    padding: 0 20px;
    margin-top: 0px;
  }
  .page-top .price-container .price-content .limit-wrapper .limit-img {
    display: none;
  }
  .page-top .price-container .price-content .limit-wrapper .limit-img-sp {
    width: 100%;
    display: block;
  }
  .cta-section {
    padding: 0 20px;
  }
  .page-top .price-container .price-content .monthly {
    font-size: 18px;
  }
  .page-top .price-container .price-content .price {
    font-size: 50px;
  }
  .page-top .price-container .price-content .notes {
      max-width: 100%;
      font-size: 12px;
  }
  .page-top .price-container .price-content .title-second {
    font-size: 16px;
  }
  .page-top .price-container .price-content .price-box {
      justify-content: flex-start;
  }
  
}
@media only screen and (max-width: 480px) {
  .page-top .price-container .price-content .service-box {
    padding: 20px 10px;
  }
  .page-top .price-container .price-content .service-box p {
    font-size: 12px;
    line-height: 120%;
    min-height: 45px;
  }
  .page-top .price-container .price-content .service-box .icon {
    width: 50px;
    height: auto;
  }
}
/* end page-top price  */

/* start page-top operating company  */
.page-top .company-container {
    /* background-color: #f3f3f3; */
    padding: 100px 0 80px;
}
.page-top .company-container .company-content .title {
    font-family: "Red Hat Display", sans-serif !important;
    color: #90CB39;
    display: block;
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    clear: right;
    margin-bottom: 5px;
}
.page-top .company-container .company-content .description {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
    color: #000;
}
.page-top .company-container .company-content .company {
  padding-top: 40px;
}
.page-top .company-container .company-content .logo-contact {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
}
.page-top .company-container .company-content .logo {
  width: 25%;
  height: auto;
}
.page-top .company-container .company-content .text-contact h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 169%;
    color: #000;
}
.page-top .company-container .company-content .text-contact p {
    font-weight: 500;
    font-size: 18px;
    line-height: 169%;
    color: #000;
    padding: 10px 0 15px;
}
.page-top .company-container .company-content .contact-info {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.page-top .company-container .company-content .contact-item {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.page-top .company-container .company-content .contact-item i {
  margin-right: 8px;
  color: #90CB39; 
}
.page-top .company-container .company-content .description-bottom {
    font-weight: 500;
    font-size: 18px;
    line-height: 169%;
    color: #000;
    padding: 35px 0;
}
.page-top .company-container .company-content .business-cert {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.page-top .company-container .company-content .cert-img {
    width: 50%;
}
.page-top .company-container .company-content .media-section {
  margin-top: 40px;
  text-align: center;
}
.page-top .company-container .company-content .media-section img {
  width: 100%;
}
.page-top .company-container .company-content .media-logos {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 64em) {
  .page-top .company-container {
    padding: 100px 0;
  }
  .page-top .company-container .company-content .title {
      font-size: 60px;
  }
  .page-top .company-container .company-content .description {
      font-size: 14px;
  }
  .page-top .company-container .company-content .logo {
    width: 100%;
  }
  .page-top .company-container .company-content .logo-contact {
    gap: 10px;
  }
  .page-top .company-container .company-content .cert-img {
    width: 90%;
  }
  .page-top .company-container .company-content .text-contact h2 {
    font-size: 24px;
  }
  .page-top .company-container .company-content .contact-item {
    font-size: 18px;
  }
  .page-top .company-container .company-content .text-contact p {
    font-size: 18px;
  }
  .page-top .company-container .company-content .description-bottom {
    font-size: 16px;
  }
}
/* end page-top operating company  */

/* start page-top message  */
.page-top .message-container {
    background-color: #8CC459;
    padding: 100px 0;
}
.page-top .message-container .message-title{
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align:center;
  color:#fff;
  margin-bottom:50px;
}
.page-top .message-container .message-content .message-card{
    margin:0 auto;
    background:#FFFFFF;
    border-radius:30px;
    padding:40px;
    display:flex;
    gap:40px;
    align-items:flex-start;
}

/* LEFT */

.page-top .message-container .message-content .message-profile{
    width:280px;
    flex-shrink:0;
    text-align:center;
}

.page-top .message-container .message-content .profile-image{
    width:100%;
    border-radius:20px;
    display:block;
    margin-bottom:24px;
}

.page-top .message-container .message-content .company{
    color:#88C34A;
    font-family: 'Zen Maru Gothic', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom:10px;
}

.page-top .message-container .message-content .profile-name{
    color:#88C34A;
    font-family: 'Zen Maru Gothic', sans-serif !important;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
}

/* RIGHT */

.page-top .message-container .message-content .content{
    flex:1;
}

.page-top .message-container .message-content .content p{
  color:#8CC459;
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 64em) {
  .page-top .message-container {
    padding: 50px 20px 0px;
  }
    .page-top .message-container .message-content .message-card{
        flex-direction:column;
        padding:24px;
    }

    .page-top .message-container .message-content .message-profile{
        width:100%;
    }

    .page-top .message-container .message-content .message-title{
        font-size:32px;
        line-height: 120%;
    }

    .page-top .message-container .message-content .profile-name{
        font-size:32px;
    }

    .page-top .message-container .message-content .content p{
        font-size:16px;
        line-height:1.8;
    }

}
/* end page-top message  */

/* start page-top possibilities  */
/* .page-top .header-possibilities {
  width: 100%;   
  margin-bottom: -200px;
}
.page-top .header-possibilities .image {
    width: 100%;
    margin-left: -4px;
    display: block;
}
.page-top .header-possibilities .image-sp {
    display: none;
}
@media only screen and (max-width: 768px) {
  .page-top .header-possibilities {
    margin-bottom: -10px;
  }
  .page-top .header-possibilities .image {
    display: none;
  }
  .page-top .header-possibilities .image-sp {
      width: 100%;
      display: block;
      margin-left: -1px;
      margin-bottom: -15px;
  }
} */


/* .page-top .possibilities-container { */
    /* background-image: url(../images/gurukomi/roadmap.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto; */
    /* background: url(../images/gurukomi/roadmap.webp) center top / cover no-repeat; */
/* } */
.page-top .possibilities-container{
    position: relative;
    background: url(../images/gurukomi/roadmap.webp)
                top center / 100% auto no-repeat;
}

.page-top .possibilities-container::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: #8CC459;
    z-index: -1;
}
.page-top .possibilities-container .wrapper-w { 
      padding: 350px 20px 0;
}
@media (max-width: 1551px) {
  .page-top .possibilities-container .wrapper-w { 
        padding: 300px 0px 0;
  }
}
@media (max-width: 1280px) {
  .page-top .possibilities-container .wrapper-w { 
        padding: 250px 20px 0;
  }
}
@media (max-width: 1088px) {
  .page-top .possibilities-container .wrapper-w { 
        padding: 200px 20px 0;
        width: 100%;
  }
  .page-top .possibilities-container::after {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .page-top .possibilities-container{
      position: relative;
      background: url(../images/gurukomi/roadmap-sp.webp)
                  top center / 100% auto no-repeat;
  }
  .page-top .possibilities-container .wrapper-w {
      padding: 380px 20px 0;
      width: 100%;
  }
}
@media (max-width: 640px) {
  .page-top .possibilities-container .wrapper-w {
      padding: 300px 20px 0;
  }
}
@media (max-width: 576px) {
  .page-top .possibilities-container .wrapper-w {
      padding: 250px 0px 0;
  }
}
@media (max-width: 480px) {
  .page-top .possibilities-container .wrapper-w {
      padding: 200px 0px 0;
  }
}

/* .page-top .possibilities-container .header-possibilities {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.page-top .possibilities-container .header-possibilities img {
    display: block;
    width: 100%;
}

.page-top .possibilities-container .header-possibilities .image-sp {
    display: none;
} */

.page-top .possibilities-container .badge {
    font-family: 'Zen Maru Gothic', sans-serif !important;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0%;
    display: inline-block;
    background: white;
    color: #8cc152;
    padding: 6px 38px;
    border-radius: 999px;
    margin-bottom: 25px;
  }
.page-top .possibilities-container .title {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 46px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 25px;
  color: #fff;
  line-height: 100%;
}

.page-top .possibilities-container .description {
  font-family: 'Zen Maru Gothic', sans-serif !important;
  font-weight: 700;
  font-size: 25px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 45px;
  color: #fff;
}
.page-top .possibilities-container .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .page-top .possibilities-container .card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    min-height: 170px;
  }

  .page-top .possibilities-container .card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
  }

 .page-top .possibilities-container .card-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .page-top .possibilities-container .card-title {
    font-family: 'Zen Maru Gothic', sans-serif !important;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #8CC459;
  }

  .page-top .possibilities-container .card p {
    font-family: 'Zen Maru Gothic', sans-serif !important;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #4A4A46;
  }
  /* @media (max-width: 900px) {
  .page-top .possibilities-container .title {
    font-size: 38px;
  }

  .page-top .possibilities-container .description {
    font-size: 18px;
  }

  .page-top .possibilities-container .card-title {
    font-size: 28px;
    line-height: 120%;
  }
} */

@media (max-width: 768px) {
  .page-top .possibilities-container {
    /* border-top-right-radius: 10px; */
    padding: 0px 30px 80px;
  }
  .page-top .possibilities-container .header-possibilities .image {
      display: none;
  }

  .page-top .possibilities-container .header-possibilities .image-sp {
      display: block;
  }
  .page-top .possibilities-container .section {
    padding: 40px 25px;
    border-top-right-radius: 60px;
  }

  .page-top .possibilities-container .title {
    font-size: 32px;
    line-height: 120%;
  }

  .page-top .possibilities-container .description {
    font-size: 16px;
  }
  .page-top .possibilities-container .card-header {
    gap: 20px;
  }
  .page-top .possibilities-container .card {
    padding: 15px 28px 28px;
  }
  .page-top .possibilities-container .card-icon {
    width: 90px;
    height: auto;
  }
  .page-top .possibilities-container .card-title {
    font-size: 22px;
    line-height: 27px;
  }
  .page-top .possibilities-container .card p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 576px) {
  .page-top .possibilities-container .grid {
    grid-template-columns: 1fr;
  }
  .page-top .possibilities-container .card-title {
    font-size: 21px;
  }
  .page-top .possibilities-container .title {
    font-size: 20px;
  }
  .page-top .possibilities-container .description {
    font-size: 12px;
  }
}

/* end page-top possibilities  */

/* start page-top faq  */
.page-top .faq-container {
    background-color: #8CC459;
    padding: 100px 0 80px;
}
.page-top .header-faq {
    width: 100%;
    padding-bottom: 65px;
}
.page-top .faq-container .faq-content .title {
    font-family: 'Zen Maru Gothic', sans-serif !important;
    font-weight: 700;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}
.page-top .faq-container .faq-content .description {
    font-family: 'Zen Maru Gothic', sans-serif !important;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}
.faq-section{
    max-width: 900px;
    margin: 50px auto;
}

.faq-item{
    background:#F4F4F4;
    border-radius:16px;
    margin-bottom:15px;
    overflow:hidden;
}

.faq-question {
    width:100%;
    border:none;
    background:none;
    cursor:pointer;

    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    text-align:left;
    gap: 20px;

    padding: 10px 24px 10px 15px;
    color:#4A4A46;

    font-family: 'Zen Maru Gothic', sans-serif !important;
    font-weight: 900;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0%;

}
.faq-question-row{
    display:flex;
    align-items:flex-start;
    gap:10px;
    flex:1;
}

.q-label{
    flex-shrink:0;
}

.faq-question-text{
    flex:1;
}
.q-label,
.a-label{
    font-family: 'Zen Maru Gothic', sans-serif !important;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0%;
    color:#8CC152;
}

.faq-icon{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#8CC152;

    color:#fff;
    font-size:24px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
}
.faq-answer-row{
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.faq-answer-text{
    flex:1;
}

.faq-answer-text p:first-child{
    margin-top:0;
}
.faq-answer{
    font-family: 'Zen Maru Gothic', sans-serif !important;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0%;
    display:none;
    padding:0 24px 24px;
    color:#4A4A46;
}
.faq-divider{
    border:none;
    border-top:1px solid #8CC459;
    margin:0 0 24px;
}
.faq-item.active .faq-answer{
    display:block;
}

.faq-item.active .faq-icon{
    transform:rotate(45deg);
}

.faq-answer ol,
.faq-answer ul{
    margin:18px 0;
    padding-left:24px;
}

@media only screen and (max-width: 768px) {
  .page-top .faq-container {
    padding: 50px 0;
  }
  .page-top .faq-container .faq-content {
      padding: 0 15px;
  }
  .page-top .faq-container .terms-container {
      padding: 0 15px;
  }
  .page-top .faq-container .faq-content .title {
      font-size: 60px;
  }
  .page-top .faq-container .faq-content .description {
      font-size: 14px;
  }

}

@media only screen and (max-width: 576px) {
  .page-top .faq-container {
    padding: 0;
  }
  .faq-item {
    margin-bottom: 10px;
  }
}
/* end page-top faq  */

/* start page-notice  */
.page-top .notice-container {
    /* background-color: #f3f3f3; */
    padding: 100px 0 80px;
}.page-top .notice-container .notice-section {
  background: #fff;
  padding: 2rem 5rem;
  margin-top: 50px;
}
.page-top .notice-container .notice-section h2 {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #2E2E2E;
  margin-bottom: 2rem;
}
.page-top .notice-container .notice-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.page-top .notice-container .notice-item.with-icon img.icon-warning {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  margin-top: 4px;
  flex-shrink: 0;
}
.page-top .notice-container .notice-item p {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
}
.page-top .notice-container .terms-container {
    margin: 50px 0 0;
    padding: 50px 0 70px;
    background-color: #fff;
}
.page-top .notice-container .terms-container h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  color: #2E2E2E;
  text-align: center;
  padding-bottom: 20px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif !important;
}
.page-top .notice-container .terms-wrapper {
  height: 317px; 
  overflow-y: auto;
  padding: 0 5rem;
  background-color: #fff;
}
.page-top .notice-container .terms-content p {
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}
@media only screen and (max-width: 64em) {
 .page-top .notice-container .notice-section {
    padding: 15px;
    margin: 0 15px;
  }
  .page-top .notice-container .notice-section h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .page-top .notice-container .notice-item p {
    font-size: 14px;
  }
  .page-top .notice-container .terms-container {
    margin: 20px 15px 0;
    padding: 20px 0 30px;
  }
  .page-top .notice-container .terms-wrapper {
    padding: 15px;
  }
  .page-top .notice-container .terms-container h2 {
    font-size: 18px;
    padding-bottom: 0px;
  }
}
/* start page-notice  */










  /* Footer  */
.footer {
  background-color: #8CC459;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: 'Arial', sans-serif;
  text-align: center;
}

.footer-inner {
  margin: 0 auto;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-bottom: 30px;
}

.footer-logo img {
  width: 30%;
  height: auto;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.footer-links a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.footer-links a:hover {
  opacity: 0.7;
}

.footer-copy {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.hr-tag {
  border:none;
  border-bottom: 2px solid #b5dd90;
  margin: 30px 0;
}
@media only screen and (max-width: 64em) {
  .footer-logo img {
    width: 60%;
  }
}
