@charset "UTF-8";
/* 共通 */

html {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.0;
}

body{
    margin: 0;
}

.hamburger{
    display: none;
}  

.scroll{
    display: none;
}


.wrap{
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
}

.section_ttl{
    font-family: 'Roboto', sans-serif;
    font-size: 2.5em;
    letter-spacing: 0.2em;
    text-align: center;
    position: relative;
}

.section_ttl::before{
    content: '';
    width: 80px;
    height: 1px;
    display: inline-block;
    background-color: white;
    position: absolute;
    top: calc(50% - 2px);
    right: calc(50% + 90px);
}

h2{
    display: inline-block;
    font-weight: normal;
    font-size: 2em;
    margin-left: 85px;
}

p{
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.flex{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.pc-br{
    display: block;
 }   
.sp-br{
    display: none;
}

@media screen and (max-width: 480px){
 .pc-br{
    display: none;
 }   
.sp-br{
    display: block;
}
}

/* header */

header{
    width: 100%;
    background: #383A53;
    padding:35px 0px;
}

header {
    background: rgba(255, 255, 255, 0.7);
}

.header_wrap{
    width:95%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.header_inner{
    width:100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.logo{
    width: 15%;
    max-width: 300px;
    min-width: 100px;
}

.logo img{
    width: 100%;
}

footer .logo .logo_bnr {
    margin-bottom: 20px;
}


.contact-sp{
    display: none;
}

ul{
    padding: 0px;
}


.main_nav{
    display: flex;
}

.main_nav > li{
        list-style: none;
}
.main_nav > li > ul > li{
    list-style: none;
    margin-left:20px;
}

.main_nav > li > ul > li > a{
    color: white;
    text-decoration: none;
}
.hamburger_menu_pc{
    display: flex;
}
.hamburger_only{
    display: none;
    }

/* header scroll */
.headerscroll {
    background-color: transparent;
    box-shadow: none;
    transition: color 0.4s ease-out;
    padding: 0;
    position: fixed;
    z-index: 9;
  }
  .headerscroll .logo {
    display: none;
  }
  .headerscroll .hamburger {
    display: block;
  }

  .headerscroll .hamburger .menu{
    width: 3%;
    min-width: 50px;
    aspect-ratio: 1 / 1;
    background: #383A53;
    position: fixed;
    top:6%;
    right: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.headerscroll .menu img{
    width: 50%;
    display: block;

}
.headerscroll .menu img.menu_open{
    display: block;
}
.headerscroll .menu img.menu_close{
    display: none;
}

  .headerscroll .main_nav {
    display: none;
  }

/* header open */
.open {
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9;
  }
  .open .header_wrap{
    width: 100%;
}
  .open .header_wrap .header_inner{
    width: 50%;
    height: 100vh;
    background: #494b63;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
}

  .open .main_nav {
    display: flex;
  }

.open .main_nav > li{
    margin-left:40px;
}
.open .main_nav > li:first-child{
    margin-left:0;
}

.open .main_nav > li > ul > li > a{
color: white;
font-size: 0.8em;
text-decoration: none;
}
.open .hamburger_menu_pc{
    display: block;
}
.open .hamburger_only{
    display: block;
    }

.open .hamburger .menu{
        background: transparent;
        width: 4%;
        top:6%;
        right: 3%;
} 
.open .hamburger .menu img.menu_open{
    display: none;
}
.open .hamburger .menu img.menu_close{
    display: block;
}       

footer .logo {
    margin-right: 20px;
}
    footer .logo .logo_bnr {
        width: 100%;
        margin-top: 20px;
    }
    footer .logo .logo_bnr img {
        display: block;
        width: 100%;
    }

/* fv */

#fv{
    height: 88vh;
    background-image: url(../images/hyakunen_top.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.fv > h1{
    /*font-size: 3.75em;*/
    font-size: 2.8em;
    letter-spacing: 0.1em;
    text-align: center;
    text-shadow:0 0 5px #666;
    color:white;

}

.fv_bnr {
    position: absolute;
    right: 20px;
    bottom: 60px;
    width: 20%;
}
.fv_bnr img {
    width: 100%;
}

/* issue */

#issue{
    background: #383A53;
    color: white;
    padding-bottom: 200px;
    position: relative;
}

#issue::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    border: 100px solid transparent;
    border-top: 100px solid #383A53;
}


.issue_flex{
    width: 30%;
}

.issue_flex > img{
    width: 100%;
}

.issue_flex > p{
    margin-top: 50px;
    font-size: 1.75em;
    text-align: center;
}

/* rc-nex */

#rc-next{
    margin-top: 100px;
}

.rc-next {
    text-align: center;
}

.rc-next > p{
    text-align: center;
    font-size: 3em;
    font-weight: bold;
}

.rc-next > img{
    margin-top: 50px;
    width: 100%;
}

/* merit */

#merit{
    margin-top: 100px;
    background-color:#383A53 ;
    color: white;
    padding-bottom: 230px;
}


.merit_text{
    width: 40%;
}

.merit_img{
    width: 40%;
}

.merit_img > img{
    width: 100%;
}

.merit_bnr {
    width: auto;
    margin: 100px auto 0;
}
.merit_bnr img {
    display: block;
    width: auto;
    max-width: 100%;
}

h3{
    font-size: 2em;
}

/* lineup */

#lineup{
    background-color: #EDEDED;
}

#lineup > .wrap{
    width: 90%;
    margin-right: 0;
    padding-bottom: 229px;
}

.lineup > .section_ttl::before{
    background-color: #333333;
    right: calc(50% + 120px);
}

.lineup > .flex{
    justify-content:flex-start;
    overflow-x: scroll;
}

.flex > .lineup_flex{
    flex: 0 0 auto;
    width:550px;
    margin-right: 150px;
    background-color: #fff;
}

.lineup_flex > img {
    width: 100%;
}

.lineup_flex h3{
    margin:0px ;
}

.lineup_text{
    margin-top: 0;
    padding:0px 30px 48px 30px;
}

.lineup_text >p {
    font-size: 1.75em;
    font-weight: bold;
    margin: 5px 0;
    line-height: 1.8;
}

.lineup_text > p > span{
    /*font-size: 2.25em;*/
    font-size: 1.5em;
}

.lineup_text > p > .tax{
    /*font-size: 1.125em;*/
    font-size: 0.7em;
}
.lineup_text small{
    font-size: 0.8em;
    display: block;
}

.dl_inline {
    width: 100%;
}
.dl_inline dt {
    float: left;
    clear: left;
    /*margin-right: 10px;*/
}

.lineup_text .layout {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    /* height: 50px; */
    height: 100px;
    border: 1px solid black;
}

.lineup_text .layout a {
    display: block;
    width: 100%;
    /* height: 50px;
    line-height: 50px; */
    height: 100px;
    line-height: 100px;
}





.modal {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 2;
}

.modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
    height: 80%;
    width: 60%;
    background: white;
    padding: 50px;
    text-align: right;
    font-size: 1.4em;
}

.modal-content h4 {
    text-align: left;
    font-weight: bold;
}

.modal-content .floor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    row-gap: 40px;
}

.modal-content .floor .floor_img {
    width: 40%;
    text-align: center;
}

.modal-content .floor .floor_img img{
    width: 100%;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}


/* estimation */

.estimation > .section_ttl::before{
    background-color: #333333;
    right: calc(50% + 150px);
}

.estimation  h3{
    margin-top: 117px;
    font-size:2.5em;
    position: relative;
}

.estimation  h3::after{
    content: '';
    width:100%;
    height: 1px;
    background-color:#333;
    display: block;
    position: absolute;
    bottom: -47.5px;
}

.estimation  .estimation_text{
    margin-top: 78px;
}

.estimation  img{
    margin-top: 60px;
    width: 80%;
}

.estimation .estimation_bnr {
    margin: 0 auto;
    width: auto;
    margin-top: 50px;
}
.estimation .estimation_bnr img {
    margin-top: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    margin:0 auto;
}

.assessment{
    text-align: center;

}


.compare {
    width: 840px;
    margin: 0 auto;

}

.compare table {
    display: table;
    border-collapse: collapse;
    width: 100%;
    text-indent: initial;
    border-spacing: 2px;
    text-align: center;
    border-spacing: 2px;
    border-color: gray;

}

.compare table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;

}

.compare table thead th {
    padding: 35px 8px;
    background-color: #2f2f2f;
    font-size: 24px;
    font-weight: 700;
    width: 90px;
    text-align: center;
}


.compare table th:first-child {
    min-width: auto;
}

.compare table thead th:not(:last-child) {
    border-right: 1px solid #fff;
}

.compare table thead tr {
    padding: 35px 8px;
    background-color: #2f2f2f;
    font-size: .8125rem;
    font-weight: 700;
    color: white;
}



.compare table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.compare table tbody tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.compare table tbody tr:nth-child(odd) {
    background-color: #ededed;

}

.compare table tbody tr:nth-child(odd) {
    background-color: #ededed;
}

.compare table tbody tr:nth-child(2n) {
    background-color: #ddd;
}

.compare table tbody tr th {
    width: 90px;
    vertical-align: middle;
}


.compare table tbody tr th:first-child {
    min-width: auto;


}

.compare table tbody th {
    font-weight: 700;
    text-align: center;
    background-color: transparent;
    border: 1px solid #000;
}

.compare table tbody td {
    padding: 15px 8px;
    font-size: 24px;
    border: 1px solid #000;
    vertical-align: middle;
}

.compare table tbody td:nth-child(3) {
    color: #171c61;
    font-size: 36px;
    font-weight: 700;
}


.reason{
    text-align: center;
}

.accordion{
    margin-top:126px ;
}
.accordion li{
    list-style: none;
}


.question{
    display: flex;
    font-size: 1.75em;
    height: 150px;
    padding-left: 50px;
    line-height: 150px;
    position: relative;
}

.question_body{
    margin-left: 50px;
}

.question span{
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 8%;
width: 30px;
height: 30px;
background: #333;
border-radius: 50px;
  }

.question span:before,.question span:after{
    content: "";
    display: block;
    position: absolute;
    font-size: 36px;
    top: 50%;
    right: 25%;
    width: 15px;
    height: 2px;
background: #fff;
transform: translateY(-50%);
    cursor: pointer;
  }

.question span::after {
    background: #fff;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }  

  .active .question span::after {
    /*height: 1px;
    transform: rotate(0);
    transition: 0.5s;*/
    display: none;
  }
  
.answer{
    text-align: left;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-left: 30px;
    font-size: 0.75em;
    font-weight: 400;
    display: none;
}

.bg_gray{
    background: #F0F0F0;
    height: auto;
}

@media only screen and (max-width: 1024px) {
    .reason {
        width: 100%;
        margin: auto;
      }

      .question{
        width: 100%;
        padding-left: 15px;
    }
    
    .question_body{
        margin-left: 15px;
    }

    .answer{
        padding-left: 0;
    }
  }

  @media only screen and (max-width: 767px) {
      .question span{
        top: 48%;
    width: 20px;
    height: 20px;
      }
      .question span:before,.question span:after{
        width: 10px;
      }
  }


/* warranty */

#warranty{
    margin-top: 324px;
    padding-top:80px ;
    padding-bottom: 113px;
    background-image: url(..//images/warranty_bg.jpg);
}

.warranty > .section_ttl::before{
    background-color: #333333;
    right: calc(50% + 160px);
}

.warranty > .flex{
    justify-content: space-between;
}

.warranty_text{
    width: 55%;
    max-width: 515px;
}
.warranty_text img {
    display: block;
    width: 100%;
}

.warranty_img{
    width: 40%;
    max-width:480px;
}

.warranty_img > img{
    width:100%;
}


/* gallery */

#gallery{
    background-color: #EDEDED;
    padding-bottom: 152px;
}

.gallery > .section_ttl::before{
    background-color: #333333;
    right: calc(50% + 230px);
}



.grid{
    display:flex;
    flex-wrap: wrap;
    max-width: 1000px;
    justify-content: space-between;
    margin: 80px auto 0 auto;
}


.gallery_grid{
    width:240px;
    aspect-ratio: 1 / 1;
    margin-bottom: 20px;

}

.gallery_grid img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* method */

#method{
    background-color: #EDEDED;
    padding-bottom: 152px; 
}

.method > .section_ttl::before{
    background-color: #333333;
    right: calc(50% + 130px);
}

.method > p{
    text-align: center;
    font-weight: bold;
    margin-top: 108px;
}

.method_card{
    width: 45%;
}

.method_card img{
    width: 100%;
}

/* address */

.address > .section_ttl::before{
    background-color: #333333;
    right: calc(50% + 140px);
}

#address{
    background-color: #EDEDED;
    padding-bottom: 152px; 
}

.address dl{
    font-size: 1.25em;
}

.address dt{
    float: left;
    margin-right: 20px;
    font-weight: bold;
}

.address > iframe{
    margin-top: 50px;
}

/* contact */

.contact{
    width: 100%;
}

.contact > h2{
    display: block;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    /*margin-top: 120px;*/
    margin-bottom: 60px;
}

ol, ul {
    list-style: none;
}

.box_step05 {
width: 95%;
margin: 0 auto;
overflow: hidden;
}

.box_step05 ul {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.box_step05 ul li {
position: relative;
text-align: center;
background: #F6F6F6;
}

.ie8 .box_step05 ul li {
width: 33.33333%;
}

.box_step05 ul li:nth-child(n+2) {
margin-left: 2.5%;
}

.box_step05 ul li:nth-child(n+2):before {
content: "";
position: absolute;
top: 50%;
border: 0 solid #F6F6F6;
border-width: 62px 20px;
width: 0;
height: 0;
left: -20px;
border-left-color: transparent;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.box_step05 ul li span {
position: relative;
height: 125px;
line-height: 125px;
display: block;
font-size: 2em;
font-weight: bold;
}

.box_step05 ul li span:after {
content: "";
position: absolute;
top: 50%;
border: 0 solid #F6F6F6;
border-width:62px 20px;
width: 0;
height: 0;
left: 100%;
border-color: transparent;
border-left-color: #F6F6F6;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}


.box_step05 ul li.active {
background: #383A53;
}



.box_step05 ul li.active span {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
}
.box_step05 ul li.active span:after {
    border-left-color: #383A53;
}

.box_step05 ul li:nth-child(even) span:after {
    border-left-color: #F6F6F6;
}

@media only screen and (max-width: 767px) {
.box_step05 {
    width: 100%;
}
}

@media only screen and (max-width: 767px) {
    .box_step05 ul li.active {
        display: block;
        width: 33%;
    }
    .box_step05 ul li.active span {
        font-size: 0.8em;
    }

    .box_step05 ul li:nth-child(n+2) {
        width: 33.3333%;
        }

    .box_step05 ul li:nth-child(n+2):before {
        border-width: 15px 8px;
        left: -11px;
        }

    .box_step05 ul li span:after {
        border-width:15px 8px;
        }

}


@media only screen and (max-width: 767px) {
.box_step05 ul li span {
    position: relative;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    }
}

@media only screen and (min-width: 768px) {
.box_step05 ul li {
width: 33.33333%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.box_step05 ul li:nth-child(n+2) {
margin-left: 5%;
}
}

@media only screen and (min-width: 768px){
.estimation_bnr img{
    width:65%!important;
    margin:0 auto;
}

.merit_bnr img{
    width:65%;
    margin:0 auto;
}
}


@media print {
.box_step05 ul li {
width: 33.33333%;
}
}


.form{
    width: 70%;
    margin: 77px auto 180px;
}

.form_text{
    font-size: 0.8em;
    margin-bottom: 108px;
}

label{
    font-size: 1.5em;
    font-weight: bold;
    display: inline-block;
    width:130px ;
}

.form_container{
    align-items: center;
    padding-bottom: 32px;
    border-bottom: 1px dotted #707070;
    margin-top:38px;
}

.reqired{
    font-size: 12px;
    padding: 3px 12px;
    background-color: #D80000;
    color: white;
    border-radius: 5px;
    margin-left:30px ;
    vertical-align: middle;
}
.label{
    width: 35%;
}

.input{
    width: 65%;
}

input{
    width: 100%;
    height: 66px;
    background: #F6F6F6;
    border: #707070 solid 1px;
    padding-left: 20px;
    box-sizing: border-box;
}

.form_address{
    align-items: flex-start;
}

.form_address .input span{
    font-size: 1.5em;
    margin-right: 38px;
}

.form_address input{
    margin-bottom: 17px;
}

.postcode{
    width: 121px;
    height: 66px;
    margin-right: 38px;
}

.form_catalog{
    align-items: flex-start;
}

.catalog{
    display: inline;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}
.hope{
    font-size: 1rem;
}
.hope label{
    display: block;
    margin-top: 3%;
    width: auto;
}
input[type=radio] {
    display: none;
  }
  
  input[type=radio] + span {
    display: block;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
  }
  input[type=radio] + span::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50px;
    transform: translateY(-50%);
  }
  input[type=radio] + span::after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    border-bottom: 3px solid #3e48b4;
    border-left: 3px solid #3e48b4;
    position: absolute;
    left: 4px;
    top: 40%;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  input[type=radio]:checked + span::after {
    opacity: 1;
  }

  .input.hope p,.input.hope span{
    font-weight: bold;
    margin: 0;
    font-size: 1rem;
}
.catalog_label{
    display:inline;
    line-height: 16px;
}

@media only screen and (max-width: 767px) {
    input[type=radio] + span {
        padding-left: 20px;
      }
    input[type=radio] + span::before {
        width: 15px;
        height: 15px;
      }
      input[type=radio] + span::after {
        width: 9px;
    height: 6px;
    left: 3px;
    top: 45%;
      }
      /*.input.hope{
        display: flex;
    }*/
    /*.hope_radio{
        padding-left: 40px;
    }*/
      .input.hope p,.input.hope span{
        font-size: 0.6rem;
    }
    }


.non_required{
    font-size: 12px;
    padding: 3px 12px;
    background-color: #ACACAC;
    color: white;
    border-radius: 5px;
    margin-left:30px ;
    vertical-align: middle;
}

.form_textarea{
    align-items: flex-start;
    border-bottom: none;
}

textarea{
    width: 100%;
    height: 196px;
    background: #F6F6F6;
    border: #707070 solid 1px;
    padding-left: 20px;
    padding-top: 24px;
    box-sizing: border-box;
    resize: none;
}

.privacy{
    color: #333333;
    line-height: 1.5em;
}

.privacy li{
list-style: disc;
}

.privacy a{
    color: #333333;
    font-weight: bold;
}

.privacy_check{
    width: auto;
    margin:60px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy_check label{
    font-size:20px;
    font-weight: 500;
    width: auto;
}

.privacy input{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

input[type=checkbox] {
    display: none;
  }
  
  input[type=checkbox] + span {
    display: block;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
  }
  input[type=checkbox] + span::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  input[type=checkbox] + span::after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    border-bottom: 3px solid #d42424;
    border-left: 3px solid #d42424;
    position: absolute;
    left: 4px;
    top: 40%;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  input[type=checkbox]:checked + span::after {
    opacity: 1;
  }

  @media only screen and (max-width: 767px) {
    .privacy_check label{
        font-size:10px;
    }
    }

.submit{
    width: 216px;
    height: 61px;
    color: #fff;
    background: #383A53;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.required-message{
    text-align: center;
    color: #D80000;
    margin-top: 5%;
}

@media only screen and (max-width: 767px) {
    .required-message{
        margin-top: 10%;
        font-size: 0.8em;
    }
    }


/* 固定 */

.fixed_btn{
    width: 100%;
    height: 100vh;
}


.contact_btn{
    width: 330px;
    position: fixed;
    bottom: 0;
    right: 0px;
    z-index: 10;
    justify-content: end ;
}

.doc_img{
    width: 65%;
    height: 60px;
    background: #E9D074;
    position: relative;
    margin-right: 10px;
}

.doc_img img{
    width: 45%;
    box-shadow:5px 5px 0px 0 #607687;
    transform:rotate(-10deg);
    position: absolute;
    top:-20px;
}

.doc_img p{
    font-size: 0.75em;
    font-weight: bold;
    display: inline-block;
    line-height: 1.5em;
    margin-left: 130px;
    color: #333;
}

.doc_img_sp, .reserve_sp, .tel_sp{
    display: none;
}



.top{
    width: 20%;
    background: #607687;
}

.top a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}




/* footer */

footer{
    background: #383A53;
    padding:120px 50px 51px 50px;
    overflow: hidden;
    
}

.footer_nav{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height:162px ;
    width: 617px;
    margin: 0;
}

.footer_nav a{

color: white;
text-decoration: none;
font-weight: bold;
line-height:250%;
}

.copy_area{
    margin-top:100px ;
    text-align: center;
    color: white;
}



/* step2 */

.breadcrumb{
    padding-top: 40px;
    padding-bottom: 0;
    padding-inline-start: 40px;
}

.breadcrumb li {
    display: inline-block;

}

.breadcrumb li a{
    text-decoration: none;
    color: #333;
}

.step2{
    margin-top: 180px;
    width: 100%;
    overflow: hidden;
}

.step2 ul li:first-child span:after {
    border-left-color: #F6F6F6;
}

.step2 ul li:nth-child(2):before {
    content: "";
    position: absolute;
    top: 50%;
    border: 0 solid #383A53;
    border-width: 62px 20px;
    width: 0;
    height: 0;
    left: -20px;
    border-left-color: transparent;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.step2 ul li:nth-child(2) span:after {
    border-left-color: #383A53;
}

.confirm{
    width: 60%;
    margin: 70px auto;
}

.confirm p {
    text-align: center;
    margin-bottom: 100px;
}

.confirm dl{
    width:90%;
    max-width: 800px;
    max-width: 500px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.confirm dt{
    font-weight:bold;
    width: 40%;
    margin-bottom: 10px;
}
.confirm dd{
    width: 60%;
}

.confirm a{
    display: block;
    width: 180px;
    margin-left: auto;
    color: #333;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 80px;
    
}
.confirm a{
    display: block;
    width: 180px;
    margin-left: auto;
    color: #333;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 80px;
}

.step2_footer{
    padding: 0;
}

.step2_footer .copy_area{
    margin: 0;
}

.step23_menu{
    display: none;
}

/* step3 */

.step3{
    margin-top: 180px;

}

.step3 ul li:nth-child(2):before {
    content: "";
    position: absolute;
    top: 50%;
    border: 0 solid #F6F6F6;
    border-width: 62px 20px;
    width: 0;
    height: 0;
    left: -20px;
    border-left-color: transparent;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.step3 ul li:nth-child(2) span:after {
    border-left-color: #F6F6F6;
}
.step3 ul li:nth-child(3):before {
    content: "";
    position: absolute;
    top: 50%;
    border: 0 solid #383A53;
    border-width: 62px 20px;
    width: 0;
    height: 0;
    left: -20px;
    border-left-color: transparent;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.step3 ul li:first-child span:after {
    border-left-color: #F6F6F6;
}

.step3_confirm{
    width: 80%;
    margin: 126px auto;
    text-align-last: left;
        font-weight: bold;
}



.btn{
    background: #383A53;
    width: 300px;
    height: 60px;
    margin: 200px auto;
    color: white;
    line-height: 60px;
}

.btn a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;


}

.btn a span{
    display: block;
    width: 130px;
    margin: auto;
}








/* タブレット */

@media screen and (max-width: 1024px) {
    body {
        font-size: 15px;
    }

    h2{
        display: block;
        margin-left: 0;
    }

    header{
        display: block;
        height: 60px;
        padding: 15px;
        background-color: #383A53;
        position: fixed;
        top: 0;
    }

    .contact-sp {
        display: block;
        position: absolute;
        top: 15px;
        right: 70px;
        width: auto;
        height: 30px;
        transition: all 0.5s;
        cursor: pointer;
        z-index: 99;
      }
      .contact-sp:before {
        content: ">";
        color: #fff;
        position: absolute;
        left: -15px;
      }
      .contact-sp a {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        border-bottom: solid 1px #fff;
        padding-bottom: 5%;
      }

      .main_nav{
        display: none;
      }
  
    .hamburger{
        display: block;
    }

    .menu{
        width: 3%;
        min-width: 50px;
        aspect-ratio: 1 / 1;
        position: fixed;
        top:0.5%;
        right: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
        /*transition: all 0.5s;*/
    }

    .menu img{
        width: 50%;
        display: block;

    }
    .menu img.menu_open{
        display: block;
    }
   .menu img.menu_close{
        display: none;
    }


    /* header scroll */
    .headerscroll {
        background-color: transparent;
    }
      .headerscroll .contact-sp {
        display: none;
    }
    .headerscroll .hamburger .menu {
        background: #383A53;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        top:3%;
        right: 0;
    }

    /* header open */
    .open {
        padding: 0;
        margin: 0;
      }
      .open .header_wrap .header_inner{
        width: 100%;
        height: 100vh;
        background: #494b63;
        display: flex;
        justify-content: left;
        align-items: flex-start;
        margin: 0 auto;
        padding-top: 20%;
        padding-left: 15%;
    }
    
      .open .main_nav {
        display: flex;
        flex-direction: column;
      }
      
    .open .main_nav > li{
        margin-left: 0;
    }
    .open .main_nav > li:first-child{
        margin-left:0;
    }
    
    .open .main_nav > li > ul > li > a{
    color: white;
    font-size: 0.8em;
    text-decoration: none;
    margin-left:0;
    line-height: 3.8em;
    display: block;
    }
    
    .open .hamburger .menu{
    width: 15%;
    top: 6%;
    right: 8%;
    background-color: transparent;
    } 

    .open .logo{
        display: none;
      }
      .open .contact-sp{
        display: none;
      }

    .merit .flex{
        align-items: center;
    }

    

    .merit_text{
        width: 50%;
    }
    
    .merit_img{
        width: 45%;
    }

    .flex > .lineup_flex{
        width: 400px;
        margin-right: 40px;
    }

    .lineup > .section_ttl::before{
        right: calc(50% + 110px);
    }

    .warranty > .flex{
        align-items: center;
    }
    .warranty > .section_ttl::before{
        right: calc(50% + 150px);
    }

    .compare {
        width: 600px;
    }

    .gallery_grid{
        width:200px;    
    }

    .gallery > .section_ttl::before{
        right: calc(50% + 210px);
    }

    .method > .section_ttl::before{
        right: calc(50% + 120px);
    }

    label{
        width:100px ;
    }

    .postcode {
        width: 89px;
        margin-right: 15px;
    }

    .form_address .input span{
        margin-right: 5px;
    }
    
    .step23_menu{
        display: block;
        background: #383A53;
        height: 60px;
    }

    .menu_wrap{
        width: 90%;
        height: 100%;
        margin: auto;
        display: flex;
        justify-content:space-between;
        align-items: center;
    }

    .menu_wrap .logo{
        width: 15%;
        max-width: 300px;
        min-width: 100px;
    }



    .menu_wrap .menu_doc{
        width: 50%;
        color: white;
        text-align: right;
        font-size: 13px;
        }

    

    .menu_wrap .menu_doc a{
        color: white;
        text-decoration: none;
        padding-bottom: 8px;
        border-bottom: 1px solid white;
    }

    .step23_hamburger{
        width: 4%;
    }

    .step23_hamburger img{
        width: 100%;
    }

    .breadcrumb{
        font-size: 10px;
    }

    .step2{
        margin-top: 40px;
    }


    

}




/* スマホ */


@media screen and (max-width: 480px) {

    .scroll{
        display: block;
    }

    .menu{
        width: 10%;
        top:1%;
    }
    
    .wrap{
        width: 90%;
    }

    .section_ttl{
        font-size: 1.6em;
        margin-left:45px;
    }

    .section_ttl::before{
        width: 30px;
        height: 1px;
        display: inline-block;
        background-color: white;
        position: absolute;
        top: calc(50% - 2px);
        right: calc(50% + 60px);
    }

    #fv{
        height: 100vh;
        margin-bottom: 50px;
        /*background-image: url(../images/fv_sp.png);*/
    }
    .fv{
        width: 100%;
    }
    .fv > h1{
        font-size: 1.8em;
    }

    .fv_bnr {
        bottom: 160px;
        width: 40%;
    }

    h2{
        margin-left: 0;
        font-size: 1em;
        margin-top: 0;
    }

    h3{
        font-size: 1.3em;
    }


    .flex{
        flex-direction: column;
        margin-top: 60px;
    }

    #issue{
        padding-bottom: 80px;
    }

    #issue::before{
        margin-left: -50px;
        border: 50px solid transparent;
        border-top: 50px solid #383A53;
    }

    .issue_flex{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .issue_flex img{
        display: inline-block;
        width: 40%;
    }

    .issue_flex p{
        display: inline-block;
        width: 55%;
        font-size: 0.85em;
        margin: 0;
        text-align: left;
    }

    #rc-next .wrap{
        padding-top: 0px;
    }

    .rc-next > p{
        font-size: 1.2em;
    }

    .merit_text{
        width: 100%;
    }
    
    .merit_img{
        width: 100%;
    }
    .merit_bnr {
        margin-top: 20px
    };

    .merit_1{
        flex-direction: column-reverse;
    }
    .lineup > .section_ttl{
        margin-left: 35px;
    }
    .lineup > .section_ttl::before{
        right: calc(50% + 70px);
    }

    .lineup > h2{
        margin-left: -5px;
    }

    .scroll{
        text-align: right;
        margin-right: 5px;
        font-size: 0.8em;
    }

    #lineup > .wrap{
        padding-bottom: 80px;
        margin: 0 auto;
    }

    .lineup .flex{
        flex-direction: row;
        margin-top: 12px;
    }

    .flex > .lineup_flex{
        width:335px;
    }

    .lineup_text h3{
        margin: 5px 0 0 0;
    }

    .lineup_text >p {
        font-size: 1em;
        margin: 5px 0;
    }
    
    .lineup_text > p > span{
        font-size: 1.4em;
    }
    
    .lineup_text > p > .tax{
        font-size: 0.8em;
    }

    .lineup_text small{
        font-size: 0.6em;
        letter-spacing: 0.05em;
    }

        .modal-content{
            height: 60%;
            width: 80%;
            padding: 30px;
        }

        .modal-content .floor .floor_img {
            width: 100%;
        }



    .estimation{
        width: 100%;
    }

    .estimation > .section_ttl{
        margin-left: 65px;
    }

    .estimation > .section_ttl::before{
        background-color: #333333;
        right: calc(50% + 100px);
    }

    .estimation  h2{
        margin-left: 15px;
    }

    .estimation  h3{
        /*margin-top: 50px;*/
        font-size:1.8em;
        position: relative;
        width: 90%;
        margin: 50px auto 0;
    }

    .estimation  h3::after{
        content: '';
        width:100%;
        height: 1px;
        background-color:#333;
        display: block;
        position: absolute;
        bottom: -10px;
        margin: 0 auto;
    }


    .estimation  .estimation_text{
        font-size: 0.8em;
    }

    .estimation  .estimation_bnr {
        margin-top: 20px;
    }
    .assessment{
        width: 90%;
        margin: auto;
    }

        .compare {
            width: 350px;
        }

        .compare table thead th {
            font-size: 13px;
            width: 40px;
        }

        .compare table tbody th {
            font-size: 13px;
        }

        .compare table tbody td {
            font-size: 13px;
        }

        .compare table tbody td:nth-child(3) {
            font-size: 24px;
        }

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

    .question{
        display: block;
        font-size: 1em;
        height: 100px;
        line-height: 1.5em;
        text-align: left;
        display: table;
        padding-top: 45px;
        padding-left: 0;
    }

    .question_label{
        vertical-align: middle;
        padding-left: 15px;
        font-size: 0.8em;
    }

    .question_body{
        margin-left: 0px;
        padding-left: 15px;
    }

    .answer{
        text-align: left;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 40px;
        padding-left: 0;

    }

    .accordion{
        margin-bottom: 0;
        margin-top: 20px;
    }

    #warranty{
        margin-top: 0;
    }

    .warranty > .section_ttl::before{
        background-color: #333333;
        right: calc(50% + 100px);
    }

    .warranty .flex{
        flex-direction:column-reverse;
    }

    .warranty_text{
        width: 100%;
    }

    .warranty_text h3{
        font-size: 1.6em;
        text-align: center;
    }

    .warranty_img{
        width: 100%;
    }

    .grid{
        margin-top: 50px;
    }

    .gallery > .section_ttl{
        margin-left: 55px;
    }
    .gallery > .section_ttl::before{
        background-color: #333333;
        right: calc(50% + 150px);
    }
    
    .gallery_grid{
        width: calc(100% / 2 - 5px);
        margin-bottom: 10px;
    }

    #method{
        padding-bottom: 80px;
    }


    .method > .section_ttl{
        margin-left: 55px;
    }

    .method > .section_ttl::before{
        background-color: #333333;
        right: calc(50% + 90px);
    }

    .method > p {
        margin-top: 50px;
    }

    .method_card {
        width: 100%;
    }

    .method_card:first-child{
        margin-bottom: 50px;
    }

    
    .address > .section_ttl::before{
        background-color: #333333;
        right: calc(50% + 90px);
    }

    .address .dl{
        font-size: 1em;
    }

    .contact.wrap {
        font-size: 1.2em;
        padding-top: 50px;
    }

    .contact > h2{
        font-size: 1.2em;
        margin-bottom: 30px;
    }

    .form{
        width: 90%;
    }

    .form_container{
        margin-top: 20px;
    }

    label{
        width: auto;
        font-size: 0.8em;
        }

    .label{
        width: 100%;
        font-size: 0.8em;
    }

    .reqired{
        margin-left: 5px;
    }

    .input{
        width: 100%;
        font-size: 0.8em;
    }
    
    input{
        height: 30px;
    }

    .postcode {
        width: 60px;
        height: 30px;
        margin-right: 15px;
    }

    .privacy{
        font-size: 10px;
    }

    .privacy_check{
        font-size: 10px;
    }

    .contact_btn{
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        position: fixed;
        bottom: 0;
    }


    .doc_img , .top{
        display: none;
    }

    .doc_img_sp, .reserve_sp, .tel_sp{
        display: block;
        z-index: 10;
    }


    .doc_img_sp{
        width: 50%;
        height: 10vh;
        background: #E9D074;


    }

    .doc_img_sp a{
        width: 100%;
        height: 100%;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: row;
    }

    .doc_img_sp img{
        width: 35%;
        transform:rotate(-10deg);
        display: inline-block;
    }


    .doc_img_sp p{
        font-size: 0.7em;
        font-weight: bold;
        display: inline-block;
        line-height: 1.5em;
        margin:0;
        color: #333;
    }

    .reserve_sp{
        width: 28%;
        height:10vh;
    }

    .reserve_sp a{
        width: 100%;
        height: 100%;
        background:#E78634;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: row;
    }

    .reserve_sp img{
        width: 30%;
    }

    .reserve_sp p{
        font-size: 0.7em;
        font-weight: bold;
        display: inline-block;
        line-height: 1.5em;
        margin:0;
        color: white;
    }

    .tel_sp{
        width: 20%;
        height: 10vh;
    }
    
    .tel_sp a{
        width: 100%;
        height: 100%;
        background: #607687;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: row;
    }

    .tel_sp img{
        width: 20%;
    }

    .tel_sp p{
        font-size: 0.7em;
        font-weight: bold;
        display: inline-block;
        line-height: 1.5em;
        margin:0;
        color: white;
    }

    footer{
        padding:50px 33px;
    }


    .footer_nav{
        display: block;
        width: 100%;
        height: auto;
    }

    /* Step2 */


    .confirm{
        width: 90%;
    }

    .confirm_dl{
        width:90%;
    }

    .confirm dt{
        margin-top: 10px;
        width: 100%;
    }

    .confirm dd{
        border-bottom: 1px dotted #000;
        margin: 0;
        width: 100%;
        padding-bottom: 20px;
    }

    /*step3*/
    .step3{
        margin-top: 40px;
    
    }

    .step3_confirm{
        margin-top: 70px;
    
    }







}

@media only screen and (max-width: 767px) {
    .step2 ul li:nth-child(2):before {
        border-width: 15px 8px;
        left: -11px;
    }

    .box_step05 ul li {
        width: 33.333%;
    }

    .step3 ul li:nth-child(2):before {
        border-width: 15px 8px;
        left: -11px;
    }

    .step3 ul li:nth-child(3):before {
        border-width: 15px 8px;
        left: -11px;
}
@media only screen and (max-width: 375px) {
    .fv_bnr {
        bottom: 100px;
    }
}


}

/* 251125add
コンタクトボタン設置
-------------------------------------------------------------- */
.rc-kobo-contact-btn-wrap {
  text-align: center;
  margin: 30px 0;
}

.rc-kobo-contact-btn {
  display: inline-block;
  background-color: #A1B9C2;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.rc-kobo-contact-btn:hover {
  background-color: #8FA6B0;
}

@media (max-width: 768px) {
  .rc-kobo-contact-btn {
    width: 100%;
    box-sizing: border-box;
  }
}