.main-contents{
    max-width: 1100px;
    margin: 100px auto 0;
}
.save-page-section-title{
    margin-bottom: 15px;
}
.benefit-section{
    margin-bottom: 100px;
}
.contract-orgs-lead{
    margin-bottom: 1em;
}
.other-option-section{
    margin-bottom: 50px;
}
.save-page-section{
    margin-bottom: 100px;
}

.other-option-section-title{
    text-align: center;
    margin-bottom: 10px;
}
.other-option-section-lead{
    text-align: center;
}
.other-article-section{
    margin-top: 30px;
}
.other-article-section-title{
    text-align: center;
    font-size: 20px;
}
.consulting-section{
    margin-bottom: 50px;
}
.other-article {
    max-width: 640px;
    margin: 20px auto 0;
    width: 72.5vw;
}
a.media-article{
    border: 1px solid #ccc;
    margin-bottom: 0;
}
@media (min-width:769px) {
    .main-contents{
        padding: 0 3vw;
    }
    .benefit-grid{
        display: grid;
        grid-template-columns:calc(100% - 420px) 320px;
        grid-template-areas: 
        "benefit-lead benefit-grid-img"
        "contract-orgs benefit-grid-img";
        column-gap:100px;
    }
    .benefit-lead{
        grid-area: benefit-lead;
    }
    .contract-orgs{
        grid-area: contract-orgs;
        margin-top: 1em;
    }
    .benefit-grid-img{
        grid-area: benefit-grid-img;
    }
}
@media (max-width:768px) {
    .main-contents{
        width:90%;
        margin-top: 50px;
    }
    .save-page-section-title{
        font-size: 27px;
        margin-bottom: 10px;
    }
    .contract-orgs{
        margin-top: 25px;
    }
    .contract-orgs-title{
        font-size: 16px;
    }
    .contract-orgs-lead{
        margin-bottom: 10px;
    }
    .benefit-grid-img{
        margin: 30px auto 0;
        display: block;
        width:80%;
    }
    .other-article{
        width:90.624vw;
    }
    .other-article-section{
        margin-top: 25px;
    }
    .other-option-section-lead{
        text-align: left;
    } 
    .consulting-section{
        margin-bottom: 50px;
    }
    .media-article{
        position: relative;
    }
    .article-mv {
        height: fit-content;
        max-height:32vw;
    }
    .article-contents-categories{
        position: absolute;
        left: 2%;
        top: -15px;
    }
    a.shikumi-cv-area-link{
        padding: 0;
    }
    a.shikumi-cv-area-link::after{
        top:36%;
    }
}