@charset "UTF-8";
html{
    overflow-y: scroll;
    color: #560F32;
}
p{
    line-height: 2rem;
}

.subvisual{
    background-color: #FFF693;
    border-radius: 0 300px 300px 0;
    margin-top: 80px;
    margin-bottom: 100px;
    margin-right: 20%;
    padding: 30px 5% 30px 20px;
    max-height: 400px;
    /* 上下中央、右揃えに */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.subvisual h1{
    color: #006CBD;
    font-size: 1.5rem;
    margin: 0;
}
.subvisual p{
    color: #3EB5FF;
    font-size: 1rem;
    font-family: "source-code-variable",sans-serif;
    font-variation-settings: 'wght' 400;
    margin: 0;
}
.subvisual_text{
    float:right;
    margin-left: 70px;
    text-align: center;
}
.illust_eval{
    width:530px;
    height:auto;
    margin-right: -80px;
}
.icon_eval{
    width:100px;
    height:100px;
}
/* メニューをスクロールの現在の位置によってデザインを変える */
.toc {
        position: sticky;
        z-index: 999;
        top: 5vw;
        /* background-color: rgba(246, 237, 217, 0.7); */
        width: fit-content;
        float: right;
}
.toc__list {
        list-style: none;
}
.toc__item {
        border-left: solid 1px silver;
        padding-left: 1rem;
        position: relative;
        box-sizing: border-box;
        opacity: 0.6;
}
.toc__link {
        position: relative;
        transition: all 0.2s ease-in-out;
        display: block;
        color: #000;
        font-size: 14px;
        text-decoration: none;
        padding: 8px 10px;
        text-align: left;
        opacity: 0.6;
}
.toc__link:hover{
        opacity: 1;
}
.toc__link::before{
        content: "";
        position: absolute;
        top: 1.2rem;
        left: -1.26rem;
        background-color: silver;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        opacity: 0;
}
.toc__link:hover::before {
        content: "";
        position: absolute;
        top: 1.2rem;
        left: -1.26rem;
        background-color: silver;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        opacity: 1;
}
/* // スクロールで対応のsectionが現れた時 */
.toc__link.is-active {
        font-weight: 600;
        opacity: 1;
}
.toc__link.is-active::before {
        content: "";
        position: absolute;
        background-color: #006CBD;
        border: skyblue 2px solid;
        top: 1rem;
        left: -1.4rem;
        opacity: 1;
        z-index: 888;
}

/* 能力評価制度とは */
.about_text{
    /* margin-top: -10px; */
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #9DE4FF;
    position: relative;
    z-index: 90;
}
.wave_blue{
    width: 100%;
    margin-top: -100px;
    position: relative;
    z-index: 80;
}
.about_text h3{
    margin: 0 auto 40px;
    font-size: 1.5rem;
    width: 55%;
    max-width: 800px;
    text-align: left;
}
.about_text p{
    margin: 0 auto 20px;
    width: 55%;
    max-width: 800px;
    text-align: left;
}
/* 能力評価制度とは　ここまで */
/* メリット */
.merit_eval{
    margin-top: -150px;
    padding-top: 200px;
    margin-bottom: 50px;
    padding-bottom: 120px;
    background-image: url(../images/background_yellow.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 70;
}
.eval_box{
    margin: 30px auto 50px;
    background-color: #fff;
    max-width: 800px;
    border-radius: 20px;
    padding: 50px;
}
.eval_box:last-child{
    margin-bottom: 100px;
}
.eval_body_media{
    display: none;
}
.eval_body{
    display: flex;
    justify-content: space-between;
}
.eval_contents{
    width:200px ;
}
.eval_contents img{
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}
.eval_contents p{
    text-align: left;
}
.eval_h3{
    display: flex;
    justify-content: flex-start;
    align-items:center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.eval_h3 img{
    margin: 0 30px 0 10px;
    width: 60px;
    height: auto;
}
/* 評価の仕組み */
.eval_system{
    margin-top: -250px;
    padding: 260px 0 40px;
    background-image: url(../images/background_skyblue.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 60;
}
.eval_system h3{
    margin-bottom: 40px;
    font-size: 1.5rem;
    text-align: left;
}
.eval_system p{
    text-align: left;
}
.arrow_box{
    background-image: url(../images/downArrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 80px 0 100px;
}

.system_inner1,
.system_inner2{
    background-color: #dbf5ff;
    width: fit-content;
    height: fit-content;
}
.system_inner1{
    padding: 5px 40px;
    border-radius: 20px;
    margin: 50px auto 0;
}
.system_inner2{
    padding: 2px 30px;
    border-radius: 50px;
    margin: 10px auto ;
}
/* 判定基準 */
.eval_criteria{
    margin-top: -150px;
    padding: 230px 0 50px;
    background-image: url(../images/bg_eval.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 50;
}
#eval_criteria{
    padding-bottom: 60px;
}
.eval_criteria h3{
    margin-bottom: 40px;
    font-size: 1.5rem;
    text-align: left;
}
.icon_level_box{
    display: flex;
    margin-top: 50px;
}
.icon_level{
    width: 80px;
    height: 80px;
    position: relative;
}
.icon_level_text p{
    text-align: left;
    padding-left: 20px;
}
.level1,
.level2,
.level3,
.level4{
    padding: 5px 50px 5px 40px;
    margin-top: 2px;
    margin-left: -25px;
    border-radius: 0 50px 50px 0;
    font-size: 1.1rem;
    width: fit-content;
    height: fit-content;
    letter-spacing: 0.1rem;
}
.level1{
    background-color: #e6e6e6;
}
.level2{
    background-color: #9ad4ec;
}
.level3{
    background-color: #b3b3b3;
}
.level4{
    background-color: #e0bf6d;
}
.criteria_box{
    margin: 30px 0 20px;
    padding-top: 5px;
    text-align: left;
}
.criteria_bottom_text{
    margin-top: 50px;
}
.criteria_box a{
    background-color: #006cbd;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    padding: 7px 40px;
    width: fit-content;
    text-align: left;
    margin: 10px 0;
}
/* 必要な書類ボタン */
#icon_doc{
    width: 140px;
    height: 140px;
    position: fixed;
    left: 0;
    bottom: 150px;
    /* background: #3f98ef; */
    /* border: 3px solid white;
    border-radius: 50%; */
    margin: 20px;
    z-index: 999;
    /* opacity: 0.6; */
    background-image: url(../images/icon_doc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#icon_doc a,
#icon_flow a {
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    text-decoration: none;
}

#icon_doc:hover{
    background-image: url(../images/icon_doc_hover.png);
    transition: all 0.2s ease;
}
/* 登録代行の流れボタン */
#icon_flow{
    width: 140px;
    height: 140px;
    position: fixed;
    left: 0;
    bottom: 0;
    /* background: #3f98ef; */
    /* border: 3px solid white;
    border-radius: 50%; */
    margin: 20px;
    z-index: 999;
    /* opacity: 0.6; */
    background-image: url(../images/icon_flow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

#icon_flow:hover{
    background-image: url(../images/icon_flow_hover.png);
    transition: all 0.2s ease;
}

/* *********************************** */
@media (max-width: 1480px) {
    .subvisual{
        border-radius: 0 300px 300px 0;
        margin-top: 80px;
        margin-bottom: 100px;
        margin-right: 12%;
    }
}
/* *********************************** */
@media (max-width: 1080px) {
    body{
        font-family:"Century Gothic", sans-serif;
    }
    .subvisual{
        border-radius: 0 300px 300px 0;
        margin-top: 80px;
        margin-bottom: 100px;
        margin-right: 10%;
    }
    .tab-box {
        padding: 20px 30px 40px;
    }
    footer{
        font-size: 2vw;
    }
}
/* *********************************** */
@media (max-width: 768px) {
    .blue_line{
        display: none;
    }
    .subvisual{
        border-radius: 0;
        margin-top: 50px;
        margin-bottom: 70px;
        margin-right: 0%;
        padding: 0px 20px 0px 20px;
        height: 250px;
    }

    .subvisual h1{
        color: #006CBD;
        font-size: 1.2rem;
        margin: 0;
    }
    .subvisual p{
        color: #3EB5FF;
        font-size: 0.9rem;
        font-family: "source-code-variable",sans-serif;
        font-variation-settings: 'wght' 400;
        margin: 10px 0 0;
        line-height: 1rem;
    }
    .subvisual_text{
        float:right;
        margin-left: 0px;
    }
    .illust_eval{
        width:300px;
        height:auto;
        margin-right: 0px;
    }
    .icon_eval{
        width:80px;
        height:80px;
    }
    /* 能力評価制度とは */
    .about_text{
        /* margin-top: -10px; */
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .about_text h3{
        font-size: 1.2rem;
        width: 90%;
        text-align: left;
        margin-bottom: 20px;
    }
    .about_text p{
        margin: 0 auto 20px;
        width: 90%;
        max-width: 800px;
        text-align: left;
    }
    /* メリット */
    .merit_eval{
        padding-top: 190px;
        padding-bottom: 10px;
    }
    .eval_system{
        margin-top: -250px;
        padding: 260px 0 10px;
    }
    .eval_box{
        width: 90%;
        margin: 30px auto 50px;
        padding: 20px;
    }
    .eval_h3{
        padding-bottom: 10px;
        margin-bottom: 15px;
        font-size: 1rem;
    }
    .eval_h3 img{
        margin: 0 15px 0 5px;
        width: 30px;
        height: auto;
    }
    .eval_h3 h3{
        font-size: 1rem;
        margin-left: 0;
    }
    .eval_body{
        display: none;
    }
    .eval_body_media{
        display: block;
    }
    .eval_contents_media{
        font-size: 0.9rem;
        display: flex;
    }
    .eval_contents_media img{
        width: 65px;
        height: 65px;
        margin: 20px 0 5px;
    }
    .eval_contents_media p{
        width: 100%;
        margin: 15px 0 0 10px;
        text-align: left;
}

    .toc{
        display: none;
    }
    /* 評価の仕組み */
    .eval_system{
    padding: 240px 0 10px;
    }
    .eval_system h3{
        font-size: 1.2rem;
        width: 90%;
        text-align: left;
        margin-bottom: 20px;
    }
    .eval_system p{
        font-size: 0.9rem;
    }
    .arrow_box{
        background-image: url(../images/downArrow.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
        padding: 50px 0 80px;
        /* outline: red solid 1px; */
    }
    .system_inner1{
        padding: 5px 20px;
        margin: 50px auto 0;
    }
    /* 判定基準 */
    .eval_criteria{
    padding: 220px 0 20px;
    }
    .eval_criteria h3{
        font-size: 1.2rem;
        width: 90%;
        text-align: left;
        margin-bottom: 20px;
    }
    .icon_level{
        width: 50px;
        height: 50px;
        position: relative;
    }
    .level1,
    .level2,
    .level3,
    .level4{
        font-size: 1rem;
    }
    .icon_level_text p{
        text-align: left;
        padding-left: 0px;
        font-size: 0.9rem;
        margin-left: -40px;
    }
    .criteria_box{
    margin: 30px 0 20px;
    padding-top: 5px;
    text-align: left;
}
.criteria_bottom_text{
    margin-top: 0px;
}
.criteria_box a{
    padding: 7px 20px;
    margin: 10px 0;
    font-size: 0.9rem;
}
    /* 必要な書類ボタン */
#icon_doc{
    width: 75px;
    height: 75px;
    position: fixed;
    /* left: 0;
    bottom: 90px; */
    left: 55vw;
    bottom: 0;
    margin: 10px;
    background-image: url(../images/icon_doc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#icon_doc a,
#icon_flow a {
    position: relative;
    display: block;
    width: 75px;
    height: 75px;
    text-decoration: none;
}

#icon_doc:hover{
    background-image: url(../images/icon_doc_hover.png);
    transition: all 0.2s ease;
}
/* 登録代行の流れボタン */
#icon_flow{
    width: 75px;
    height: 75px;
    position: fixed;
    /* left: 0 ; */
    left: 75vw;
    bottom: 0;
    margin: 10px;
    background-image: url(../images/icon_flow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

#icon_flow:hover{
    background-image: url(../images/icon_flow_hover.png);
    transition: all 0.2s ease;
}
}