@charset "utf-8";
.menu__contents__image{
    overflow: hidden;
}
    .menu__contents__image img{
        transition: 0.5s;
    }
    .menu__contents__image:hover img{
        transform: scale(1.05);
    }
/* 詳細画面のスタイリング */
#work__detail__area{
    width: 100%;
    height: auto;
}
    .work__hero__hd{
        padding: 0;
    }
    .work__detail__area__inner{
        width: 90%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 1000px;
        padding: 0 0 120px 0;
    }
        .work__detail__ttl{
            font-size: 18px;
            letter-spacing: 0.2em;
            font-weight: 600;
            padding: 5px 22px;
            border: 1px solid var(--color--black);
        }
        .work__detail__image{
            width: 100%;
            height: auto;
            max-width: 438px;
            padding: 30px 0 60px 0;
        }
            .work__detail__image img{
                width: 100%;
                height: auto;
            }
        .work__dtl{
            font-size: 15px;
            font-weight: 400;
            letter-spacing: 0.2em;
            line-height: 2.46;
            text-align: center;
            color: var(--color--black);
        }
#work__offer{
    width: 100%;
    height: auto;
    background-color: #656565;
}
    .work__offer__inner{
        width: 90%;
        height: auto;
        margin: 0 auto;
        max-width: 1000px;
        padding: 90px 0;
    }
        .work__offer__contents{
            width: 100%;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }
            .work__offer__ttl{
                font-size: 30px;
                letter-spacing: 0.2em;
                line-height: 1.5;
                color: var(--color--white);
                padding-right: 50px;
                font-weight: 600;
            }
            .work__offer__dtl{
                font-size: 15px;
                font-weight: 600;
                letter-spacing: 0.2em;
                line-height: 2.46;
                padding-left: 50px;
                color: var(--color--white);
                border-left: 1px solid #E0E0E0;
            }
                .work__offer__dtl span{ 
                    font-size: 13px;
                }
#work__dtl__img__area{
    width: 100%;
    height: auto;
}
    .work__dtl__img__inner{
        width: 90%;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 10px;
        padding: 120px 0 180px 0;
    }
        .work__dtl__img{
            width: 100%;
            height: auto;
            max-width: 656px;
        }
            .work__dtl__img img{
                width: 100%;
                height: auto;
            }
/* SP ================================================== */
@media all and (max-width:820px){
#menu__hero{
    padding: 80px 0 38px 0;
}
        .work__detail__area__inner{
            padding: 0 0 54px 0;
        }
        .work__detail__image{
            padding: 25px 0 20px 0;
        }
            .work__detail__ttl{
                font-size: 13px;
                padding: 4px 16px;
                margin: 0 auto 0 0 ;
            }
            .work__dtl{
                text-align: start;
                font-size: 14px;
            }
        .work__offer__contents{
            flex-direction: column;
        }
            .work__offer__ttl{
                width: 100%;
                padding: 0 0 17px 0;
                position: relative;
                font-size: 28px;
            }
                .work__offer__ttl::after{
                    content: "";
                    display: block;
                    width: 224px;
                    height: 1px;
                    background-color: #E0E0E0;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                }
            .work__offer__dtl{
                font-size: 14px;
                padding: 45px 0 0 0;
                border: unset;
            }
                .work__offer__dtl span{
                    font-size: 13px;
                }
    .work__dtl__img__inner{
        padding: 80px 0 110px 0;
    }
}
