@charset "UTF-8";

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-align: left;
    zoom: 1;
    box-sizing: border-box;
    
    }
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    table {
    border-collapse: collapse;
    font-family: inherit;
    }
    h1,h2,h3,h5 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
    }
    h4 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.5;
    }
    input,textarea,select {
    font-family: inherit;
    font-size: 16px;
    }
    input[type="button"],input[type="text"],input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    }
    textarea {
    resize: none;
    -webkit-appearance: none;
    border-radius: 0;
    }
    th,td {
    border-collapse: collapse;
    }
    table th,table td {
    white-space: nowrap;
    }
    ul,ol {
    list-style-type: none;
    }
    img {
    vertical-align: text-bottom;
    max-width: 100%;
    height: auto;
    width /***/:auto;
    }

    body h2:before{
    content: none;
    }
    body h3:after{
    content: none;
    }
    body h4:after{
    content: none;
    }
    body h5:after{
    content: none;
    }
    body h6:after{
    content: none;
    }

    /* 共通の設定 */
    main{
        font-size: 16px;
        
    }

    .relative{
        position: relative;
    }

    .w50{
        width: 50%;
        min-width: 950px;
        max-width: 1150px;
        margin: 0 auto; 
    }

    .w60{
        width: 60%;
    }

    .w40{
        width: 30%;
        display: flex;
        align-items: center;
    }
    
    h2{
        font-size: 40px;
        color: #5f796b;
        line-height: 1.5;
        margin-bottom: 60px;
        font-weight: bold;
    }

    .sp h2{
        font-size: 25px;
    }


    .hukidashi{
        color: #222222;
        text-align: center;
    }

    .hukidashi span{
        color: #fff;
        font-size: 18px;
    }

    .hukidashi_img{
        width: 1060px;
        margin: -20px auto 30px;
        text-align: center;
    }

    .upper_h2{
        font-size: 18px;
        color: #808080;
    }

    h3{
        margin-bottom: 30px;
        font-size: 25px;
        font-weight: bold;
        color: #5f796b;
        border-left: 10px solid;
        padding-left: 10px;
    }


    h4{
        font-size: 18px;
        font-weight: bold;
        text-indent: -1.5em;
        margin: 0 0 24px 1.5em;
    }

    h4::before{
        content: "■";
        margin-right: 0.5em;
        color: #f05d4f;
        position: static;
        background:none;
    }

    a[href*=".pdf"]:after{
        content: none;
    }

    .underline{
    font-weight: bold;
    background: linear-gradient(transparent 70%, #bfc9c4 20%);
    display: inline;
    }

    .underline_header1{
    font-weight: bold;
    background: linear-gradient(transparent 0%, #5f796b 0%);
    display: inline;
    text-shadow: none;
    }
    .underline_header2{
    font-weight: bold;
    background: linear-gradient(transparent 0%, #ffffff 0%);
    display: inline;
    text-shadow: none;
    }

    .underline_sp1{
    font-weight: normal;
    background: linear-gradient(transparent 0%, #5f796b 0%);
    display: inline;
    }
    .underline_sp2{
    font-weight: normal;
    background: linear-gradient(transparent 0%, #ffffff 0%);
    display: inline;
    }

   body .c_red{
        color: #f05d4f;
        font-weight: bold;
    }

    main .c_bl{
        color: #222222;
    }
    body .c_green{
        color: #5f796b;
    }

    body main .mb50 {
        margin-bottom: 50px;
    }

    main .mb10{
        margin-bottom: 10px;
    }
    body main .mb15{
        margin-bottom: 15px;
    }
    body main .mb30{
        margin-bottom: 30px;
    }
    footer .mb30{
        margin-bottom: 30px;
    }

    main .mb80{
        margin-bottom: 80px;
    }

    main .mb100{
        margin-bottom: 100px;
    }

    main .mb130{
        margin-bottom: 130px;
    }

    body .center{
        text-align: center;
    }

    .right{
        text-align: right;
    }

    .w1060{
        width: 1060px;
        margin: 0 auto;
    }

    .bold{
        font-weight: bold;
    }

    
a.btn--red {
  color: #fff;
  background-color: #f05d4f;
  text-decoration: none;
}

a.btn--red:hover {
  color: #fff;
  background: #f37d72;
}

a.btn-c,
a.btn-c_f {
  font-size: 20px;
  position: relative;
  padding: 1rem 2.5rem 1rem 1.5rem;
  border-radius: 100vh;
}

a.btn-c i.fa,
a.btn-c_f i.fa {
  margin-right: 2rem;
}

a.btn-c:before {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;

  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top:0.7em;
  right: 0.7rem;
  margin: 0;
  padding: 0;
  content: '';
}
a.btn-c_f:before {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;

  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top:0.9em;
  right: 0.7rem;
  margin: 0;
  padding: 0;
  content: '';
}



    /* ここからheader */

    header{
        width: 100%;
        height: 850px;
        padding: 75px 9% 0;
        margin-bottom: 150px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    header h1{
        margin-bottom: 250px;
    }

    header h1 img{
        filter: drop-shadow(0 0 5px #fff);
    }

    header h2{
        color: #ffffff;
        font-size: 30px;
        line-height: 1.5;
    }
    header h2 .fz70{
        font-size: 70px;
    }

    .header1{
        background-image: url(/Portals/0/images/LP/ruhuro/top_outdoor.jpg);
        text-shadow: #222 1px 0 10px;
    }
    .header2{
        background-image: url(/Portals/0/images/LP/ruhuro/top_living.jpg);
        text-shadow: #fff 1px 0 30px;
    }
    .header2 h1, .header2 h2{
        color: #5f796b;
    }

    body .c_green{
        color: #5f796b;
    }


    /* ここからlead */


    .scroll{
        display: flex;
        height: 170px;
        writing-mode: vertical-rl;
        align-items: flex-end;
        position: absolute;
        top: 760px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        border-left: 1px solid #5f796b;

    }
    .scroll p{
        writing-mode: vertical-rl;
        color: #ffffff;
        margin-bottom: 105px;
        text-shadow: #555 1px 0 10px;
    }

    .lead{
        display: flex;
        justify-content: space-between;
        gap: 5%;
    }

    .flex_img{
        width: 55%;
        height: auto;
    }

    .flex_img img{
        display: block;
        width: 95%;
        min-width: 460px;
        height: auto;
    }

    .mt1270{
        margin: 1500px auto 80px;
    }

    .maru{
        display: inline-block;
        padding: 0.5em 1em;
        background-color: #5f796b;
        color: #fff;
        margin-bottom: 10px;
        border-radius: 40px;
    }

    /* ここからルフロについて */
    .ruhuro{
        width: 100%;
        height: 950px;
        padding-bottom: 40px;
        background-image: url(/Portals/0/images/LP/ruhuro/ruhuro_bgi.jpg);
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ruhuro div{
        width: 530px;
        padding: 50px 50px 160px;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.9);
        position: relative;
        border-radius: 20px;
    }

    .ruhuro h2{
        margin-bottom: 30px;
    }

    .ruhuro img{
        display: block;
        position: absolute;
        width:550px;
        right: -50px;
        bottom: -120px;
    }

    /* ここからfeature */
    .feature{
        width: 100%;
        background-color: #c2ccc6;
        border-radius: 20px;
        padding: 50px 0 100px;
        position: absolute;
        top:-20px
    }

    .feature h3, .history h3{
        width: 1060px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    /* ここからモーダル */
    .flex h4::before{
        content: none;
    }

    .flex{
        display: flex;
        width: 1060px;
        margin: 0 auto;
        flex-wrap: wrap;
        gap:20px;
    }

    .modal-open-button .f_heading{
        display: block;
        font-size: 16px;
    }
    .modal-open-button .f_heading span{
        font-size: 30px;
        margin-bottom: -7px;

    }
    .modal-open-button img{
        display: block;
        margin-top: 10px;
    }

    .modal-checkbox {
        display: none;
    }
    .modal-open-button {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 250px;
        height: 250px;
        color: #222222;
        cursor: pointer;
        background:#ffffff;
        background-position: bottom center;
        background-repeat: no-repeat;
        border: none;
        font-size: 30px;
        padding: 18px 30px;
        font-weight: 500;
    }

    .bgi1{
        background-image: url(/Portals/0/images/LP/ruhuro/allegy.png);
    }
    
    .bgi2{
        background-image: url(/Portals/0/images/LP/ruhuro/active.png);
    }
    
    .bgi3{
        background-image: url(/Portals/0/images/LP/ruhuro/remote.png);
    }
    
    .bgi4{
        background-image: url(/Portals/0/images/LP/ruhuro/sleep.png);
    }
    
    .bgi5{
        background-image: url(/Portals/0/images/LP/ruhuro/house.png);
    }
    
    .bgi6{
        background-image: url(/Portals/0/images/LP/ruhuro/busy.png);
    }
    
    .bgi7{
        background-image: url(/Portals/0/images/LP/ruhuro/gathering.png);
    }
    .bgi8{
        background-image: url(/Portals/0/images/LP/ruhuro/school.png);
    }
    .bgi9{
        background-image: url(/Portals/0/images/LP/ruhuro/pet.png);
    }
    .bgi10{
        background-image: url(/Portals/0/images/LP/ruhuro/children.png);
    }
    .bgi11{
        background-image: url(/Portals/0/images/LP/ruhuro/eldery.png);
    }
    .bgi12{
        background-image: url(/Portals/0/images/LP/ruhuro/baby.png);
    }
    
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        display: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 60%);
    }
    .close {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 24px;
        cursor: pointer;
    }
    .modal-wrapper {
        position: relative;
        width: 80%;
        max-width: 500px;
        max-height: 85%;
        margin: auto;
        overflow: auto;
        background-color: #FEFEFE;
        border-radius: 20px;
    }
    .modal-content h5 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.1em;
        color: #5f796b;
        padding: 50px 40px 35px;
    }
    .modal-content h6 {
        margin: 0;
        font-size: 20px;
        margin-bottom: 20px;
        padding: 35px 40px 0 40px;
        line-height: 1.8;
    }
    .modal-content h6 span{
        color: #f05d4f;
        font-weight: bold;
    }
    .modal-content p{
        margin: 0;
        font-size: 18px;
        padding: 0px 40px 50px 40px;
        line-height: 1.6;
    }

    .image_in{
        display: block;
        width: 100%;
        height: auto;
    }

    .modal-checkbox:checked + .modal { display: flex; }
    
    .modal-content p{
    text-align: left;
    }

    .flex .modal-open-button:hover{
      opacity: 0.8; 
    }



    /* ここから24時間換気の歴史） */

    .history{
        width: 95%;
        min-width: 1060px;
        margin: 0 auto 100px;
        padding: 70px 0;
        background-color: #f2f4f3;
        border-radius: 50px;
    }

    .history .compare{
        width: 1060px;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .history img{
        display: block;
    }

    .compare_right{
        width: 500px;
    }

    
    .left_inner1{
        display: flex;
    }

    .compare_left .old p{
        width: 360px;
    }

    .large{
        display: inline-block;
        font-size: 25px;
        border-bottom: dotted #f05d4f 3px;
    }

    .history_arrow{
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    /* ここからシックハウス症候群メモ */

    .box-009 {
    max-width: 450px;
    margin: 0 auto 0 0;
    border: 3px solid #5f796b;
    border-radius: 20px;
}

.box-009 div {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #f2f4f3;
    color: #5f796b;
    font-weight: 600;
    font-size: 18px;
    vertical-align: top;
}

.box-009 div::before {
    width: 22px;
    height: 22px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.8995 6.85453L17.1421 11.0972L7.24264 20.9967H3V16.754L12.8995 6.85453ZM14.3137 5.44032L16.435 3.319C16.8256 2.92848 17.4587 2.92848 17.8492 3.319L20.6777 6.14743C21.0682 6.53795 21.0682 7.17112 20.6777 7.56164L18.5563 9.68296L14.3137 5.44032Z' fill='%235f796b'%3E%3C/path%3E%3C/svg%3E");
}

.box-009 p {
    margin: 0;
    padding: 0 1.5em 1.5em;
}

/* ここからCTA */

.cta{
    width: 100%;
    background: linear-gradient(90deg, rgb(240, 117, 124), rgb(240, 93, 79));
    padding: 40px 0 50px;
}

.cta h2{
    width: 1060px;
    margin: 0 auto 80px;
    text-align: center;
    color: #fff;
    
}

.cta_inner{
    display: flex;
    justify-content: space-between;
    width: 1060px;
    height: 210px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    font-size: 25px;
    font-weight: bold;
    position: relative;

}
.cta_relative{
    display: flex;
    justify-content: space-between;
    width: 1060px;
    height: 200px;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 25px;
    position: absolute;
    top: -50px;

}



.cta span{
    display: block;
    font-size: 50px;
    text-align: center;
    margin-bottom: -30px;
}

.cta_inner p{
    text-align: center;
    line-height: 1.8;
}

.cta_left{
    width: 550px;
}

.cta_right{
    width: 450px;
}

.cta_arrow{
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.cta .dl{
    margin-top: 20px;
}

a.btn--green {
  color: #fff;
 background-color: #5f796b;
  text-decoration: none;
}

a.btn--green:hover {
  color: #fff;
  background: #7f9489;
}


/* ここからwhy */


.why img{
   display: inline-block;
}

.why .w_flex{
    width: 100%;
    display: flex;

}

/* ここからタブ */
.tabs {
  padding-bottom: 40px;
  background-color: #eee;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  border-radius: 20px;
  width: 100%;
  margin: 0 auto 100px;}

/*タブのスタイル*/


.tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #5f796b;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 20px 20px 0 0;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#trouble:checked ~ #trouble_content,
#bestseller:checked ~ #bestseller_content,
#maintenance:checked ~ #maintenance_content,
#cost:checked ~ #cost_content {
  display: flex;
  justify-content: space-between;
  /* gap: 50px; */
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5f796b;
  color: #fff;
}

/* タブの画像 */

.tab_img{
    display: flex;
    justify-content: flex-end;
    width: 40%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.tab_img img{
    display: inline-block;
    width: 100%;
    height: auto;
}

.tab_text{
    width: 55%;
}


/* ここからreview */
.review{
    background-color: #f2f4f3;
    padding: 80px 0 0;
    position: relative;
} 

.bb{
    border-bottom: #9fafa6 dotted 3px;
}

.w45{
    width: 48%;
}

.r_flex{
    display: flex;
    justify-content: space-between;
}

.sankaku{
    padding: 120px;
    position: relative;
}

.sankaku::before{
    content: "";
    position: absolute;
    height: 170px;
    width: 100%;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%); /* ココ */
    background-color: #f2f4f3;/* デモは赤色の部分 */
    left: 0;
    top: 0; /* topにピッタリくっつけたいので0にする */
}



/* ここからchart */

.kind{
    width: 100%;
    min-width: 1060px;
    background-color: #ddd;
    display: flex;

}

.kind_inner{
    width: 50%;
    padding: 50px 0;
}

.dai1{
    background-color: #d9dfdb;
}
.dai3{
    background-color: #fbd8d5;
}

.kind_inner > p{
    background-color: #5f796b;
    color: #fff;
    padding: 0.5em;
    width: 200px;
    font-size: 25px;
    text-align: center;
    margin: 0 auto;
    border-radius: 1.5em;
    font-weight: 500;
}

.kind_flex{
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kind_img{
    text-align: right;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.kind_text{
    width: 40%;
}

.kind .kind_flex li{
    text-indent: -27px;
}

.pros li::before{
    content: url(/Portals/0/images/LP/ruhuro/maru.png);
    vertical-align:middle;
    margin-right: 0.5em;

}
.cons li::before{
    content: url(/Portals/0/images/LP/ruhuro/batsu.png);
    vertical-align:middle;
    margin-right: 0.5em;

}

.abcd{
    background-color: #fff;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 45px;
    border-radius: 20px;
}

.abcd_flex{
    display: flex;
    justify-content: space-between;
}

.abcd_img{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 38%;
}
.abcd_text{
    width: 60%;
    position: relative;
}

.abcd_a, .abcd_b{
    color: #5f796b;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}
.abcd_c, .abcd_d{
    color: #f05d4f;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}

.abcd_a::before{
    content: "A";
    position: absolute;
    top: -50px;
    left: -60px;
    color: #fff;
    font-size: 35px;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #5f796b;
    border-radius: 30px;
    padding-top: 3px;
    box-sizing: border-box
}
.abcd_b::before{
    content: "B";
    position: absolute;
    top: -50px;
    left: -60px;
    color: #fff;
    font-size: 35px;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #5f796b;
    border-radius: 30px;
    padding-top: 3px;
    box-sizing: border-box
}
.abcd_c::before{
    content: "C";
    position: absolute;
    top: -50px;
    left: -60px;
    color: #fff;
    font-size: 35px;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #f05d4f;
    border-radius: 30px;
    padding-top: 3px;
    box-sizing: border-box
}
.abcd_d::before{
    content: "D";
    position: absolute;
    top: -50px;
    left: -60px;
    color: #fff;
    font-size: 35px;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #f05d4f;
    border-radius: 30px;
    padding-top: 3px;
    box-sizing: border-box
}

.banner_flex{
    display: flex;
    justify-content: space-between;

}

.banner_flex > div{
    width: 45%;
}

.aboutus{
    width: 52.6%;
    min-width: 950px;
    max-width: 1150px;
    margin: 0 auto; 
}

.history .company{
    width: 52.6%;
    min-width: 950px;
    max-width: 1150px;
    margin: 50px auto 0; 
}

.history table{
    border-collapse:  collapse;
}

th,td {
    border: solid 1px;
    padding: 0.5em;
    text-align: center;
}


th{
    width: 25%;
        background-color: #bfc9c4;
}

td{
    background-color: #fff;
}

.copy{
    padding: 2em;
    text-align: center;
    
}
html {
    scroll-behavior: smooth;
}
.pagetop {
    text-decoration: none;
    text-align: center;

    height: 80px;
    width:80px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #f05d4f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

.nmb{
    margin: 0 auto !important;
}

/* ここからSP */


.sp h2{
    font-size: 25px;
    margin-bottom: 25px;
}
.sp h3{
    font-size: 20px;
    margin-bottom: 30px;
}

.w90_sp{
    width: 90%;
    margin: 20px auto 50px;
}

.header_sp{
    position: relative;
    height: 600px;
    padding: 0;

    background-size: cover;
    border-radius: 0 0 20px 20px;
    margin: 0 0 50px;
}
.header_sp2{
    background-image: url(/Portals/0/images/LP/ruhuro/top_outdoor_sp.jpg);
}
.header_sp1{
    background-image: url(/Portals/0/images/LP/ruhuro/top_living_sp.jpg);
}


.header div{
    background-color: #fff;
}

.h2_sp{
    text-align: center;
    margin: 0;
    padding: 20px 0 20px 20px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    text-shadow: #777 1px 0 10px;
}

.header_sp2 .h2_sp{
    top:80px;
    text-shadow: #000 1px 0 10px;
}

.header_sp1 .h2_sp{
    color: #5f796b;
}

.sp .title {
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
}

.sp h2{
    font-size: 25px;
}


.header_sp h1{
    width: 200px;
    padding: 10px;
}

.lead_sp{
    width: 90%;
    margin: auto;
}

.title{
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    display: block;
}

.ruhuro_sp {
    background-image: url(/Portals/0/images/LP/ruhuro/ruhuro_bgi.jpg);
    padding: 50px 0 80px;
}

.ruhuro_sp .ruhuro_inner{
    width: 90%;
    margin: 0 auto;
    padding: 25px 20px 90px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    
}

.ruhuro_sp img{
    width: 300px;
    right: 0;
    bottom: -65px;
    position: absolute;
}

.ruhuro_sp h2{
    margin-bottom: 15px;
}

.feature_sp {
    padding: 50px 0 30px;
    background-color: #c2ccc6;
}


.feature_sp .hukidashi_sp{
    color: #222;
    margin-bottom: 10px;
}

.hukidashi_sp span{
    font-size: 16px;

}

.feature_sp .w90_sp{
    margin: 20px auto;
}

.fz20{
    font-size: 20px;
}

/* ここからアコーディオン */

.accodion{
margin: 0 auto 50px;
width:90%;

}

.accordion-006 {
    margin-bottom: 7px;
    background-color: #ffffff;
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #222222;
    font-weight: normal;
    cursor: pointer;
}

.summary_inner{
    display: block;
    width: 70%;
}

.accordion-006 img{
    display: block;
    width: 100%;
    height: auto;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::before,
.accordion-006 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #f37d72;
    content: '';
}

.accordion-006 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-006 summary::after {
    transition: rotate .3s;
}

.accordion-006[open] summary::after {
    rotate: 90deg;
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}

summary::marker{
    content: none;
}

.bgi_sp{
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 80px;
}

.sp h5{
    color: #5f796b;
    text-align: center;
    margin: 20px auto 20px;
    font-weight: bold;
    width: 90%;


}

.sp h6{
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: auto;
    line-height: 1.5;
}

.cta_sp{
    background: linear-gradient(90deg, rgb(240, 117, 124), rgb(240, 93, 79));;
    padding: 15px 0 35px;
}

.cta_sp h2{
    margin-bottom: 20px;
}

.cta_inner_sp{
    width: 93%;
    background-color: #fff;
    margin: auto;
    padding: 40px 5%;
    border-radius: 20px;
}
/* .cta_inner_sp{
    width: 90%;
    background-color: #fff;
    margin: auto;
    padding: 40px 7%;
    border-radius: 20px;
} */

.cta_relative_sp{
    display: flex;
    align-items: center;
    gap: 10%;
}

.cta_sp .btn_sp{
   font-size: 16px; 
   /* padding:1rem 3rem 1rem 0rem; */
   font-weight: bold;
}

.cta_relative_sp span{
    font-size: 30px;
    vertical-align: bottom;
    font-weight: bold;
}

.c_white{
    color: #fff;
}

.cta_sp_text{
    width: 200px;
    text-align: center;
    font-weight: bold;
}

.cta_arrow_sp{
    margin:  3px 0 5px 5px;
}
.cta_arrow_sp img{
    transform: rotate(90deg);
    width: 30px;
    height: auto;
}

.lead_sp img{
    display: block;
    width: 80%;
    height: auto;
    margin: auto;
}

.sp h2 .upper_h2{
    color: #808080;
    font-size: 16px;
}

.history_sp{
    width: 100%;
    padding: 50px 5%;
    background-color: #f2f4f3;
}
.history_sp .old img{
    width: 70%;
    display: block;
    margin:  0 auto 15px;
}
.history_sp .new img{
    width: 70%;
    display: block;
    margin:  15px auto 15px;
}

.history_sp .history_arrow img{
display: block;
margin: auto;
width: 70px;
height: auto;   
}

.sp .why .summary_inner{
    width: 100%;
    color: #fff;
}

.sp .why summary {
    background-color: #5f796b;

}



.sp .why .accordion-006 summary::before,
.sp .why .accordion-006 summary::after {
    background-color: #fff;
}
.sp .why .accordion-006 p{
    padding: .3em 2em 1em;
}

.sp .why .accordion-006 .pb30{
    padding-bottom: 30px;
}

.sp .why h4{
    padding: 30px 2em 0;
}


.review_sp{
    background-color: #f2f4f3;
    padding: 30px 0 1px;
}


/* .review_sp .w90_sp{
margin: 50px auto;
} */
.review_sp .m0{
margin: 0 auto;
}
.review_sp .m30{
margin: 30px auto 50px;
}

.review_sp p{
    margin-bottom: 15px;
}
.sp .sankaku{
    padding: 35px;
}
.sp .sankaku::before{
    background-color: #f2f4f3;
    height: 50px;
    margin-bottom: 15px;
}

.sp .dai3_t{
    background-color: #f05d4f;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 0;
    font-size: 20px;
}

.sp .dai1_t{
    background-color: #5f796b;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 0;
    font-size: 20px;
}

.chart_sp > div > div > img{
    width: 50%;
    height: auto;
}

.sp .abcd_a span{
    display: inline-block;
    color: #fff;
    font-size: 30px;
    text-align: center;
    background-color: #5f796b;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 25px;
}
.sp .abcd_b span{
    display: inline-block;
    color: #fff;
    font-size: 30px;
    text-align: center;
    background-color: #f05d4f;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 25px;
}

.sp .abcd_b{
    color: #f05d4f;
}

.sp .abcd_a::before{
    content: none;
}

.sp .abcd{
    padding: 20px;
}

.sp .dai1{
    padding: 0 0 1px;
}
.sp .dai3{
    padding: 0 0 1px;
}

.bgc_bfc9c4{
    background-color: #bfc9c4;
}
.bgc_f9beb9{
    background-color: #f9beb9;
}

.sp .banner_flex{
    display: block;
}
.sp .banner_flex > div{
    width: 90%;
    margin: 0 auto 20px;
}

.sp .banner{
    padding: 30px 0 50px;
}

.sp .copy{
    width: 100%;
    min-width: 0;
    max-width: none;
}

.footer_btn{
    display: flex;
    padding: 20px 0 50px;
    
}

footer{
    padding: 30px 5% 0;
    background-color: #dfe4e1;
}

footer img{
    width: 70%;
    height: auto;
}

.sp table,
.sp table tr,
.sp table th,
.sp table td{
    width: 100%;
    margin: 0 auto;
}

.sp .company{
    display: flex;
}



.tab-4 {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    min-width: 750px;
    margin: 0 auto 100px;
    background-color: #eeeeee;
    border-radius: 20px;
}

.tab-4 > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    padding: 1em 1em;
    background-color: #eeeeee;
    color: #5f796b;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    border-radius: 20px 20px 0 0;
}

.tab-4 > label:hover,
.tab-4 label:has(:checked) {
    background-color: #5f796b;
    color: #ffffff;

}

.tab-4 label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #5f796b;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-4 input {
    display: none;
}

.tab-4 > div {
    display: none;
    width: 100%;
    padding: 35px;
}

.tab-4 label:has(:checked) + div {
    display: flex;
    gap: 5%;
    justify-content: space-between;
    background-color: #d9dfdb;
    border-radius: 0 0 20px 20px;
    
}

.kind_inner .bgc_r{
    background-color: #f05d4f;
}

h3::before{
    content: none;
}
h5::before{
    content: none;
}
h6::before{
    content: none;
}

.close{
    z-index: 999;
}

.accordion-006 h6 span{
    color: #f05d4f;
    font-weight: bold;
}

.sp h5{
    font-size: 100%;
    line-height: 1.5;
}

.ruhuro_this{
    display: inline-block;
    padding: 0.1em 1em;
    background-color: #222;
    color: #fff;
    font-size: 18px;
}
.sp .ruhuro_this{
    margin-left: 0;
}

.sp .cons li,
.sp .pros li{
    text-indent: -1.6em;
    padding-left: 1.6em;
}

/* キービジュアル追加 */

body .winter1{background-image: url(/Portals/0/images/LP/ruhuro/top_winter1.jpg);}
body .winter2{background-image: url(/Portals/0/images/LP/ruhuro/top_winter2.jpg);}
body .winter1_sp{background-image: url(/Portals/0/images/LP/ruhuro/top_winter1_sp.jpg);}
body .winter2_sp{background-image: url(/Portals/0/images/LP/ruhuro/top_winter2_sp.jpg);}