/* 制作実績MV */
.works-mv {
    max-width: 360px;
    margin: 80px auto 200px;
}

.works-title {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
}

.works-title::after {
    position: absolute;
    z-index: -1;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: url(../../img/works/works-title.png);
}

.works-nav {
    margin-top: 60px;
    gap: 10px;
}

.works-nav-li a {
    color: #FAF8EE;
    background-color: #009044;
    border: 1px solid #009044;
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease-in-out;
}

.works-nav-li.active a {
    color: #009044;
    background-color: #FAF8EE;
    border: 1px solid #009044;
}

.works-nav-li a:hover {
    color: #009044;
    background-color: #FAF8EE;
    border: 1px solid #009044;
}

@media screen and (max-width:768px) {
    .works-mv {
        margin-bottom: 150px;
    }

    .works-title{
        font-size: 32px;
    }
}

@media screen and (max-width:570px) {
    .works-mv {
        padding: 0 10px;
    }

    .works-nav-li a {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/* 実績ページのフッター上余白 */
.footer {
    margin-top: 220px;
}

@media screen and (max-width:768px) {
    .footer {
        margin-top: 160px;
    }
}


/* -------------------------------------------------詳細ページ-------------------------------------------------- */


/* 実績一覧にもどるボタン */
.dtworks-bt-wrap {
    text-align: center;
    margin-top: 100px;
}

.dtworks-bt a {
    font-size: 20px;
    padding: 10px 30px;
    border: 1px solid #313131;
    transition: 0.4s ease-in-out;
}

.dtworks-bt a:hover {
    color: #FAF8EE;
    background-color: #009044;
    border: #009044;
}




/* バナー・グラフィック詳細ページ共通 */
.detailWorks {
    text-align: center;
    margin-top: 80px;
    padding-bottom: 80px;
    border-bottom: 2px solid #D0FAE1;
}

.detailWorks:last-of-type {
    border-bottom: none;
}

.detailWorks-title {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 40px;
}

.detailWorks-img-wrap {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;
}

.detailWorks-textDt {
    max-width: 440px;
    width: 40.74%;
    text-align: left;
}

.detailWorks-textCc {
    max-width: 560px;
    width: 51.85%;
    text-align: left;
}

.detailWorks-textTitle {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #FEE0D9;
}

.detailWorks-textTitle::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FEE0D9;
    margin-right: 10px;
}

.detailWorks-li-wrap {
    margin-top: 20px;
}


.detailWorks-li dt {
    font-weight: 500;
}

.detailWorks-li dt::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 5px;
    border-radius: 40%;
    background-color: #FEE0D9;
    margin-right: 5px;
    vertical-align: middle;
}

.detailWorks-li dd {
    padding-left: 2em;
}



.detailWorks-textCc p {
    margin-bottom: 10px;
}

.detailWorks-textCc p::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #313131;
    margin-right: 5px;
    vertical-align: middle;
}


/* Webサイト詳細ページ共通 */
.site-title {
    font-size: 36px;
}

.site-title::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #009044;
    margin-right: 10px;
}

.site-link a {
    margin-left: 30px;
    vertical-align: middle;
    color: #E84444;
}

.site-mv {
    margin-top: 30px;
    margin-bottom: 120px;
}

.site-dt-wrap{
    margin-bottom: 120px;
}

.site-dt {
    max-width: 600px;
    width: 51.72%;
}

.site-dt-li1{
margin-top: 1em;
}

.site-dt-li2Wrap{
    display: inline-block;
    margin-top: 60px;
    margin-left: 2em;
    padding: 40px 60px;
    background-color: #FEE0D9;
}

.site-dt-li2{
    display: flex;
    align-items: center;
}

.site-dt-li2 dt{
    font-weight: 400;
}

.site-dt-li2 dt::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #313131;
margin-right: 3px;
vertical-align: middle;
}

.site-Cc-text{
    max-width: 600px;
    width: 51.72%;
}

.site-Cc-text p {
    margin-bottom: 1.5em;
}

.site-Cc-li1{
    margin-bottom: 70px;
}

.site-Cc-li2 p::before{
    content: "";
    display: inline-block;
    width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #313131;
        margin-right: 5px;
        vertical-align: middle;
}

.site-Cc-img{
    height: 680px;
    overflow: auto;
        border: 1px solid #aaa;
}


.site-overall{
    margin-top: 150px;
    padding-bottom: 80px;

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    column-gap: 80px;
    row-gap: 120px;
}