@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
    --font-size-72: 72px;
    --font-size-44: 44px;
    --font-size-40: 40px;
    --font-size-36: 36px;
    --font-size-32: 32px;
    --font-size-28: 28px;
    --font-size-26: 26px;
    --font-size-22: 22px;
    --font-size-18: 18px;
    --content-width: 1432px;
    --gpt-black: #000;
    --gpt-white: #fff;
    --gpt-blue: #0095d8;
    --gpt-yellow: #fbe44d;
}
body {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
}
.contents-wrapper {
    max-width: var(--content-width);
    padding: 128px 24px;
    height: 100%;
    margin: 0 auto;
}
.accent-color-blue {
    color: var(--gpt-blue);
}
.accent-color-yellow {
    color: var(--gpt-yellow);
}
.contents h2 {
    font-size: var(--font-size-44);
    font-weight: bold;
    text-align: center;
    margin-bottom: 90px;
}
.contents h3 {
    font-size: var(--font-size-36);
    font-weight: bold;
    text-align: center;
}
.fs-S{
    font-size: 80%;
}
.fs-B{
    font-size: 120%;
}
.pc-none {
    display: none;
}
.tab-none {
    display: none;
}
.sp-none {
    display: block;
}
.CcolorA{
    color: #2acb9a;
}
.CcolorB{
    color: #2acb9a;
}
.CcolorC{
    color: #000;
}
div > svg{
    margin-bottom: -0.5rem;
}
.hero-container {
    height: 100vh;
    min-height: 900px;
    position: relative;
}
.hero-container::after {
    content: '';
    position: absolute;
    width: 40vw;
    height: 40vw;
    background-size: 100%;
    bottom: -22vw;
    left: -22vw;
    background-image: url(../../assets/images/hero-img-2.webp);
}
.hero-container .hero-wrapper {
    position: relative;
    max-width: 1920px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-wrapper::before {
    content: '';
    position: absolute;
    width: 40vw;
    height: 40vw;
    background-size: 100%;
    top: -20vw;
    right: -20vw;
    background-image: url(../../assets/images/hero-img-1.webp);
}
.hero-logo {
    position: absolute;
    top: 1rem;
    left: 2rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #2acb9a;
}
.hero-logo img {
    width: 60px;
}
.hero-contents .title {
    font-size: 5rem;
    display: inline-block;
    line-height: 1.2;
    padding: 0 0 0 5vw;
    width: 100%;
    font-weight: 600;
}
.hero-contents .title span {
    display: inline-block;
}
.hero-contents .title-02 {
    margin-top: 16px;
}
.hero-contents .sub-block {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.hero-contents .sub-title {
    display: inline-block;
    font-size: 2.75rem;
    padding: 1rem 5rem;
    font-weight: bold;
    margin: 7rem 5vw 3rem auto;
    color: #fff;
    background: #2acb9a;
}
.hero-contents .desc {
    font-size: 1.5rem;
    text-align: center;
    margin-right: 5vw;
}
.needs-container{
    background: #fefff4;
}
.needs-wrapper{
    padding: 0 24px;
}
.needs-contents {
    padding: 0 120px;
}
.needs-contents h2 {
    font-size: 48px;
}
.needs-contents h2 span {
    display: inline-block;
}
.needs-contents h2 span.CcolorB {
    font-size: 150%;
    padding: 0 0.25rem;
    position: relative;
    top: 0.25rem;
}
.needs-contents .problem-list {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
    padding-bottom: 0.5rem;
}
.needs-contents .problem-list li {
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 500;
    width: calc((100% - 5rem) / 3);
    background: #fff;
    border-radius: 50%;
    padding: 3rem 5rem;
    text-align: center;
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 3px #ccc;
}
.needs-contents .problem-list li svg {
    width: 3rem;
    height: 3rem;
}
.needs-contents .problem-list li p {
    font-size: 18px;
    font-weight: 500;
}
.recommend-container {
}
.recommend-wrapper {
    position: relative;
    padding: 64px 24px 0;
}
.recommend-contents h2 {
    margin-bottom: 16px;
}
.recommend-contents .usecase-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem 3rem;
    margin: 5rem auto 0;
    max-width: 1280px;
}
.recommend-contents .usecase-list li {
    width: calc(calc(100% - 6rem) / 3);
    text-align: center;
}
.recommend-contents .usecase-list li img {
    max-width: 300px;
}
.recommend-contents .usecase-list li span {
    display: block;
    font-size: 1.5rem;
    color: #4a485d;
}
.recommend-contents .curriculum {
    margin: 130px auto 0;
}
.recommend-contents .curriculum p.title {
    text-align: center;
    font-size: var(--font-size-36);
    line-height: 1.8;
    font-weight: 500;
}
.recommend-contents .curriculum p.title span{
    font-size: 48px;
    font-weight: bold;
}
.recommend-contents .curriculum p.title-2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.8;
    background: #47413E;
    color: #fff;
    padding: 1rem 3rem;
    margin: 0.5rem auto 0;
    max-width: max-content;
}
.recommend-contents .curriculum p.title .accent-color-yellow,
.recommend-contents .curriculum p.title .accent-color-white {
    font-size: var(--font-size-44);
}
.recommend-contents .curriculum-list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 80px;
}
.recommend-contents .curriculum-list>li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    background: #fff;
    margin: 0 auto;
    position: relative;
}
.recommend-contents .curriculum-list li .number span {
    font-size: 90px;
    color: #7bda57;
    font-weight: 500;
    position: absolute;
    top: -4rem;
    left: 1rem;
}
.recommend-contents .curriculum-list li .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 0 0 32%;
}
.recommend-contents .curriculum-list li .card .card-header {
    padding: 1.5rem 2rem 1rem;
    font-size: 36px;
    font-weight: 400;
}
.recommend-contents .curriculum-list li .card .card-content {
    flex-grow: 1;
    padding: 0 2rem 1rem;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.5;
}
.recommend-contents .curriculum-list li .card .card-content p {
    padding: 0 0.25rem;
}
.recommend-contents .curriculum-list li .card .check-list {
    padding: 1rem 0.25rem;
    line-height: 1.5;
}
.recommend-contents .curriculum-list li .card .check-list li {
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    column-gap: 4px;
}
.recommend-contents .curriculum-list > li {
    min-height: 300px;
}
.recommend-contents .curriculum-list li .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recommend-contents .curriculum-list li .card-img img {
    width: 100%;
    height: auto;
}
.recommend-container-2 .triangle::before , .recommend-container-2 .triangle::after{
    border-bottom-color: #fff;
}
.comment {
    position: relative;
    background: #2aca9b;
    padding: 58px 58px 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: -1rem;
}
.comment-area {
    width: 60%;
    text-align: center;
}
.comment .comment-area h2 {
    font-size: 3rem;
    text-align: center;
    padding: 1rem;
}
.comment .comment-area h2 span {
    display: inline-block;
    background: #fff;
    padding: 0.5rem 2rem;
    text-decoration: underline 5px #f3ff09;
    -webkit-text-decorations-in-effect: underline;
}
.comment .comment-area h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem 2rem;
    display: inline-block;
    background: #fff;
    text-decoration: underline 5px #f3ff09;
}
.comment .comment-area ul {
    font-size: 1.3rem;
    margin-top: 2rem;
    padding: 2rem 2rem 2rem 3.5rem;
    background: #edfafa;
    font-weight: 400;
    text-align: left;
}
.comment .comment-area ul li{
    text-indent: -1.25em;
    margin-bottom: 0.25em;
}
.comment-img-area {
    width: 40%;
}
.comment-img-area .comment-img-3{
    display: none;
}
.slide-container{
    background: #2aca9b;
}
.slide-wrapper{
    padding-bottom: 0;
    max-width: none;
}
.splide {
    width: 100%;
    background: #ccc;
}
.splide__slide {
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.splide__slide img {
    width: 100%;
}
.splide__slide p{
    position: absolute;
    bottom: 2.5rem;
    display: flex;
    align-items: center;
    width: calc(50% - 2rem);
}
.splide__slide .dl-btn{
    right: 0;
    justify-content: center;
    width: 100%;
}
.splide__slide .mv-btn{
    left: calc(50% + 1rem);
    justify-content: start;
}
.splide__slide a{
    display: block;
    width: 100%;
    max-width: 25em;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 1.5rem 2rem;
    text-align: center;
    background: linear-gradient(90deg, #d9369a 0%, #8e44ad 100%);
    color: #fff;
    border-radius: 100px;
    box-shadow: 2px 2px 10px #ccc;
    border: 3px solid #f3ff09;
}
.splide__slide a:hover{
    opacity: .7;
}
.splide__slide a .sp-none{
    display: inline;
}
.splide__arrow{
    -ms-flex-align: center;
    align-items: center;
    background: #fefff4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .9;
    padding: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc((50vw - 500px) - 0.25rem);
    z-index: 1;
    border-radius: 0;
    height: 100%;
}
.splide__arrow--prev{
    left: 0;
    justify-content: end;
}
.splide__arrow--next{
    right: 0;
    justify-content: start;
}
.splide__arrow svg{
    fill: #fff;
    height: 5rem;
    width: 5rem;
    background: #d9369a;
    padding: 1.5rem;
    border-radius: 50%;
}
.splide__arrow:hover:not(:disabled) svg{
    background: #8e44ad;
}
.splide__pagination {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: -3rem;
}
.splide__pagination__page {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    transition: background 0.3s;
    opacity: 0.6;
}
.splide__pagination__page.is-active {
    background: #fbe44d;
    opacity: 1;
}
.document-link{
    margin-bottom: 5rem;
    background: #fefff4;
}
.document-link div{
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    border-left: 2px solid #bdd5ff;
    border-top: 2px solid #bdd5ff;
    border-right: 2px solid #4da8c1;
    border-bottom: 2px solid #4da8c1;
}
.document-link h2{
    padding: 0.5rem 2rem;
    font-size: 1.25rem;
    font-weight: 500;
}
.document-link p{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
    gap: 1rem;
}
.document-link p a{
    padding: 1rem 1rem 1rem 1.5rem;
    font-size: 1.1rem;
    background: #59ff83;
    border-radius: 50px;
    font-weight: 500;
    width: calc((100% - 2rem) / 3);
}
.document-link p a:hover{
    background: #ff972f;
    color: #fff;
}
.merit-container{
    padding: 3rem 0 0;
}
.merit-wrapper {
    padding: 30px 24px 0;
}
.merit-contents .contents-title h2 {
    margin-bottom: 60px;
}
.merit-contents .contents-title h2 span {
    padding: 0.5rem;
    font-size: 60px;
}
.merit-contents .support {
    margin-top: 80px;
    padding: 46px 24px 54px;
    display: block;
    background: #edfafa;
    border-radius: 30px;
}
.merit-contents .support h2 {
    margin: 0;
    font-size: 36px;
}
.merit-contents .reduction {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5rem;
    max-width: 1080px;
    margin: 0 auto;
}
.merit-contents .reduction .price-block {
    width: calc((100% - 10rem) / 3);
    text-align: center;
    position: relative;
}
.merit-contents .reduction .price-block .ttl-txt {
    font-size: 1.2rem;
    font-weight: 500;
}
.merit-contents .reduction .price-block p:not(.ttl-txt){
    display: block;
    text-align: left;
}
.merit-contents .reduction .price-block .price-txt {
    font-size: 1.1rem;
    font-weight: 500;
}
.merit-contents .reduction .price-block .price-txt .big-price {
    font-size: 250%;
    padding-right: 0.25rem;
}
.merit-contents .reduction .price-block.Pbasic-block p , .merit-contents .reduction .price-block.Preal-block p {
    padding-left: 1rem;
}
.merit-contents .reduction .price-block.Pbasic-block .ttl-txt , .merit-contents .reduction .price-block.Preal-block .ttl-txt {
    border: 1px solid;
    margin: 3rem auto 4rem;
    padding: 1rem;
    background: #edfafa;
}
.merit-contents .reduction .price-block.Pgraph-block {
    font-size: 1.2rem;
}
.merit-contents .reduction .price-block.Pgraph-block .price-txt {
    padding: 1.5rem 1rem 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}
.merit-contents .reduction .price-block.Pgraph-block .speech {
    position: relative;
    text-align: center;
    background: #f3ff09;
    font-weight: bold;
    padding: 1rem;
    font-size: 1.3rem;
}
.merit-contents .reduction .price-block.Pgraph-block .speech::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #f3ff09;
    border-bottom: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.merit-contents .reduction .price-block.Pgraph-block table {
    width: 100%;
}
.merit-contents .reduction .price-block.Pgraph-block table td {
    width: calc(50% - 1rem);
    vertical-align: middle;
    font-weight: 500;
}
.merit-contents .reduction .price-block.Pgraph-block table td.sell-1-1 {
    height: 12rem;
    background: #f3ff09;
}
.merit-contents .reduction .price-block.Pgraph-block table td.sell-2-1 {
    width: 2rem;
}
.merit-contents .reduction .price-block.Pgraph-block table td.sell-3-1 {
    background: #edfafa;
    height: 9rem;
}
.merit-contents .reduction .price-block.Pgraph-block table td.sell-3-2 {
    height: 3rem;
    background: #f3ff09;
}
.merit-contents .reduction .price-block.Preal-block .price-txt > span {
    border-bottom: 5px solid #2aca9b;
    padding-left: 0.5rem;
}
.merit-contents .reduction .price-block.Preal-block p:last-child {
    position: absolute;
    top: 8rem;
    right: 3rem;
    text-align: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    vertical-align: middle;
    padding: 1rem;
    line-height: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
    background: #2aca9b;
    color: #fff;
    font-weight: 900;
}
.merit-contents .reduction .price-block.Preal-block p:last-child::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 10px solid #2aca9b;
    border-bottom: 0;
    position: absolute;
    bottom: 5px;
    left: 10%;
    transform: translateX(-50%);
    transform: rotate(45deg);
}
.merit-contents .reduction .price-block.Preal-block p:last-child span {
    font-size: 120%;
    letter-spacing: 0;
    padding-right: 2px;
}
.merit-contents .support p {
    margin-top: 24px;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    text-align: center;
}
.merit-contents .rules {
    margin-top: 56px;
    text-align: center;
}
.merit-contents .suggest {
    margin-top: 48px;
    text-align: center;
}
.merit-contents .suggest h3 {
    font-size: 24px;
    font-weight: bold;
}
.merit-contents .suggest span {
    font-size: var(--font-size-40);
    font-weight: bold;
}
.documents-container{
    background: #fefff4;
    font-size: 16px;
    padding: 3rem 5rem 0;
}
.documents-wrapper{
    padding: 3rem 1rem;
    margin: -3rem auto -5rem;
    max-width: 1000px;
    background: #fff;
    border: 2px solid #2aca9b;
    position: relative;
}
.documents-container h3{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.documents-container .documents-item{
    display: flex;
    gap: 2rem;
    justify-content: center;
    padding: 2rem 0 0;
}
.documents-container a{
    padding: 0.5rem 2rem;
    background: #2aca9b;
    color: #fff;
    box-shadow: 2px 2px #f3ff09;
}
.documents-container a:hover{
    opacity: .7;
}
.documents-container + div{
    background-color: #edfafa;
}
.footer-container {
    background-color: #edfafa;
}
.footer-wrapper {
    padding: 60px 60px 20px;
    max-width: 1280px;
    margin: auto;
}
.footer-contents h3 {
    text-align: left;
}
.footer-contents .company-info p {
    margin-top: 40px;
    font-size: var(--font-size-26);
    font-weight: 300;
}
.footer-contents .company-info .info-list li {
    display: flex;
    font-weight: 400;
    font-size: 22px;
    column-gap: 40px;
    margin-bottom: 8px;
}
.footer-contents .company-info .info-list .list-head {
    width: 20%;
}
.footer-contents .contact {
    margin: 2rem 5%;
    display: flex;
    justify-content: center;
    gap: 3rem;
}
.footer-contents .contact p {
    margin-top: 0;
    font-size: var(--font-size-26);
    font-weight: 500;
    text-align: center;
    width: 50%;
    border-radius: 5px;
}
.footer-contents .contact p a {
    display: block;
    padding: 1rem;
    background: #f3ff09;
    box-shadow: 2px 2px #2aca9b;
}
.footer-contents .contact p a:hover {
    opacity: .7;
}
.footer-contents .contact .contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 48px;
    margin-top: 40px;
}
.footer-contents .contact .contact-list li {
    border-radius: 8px;
    background-color: #222222;
    padding: 26px 32px;
    width: calc(calc(100% - 48px) / 2);
}
.footer-contents .contact .contact-list li span {
    display: block;
}
.footer-contents .contact .contact-list .tel-text,
.footer-contents .contact .contact-list .email-text {
    font-size: var(--font-size-26);
    font-weight: 300;
}
.footer-contents .contact .contact-list .tel-num,
.footer-contents .contact .contact-list .email-addr {
    font-size: var(--font-size-36);
}
.copyright{
    font-size: 0.75rem;
    text-align: right;
    padding: 0 1rem 1rem 0;
    color: #999;
}
@media screen and (max-width: 1480px) {
    .comment .comment-area ul{
    }
}
@media screen and (max-width: 1280px) {
    .pc-none {
        display: none;
    }
    .tab-none {
        display: none;
    }
    .hero-container .hero-wrapper{
        height: 90vh;
    }
    .hero-logo + div{
    }
    .hero-contents .title{
            font-size: 7vw;
    }
    .hero-contents .sub-title{
        font-size: 3.75vw;
    }
    .contents{
        padding: 0 2rem;
    }
    .needs-contents{
        background-size: 50%;
        padding: 0 1rem;
    }
    .needs-contents h2{
        font-size: 4.5vw;
    }
    .needs-contents .problem-list li{
        background: rgb(255 255 255 / 70%);
        font-size: 2.75vw;
        padding: 0.5rem;
    }
    .recommend-contents .usecase-list li{
        width: calc(calc(100% - 4rem) / 2);
        padding: 1rem 0.5rem;
    }
    .recommend-contents .curriculum p.title{
        font-size: 3.75vw;
    }
    .recommend-contents .curriculum p.title span{
        font-size: 7vw;
    }
    .recommend-contents{
        padding: 0 1rem;
    }
    .recommend-contents .curriculum-list{
        gap: 5rem 2rem;
    }
    .recommend-contents .curriculum-list>li{
        width: calc(calc(100% - 2rem) / 2);
    }
    .recommend-contents .curriculum-list li .card{
        padding: 0 1rem;
    }
    .recommend-contents .curriculum-list li .card .card-header{
        font-size: 3.25vw;
        padding: 3rem 0 1.5rem;
        text-align: center;
    }
    .recommend-contents .curriculum-list li .card .card-content{
        padding: 0 1rem 2rem;
    }
    .recommend-contents .curriculum-list li .card-img{
        position: relative;
        width: 100%;
        margin: -2rem auto 2rem;
    }
    .comment{
        align-items: start;
        padding: 3rem 3rem 10vw;
        margin-bottom: 4rem;
    }
    .comment-area{
        width: 60%;
    }
    .comment-img-area{
        width: 40%;
    }
    .comment .comment-area h2{
        margin: 0;
    }
    .comment .comment-area ul{
        background: rgb(255 255 255 / 90%);
        width: calc(100% - 2rem);
        font-size: 20px;
    }
    .recommend-contents h2{
        font-size: 5vw;
    }
    .recommend-contents h3{
        font-size: 4vw;
    }
    .comment-img-area .comment-img-1 , .comment-img-area .comment-img-2{
        display: none;
    }
    .comment-img-area .comment-img-3{
        display: block;
        margin: 0 auto;
    }
    .merit-contents .reduction{
        gap: 0 3%;
    }
    .merit-contents .reduction .price-block{
        width: calc(94% / 3);
    }
    .footer-contents .contact{
        margin: 3rem 0;
    }
    .footer-contents .contact p{
        font-size: 2vw;
    }
}
@media screen and (max-width: 979px) {
    .hero-contents .title{
        padding-left: 0;
        max-width: none;
        padding-top: 15rem;
        font-size: 10vw;
    }
    .hero-contents .sub-title{
        margin: 5rem 0 2rem;
        font-size: 5vw;
    }
    .hero-contents .desc{
        margin-left: 0;
    }
    .merit-contents .reduction .price-block.Pbasic-block p, .merit-contents .reduction .price-block.Preal-block p{
        font-size: 1rem;
    }
    .merit-contents .reduction .price-block.Pbasic-block .price-txt , .merit-contents .reduction .price-block.Preal-block .price-txt{
        font-size: 0.9rem;
    }
    .merit-contents .reduction .price-block.Preal-block p:last-child{
        right: 0;
    }
    .merit-contents .reduction .price-block.Pgraph-block .speech{
        font-size: 1rem;
        padding: 1rem 0.5rem;
    }
    .comment{
        flex-wrap: wrap;
    }
    .comment .comment-area {
        width: 100%;
        padding: 1rem 0;
    }
    .comment .comment-area h2 .bg-black span.fs-B{
        font-size: 150%;
        line-height: 1.5;
    }
    .comment .comment-area h3 {
        font-size: 24px;
        padding: 1rem;
    }
    .comment .comment-area ul {
        font-size: 18px;
        padding: 1rem 1rem 1rem 2.5rem;
        width: calc(100% - 2rem);
        margin-top: 4rem;
        margin-left: 1rem;
    }
    .comment-img-area{
        width: 100%;
        right: 1rem;
        bottom: 0.5rem;
        z-index: 0;
    }
    .documents-container{
        padding: 3rem 1rem 2rem;
    }
    .documents-container h3{
        font-size: 2vw;
    }
    .documents-container .documents-item{
        gap: 1rem;
    }
    .footer-wrapper {
        padding: 3rem 1rem 2rem;
    }
    .footer-contents .company-info p {
        margin-top: 24px;
        font-size: var(--font-size-18);
    }
    .footer-contents .company-info .info-list {
        margin-top: 24px;
    }
    .footer-contents .company-info .info-list li {
        font-size: 16px;
        margin-bottom: 1rem;
        padding-left: 2rem;
        font-weight: 400;
        display: flex;
        flex-wrap: wrap;
    }
    .footer-contents .company-info .info-list .list-head {
        width: 20%;
        text-indent: -1rem;
        margin-bottom: 0.25rem;
    }
    .footer-contents .contact {
        margin-top: 0;
        flex-direction: column;
        gap: 1rem;
    }
    .footer-contents .contact p {
        margin: 0;
        font-size: 2.5vw;
        width: 100%;
    }
    .footer-contents .contact .contact-list {
        margin-top: 32px;
    }
    .footer-contents .contact .contact-list li {
        padding: 20px;
        width: 100%;
    }
    .footer-contents .contact .contact-list .tel-text,
    .footer-contents .contact .contact-list .email-text {
        font-size: var(--font-size-18);
        font-weight: 300;
    }
    .footer-contents .contact .contact-list .tel-num,
    .footer-contents .contact .contact-list .email-addr {
        font-size: var(--font-size-22);
    }
    .copyright{
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .contents-wrapper {
        padding: 96px 24px 0;
    }
    .contents h2 {
        font-size: var(--font-size-28);
        margin-bottom: 64px;
    }
    .contents h3 {
        font-size: var(--font-size-22);
    }
    .sp-none {
        display: none;
    }
    .hero-container {
        min-height: 700px;
        background-position-x: 80%;
    }
    .hero-container .hero-wrapper {
        align-items: end;
        padding: 100px 2rem 2rem;
    }
    .hero-contents{
        padding: 0;
    }
    .hero-logo + div{
        position: relative;
        margin-bottom: 50px;
    }
    .hero-contents .title {
        font-size: 6.5vw;
        padding: 0;
        text-align: center;
    }
    .hero-contents .title .CcolorA {
        text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff;
        letter-spacing: 7px;
    }
    .hero-contents .sub-block{
        align-items: center;
    }
    .hero-contents .sub-title {
        font-size: 5vw;
        padding: 1rem;
        width: 80%;
        text-align: center;
    }
    .hero-contents .desc {
        font-size: 5vw;
        padding: 1em;
        margin: 0 0 5vw;
        font-weight: 500;
    }
    .needs-wrapper{
        padding: 3rem 1rem 0;
    }
    .needs-contents {
    }
    .needs-contents h2 {
        font-size: 6vw;
        margin-bottom: 32px;    
    }
    .needs-contents .problem-list{
        gap: 1rem;
    }
    .needs-contents .problem-list li {
        font-size: 4vw;
        margin-top: 1rem;
        padding: 0.5rem 1rem;
        width: calc((100% - 1rem) / 2);
    }
    .needs-contents .problem-list li svg{
        width: 1.5em;
        height: 1.5em;
        position: absolute;
        left: 0;
    }
    .triangle::before{
        border-right: 40px solid transparent;
        border-bottom-width: 36px;
    }
    .triangle::after{
        border-left: 40px solid transparent;
        border-bottom-width: 36px;
    }
    .recommend-container::after {
        border-right: 40px solid transparent;
        border-left: 40px solid transparent;
        border-top: 32px solid var(--gpt-white);
    }
    .recommend-container-1::before{
        top: -1px;
        border-right: 40px solid transparent;
        border-left: 40px solid transparent;
        border-top: 36px solid #fff;
    }
    .recommend-container-2 .recommend-wrapper{
        padding-top: 5rem;
    }
    .recommend-wrapper{
        padding: 1rem 1.5rem;
    }
    .recommend-container-1 .recommend-contents{
    }
    .recommend-contents h2{
        font-size: 7vw;
        margin: 2rem 0 1rem;
    }
    .recommend-contents h3{
        font-size: 5vw;
    }
    .recommend-contents .usecase-list {
        margin-top: 60px;
        row-gap: 2rem;
    }
    .recommend-contents .usecase-list li {
        width: 100%;
        display: flex;
        flex-flow: wrap-reverse;
        gap: 1rem;
        justify-content: center;
    }
    .recommend-contents .usecase-list li span{
        text-align: center;
        width: 100%;
        margin-top: 0;
        font-size: 22px;
    }
    .recommend-contents .usecase-list li:nth-child(4) span{
    margin-bottom: -2rem;
    }
    .recommend-contents .usecase-list li:nth-child(5){
    margin-top: -2rem;
    }
    .recommend-contents .curriculum-list {
        margin-top: 0;
        gap: 5rem;
        flex-direction: column;
    }
    .recommend-contents .curriculum-list>li {
        width: 100%;
        border-width: 3px;
    }
    .recommend-contents .curriculum-list li .number{
        width: 100%;
        height: 120px;
        top: -2rem;
    }
    .recommend-contents .curriculum-list li .number span{
        font-size: 1.5rem;
    }
    .recommend-contents .curriculum {
        margin-top: 4rem;
    }
    .recommend-contents .curriculum p.title {
        font-size: 5.5vw;
        line-height: 1.5;
    }
    .recommend-contents .curriculum p.title span{
        font-size: 9vw;
        margin: 1rem auto;
    }
    .recommend-contents .curriculum p.title .accent-color-yellow,
    .recommend-contents .curriculum p.title .accent-color-white {
        font-size: var(--font-size-28);
    }
    .recommend-contents .curriculum p.sub-text{
        padding: 1.5rem 1rem 1.5rem;
        margin: 4rem 0;
        font-size: 3.5vw;
    }
    .recommend-contents .curriculum p.sub-text span{
        position: relative;
        top: -1.5rem;
        left: -1rem;
        width: calc(100% + 2rem);
        transform: none;
        max-width: none;
        padding: 1rem;
        font-size: 4.5vw;
    }
    .recommend-contents .curriculum-list li .card {
        width: 100%;
    }
    .recommend-contents .curriculum-list li .card .card-header {
        padding: 3rem 0 0.5rem;
        font-size: 4.5vw;
    }
    .recommend-contents .curriculum-list li .card-img{
        padding: 0 1rem;
    }
    .recommend-contents .curriculum-list li .card .card-content {
        padding: 1rem 0 1rem 0.5rem;
        margin: 0 1rem;
        font-size: 3.75vw;
        font-weight: 500;
    }
    .recommend-contents .curriculum-list li .card .check-list {
        margin-top: 1rem;
        border-width: 1px;
        padding: 1rem 0.5rem;
    }
    .recommend-contents .curriculum{
        margin: 0;
    }
    .recommend-contents .curriculum-list{
        margin-top: 2rem;
    }
    .recommend-contents .curriculum p.title {
        font-size: var(--font-size-22);
        line-height: 1.5;
        margin: 3rem auto 1rem;
    }
    .recommend-contents .curriculum p.title .accent-color-yellow,
    .recommend-contents .curriculum p.title .accent-color-white {
        font-size: var(--font-size-28);
    }
    .recommend-contents .curriculum p.title-2{
        font-size: 18px;
        padding: 1rem;
    }
    .recommend-contents .curriculum-list li .number span {
        font-size: 48px;
        top: 0;
        left: auto;
        right: -1rem;
    }
    .recommend-contents .curriculum-list li .number span:after {
        height: 56px;
        top: 64px;
        transition: none;
    }
    .recommend-contents .curriculum-list li .card {
        padding: 1rem;
    }
    .recommend-contents .curriculum-list li .card .card-header {
        font-size: 24px;
        padding: 0;
        text-align: center;
        font-weight: 500;
    }
    .recommend-contents .curriculum-list li .card .card-content {
        font-size: 16px;
        padding: 0.5rem 0 0;
        min-height: auto;
    }
    .recommend-contents .curriculum-list li .card .check-list {
        margin-top: 0;
    }
    .recommend-contents .curriculum-list li .card .check-list li{
        font-weight: 500;
    }
    .recommend-contents .curriculum-list li .card-img{
        position: unset;
        width: 100%;
        overflow: visible;
    }
    .recommend-contents .comment {
        margin-top: 60px;
        padding: 0;
    }
    .recommend-contents .comment-image {
        position: absolute;
        top: unset;
        left: 50%;
        bottom: -100px;
        max-width: 180px;
        transform: translateX(-50%);
    }
    .comment {
        margin: 0;
        padding: 2rem 1rem 0;
        flex-direction: column;
        gap: 0;
    }
    .comment .comment-area h2 span{
        font-size: 2.5rem;
    }
    .comment .comment-area h3{
        font-size: 1.3rem;
    }
    .comment-image {
        position: absolute;
        top: unset;
        left: 50%;
        bottom: -100px;
        max-width: 180px;
        transform: translateX(-50%);
    }
    .comment-img-area{
        width: 100%;
        right: 1rem;
        bottom: 0.5rem;
        z-index: 0;
    }
    .comment-img-area .comment-img-1 , .comment-img-area .comment-img-2{
        display: none;
    }
    .comment-img-area .comment-img-3{
        display: block;
    }
    .document-link{
        margin-bottom: 0;
    }
    .slide-container{
        overflow: hidden;
        padding: 2rem 0;
    }
    .slide-wrapper{
        padding: 0 24px;
    }
    .splide__slide .dl-btn{
        bottom: 0.5rem;
    }
    .splide__slide a{
        font-size: 0.9rem;
        padding: 1rem;
        width: 15em;
    }
    .splide__slide a .sp-none{
        display: none;
    }
    .splide__arrow{
        background: none;
        width: 2rem;
        padding: 0;
        opacity: 1;
        height: auto;
    }
    .splide__arrow--prev{
        left: -1rem;
    }
    .splide__arrow--next{
        right: -1rem;
    }
    .splide__arrow svg{
        height: 2rem;
        width: 2rem;
        padding: 0.5rem;
    }
    .documents-wrapper{
        padding: 2rem 1rem;
        margin: 1rem auto 0;
    }
    .document-link div{
        margin: 0;
        padding: 3.5rem 1rem 4rem;
        width: 100%;
        background: #bdd5ff;
        border: 0;
    }
    .document-link h2{
        padding: 0;
        font-size: 1.2rem;
        margin-bottom: 1rem;
        font-weight: 400;
    }
    .document-link p{
        padding: 0;
        flex-direction: column;
    }
    .document-link p a{
        font-size: 1rem;
        width: 100%;
        background: #fff;
        color: #4da8c1;
        font-weight: 700;
        border-width: 1px;
        box-shadow: 1px 1px 5px #999;
    }
    .merit-contents .contents-title h2{
        margin-bottom: 3rem;
    }
    .merit-contents .contents-title h2 .CcolorA{
        display: block;
        line-height: 1;
        padding-bottom: 0.65rem;
    }
    .merit-contents .reduction{
        display: block;
    }
    .merit-contents .reduction .price-block{
        width: 100%;
    }
    .merit-contents .reduction .price-block.Pbasic-block{
        display: none;
    }
    .merit-contents .reduction .price-block.Pgraph-block{
        margin: 3rem auto;
    }
    .merit-contents .reduction .price-block.Pgraph-block .speech{
        font-size: 1rem;
        width: max-content;
        margin: 0 auto;
        padding: 0.5rem 1rem;
        background: none;
        color: #6581c0;
        border: 1px solid;
    }
    .merit-contents .reduction .price-block.Pgraph-block .speech::after{
        content: none;
    }
    .merit-contents .reduction .price-block.Pgraph-block .price-txt{
        padding: 0.5rem;
    }
    .merit-contents .reduction .price-block.Preal-block {
        margin-bottom: 3rem;
    }
    .merit-contents .reduction .price-block.Preal-block p{
        padding-left: 0;
        display: inline-block;
        font-size: 0.9rem;
    }
    .merit-contents .reduction .price-block.Preal-block .ttl-txt{
        font-size: 1rem;
        padding: 0.5rem 1rem;
        display: block;
        width: max-content;
        margin: 0 auto 0.5rem 1rem;
        background: #000;
        color: #fff;
        border: 0;
    }
    .merit-contents .reduction .price-block.Preal-block p:last-child{
        top: 0;
        width: 4rem;
        height: 4rem;
        line-height: 1.25rem;
        letter-spacing: 0;
        padding: 0.65rem;
        right: auto;
        left: calc(50% + 4rem);
    }
    .merit-contents .reduction .price-block.Preal-block p:last-child::after{
        bottom: 0px;
        left: 5px;
    }
    .merit-contents .support {
        margin-top: 1rem;
        padding: 2rem 1rem;
        border-width: 1px;
    }
    .merit-contents .support h2 {
        font-size: 20px;
    }
    .merit-contents .support p {
        font-size: 16px;
        text-align: left;
        font-weight: 400;
        margin-top: 0.5rem;
    }
    .merit-contents .suggest {
        margin-top: 3rem;
    }
    .merit-contents .suggest h3,
    .merit-contents .suggest h3 span {
        font-size: 18px;
        font-weight: bold;
    }
    .merit-contents .suggest>span {
        display: block;
        font-size: 25px;
        margin-top: 16px;
        font-weight: bold;
    }
    .documents-container a{
        font-size: 2vw;
    }
}
@media screen and (max-width: 480px) {
    .hero-container {
        height: 80vh;
        min-height: auto;
    }
    .hero-container .hero-wrapper{
        align-items: center;
        padding: 100px 1rem 2rem;
    }
    .hero-logo + div {
        padding: 0 0.5rem 0.25rem;
    }
    .hero-contents .title{
        letter-spacing: 0.5vw;
    }
    .hero-contents .title span{
        margin-top: 1rem;
    }
    .recommend-contents .curriculum p.title span{
        padding: 0 0 1rem;
        display: inline-block;
    }
    .recommend-container-2 .recommend-wrapper{
        padding: 3rem 1rem;
    }
    .recommend-contents .curriculum-list{
        gap: 2rem;
    }
    .recommend-contents .curriculum-list li .card-img{
        width: 60%;
        margin-top: -1rem;
    }
    .comment .comment-area h3{
        padding: 0 0.5rem;
    }
    .comment .comment-area ul{
        margin-top: 2rem;
    }
    .merit-wrapper{
        padding: 3rem 0 0;
    }
    .documents-container h3{
        font-size: 4.5vw;
    }
    .documents-container{
        padding: 2rem 1rem 0;
    }
    .documents-container .documents-item{
        padding: 1rem 0;
        gap: 1rem;
        flex-direction: column;
    }
    .documents-container a{
        text-align: center;
        margin: 0 2rem;
        font-size: 4vw;
    }
    .footer-contents{
        padding: 0;
    }
    .footer-contents .contact p a{
        font-size: 4vw;
    }
}