@charset "utf-8";

.title {
    height: 310px;
    background-image: url(../images/コンセプトbgi.JPG);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
    font-family: 'Montserrat',sans-serif;
    font-size: 32px;
    font-weight: bold;
}

.title p {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}

.feature {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 10px;
    width: auto;
    max-width: auto;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

.feature img {
    width: 600px;
    margin-right: auto;
}

.feature-text {
    max-width: 700px;
    margin-left: 20px;
    margin-right: 20px;
}

.feature-text h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.feature-text h2::after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background-color: #000000;
    margin-top: 20px;
}

.feature-text p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 25px;
}

.feature2 {
    display: flex;
    justify-content: space-between;
    width: auto;
    max-width: auto;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

.feature-text2 {
    margin-left: 20px;
    margin-right: 20px;
}

.feature-text2 h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.feature-text2 h2::after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background-color: #000000;
    margin-top: 20px;
}

.feature-text2 p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 25px;
}

.事業主 {
    display: flex;
    justify-content: space-between;
    width: auto;
    max-width: auto;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

.事業主 {
    max-width: 700px;
    margin-left: auto;
    margin-right: 35px;
}

.事業主 img {
    width: 200px;
}

.事業主 p {
    font-size: 15px;
    line-height: 28px;
    margin-left: 25px;
}

@media (max-width: 800px) {
    .feature {
        display: block;
        width: 500px;
        margin-top: 45px;
    }

    .feature img{
        width: 100%;
        height: auto;
        margin-top: 25px;
    }

    .feature2 {
        display: block;
        width: 500px;
        margin-top: 45px;
    }

    .feature2 img{
        width: 25%;
        height: auto;
        margin-top: 25px;
    }

    .事業主 {
        width: 500PX;
        margin-top: 45px;
    }

    .事業主 p {
        margin-right: 2px;
    }

}