@charset "UTF-8";


.top_feature_ipad {
    width: 100%;
}

/* title */
.top_title {
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 14px;
}

.top_title small {
    font-size: 12px;
    font-weight: 400;
}

.top_title_desc {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 185%;
    /* 29.6px */
}

.top_title_wrap {
    margin-bottom: 60px;
}

.top_title_link {
    margin: 20px auto 0;
    display: block;
}

.top_link {
    color: var(--primary);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 185%;
    /* 29.6px */
}

/* first view */
.top_fv_wrap {
    background-image: url(../img/top/top_img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 50vh;
    display: flex;
    align-items: center;
}

.top_fv_inner {
    display: block;
    margin: 0 auto;
}

.top_fv_subcopy {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.top_fv_maincopy {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    line-height: 120%;
    margin: 12px auto 30px;
}

.top_fv_cta {
    display: grid;
}

.top_fv_cta_desc {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.26px;
    margin-bottom: 6px;
}

.top_fv_cta_button {
    border-radius: 30px;
    background: var(--primary);
    color: var(--white, #FFF);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    width: 350px;
    margin: 0 auto 20px;
}

.top_fv_cta_sub_button {
    color: var(--primary, #1869E3);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

/* news */
.top_news {
    margin: 60px auto 0;
}

.top_news .news {
    border-radius: 10px;
    background-color: #F8F8F8;
    padding: 0 30px;
}

.top_news .news_linst_title {
    font-size: 14px;
}

/* about */
.top_about_list {
    width: 100%;
}

.top_about_list_img {
    width: 100%;
}

.top_about2_list {
    width: 100%;
}

.top_about2_list_img {
    width: 100%;
}

.top_about_list {
    gap: 30px;
}

.top_about_list li {
    width: calc(50% - 15px);
    border-radius: 6px;
    border: 1px solid var(--dark-100, #E3E6EC);
    padding: 60px 0 0;
}

.top_about_list_title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    /* 48px */
}

.top_about_list_desc {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    margin: 10px auto 14px;
}

.top_about_list_link {
    color: var(--primary);
    text-align: center;
    font-size: 16px;
    margin: 0 auto 32px;
    display: block;
    font-weight: 600;
    line-height: 185%;
    /* 29.6px */
}

.top_about_list_img {}

/* about2 */

.top_about2_list {
    flex-wrap: wrap;
    gap: 30px;
}

.top_about2_list li {
    width: calc(50% - 15px);
}

.calm1 {
    width: 100% !important;
}

.top_about2_list li h3 {
    margin: 30px 0 14px;
    font-weight: 600;
}

.f24 {
    font-size: 24px;
    font-weight: 600;
}

.top_about2_list li .desc16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 185%;
    /* 29.6px */
}

.desc16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 185%;
    /* 29.6px */
}

/* .top_feature_list{
    gap: 50px;
    flex-wrap: wrap;
}
.top_feature_list li{
    width: calc(50% - 25px);
} */
.top_feature_list .desc16 {
    margin: 10px 0;
}

.top_feature_list .f24 {
    margin: 10px 0;
}

.calm1 .right {
    gap: 30px;
}

.calm1 .right .f24 {
    width: calc(50% - 15px);
}

.right_inner {
    margin-top: 30px;
    width: calc(50% - 15px);
}

.right_inner .top_link {
    margin-top: 10px;
}

/* be */
.top_be {
    background: #F8F8F8;
}

.top_be_list {
    gap: 30px;
}

.top_be_list li {
    width: calc(25% - 22.5px);
}

.top_be_list li .icon {
    display: block;
    margin: 0 auto 10px;
}

.top_be_list_title {
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    margin-bottom: 5px;
}

.top_be_list_desc {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 185%;
    /* 25.9px */
    margin: 5px auto 24px;
}

.top_be_list_graph {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    display: block;
}

/* support */
.top_support {
    background-color: var(--black);
}

.top_support_list {
    gap: 60px;
}

.top_support_list li {
    width: calc(33.3% - 40px);
}

.top_support_list_title {
    color: var(--white, #FFF);
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 14px;
}

.top_support_list_desc {
    color: var(--white, #FFF);
    font-size: 14px;
    font-weight: 400;
    line-height: 185%;
    /* 25.9px */
    margin: 14px 0 18px;
}

.top_support_list_link {
    font-size: 14px;
}

/* app */
.top_app_inner {
    padding: 30px 90px;
    border-radius: 20px;
    background: #F8F8F8;
    align-items: center;
}

.top_app_inner_img {
    width: 340px;
}

.top_app_inner_right {
    margin-left: 15%;
}

.top_app_sub {}

.top_app_title {
    margin: 24px 0 30px;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 60px */
}

.top_app_merit {
    margin: 80px auto;
    gap: 60px;
    justify-content: space-between;
}

.top_app_merit_title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.top_app_merit_list {
    width: calc(50% - 25px);
    display: grid;
    gap: 40px;
}

.top_app_merit_list .desc16 {
    margin: 10px 0;
}

.top_app_merit_list .f24 {
    margin: 10px 0;
}

.top_app_img {
    width: 100%;
}

.top_app_merit_title {
    width: calc(50% - 30px);
}

.top_app_step_list {
    border-top: 1px solid var(--dark-200);
    width: calc(50% - 30px);
    display: grid;
}

.top_app_step_list li {
    border-bottom: 1px solid var(--dark-200);
    padding: 24px 0;
    display: flex;
    gap: 35px;
}

.top_app_step_img {
    width: 60px;
}

.top_app_step_list li .inner {
    width: calc(100% - 95px);
}

.top_app_step_num {
    font-size: 18px;
    font-weight: 600;
    margin: 3px 0;
}

.top_app_step_chapter {
    font-size: 20px;
    font-weight: 600;
}

.top_app_step_desc {
    font-size: 16px;
    margin: 2px 0;
}

/* introduction */
.top_introduction {
    background: #F8F8F8;
}

.achievement_list {
    margin-bottom: 60px;
}

.achievement_list li {
    width: 33.3%;
}

.achievement_title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 180%;
    /* 28.8px */
}

.achievement_sub {
    color: #72839E;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 130%;
    /* 14.3px */
    margin: 10px auto 30px;
}

.achievement_main {
    text-align: center;
}

.achievement_main strong {
    color: var(--primary);
    text-align: center;
    font-family: SF Pro;
    font-size: 64px;
    font-weight: 500;
    line-height: 100%;
    /* 64px */
}

.achievement_main small {
    color: var(--primary);
    font-family: 'Hiragino Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    /* 32px */
}

/* 導入について */
.top_initial_wrap {
    gap: 18px;
}

.top_initial_wrap .img {
    width: calc(50% - 9px);
}

.top_initial_wrap .img img {
    width: 100%;
}

.top_initial_wrap .right {
    width: calc(50% - 9px);
    border-radius: 20px;
    background: var(--primary, #1869E3);
    padding: 5% 6%;
}

.top_initial_sub {
    color: var(--white, #FFF);
    font-size: 16px;
    font-weight: 600;
    line-height: 170%;
    /* 27.2px */
}

.top_initial_main {
    color: var(--white, #FFF);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 63px */
    margin: 24px 0 30px;
}

.top_initial_wrap .right .top_link {}

/* 導入に必要なものはパソコンだけ */
.top_en_wrap {
    margin: 80px auto 0;
}

.top_en_main {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 14px;
}

.top_title_desc {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 185%;
    /* 29.6px */
}

.top_en_img {
    display: block;
    margin: 45px auto 0;
    max-width: 500px;
    width: 100%;
}

.grid {
    display: inline-grid;
    gap: 20px;
    justify-content: center;
}

.top_title_wrap .mainbutton {
    font-size: 16px;
    padding: 18px 20px;
    margin: 20px auto;
    display: table;
}

.top_title_wrap .top_link {
    margin: 20px auto 0;
    display: table;
}

/* flow */
.top_flow_wrap {
    border-radius: 20px;
    border: 1px solid var(--dark-200);
    background: var(--white, #FFF);
    padding: 60px;
}

.top_flow_sub {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.top_flow_title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

.top_flow_list {
    margin: 30px auto 40px;
    display: grid;
    gap: 24px;
    justify-content: center;
}

.top_flow_button {
    display: table;
    margin: 0 auto;
}

/* price */
.top_price_list {
    gap: 1px;
    margin-bottom: 60px;
}

.top_price_list li {
    width: calc(50% - 1px);
}

.top_price_list li:first-child {
    /* border-right: 1px soild var(--dark-200); */
}

.top_price_title {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
}

.top_price_main {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.3px;
    margin: 24px auto;
}

.top_price_main img {
    height: 48px;
}

.top_price_desc {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 185%;
    /* 25.9px */
}

.top_price_link {
    margin: 24px auto 0;
    display: table;
}

.top_subsidy {
    border-radius: 6px;
    background: var(--black, #212730);
    width: 100%;
    padding: 30px 5% 36px;
}

.top_subsidy img {
    display: block;
    margin: 0 auto;
}

.top_subsidy_title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin: 20px auto 14px;
}

.top_subsidy_desc {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.top_subsidy_link {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    line-height: 170%;
    /* 27.2px */
}

/* fa */
.top_fa_img {
    width: 100%;
    max-width: 764px;
    display: block;
    margin: 0 auto;
}

.top_contact_list {
    gap: 6px;
}

.top_contact_list li {
    width: calc(33.3% - 4px);
    border-radius: 4px;
    background: #F8F8F8;
    text-align: center;
    padding: 36px 30px;
}

.top_contact_title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.top_contact_desc {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    /* 23.8px */
    margin: 12px auto 26px;
}

.top_contact_link {
    color: var(--primary);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 170%;
    /* 27.2px */
}

.validationStepInner {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    flex-flow: column;
}

.validationStepTitle {
    font-size: 18px;
    font-weight: 500;
}

#partnerBtn {
    width: 100%;
    text-align: center;
    background-color: var(--blue100);
    color: var(--blue1100);
    padding: 12px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (max-width: 768px) {

    .top_fv_maincopy {
        font-size: 36px;
    }

    .mtb120 {
        margin: 80px auto;
    }

    .top_title {
        font-size: 32px;
    }

    .top_about_list li {
        width: 100%;
        padding: 45px 15px 0;
    }

    .top_about_list_title {
        font-size: 24px;
    }

    .top_about2_list li {
        width: 100%;
    }

    .f24 {
        font-size: 18px;
    }

    .calm1 .right {
        gap: 0;
    }

    .calm1 .right .f24 {
        width: 100%;
    }

    .right_inner {
        margin-top: 0;
        width: 100%;
    }

    .top_feature_list li {
        width: 100%;
    }

    .mt120 {
        margin-top: 50px;
    }

    .ptb120 {
        padding: 80px 0;
    }

    .top_be_list li {
        width: 100%;
    }

    .top_title_wrap {
        margin-bottom: 45px;
    }

    .top_support_list li {
        width: 100%;
    }

    .top_support_list {
        gap: 50px;
    }

    .top_app_inner {
        padding: 30px 5%;
    }

    .top_app_inner_img {
        max-width: 240px;
        width: 100%;
        margin: 0 auto 50px;
    }

    .top_app_inner_right {
        margin-left: 0;
    }

    .top_app_title {
        font-size: 36px;
        text-align: center;
        margin: 18px auto 21px;
    }

    .top_app_sub {
        text-align: center;
    }

    .top_app_inner_right .top_link {
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .top_app_merit_title {
        width: 100%;
    }

    .top_app_merit_list {
        width: 100%;
    }

    .top_app_merit_list .desc16 {
        margin: 10px 0 0;
    }

    .top_app_merit {
        margin: 60px auto;
        gap: 45px;
    }

    .top_app_merit_title {
        font-size: 24px;
    }

    .top_app_step_list {
        width: 100%;
    }

    .achievement_list li {
        width: 100%;
    }

    .achievement_sub {
        margin: 10px auto 21px;
    }

    .achievement_list {
        gap: 50px;
    }

    .top_initial_wrap .img {
        width: 100%;
    }

    .top_initial_wrap .right {
        width: 100%;
        padding: 30px 5%;
    }

    .top_initial_main {
        font-size: 30px;
    }

    .top_flow_wrap {
        margin: 0 auto;
        width: 90%;
        padding: 45px 30px;
    }

    .top_price_list {
        gap: 20px;
        margin-bottom: 20px;
    }

    .top_price_list li {
        width: 100%;
        border: 1px solid var(--dark-200);
        border-radius: 10px;
        padding: 30px 5%;
    }

    .top_contact_list li {
        width: 100%;
    }
}

/* column */
.top_column_list {
    display: flex;
    gap: 30px;

    @media screen and (max-width: 768px) {
        flex-flow: column;
    }
}

.column-archive_links_top {
    display: block;
    gap: 20px;
    transition-duration: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
    .column-archive_links_top:hover {
        opacity: 0.6;
    }
}

.column-archive_container_top {
    width: calc((100% - 60px) / 3);

    @media screen and (max-width: 768px) {
        width: 100%;
    }
}

.column-archive_thumb_top {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;

    img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }
}

.column-archive_inner_top {
    width: 100%;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.column-archive_inner_top .column-archive_ttl,
.column-archive_inner_top .column-archive_date,
.column-archive_inner_top .column-archive_excerpt {
    margin: 0;
}