@charset "UTF-8";

/*!section-work-information---------------------------------------------------------*/
h2,
h3,
h4 {
    font-weight: bold;
}


/*!work-flex-----------------------------*/
.work-flex {
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}

.work-flex-title {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}

.saiyo-flex {
    display: flex;
    gap: 10px;
    align-items: center;
}

.saiyo-box {
    background-color: #777777;
    border-radius: 30px;
}

.saiyo-box p {
    color: #fff;
    padding: 10px 15px 0;
}

.saiyo-type {
    padding-top: 10px;
}

.work-flex-title h2,
.work-flex-title h3,
.work-flex-title p {
    margin-bottom: 10px;
}

.work-flex-title h2 {
    font-style: normal;
    font-size: 16px;
}

.work-flex-title h3 {
    font-size: 20px;
}

.work-flex-title a {
    text-decoration: underline;
}

.work-flex-img {
    width: 100%;
    margin: auto;
    text-align: center;
}

.work-flex-img img {
    width: 100%;
    max-width: 250px;
}

/*!work-info-----------------------------*/
.work-info {
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}

.center-text {
    margin-bottom: 30px;
}

.work-info-text {
    margin-bottom: 20px;
}

.work-info-text h4 {
    border-bottom: solid 1px #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.work-info-text p {
    text-align: justify;
}

.web-img-pc-sp {
    width: 100%;
    margin: auto;
    text-align: center;
}

.web-img-pc-sp img {
    width: 100%;
    max-width: 350px;
}

.web-img-pc-sp img:first-child {
    margin-bottom: 50px;
}

.work-info-text-reaction {
    padding-bottom: 50px;
}

.design-img {
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
}

.url-break {
    word-break: break-all;
}

/*!work-btn------------------------------*/
.work-btn {
    width: 70%;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    background-color: #404040;
    border-radius: 30px;
    transition: background-color 1.5s ease;
}

.work-btn a {
    display: block;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
    transition: color 1.5s ease;
}

.work-btn:hover,
.work-btn:focus {
    background-color: #181818;
}

.work-btn a:hover,
.work-btn a:focus {
    color: #777777;
}




/*! pc-size-------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {

    /*!work-flex-----------------------------*/
    .work-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .work-flex-title {
        width: 80%;
        margin: auto;
    }

    .work-flex-title h2 {
        font-size: 18px;
    }

    .work-flex-title h3 {
        font-size: 25px;
    }

    .work-flex-title p {
        font-size: 18px;
    }

    .work-flex-img img {
        max-width: 300px;
    }


    /*!work-info-----------------------------*/
    .work-info {
        width: 80%;
        margin: auto;
        margin-bottom: 100px;
    }

    .center-text {
        margin-bottom: 50px;
        font-size: 18px;
    }

    .work-info-text {
        margin-bottom: 50px;
        font-size: 18px;
    }

    .work-info-text h4 {
        border-bottom: solid 1px #000;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .web-img-pc-sp {
        width: 100%;
        margin: auto;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: start;
    }

    .web-img-pc-sp img {
        width: 100%;
        max-width: 400px;
    }

    .web-img-pc-sp img+img {
        padding-left: 50px;
    }

    .web-img-pc-sp img:first-child {
        margin-bottom: 0;
    }

    /*!work-btn------------------------------*/
    .work-btn {
        width: 30%;
    }

    .work-btn a {
        display: block;
        font-size: 18px;
        padding: 20px 0;
    }






}