header {
    /* Header */

    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px;

    width: 100%;
    top: 0px;

    /* Base/White */
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);

    position: fixed;
    z-index: 10;
    margin: 0 auto;
}

.header-in {
    /* Header Inner */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;

    width: 1200px;
    height: 53.45px;


    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.header-left {
    /* logo */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;

    width: 516px;
    height: 53.45px;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

.header-manyleft {
    /* logo */

    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;

    width: 200px;
    height: 53.45px;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.logo {
    /* image 28 */
    width: 200px;
    height: 34.45px;

    background: url(images/3HMS_logo_rgb_yoko.jpg);

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.company-text {
    /* IT Solution Group */

    width: 161px;
    height: 19px;

    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.2em;

    /* Brand/Primary */
    color: #1E9EDB;



    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0;
    white-space: nowrap
}

.header-square {
    /* Recruiting */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 8px;

    width: 151px;
    height: 27px;

    /* Brand/Primary */
    background: #1E9EDB;

    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.square-text {
    /* Recruiting Site */
    height: 19px;

    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.2em;

    /* Base/White */
    color: #FFFFFF;
    margin: 0 auto;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    white-space: nowrap
}

.header-right {
    /* nav */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 32px;

    width: 684px;
    height: 48px;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-left: 0%;

}

.header-text {
    /* Frame 22 */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 32px;

    width: 523px;
    height: 19px;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.right-text {
    /* わたしたちのこと */

    width: auto;
    height: 19px;

    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.1em;

    /* Text/Primary */
    color: #333333;
    list-style: none;


    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
    white-space: nowrap
}

.right-text:hover::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 3px;
    position: absolute;
    margin-left: -90px;
    margin-top: 30px;
    /* transform: translate(-181%); */

    background-color: red;
}

.right-text:hover {
    margin-top: -11px;
    height: 30px;
}

.right-text-2 {
    /* わたしたちのこと */

    width: auto;
    height: 19px;

    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.1em;

    /* Text/Primary */
    color: #333333;
    list-style: none;


    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
    white-space: nowrap
}

.right-text-2:hover::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 3px;
    position: absolute;
    margin-left: -57.5px;
    margin-top: 30px;
    /* transform: translate(-181%); */

    background-color: red;
}

.right-text-2:hover {
    margin-top: -11px;
    height: 30px;
}

.header-manyright {
    /* Button */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    margin-left: 0%;

    width: 129px;
    height: 48px;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

}

.header-pull {
    /* Component / Button / Arrow */

    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 32px;
    gap: 20px;

    width: 129px;
    height: 48px;

    /* Base/White */
    background: #FFFFFF;
    /* Brand/Primary */
    border: 1px solid #1E9EDB;
    border-radius: 40px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.header-pull:hover {
    border: 0px solid #0b0b0b;
    background: linear-gradient(180deg, #1EDBA2, #1E9EDB);

}

.header-pull:hover .pull-text {
    color: #ffffff;
}


.header-pull:hover img {
    display: none;
}

.header-pull:hover .pull-design {
    margin-top: 25%;
    margin-left: 10%;
    background-image: url("../images/VectorWhite.png");
    background-repeat: no-repeat;
}





.pull-op {
    /* text */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;

    width: 65px;
    height: 16px;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

}

.pull-text {
    /* Label */

    width: 41px;
    height: 16px;

    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    /* identical to box height, or 16px */

    /* Brand/Primary */
    color: #1E9EDB;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.pull-design {
    /* chevron-down */


    width: 16px;
    height: 16px;
    margin-bottom: 15%;
    margin-left: 10%;

    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

}


.css-dropdown_lists {
    padding: 0;
    margin: 0;
}

.dropdown_lists {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    margin-left: -45px;
    position: absolute;
    width: 157px;
    height: 140px;
    top: 65px;

    /* Base/White */
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;


}


.header-pull:hover .dropdown_lists {
    display: block;
}

.dropdown_lists:hover .dropdown_lists {
    display: block;
}


.dropdown_list_up {
    /* List */
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px 32px;
    gap: 8px;

    width: 157px;
    height: 70px;

    /* Border/Primary */
    border-bottom: 1px solid #CCCCCC;
    border-radius: 10px 10px 0px 0px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.dropdown_list_down {
    /* List */
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px 32px;
    gap: 8px;

    width: 157px;
    height: 70px;

    /* Border/Primary */
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0px 0px 10px 10px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

ul.dropdown_lists {
    list-style: none;
}

ul.dropdown_lists li {
    background-image: url("../images/external-link.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 20px;
    padding-left: 30px;
    line-height: 20px;
    background-position: 6.5em 1.4em;
}

.dropdown_list_text {
    /* 新卒採用 */

    width: 69px;
    height: 22px;

    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.1em;

    /* Text/Secondary */
    color: #7A7A7A;

    text-decoration: none;
}

.dropdown_list_up:hover {
    filter: brightness(0) saturate(100%) invert(50%) sepia(74%) saturate(536%) hue-rotate(155deg) brightness(91%) contrast(94%);
    background-color: rgba(0, 0, 0, 0.3);
}

.dropdown_list_down:hover {
    filter: brightness(0) saturate(100%) invert(50%) sepia(74%) saturate(536%) hue-rotate(155deg) brightness(91%) contrast(94%);
    background-color: rgba(0, 0, 0, 0.3);
}



main {
    height: 100vw;
    /* スクロールの演出を見れるようにmainに高さを指定 */
}

.menu-btn {
    display: none;
}

.hamburger-menu {
    display: none;
}



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

    /* 768px以下に適用されるCSS（スマホ用） */
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        position: fixed;
        width: 60px;
        height: 60px;
        right: 0px;
        top: 0px;
        background: #ffffff;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
        border-radius: 0px 0px 0px 20px;
    }

    .spinner {
        width: 100%;
    }

    .hamburger-menu {
        display: block;
    }

    .menu-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #ffffff;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
        border-radius: 0px 0px 0px 20px;
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #1E9EDB;
        position: absolute;
    }

    .menu-btn span:before {
        bottom: 8px;
    }

    .menu-btn span:after {
        top: 8px;
    }

    #menu-btn-check:checked~.menu-btn span {
        background-color: rgba(255, 255, 255, 0);
        /*メニューオープン時は真ん中の線を透明にする*/
    }

    #menu-btn-check:checked~.menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #menu-btn-check:checked~.menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    #menu-btn-check {
        display: none;
    }

    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        /*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: #ffffff;
        transition: all 0.5s;
        /*アニメーション設定*/
    }


    #menu-btn-check:checked~.menu-content {
        left: 0;
        /*メニューを画面内へ*/
    }

    .menu-area {
        width: 375px;
        height: 576px;
        margin: 0 auto;
        margin-top: 80px;
    }

    .menu-area-up {
        width: 375px;
        height: 100px;
    }

    .menu-area-up-up {
        width: 200px;
        height: 34px;
        margin: 0 auto;

    }

    .menu-area-up-up-text {
        /* IT Solution Group */
        width: 161px;
        height: 19px;
        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        /* identical to box height */
        text-align: center;
        letter-spacing: 0.2em;
        /* Brand/Primary */
        color: #1E9EDB;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
        margin: 0 auto;
        margin-top: -10px;
        white-space: nowrap
    }

    .menu-area-up-down {
        width: 151px;
        height: 24px;
        background-color: #1E9EDB;
        margin: 0 auto;
        margin-top: 39px;
        padding-top: 3px;
    }

    .menu-area-up-down-text {
        /* Recruiting Site */
        height: 19px;
        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        /* identical to box height */
        text-align: center;
        letter-spacing: 0.2em;
        /* Base/White */
        color: #FFFFFF;
        margin: 0 auto;
        margin-top: 0;
        white-space: nowrap
    }

    .menu-area-down {
        width: 291px;
        height: 436px;
        margin: 0 auto;
        margin-top: 40px;
    }

    .menu-area-down-text {
        /* わたしたちのこと */
        width: 157px;
        height: 25px;
        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        /* identical to box height */
        text-align: center;
        letter-spacing: 0.1em;
        /* Text/Primary */
        color: #333333;
        display: block;
        margin: 16px auto;
        white-space: nowrap;
        text-decoration: none;
    }

    /* ------------------------------------------- */
    .menu-area-down-header-manyright {
        /* Button */

        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        gap: 16px;
        margin-left: 0;
        margin: 12px auto;

        width: 129px;
        height: 48px;


        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;

    }

    .menu-area-down-pull {
        /* Component / Button / Arrow */

        box-sizing: border-box;

        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 16px 32px;
        gap: 20px;

        width: 129px;
        height: 48px;

        /* Base/White */
        background: #FFFFFF;
        /* Brand/Primary */
        border: 1px solid #1E9EDB;
        border-radius: 40px;

        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .menu-area-down-pull:hover {
        border: 0px solid #0b0b0b;
        background: linear-gradient(180deg, #1EDBA2, #1E9EDB);

    }

    .menu-area-down-pull:hover .menu-area-down-pull-text {
        color: #ffffff;
    }


    .menu-area-down-pull:hover img {
        display: none;
    }

    .menu-area-down-pull:hover .menu-area-down-pull-design {
        margin-top: 25%;
        margin-left: 10%;
        background-image: url("../images/VectorWhite.png");
        background-repeat: no-repeat;
    }

    .menu-area-down-pull-op {
        /* text */

        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        gap: 8px;

        width: 65px;
        height: 16px;


        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;

    }

    .menu-area-down-pull-text {
        /* Label */

        width: 41px;
        height: 16px;

        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        /* identical to box height, or 16px */

        /* Brand/Primary */
        color: #1E9EDB;


        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;

    }

    .menu-area-down-pull-design {
        /* chevron-down */


        width: 16px;
        height: 16px;
        margin-bottom: 15%;
        margin-left: 10%;

        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;

    }


    .css-dropdown_lists {
        padding: 0;
        margin: 0;
    }


    .menu-area-down-dropdown_lists {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        position: absolute;
        width: 157px;
        height: 140px;

        left: 50%;
        transform: translateX(-50%);
        background: #FFFFFF;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        margin-top: 205px;
    }

    .menu-area-down-pull:hover .menu-area-down-dropdown_lists {
        display: block;
    }

    .menu-area-down-dropdown_lists:hover .menu-area-down-dropdown_lists {
        display: block;
    }

    .menu-area-down-dropdown_list {
        /* List */

        box-sizing: border-box;

        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 24px 32px;
        gap: 8px;

        width: 157px;
        height: 70px;

        /* Border/Primary */
        border-bottom: 1px solid #CCCCCC;
        border-radius: 10px 10px 0px 0px;

        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;

    }

    ul.menu-area-down-dropdown_lists {
        list-style: none;
    }

    ul.menu-area-down-dropdown_lists li {
        background-image: url("../images/external-link.png");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: auto 20px;
        padding-left: 30px;
        line-height: 20px;
        background-position: 6.5em 1.4em;
    }


    /* ------------------------------------------- */
    .gnav {
        display: none;
    }

    main {
        height: 100%;
        /* スクロールの演出を見れるようにmainに高さを指定 */
        width: auto;
        overflow-x: hidden;
    }
}