*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-style: normal;
}

.wrapper{
    overflow-x: hidden;
}
@media screen and (min-width:769px) and (max-width:1200px) {
    .wrapper{
        transform: scale(1.3);
        transform-origin: top center;
    }
}

img{
    display: block;
    width: 100%;
    object-fit: contain;
}
.hide{
    display: none !important;
    opacity: 0;
}
.sp_hide{
    display: none;
}
@media screen and (min-width:769px) {
    .sp_hide{
        display: block;
    }
}

/* FV */
.fv{
    position: relative;
}
.fv .cta{
    display: block;
    width: 43%;
    max-width: 450px;
    margin: auto;
}
@media screen and (min-width:1200px){
    .fv .cta{
        max-width: 800px;
    }
}
@media screen and (max-width:760px){
    .cta{
        width:90%!important;
    }
}
/* FV */

/* CTA */
#fv_area {
    position: relative;
}
.cta_area{
    position: relative;
    padding: 2.2% 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cta_area .cta{
    display: block;
    width: 43%;
    max-width: 450px;
    margin: auto;
}

#fv_area .cta_area {
    width: 100%;
    position: absolute;
    bottom: -0.5%;
}
@media screen and (min-width:1200px){
    .cta_area .cta{
        max-width: 800px;
        bottom: 6%;
    }
}

@media screen and (max-width:760px){
  #fv_area .cta_area {
      width: 100%;
      position: absolute;
      bottom: 2.5%;
      gap: 10px;
  }
  .cta_area {
      padding: 6% 0;
      gap: 20px;
  }



}

/* CTA */

/* REASON */
.reason_area{
    position: relative;
}
.reason_area .cta{
    display: block;
    width: 43%;
    max-width: 450px;
    margin: auto;
}
@media screen and (min-width:1200px){
    .reason_area .cta{
        max-width: 800px;
        bottom: 5%;
    }
}
/* REASON */

/* CASE */
.case_area{
    background-image: url('../img/sp/05_case_bg.jpg');
    background-size: cover;
    padding: 40px 0 60px;
}
.case_area .ttl{
    width: 90%;
    max-width: 725px;
    margin-inline: auto;
}
.case_slider_wrapper{
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
}
.case_slider .slick-dots{
    bottom: -40px;
}
.case_slider .slick-dots li{
    margin: 0;
}
.case_slider .slick-dots li button:before,
.case_slider .slick-dots li.slick-active button:before{
    color: #371c00;
    font-size: 12px;
}
.case_slider .slick-dots li.slick-active button:before{
    opacity: 1;
}
.case_slider .slick-prev,
.case_slider .slick-next{
    z-index: 1;
    width: 25px;
    height: 25px;
}
.case_slider .slick-prev{
    left: -15px;
}
.case_slider .slick-next{
    right: -15px;
}
.case_slider .slick-prev:before,
.case_slider .slick-next:before{
    color: #371c00;
    opacity: 1;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 26px;
}
.case_slider .slick-prev:before{
    content: '◀';
}
.case_slider .slick-next:before{
    content: '▶';
}
@media screen and (min-width:769px) and (max-width:1200px) {
    .case_slider_wrapper{
        max-width: 55%;
    }
}
@media screen and (min-width:769px) {
    .case_area{
        padding: 100px 0 140px;
        background-image: url('../img/pc/05_case_bg.jpg');
    }
    .case_slider_wrapper{
        margin-top: 50px;
    }
}
/* CASE */

/* VOICE */
.voice_area{
    background-color: #d9e0e6;
    padding: 50px 0 60px;
}
.voice_area .ttl{
    width: 50%;
    max-width: 320px;
    margin-inline: auto;
}
.voice_slider_wrapper{
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
}
.voice_slider .slick-arrow{
    position: absolute;
    width: 30px;
    z-index: 2;
    bottom: -13%;
}
.voice_slider .slick-arrow.prev{
    right: 40px;
}
.voice_slider .slick-arrow.next{
    right: 0;
}
.voice_slider .slick-dots{
    text-align: left;
    bottom: -11%;
}
.voice_slider .slick-dots li{
    margin: 0 5px 0 0;
    width: 60px;
    height: 4px;
    background-color: #371c00;
    opacity: .25;
}
.voice_slider .slick-dots li.slick-active{
    opacity: 1;
}
.voice_slider .slick-dots li button{
    padding: 0;
    width: 100%;
    height: auto;
}
.voice_slider .slick-dots li button:before{
    content: '';
    display: none;
}
@media screen and (min-width:769px) and (max-width:1200px) {
    .voice_slider_wrapper{
        max-width: 55%;
    }
    .voice_slider .slick-dots{
        bottom: -17%;
    }
    .voice_slider .slick-arrow{
        bottom: -22%;
    }
}
@media screen and (min-width:769px) {
    .voice_area{
        padding: 100px 0;
    }
    .voice_slider_wrapper{
        margin-top: 50px;
    }
    .voice_slider .slick-arrow{
        width: 40px;
    }
    .voice_slider .slick-arrow.prev{
        right: 50px;
    }
}
/* VOICE */

/* FAQ */
.faq_area{
    padding: 50px 0 40px;
}
.faq_area .ttl{
    width: 70%;
    max-width: 400px;
    margin: 0 auto 20px;
}
.faq_area .acc{
    width: 90%;
    max-width: 1000px;
    margin-inline: auto;
}
.faq_area dl{
    margin-bottom: 20px;
    line-height: 1.3;
}
.faq_area dl dt{
    display: flex;
    padding: 0 10px 8px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px dashed #371c00;
    cursor: pointer;
}
.faq_area dl dt img{
    width: 34px;
    margin-right: 10px;
}
.faq_area dl dd{
    padding: 10px;
    line-height: 1.5;
    text-align: justify;
    display: none;
}
.faq_area .cta{
    display: block;
    width: 43%;
    max-width: 450px;
    margin: 30px auto 0;
}
@media screen and (min-width:1200px){
    .faq_area .cta{
        max-width: 800px;
        margin: 50px auto 0;
    }
}
@media screen and (min-width:769px) and (max-width:1200px) {
    .faq_area .acc{
        max-width: 55%;
    }
    .faq_area dl dt{
        font-size: 14px;
    }
    .faq_area dl dt img{
        position: relative;
        top: -5px;
    }
}
@media screen and (min-width:769px) {
    .faq_area{
        padding: 100px 0;
    }
    .faq_area .ttl{
        margin-bottom: 50px;
    }
}
/* FAQ */

/*CONTACT*/
.contact_area{
    padding: 50px 0 40px;
}
.contact_area .ttl{
    width: 70%;
    max-width: 400px;
    margin: 0 auto 20px;
}

#request.contact_area .ttl{
    width: 70%;
    max-width: 500px;
    margin: 0 auto 20px;
}
.contact_area .form_wrapper{
    width: 90%;
    max-width: 800px;
    margin-inline: auto;
}
.contact_area form table{
    border-collapse: collapse;
    width: 100%;
}
.contact_area form table tr{
    display: flex;
    flex-direction: column;
}
.contact_area form table tr th{
    text-align: left;
    border-left: 5px solid #371c00;
    padding-left: 10px;
    line-height: 1.5;
}
.contact_area form table tr th .must{
    background-color: #371c00;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 10px;
}
.contact_area form table tr td{
    padding: 10px 0 30px 10px;
}
.contact_area form table tr td input[type="text"],
.contact_area form table tr td input[type="email"],
.contact_area form table tr td input[type="tel"],
.contact_area form table tr td textarea{
    border: 1px solid #666;
    border-radius: 5px;
    padding: 2px 10px;
    display: block;
    width: 100%;
}
td.date {
    position: relative;
}
.contact_area form table tr .date::before{
    content: "";
    position: absolute;
    top: 37%;
    right: 5px;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url(../img/pc/icon_cal_green.svg) no-repeat;
    background-size: 20px auto;
}

.contact_area form table tr td .time {
    border: 1px solid #666;
    border-radius: 5px;
    padding: 8px 10px;
    display: block;
    width: 100%;
}

.contact_area form table tr td input[type="checkbox"]{
    border: 1px solid #666;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.contact_area .form_wrapper .privacy_box{
    overflow-y: scroll;
    height: 250px;
    padding: 15px;
    border: 1px solid #aaa;
}
.contact_area .form_wrapper .privacy_box h3{
    font-size: 16px;
}
.contact_area .form_wrapper .privacy_box h4,
.contact_area .form_wrapper .privacy_box .txt{
    font-size: 14px;
}
.contact_area .form_wrapper .privacy_box h4{
    margin-top: 15px;
}
.contact_area .form_wrapper .privacy_box .txt{
    text-align: justify;
    line-height: 1.3;
    margin-bottom: 10px;
}
.contact_area .form_wrapper .privacy_check{
    display: block;
    text-align: center;
    margin: 20px auto;
}
.contact_area .form_wrapper .submitbtn{
    text-align: center;
}
.contact_area .form_wrapper .submitbtn input{
    background-color: #371c00;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 20px;
}
.contact_area.finish p{
    display: block;
    text-align: center;
    font-size: 14px;
}
@media screen and (min-width:769px) and (max-width:1200px) {
    .contact_area .form_wrapper{
        width: 70%;
    }
}
/*CONTACT*/

/* FOOTER */
footer{
    background-color: #371c00;
    padding: 20px 5%;
}
footer .map_wrapper{
    height: 230px;
    margin-bottom: 15px;
}
footer .map_wrapper iframe{
    display: block;
    width: 100%;
    height: 100%;
}
footer .author{
    display: block;
    text-align: center;
}
footer .author a{
    color: #fff;
}
@media screen and (min-width:769px) {
    footer{
        padding: 40px 0;
    }
    footer .map_wrapper{
        width: 45%;
        height: 300px;
        margin-inline: auto;
    }
}
/* FOOTER */
.float-cta{
    display: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
    left: 0;
}
.floating-banner {
    display: block;
    width: 43%;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 0;
}

.present {
    width: 46%;
    max-width: 725px;
    margin: auto;
}

@media screen and (max-width: 760px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 90%; /* スマホの画面幅いっぱいにバナーを表示 */
  }
  .present {
    width: 90%;
  }
}