#sec1 {
    position: relative;
    padding: 1vw 0 15vw;
}
#sec1 .title {
    font-size: 10vw;
    line-height: 1.4;
    margin-bottom: 12vw;
    font-weight: bold;
}
#sec1 .title small {
    font-size: 4vw;
    position: relative;
    display: block;
}
#sec1 .title small::before {
    content: "";
    background: url("../img/shared/ttl_icon.svg") no-repeat center/100% auto;
    width: 17px;
    height: 14px;
    display: inline-block;
    margin: 0 10px;
}
#sec1 .img {
    width: 57%;
    margin: 0 auto 6vw;
}
@media only screen and (min-width: 768px) {
    .wrap {
        padding: 0 20px;
        max-width: 1330px;
    }
    #sec1 {
        padding: 0px 0 143px;
    }
    #sec1 .title {
        font-size: 70px;
        line-height: 59px;
        margin-bottom: 40px;
    }
    #sec1 .title small {
        font-size: 20px;
        display: block;
    }
    #sec1 .title span {
        letter-spacing: 0px;
    }
    #sec1 .img {
        width: 263px;
        position: absolute;
        right: 81px;
        top: 92px;
    }
    #sec1 .txt {
        width: 860px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
    #sec1 .txt {
        max-width: calc(100% - 341px);
    }
}


#sec2 {
    position: relative;
    padding: 10vw 0 0vw;
    background: url("../img/consult/sec2_bg_top.png") no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: var(--bg-light);
    background-position: center top;
}
#sec2 .tel {
    text-align: center;
    font-weight: bold;
}
#sec2 .tel dt {
    font-size: 4vw;
}
#sec2 .tel dd {
    font-size: 8vw;
}
#sec2 .tel dd::before {
    content: "";
    background: url("../img/consult/icon_tel.png") no-repeat center/100% auto;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: 0 5px;
}
#sec2 .time {
    text-align: center;
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    #sec2 {
        padding: 93px 0 11px;
    }
    #sec2 .title-shared {
        margin-bottom: 10px;
    }
    #sec2 .tel {
        margin-bottom: -6px;
    }
    #sec2 .tel dt {
        font-size: 20px;
        margin-bottom: 0px;
    }
    #sec2 .tel dd {
        font-size: 36px;
    }
    #sec2 .time {
        font-size: 12px;
        line-height: 23px;
    }
}

#sec3 {
    position: relative;
    padding: 27vw 0 10vw;
    background: url("../img/consult/sec2_bg_bot.png") no-repeat center top;
}
#sec3 .title-sub {
    font-size: 5vw;
    text-align: center;
    margin-bottom: 6vw;
    font-weight: bold;
}
#sec3 .txt {
    text-align: center;
    margin-bottom: 6vw;
}
#sec3 .flow {
    position: relative;
}
#sec3 .flow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    bottom: 0;
    background: var(--color1);
    z-index: -1;
}
#sec3 .flow .step {
    background: var(--bg-light);
    padding: 8vw 5%;
    border-radius: var(--border-radius-sm);
    margin-bottom: 8vw;
}
#sec3 .flow .step:before{
	display: none;
}
#sec3 .flow .step .title2 {
    text-align: center;
    font-weight: bold;
    font-size: 5vw;
    margin-bottom: 6vw;
}
#sec3 .flow .step .title2 span {
    font-size: 25vw;
    color: var(--color1);
    line-height: 1;
    font-weight: normal;
}
#sec3 .flow .step .txt2 {
    margin-bottom: 3vw;
}
#sec3 .flow .step .note {
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    #sec3 {
        padding: 211px 0 0;
    }
    #sec3 .title-shared {
        margin-bottom: 23px;
    }
    #sec3 .title-sub {
        font-size: 28px;
        margin-bottom: 54px;
        letter-spacing: 1px;
    }
    #sec3 .txt {
        margin-bottom: 50px;
    }
    #sec3 .flow {
        display: flex;
        justify-content: space-between;
    }
    #sec3 .flow::after {
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
        top: 155px;
    }
    #sec3 .flow .step {
        width: 398px;
        padding: 20px;
        box-sizing: border-box;
        margin-bottom: 0;
        max-width: 32%;
    }
    #sec3 .flow .step .title2 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    #sec3 .flow .step .title2 span {
        font-size: 80px;
        margin-bottom: -20px;
        display: block;
    }
    #sec3 .flow .step .txt2 {
        margin-bottom: 10px;
    }
}

#sec4 {
    position: relative;
    padding: 6vw 0 15vw;
}
#sec4 .txt {
    margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
    #sec4 {
        padding: 100px 0 196px;
    }
    #sec4 .title-shared {
        font-size: 28px;
        margin-bottom: 60px;
    }
    #sec4 .txt {
        text-align: center;
        margin-bottom: 29px;
    }
}
