@charset "utf-8";
/* CSS Document */

#best_rate_guaranteed #main, .check:checked~#contents #main{
    padding: 0!important;
}
a {
    text-decoration: none;
}
.mainimg img, .pd-lr-sp img{
    width: 100%;
}
.sp-only{
    display: none;
}
.bg-wh-l p, .bg-wh-l a, .pd-lr-sp{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px !important;
}
.sec1, .sec2, .sec3, .sec3, .sec5, .sec6{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
}
.sec1 h1, .sec1 h2, .sec1 h3, .sec1 h4, .sec1 h5, .sec1 h6{
    font-weight: 600;
}

#best_rate_guaranteed #main{
    padding: 0;
}

.pd-lr-sp{
    padding: 0;
}

h2{
    font-size: 48px;
    color: #736357;
    line-height: 0.8;
    margin-bottom: 40px;
    text-align: center;
}
h2 .jp{
    font-size: 18px;
}

.btn-list{
    margin-bottom: 100px;
}
.btn-list .mail-oubo, .btn-list .mail-btn, .btn-list .mail-btn a{
    color: #604C3F;
}
.btn-list .mail-btn, .btn-list .line-btn{
    position: relative;
    width: 100%;
    max-width: 406px;
    margin: 10px auto 0;
}
.btn-list .mail-btn a img, .btn-list .line-btn a img{
    width: 74px;
    position: absolute;
    top: 50%;
    right: -12%;
}
.btn-list .line-oubo, .btn-list .line-btn, .btn-list .line-btn a{
    color: #6392C1;
}
.btn-list .mail-btn a, .btn-list .line-btn a{
    border: solid 1px;
    display: block;
    font-size: 18px;
    padding: 10px;
}
.btn-list .mail-btn a:hover, .btn-list .line-btn a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.mainimg{
    position: relative;
    margin-bottom: 20px;
}
.mainimg .logo-ttl{
    width: calc(100%* 450 / 1000);
    max-width: 450px;
    position: absolute;
    left: 2%;
    top: 1%;
}
/*
.mainimg .main-title1{
    width: calc(100%* 140 / 1000);
    max-width: 140px;
    position: absolute;
    left: 10%;
    top: 5%;  
}
.mainimg .main-title2{
    width: 60%;
    position: absolute;
    top: 75%;
    right: 0;
    left: 0;
    margin: auto;
}
*/

.mg{
    margin: 0 calc(100vw* 120 / 1000);
}
.w-60{
    width: 60%;
    margin: 0 auto;
}

.sec1{
    position: relative;
}
.sec1 .sec1-txt, .sec2 p, .sec3 p, .sec4 p{
    text-align: center;
    line-height: 2.3;
}

.sec1 .sec1-bg{
    margin: calc(100vw* 50 / 1000) auto;
    text-align: center;
}



.sec2{
    text-align: center;
    background: url(../../img/best_rate_guaranteed/guaranteed_bg.png) no-repeat;
    background-position: bottom;
    background-size: contain;
    padding: 0 20px 70px;
}
.sec2 .brg-img{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    margin: 30px 0 60px;
}
.sec2 .brg-img div{
    width: 30%;
}
.sec2 .bg-wh-round{
    text-align: justify;
    border-radius: 10px;
    padding: 26px 30px;
    margin: 0 auto;
    width: calc(100vw * 740 / 1000);
}
.sec2 .bg-wh-round h3{
    font-size: 20px;
    color: #4b7a01;
}
.sec2 .bg-wh-round p{
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

.sec3{
    margin: 70px 0 100px;
}
.sec3 .point-slide, .sec4 .point-slide{
    position: relative;
}
.sec3 .point-width, .sec4 .point-width{
    max-width: 486px;
}

/* 中央のスライドだけ大きくする */
.sec3 .slick-slide .point-width img, .sec4 .slick-slide .point-width img{
  transform: scale(.66667);
    transition: transform .5s;
}
.sec3 .slick-slide.slick-center .point-width img, .sec4 .slick-slide.slick-center .point-width img{
  transform: scale(1);
}

@media (max-width: 768px){
  .sec3 .slick-slide .point-width img, .sec4 .slick-slide .point-width img{
    transform: scale(1);
  }
}
/* /中央のスライドだけ大きくする */

.sec3 .point-txt, .sec4 .point-txt{
    text-align: center;
    margin: 0 auto;
    position: relative;
    font-family: "Hannari", serif;
    font-size: 28px;
    font-weight: 400;
    color: #736357;
}
.sec3 .point-txt span, .sec4 .point-txt span{
    font-size: 24px;
    color: #7F9E5A;
}


.slider-point .slick-slide{
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.slider-point .slick-slide.slick-center {
    opacity: 1;
}

.sec3 .slick-dots, .sec4 .slick-dots{
    display: none !important;
}
.sec3 .sub-tit-img{
    width: 50%;
    margin: 20px auto 0;
}
.sec4 .point-txt.sentence,.sec6 .slider-img .step-txt-02{
    font-size: 16px;
    line-height: 21px;
    margin-top: 10px;
}

/* slick-prev のカスタム画像設定 */
.slick-prev, .slick-next {
    font-size: 0;        /* テキスト "Previous"/"Next" を見えなくする */
    background: none;    /* 背景なし */
    border: none;        /* 枠線なし */
    outline: none;       /* フォーカス時の枠なし */
    width: 85px;
    height: 32px;
    cursor: pointer;
    position: absolute;  /* 必要に応じて位置指定 */
    z-index: 10;
}
.slick-prev {
    background: url(../../img/best_rate_guaranteed/arrow_return.svg) no-repeat center center;
    background-size: contain;
    top: 47%;
    left: 33%;
}
.slick-next {
    background: url(../../img/best_rate_guaranteed/arrow_next.svg) no-repeat center center;
    background-size: contain;
    top: 47%;
    right: 33%;
}

@media (max-width: 768px){
  .slick-prev {
      left: 5%;
  }
  .slick-next {
      right: 5%;
  }
}

.sec5{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("../../img/best_rate_guaranteed/fair_bg.png") no-repeat bottom;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    aspect-ratio: 100 / 37;
}
.sec5 h2{
    max-width: 488px;
    width: calc(100vw* 348 / 1000);
    left: 30%;
    margin-bottom: 30px;
    height: fit-content;
    margin-right: 20%;
    text-align: justify;
}
.sec5 ul{
    width: fit-content;
    height: fit-content;
    margin-right: 20%;
} 
.sec5 ul li{
    margin-bottom: 8px;
}
.sec5 ul li::before{
    content: '';
    margin-right: 25px;
    background: url(../../img/best_rate_guaranteed/check_box.svg) no-repeat;
    background-size: contain;
    height: 26px;
    width: 26px;
    display: inline-block;
    position: relative;
    bottom: -5px;
}

.sec6{
    margin: 80px 0 120px;
}
.sec6 .process-slide{
    max-height: calc(100vw* 400 / 1000);
    padding-top: 10px;
}
.sec6 .slick-track{
    width: 5000px !important;
}
.sec6 .slider-img .mg30{
    /*width: calc(100vw* 250 / 1000) !important;
    max-width: 250px;*/
    position: relative;
    margin: 0 auto;
}
.sec6 .slider-img .img{
    /*width: calc(100vw* 250 / 1000);
    max-width: 250px;*/
}
.sec6 .slider-img .step-txt-01{
    font-size: 30px;
    color: #736357;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
}
.sec6 .slider-img .step-txt-01 span{
    font-size: 20px;
    color: #4b7a01;
}
.sec6 .slider-img .step-txt-02{
    font-family: "Hannari", serif;
    letter-spacing: 0;
    font-size: 16px;
    color: #736357;
}
.sec6 .slider-img .step-txt-02 span{
    font-size: 24px;
    color: #7F9E5A;
}
.sec6 .slick-prev, .sec6 .slick-next{
    display: none;
}
.sec6 .slick-dots .slick-active button{
    background: #736357;
}
.sec6 .slick-dots button{
    background: #c7b299;
    border-radius: 10px;
    color: transparent;
    outline: none;
    width: 16px;
    height: 16px;
    display: block;
    border: none;
}
.sec6 .slider .slick-slide{
}

.slider .slick-slide{
    margin-right: 2vw!important;
    margin-left: 2vw!important;
}






.sec7{
    margin: 0 calc(100vw* 120 / 1000);
}
.sec7 h2{
    max-width: 180px;
    margin: 0 auto;
}
.sec7 .access-txt{
    font-family: "Hannari", serif;
}
.sec7 #map{
    height: calc(100vw * 280 / 1000);
    max-width: calc(100vw * 500 / 1000);
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.sec7 #map iframe{
    aspect-ratio: 16 / 9;
    max-width: calc(100vw* 500 / 1000);
    width: 100%;
    height: auto;
}



/*ドットナビゲーションの設定*/
.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}
.sec6 .slick-dots {
	margin: 30px 0 0 0;
}
.slick-dots li {
    display:inline-block;
	margin:0 5px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;/*ドットボタンのサイズ*/
    height: 8px;/*ドットボタンのサイズ*/
    display:block;
    border: none;
    background: #AFC192;/*ドットボタンの色*/
}
.slick-dots .slick-active button{
    background:#7F9E5A;/*ドットボタンの現在地表示の色*/
}



@media screen and (min-width: 1200px){
    .sec3 .point-width, .sec4 .point-width{
        max-width: 680px;
        height: fit-content;
    }
    .sec3 .slick-dots{
        top: calc(100vw* 310 / 1200);
    }
    
    .sec6 .slick-track{
        width: max-content!important;
    }
    .sec6 .slider-img .mg30{
        width: auto;
        max-width: none;
    }
    .sec6 .slider-img .img{
        /*max-width: 480px;*/
    }

    .slider .slick-slide{
        margin-right: 1vw !important;
        margin-left: 1vw !important;
    }

}

@media screen and (max-width: 1024px){
    .sec5 ul{
        margin-right: 10%;
    }
}

@media (max-width: 768px){
    section{
        padding: 0;
    }
    
    #btn_Contact a img{
        width: 28px;
    }
    #btn_tel a img{
        width: 17px;
    }
    
    #best_rate_guaranteed #main, .check:checked~#contents #main{
        padding: 0!important;
    }
    .sp-only{
        display: block;
    }
    .pc-only{
        display: none;
    }
    .bg-wh-l p, .bg-wh-l a, .pd-lr-sp{
        font-size: 12px !important;
    }
    .btn-list{
        margin-bottom: 50px;
    }
    .btn-list .mail-btn, .btn-list .line-btn{
        max-width: 280px;
    }
    .btn-list .mail-btn a, .btn-list .line-btn a{
        font-size: 14px;
    }
    
    .mg{
        margin: 0 calc(100vw* 20 / 375);
    }
    .w-60{
        width: auto;
    }
    
    h2{
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1;
    }
    h2 .jp{
        font-size: 15px;
    }

    .mainimg .logo-ttl {
        width: calc(100%* 200 / 400);
    }
    
    .sec1 .sec1-bg{
        margin: calc(100vw* 35 / 375) auto;
    }
    .sec2 .brg-img{
        flex-direction: column;
        margin: 30px 0;
    }
    .sec2 .brg-img div{
        width: 100%;
    }
    .sec2 .bg-wh-round{
        padding: 0;
        width: 100%;
    }
    .sec2 .bg-wh-round h3{
        font-size: 18px;
    }
    .sec2 .bg-wh-round p{
        font-size: 12px;
        line-height: 1.8;
    }
    

    .sec3{
        padding: 70px 0 100px;
        margin: 50px 0;
    }
    .sec3 .point-width, .sec4 .point-width{
        max-width: none;
        height: auto;
    }
    .sec3 .point-txt, .sec4 .point-txt{
        font-size: 16px;
    }
    .sec3 .point-txt span, .sec4 .point-txt span{
        font-size: 20px;
    }
    .sec3 .slick-list.draggable, .sec4 .slick-list.draggable, .sec6 .slick-list.draggable{
        padding: 0 15% !important;
    }
    .slider-point .slick-slide{
        margin-right: 3vw!important;
        margin-left: 3vw!important;
    }
    .sec6 .slider .slick-slide{
        margin-right: 5vw!important;
        margin-left: 5vw!important;
    }
    .sec3 .slick-dots, .sec4 .slick-dots{
        top: 185px;
    }
    .sec3 .sub-tit-img{
        width: 75%;
        margin: 20px auto 0;
    }
    .sec4 p{
        padding: 0 20px;
    }
    
    
    .sec5{
        justify-content: center;
        margin: 0 auto;
        background-size: 100%;
        padding-bottom: 5%;
    }
    .sec5 h2{
        width: calc(100vw* 250 / 375);
        margin-right: 10%;
    }
    .sec5 ul{
        max-width: none;
        margin: 0 8% 0 10px;
        position: relative;
    }
    .sec5 ul li{
        margin-bottom: 5px;
        text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
        letter-spacing: 0px;
    }
    .sec5 ul li::before{
        margin-right: 8px;
        height: 15px;
        width: 15px;
        bottom: -3px;
    }

    .sec6{
        margin-bottom: 50px;
    }
    .sec6 .process-slide{
        max-height: calc(100vw* 400 / 375);
    }
    .sec6 .slider-img .mg30{
        /*width: calc(100vw* 220 / 375) !important;*/
        max-width: none;
    }
    .sec6 .slider-img .img{
        /*width: calc(100vw* 220 / 375);*/
        max-width: 100%;
    }
    .sec6 .slider-img .step-txt-01{
        font-size: 25px;
    }
    .sec6 .slider-img .step-txt-01 span{
        font-size: 18px;
    }
    .sec6 .slider-img .step-txt-02{
        font-size: 12px;
    }
    .sec6 .slider-img .step-txt-02 span{
        font-size: 20px;
    }
    .slider .slick-slide{
        margin-right: 5vw !important;
        margin-left: 5vw !important;
    }
    
    

    .sec7{
        margin: 0 calc(100vw* 20 / 375);
    }
    .sec7 h2{
        width: calc(100%* 160 / 375);
    }

    .sec7 #map{
        min-height: 200px;
        max-width: 100%;
        aspect-ratio: 16 / 9;
    }

    .sec7 #map iframe{
        max-width: 100%;
        aspect-ratio: 16 / 9;
    }

}