:root {
    --logo-blue: #244297;
    --logo-orange: #f09935;
    --font-color: #0b1533;
    --brighter-orange: #ff8f21;
    --bg-gray: #f2f2f2;
}

img {
    width: 100%;
    margin: 0 auto;
}

footer .inner {
    padding-bottom: 120px;
}






/* スマホボタン */
.btn_sp a {
    display: block;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
}

.cta a {
    margin: 15px auto;
}

.cta_btn {
    display: block;
    width: 90%;
    max-width: 400px;
    font-weight: bold;
    color: #fff;
    background-color: var(--brighter-orange);
    text-align: center;
    padding: 28px 0 10px;
    font-size: 1.35em;
    border-radius: 7px;
    box-shadow: 0 4px 0 #b94700;
    line-height: 1.4;
    margin: 0 auto;
    position: relative;
    letter-spacing: .03em;
    transition: all ease-in-out .4s;
    animation: btn_yurayura .7s ease 0s infinite alternate;
}

.footer_btn {
    animation: none;
    font-size: 1.1em;
    padding: 1.4em 0 7px;
}

.cta_btn::before {
    background-color: #fff;
    border: 1px solid var(--brighter-orange);
    color: var(--brighter-orange);
    font-size: 0.75em;
    letter-spacing: 0em;
    width: 12em;
    content: "簡単1分で申し込み";
    text-align: center;
    width: 12em;
    display: block;
    color: #FC5F00;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1.1em;
    align-items: center;
    top: -.7em;
    border-radius: 100px;
    padding: 4px 0 6px;
    font-size: .8em;
}


.btn_sp {
    display: block;
    position: fixed;
    left: 0;
    bottom: -70px;
    transition: all 1s ease;
    z-index: 99;
}

.btn_sp.open {
    bottom: 10px;
}

.btn_sp a {
    display: block;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
}


/* .commentary */
.commentary-title {
    margin-top: 20px;
    max-width: 500px;
}

/* ここまで .commentary */


/* refund */
.bn_refund {
    max-width: 600px;
    margin: 3em auto 1em;
    font-size: 13px;
    line-height: 1.5;
}

.bn_refund-text {
    font-size: 1em;
    color: #fff;
    padding-left: 1em;
    text-indent: -1em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* ここまでrefund */


/* change flow */
#pageHome #change-flow .item>img {
    margin: 10px 0;
}

/* ここまで　change flow */


/* counseling */
.counseling .flow .img {
    max-width: 450px;
}

.counseling .flow {
    max-width: 600px;
    margin: 0 auto;
}

.counseling-title {
    max-width: 500px;
    margin: 1em auto 0;
}

.hlss {
    max-width: 600px;
    margin: 1em auto 0;
    font-size: 16px;
}

/* ここまで counseling */


@media handheld,
print,
screen and (min-width: 621px) {
    #pageHome #change-flow .item>img {
        width: 48%;
    }
}

@media handheld,
print,
screen and (min-width: 768px) {

    /* fv */
    #headline_home_b>h1 {
        max-width: 900px;
        margin: 0 auto;
        position: relative;
    }

    #headline_home_b>h1::before {
        content: "";
        width: 100%;
        height: 100%;
        max-width: 900px;
        left: 50%;
        transform: translateX(-50%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../images/fv_pc01.png);
        z-index: 100;
        display: block;
        position: absolute;
    }

    #headline_home_b>h1::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        background: rgba(27, 84, 152, 1);
        background: linear-gradient(90deg, rgba(27, 84, 152, 1) 50%, rgba(247, 247, 247, 1) 50%);
        height: 100%;
        transform: translateX(-50%);
    }

    .skill #headline_home_b::after {
        content: none;
    }

    /* fv */
}