@charset "UTF-8";

/* CSS Document */

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

.section-top__bg-img {
    background-image: url(../images/beginner/beginner-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-beginner {
    margin: 100px 0;
    padding: 0 30px;
}

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

.section-beginner-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-beginner-recolor__message-sub {
    margin-bottom: 80px;
}

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

}

.section-beginner__contents-image02 {
    display: none;
}

.section-beginner__contents {
    margin-bottom: 50px;

}

.section-beginner__contents-title {
    padding-bottom: 20px;
}

.section-beginner__contents-image01 {
    width: 80%;

}

.section-beginner__contents-text {
    margin-top: 20px;
}

.section-beginner__hot-button a {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
    max-width: 276px;
    color: #fff;
    font-size: 1.8rem;
    background-color: #fe9199;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 0.16rem;
    border-radius: 100vh;
    display: block;
    text-align: center;
    position: relative;
    font-weight: 600;

}

.cta_btn03-copy {
    font-size: 90%;
    font-weight: bold;
    color: initial;
    position: absolute;
    top: -2em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}

.cta_btn03-copy:before {
    margin-right: 1rem;
    content: '＼';
}

.cta_btn03-copy:after {
    margin-left: 1rem;
    content: '／';
}

.section-beginner__line-button {
    margin: 20px 0;
}

.section-beginner__hot-button {
    margin-top: 50px;
}

.section-beginner__line-button a {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
    max-width: 276px;
    color: #fff;
    font-size: 1.8rem;
    background-color: #06c755;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 0.16rem;
    border-radius: 100vh;
    display: block;
    text-align: center;
    position: relative;
    font-weight: 600;
}

.section-beginner__tel p {
    line-height: 3.5rem;
    font-weight: 600;
    letter-spacing: 0.06em;
}
.section-beginner__tel{
    text-align: center;
}
.section-beginner__tel span {
    font-size: 2.8rem;
}

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

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

    .section-beginner-recolor {
        margin: 150px 0;
        padding: 0 50px;
    }

    .section-beginner__contents-image02 {
        display: block;
        width: 35%;
    }

    .section-beginner__contents-image01 {
        display: none;
    }
    .section-beginner__contents{
        display: flex;
        gap: 50px;
        margin-bottom: 100px;
    }
    .section-beginner__contents-text-wrapper{
        width: 65%;
    }
    .section-beginner__contents-text{
        margin-top: 0;
    }
    .section-beginner__contents-button{
        display: flex;
        gap: 10px;
    }
    .section-beginner__line-button{
        margin-top: 50px;
        width: 50%;
    }
    .section-beginner__hot-button{
        width: 50%;
    }
    .section-beginner__hot-button a{
        padding: 0.8em 0.4rem;
        letter-spacing: 0;
        margin-left: 0;
    }
    .section-beginner__line-button a{
        padding: 0.8em 0.5em;
        letter-spacing: 0.12rem;
        margin-left: 0;
    }
    .cta_btn03-copy{
        font-size: 86%;
    }
    .section-beginner__tel {
        text-align: left;
    }

}

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

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

    .section-beginner-recolor__message-sub {
        margin-bottom: 130px;
    }
    .section-beginner__hot-button{
        width: 41%;
    }
    .cta_btn03-copy{
        font-size: 90%;
    }
    .section-beginner__contents{
        gap: 100px;
        margin-bottom: 150px;
    }


}