@charset "UTF-8";

html{
    overflow-y: scroll;
    color: #560F32;
}
p{
    line-height: 2rem;
}

.ginousya{
    /* margin-top: -10px; */
    padding-top: 50px;
    padding-bottom: 120px;
    background-color: #9DE4FF;
    background-image: url(../images/background_skyblue_top.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #EBEBEB;
}

.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_pattern{
    width:570px;
    height:auto;
    margin-right: -80px;
    margin-top: 40px;
}
.icon_pattern{
    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;
}

/* 特徴 */
.pattern_text_box{
    /* margin-top: -10px; */
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #9DE4FF;
    position: relative;
    z-index: 90;
}
.pattern_text_box p{
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: left;
}
.pattern_text_inner {
    text-align: left;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.pattern_text_inner h3{
margin-top: 11px;
}
.pattern_text_inner img{
    width: 50px;
    height: fit-content;
    margin-right: 15px;
    vertical-align: bottom;
}
.pattern_text_inner ul{
    margin-bottom: 30px;
    padding-left: 20px;
}
.pattern_text_inner ul li{
    list-style: disc;
}

.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;
}
/* 特徴　ここまで */

/* セクション　テーブル */
.pattern_table{
    background-image: url(../images/bg_pattern.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 150px 0 70px;
    margin-top: -100px;
}
/* セクション　テーブル */
/* ↓タブメニューのためのCSS */

h4{
    text-align: left;
}

.tab {
    width: 1150px;
    max-width: 90%;
    margin: 50px auto;
    width: fit-content;
    padding: 50px 30px;
    /* outline: 1px solid red; */
    }

.tab-menu {
    display: flex;
    justify-content: flex-start;
    padding: 0;
}
.tab-menu img{
    margin: 0 5px -4px -8px;
}
.tab-menu,
.tab-menu li {
    margin: 0;
}

.tab-item {
    text-align: center;
    padding: 10px 10px 10px 20px;
    cursor: pointer;
    /* widthを同じ比率で分けあう */
    /* flex-grow: 1; */
    width: 200px;
    border-radius: 20px 20px 0 0;
    background-color: #6EB8E5;
    color:#fff;
    font-weight: 600;
}
.tab-item-1{
    background-image: url(../images/icon_full_type.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 55px 13px;
}
.tab-item-2{
    background-color: #54A2DD;
    background-image: url(../images/icon_basic_type.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 55px 13px;
}
.tab-item-1:hover{
    color: #006CBD;
    background-color: #fff;
    background-image: url(../images/icon_full_type_hover.png);
}
.tab-item-2:hover{
    color: #006CBD;
    background-color: #fff;
    background-image: url(../images/icon_basic_type_hover.png);
}
    /* アクティブなタブはデザインを変えて選択中であることが解るようにする */
.tab-item-1.active {
    background-color: #006CBD;
    color: white;
    background-image: url(../images/icon_full_type.png);
}
.tab-item-2.active {
    background-color: #006CBD;
    color: white;
    background-image: url(../images/icon_basic_type.png);
}

.tab-box {
    height: fit-content;
    /* display: flex; */
    border-radius: 0 20px 20px 20px;
    background-color: #ffffff;
    color: #560F32;
    padding: 50px 130px 70px 70px;
    /* outline: 1px solid red; */
}
.tab-content p{
    text-align: left;
}
        
    /* コンテンツは原則非表示 */
.tab-content {
    display: none;
}

    /* .showがついたコンテンツのみ表示 */
.tab-content.show {
    display: block;
    /* outline: 1px solid red; */
}

/* ↑タブメニューのためのCSS */
/* 表 */
.item_table{
    border-collapse:collapse;
    text-align: left;
    margin: 20px 0;
    width: 600px;
}
.item_table th,
.item_table td{
    padding: 2px 5px;
}
.th_top{
    background-color: #41a9e0;
    color: #fff;
}
.t-number{
    text-align: center;
    width: 5%;
}
.t-item{
    max-width: 110px ;
}

/* 能力評価制度ボタン */
#icon_eval{
    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_eval_link.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#icon_eval a,
#icon_flow a {
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    text-decoration: none;
}

#icon_eval:hover{
    background-image: url(../images/icon_eval_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 70px 50px;
    }
    .item_table{
        width: 100%;
    }
    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_pattern{
        width:300px;
        height:auto;
        margin-right: 0px;
    }
    .icon_price{
        width:80px;
        height:80px;
    }

    .pattern_text_box{
        padding: 60px 20px 40px 20px;
    }
.pattern_text_inner h3{
    margin-top: 2px;
}
.pattern_text_inner img{
    width: 30px;
    height: 30px;
}
/* セクション　テーブル */
/* ↓タブメニューのためのCSS */
.pattern_table{
    padding: 90px 0 60px;
    margin-top: -50px;
}
.tab {
    width:100%;
    margin: 30px auto;
    padding: 0px;
    /* outline: 1px solid red; */
}
.tab-item {
    padding: 10px 10px 10px 20px;
    width: 150px;
}
.tab-item-1{
    background-size: 20px auto;
    background-position: 28px 13px;
}
.tab-item-2{
    background-size: 20px auto;
    background-position: 28px 13px;
}
.tab-box {
    padding: 10px 15px 30px;
    /* outline: 1px solid red; */
}

/* 能力評価制度ボタン */
#icon_eval{
    width: 75px;
    height: 75px;
    position: fixed;
    /* left: 0; */
    /* bottom: 90px; */
    left: 55vw;
    bottom: 0;
    margin: 10px;
    background-image: url(../images/icon_eval_link.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#icon_eval a,
#icon_flow a {
    position: relative;
    display: block;
    width: 75px;
    height: 75px;
    text-decoration: none;
}

#icon_eval:hover{
    background-image: url(../images/icon_eval_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;
}

}