@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: normal 400 1.35rem / 1 "Helvetica", "YuMincho", "Noto Serif JP", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-family: "YuMincho", "Noto Serif JP", "Meiryo", sans-serif;
    line-height: 1.5;
    color: #4a485d;
}
.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: #D80C18;
}
.CcolorB{
    color: #F08300;
}
.CcolorC{
    color: #ffc000;
}
.hero-container {
    background: url(../../assets/images/hero-bg.webp) no-repeat top right;
    height: 100vh;
    background-size: cover;
    min-height: 900px;
}
.hero-container .hero-wrapper {
    max-width: 1920px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.hero-logo {
    position: absolute;
    top: 1rem;
    left: 0;
    padding-left: 48px;
    width: calc(100% - 48px);
}
.hero-logo img {
    width: 200px;
    max-width: 80%;
    margin: 30px;
}
.hero-contents .title {
    font-size: 8vw;
    margin-bottom: 0.25rem;
    display: inline-block;
    line-height: 1;
    padding: 0 3vw;
    width: 100%;
    font-weight: 900;
    background: linear-gradient(90deg, #F08300 16%, #D80C18);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-contents .title-02 {
    margin-top: 16px;
}
.hero-contents .sub-title {
    display: inline-block;
    font-size: 4vw;
    padding: 1rem 2rem;
    font-weight: bold;
    margin: 25px auto 3rem 3vw;
    color: #fff;
    background: linear-gradient(90deg, #F08300 16%, #D80C18);
}
.hero-contents .desc {
    font-size: 2vw;
    line-height: 2em;
    padding: 1rem;
    color: #4a485d;
    font-weight: bold;
    background: #fff;
    margin-left: 3vw;
}

.needs-container {
    padding: 80px 120px;
    background-repeat: no-repeat;
    background-position: 10% 90%;
    background-image: url(https://dx.e-three.jp/assets/images/problem_bg.webp);
}


.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: 1rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
    align-content: flex-end;
}
.needs-contents .problem-list li {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 1rem 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    background: rgb(255 255 255 / 50%);
}
.needs-contents .problem-list li svg {
    width: 3rem;
    height: 3rem;
}
.needs-contents .problem-list li p {
    font-size: 18px;
    font-weight: 500;
}
.recommend-container {
    position: relative;
    background: #eee;
}
.recommend-container-1::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    border-top: 64px solid #fff;
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.recommend-container-1 {
    background-color: #b93a2c;
    color: #fff;
}
.recommend-container-2 {
    padding-bottom: 5rem;
}
.triangle{
    display: flex;
}
.triangle::before{
    content: "";
    display: block;
    width: 50%;
    height: 0;
    border-right: 80px solid transparent;
    border-bottom: 64px solid #eee;
}
.triangle::after{
    content: "";
    display: block;
    width: 50%;
    height: 0;
    border-left: 80px solid transparent;
    border-bottom: 64px solid #eee;
}
.recommend-wrapper {
    position: relative;
    z-index: 2;
}
.recommend-container-2 .recommend-wrapper {
    padding: 50px 24px 20px;
}
.recommend-contents h2 {
    margin: 2rem 1rem 1rem;
}
.recommend-contents .usecase-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 5rem auto 0;
    max-width: 1280px;
    justify-content: space-evenly;
}
.recommend-contents .usecase-list li {
    width: calc(calc(100% / 7));
    text-align: center;
    background: #fff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.recommend-contents .usecase-list li img {
    max-width: 90px;
}
.recommend-contents .usecase-list li span {
    display: block;
    font-size: 1.2rem;
    color: #4a485d;
}
.recommend-contents .curriculum {
    margin-top: 80px;
}
.recommend-contents .curriculum p.title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.recommend-contents .curriculum p.title span {
    font-size: 70px;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.recommend-contents .curriculum p.sub-text{
    position: relative;
    background: #fff;
    color: #000;
    border: 2px solid #28a574;
    margin: 4rem 10% 0;
    padding: 2.5rem 2rem 1.5rem;
    font-size: 18px;
}
.recommend-contents .curriculum p.sub-text span{
    background: #28a574;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    max-width: 100%;
    display: block;
    padding: 0.5rem 2rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.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: 6rem 3rem;
    margin-top: 80px;
}
.recommend-contents .curriculum-list>li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(calc(100% - 3rem) / 2);
    background: #fff;
}
.recommend-contents .curriculum-list li .number {
    position: absolute;
    width: 100%;
    top: -2em;
    left: 0;
}
.recommend-contents .curriculum-list li .number span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    background: #b93a2c;
    color: #fff;
    padding: 1rem;
    font-weight: bold;
    width: 2em;
    border-radius: 100px;
    line-height: 1;
    margin-left: 1rem;
    margin-top: 1rem;
}
.recommend-contents .curriculum-list li .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.recommend-contents .curriculum-list li .card .card-header {
    padding: 3.5rem 0 2rem;
    font-size: var(--font-size-36);
    font-weight: bold;
    text-align: center;
}
.recommend-contents .curriculum-list li .card .card-content {
    flex-grow: 1;
    padding: 0 2rem 2rem;
    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.5rem;
}
.recommend-contents .curriculum-list li .card .check-list {
    padding: 1rem 0.5rem 0;
    border-top: 1px solid #525e92;
    margin-top: 1rem;
    line-height: 1.5;
}
.recommend-contents .curriculum-list li .card .check-list li {
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    column-gap: 4px;
}
.comment {
    margin: 2rem auto;
    padding: 58px;
    gap: 1rem;
    display: flex;
    width: 80%;
}
.comment-area {
    width: 40%;
}
.comment-img-area {
    width: 60%;
    margin: 30px auto 0 auto;
    max-width: 500px;
}

.comment-image {
    position: absolute;
    top: 30px;
    left: 80px;
}
.comment .comment-area h2 {
    font-size: var(--font-size-44);
    font-weight: bold;
    text-align: center;
    margin: 2rem 1rem 1rem;
}
.comment .comment-area h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.comment .comment-area p {
    font-size: 20px;
    margin-top: 2rem;
    border: 1px solid #000;
    padding: 2rem;
}
.merit-container{
    background: #eee;
    padding: 3rem 0;
}
.merit-wrapper {
    padding: 30px 24px 80px;
}
.contents.merit-contents {
    display: flex;
    align-items: center;
}
.contents-title {
    margin-right: 10px;
}
.merit-contents .contents-title h2 {
    margin-bottom: 60px;
}
.merit-contents .contents-title h2 span {
    padding: 0.5rem;
    font-size: 60px;
}
.support {
    margin-top: 80px;
    padding: 46px 24px 54px;
    border: 1px solid #4a485d;
    display: block;
    background: #fff;
    text-align: center;
}
.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: #fff;
}
.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: #4a485d;
    color: #fff;
    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 #4a485d;
    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 {
    background: #4a485d;
    color: #fff;
    height: 12rem;
}
.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: #fff;
    height: 9rem;
}
.merit-contents .reduction .price-block.Pgraph-block table td.sell-3-2 {
    background: #4a485d;
    color: #fff;
    height: 3rem;
}
.merit-contents .reduction .price-block.Preal-block .price-txt > span {
    border-bottom: 5px solid #525e92;
    padding-left: 0.5rem;
}
.merit-contents .reduction .price-block.Preal-block p:last-child {
    position: absolute;
    top: 8rem;
    right:  -1rem;
    background: #525e92;
    color: #fff;
    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;
}
.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 #525e92;
    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;
}
.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{
    margin: 5rem auto;
    background: #b93a2c;
    color: #fff;
    font-size: 16px;
    padding: 3rem 5rem 2rem;
    width: 90%;
    max-width: 1000px;
}
.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;
}
.documents-container a{
    padding: 0.5rem 1rem;
    border: 1px dotted;
    background: rgb(255 255 255 / 20%);
}
.documents-container a:hover{
    background: #fff;
    color: #28a574;
}
.footer-container {
    background-color: #242424;
    color: var(--gpt-white);
}
.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: 300;
    font-size: 22px;
    column-gap: 40px;
    margin-bottom: 8px;
}
.footer-contents .company-info .info-list .list-head {
    width: 20%;
}
.contact {
    margin: 0 auto 80px auto;
    display: flex;
    justify-content: center;
    gap: 3rem;
    width: 90%;
    max-width: 1000px;
    color: #ffff;
    flex-wrap: wrap;
}
.contact p {
    margin-top: 0;
    font-size: var(--font-size-26);
    font-weight: 500;
    background: #b93a2c;
    text-align: center;
    width: 40%;
    border-radius: 5px;
    padding: 1rem;
}
.contact .contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 48px;
    margin-top: 40px;
}
.contact .contact-list li {
    border-radius: 8px;
    background-color: #222222;
    padding: 26px 32px;
    width: calc(calc(100% - 48px) / 2);
}
.contact .contact-list li span {
    display: block;
}
.contact .contact-list .tel-text,
.contact .contact-list .email-text {
    font-size: var(--font-size-26);
    font-weight: 300;
}
.contact .contact-list .tel-num,
.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;
}




/*2025/10/20*/

.contents-wrapper { max-width: 1200px; margin: 0 auto; padding: 2rem 1rem; }
.contents-title h2 { font-size: 2.5rem; text-align: center; margin-bottom: 2rem; font-weight: bold; }
.problem-list li, .check-list li { margin-bottom: 1rem; display: flex; align-items: center; font-size: 1.1rem;}
.problem-list svg { width: 24px; height: 24px; margin-right: 0.5rem; }
.curriculum-list { display: grid; gap: 2rem; }
.card { border: 1px solid #ddd; border-radius: 8px; padding: 1.5rem; }
.card-header { font-size: 1.5rem; font-weight: bold; margin-bottom: 1rem; }
.h-screen {
    height: fit-content!important;
    margin-bottom: 70px;
}
.cont_tttl {
    width: 100%;
    color: #222222;
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
}



@media screen and (max-width: 1280px) {
.pc-none {
    display: none;
}
.tab-none {
    display: block;
}
.hero-container .hero-wrapper{
    height: 90vh;
}
.hero-logo + div{
}
.hero-contents .title{
}
.contents{
    padding: 0 2rem;
}
.needs-container {
    background-size: 50%;
    background-position-y: 70%;
    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 .number span {
    width: 2em;
    margin-left: 1rem;
}
.recommend-contents .curriculum-list li .card .card-header{
    font-size: 3.5vw;
    padding: 3rem 0 1.5rem;
}
.recommend-contents .curriculum-list li .card .card-content{
    padding: 0 1rem 2rem;
}
.comment{
    align-items: start;
    padding: 3rem 3rem 10vw;
    margin-bottom: 4rem;
}
.comment-area{
    width: 60%;
    margin: 0 auto;
}
.comment-img-area{
    width: 40%;
}
.comment .comment-area h2{
    margin: 0;
}
.comment .comment-area p{
    position: absolute;
    bottom: 0;
    left: 5rem;
    background: rgb(255 255 255 / 90%);
    width: calc(100% - 10rem);
}
.recommend-contents h2{
    font-size: 5vw;
}
.recommend-contents h3{
    font-size: 4vw;
}
.merit-contents .reduction{
    gap: 0 3%;
}
.merit-contents .reduction .price-block{
    width: calc(94% / 3);
}
.company-info .info-list .list-head{
    width: 30%;
}
.contact p{
    font-size: 2vw;
}
}

@media screen and (max-width: 979px) {
    .tab-none {
        display: block;
    }
    .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: -1.5rem;
    }
    .merit-contents .reduction .price-block.Pgraph-block .speech{
        font-size: 1rem;
        padding: 1rem 0.5rem;
    }
    .documents-container{
    padding: 3rem 1rem 2rem;
    }
    .documents-container h3{
    font-size: 2vw;
    }
    .documents-container .documents-item{
        gap: 1rem;
    }
    .footer-contents .company-info .info-list li {
        font-size: 16px;
        margin-bottom: 1rem;
        display: block;
        padding-left: 2rem;
    }
    .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 .list-head {
        width: 100%;
        text-indent: -1rem;
        margin-bottom: 0.25rem;
    }
    .contact {
        margin-top: 50px;
        flex-direction: column;
        gap: 1rem;
    }
    .contact p {
        margin: 0;
        font-size: 5vw;
        width: 100%;
    }
    .contact .contact-list {
        margin-top: 32px;
    }
    .contact .contact-list li {
        padding: 20px;
        width: 100%;
    }
    .contact .contact-list .tel-text,
    .contact .contact-list .email-text {
        font-size: var(--font-size-18);
        font-weight: 300;
    }
    .contact .contact-list .tel-num,
    .contact .contact-list .email-addr {
        font-size: var(--font-size-22);
    }
    .merit-contents .contents-title h2 span {
        padding: 0.5rem;
        font-size: 40px;
    }
    .merit-contents .contents-title h2 {
        margin-bottom: 60px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .contents-wrapper {
        padding: 30px 24px;
    }
    .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;
    }
    .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: 13vw;
        padding: 0;
        line-height: 1.2;
    }
    .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-title {
        font-size: 6vw;
        color: #fff;
        margin: 0 auto 3vw;
        width: 100%;
        text-align: center;
        font-weight: 500;
    }
    .hero-contents .desc {
        font-size: 3.5vw;
        padding: 1em;
        margin: 0 0 5vw;
        line-height: 1.5em;
        font-weight: 500;
    }
    .needs-wrapper{
        padding: 3rem 1rem;
    }
    .needs-container {
        padding: 0;
        margin-top: 0;
    }
    .needs-contents h2 {
        font-size: 6vw;
        margin-bottom: 32px;    
    }
    .needs-contents .problem-list{
        gap: 0;
        margin-top: 0;
        padding: 0;
    }
    .needs-contents .problem-list li {
        font-size: 4vw;
        margin-top: 1rem;
        display: block;
        position: relative;
        padding-left: 2em;
    }
    .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: 36px solid #eee;
    }
    .triangle::after{
        border-left: 40px solid transparent;
        border-bottom: 36px solid #eee;
    }
    .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{
        padding: 64px 0;
    }
    .recommend-contents h2{
        font-size: 7vw;
        margin: 2rem 0 1rem;
    }
    .recommend-contents h3{
        font-size: 5vw;
    }
    .recommend-contents .usecase-list {
        margin-top: 40px;
        row-gap: 50px;
        padding: 0 0vw;
        gap: 1rem;
        justify-content: space-around;
    }
    .recommend-contents .usecase-list li {
        width: 47%;
        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: 16px;
    }
    .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;
        width: 3.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;
    }
    .comment {
        margin: 0;
        padding: 1rem 1rem 2rem;
        flex-flow: column;
        position: relative;
        width: 100%;
    }
    .comment-image {
        position: absolute;
        top: unset;
        left: 50%;
        bottom: -100px;
        max-width: 180px;
        transform: translateX(-50%);
    }
    .comment .comment-area {
        margin-left: 0;
        width: 100%;
        z-index: 1;
        background: rgb(255 255 255 / 70%);
    }
    .comment .comment-area h2 {
        margin: 0;
    }
    .comment .comment-area h2 .bg-black{
        padding: 1rem 0;
        font-size: 6.5vw;
    }
    .comment .comment-area h2 .bg-black span.fs-B{
        font-size: 150%;
        line-height: 1.5;
    }
    .comment .comment-area h3 {
        font-size: 24px;
    }
    .comment .comment-area p {
        position: relative;
        font-size: 18px;
        padding: 1rem;
        width: calc(100% - 2rem);
        left: 1rem;
        margin-top: 4rem;
    }
    .comment-img-area {
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
    }
    .merit-contents .contents-title h2{
        margin-bottom: 0rem;
    }
    .merit-contents .contents-title h2 .CcolorA{
        display: inline-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;
    }
    .support {
        margin-top: 1rem;
        padding: 2rem 1rem;
        border-width: 1px;
    }
    .support h2 {
        font-size: 20px;
    }
    .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 h3{
        font-size: 4.5vw;
    }
    .documents-container{
        margin: 0;
        padding: 2rem 1rem;
        font-size: 4vw;
        width: 100%;
    }
    .documents-container .documents-item{
        padding: 1rem 0;
        gap: 1rem;
        flex-direction: column;
    }
    .documents-container a{
        text-align: center;
        margin: 0 2rem;
    }
    .footer-contents{
        padding: 0;
    }
    .contents.merit-contents {
        flex-direction: column;
    }
    .contents-title {
        width: 100%;
        margin-right: 0px;
    }
}
@media screen and (max-width: 480px) {
    .hero-container {
        height: 80vh;
        min-height: auto;
    }
    .hero-container .hero-wrapper{
        align-items: center;
    }
    .hero-logo + div {
        background: rgb(255 255 255 / 80%);
        padding: 0 0.5rem 0.25rem;
    }
}