@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html{
    scroll-behavior: smooth;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #2c1a47;
}
img{
    vertical-align: top;
}
.contents{
    max-width: 1280px;
    margin: auto;
}
.contents h2{
    font-size: 48px;
    color: #5e5a9e;
    font-weight: 600;
}
a:hover{
    opacity: 0.85;
}
.ColorA{
    color: var(--gpt-blue);
}
.ColorB{
    color: var(--gpt-blue);
}
.ColorC{
    color: var(--gpt-blue);
}
.pc-none {
    display: none;
}
.sp-none {
    display: block;
}
header {
    position: fixed;
    width: 100%;
    background-color: rgb(255 255 255 / 80%);
    padding: 0.75rem 1rem;
    z-index: 2;
}
.header-contents{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-contents p img{
    height: 40px;
}
.header-contents ul{
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
.header-contents ul .join-btn , .header-contents ul .contact-btn{
    margin: 0 auto;
}
.header-contents ul .join-btn a , .header-contents ul .contact-btn a{
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
}
header a .sp-none{
    display: inline;
}
#opv-wrap {
    animation: fadeIn .5s ease;
}
#opv-wrap.playEnd {
    animation: fadeOut 1.5s ease;
}
video#opv {
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    vertical-align: bottom;
}
#page-wrap {
    height: 100vh;
    overflow-y: hidden;
    animation: fadeIn 2s ease;
}
#page-wrap.startView {
    overflow-y: auto;
}
@keyframes fadeIn {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes fadeOut {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
#mv {
    height: 100vh;
    background-color: rgb(216, 251, 254);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.section-conts {
    padding: 5rem 4%;
    height: 100vh;
}
.section-conts h2 {
    text-align: center;
}
.hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#page-wrap , .cv-bnr{
    padding: 0;
}
.cv-bnr{
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    height: 350px;
}
.cv-bnr-1{
    background-image: url(../../assets/images/cv-bg-1.webp);
}
.cv-bnr-2{
    background-image: url(../../assets/images/cv-bg-2.webp);
}
.cv-bnr-1 .cv-txt{
    padding: 2rem;
    text-align: center;
}
.cv-bnr-1 .catch-1{
    color: #fff;
    text-shadow: 3px 3px #597188;
    font-size: 3.25rem;
    font-weight: 700;
}
.cv-bnr-1 .catch-2{
    color: #fff;
    text-shadow: 3px 3px #597188;
    font-size: 3.25rem;
    font-weight: 700;
}
.cv-bnr-1 .catch-3{
    position: relative;
    color: #1250a4;
    background: linear-gradient(90deg, transparent 0%, #94b9ff 50%, transparent 100%);
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1rem;
    padding: 0.5rem 2rem;
}
.cv-bnr-1 .catch-3 img{
    position: absolute;
    transform: scale(2);
    top: 4px;
    left: -3rem;
}
.cv-bnr-1 .link-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 0.5rem;
}
.cv-bnr-1 .cv-img{
    position: relative;
}
.cv-bnr-1 .cv-img span{
    position: absolute;
    right: 0;
    bottom: 1rem;
    color: #fff;
    font-size: 0.75rem;
}
.cv-bnr-2{
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 5rem;
}
.cv-bnr-2 > div:not(.inner-con){
    display: flex;
    justify-content: center;
    height: 350px;
}
.cv-bnr-2 > div > .cv-txt{
    padding: 3rem;
}
.cv-bnr-2 > div > .cv-txt .catch-1{
    color: #fff;
    text-shadow: 0.5px -0.25px #ff00ff, -0.5px -0.25px #00ffff;
    font-size: 1.75rem;
}
.cv-bnr-2 > div > .cv-txt .catch-2{
    color: #fff;
    text-shadow: 1px -1px #ff00ff, -1px -1px #00ffff;
    font-size: 3.25rem;
    font-weight: 700;
}
.cv-bnr-2 > div > .cv-txt .catch-3{
    color: #fff;
    text-shadow: 0.5px -0.25px #ff00ff, -0.5px -0.25px #00ffff;
    font-size: 1.25rem;
}
.cv-bnr-2 > div > .cv-txt .catch-3 img{
    height: 2.5em;
    transform: rotate(45deg);
    vertical-align: sub;
    margin-left: 1rem;
}
.cv-bnr-2 .link-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 0.5rem;
}
.cv-bnr-2 > div > .cv-img{
    position: relative;
}
.cv-bnr-2 > div > .cv-img span{
    position: absolute;
    right: 0;
    bottom: 1rem;
    color: #fff;
    font-size: 0.75rem;
}
.cv-bnr-2 .inner-con{
    position: relative;
}
.cv-bnr-2 .inner-con .inner-img{
}
.cv-bnr-2 .inner-con .watch-img{
    position: absolute;
    bottom: 0;
}
.cv-bnr-2 .inner-con .watch-img.watch-img-1{
    left: 2rem;
}
.cv-bnr-2 .inner-con .watch-img.watch-img-2{
    right: 2rem;
}
.cv-bnr a{
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 30px;
}
.cv-bnr .interview a{
    display: inline-block;
    background: #8894c4;
    color: #fff;
    padding: 0.5rem 2rem;
}
#hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}
#hero-video.show {
    opacity: 1;
}
#hero-video.hide {
    opacity: 0;
}
.join-btn{
    margin: 1rem;
}
.join-btn a{
    display: inline-block;
    background: #d9369a;
    color: #fff;
    font-weight: 700;
    padding: 0.5rem 2rem;
}
.join-txt{
    font-size: 1.25rem;
    color: #2c1a47;
    font-weight: 500;
}
section{
    padding: 8rem 0;
}
#merit{
    background: linear-gradient(90deg, #fff 50%, #cbdffe 50%);
}
.merit-contents{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.merit-con{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.merit-1{
    padding: 0 2rem;
}
.merit-1 h2{
    font-size: 30px;
    margin-bottom: 2rem;
}
.merit-1 h3{
    font-size: 20px;
    color: #5e5a9e;
    font-weight: 600;
    margin-bottom: 1rem;
}
.merit-1 .tools{
    margin: 0 2rem 1rem auto;
}
.merit-1 .tools li{
    margin-bottom: 0.5rem;
    display: flex;
    gap: 1rem;
}
.tool-name{
    width: 7em;
    text-align: right;
}
.tool-border{
    display: flex;
    justify-content: center;
    align-items: center;
}
.tool-border::before{
    content: '';
    width: 1em;
    height: 2px;
    background-color: #999;
}
.merit-1 .tool-icons{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 500px;
    margin: 2rem auto 0;
}
.merit-1 .tool-icons li{
    width: calc((100% - 2rem) / 3);
}
.merit-2{
    width: auto;
    justify-content: end;
    position: relative;
}
.merit-2::before , .merit-2::after{
    content: '';
    display: block;
    position: absolute;
    background-color: #5e5a9e;
}
.merit-2::before{
    width: 0.5rem;
    height: 0.5rem;
    bottom: 0;
    left: 0;
    border-radius: 50%;
}
.merit-2::after{
    width: 100%;
    height: 1px;
    bottom: 0.25rem;
    left: 0.25rem;
}
.merit-txt{
    position: relative;
    padding: 1rem 1rem 1rem 3rem;
}
.merit-txt::before , .merit-txt::after{
    content: '';
    display: block;
    position: absolute;
    background-color: #5e5a9e;
}
.merit-txt::before{
    width: 0.5rem;
    height: 0.5rem;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.merit-txt::after{
    width: 100%;
    height: 1px;
    top: 0.25rem;
    left: 0.25rem;
}
.merit-2 h2{
    font-size: 30px;
    margin-bottom: 1rem;
}
.merit-2 p{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
}
#service{
    background: linear-gradient(90deg, #fff 0%, #cbdffe 80%);
    padding-bottom: 2rem;
}
.service-1{
    background-image: url(../../assets/images/service-1-bg.webp);
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: right 70%;
    padding: 0 3rem 5rem;
}
#service h2 span{
    font-size: 130%;
}
.service-1 ul{
    margin: 3rem 0;
    width: 50%;
}
.service-1 ul li{
    padding: 0.5rem 1rem 0.5rem 2rem;
    background: #fff;
    border: 1px solid;
    border-radius: 50px;
    font-size: 1.5rem;
    margin: 1.5rem auto;
}
.service-2{
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 7rem;
    align-items: end;
    padding: 0 2rem;
}
.service-info{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.service-content{
    width: 100%;
    border: 1px solid;
    background: #fff;
    padding: 1rem;
    position: relative;
}
.service-content h3{
    position: relative;
    width: 50%;
    font-size: 1.5rem;
    color: #fff;
    padding: 0.5rem;
    text-align: center;
    border-radius: 15px;
    margin: -2rem auto 1.5rem -1rem;
}
.service-content h3::before{
    content: '';
    display: block;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    z-index: 2;
    background-size: cover;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
.service-content-1 h3{
    background: #a06cd5;
}
.service-content-2 h3{
    background: #8e44ad;
}
.service-content-3 h3{
    background: #6f2dbd;
}
.service-content-1 h3::before{
    border: 3px solid #a06cd5;
    background-image: url(../../assets/images/service-content-1-h3-img.webp);
}
.service-content-2 h3::before{
    border: 3px solid #8e44ad;
    background-image: url(../../assets/images/service-content-2-h3-img.webp);
}
.service-content-3 h3::before{
    border: 3px solid #6f2dbd;
    background-image: url(../../assets/images/service-content-3-h3-img.webp);
}
.service-content h4{
    font-size: 1.3rem;
    color: #5e5a9e;
    margin: 0.5rem 0.5rem 0.5rem 1rem;
}
.service-content h5{
    font-size: 1.15rem;
    color: #8e44ad;
    margin: 1rem;
}
.service-content ul{
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}
.service-content ul li{
    border: 1px solid;
    padding: 0.25rem 1.5rem;
    font-size: 0.9rem;
}
.service-content-1 ul li{
    color: #a06cd5;
}
.service-content-2 ul li{
    color: #8e44ad;
}
.service-content-3 ul li{
    color: #6f2dbd;
}
.service-content p{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 0.75rem;
    border-bottom: 1px dashed;
    padding: 0.25rem 0.5rem;
    color: #770f0f;
}
.service-link{
    width: calc(40% - 3rem);
    text-align: center;
}
.service-link h3{
    font-size: 2.5rem;
    color: #5e5a9e;
    font-weight: 700;
    border-bottom: 1px solid;
    padding-bottom: 0.5rem;
}
.service-link p{
    font-size: 1.75rem;
    margin: 1rem auto;
}
.service-link ul{
    margin: 1.5rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.service-link .service-dl{
    border-bottom: 1px solid;
    padding-bottom: 1.5rem;
}
.service-link ul li{
    width: 20em;
}
.service-link ul li a{
    display: block;
    padding: 0.5rem;
}
#training-detail h2{
    line-height: 1.25;
}
#training-detail h2 + p{
    font-size: 1.25rem;
    margin-top: 1rem;
}
.training-contents{
    padding: 0 2rem;
}
.training-con{
    padding: 0 2rem;
}
.training-con h3{
    text-align: center;
    margin-top: 3rem;
}
.training-con h3 img{
    border-bottom: 5px solid #c0a0d6;
    padding: 0.5rem 1rem;
}
.training-con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 2rem;
    padding-top: 2rem;
    border-top: 1px solid #bfa0d6;
}
.training-con ul li{
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.training-con ul li h4{
    background: #bfa0d6;
    color: #fff;
    padding: 0.25rem 0.5rem;
}
.training-img{
    max-width: 300px;
}
.training-txt{
    font-size: 1.1rem;
}
.icon-arrow{
    max-width: 50px;
}
#subsidy{
    background: linear-gradient(90deg, #fff 0%, #cbdffe 80%);
}
.subsidy-con{
    padding: 0 2rem;
}
.subsidy-con-1 h2{
    line-height: 1.35;
}
.subsidy-con-1 span{
    font-size: 1.75rem;
    font-weight: 400;
}
.subsidy-con-1 h3{
    color: #2c1a47;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 1rem auto 3rem;
}
.subsidy-content{
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    padding: 0 5rem;
    position: relative;
    justify-content: space-between;
    align-items: end;
}
.subsidy-list{
    display: flex;
    flex-direction: column;
    width: calc(70% - 5rem);
}
.subsidy-list li{
    position: relative;
    padding: 1.5rem 1rem 1.5rem 5rem;
    border-bottom: 3px solid #fff;
}
.subsidy-list li:last-child{
    border-bottom: 0;
}
.subsidy-list li::before{
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url(../../assets/images/subsidy-listmark-img.webp);
    position: absolute;
    top: 2.5rem;
    left: 0;
    background-size: 100%;
}
.subsidy-list li h4{
    font-size: 1.75rem;
    color: #5e5a9e;
    font-weight: 500;
}
.subsidy-list li p{
    font-size: 1.25rem;
    margin-top: 0.5rem;
}
.subsidy-pamph{
    width: 30%;
    text-align: center;
}
.subsidy-pamph-img{
    margin: 0 1rem;
    background: #fff;
}
.subsidy-pamph-img a{
    display: block;
    padding: 0.5rem;
}
.subsidy-pamph-txt{
    margin-top: 1rem;
    line-height: 1.3;
    font-size: 0.8rem;
}
.subsidy-content .contact-btn{
    position: absolute;
    top: -4.75rem;
    right: 6rem;
}
.contact-btn a{
    display: inline-block;
    background: #5a317f;
    color: #fff;
    font-weight: 700;
    padding: 0.25rem 2rem;
}
.subsidy-con-2{
    text-align: center;
}
.subsidy-con-2 h2{
    font-size: 36px;
    margin: 4.5rem auto 1rem;
}
.subsidy-con-2 ul{
    display: flex;
    flex-wrap: wrap;
    margin: 5rem auto 0;
    padding: 0 2rem;
    justify-content: space-between;
}
.subsidy-con-2 ul .list-item{
    width: calc((100% - 6rem) / 7);
}
.subsidy-con-2 ul .list-item > div{
    position: relative;
    background: #00428a;
    color: #fff;
    padding: 2rem 0.5rem 1rem;
    border-radius: 15px;
}
.subsidy-con-2 ul .list-item > div::after{
    content: '';
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #00428a transparent transparent transparent;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -20px;
}
.subsidy-con-2 ul .list-item .flow-icon{
    max-width: 80px;
    margin: 0 auto;
}
.subsidy-con-2 ul .list-item .flow-txt{
    padding: 1rem;
    font-size: 0.8rem;
    font-weight: 500;
}
.subsidy-con-2 ul .list-item > p{
    position: relative;
    border-bottom: 2px dashed #fff;
    padding: 1rem 0;
    margin: 1.5rem -0.9rem;
}
.subsidy-con-2 ul .list-item > p span{
    position: absolute;
    top: 0.5rem;
    left: calc(50% - 1.5rem);
    border: 2px solid #00428a;
    padding: 1rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background: #fff;
    color: #00428a;
    font-weight: 700;
}
.subsidy-con-2 ul .list-space{
    position: relative;
    margin-top: -2.5rem;
    width: 1rem;
}
.subsidy-con-2 ul .list-space p{
    position: absolute;
    font-size: 0.8rem;
    width: 6em;
    top: 0;
    left: -2.5em;
    border-bottom: 1px dashed;
    padding-left: 0.25em;
}
.subsidy-con-2 ul .list-space p::after{
    content: '';
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    right: -4px;
    bottom: -3px;
}
.subsidy-con-2 ul .list-space p span{
    font-size: 1rem;
}
.review-con{
    padding: 0 2rem;
}
.review-ttl{
    display: flex;
    flex-direction: row-reverse;
}
.review-ttl h2{
    line-height: 0.9;
    text-align: center;
}
.review-ttl h2 span{
    font-size: 75%;
    color: #2c3e50;
}
.review-ttl p{
    max-width: 300px;
}
.review-txt{
    display: flex;
    gap: 3rem;
    justify-content: center;
    margin-top: 3rem;
}
.voice-content{
    width: calc((100% - 6rem) / 3);
    border: 1px solid;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.voice-img{
    max-width: 100px;
    margin-bottom: 1rem;
}
.voice-ttl{
    font-size: 1.35rem;
    color: #5e5a9e;
    font-weight: 500;
    margin-bottom: 1rem;
    text-align: center;
}
.voice-txt{
    font-size: 0.9rem;
    line-height: 1.5;
}
#course-flow{
    background: linear-gradient(90deg, #fff 0%, #cbdffe 80%);
    padding-bottom: 2rem;
}
.course-flow-con{
    padding: 0 2rem;
}
.course-flow-con > p{
    margin: 1rem auto 3rem;
}
.course-flow-con ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0 3rem;
}
.course-flow-con ul li{
    width: calc(100% / 4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.course-flow-img{
    width: 100%;
    padding: 0 3rem;
}
.course-flow-img img{
    width: 100%;
}
.course-flow-ttl{
    position: relative;
    padding: 0 1rem;
}
.course-flow-ttl span img{
    width: 100%;
}
.course-flow-ttl span{
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.course-flow-txt{
    padding: 1rem;
    word-break: auto-phrase;
    text-align: center;
    flex-grow: 1;
}
.course-btn{
    width: 100%;
    padding: 0 1rem;
}
.course-btn p{
    margin: 0;
}
.course-btn p a{
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0.5rem;
    text-align: center;
    margin-top: 0.5rem;
}
.dl-btn a{
    background: #5e5a9e;
    color: #fff;
}
.mv-btn a{
    background: #8e44ad;
    color: #fff;
}
.reason{
    background: linear-gradient(90deg, #fff 0%, #cbdffe 80%);
}
#reason-3{
    padding: 5rem 0 8rem;
}
.reason1-con{
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 3rem;
}
.reason1-con-1{
    width: 40%;
    display: flex;
    flex-direction: column-reverse;
}
.reason1-con-1-feature{
    width: 100%;
    margin: 1rem auto;
    padding: 1rem 2rem;
    background: #bfa0d6;
    color: #fff;
}
.reason1-con-1-feature h2{
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    padding: 0 0 1rem;
    border-bottom: 1px solid;
    margin-bottom: 1rem;
}
.reason1-con-1-feature ul{
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    margin: 3rem 1rem 0;
}
.reason1-con-1-feature .list-item{
    position: relative;
    width: 100%;
    margin: 0 auto 2rem;
    padding: 0.5rem;
    color: #fff;
    border: 1px solid rgb(255 255 255 / 50%);
    text-align: center;
}
.reason1-con-1-feature .list-item:not(:last-child)::after{
    content: '';
    border-style: solid;
    border-width: 1rem 0.75rem 0 0.75rem;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: calc(50% - 0.75rem);
    bottom: -1.5rem;
}
.reason1-con-1-feature .list-item .tips{
    position: absolute;
    top: -1rem;
    right: -1rem;
    display: block;
    color: #5e5a9e;
    background: #e5d7f2;
    padding: 0.25rem 1rem;
    line-height: 1;
}
.reason1-con-1-info{
    font-size: 0.85rem;
}
.reason1-con-2{
    width: calc(60% - 3rem);
}
.reason1-con-2-info > h3 , .reason1-con-2-info > p{
    padding: 0 8%;
}
.reason1-con-2-info video{
    max-width: 100%;
}
.reason1-con-2-info h3{
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 1rem;
}
.reason1-con-2-info h3 span{
    display: inline-block;
    font-size: 80%;
    padding: 0 1rem;
}
.reason1-con-2-txt-1{
    font-size: 1.1rem;
    margin: 1rem auto;
}
.reason1-con-2-txt-2{
    font-size: 1.1rem;
    font-weight: 600;
    margin: 1rem auto;
}
.reason2-con-ttl{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.reason2-con-ttl h2{
    font-size: 1.75rem;
    border-bottom: 1px solid;
    padding: 0.5rem 2rem;
}
.reason2-con-ttl h3{
    font-size: 1.75rem;
    padding-left: 2rem;
    color: #5e5a9e;
}
.reason2-con-summary{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 2rem 0;
    justify-content: center;
    align-items: center;
}
.reason2-con-summary > div{
    max-width: calc((100% - 500px) - 2rem);
}
.reason2-con-summary > div h4{
    font-size: 2.25rem;
    padding: 1rem;
    font-weight: 900;
    background: linear-gradient(270deg, #6f2dbd 0%, #d9369a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.reason2-con-summary > div ul{
    background: #fff;
    padding: 1rem 2rem;
    font-size: 1.15rem;
    line-height: 1.5;
    letter-spacing: 1px;
    border: 1px solid #2e2f58;
}
.reason2-con-summary > p{
    width: 500px;
    max-width: 100%;
}
.reason2-con{
    padding: 0 2rem;
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
    font-size: 0.9rem;
}
.reason2-con > div{
    width: calc(30% - 3rem);
}
.reason2-con-info{
    text-align: center;
    word-break: auto-phrase;
    margin-top: 3rem;
    line-height: 2;
}
.reason2-con-info span{
    display: inline-block;
}
.reason2-con > div ul{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 3rem 1rem 1rem;
    justify-content: center;
    align-items: center;
}
.reason2-con > div ul li{
    width: 100%;
}
.reason2-con > div ul li a{
    display: block;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}
.reason2-con > ul{
    width: 100%;
    display: flex;
    gap: 1rem;
    color: #fff;
    word-break: auto-phrase;
}
.reason2-con > ul .list-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 1rem;
    width: calc((100% - 2rem) / 3);
}
.reason2-con > ul .list-item-1{
    background: #bfa0d6;
}
.reason2-con > ul .list-item-2{
    background: #a06cd5;
}
.reason2-con > ul .list-item-3{
    background: #8e44ad;
}
.reason2-con > ul .list-item-4{
    background: #6f2dbd;
}
.reason2-con .series-txt{
    flex-grow: 1;
}
.reason2-con h4{
    color: #2c1a47;
    background: #fff;
    padding: 0.5rem;
    margin: 1rem;
    font-weight: 500;
}
.reason2-con h5{
    font-weight: 500;
    margin: 1rem auto;
}
.reason2-con .list-item p{
    font-size: 0.8rem;
}
.learn-txt{
    display: flex;
    flex-direction: column;
    justify-content: start;
    min-height: 17em;
}
.learn-txt ul{
    margin: 0 auto 1rem;
}
.learn-txt ul li{
    border-bottom: 1px solid;
    padding: 0.25rem;
    margin: 0 1rem;
    font-size: 0.8rem;
}
.academy-contents{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 7rem auto 0;
    justify-content: center;
    align-items: center;
}
.academy-contents > div{
    max-width: calc((100% - 500px) - 2rem);
}
.academy-contents > div h2{
    font-size: 1.5rem;
    padding: 0 1rem 1rem;
    font-weight: 700;
    background: linear-gradient(270deg, #6f2dbd 0%, #d9369a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.academy-contents > div ul{
    background: #eff5fe;
    padding: 1rem 1.5rem;
    font-size: 1.15rem;
    line-height: 1.5;
    border-radius: 15px;
}
.academy-contents > div > p{
    padding: 1rem 0.5rem;
    font-weight: 600;
}
.academy-contents > p{
    width: 500px;
    max-width: 100%;
}
.academy-contents > p img{
    width: 100%;
}
.academy-content{
    display: flex;
    margin: 1rem auto;
    justify-content: center;
    max-width: 1280px;
    gap: 2rem;
    padding: 3rem;
    padding: 2rem;
    width: max-content;
}
.academy-content li{
    max-width: 400px;
    padding: 1rem;
    background: #fff;
    max-width: 600px;
    padding: 2rem 3rem;
}
.academy-content li .SA-img{
    text-align: center;
}
.academy-content li .SA-ttl{
    font-size: 1.25rem;
    font-weight: 500;
    color: #2f488e;
    text-align: center;
    padding: 1rem 0;
    line-height: 1.25;
}
.academy-content li .SA-ttl span{
    display: inline-block;
    font-size: 0.9rem;
}
.academy-content li .SA-desc{
    font-size: 0.85rem;
    color: #000;
}
.academy-content li .SA-price {
    font-size: 1.2rem;
    color: #264a90;
    margin: 2rem auto 1rem;
    width: 100%;
    max-width: 400px;
}
.academy-content li .SA-price th , .academy-content li .SA-price td{
    border: 1px solid #5aacc6;
    padding: 0.5rem;
    text-align: center;
    vertical-align: middle;
}
.academy-content li .SA-price th{
    font-size: 0.85rem;
    background: #5aacc6;
    color: #fff;
    line-height: 1;
    width: 20%;
}
.academy-content li .SA-price td{
    color: #fb7829;
    font-size: 1.5rem;
}
.academy-content li .SA-price td span.fs-big{
    font-weight: 600;
    padding: 0 0.25rem 0.15rem;
}
.academy-content li .SA-price td span.tips{
    color: #111;
    font-size: 0.95rem;
    padding-left: 0.5rem;
}
.academy-content li .SA-price td span.tips span{
    font-size: 80%;
    text-indent: -0.5em;
    display: inline-block;
}
.slide-container .documents-item{
    width: 900px;
    max-width: 100%;
    padding: 1rem 3rem 3rem;
    margin: 0 auto 2rem;
    text-align: center;
    background: #00428a;
}
.slide-container .documents-item h3{
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 1rem;
}
.slide-container .documents-item > div{
    display: flex;
    gap: 2rem;
    justify-content: center;
}
.slide-container .documents-item a{
    background: #fff;
    color: #00428a;
    padding: 1rem;
    width: calc(50% - 1rem);
    display: block;
    border: 1px solid #000;
    margin: 0 auto;
}
.reason3-con-ttl{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.reason3-con-ttl h2{
    font-size: 2rem;
    padding: 0.5rem 2rem;
    text-align: right;
}
.reason3-con-ttl h3{
    font-size: 1.75rem;
    padding-left: 2rem;
    color: #5e5a9e;
}
.reason3-con{
    padding: 0 2rem;
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
    font-size: 0.9rem;
}
.reason3-con > ul{
    width: calc(70% - 3rem);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.reason3-con > ul li{
    width: calc((100% - 1rem) / 2);
    text-align: center;
}
.reason3-con > div{
    width: 33%;
}
.reason3-con > div h4{
    text-align: right;
    font-size: 1.75rem;
    font-weight: 600;
    background: #e5d7f2;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #fff;
}
.reason3-con > div h5{
    text-align: center;
    font-size: 1.15rem;
    font-weight: 500;
    background: #e5d7f2;
    padding: 0.25rem;
    margin: 0.5rem auto;
    border: 1px solid #fff;
}
.reason3-con > div p{
    padding: 0 1rem;
    margin-bottom: 1rem;
}
.reason3-con > div p span{
    display: block;
    color: #000;
    font-weight: 500;
    padding-top: 0.5rem;
    font-size: 90%;
}
.reason3-con .image-txt{
    background: #bfa0d6;
    color: #fff;
    display: inline-block;
    padding: 0.25rem 1rem;
    margin-top: 1rem;
}
#plan{
    background: linear-gradient(90deg, #fff 0%, #cbdffe 50%, #fff 50%);
}
.plan-contents{
    padding: 0 2rem;
    display: flex;
    gap: 0;
}
.plan-con-1{
    width: 50%;
    position: relative;
}
.plan-con-1::before , .plan-con-1::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.plan-con-1::before{
    right: -20px;
    width: 30px;
    height: 20px;
    background: #cbdffe;
}
.plan-con-1::after{
    right: -70px;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left: 30px solid #cbdffe;
}
.plan-con-2{
    width: calc(50% - 0.5rem);
    padding-left: 0.5rem;
}
.plan-con-1 > p{
    padding: 0.5rem 0 2rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #5e5a9e;
}
.plan-con-1 > p span{
    display: block;
    color: #000;
    font-weight: 500;
    padding-top: 0.25rem;
    font-size: 90%;
    text-indent: -0.5rem;
}
.plan-con table{
    width: calc(100% - 6rem);
    color: #5e5a9e;
    border-top: 1px solid #5e5a9e;
    border-left: 1px solid #5e5a9e;
    margin: 0 3rem;
}
.plan-con table td{
    border-right: 1px solid #5e5a9e;
    border-bottom: 1px solid #5e5a9e;
    padding: 1rem;
    text-align: center;
}
.plan-con table td > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.plan-txt{
    font-size: 1.5rem;
}
.plan-price{
    font-size: 3rem;
    font-weight: 700;
}
.plan-price span{
    font-size: 1rem;
    font-weight: 400;
    display: block;
    text-align: right;
}
.plan-info{
    margin: 1rem auto;
}
.plan-catch-1{
    font-size: 2vw;
}
.plan-catch-2{
    font-size: 3vw;
    font-weight: 600;
    margin: 1rem auto;
    line-height: 1.2;
}
.plan-catch-2 span{
    display: block;
    font-size: 1rem;
    font-weight: 400;
}
.plan-con-2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
.plan-con-2 ul li{
    width: 90%;
    max-width: 300px;
    font-size: 0.9rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.plan-con-2 ul li.join-btn{
    width: 50%;
}
.plan-con-2 ul li.join-btn a{
    padding: 0.5rem 1rem;
}
.plan-con-2 ul li.mv-btn a{
    display: block;
    padding: 0.5rem;
}
.slide-container{
    background: #cbdffe;
    color: #5e5a9e;
    padding: 7rem 0;
}
.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: calc(50% + 1rem);
    justify-content: end;
}
.splide__slide .mv-btn{
    left: calc(50% + 1rem);
    justify-content: start;
}
.splide__slide a{
    display: block;
    width: 100%;
    max-width: 20em;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 1rem 2rem;
    text-align: center;
}
.splide__slide a .sp-none{
    display: inline;
}
.splide__arrow{
    -ms-flex-align: center;
    align-items: center;
    background: #cbdffe;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    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:hover:not(:disabled){
    opacity: .8;
    background: #00428b;
}
.splide__arrow--prev{
    left: 0;
    justify-content: end;
}
.splide__arrow--next{
    right: 0;
    justify-content: start;
}
.splide__arrow svg{
    fill: #ffffff;
    height: 5rem;
    width: 5rem;
    background: #00428b;
    padding: 1.5rem;
}
.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;
}
.documents-container{
    font-size: 16px;
    padding: 3rem 0;
}
.documents-container h3{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.documents-container .documents-block{
    text-align: center;
    padding: 1rem;
    margin-top: 1rem;
    display: flex;
    gap: 3rem;
}
.documents-container .documents-block > div{
    width: 900px;
    max-width: 100%;
    background: #00428a;
    padding: 1rem;
    margin: 0 auto;
}
.documents-container .documents-block h4{
    color: #ffffff;
    font-size: 0.9rem;
}
.documents-container .documents-item{
    display: flex;
    gap: 2rem;
    justify-content: center;
    padding: 1rem 0;
}
.documents-container .documents-item a{
    padding: 0.5rem;
    width: 60%;
    display: block;
    border: 1px solid #000;
}
.documents-container .documents-block .application-documents-block .documents-item a{
    background: #ffffff;
    color: #173366;
}
.documents-container .documents-block .documents-item a:hover{
    opacity: .95;
}
.documents-container .documents-block .common-documents-block .documents-item a{
    background: #ffffff;
    color: #173366;
}
footer {
    background: linear-gradient(90deg, #fff 0%, #cbdffe 80%);
    padding: 6rem 4% 8rem;
    color: #00428a;
    overflow: hidden;
}
.footer-wrapper{
    max-width: 1000px;
    margin: 0 auto;
}
footer .company-logo h2{
    color: #00428a;
    display: flex;
    align-items: end;
    gap: 0.5rem;
}
footer .company-logo h2 img{
    height: auto;
    padding-bottom: 5px;
}
footer .company-logo p{
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}
footer .company-logo p img{
    height: 70px;
}
.company-info{
    display: flex;
    gap: 20%;
    margin: 5rem auto;
}
footer h3{
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
}
footer p{
    font-size: 1.25rem;
}
.company-url{
    position: relative;
    display: flex;
    gap: 5rem;
    align-items: center;
}
.company-url::before , .company-url::after{
    content: '';
    position: absolute;
    background: #00428a;
    width: 120%;
    height: 1px;
    left: -10%;
}
.company-url::before{
    top: -2rem;
}
.company-url::after{
    bottom: -2rem;
}
@media screen and (max-width: 767px) {
    .pc-none {
        display: block;
    }
    .sp-none {
        display: none;
    }
    section{
        padding: 3rem 0;
    }
    .contents h2{
        font-size: 1.5rem;
    }
    header a .sp-none{
        display: none;
    }
    .header-contents p img{
        height: 30px;
    }
    .header-contents ul .join-btn a, .header-contents ul .contact-btn a{
        font-size: 0.8rem;
        font-weight: 500;
        padding: 0.5rem 0.75rem;
    }
    #page-wrap{
        height: auto;
        min-height: 70vh;
        padding-top: 60px;
    }
    .hero-container {
        height: 460px;
    }
    .hero-container .hero-wrapper{
        padding: 2rem 1rem;
    }
    .hero-contents{
        padding: 0 4%;
        justify-content: end;
        align-items: center;
        position: relative;
    }
    .hero-ttl{
        font-size: 1.5rem;
        top: 0;
        left: 0;
        text-align: left;
    }
    .cv-bnr{
        height: auto;
        position: relative;
        overflow: hidden;
    }
    .cv-bnr .cv-txt{
        padding: 2rem 1rem 4rem;
    }
    .cv-bnr .catch-1{
        font-size: 1.5rem;
    }
    .cv-bnr .catch-2{
        font-size: 2rem;
    }
    .cv-bnr .catch-3{
        font-size: 1rem;
    }
    .cv-bnr .link-btn{
        flex-direction: column;
        gap: 0.5rem;
        margin: 2rem 30% 0 0;
    }
    .cv-bnr .link-btn > p{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .cv-bnr .link-btn > p > a{
        padding: 0.5rem 1rem;
    }
    .cv-bnr .cv-img{
        position: absolute;
        width: 40%;
        right: 0;
        bottom: 0;
    }
    .cv-bnr-1 .cv-img{
        right: -2rem;
    }
    .cv-bnr .cv-img span{
        right: 1rem;
    }
    .cv-bnr-1 .cv-img span{
        right: 3rem;
    }
    .cv-bnr-2{
        background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(../../assets/images/cv-bg-2.webp);
    }
    .cv-bnr-2 > div > .cv-txt{
            padding: 2rem 1rem 4rem;
    }
    .cv-bnr-2 > div > .cv-txt .catch-1{
        font-size: 1.5rem;
    }
    .cv-bnr-2 > div > .cv-txt .catch-2{
            font-size: 2rem;
    }
    .cv-bnr-2 > div > .cv-txt .catch-3{
            font-size: 1rem;
    }
    .cv-bnr-2 > div > .cv-txt .catch-3 img{
        display: none;
    }
    .cv-bnr-2 > div > .cv-img{
        display: none;
    }
    .cv-bnr-2 .inner-con .inner-img{
        padding: 0 0.5rem;
        margin: -5rem auto -3rem;
    }
    .cv-bnr-2 .inner-con .watch-img{
        max-width: 40%;
        bottom: -2rem;
    }
    .cv-bnr-2 .inner-con .watch-img.watch-img-1{
        left: 1rem;
    }
    .cv-bnr-2 .inner-con .watch-img.watch-img-2{
        right: 1rem;
    }
    #merit{
        background: none;
        padding-bottom: 0;
    }
    .merit-contents{
        flex-direction: column;
    }
    .merit-con{
        width: 100%;
        padding: 1rem;
    }
    .merit-1{
        background: #fff;
    }
    .merit-1 h2{
        font-size: 1.65rem;
    }
    .merit-1 h3{
        font-size: 1.15rem;
    }
    .merit-1 .tools{
        margin: 0;
    }
    .merit-1 .tools li{
        flex-wrap: wrap;
        gap: 0.75rem;
        align-items: baseline;
        align-items: flex-start;
    }
    .tool-name{
        width: 6em;
    }
    .tool-border::before{
        height: 2px;
        margin-top: 0.85em;
    }
    .tool-info{
        width: calc(100% - 9.5em);
    }
    .merit-2{
        background: #cbdffe;
        padding: 2rem 1rem 4rem;
    }
    .merit-txt{
        margin: 0 0.5rem;
        padding: 1rem 1rem 1.5rem;
    }
    .merit-2::before, .merit-2::after{
        margin: 0 1.5rem 3.5rem;
    }
    .merit-2::after{
        width: calc(100% - 3rem);
    }
    .merit-2 h2{
        margin-bottom: 0.5rem;
        font-size: 1.25rem;
    }
    .merit-2 p{
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 0;
    }
    #service{
        padding-bottom: 3rem;
    }
    .service-1{
        position: relative;
        padding: 0 1rem 240px;
        background-size: 90vw;
        background-position: center bottom;
    }
    .service-1 ul{
        margin: 1rem auto;
        width: 100%;
    }
    .service-1 ul li{
        font-size: 1rem;
        padding: 0.75rem 1rem;
        font-weight: 500;
        margin: 1rem auto;
    }
    .service-1 .join-btn{
        position: absolute;
        left: 0;
        bottom: 0;
        width: calc(100% - 2rem);
        text-align: center;
    }
    .service-2{
        flex-direction: column;
        padding: 0 1rem;
    }
    .service-info{
        width: 100%;
        gap: 3rem;
    }
    .service-content{
        padding: 1rem 1rem 3rem;
    }
    .service-content h3{
        margin: -2.5rem auto 1.5rem -1rem;
        width: 100%;
        font-size: 1.25rem;
        text-align: left;
        padding-left: 5rem;
    }
    .service-content h3::before{
        top: -1rem;
    }
    .service-content ul{
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        justify-content: start;
    }
    .service-content ul li{
        font-size: 0.75rem;
        padding: 0.5rem 0.75rem;
    }
    .service-link{
        width: 100%;
    }
    .service-link h3{
        font-size: 1.5rem;
    }
    .service-link p{
        font-size: 1.25rem;
    }
    .training-contents{
        padding: 0 1rem;
    }
    .training-con{
        padding: 0 1rem;
    }
    .training-con h3{
        margin: 1rem auto 0;
        max-width: 60%;
    }
    .training-con ul{
        margin: 0 auto;
        flex-direction: column;
        gap: 3rem;
    }
    .training-con ul li{
        width: 100%;
        gap: 0.5rem;
    }
    .training-txt{
        font-size: 1rem;
    }
    .icon-arrow{
        max-width: 30px;
    }
    .subsidy-con{
        padding: 0 1rem;
    }
    .subsidy-con-1 span{
        font-size: 90%;
    }
    .subsidy-con-1 h3{
        font-size: 1.15rem;
    }
    .subsidy-content{
        padding: 0;
        flex-direction: column;
        gap: 2rem;
    }
    .subsidy-list{
        width: 100%;
    }
    .subsidy-list li{
        padding: 1rem 1rem 1rem 3.5rem;
    }
    .subsidy-list li h4{
        font-size: 1.5rem;
    }
    .subsidy-list li p{
        font-size: 1rem;
    }
    .subsidy-pamph{
        width: 90%;
        margin: 0 5%;
    }
    .subsidy-content .contact-btn{
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        text-align: center;
    }
    .subsidy-con-2 h2{
        margin-top: 3rem;
        font-size: 2rem;
    }
    .subsidy-con-2 h2 + p{
        font-size: 0.85rem;
        line-height: 1.8;
    }
    .subsidy-con-2 ul{
        gap: 0.5rem;
        margin-top: 2rem;
        padding: 0 1rem;
    }
    .subsidy-con-2 ul .list-item{
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }
    .subsidy-con-2 ul .list-item > div{
        width: 50%;
        padding: 0.5rem 0;
        margin-left: 10%;
    }
    .subsidy-con-2 ul .list-item > div::after{
        border-color: transparent #00428a transparent transparent;
        left: -18px;
        bottom: calc(50% - 15px);
        border-width: 20px 20px 20px 0;
    }
    .subsidy-con-2 ul .list-item .flow-txt{
        padding: 0.5rem 0;
    }
    .subsidy-con-2 ul .list-item > p{
        width: 30%;
        margin-left: 10%;
    }
    .subsidy-con-2 ul .list-space p{
        border-bottom: 0;
        border-right: 1px dashed;
        height: 4rem;
        left: -2rem;
        line-height: 3.5rem;
        text-align: right;
        padding-right: 0.5rem;
        font-size: 1rem;
        width: 8rem;
    }
    .subsidy-con-2 ul .list-space p::after{
        border-width: 10px 6px 0 6px;
        border-color: #333 transparent transparent transparent;
        right: -6px;
    }
    .subsidy-con-2 ul .list-space p span{
        font-size: 1.25rem;
        padding: 0.15rem;
    }
    .review-con{
        padding: 0 1rem;
    }
    .review-ttl{
        flex-direction: column;
        align-items: center;
    }
    .review-ttl h2{
        font-size: 2.5rem;
    }
    .review-ttl h2 span{
        font-size: 1.5rem;
    }
    .review-ttl p{
        max-width: 200px;
        margin-left: 5rem;
    }
    .review-txt{
        flex-direction: column;
        gap: 1.5rem;
        margin-top: 1rem;
    }
    .voice-content{
        width: 100%;
        padding: 1rem;
    }
    .course-flow-con > p{
        margin: 1rem auto 2rem;
    }
    .course-flow-con ul{
        flex-direction: column;
        padding: 0 2rem;
        gap: 1rem;
    }
    .course-flow-con ul li{
        width: 100%;
        background: #fff;
        padding: 1rem 0 1.5rem;
    }
    .course-flow-img{
        padding-top: 50px;
        width: 90%;
    }
    .course-flow-ttl{
        position: absolute;
        height: 40px;
        width: calc(100% - 10rem);
        text-align: center;
        background: #00428b;
    }
    .course-flow-txt{
        padding: 0 0.5rem;
        margin: -3.5rem auto 0;
    }
    .reason{
        padding-top: 0;
    }
    .reason1-con{
        flex-direction: column;
        gap: 1rem;
        position: relative;
        padding: 8rem 1rem 0;
    }
    .reason1-con-1{
        width: 100%;
        flex-direction: column;
    }
    .reason1-con-1-feature{
        padding: 1rem;
    }
    .reason1-con-1-feature h2{
        line-height: 1.2;
        padding-bottom: 0.5rem;
        font-size: 1.25rem;
    }
    .reason1-con-1-feature ul{
        margin-top: 2rem;
    }
    .reason1-con-1-feature .list-item .tips{
        top: -1.25rem;
    }
    .reason1-con-2{
        width: 100%;
    }
    .reason1-con-2-info h3{
        position: absolute;
        top: 0;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 0;
    }
    .reason1-con-2-info h3 span{
        font-size: 1.1rem;
        padding: 0;
    }
    .reason1-con-2-info > h3, .reason1-con-2-info > p{
        padding: 0 0.5rem;
    }
    #reason-2{
        padding: 2rem 0 3rem;
    }
    .reason2-con-ttl{
        flex-direction: column-reverse;
    }
    .reason2-con-ttl h2{
        font-size: 1.25rem;
        text-align: left;
    }
    .reason2-con-ttl h3{
        font-size: 1rem;
        padding: 1rem 0 0;
    }
    .reason2-con-summary{
        flex-direction: column;
            margin: 1rem 1rem 0;
            gap: 1rem;
    }
    .reason2-con-summary > div h4{
        font-size: 1.5rem;
        padding: 1rem 0;
    }
    .reason2-con-summary > div{
        max-width: 100%;
    }
    .reason2-con-info{
        margin-top: 1rem;
    }
    .reason2-con{
        flex-direction: column-reverse;
        margin-top: 1.5rem;
        padding: 0 1rem;
        gap: 1.5rem;
    }
    .reason2-con > div{
        width: 100%;
    }
    .reason2-con > div ul{
        margin: 1rem 2rem;
        gap: 0.5rem;
    }
    .reason2-con-info > br{
        display: none;
    }
    .reason2-con-info span{
        margin-bottom: 0.5rem;
    }
    .reason2-con > ul{
        width: 100%;
        flex-direction: column;
    }
    .reason2-con > ul .list-item{
        width: 100%;
        padding: 1.5rem 1rem;
    }
    .learn-txt{
        min-height: unset;
    }
    .reason2-con h4{
        margin: 0 3rem;
        padding: 0.25rem 0 0.5rem;
    }
    .reason2-con > ul .list-item-1 .learn-txt h4{
        color: #a06cd5;
    }
    .reason2-con > ul .list-item-2 .learn-txt h4{
        color: #8e44ad;
    }
    .reason2-con > ul .list-item-3 .learn-txt h4{
        color: #6f2dbd;
    }
    .reason2-con h5{
        margin: 0.5rem auto;
    }
    .learn-txt ul{
        margin: 0.5rem auto 1rem;
    }
    .reason3-con-ttl{
        flex-direction: column-reverse;
    }
    .reason3-con-ttl h2{
        font-size: 1.25rem;
        text-align: left;
    }
    .reason3-con-ttl h3{
        font-size: 1rem;
        padding: 1rem 0 0;
    }
    .reason3-con{
        flex-direction: column;
        margin-top: 1rem;
        gap: 2rem;
    }
    .reason3-con > ul{
        width: 100%;
        flex-direction: column;
    }
    .reason3-con > ul li{
        width: 75%;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
    }
    .reason3-con .image-txt{
        margin-top: 0;
    }
    .reason3-con > div{
        width: 100%;
    }
    .reason3-con > div h4{
        text-align: left;
        font-size: 1.35rem;
        font-weight: 500;
    }
    .reason3-con > div h5{
        text-align: left;
        font-size: 1rem;
        padding-left: 1rem;
        font-weight: 400;
    }
    .reason3-con > div p span{
        font-size: 85%;
        text-indent: -0.25rem;
    }
    #plan{
        background: none;
    }
    .plan-contents{
        flex-direction: column;
        padding: 0;
    }
    .plan-con-1{
        width: 100%;
        background: linear-gradient(180deg, #fff 0%, #cbdffe 100%);
        padding: 0 1rem 2rem;
    }
    .plan-con-1::before{
        content: none;
    }
    .plan-con-1::after{
        right: calc(50% - 60px);
        border: 60px solid transparent;
        border-top: 40px solid #cbdffe;
        top: auto;
        bottom: -80px;
    }
    .plan-con-1 > p{
        padding: 0.5rem 0 1rem;
        margin-bottom: 1.5rem;
    }
    .plan-con-1 > p span{
        font-size: 80%;
    }
    .plan-con table{
        width: 95%;
        margin: 0 auto;
    }
    .plan-con table td{
        padding: 0.5rem;
    }
    .plan-catch-1{
        font-size: 1.5rem;
    }
    .plan-catch-2{
        font-size: 1.75rem;
    }
    .plan-catch-2 span{
        margin-top: 0.5rem;
    }
    .plan-txt{
        font-size: 1.25rem;
    }
    .plan-price{
        font-size: 2rem;
    }
    .plan-info{
        margin: 0.5rem auto;
    }
    .plan-con-2{
        width: 100%;
        padding: 2.5rem 1rem 0;
    }
    .plan-con-2 ul{
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 0.75rem;
    }
    .plan-con-2 ul li , .plan-con-2 ul li.join-btn{
        width: 80%;
    }
    .slide-container{
        overflow: hidden;
        padding: 3rem 0;
    }
    .splide{
        width: 96vw;
        margin: 0 2vw;
    }
    .splide__slide p{
        gap: 0.5rem;
        bottom: 0.5rem;
    }
    .splide__slide a{
        font-size: 0.9rem;
        padding: 1rem;
        border: 1px solid #fff;
        border-radius: 5px;
    }
    .splide__slide a .sp-none{
        display: none;
    }
    .splide__arrow{
        background: none;
        width: 2rem;
        padding: 0;
        opacity: 1;
        height: auto;
    }
    .splide__arrow--prev{
        left: -2vw;
    }
    .splide__arrow--next {
        right: -2vw;
    }
    .splide__arrow svg{
        height: 3rem;
        width: 2rem;
        padding: 0.5rem;
        background: rgb(0 64 138 / 80%);
    }
    .academy-contents{
        flex-direction: column-reverse;
        margin: 3rem 1rem 1rem;
        gap: 1rem;
    }
    .academy-contents > div{
        max-width: 100%;
    }
    .academy-contents > div ul{
        font-size: 1rem;
        font-weight: 500;
    }
    .academy-contents + .documents-item{
        margin-top: 0;
    }
    .academy-contents + .documents-item > a{
        width: 15rem;
    }
    .academy-content{
        max-width: 100%;
        padding: 1rem;
        flex-direction: row;
        align-items: center;
    }
    .academy-content li{
        padding: 1rem 1rem;
    }
    .academy-content li .SA-ttl{
        font-size: 1.1rem;
    }
    .academy-content li .SA-ttl span{
        font-size: 0.85rem;
    }
    .academy-content li .SA-desc{
        font-size: 0.8rem;
    }
    .academy-content li .SA-price{
        margin: 1rem auto 0.5rem;
        max-width: 240px;
    }
    .academy-content li .SA-price th, .academy-content li .SA-price td{
        padding: 0.15rem;
        font-weight: 600;
    }
    .academy-content li .SA-price th{
        padding: 0.15rem 0.5rem;
    }
    .academy-content li .SA-price td{
        font-size: 0.8rem;
    }
    .academy-content li .SA-price td span{
        font-size: 1.35rem;
    }
    .slide-container .documents-item{
        width: calc(100% - 1rem);
        margin: 0 0.5rem;
        padding: 0 1rem 1.5rem;
    }
    .slide-container .documents-item > div{
        flex-direction: column;
        gap: 1rem;
    }
    .slide-container .documents-item a{
        width: 15rem;
        padding: 0.25rem;
    }
    #reason-3{
        padding: 1.5rem 0 3rem;
    }
    .documents-container{
        margin: 0;
        padding: 48px 24px;
        font-size: 4vw;
        width: 100%;
    }
    .documents-container h3{
        font-size: 4.5vw;
    }
    .documents-container .documents-block{
        padding: 1rem 0;
        margin-top: 0;
        gap: 0;
        flex-direction: column;
    }
    .documents-container .documents-block > div{
        width: 100%;
    }
    .documents-container .documents-item{
        padding: 1rem 0;
        gap: 1rem;
        flex-direction: column;
    }
    .documents-container a{
        text-align: center;
        margin: 0 auto;
        font-size: 4vw;
    }
    .documents-container .documents-item a{
        width: 15rem;
        padding: 0.25rem;
    }
    .application-documents-block{
        padding-bottom: 0;
    }
    footer{
        padding: 3rem 2rem;
    }
    footer .company-logo h2{
        font-size: 1.25rem;
        font-weight: 400;
        margin-bottom: 0.5rem;
        width: calc(100% + 2rem);
    }
    footer .company-logo h2 img{
        width: 90px;
        padding: 0;
    }
    footer .company-logo p img{
        height: 40px;
    }
    .company-info{
        flex-direction: column;
        gap: 1rem;
        margin: 1rem auto;
    }
    footer h3{
        font-size: 1.5rem;
        margin-bottom: 0.25rem;
    }
    footer p{
        font-size: 1rem;
    }
    .company-url{
        display: block;
        padding: 0.5rem 0 1.25rem;
        margin-top: 1.5rem;
    }
    .company-url::before, .company-url::after{
        width: 110%;
        left: -5%;
    }
    .company-url::before{
        top: 0;
    }
    .company-url::after{
        bottom: 0;
    }
}