.section-work_title {
    margin: 120px 0 0 9.375vw;
    display: flex;
    align-items: center;
}

.section-work_title h1 {
    font-size: min(2.3vw, 4.0rem);
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    font-weight: 300;
    
}

.work-background-color-wrapper{
    display: flex;
    flex-flow: column;
    width: 60%;
}

.work-background-color:nth-of-type(1) {
    background-color: #c9c9c9;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 10px 0 ;
    margin-bottom: 10px;
}

.work-background-color:nth-of-type(2) {
    background-color: #c9c9c9;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 10px 0 ;
    margin-bottom: 10px;
}

.work-background-color:nth-of-type(2) h2 {
    width: 25%;
    margin-left: 8.333%;
}

/* ページ切り替え時の文字色 */
.gray,
.black {
    font-size: 2.0rem;
    margin-top: 5px;
    color: #333333;
    font-weight: 300;
}

.black {
    text-decoration-color: #000;
    font-weight: bold;
    text-underline-offset: 5px;
}

.gray {
    color: #888888;
    text-decoration: none;
}

.tatesen {
    color: #333333;
    margin: 2px 10px 0;
}

.section-work_title_icon {
    width: 50px;
    height: 50px;
    margin: 0 20px;
}

.section-work_title_icon img {
    width: 100%;
    height: auto;
    object-fit: cover;
}



.section-work ul li {
    margin: 60px 0 60px 11.08vw;
    list-style: none;
}

.section-work ul li h3 {
    font-size: 3.0rem;
    color: #555555;
    font-weight: 200;
    margin: 0 0 -10px 40px;
}

.elemnt-wrapper {
    display: flex;
    background-color: #fff;
    border: solid 0.5px #bfbfbf;
    border-radius: 10px;
    padding: 30px 40px 40px;
    width: 80%;
}

.elemnt-wrapper_img {
    width: 320px;
    /* height: 180px; */
    object-fit: cover;
}

.elemnt-wrapper_img img {
    width: 320px;
    height: 180px;
    /* object-fit: cover; */
    /* object-position: 50% 50%; */
}

.elemnt-wrapper_img figcaption {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 10px;
}

.red,
.blue {
    font-size: 1.0rem;
}

.blue {
    color: #5271FF;
}

.red {
    color: #F94334;
}

.subscription-wrapper {
    width: 70%;
    margin-left: 40px;
}

.subscription-wrapper h4 {
    font-size: 3.2rem;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.5em;
}

.subscription-wrapper h5 {
    font-size: 2.0rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.subscription-wrapper p {
    font-size: 1.8rem;
    color: #6D6D6D;
    line-height: 1.6;
}

/*========== 監督一覧のボタン========== */
.director-button {
    display: flex;
    justify-content: center;
    background-color: #707e9a;
    margin: 60px 60px 0;
    padding: 12px 0 10px 0;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 10px;
    text-decoration: none;
    width: 260px;
    letter-spacing: 0.15rem;
}

.director-button img {
    width: 25px;
    height: auto;
    border: 1px solid #fff;
    border-radius: 20px;
    margin: -2px 0 0 10px;
}

/*========== 監督一覧のボタン終わり========== */


/* ======================
     ここからスマホ版の記述 
   ======================*/
@media (max-width:1040px) {

    /* サイドバーの非表示 */
    .header-sidebar {
        display: none;
    }

    .section-work_title {
        /* text-align: center; */
        margin: 60px 0 60px 0;
        display: block;
    }

    .work-background-color-wrapper{
        /* display: flex; */
        /* flex-flow: column; */
        width: 90%;
        margin: auto;
    }

    .work-background-color {
        /* justify-content: space-evenly; */
        /* flex-wrap: wrap; */
        width: 100%;
        height: 100%;
        margin: 10px auto;
    }

    .section-work_title h1 {
        font-size: 2.4rem;
        letter-spacing: 0.5rem;
        text-align: center;
    }

    .section-work_title h2 {
        /* font-size: 1.6rem; */
        /* margin-top: 10px; */
        /* width: 50%; */
    }

    .work-background-color:nth-of-type(1) h2 {
        text-align: center;
        margin: 10px 0px;
        width: 50%;
    }

    .work-background-color:nth-of-type(2) h2 {
        width: 45%;
        margin-left: 5%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .section-work_title_icon {
        width: 50px;
        height: 50px;
        margin: 40px auto;
    }

    .tatesen {
        display: none;
    }


    .section-work ul li {
        margin: 60px auto;
    }

    .section-work ul li h3 {
        font-size: 2.5rem;
        text-align: center;
        margin: 0 0 -10px 0;
    }


    .elemnt-wrapper {
        display: block;
        border-radius: 0px;
        padding: 30px 30px 20px;
        margin: 0 auto;
        width: 80%;
    }

    .elemnt-wrapper_img {
        /* width: 98%; */
        /* height: 240px; */
        margin: 0 auto;
    }

    .subscription-wrapper {
        width: 100%;
        margin: 0 0 0 0;
    }

    .subscription-wrapper h4 {
        font-size: 2.0rem;
        margin-bottom: 20px;
        text-align: left;
    }

    .subscription-wrapper h5 {
        font-size: 1.6rem;
        margin-bottom: 20px;
        text-align: left;
    }

    .subscription-wrapper p {
        font-size: 1.4rem;
        line-height: 1.7;
    }

    /*========== 監督一覧のボタン========== */
    .director-button {
        margin: 20px auto;
        width: 260px;
    }

    /*========== 監督一覧のボタン終わり========== */

}