.head-section {
    position: relative;
    color: #fff;
    background-color: #0badf0;
    .parallax {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        z-index: 0;
        .image {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 1;
            background-position: 50% 0;
            background-image: url(https://www.kanazawa-it.ac.jp/assets/img/freshers/gokaku/head_bg.png);
            background-size: 100% auto;
            background-repeat: no-repeat;
            @media (width <= 1309px) {
                background-size: 1309px auto;
            }
            @media (width <= 767px) {
                background-size: 754px auto;
            }
        }
        .filter {
            position: absolute;
            z-index: 2;
            left: 0;
            right: 0;
            bottom: 0;
            height: 200px;
            background-image: linear-gradient(to bottom, rgba(11, 173, 240, 0) 0%, rgba(11, 173, 240, 1) 50%);
        }
    }
    .head {
        position: relative;
        display: flex;
        align-items: center;
        width: fit-content;
        margin: 0 auto;
        padding-top: 57px;
        @media (width <= 767px) {
            padding-top: 55px;
        }
        .note-img {
            width: 156px;
            height: auto;
            margin-right: 15px;
            padding-top: 12px;
            @media (width <= 767px) {
                display: none;
            }
        }
        h1 {
            font-size: 56px;
            font-family: var(--font-family-TenMincho);
            line-height: 1.4;
            @media (width <= 767px) {
                font-size: 38px;
            }
        }
        .pen-img {
            width: 97px;
            height: auto;
            margin-left: 20px;
            padding-top: 12px;
            @media (width <= 767px) {
                display: none;
            }
        }
    }
    .message {
        position: relative;
        font-size: 18px;
        font-weight: var(--font-weight-medium);
        line-height: 1.9;
        max-width: 730px;
        margin: 0 auto;
        padding-top: 43px;
        padding-bottom: 45px;
        @media (width <= 767px) {
            font-size: 14px;
            margin: 0 16px;
            padding-top: 29px;
            padding-bottom: 10px;
        }
    }
    .bottom {
        position: relative;

        display: flex;
        width: 100%;
        overflow: hidden;
        .spacer {
            flex: 1;
            background-color: #dff2fb;
            @media (width <= 1046px) {
                display: none;
            }
        }
        .bottom-img {
            width: 1046px;
            height: 81px;
            @media (width <= 1046px) {
                object-fit: cover;
                width: 100%;
            }

        }
    }
}
.general-section {
    h2 {
        background-image: url(https://www.kanazawa-it.ac.jp/assets/img/freshers/common/h2_pen.png);
        background-size: 56px 46px;
        background-repeat: no-repeat;
        background-position: 0 6px;
        padding-left: 60px;
        font-size: 35px;
        font-weight: var(--font-weight-black);
        line-height: 1.5;
        padding-bottom: 34px;
        @media (width <= 767px) {
            font-size: 23px;
            background-size: 43px auto;
            background-position: 0 -1px;
            padding-bottom: 21px;
            text-indent: 2em;
            padding-left: 0;
        }
    }
    .step-container {
        position: relative;
        padding-bottom: 75px;
        @media (width <= 767px) {
            padding-bottom: 54px;
        }
        &::before {
            display: block;
            content: "";
            position: absolute;
            top: 15px;
            left: 6px;
            bottom: 7px;
            width: 3px;
            background-image: url(https://www.kanazawa-it.ac.jp/assets/img/freshers/gokaku/step_line_dot.png);
            background-size: 3px auto;
            background-repeat: repeat-y;
            background-position: 0 0;
        }
        @media (width <= 767px) {
            &::before {
                left: 4px;
            }
        }
        &::after {
            display: block;
            content: "";
            position: absolute;
            left: 16px;
            right: 0;
            bottom: 0;
            height: 15px;
            background-image: url(https://www.kanazawa-it.ac.jp/assets/img/freshers/gokaku/step_h_circle_gray.png),url(https://www.kanazawa-it.ac.jp/assets/img/freshers/gokaku/step_line_dot2.png);
            background-size: 15px auto,10px auto;
            background-repeat: no-repeat,repeat-x;
            background-position: 100% 0,0 50%;
        }
        @media (width <= 767px) {
            &::after {
                height: 12px;
                background-image: url(https://www.kanazawa-it.ac.jp/assets/img/freshers/gokaku/step_h_circle_gray_sp.png),url(https://www.kanazawa-it.ac.jp/assets/img/freshers/gokaku/step_line_dot2.png);
                background-size: 12px auto,10px auto;
                left: 14px;
            }
        }

        .step {
            position: relative;
            padding-left: 40px;
            @media (width <= 767px) {
                padding-left: 22px;
            }
            &::before {
                display: block;
                content: "";
                background-image: url(https://www.kanazawa-it.ac.jp/assets/img/freshers/gokaku/step_h_circle.png);
                background-size: 15px auto;
                background-repeat: no-repeat;
                position: absolute;
                top: 14px;
                left: 0;
                width: 15px;
                height: 15px;
            }
            @media (width <= 767px) {
                &::before {
                    background-image: url(https://www.kanazawa-it.ac.jp/assets/img/freshers/gokaku/step_h_circle_sp.png);
                    background-size: 12px auto;
                    width: 12px;
                    height: 12px;
                    top: 12px;
                }
            }
            small {
                font-size: 21px;
                font-weight: var(--font-weight-black);
                color: #0d539b;
                @media (width <= 767px) {
                    font-size: 17px;
                }
            }
            h3 {
                font-size: 26px;
                font-weight: bold;
                border-bottom: 3px solid #aab6c3;
                margin-top: -5px;
                padding-bottom: 12px;
                margin-bottom: 25px;
                line-height: 1.5;
                @media (width <= 767px) {
                    font-size: 19px;
                    margin-top: 3px;
                    padding-bottom: 9px;
                    margin-bottom: 20px;
                }
            }


        }
    }
}

.--flow-section {
    padding-top: 37px;
    @media (width <= 767px) {
        padding-top: 14px;
    }
    .scroller-message {
        display: none;
        font-size: 10px;
        text-align: right;
        @media (width <= 480px) {
            display: block;
        }
    }
    @media (width <= 480px) {
        .scroller {
            position: relative;
            margin-left: -16px;
            margin-right: -16px;
            margin-top: 4px;
            overflow-x: scroll;
            scroll-behavior: smooth;
            scrollbar-width: none;
            &::-webkit-scrollbar {
                display: none;
            }
        }
    }

    .--flow-table-block {
        width: 100%;
        @media (width <= 480px) {
            width: 480px;
            margin: 0 16px;
        };
        .--flow-table {
            colgroup {
                col {
                    width: 22%;
                    @media (width <= 767px) {
                        width: auto;
                    }
                }
                col:nth-child(1) {
                    width: 34%;
                    @media (width <= 767px) {
                        width: auto;
                    }
                }
            }
            thead tr th {
                padding: 5px 0 7px;
                @media (width <= 767px) {
                    padding: 4px 2px 6px;
                }
            }
        }
    }
    .--flow-step-container {
        margin-top: 60px;
        @media (width <= 767px) {
            margin-top: 39px;
        }
        .--step1 {
            margin-bottom: 65px;
            @media (width <= 767px) {
                margin-bottom: 44px;
            }
        }
        .--step2 {
            padding-bottom: 54px;
            @media (width <= 767px) {
                padding-bottom: 33px;
            }
            .--bank-table-block {
                margin-top: 40px;
                margin-bottom: 40px;
                @media (width <= 767px) {
                    margin-top: 24px;
                    margin-bottom: 28px;
                }
            }
            .--h4-2 {
                margin-top: 43px;
                @media (width <= 767px) {
                    margin-top: 35px;
                }
            }
        }
        .--step3 {
            .--h4-1 {
                margin-bottom: 30px;
                @media (width <= 767px) {
                    margin-bottom: 17px;
                }
            }
            .--h4-2 {
                margin-top: 38px;
                @media (width <= 767px) {
                    margin-top: 27px;
                }
            }
        }
    }
}
.general-section.--pc-section {
    padding-top: 63px;
    @media (width <= 767px) {
        padding-top: 52px;
    }
}

.menu-container {
    top: 119px;
}