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

.section-work_title h1{
    font-size: min(2.3vw, 4.0rem);
    font-family :YuMincho,"Hiragino Mincho ProN",serif;
    font-weight: 300;
}
/* ページ切り替え時の文字色 */
.gray, .black{
    font-size: 1.4rem;
    margin-top: 5px;
    color: #333333;
    font-weight: 300;
}
.black{
    text-decoration-color: #333333;
    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: -15px 20px 20px 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: 2.0rem;
    color: #6D6D6D;
    font-weight: 300;
    margin: 0 0 -10px 40px;
}


/* 画像とキャプションの記述 */
.elemnt-wrapper{
    display: flex;
    background-color: #F0F3EE;
    border-radius: 10px;
    padding: 30px 40px 190px;
    width: 80%;
}

.elemnt-wrapper_img{
    width: 300px;
    height: 240px;
}

.elemnt-wrapper_img img{
    width: 100%;
    height: 100%;
    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;
}

.more-space{
    display: none;
}
.subscription-wrapper h5{
    font-size: 2.0rem;
    margin-bottom: 20px;
    font-weight: 400;
}
.subscription-wrapper h6{
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: 400;
}
.subscription-wrapper p{
    font-size: 1.8rem;
    color: #6D6D6D;
    line-height: 1.6;
}

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

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

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

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

    .section-work_title h2 {
        font-size: 1.6rem;
        margin-top: 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: 1.6rem;
        text-align: center;
        margin: 0 0 -10px 0;
    }


    .elemnt-wrapper{
        display: block;
        border-radius: 0px;
        padding: 30px 30px 40px;
        margin: 0 auto;
        width: 80%;
    }
    .elemnt-wrapper_img{
        width: 98%;
        height: 240px;
        margin: 0 auto;
    }
    .subscription-wrapper{
        width: 100%;
        margin: 140px 0 0 0;
    }
    
    .subscription-wrapper h4{
        font-size: 2.0rem;
        margin-bottom: 20px;
        text-align: left;
    }
    .more-space{
        display: block;
        height: 40px;
    }
    .subscription-wrapper h5{
        font-size: 1.6rem;
        margin-bottom: 20px;
        text-align: left;
    }
    .subscription-wrapper p{
        font-size: 1.4rem;
        line-height: 1.7;
    }
}