@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: #fff;
    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;
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


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


/* start header  */
#header .header-wrapper .header-contents {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: auto;
    width: 1088px;
    margin: 0 auto;
}
#header .header-contents .h-logo a img {
    width: 300px;
    position: absolute;
    top: 50px;
}

#header .header-contents .h-logo a{
    z-index: 1;
    position: absolute;
}
#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: 75px;
    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;
    /* padding-bottom: 35px; */

}

#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 only screen and (max-width: 64em) {
    .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: #f3f3f3;
    }
    #header .header-contents .h-logo a img {
      top: 20px;
      left: 20px;
    }
    #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: 500;
      line-height: 140%;
      letter-spacing: 0.05em;
    }
    #banner .cover .title-wrapper .subtitle {
      font-weight: 500;
      font-size: 15px;
      line-height: 150%;
      letter-spacing: 0.05em;
    }
    #header .header-wrapper .header-contents {
        width: 100%;
    }
    #banner .cover .slider-cover img.banner-sp {
        display: block;
    }
    #banner .cover .slider-cover img.banner-pc {
        display: none;
    }
}
/* end header  */

/* Start top page  */

/* start page-top introduction  */
.page-top .introduction {
    background-color: #f3f3f3;
    /* padding: 25px 0 0; */
    margin-top: -50px;
}
.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;
}
@media only screen and (max-width: 64em) {
    .page-top .new-cta {
        width: 100%;
        padding: 0 15px;
    }
    .page-top .new-cta .cta-img {
      width: 100%;
    }
}
/* end page-top introduction  */


/* start page-top reason  */
.page-top .reasons-container {
    background-color: #f3f3f3;
    padding: 100px 0 50px;
}
.page-top .reasons-container .reasons-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;
}
.page-top .reasons-container .reasons-content .description {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
    color: #000;
}
.page-top .reasons-container .reasons-content .reasons {
    margin: 0 auto;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;    
}
.page-top .reasons-container .reasons-content .reasons .reasons-item {
  position: relative;
}
.page-top .reasons-container .reasons-content .reasons .reasons-item .reason-label {
  font-family: "Red Hat Display", sans-serif !important;
  color: #90CB39;
  font-size: 16px;
  line-height: 170%;
}
.page-top .reasons-container .reasons-content .reasons .reasons-item .reasons-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #333;
}
.page-top .reasons-container .reasons-content .reasons .reasons-item .reasons-description {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.5;
  color: #333;
}
.page-top .reasons-container .reasons-content .reasons .reasons-item .icon img {
  width: 20%;
  position: absolute;
  margin: 0 auto;
  right: 120px;
  top: 8px;
}

@media only screen and (max-width: 64em) {
  .page-top .reasons-container .reasons-content .reasons .reasons-item .icon img {
    right: 10px;
    top: 20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-top .reasons-container .reasons-content .title {
      font-size: 60px;
  }
  .page-top .reasons-container .reasons-content .description {
    font-size: 14px;
  }
  .page-top .reasons-container .reasons-content .reasons .reasons-item .reasons-title {
    font-size: 20px;
  }
  .page-top .reasons-container .reasons-content .reasons .reasons-item .reasons-description {
    font-size: 16px;
  }
  .page-top .reasons-container .reasons-content .reasons {
        grid-template-columns: 1fr;
  }
  .page-top .reasons-container .reasons-content .reasons .reasons-item .icon img {
    width: 25%;
    top: 0px;
  }
}
/* end page-top reason  */

/* start page-top about  */
.page-top .about-container {
    background-color: #f3f3f3;
    padding: 100px 0 80px;
}
.page-top .about-container .about-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;
}
.page-top .about-container .about-content .description {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
    color: #000;
}
.page-top .about-container .about-content .about {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background: #FFFFFF;
    padding: 40px 40px 20px;
    border-radius: 16px;
    gap: 24px;
    margin-top: 25px;
}
.page-top .about-container .about-content .about-text {
    flex: 1;
    font-size: 1rem;
    color: #333;
}
.page-top .about-container .about-content .about-text h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 180%;
    letter-spacing: 0.05em;
    color: #333;
}
.page-top .about-container .about-content .about-text p {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 180%;
    letter-spacing: 0.05em;
    color: #000;
    font-weight: 500;
}
.page-top .about-container .about-content .about-images {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 0px;
    margin-left: 32px;
}
.page-top .about-container .about-content .about-images img {
    width: 250px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

@media only screen and (max-width: 64em) {
  .page-top .about-container {
    padding: 50px 0px;
  }
  .page-top .about-container .about-content  .title {
      font-size: 60px;
      padding: 0 15px;
  }
  .page-top .about-container .about-content .description {
    font-size: 14px;
    padding: 0 15px;
  }
  .page-top .about-container .about-content .about {
    flex-direction: column-reverse;
    padding: 20px 15px;
    border-radius: 0;
  }
  .page-top .about-container .about-content .about-images {
    margin-left: 0;
  }
  .page-top .about-container .about-content .about-images img {
    width: 100%;
  }
  .page-top .about-container .about-content .about-text h2 {
    font-size: 22px;
  }
  .page-top .about-container .about-content .about-text h2 span {
    font-size: 16px;
  }
  .page-top .about-container .about-content .about-text p {
    font-size: 14px;
  }
}
/* end page-top about  */

/* start page-top recommend  */
.page-top .recommend-container {
    background-color: #f3f3f3;
    padding: 100px 0 80px;
}
.page-top .recommend-container .recommend-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;
}
.page-top .recommend-container .recommend-content .description {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
    color: #000;
}
.page-top .recommend-container .recommend-content .recommend {
    padding: 32px 24px;
    border-radius: 12px;
    max-width: 800px;
    margin: 0 auto;
  }
.page-top .recommend-container .recommend-content .recommend ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 25px;
  }
.page-top .recommend-container .recommend-content .recommend li {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 150%;
    letter-spacing: 0.05em;
  }
.page-top .recommend-container .recommend-content .recommend li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
.page-top .recommend-container .recommend-content .recommend .highlight {
    background-color: #FFFFFF;
    padding: 0 5px;
}
@media only screen and (max-width: 64em) {
  .page-top .recommend-container .recommend-content .title {
    font-size: 60px;
  }
  .page-top .recommend-container .recommend-content .description {
    font-size: 14px;
  }
  .page-top .recommend-container .recommend-content .recommend {
    padding: 32px 0px;
    max-width: 100%;
  }
  .page-top .recommend-container .recommend-content .recommend li {
    font-size: 18px;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    padding-left: 30px;
  }
  .page-top .recommend-container .recommend-content .recommend li img {
    position: absolute;
    left: 0px;
    top: 5px;
  }
}
/* end page-top recommend  */

/* start page-top important  */
.page-top .important-container {
    background-color: #f3f3f3;
    padding: 100px 0 80px;
}
.page-top .important-container .important-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 .important-container .important-content .description {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
    color: #000;
}
.page-top .important-container .important-content .important {
    margin-top: 30px;
}
.page-top .important-container .important-content .important img {
    width: 100%;
}
@media only screen and (max-width: 64em) {
  .page-top .important-container {
    padding: 50px 0;
  }
  .page-top .important-container .important-content .title {
      font-size: 60px;
  }
  .page-top .important-container .important-content .description {
      font-size: 14px;
  }
}
/* end page-top important  */

/* start page-top merit  */
.page-top .merit-container {
    background-color: #f3f3f3;
    padding: 100px 0 80px;
}
.page-top .merit-container .merit-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;
}
.page-top .merit-container .merit-content .subtitle {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
    color: #000;
}
.page-top .merit-container .merit-content .merit {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
  }
.page-top .merit-container .merit-content .merit-card {
    display: flex;
    justify-content: space-between;
    flex-direction: row; 
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    gap: 1rem;
  }
.page-top .merit-container .merit-content .merit-text {
    flex: 1;
  }
.page-top .merit-container .merit-content .merit-title {
    font-family: "Red Hat Display", sans-serif !important;
    color: #BFE084;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.04em;
  }
.page-top .merit-container .merit-content .merit-heading {
    margin: 0 0 1rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.05em;
  }
.page-top .merit-container .merit-content .merit-text .description {
    margin-bottom: 1rem;
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.05em;
  }
.page-top .merit-container .merit-content .merit-text ul {
    padding-left: 1.2rem;
    list-style: disc;
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
  }
.page-top .merit-container .merit-content .merit-image {
    flex: 0 0 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
.page-top .merit-container .merit-content .merit-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  

@media only screen and (max-width: 64em) {
  .page-top .merit-container .merit-content .title {
      font-size: 60px;
      padding: 0 15px;
  }
  .page-top .merit-container .merit-content .subtitle {
    font-size: 14px;
      padding: 0 15px;
  }
  .page-top .merit-container .merit-content .merit {
    gap: 0;
  }
  .page-top .merit-container .merit-content .merit-card {
      flex-direction: column-reverse;
      border-radius: 0;
      padding: 30px 15px;
  }
  .page-top .merit-container .merit-content .merit-image {
    flex: 0;
  }
  .page-top .merit-container .merit-content .merit-title {
    font-size: 16px;
  }
  .page-top .merit-container .merit-content .merit-heading {
    font-size: 20px;
  }
  .page-top .merit-container .merit-content .merit-text .description {
    font-size: 14px;
  }
}  
/* end page-top merit  */

/* start page-top supervision  */
.page-top .supervision-container {
    background-color: #f3f3f3;
    padding: 100px 0 80px;
}
.page-top .supervision-container .supervision-section {
    background: linear-gradient(113.67deg, #90CB39 6.88%, #A9F934 98.7%);
    border-radius: 10px;
    margin: auto;
}
.page-top .supervision-container .supervision-section .supervision-title img {
    max-width: 85%;
    padding: 10px;
    display: block;
    margin: 0 auto 30px;
}

.page-top .supervision-container .supervision-section .supervision-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 30px 20px 50px;
}
.page-top .supervision-container .supervision-section .profile-left {
  /* flex: 1; */
  text-align: center;
  width: 24%;
}
.page-top .supervision-container .supervision-section .profile-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 1rem;
}
.page-top .supervision-container .supervision-section .profile-highlights {
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: left;
}
.page-top .supervision-container .supervision-section .profile-right {
  flex: 2;
  min-width: 300px;
}
.page-top .supervision-container .supervision-section .profile-right h2 {
  font-size: 28px;
  line-height: 150%;
  font-weight: 700;
  color: #000000;
}
.page-top .supervision-container .supervision-section .profile-right h2 span {
  font-size: 24px;
}
.page-top .supervision-container .supervision-section .subtitle {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  padding: 10px 0 30px;
}
.page-top .supervision-container .supervision-section .description {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000000;
}
.page-top .supervision-container .supervision-section .sample-box {
  background: white;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 11px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 150%;
  color: #000000;
}
@media only screen and (max-width: 64em) {
}
/* end page-top supervision  */

/* start page-top roadmap  */
.page-top .roadmap-container {
    background-color: #f3f3f3;
    padding: 100px 0 80px;
}
.page-top .roadmap-container .roadmap-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 .roadmap-container .roadmap-content .description {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
    color: #000;
}
.page-top .roadmap-container .roadmap-content .roadmap {
    width: 100%;
    margin: 30px auto 0;
}
.page-top .roadmap-container .roadmap-content .roadmap img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 3px 3px 15px 0px #00000026;
}
@media only screen and (max-width: 64em) {
  .page-top .roadmap-container .roadmap-content .title {
      font-size: 60px;
  }
.page-top .roadmap-container .roadmap-content .roadmap img {
    border-radius: 0;
    box-shadow: none;
}
}
/* end page-top roadmap  */

/* start page-top projects  */
.page-top .projects-container {
    background-color: #f3f3f3;
    padding: 100px 0 80px;
}
.page-top .projects-container .projects-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 .projects-container .projects-content .projects {
  overflow-x: auto;
  padding-bottom: 24px;
  white-space: nowrap;
  position: relative;
}
.page-top .projects-container .projects-content .description {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
    color: #000;
}
.page-top .projects-container .projects-content .projects {
  position: relative;
}
.page-top .projects-container .projects-content .scroll-label {
    font-weight: 700;
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-align: right;
    margin-bottom: 20px;
    color: #333333;
}
.page-top .projects-container .projects-content .scroll-container {
  display: flex;
  gap: 16px;
  
  /* add below if with color  */
    /* overflow-x: auto;
    padding-bottom: 10px; */
}

.page-top .projects-container .projects-content .card {
  display: inline-block;
}
.page-top .projects-container .projects-content .card img {
  display: block;
  width: 250px;
  height: auto;
  object-fit: contain;
}
.page-top .projects-container .projects-content .scroll-container img {
    display: block;
    width: 260px; 
    height: auto;
    object-fit: contain;
}
.page-top .projects-container .projects-content .scroll-note {
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #8B8B8B;
    margin-top: 16px;
    display: inline-block;
    white-space: normal;
    width: 100%;
}
.page-top .projects-container .projects-content .scroll-container::-webkit-scrollbar {
    height: 8px;
}
.page-top .projects-container .projects-content .scroll-container::-webkit-scrollbar-thumb {
  background-color: #90CB39;
  border-radius: 4px;
}
.page-top .projects-container .projects-content .scroll-container::-webkit-scrollbar-track {
    background-color: #eee;
}
@media only screen and (max-width: 64em) {
  .page-top .projects-container {
    padding: 50px 0;
  }
  .page-top .projects-container .projects-content .title {
      font-size: 60px;
  }
  .page-top .projects-container .projects-content .description {
      font-size: 14px;
  }
  .page-top .projects-container .projects-content .scroll-label {
    font-size: 18px;
  }
}
/* end page-top projects  */

/* start page-top voice  */
.page-top .voice-container {
    background-color: #f3f3f3;
    padding: 100px 0 80px;
}
.page-top .voice-container .voice-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 .voice-container .voice-content .description {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
    color: #000;
}
.page-top .voice-container .voice-content .voice {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  justify-content: center;
  align-items: start; 
  margin-top: 40px;
}
.page-top .voice-container .voice-content .testimonial-card {
  border: 2px solid #D7D7D7;
  background-color: white;
  border-radius: 12px;
  padding: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-top .voice-container .voice-content .profile-header {
  display: flex;
  align-items: center;
}
.page-top .voice-container .voice-content .profile-info {
  margin-left: 1rem;
}
.page-top .voice-container .voice-content .profile-info h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  color: #333333;
  display: flex;
}
.page-top .voice-container .voice-content .profile-info h3 span {
  font-size: 14px;
  padding-left: 3px;
}
.page-top .voice-container .voice-content .profile-info .tags {
  margin-top: 4px;
}
.page-top .voice-container .voice-content .profile-info .tags span {
  background-color: #d9d9d9;
  color: #333333;
  font-weight: 700;
  padding: 4px 6px;
  font-size: 10px;
  line-height: 150%;
  border-radius: 2px;
  white-space: nowrap;
  margin-right: 5px;
}
.page-top .voice-container .voice-content .profile-img {
  width: 40%;
  height: auto;
}
.page-top .voice-container .voice-content h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #333333;
  margin: 1rem 0 1.5rem;
}
.page-top .voice-container .voice-content .before-after p {
  font-size: 14px;
  font-weight: 500;
  line-height: 154%;
  margin-bottom: 1rem;
  color: #333333;
}
.page-top .voice-container .voice-content .label {
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 0.3rem;
}
.page-top .voice-container .voice-content .label.before {
  background-color: #2102EE;
  color: white;
}
.page-top .voice-container .voice-content .label.after {
  background-color: #EE0206;
  color: white;
}
.page-top .voice-container .voice-content .project {
  font-weight: 700;
  margin-top: 1rem;
  font-size: 12px;
  line-height: 154%;
  color: #333333;
}
@media only screen and (max-width: 64em) {
  .page-top .voice-container .voice-content .title {
      font-size: 60px;
  }
  .page-top .voice-container .voice-content .description {
      font-size: 14px;
  }
}
/* end page-top voice  */

/* start page-top price  */
.page-top .price-container {
    background-color: #f3f3f3;
    padding: 100px 0 80px;
}
.page-top .price-container .price-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 .price-container .price-content .description {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
    color: #000;
}
.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;
      align-items: baseline;
      gap: 10px;
      flex-shrink: 0;
}
.page-top .price-container .price-content .price {
    font-size: 63px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}   
.page-top .price-container .price-content .monthly {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    color: #333;
      white-space: nowrap;
}
.page-top .price-container .price-content .notes {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
    line-height: 150%;
    flex: 1;
    max-width: 600px;
}

.page-top .price-container .price-content .divider {
    border-top: 1px solid #000;
    margin: 30px 0;
}
.page-top .price-container .price-content .title-second {
    font-size: 18px;
    font-weight: 500;
    line-height: 169%;
    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: #F0FFD5;
    padding: 20px 10px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 140%;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #333;
}
.page-top .price-container .price-content .service-box span {
    font-size: 10px;
    line-height: 140%;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #333;
}

@media only screen and (max-width: 64em) {
  .page-top .price-container .price-content .title {
      font-size: 60px;
      padding: 0 15px;
  }
  .page-top .price-container .price-content .description {
      font-size: 14px;
      padding: 0 15px;
  }
  .page-top .price-container .price-content  .grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 5px;
    }
}
@media only screen and (max-width: 47.9375em) {
    .page-top .price-container .price-content .price-notes-wrapper {
        flex-direction: column;
        gap: 5px;
    }
    .page-top .price-container .price-content .price-section {
      border-radius: 0;
      padding: 30px 15px;
    }
    .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;
    }
    .page-top .price-container .price-content .service-box {
      font-size: 12px;
    }
}
/* 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: 50px 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 .text-contact p {
    font-size: 16px;
  }
  .page-top .company-container .company-content .description-bottom {
    font-size: 14px;
  }
}
/* end page-top operating company  */

/* start page-top message  */
.page-top .message-container {
    background-color: #f3f3f3;
    padding: 100px 0 80px;
}
.page-top .message-container .message-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 .message-container .message-content .description {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
    color: #000;
}
.page-top .message-container .message-content .message {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  margin: 35px auto 0;
}
.page-top .message-container .message-content .message-left {
  flex: 1;
  max-width: 280px;
  text-align: center;
}
.page-top .message-container .message-content .message-photo {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.page-top .message-container .message-content .message-name-block {
  margin-top: 16px;
}
.page-top .message-container .message-content .message-name-block .title-img {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 169%;
  color: #000;
}
.page-top .message-container .message-content .message-name-block .subtitle {
  font-size: 26px;
  font-weight: 500;
  line-height: 169%;
  color: #000;
}
.page-top .message-container .message-content .message-right {
  flex: 2;
  min-width: 300px;
}
.page-top .message-container .message-content .message-right p {
  font-size: 18px;
  font-weight: 500;
  line-height: 169%;
  color: #000;
  padding-bottom: 20px;
}
@media only screen and (max-width: 64em) {
  .page-top .message-container {
    padding: 50px 0;
  }
  .page-top .message-container .message-content .title {
      font-size: 60px;
  }
  .page-top .message-container .message-content .description {
      font-size: 14px;
  }
  .page-top .message-container .message-content .message-left {
    width: 100%;
    text-align: left;
  }
  .page-top .message-container .message-content .message-name-block .title-img {
    font-size: 18px;
  }
  .page-top .message-container .message-content .message-name-block .subtitle {
    font-size: 28px;
  }
  .page-top .message-container .message-content .message-right p {
    font-size: 16px;
  }
}
/* end page-top message  */

/* start page-top faq  */
.page-top .faq-container {
    background-color: #f3f3f3;
    padding: 100px 0 80px;
}
.page-top .faq-container .faq-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 .faq-container .faq-content .description {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
    color: #000;
}
.page-top .faq-container .faq-content .faq {
  margin-top: 40px;
}
.page-top .faq-container .faq-content .faq-item {
  background: #fff;
  margin-bottom: 10px;
}
.page-top .faq-container .faq-content .faq-question,
.page-top .faq-container .faq-content .faq-answer {
  display: flex;
  align-items: stretch;
  padding: 1rem;
  position: relative;
}
.page-top .faq-container .faq-content .icon-q,
.page-top .faq-container .faq-content .icon-a {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.page-top .faq-container .faq-content .vertical-line {
  width: 1px;
  background-color: #ccc;
  margin: 0 1rem;
}
.page-top .faq-container .faq-content .faq-text {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
  color: #333333;
}
.page-top .faq-container .faq-content .faq-text-answer {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 150%;
  color: #262626;
  padding: 0 55px 0 0;
}
.page-top .faq-container .faq-content .toggle-icon {
  font-size: 1.6rem;
  text-shadow: 0 0 1px red;
  color: red;
  margin-left: 1rem;
}
.page-top .faq-container .faq-content .faq-answer {
  display: none;
  background: #fff;
}
.page-top .faq-container .notice-section {
  background: #fff;
  padding: 2rem 5rem;
  margin-top: 50px;
}
.page-top .faq-container .notice-section h2 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #2E2E2E;
  margin-bottom: 2rem;
}
.page-top .faq-container .notice-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.page-top .faq-container .notice-item.with-icon img.icon-warning {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  margin-top: 4px;
  flex-shrink: 0;
}
.page-top .faq-container .notice-item p {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
}
.page-top .faq-container .terms-container {
    margin: 50px 0 0;
    padding: 50px 0 70px;
    background-color: #fff;
}
.page-top .faq-container .terms-container h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #2E2E2E;
  text-align: center;
  padding-bottom: 20px;
}
.page-top .faq-container .terms-wrapper {
  height: 317px; 
  overflow-y: auto;
  padding: 0 5rem;
  background-color: #fff;
}
.page-top .faq-container .terms-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}

@media only screen and (max-width: 64em) {
  .page-top .faq-container {
    padding: 50px 0;
  }
  .page-top .faq-container .faq-content .title {
      font-size: 60px;
  }
  .page-top .faq-container .faq-content .description {
      font-size: 14px;
  }
  .page-top .faq-container .faq-content .faq-text {
    font-size: 14px;
  }
  .page-top .faq-container .faq-content .faq-text-answer {
    font-size: 14px;
  }
  .page-top .faq-container .notice-section {
    padding: 15px;
  }
  .page-top .faq-container .notice-section h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .page-top .faq-container .notice-item p {
    font-size: 14px;
  }
  .page-top .faq-container .terms-container {
    margin: 20px 0 0;
    padding: 20px 0 30px;
  }
  .page-top .faq-container .terms-wrapper {
    padding: 15px;
  }
  .page-top .faq-container .terms-container h2 {
    font-size: 18px;
    padding-bottom: 0px;
  }
}
/* end page-top faq  */











  /* Footer  */
.footer {
  background-color: #3E3E3E;
  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: 15%;
  height: auto;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 40px 0 80px;
}

.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;
  color: #ccc;
}
@media only screen and (max-width: 64em) {
  .footer-logo img {
    width: 60%;
  }
}