@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
body {
    background-color: #fff; 
    margin: 0;
}

.main--under {
    display: flex;
    align-items: center;
    background-color: #fff;
    flex-direction: column;
    color: #1F286F;
    margin: auto;
}
.header-main {
    width: 100vw;
    max-width: 800px;
    margin: 0;
    margin-top: 75px;
}
.header-main .header-title p {
    text-align: center;
    font-weight: 900;
    font-size: 36px;
    margin: 35px 0;

}

.header-main .explanation p {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 55px;
}
.top {
    background-color: #FBDAC8;
    width: 100vw;
    height: 80vh;
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    border-top: 5px solid #1F286F;
}

.top img {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1;
    object-fit: contain;
}
.top-2 {
    background-color: #CAE8F1;
    width: 100vw;
    height: 80vh;
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    border-top: 5px solid #1F286F;
}
.top-2 img {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1;
    object-fit: contain;
}
.top-3 {
    background-color: #DAD7EC;
    width: 100vw;
    height: 80vh;
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    border-top: 5px solid #1F286F;
}
.top-3 img {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1;
    object-fit: contain;
}
.top-4 {
    background-color: #D9E480;
    width: 100vw;
    height: 80vh;
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    border-top: 5px solid #1F286F;
}
.top-4 img {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1;
    object-fit: contain;
}
.top-5 {
    background-color: #E6DEC7;
    width: 100vw;
    height: 80vh;
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    border-top: 5px solid #1F286F;
}
.top-5 img {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1;
    object-fit: contain;
}
.container .content {
    margin-bottom: 65px;
}
.container .content p {
    font-weight: 700;
    font-size: 20px;

}

.salary-list {
    width: 50vw;
    margin: 0 auto;
    margin-bottom: 50px;
}
.salary-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #ffffff;
    font-size: 20px;
}
.salary-item:nth-child(odd) {
    background-color: #ffffe0;
}
.salary-item span {
    color: #1F286F;
    font-weight: 700;
}
.salary-item span:first-child {
    font-weight: 700;
    color: #1F286F;
}

.container-footer {
    margin-top: 35px;
}
.container-footer a {
    font-weight: 700;
    color: #1F286F;
    font-size: 24px;
    text-decoration: underline;
    text-decoration-color: #1F286F;
}
.headline {
    text-align: center;
}
.container-bottom {
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .header-main {
        width: 100vw;
        max-width: 800px;
        margin: 0;
    }
    .header-main .header-title p {
        text-align: center;
        font-weight: 900;
        font-size: 24px;
        margin: 25px 0;
    
    }
    .header-main .explanation {
        padding: 0 18px;
        text-align: left;
    }
    
    .header-main .explanation p {
        font-weight: 700;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 33px;
    }
    .top {
        background-color: #FBDAC8;
        width: 100vw;
        height: 50vh;
        border-top: 3px solid #1F286F;
        margin-bottom: 25px;
    }
    
    .top img {
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
    }
    .top-2 {
        background-color: #CAE8F1;
        width: 100vw;
        height: 50vh;
        border-top: 3px solid #1F286F;
        margin-bottom: 25px;
    }
    .top-2 img {
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
    }
    .top-3 {
        background-color: #DAD7EC;
        width: 100vw;
        height: 50vh;
        border-top: 3px solid #1F286F;
        margin-bottom: 25px;
    }
    .top-3 img {
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
    }
    .top-4 {
        background-color: #D9E480;
        width: 100vw;
        height: 50vh;
        border-top: 3px solid #1F286F;
        margin-bottom: 25px;
    }
    .top-4 img {
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
    }
    .top-5 {
        background-color: #E6DEC7;
        width: 100vw;
        height: 50vh;
        border-top: 3px solid #1F286F;
        margin-bottom: 25px;
    }
    .top-5 img {
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
    }
    .container .content {
        margin-bottom: 25px;
        padding: 0 18px;
    }
    .container .content p {
        font-weight: 700;
        font-size: 14px;
    
    }
    .salary-list {
        width: 90vw;
        margin: 0 auto;
        margin-bottom: 25px;
        font-size: 14px;
    }
    .salary-item span {
        color: #1F286F;
        font-weight: 700;
        font-size: 14px;
    }
    .salary-item span:first-child {
        font-weight: 700;
        color: #1F286F;
        font-size: 14px;
    }
    .container-footer {
        margin-top: 24px;
    }
    .container-footer a {
        font-size: 16px;
    }
    .container-bottom {
        margin-bottom: 36px;
    }
}