@charset "UTF-8";

/* CSS Document */

.section-top__bg {
    position: relative;
    margin-top: 80px;
}

.section-top__bg-img {
    background-image: url(../images/about-recolor/about-bg.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    width: 70vw;
    height: 70vh;
    margin-left: auto;
}

.section-top__bg-title-text {
    position: absolute;
    top: 50%;
    margin-left: 10vw;
}


.section-about-recolor {
    margin: 100px 0;
    padding: 0 30px;
}

.section-about-recolor__message {
    padding-bottom: 30px;
}

.section-about-recolor__message p {
    text-align: center;
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.12em;
    color: #0bb9b7;
}

.section-about-recolor__message-sub {
    margin-bottom: 80px;
}

.section-about-recolor__message-sub p {
    text-align: center;

}

.section-about-recolor__contents {
    margin-bottom: 100px;
}

.section-about-recolor__contents-image {
    padding-bottom: 25px;
}

.section-about-recolor__contents-text-title {
    padding-bottom: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 3.8rem;
    color: #0bb9b7;
}

.section-about-recolor__button {
    margin-top: 30px;
}

.section-about-recolor__button a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8em;
    max-width: 276px;
    color: #fff;
    font-size: 2.0rem;
    background-color: #0bb9b7;

    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 0.16rem;
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    border-radius: 43px;
    text-align: center;
}

.section-about-recolor__button a:hover {
    color: #0bb9b7;
    background: #fff;
    border: 1.8px solid #0bb9b7;
}

@media(min-width:768px) {
    .section-about-recolor {
        margin: 150px 0;
        padding: 0 50px;
    }

    .section-about-recolor__message p {
        line-height: 3.8rem;
    }

    .section-about-recolor__contents {
        display: flex;
        gap: 50px;
        align-items: center;
    }

    .section-about-recolor__contents:nth-of-type(2n) {
        flex-direction: row-reverse;
    }

    .section-about-recolor__contents-image {
        width: 50%;
    }

    .section-about-recolor__contents-text-wrapper {
        width: 50%;
    }

    .section-about-recolor__contents-image {
        padding-bottom: 0;
    }

    .section-about-recolor__button {
        margin-top: 20px;
    }

}

@media(min-width:1140px) {
    .section-about-recolor {
        margin: 200px auto;
        padding: 0;
        max-width: 1140px;
    }

    .section-about-recolor__message p {
        font-size: 2.4rem;
    }

    .section-about-recolor__message-sub {
        margin-bottom: 130px;
    }

    .section-about-recolor__contents {
        gap: 100px;
    }

    .section-about-recolor__contents {
        margin-bottom: 150px;
    }

    .section-about-recolor__contents-text-title {
        padding-bottom: 40px;
        font-size: 2.4rem;
    }
    .section-about-recolor__button{
        margin-top: 40px;
    }
}