html{
    
    scroll-behavior: smooth;
}
body{
    margin: 0px;
}

@media (min-width:960px) {
    .pc-only {
        display: inline;
    }

    .tb-only {
        display: none !important;
    }

    .sp-only {
        display: none !important;
    }
}

@media (max-width:959px) and (min-width:590px) {
    .pc-only {
        display: none !important;
    }

    .tb-only {
        display: inline;
    }

    .sp-only {
        display: none !important;
    }
}

@media (max-width:589px) {
    .pc-only {
        display: none !important
    }

    .tb-only {
        display: none !important;
    }

    .sp-only {
        display: inline;
    }
}

.FV{
    position: relative;
    height: 100vh;
    background: url("../img/FV_back.webp");
    background-size: cover;
    z-index:1;
}

.FV__area{
    position: absolute;
    left: 13%;
    top: 25%;
}

.FV__area__textBox{
    font-size: 22px;
    font-weight: bold;
    font-family: A-OTF 新丸ゴ Pro;
}

.FV__area__textBox h1{
    width: fit-content;
    letter-spacing: 3px;
    background: #fff;
    padding: 0 15px;
    margin: 15px 0;
}

.FV__area__white{
    margin: 30px 0;
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    font-size: 18px;
    font-family: 游明朝;
    letter-spacing: 4px;
}

.FV__area__white p{
    margin: 5px 0;
}

.FV__area__img img{
    width: 150px;
    margin-bottom: 30px;
}

.FV__area__img p{
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    font-family: 游明朝;
    font-size: 10px;
    letter-spacing: 3px;
    margin: 0;
}

.FV__contact{
    position: absolute;
    right: 2%;
    bottom: 2%;
    z-index: 10;
}

.FV__contact__upper{
    height: 90px;
}

.FV__contact__upper img{
    width: 250px;
}

.FV__contact__under{
    width: 250px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.FV__contact__under a{
    color: #FF5D00;
    text-decoration: none;
}

.FV__contact__under__area{
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.FV__contact__under p{
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    margin: 0;
}


@media (max-width:589px){
    .FV{
        background: url("../img/FV_back-sp.webp");
        background-size: cover;
        z-index:1;
    }

    .FV__area{
        position: absolute;
        left: 4%;
        top: 15%;
    }

    .FV__area__textBox{
        font-size: 15px;
        font-family: A-OTF 新丸ゴ Pro;
    }

    .FV__area__white{
        font-size: 15px;
    }

    .FV__area__img img{
        width: 100px;
    }
}

@media (max-width:399px){
    .FV__area{
        position: absolute;
        left: 4%;
        top: 15%;
    }

    .FV__area__textBox{
        font-size: 12px;
        font-family: A-OTF 新丸ゴ Pro;
    }

    .FV__area__white{
        font-size: 13px;
    }

    .FV__area__img img{
        width: 100px;
    }
}

.experience{
    background: #fff;
    position: relative;
    margin: 80px 0;
}

.experience__brownBg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 85%;
    background: #F8F0DF;
    z-index: 0;
}

.experience__content{
    position: relative;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 10;
}

.experience__content__img{
    width: 40%;
}

.experience__content__img img{
    width: 100%;
}

.experience__content__textarea{
    width: 40%;
    margin-left: 100px;
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

.experience__content__textarea h1{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #FF5D00;
}

.experience__content__text{
    margin: 40px 0;
    letter-spacing: 2px;
}


@media (max-width:959px) and (min-width:590px){
    .experience__brownBg{
        top: 0%;
        height: 80%;
    }

    .experience__content{
        width: 95%;
    }

    .experience__content__img{
        width: 100%;
        margin: auto;
    }

    .experience__content__img img{
        width: 100%;
    }
    .experience__content__textarea{
        width: 100%;
        margin-left: 30px;
    }
    .experience__content__textarea h1{
        font-size: 18px;
    }

    .experience__content__text{
        font-size: 12px;
        letter-spacing: 2px;
        margin: 20px 0;
    }
}

@media (max-width:589px){
    .experience__brownBg{
        top: 20%;
        height: 90%;
    }
    .experience__content{
        position: relative;
        width: 95%;
        display: block;
        z-index: 1;
    }
    
    .experience__content__img{
        width: 95%;
        margin: auto;
    }

    .experience__content__img img{
        width: 100%;
    }

    .experience__content__textarea{
        width: 95%;
        margin: auto;
        font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    }

    .experience__content__textarea h1{
        font-size: 20px;
        letter-spacing: 3px;
    }

    .experience__content__text p{
        font-size: 13px;
        letter-spacing: 2px;
    }
}

@media (max-width:399px){
    .experience__content__textarea h1{
        font-size: 18px;
    }

    .experience__content__text{
        margin: 20px 0;
    }

    .experience__content__text p{
        font-size: 10px;
        letter-spacing: 2px;
    }
}

.feature{
    background: #F8F0DF;
    padding: 80px 0;
}

.feature__area{
    width: 80%;
    margin: auto;
}

.feature__top{
    text-align: center;
}

.feature__top__textBox h1{
    margin: 0;
    color: #FF5D00;
    font-family: 'Kiwi Maru', serif;
    font-weight: bold;
}

.feature__content{
    width: 80%;
    margin: auto;
}

.feature__content-left,
.feature__content-right{
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature__content__img{
    width: 48%;
}

.feature__content__img img{
    width: 100%;
}

.feature__content__textarea{
    width: 48%;
}

.feature__content__textTop h1{
    margin: 0;
    font-size: 25px;
    color: #FF5D00;
    font-family: 'Kiwi Maru', serif;
    font-weight: bold;
}

.feature__content__textTop h2{
    margin: 0;
    font-size: 40px;
    color: #FF5D00;
    font-family: DIN Alternate;
}

.feature__content__text{
    font-size: 15px;
    font-family:  'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    letter-spacing: 1px;
    line-height: 30px;
}


@media (max-width:959px) and (min-width:590px){
    .feature__area{
        width: 95%;
        margin: auto;
    }

    .feature__content{
        width: 100%;
    }

    .feature__content__textTop h1{
        font-size: 20px;
        font-family: 'Kiwi Maru', serif;
        font-weight: bold;
    }

    .feature__content__textTop h2{
        font-size: 30px;
    }

    .feature__content__text{
        font-size: 13px;
        font-family:  'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
        letter-spacing: 1px;
        line-height: 25px;
    }
}

@media (max-width:589px){
    .feature__area{
        width: 95%;
        margin: auto;
    }

    .feature__top__homeImg img{
        width: 70px;
    }

    .feature__content{
        width: 95%;
        margin: auto;
    }

    .feature__content-left,
    .feature__content-right{
        display: block;
        margin: 50px 0;
    }

    .feature__content__img{
        width: 100%;
    }

    .feature__content__textarea{
        width: 100%;
        margin: 10px 0 0;
    }

    .feature__content__textTop h1{
        font-size: 23px;
        font-family: 'Kiwi Maru', serif;
        font-weight: bold;
    }

    .feature__content__textTop h2{
        font-size: 35px;
    }

    .feature__content__text{
        font-size: 12px;
        font-family:  'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
        letter-spacing: 1px;
        line-height: 25px;
    }
}

@media (max-width:399px){
    .feature__content__textTop h1{
        font-size: 18px;
        font-family: 'Kiwi Maru', serif;
        font-weight: bold;
    }
    .feature__top__textBox h1{
        font-size: 20px;
    }

    .feature__content__textTop h2{
        font-size: 30px;
    }

    .feature__content__text{
        font-size: 12px;
        font-family:  'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
        letter-spacing: 1px;
        line-height: 25px;
    }
}

.consult{
    background-color: #F7F7F7;
    border: solid 15px #FF5D00;
}

.consult__area{
    width: 80%;
    margin: auto;
}

.consult__top{
    text-align: center;
    margin: 50px 0 20px 0;
}

.consult__top__textBox h1{
    margin: 0;
    color: #FF5D00;
    font-family: 'Kiwi Maru', serif;
    font-weight: bold;
}

.consult__top__textBox p{
    font-size: 15px;
    font-family:  'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

.consult__img{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 50px 0;
}


@media (min-width:960px) {
    .consult__img img{
        width: 280px;
    }
}

@media (max-width:959px) and (min-width:590px){
    .consult__img img{
        width: 170px;
    }
}

@media (max-width:589px){
    .consult__top{
        margin: 50px 0 0 0;
    }

    .consult__top__commentImg img{
        width: 70px;
    }

    .consult__img{
        flex-direction: column;
        align-items: center;
        margin: 30px 0;
    }

    .consult__img img{
        width: 200px;
        margin: 20px 0;
    }
}

@media (max-width:399px){
    .consult__top__textBox h1{
        font-size: 20px;
    }

    .consult__top__textBox p{
        font-size: 15px;
    }
}

.continue{
    position: relative;
    margin: 80px 0;
}

.continue__brownBg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
    height: 100%;
    background: #F8F0DF;
    z-index: -1;
}

.continue__top{
    width: 80%;
    padding-top: 80px;
    margin:auto;
    text-align: center;
}

.continue__top__textBox h1{
    margin: 0;
    color: #FF5D00;
    font-family: 'Kiwi Maru', serif;
    font-weight: bold;
}

.container{
    margin: 30px 0;
}

.swiper{
    z-index: 0 !important;
}

.swiper-slide{
    display: flex;
    justify-content: space-around;
    margin: 0;
}

.swiper-slide img{
    width: 15%;
}

.continue__content{
    width: 80%;
    margin: 30px auto;
    padding-bottom: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.continue__content img{
    width: 150px;
}

.continue__content h1{
    margin: 0 30px;
    color: #714B26;
    font-size: 18px;
    font-family: 小塚明朝 Pr6N;
    letter-spacing: 2px;
}

@media (max-width:959px) and (min-width:590px){
    .continue__brownBg{
        width: 85%;
    }

    .swiper-slide img{
        margin: 0 10px;
    }
}

@media (max-width:589px){
    .continue{
        background: #F8F0DF;
        margin: 0;
    }

    .continue__top__clockImg img{
        width: 70px;
    }

    .continue__content{
        width: 95%;
        margin: 0 auto;
        flex-direction: column;
    }

    .continue__content h1{
        font-size: 15px;
    }

    .continue__content__img{
        display: flex;
    }

    .continue__content__img img{
        margin: 20px 10px;
    }

    .swiper-slide img{
        width: 230px;
    }
}

@media (max-width:399px){
    .continue__top__textBox h1{
        font-size: 20px;
    }
    .continue__content h1{
        margin: 0px;
        color: #714B26;
        font-size: 13px;
        font-family: 小塚明朝 Pr6N;
        letter-spacing: 2px;
    }
    
    .continue__content__img img{
        width: 120px;
    }

    .swiper-slide img{
        width: 220px;
    }
}

@media (max-width:349px){
    .swiper{
        width: 100%;
    }
    
    .swiper-slide img{
        width: 80px;
    }
}

#toContact {
    position: fixed;
    z-index: 100;
    bottom: 100px;
    right: 10px;
    opacity: 0;
    transform: translateY(100px);
}


#toContact.UpMove{
    animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
    from {
        opacity: 0;
    transform: translateY(100px);
    }
    to {
        opacity: 1;
    transform: translateY(0);
    }
}

#toContact.DownMove{
    animation: DownAnime 0.5s forwards;
    }
    @keyframes DownAnime{
    from {
        opacity: 1;
    transform: translateY(0);
    }
    to {
        opacity: 1;
    transform: translateY(100px);
    }
}