@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
/*
------------------------------
(C)NetlearningHoldings Style CSS
------------------------------
*/

:root {
    --font-family-gothic: "BIZ UDPGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Segoe UI", "verdana", sans-serif;
    --font-family-en: "Futura", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Segoe UI", "verdana", sans-serif;

    --font-size-s: 1.2rem;
    --font-size-m: clamp(1.4rem, 2vw, 1.4rem);
    --font-size-l: clamp(1.4rem, 2vw, 1.6rem);
    --font-size-xl: clamp(1.6rem, 2vw, 1.8rem);

    --color-primary-500: #212A6C;
    --color-primary-50: #f1f3fc;
    --color-bg: #f4f4f4;

    --font-size-h1: clamp(2.8rem, 5vw, 3.6rem);
    --font-size-h2: clamp(2.4rem, 4vw, 3.2rem);
    --font-size-h3: clamp(2rem, 3vw, 2.8rem);
    --font-size-h4: clamp(1.8rem, 3vw, 2.4rem);
    --font-size-h5: clamp(1.6rem, 2vw, 2rem);
}















header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #FFFFFF;
}

header .contents_in {
    width: 96%;
    margin: 0 auto;
    max-width: 1220px;
}

header .header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 0 20px;
}

header .header_wrapper .logo {
    max-width: 168px;
}

header .header_wrapper .open_btn {
    display: none;

}

header .header_wrapper .nav_in {
    display: flex;
    align-items: center;
    justify-content: right;
    max-width: 782px;
    /*max-width: 872px;*/
    width: 78%;
    z-index: 9;
}

header .header_wrapper .nav_in .nav_list {
    display: flex;
    margin-right: 20px;
    align-items: center;
    justify-content: space-between;
    max-width: 582px;
    width: 65%;
}

header .header_wrapper .nav_in .nav_list li {
    position: relative;
}

header .header_wrapper .nav_in .nav_list .nav_in_list li:nth-of-type(5)::before,
header .header_wrapper .nav_in .nav_list .nav_in_list li:nth-of-type(5)::after {
    content: none;
}

header .header_wrapper .nav_in .nav_list li a {
    color: #212A6C;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

header .header_wrapper .nav_in .nav_list li a:hover {
    opacity: 0.5;
    cursor: pointer;
}

header .header_wrapper .nav_in .nav_list .more_btn {
    position: relative;
}

header .header_wrapper .nav_in .nav_list li .nav_in_list {
    position: absolute;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    top: 40px;
    left: -140px;
    min-width: 370px;
    background: #F4F4F4;
    padding: 20px 30px 20px;
    z-index: 9;
    display: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

header .header_wrapper .nav_in .nav_list .nav_in_list.active {
    display: flex;
}

header .header_wrapper .nav_in .nav_list .nav_in_list.active::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background: #F4F4F4;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}

header .header_wrapper .nav_in .nav_list .nav_in_list li {
    width: 50%;
    margin-bottom: 10px;
}

header .header_wrapper .nav_in .nav_list .nav_in_list li:last-child,
header .header_wrapper .nav_in .nav_list .nav_in_list li:nth-last-child(2) {
    margin-bottom: 0;
}

header .header_wrapper .nav_in .nav_list .nav_in_list li a {
    font-size: 14px;
    line-height: 22px;
    color: #646A93;
    position: relative;
    /* padding-left: 17px; */
}

/* header .header_wrapper .nav_in .nav_list .nav_in_list li a::before {
position: absolute;
content: "";
background: #646A93;
width: 7px;
height: 1px;
top: 10px;
left: 0;
} */

header .header_wrapper .nav_in .contact_btn {
    max-width: 150px;
    width: 100%;
    background: linear-gradient(90deg, rgba(15, 31, 149, 1) 0%, rgba(45, 69, 155, 1) 60%, rgba(78, 128, 255, 1) 100%);
}

header .header_wrapper .nav_in .contact_btn a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 7px 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s;
    border: solid rgba(0, 0, 0, 0) 1.5px;
}

header .header_wrapper .nav_in .contact_btn a::before {
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

header .header_wrapper .nav_in .contact_btn a:hover {
    border: solid #212A6C 1.5px;
    color: #212A6C;
}

header .header_wrapper .nav_in .contact_btn a:hover::after {
    background: url("../common/assets/img/icon_arrow02.png")no-repeat center/contain;
}

header .header_wrapper .nav_in .contact_btn a:hover::before {
    transform: scale(1, 1);
}

header .header_wrapper .nav_in .language_box {
    max-width: 85px;
    width: 100%;
    position: relative;
}

header .header_wrapper .nav_in .language_box .language_btn {
    color: #212A6C;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    position: relative;
    padding-right: 20px;
}

header .header_wrapper .nav_in .language_box .language_btn::after {
    position: absolute;
    content: "";
    background: url("../common/assets/img/icon_arrow05.png")no-repeat center/contain;
    width: 8px;
    height: 7px;
    top: 10px;
    right: 0;
}

header .header_wrapper .nav_in .language_box .language_btn:hover {
    cursor: pointer;
}

header .header_wrapper .nav_in .language_box .lang_list {
    margin-top: 10px;
    width: 100%;
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
}

header .header_wrapper .nav_in .language_box .lang_list.active {
    display: block;
}

header .header_wrapper .nav_in .language_box .lang_list li {
    margin-bottom: 3px;
}

header .header_wrapper .nav_in .language_box .lang_list li a {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    /*background: linear-gradient(90deg, rgba(15,31,149,1) 0%, rgba(45,69,155,1) 60%, rgba(78,128,255,1) 100%);*/
    color: #212A6C;
    padding: 4px 10px 5px;
    display: block;
    border: solid #212A6C 1px;
    background: #FFFFFF;
}


footer {
    background: #FFFFFF;
}

footer .footer_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0;
}

footer .footer_wrapper .cnt_left {
    max-width: 225px;
    width: 29%;
}

footer .footer_wrapper .cnt_left .logo {
    max-width: 225px;
    margin-bottom: 30px;
}

footer .footer_wrapper .cnt_text .link_btn {
    margin-bottom: 5px;
}

footer .footer_wrapper .cnt_text .link_btn:last-child {
    margin-bottom: 0;
}

footer .footer_wrapper .cnt_text .link_btn a {
    color: #646A93;
    font-size: 12px;
    line-height: 22px;
}

footer .footer_wrapper .cnt_text .link_btn a:hover {
    opacity: 0.5;
    cursor: pointer;
}

footer .footer_wrapper .cnt_right {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 698px;
    width: 70%;
}

footer .footer_wrapper .cnt_right .nav_list:nth-child(2) {
    max-width: 303px;
    width: 55%;
}

footer .footer_wrapper .cnt_right .nav_list li {
    margin-bottom: 20px;
}

footer .footer_wrapper .cnt_right .nav_list li:last-child {
    margin-bottom: 0;
}

footer .footer_wrapper .cnt_right .nav_list:first-child li:nth-child(3) {
    margin-bottom: 0;
}

footer .footer_wrapper .cnt_right .nav_list li a {
    display: block;
    width: fit-content;
}

footer .footer_wrapper .cnt_right .nav_list li a:hover {
    opacity: 0.5;

}

footer .footer_wrapper .cnt_right .nav_list .nav_btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #2A3790;
}

footer .footer_wrapper .cnt_right .nav_list .nav_btn.group:hover {
    opacity: 1;
}

footer .footer_wrapper .cnt_right .nav_list .nav_btn.nolink:hover {
    opacity: 1;
}

footer .footer_wrapper .cnt_right .nav_in_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

footer .footer_wrapper .cnt_right .nav_in_list li {
    width: 50%;
    margin-bottom: 5px;
}

footer .footer_wrapper .cnt_right .nav_in_list li:last-child,
footer .footer_wrapper .cnt_right .nav_in_list li:nth-last-child(2) {
    margin-bottom: 0;
}

footer .footer_wrapper .cnt_right .nav_in_list li a {
    font-size: 12px;
    line-height: 22px;
    color: #646A93;
    position: relative;
    padding-left: 17px;
}

footer .footer_wrapper .cnt_right .nav_in_list li a::before {
    position: absolute;
    content: "";
    background: #646A93;
    width: 7px;
    height: 1px;
    top: 10px;
    left: 0;
}

footer .footer_wrapper .cnt_right .nav_in_list.service {
    display: block;
}

footer .footer_wrapper .cnt_right .nav_in_list.service li {
    width: 100%;
    margin-bottom: 5px;
}

footer .footer_wrapper .cnt_right .nav_in_list.service li:last-of-type {
    margin-bottom: 0;
}

footer .copy_right {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    background: #2A3790;
    padding: 9px 0;
}

.contents_in {
    max-width: 1080px;
    width: 96%;
    margin: 0 auto;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

img.blank {
    width: 12px;
    margin-left: 3px;
    height: auto;
    display: inline-block;
}

#document-banner {
    position: fixed;
    bottom: 20px;
    right: -500px;
    /* 最初は画面外 */
    transition: right 0.5s ease;
    z-index: 1000;
}

#document-banner a {
    transition: 0.3s ease-out;
    text-decoration: none;
}


#document-banner a:hover {
    opacity: 0.8;
}

#document-banner .document-btn {
    box-shadow: 0px 0px 10px 0px rgba(33, 42, 108, 0.15);
    background-color: #2A3790;
    color: #fff;
    border-radius: 5px;
    padding: 24px;
    font-size: 14px;
    position: relative;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}


#document-banner .document-btn img {
    /* position: absolute;
    top: -6rem; */
    width: 90px;
    display: inline-block;
    margin: 12px 0;
    /* left: 50%;
    transform: translateX(-50%); */
}

#document-banner .document-btn .doc-btn {
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 12px;
    color: #2A3790;
    /* margin-top: 1.2rem; */
}



#document-banner .document-btn span {
    display: block;
}

#document-banner.show {
    right: 0;
}

#document-banner #close-banner {
    position: absolute;
    right: 5px;
    z-index: 5;
    border-radius: 50%;
    font-size: 14px;
    top: 5px;
    border: none;
    cursor: pointer;
    background: #f0f0f0;
    width: 24px;
    height: 24px;
}





.c-btn.u-btn-flow.u-btn-primary {
    border: 1px solid var(--color-white);
    color: #fff;
    background: linear-gradient(90deg,
            #fff 0%,
            #fff 50%,
            #da5509 50%,
            #e77918 75%,
            #dd9933 100%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.4s ease, color 0.4s ease;
}

.c-btn.u-btn-flow.u-btn-primary:hover {
    background-position: left bottom;
    color: #da5509;
    border: 1px solid #da5509;
}

.c-btn.u-btn-arrow.u-btn-flow.u-btn-primary:hover::before {
    background-color: #da5509;

}


.c-btn.u-btn-flow.u-btn-sub {
    border: 1px solid var(--color-primary-500, #333);
    color: var(--color-primary-500);
    background: linear-gradient(to left,
            #fff 0%,
            #fff 50%,
            rgba(15, 31, 149, 1) 50%,
            rgba(45, 69, 155, 1) 75%,
            rgba(78, 128, 255, 1) 100%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.4s ease, color 0.4s ease;
}

.c-btn.u-btn-flow.u-btn-sub:hover {
    background-position: left bottom;
    color: #fff;
    border: 1px solid var(--color-white);
}

.c-contents {
    margin: 0 auto;
    padding: 0 1.6rem;
    width: clamp(375px, 96%, 1080px);
    position: relative;
}


.p-head-gothic {
    font-family: var(--font-family-gothic);
    color: var(--color-primary-500);
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-heavy);
    letter-spacing: .1em;
    line-height: 2;
    text-align: center;
}

.p-head-en {
    font-family: var(--font-family-en);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 53px;
    letter-spacing: 0.1rem;
    text-align: center;
    margin-bottom: 6rem;
    color: var(--color-primary-500);
}

.p-head-en .sub {
    font-family: var(--font-family);
    font-size: 1.2rem;
    line-height: 3rem;
    font-weight: var(--font-weight-heavy);
    display: block;
}

.p-cta {
    background-color: var(--color-primary-500);
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: clamp(var(--size-03), 5vw, var(--size-06));
    padding-bottom: clamp(var(--size-03), 5vw, var(--size-06));
}

.p-cta .p-head-en {
    color: #fff;
    margin-bottom: var(--size-04);
}

.p-cta.cta-dl {
    padding: 0;
}

.p-cta.cta-dl .cta-box {
    padding-top: clamp(var(--size-03), 5vw, var(--size-06));
    padding-bottom: clamp(var(--size-03), 5vw, var(--size-06));
}

.p-cta.cta-dl .cta-thum {
    display: flex;
    align-items: end;
    flex-direction: column;
}

.p-cta.cta-end .cta-box {
    border: solid 1px var(--color-white);
    padding: var(--size-03);
}

.p-cta.cta-end .p-head-cta::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.8rem;
}

.p-cta .p-head-cta {
    text-align: center;
    font-size: var(--font-size-h3);
    line-height: 1.6;
    position: relative;
}

.p-cta .p-head-cta .sub {
    font-size: var(--font-size-h5);
}

#sec-mv {
    background-color: #f0f0f0;
    padding-top: 90px;
    background:
        linear-gradient(270deg,
            rgb(47, 73, 131),
            rgb(32, 98, 153),
            rgba(25, 33, 100, 1),
            rgb(36, 101, 145));
    background-size: 400% 400%, cover;
    background-position: center, center;
    background-repeat: no-repeat;

    animation: Grad 10s ease infinite;
    color: #fff;
}

@keyframes Grad {
    0% {
        background-position: 0% 50%, center;
    }

    50% {
        background-position: 100% 50%, center;
    }

    100% {
        background-position: 0% 50%, center;
    }
}

#sec-mv .mv-wrap {
    min-height: 400px;
    display: flex;
    justify-content: space-between;
    padding-bottom: var(--size-03);
}

#sec-mv .mv-wrap .mv-cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#sec-mv .mv-wrap .copy {
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-bold);
}

#sec-mv .mv-wrap .copy span.strong {
    font-size: var(--font-size-xl);
}

#sec-mv .mv-wrap .copy .bar {
    position: relative;
}

#sec-mv .mv-wrap .copy .bar::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 1px;
    background-color: var(--color-white);
    animation: underline 1s ease forwards;
}

@keyframes underline {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

#sec-mv h1 {
    font-family: var(--font-family-en);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 5px;
    display: block;
    margin: var(--size-03) 0 var(--size-02);
    line-height: 1.4;
}

#sec-mv h1 .sub {
    font-size: var(--font-size-h5);
    display: block;
    font-family: var(--font-family);
    letter-spacing: 3.5px;
}

#sec-mv .mv-wrap .mv-thum {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: var(--size-05);
}


#sec-mv .mv-wrap .mv-award {
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
}

#sec-mv .mv-wrap .mv-award p {
    font-size: var(--font-size-s);
    text-align: right;
    margin-top: var(--size-01);
}

#sec-mv .mv-wrap .mv-award .award-box {
    display: flex;
    gap: var(--size-10);
}

#sec-mv .mv-wrap .mv-award .award-item {
    font-size: var(--font-size-l);
    font-weight: var(--font-weight-bold);
    line-height: 1.4;
    position: relative;
    text-align: center;
    text-wrap: nowrap;
}

#sec-mv .mv-wrap .mv-award .award-item::before {
    content: "";
    background-image: url(../img/award_l.png);
    height: 100%;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: -40px;
}

#sec-mv .mv-wrap .mv-award .award-item::after {
    content: "";
    background-image: url(../img/award_r.png);
    height: 100%;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: -40px;

}


#sec-mv .mv-wrap .mv-award .award-item .award-strong {
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-heavy);
}


#sec-about .p-card-about .c-card-cnt {
    text-align: center;
}

#sec-about .p-card-about .c-card-cnt h3 {
    color: #fff;
    background-color: var(--color-primary-500);
    border-radius: 500px;
    display: inline-block;
    padding: 0 var(--size-03);
    font-size: var(--font-size-l);
}

#sec-about .p-card-about .c-card-cnt p {
    font-weight: var(--font-weight-bold);
}

#sec-platform {
    background-image: url(../common/assets/img/bg.jpg);
    background-attachment: fixed;
}

#sec-platform .pf-wrap {
    display: flex;
    position: relative;
    gap: var(--size-05);
}

#sec-platform .pf-sticky {
    flex: 1;
    position: sticky;
    left: 0;
    top: 12rem;
    height: 100%;
}


#sec-platform .pf-sticky ul {
    display: flex;
    flex-direction: column;
    gap: var(--size-05);
}

#sec-platform .pf-sticky ul li a {
    color: var(--color-gray-700);
}

#sec-platform .pf-sticky ul li a.active {
    color: var(--color-text);
    padding-left: 1.2rem;
    display: block;
    border-left: solid 3px var(--color-primary-500);
    font-weight: var(--font-weight-bold);
}

#sec-platform .pf-cnt {
    flex: 3;
    display: flex;
    flex-direction: column;
    gap: 16rem;
}

#sec-platform .pf-box h3 {
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-bold);
    display: flex;
    border-bottom: solid 1px var(--color-primary-500);
    padding-bottom: var(--size-01);
    margin-bottom: var(--size-02);
    color: var(--color-primary-500);
    align-items: anchor-center;
}

#sec-platform .pf-box h3 .num {
    font-family: var(--font-family-en);
    color: var(--color-primary-500);
    font-weight: var(--font-weight-bold);
    padding-right: var(--size-02);
    font-size: var(--font-size-h1);
}


#sec-platform .pf-dtl {
    margin-top: var(--size-04);
}

#sec-platform .pf-dtl h4 {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--size-02);
    color: var(--color-primary-500);
}

#sec-platform #pf-01 .pf-dtl {
    display: flex;
    flex-direction: column;
    gap: var(--size-04);
}

#sec-platform #pf-01 .pf-dtl .pf-item {
    display: flex;
    background-color: #fff;
    padding: var(--size-03);
    align-items: center;
    gap: var(--size-03);
}

#sec-platform #pf-01 .pf-dtl .pf-item .pf-thum {
    flex: 1;
}

#sec-platform #pf-01 .pf-dtl .pf-item .pf-text {
    flex: 1;
}

#sec-platform #pf-01 .pf-dtl h4 .sub {
    display: inline-block;
    padding: 0 var(--size-02);
    background-color: var(--color-primary-500);
    color: #fff;
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-m);
    margin-bottom: var(--size-01);
    border-radius: 500px;
}

#sec-platform #pf-01 .pf-dtl .c-list ul li {
    margin-bottom: var(--size-01);
}

#sec-platform #pf-03 .pf-dtl h4 {
    margin-top: var(--size-02);
    color: #fff;
    font-weight: var(--font-weight-bold);
    background-color: var(--color-primary-500);
    border-radius: 500px;
    display: inline-block;
    padding: 0 var(--size-02);

}

#sec-platform #pf-03 .pf-dtl .c-list ol li {
    font-weight: var(--font-weight-bold);
}


#sec-platform #pf-06 .app-btn {
    display: flex;
    align-items: center;
    gap: var(--size-02);
    margin-top: 30px;
}

#sec-platform #pf-06 .pf-dtl .logo-box {
    margin-bottom: var(--size-03);
}

#sec-platform #pf-06 .pf-dtl .logo-box img {
    width: 150px;
}

#sec-platform #pf-06 .pf-dtl .app-btn img {
    width: 150px;
}

#sec-platform #pf-06 .pf-dtl .app-btn img.google {
    width: 175px;
}

#sec-platform #pf-06 .pf-dtl .slider {
    max-width: 350px;
    margin: 0 auto;
}

#sec-platform #pf-06 .pf-dtl .slider .slick-prev {
    left: 0;
    z-index: 3;
}

#sec-platform #pf-06 .pf-dtl .slider .slick-next {
    right: 0;
    z-index: 3;
}

#sec-platform #pf-06 .pf-dtl .slider img {
    width: 250px;
    border-radius: 10px;
}

#sec-platform #pf-06 .pf-dtl .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}

#sec-platform #pf-06 .pf-dtl .slick-prev:before,
.slick-next:before {
    color: var(--color-primary-500);
}

#sec-reason {
    background-color: var(--color-bg);
    position: relative;
    padding-bottom: 0;
}

#sec-reason .p-head-en {
    margin-bottom: 0;
}

#sec-reason .count-wrap {
    margin-top: var(--size-08);
}

#sec-reason .count-wrap .count-box {
    text-align: center;
    position: relative;
}

#sec-reason .count-wrap .count-box:not(:last-of-type)::before {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: var(--color-gray-300);
    right: -1.6rem;
    content: "";
}


#sec-reason .count-wrap .count-box h3 {
    font-size: var(--font-size-l);
    font-weight: var(--font-weight-bold);
    color: #fff;
    padding: 0 var(--size-03);
    background-color: var(--color-primary-500);
    display: inline-block;
    border-radius: 50px;
}

#sec-reason .count-wrap .count-box .count-item {
    color: var(--color-primary-500);
    font-size: var(--font-size-h5);
    font-weight: var(--font-weight-heavy);
}

#sec-reason .count-wrap .count-box .count-item span {
    font-family: var(--font-family-en);
    font-size: clamp(2rem, 5vw, 6rem);
    font-weight: var(--font-weight-bold);
}

#sec-reason .company-wrap {
    margin-top: var(--size-05);
    padding: var(--size-05) var(--size-10);
    z-index: 5;
    position: relative;
}

#sec-reason .company-wrap .company-box {
    margin-top: var(--size-04);
}


#sec-reason .company-wrap h3 {
    text-align: center;
    font-size: var(--font-size-h5);
    padding-bottom: var(--size-02);
    border-bottom: solid 1px var(--color-gray-100);
}

#sec-reason .company-wrap .c-list .c-list-horz {
    gap: var(--size-05);
}

#sec-reason .company-wrap .c-list dt {
    font-size: var(--font-size-l);
    display: flex;
    gap: var(--size-03);
}

#sec-reason-02 {
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
    padding-top: 16rem;
    margin-top: -8rem;
}

#sec-reason-02::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    width: 100%;
    height: 100%;
    z-index: -2;
    background: url(../img/bg.jpg) no-repeat center / cover;
    opacity: 1;
    -webkit-transition: 1.4s .5s;
    transition: 1.4s .5s;
}

#sec-reason-02::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-linear-gradient(bottom, rgba(78, 128, 255, .8) 0%, rgba(45, 69, 155, .8) 40%, rgba(15, 31, 149, .8) 100%);
    background: linear-gradient(0deg, rgba(78, 128, 255, .8) 0%, rgba(45, 69, 155, .8) 40%, rgba(15, 31, 149, .8) 100%);
}

#sec-reason-02 .reason-wrap .reason-box {
    padding: var(--size-03) 0;
    border-top: solid 1px var(--color-white);
}

#sec-reason-02 .reason-wrap .reason-box:last-of-type {
    border-bottom: solid 1px var(--color-white);
}

#sec-reason-02 .reason-wrap .c-list-horz {
    align-items: center;
}

#sec-reason-02 .reason-wrap .c-list-horz dt {
    font-size: var(--font-size-xl);
    display: flex;
    align-items: anchor-center;
}

#sec-reason-02 .reason-wrap .c-list-horz dt .num {
    font-family: var(--font-family-en);
    font-weight: var(--font-weight-bold);
    padding-right: var(--size-02);
    font-size: var(--font-size-h1);
}

#sec-reason-02 .u-mark-check::before {
    background-color: #fff;
}





#sec-comparison .comp-wrap th,
#sec-comparison .comp-wrap td {
    text-align: center;
}

#sec-comparison .comp-wrap th span {
    font-size: var(--font-size-s);
    display: block;
}


#sec-comparison .comp-wrap th.nlhd {
    background-color: var(--color-primary-500);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    border-left: 5px solid var(--color-primary-500);
    border-right: 5px solid var(--color-primary-500);
    border-top: 5px solid var(--color-primary-500);
}

#sec-comparison .comp-wrap td.nlhd {
    background-color: var(--color-primary-50);
    color: var(--color-primary-500);
    font-weight: var(--font-weight-heavy);
    border-left: 5px solid var(--color-primary-500);
    border-right: 5px solid var(--color-primary-500);
}

#sec-comparison .comp-wrap td.nlhd.last {
    border-bottom: 5px solid var(--color-primary-500);
}


#sec-case {
    background-color: var(--color-bg);
}

#sec-case .case-wrap .case-box {
    background-color: var(--color-white);
}

#sec-flow {
    background-image: url(../common/assets/img/bg.jpg);
    background-attachment: fixed;
}

#sec-flow .flow-wrap .c-card-num {
    font-family: var(--font-family-en);
    font-weight: var(--font-weight-bold);
}


#sec-flow .flow-wrap .flow-box h3 {
    min-height: 65px;

}

/* #sec-flow .flow-wrap .c-card-num {
    font-family: var(--font-family-en);
    font-weight: var(--font-weight-bold);
    font-size: clamp(2rem, 5vw, 3.6rem);
}

#sec-flow .flow-wrap {
    position: relative;
}

#sec-flow .flow-wrap .c-card-ttl h3::before {
    position: absolute;
    content: "";
    width: calc(100% + var(--size-column));
    height: 1px;
    background-color: var(--color-primary-500);
    top: 0;
}

#sec-flow .flow-wrap .flow-box:last-of-type .c-card-ttl h3::before {
    width: 100%;
}

#sec-flow .flow-wrap .c-card-num::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: var(--size-01);
    height: var(--size-01);
    border-radius: 50%;
    background-color: var(--color-primary-500);
    bottom: -1.6rem;
}

#sec-flow .flow-wrap .c-card-ttl h3 {
    position: relative;
    padding-top: 1.6rem;
} */


#banner_area .banner_box {
    margin-top: 64px;
    border: 1px solid #ccc;
}


@media only screen and (max-width:1024px) {


    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    header .contents_in {
        max-width: 1220px;
        width: 100%;
    }

    header .header_wrapper {
        display: block;
        padding: 12px 0;
        position: relative;
    }

    header .header_wrapper .logo {
        max-width: 168px;
        margin-left: 20px;
    }

    header .header_wrapper .open_btn {
        display: block;
        background: linear-gradient(90deg, rgba(15, 31, 149, 1) 0%, rgba(45, 69, 155, 1) 60%, rgba(78, 128, 255, 1) 100%);
        width: 38px;
        height: 38px;
        position: absolute;
        top: 18px;
        right: 20px;
        cursor: pointer;
    }

    header .header_wrapper .open_btn span {
        position: absolute;
        background: #FFFFFF;
        width: 20px;
        height: 1.5px;
        left: 9px;
        transition: 0.3s;
    }

    header .header_wrapper .open_btn span:first-child {
        top: 11px;
    }

    header .header_wrapper .open_btn span:nth-child(2) {
        top: 18px;
    }

    header .header_wrapper .open_btn span:nth-child(3) {
        top: 25px;
    }

    header .header_wrapper .open_btn.active span {
        left: 9px;
    }

    header .header_wrapper .open_btn.active span:first-child {
        top: 18px;
        transform: rotate(-45deg);
    }

    header .header_wrapper .open_btn.active span:nth-child(2) {
        display: none;
    }

    header .header_wrapper .open_btn.active span:nth-child(3) {
        top: 18px;
        transform: rotate(45deg);
    }

    header .header_wrapper .open_btn:hover span:nth-child(2) {
        left: 13px;
    }

    header .header_wrapper .nav_in {
        display: none;
        max-width: inherit;
        width: 100%;
        height: calc(100% - 75.4px);
        padding-top: 100px;
        padding: 40px 20px 0;
        background: #FFFFFF;
        position: fixed;
        bottom: 0;
        overflow-y: auto;

    }

    header .header_wrapper .nav_in.active {
        display: block;
    }

    header .header_wrapper .nav_in .nav_list {
        display: block;
        max-width: 200px;
        width: 100%;
        margin: 0 auto 20px;
    }

    header .header_wrapper .nav_in .nav_list li {
        margin-bottom: 12px;
    }

    header .header_wrapper .nav_in .nav_list li:last-child {
        margin-bottom: 0;
    }

    header .header_wrapper .nav_in .nav_list li a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }

    header .header_wrapper .nav_in .nav_list li .nav_in_list {
        position: relative;
        display: block;
        flex-wrap: wrap;
        top: inherit;
        left: inherit;
        min-width: inherit;
        background: none;
        padding: 0;
        z-index: 9;
        margin-top: 12px;
    }

    header .header_wrapper .nav_in .nav_list .nav_in_list li {
        width: 100%;
        margin-bottom: 10px;
    }

    header .header_wrapper .nav_in .nav_list .nav_in_list li:nth-last-child(2) {
        margin-bottom: 10px;
    }

    header .header_wrapper .nav_in .nav_list .nav_in_list li:last-child {
        margin-bottom: 0;
    }

    header .header_wrapper .nav_in .nav_list .nav_in_list li a {
        font-size: 14px;
        line-height: 22px;
        color: #646A93;
        position: relative;
        padding-left: 17px;
    }

    header .header_wrapper .nav_in .nav_list .nav_in_list li a::before {
        position: absolute;
        content: "";
        background: #646A93;
        width: 7px;
        height: 1px;
        top: 10px;
        left: 0;
    }

    header .header_wrapper .nav_in .contact_btn {
        max-width: 200px;
        width: 100%;
        margin: 0 auto 20px;
    }

    header .header_wrapper .nav_in .contact_btn a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        display: block;
        text-align: center;
        padding: 8px 10px 9px;
    }

    header .header_wrapper .nav_in .language_box {
        margin: 0 auto;
    }

    header .header_wrapper .nav_in .nav_list li .nav_in_list {
        box-shadow: none;
    }

    header .header_wrapper .nav_in .nav_list .nav_in_list.active::after {
        content: none;
    }
}

@media only screen and (max-width:768px) {
    #sec-mv {
        padding-top: 70px;
    }

    #sec-mv .mv-wrap {
        flex-direction: column;
    }

    #sec-mv .mv-wrap .mv-cnt {
        align-items: center;
    }

    #sec-mv .mv-wrap .c-btn {
        justify-content: center;

    }


    #sec-mv .mv-wrap .mv-award {
        align-items: center;
    }

    #sec-mv .mv-wrap .mv-thum {
        margin-top: var(--size-04);
        padding-right: var(--size-02);
        padding-left: var(--size-02);
    }

    #sec-mv .mv-wrap .mv-award .award-item {
        text-wrap: wrap;
    }

    #sec-platform .pf-sticky {
        display: none;
    }
}

@media (max-width: 750px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    header .contents_in {
        max-width: 1220px;
        width: 100%;
    }

    header .header_wrapper {
        display: block;
        padding: 10px 0;
        position: relative;
    }

    header .header_wrapper .logo {
        max-width: 152px;
        margin-left: 20px;
    }

    header .header_wrapper .open_btn {
        display: block;
        background: linear-gradient(90deg, rgba(15, 31, 149, 1) 0%, rgba(45, 69, 155, 1) 60%, rgba(78, 128, 255, 1) 100%);
        width: 33px;
        height: 33px;
        position: absolute;
        top: 17px;
        right: 20px;

    }

    header .header_wrapper .open_btn span {
        position: absolute;
        background: #FFFFFF;
        width: 18px;
        height: 1.5px;
        left: 8px;
        transition: 0.3s;
    }

    header .header_wrapper .open_btn span:first-child {
        top: 9px;
    }

    header .header_wrapper .open_btn span:nth-child(2) {
        top: 15px;
    }

    header .header_wrapper .open_btn span:nth-child(3) {
        top: 21px;
    }

    header .header_wrapper .open_btn.active span {
        left: 7px;
    }

    header .header_wrapper .open_btn.active span:first-child {
        top: 16px;
        transform: rotate(-45deg);
    }

    header .header_wrapper .open_btn.active span:nth-child(2) {
        display: none;
    }

    header .header_wrapper .open_btn.active span:nth-child(3) {
        top: 16px;
        transform: rotate(45deg);
    }

    header .header_wrapper .open_btn:hover span:nth-child(2) {
        left: 13px;
    }

    header .header_wrapper .nav_in {
        display: none;
        max-width: inherit;
        width: 100%;
        height: 100vh;
        padding-top: 100px;
        padding: 20px 20px 0;
        background: #FFFFFF;
    }

    header .header_wrapper .nav_in {
        display: none;
        max-width: inherit;
        width: 100%;
        height: 100vh;
        padding-top: 100px;
        padding: 20px 20px 0;
        width: 100%;
        height: calc(100% - 66.5px);

    }

    header .header_wrapper .nav_in .nav_list {
        display: block;
        width: 100%;
        margin: 0 auto 15px;
    }

    header .header_wrapper .nav_in .nav_list li {
        margin-bottom: 8px;
    }

    header .header_wrapper .nav_in .nav_list li:last-child {
        margin-bottom: 0;
    }

    header .header_wrapper .nav_in .nav_list li a {
        font-size: 15px;
        line-height: 24px;
        font-weight: 500;
    }

    header .header_wrapper .nav_in .nav_list .more_btn:hover {
        opacity: 1;
        cursor: inherit;
    }

    header .header_wrapper .nav_in .nav_list li .nav_in_list {
        position: relative;
        display: block;
        background: none;
        padding: 0;
        margin-top: 8px;
    }

    header .header_wrapper .nav_in .nav_list .nav_in_list li {
        width: 100%;
        margin-bottom: 8px;
    }

    header .header_wrapper .nav_in .contact_btn {
        max-width: 200px;
        width: 100%;
        margin: 0 auto 10px;
    }

    header .header_wrapper .nav_in .contact_btn a {
        font-size: 15px;
        line-height: 24px;
        font-weight: 500;
        display: block;
        text-align: center;
        padding: 8px 10px 9px;
    }

    header .header_wrapper .nav_in .language_box .lang_list {
        margin-top: 10px;
        width: 100%;
        display: none;
        position: absolute;
        top: 20px;
        left: 0;
    }

    header .header_wrapper .nav_in .language_box .lang_list li a {
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 4px 10px 5px;
        display: block;
        border: solid #212A6C 1px;
    }


    footer .footer_wrapper {
        display: block;
        padding: 30px 0 40px;
    }

    footer .footer_wrapper .cnt_left {
        max-width: 335px;
        width: 100%;
        margin: 0 auto 30px;
    }

    footer .footer_wrapper .cnt_left .logo {
        max-width: 225px;
        margin: 0 auto;
    }

    footer .footer_wrapper .cnt_right {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 335px;
        width: 100%;
        margin: 0 auto 30px;
    }

    footer .footer_wrapper .cnt_right .nav_list li {
        margin-bottom: 27px;
    }

    footer .footer_wrapper .cnt_right .nav_list:first-child li:nth-child(3) {
        margin-bottom: 27px;
    }

    footer .footer_wrapper .cnt_right .nav_list .nav_btn {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
    }

    footer .footer_wrapper .cnt_right .nav_in_list {
        display: block;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    footer .footer_wrapper .cnt_right .nav_in_list li {
        width: 100%;
        margin-bottom: 10px;
    }

    footer .footer_wrapper .cnt_right .nav_in_list li:nth-last-child(2) {
        margin-bottom: 10px;
    }


    footer .footer_wrapper .cnt_right .nav_in_list li a {
        font-size: 13px;
        line-height: 22px;
        position: relative;
        padding-left: 17px;
    }

    footer .footer_wrapper .cnt_right .nav_in_list li a::before {
        position: absolute;
        content: "";
        background: #646A93;
        width: 7px;
        height: 1px;
        top: 10px;
        left: 0;
    }

    footer .footer_wrapper .cnt_right .nav_list:first-of-type {
        margin-right: 10px;
    }

    footer .footer_wrapper .cnt_text .link_btn {
        text-align: center;
    }

    footer .copy_right {
        font-size: 12px;
        line-height: 22px;
        text-align: center;
        padding: 5px 0;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

}


@media (max-width: 520px) {
    #sec-mv .mv-wrap .mv-award .award-box {
        gap: var(--size-08);
    }

    #sec-mv .mv-wrap .mv-award .award-item {
        font-size: var(--font-size-s);
    }

    #sec-mv h1 {
        font-size: 34px;
    }

    #sec-mv h1 .sub {
        text-align: center;
    }

    #sec-platform .pf-cnt {
        gap: 8rem;
    }

    #sec-platform #pf-01 .pf-dtl .pf-item .pf-text {
        flex: 2;
    }

    #sec-reason-02 .reason-wrap .c-list-horz {
        align-items: baseline;
    }

    #sec-reason .company-wrap h3 {
        border: none;
    }

    #sec-reason .company-wrap .c-list dt,
    #sec-reason .company-wrap .c-list .c-list-horz {
        gap: var(--size-01);
    }

    #sec-reason .company-wrap .c-list dt {
        border-bottom: solid 1px var(--color-gray-100);
        padding-bottom: var(--size-01);
    }

    #sec-reason .company-wrap {
        padding: var(--size-05) var(--size-05);
    }

    .p-cta.cta-dl .cta-thum {
        padding-top: var(--size-03);
    }

    #sec-flow .flow-wrap .flow-box h3 {
        min-height: auto;
    }
}