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

h1{font-size:43px; font-weight:100; letter-spacing:0.1em; line-height:1.3; text-align: center;}
h2{font-size:33px; font-weight:100; letter-spacing:0.1em; line-height:1.3; text-align: center;}
h3{font-size:26px; font-weight:300; letter-spacing:0.1em; line-height:1.3; }
h4{font-size:22px; font-weight:700; letter-spacing:0.1em; line-height: 1.3;}
h5{font-size:19px; font-weight:700; letter-spacing:0.1em; line-height: 1.3;}

@media screen and (max-width:959px), print  {
    h1{font-size:27px; line-height:1.3; letter-spacing:0.1em; text-align: center;}
    h2{font-size:22px; line-height:1.4; letter-spacing:0.1em; text-align: center;}
    h3{font-size:19px; font-weight:700; letter-spacing:0.1em; line-height: 1.6;}
    h4{font-size:17px; font-weight:700; letter-spacing:0.1em; line-height: 1.3;}
    h5{font-size:17px; font-weight:700; letter-spacing:0.1em; line-height: 1.3;}
}

.f_noto{font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;}

/*.center{text-align:center;}
.fw700{font-weight:700;}
.fw300{font-weight:300;}
.f-white{color:#ffffff;}*/
.f-orange{color:#DBA24C;}
.clear{ clear: both;}

/*hoverリンク*/
html a:hover .banner_concierge{
	opacity:.7;
}
/*長期休暇_非公開設定*/
.form_btn .holiday_link{
  background-color: #888;
  border: none;
  pointer-events: none;
  
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
p.holiday_txt{
  margin-bottom:30px;
  color: #800;
  text-align: center;
}

/*SPでは無効（改行しない）*/
.pc_only{
   display: block;
}
        @media screen and (max-width:959px) {
            .pc_only{ display: none;}
        }

.pc_none{
    display: none;
}
        @media screen and (max-width:959px) {
            .pc_none{ display: block;
          }
        }
/*.tb_none{
    display: block;
}
        @media screen and (max-width:959px) {
            .tb_none{ display: none;}
        }
        @media screen and (max-width:545px) {
            .tb_none{ display: block;}
        }*/

/*PCでは無効（改行しない）*/
.sp_only{
   display: none;
}
        @media screen and (max-width:549px) {
            .sp_only{ display: block;}
        }

/*////　TOP画像　////*/
.top_title{position: relative;}
@media screen and (max-width: 549px) , print {
  .top_title{height: 331px}
}

.top_title h1{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    /*以下装飾*/
        font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
        color:#ffffff;
        font-weight: 300;
        white-space: nowrap;
    }

    @media screen and (max-width: 959px), print  {
        .top_title h1{ 
            font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
            text-align:center;
            font-size:43px;
            font-weight: bold;
            white-space: normal;
            width: 100%;
        }
    }
        @media screen and (max-width: 549px) , print {
            .top_title h1{
                width:90vw;
                font-size:27px;
            }
        }
.top_title img{width: 100%;}

/*////　header　////*/
.main_content header{
  max-width:1000px;
  margin:0 auto;
  padding:120px 0 100px;
  position: relative;
}
      @media screen and (max-width:959px), print {
        .main_content header{
          width: calc(100% - 12vw);
          padding:60px 0;
        }
      }
          @media screen and (max-width:549px), print {
            .main_content header{
              width: calc(100% - 10vw);
              padding: 45px 0;
            }
          }
.main_content header:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
  border-width: 20px 25px 0 25px;
}
          @media screen and (max-width:959px), print {
            .main_content header:after {
              bottom: -15px;
            }
          }

.main_content h2{
  margin:0 0 60px;
  line-height: 1.4;
}
          @media screen and (max-width:959px), print {
            .main_content h2{
              font-size: 27px;
              border-bottom: solid 1px #D2D8D9;
              font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
              font-weight: normal;
              margin-bottom:30px;
            }
          }
          @media screen and (max-width:549px), print {
            .main_content h2{
              margin: 0 auto 30px;
            }
          }

@media screen and (max-width:959px), print {
      .main_content h2 span{
        font-size: 17px;
        font-weight: bold;
        color: #435A5E;
        margin:30px 0;
        display: inline-block;
      }
}
        @media screen and (max-width:549px), print {
          .main_content h2 span{
            margin:20px 0;
          }
        }
.main_content p.introduction_text{
  text-align: center;
  margin-bottom:30px;
}
        @media screen and (max-width:959px), print {
          .main_content p.introduction_text{
            text-align: left;
          }
        }

ul.introduction_list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap:40px 40px;
	  justify-content: center;
    align-items: center;
}
          @media screen and (max-width:959px), print {
              ul.introduction_list{
                width: 54%;
                margin: 0 auto;
                gap: 0px 30px;
              }
          }
          /*@media screen and (max-width:627px), print {
              ul.introduction_list{
                width: 70%;
                gap: 0px 25px;
              }
          }*/
          @media screen and (max-width:627px), print {
            ul.introduction_list{
              width: min(288px,90vw);
              gap: 0px 20px;
            }
          }

.introduction_list li{
    position: relative;
    width: 164px;
    height: 164px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:15px;
	  font-weight: 600;
    text-align:center;
    /*以下装飾*/
    background-color:#F2EFEC;
    border-radius: 50%;
    color: #645D57;
}
      @media screen and (max-width:959px), print {
          .introduction_list li{
            width: 134px;
            height: 134px;
            padding: 20px 15px;
            border: solid 1px #AAA29B;
            color: #3C3C3C;
            font-weight: bold;
          }
      }


/*////　section　////*/
section#simulation_list{
  padding:120px 0 0;
  background-color:#F2EFEC;
}
            @media screen and (max-width:959px), print {
              section#simulation_list{
                padding:60px 0 0;
              }
            }

section .simulation_content{
  width: min(900px,88%);
  margin:0 auto;
  padding-bottom: 120px;
}
        @media screen and (max-width:959px), print {
          section .simulation_content{
                  width: min(843px,90vw);
                  padding-bottom: 60px;
              }
        }
        @media screen and (max-width:549px), print {
           section .simulation_content{
                   width: calc(100% - 10vw);
          }
        }

.about_detail{
    width: 100%;
    display: flex;
    gap:0 30px;
}
        @media screen and (max-width:959px), print {
          .about_detail{
            display: block;
          }
        }
.about_detail .content_circle{
    position: relative;
    width: 118px;
    height: 118px;
    padding: 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:13px;
	  font-weight: 600;
    text-align:center;
    /*以下装飾*/
    background-color:#AAA29B;
    border-radius: 50%;
    color: #ffffff;
}
        @media screen and (max-width:959px), print {
          .about_detail .content_circle{
              width: 100%;
              height: auto;
              padding: 0;
              background-color: transparent;
              position: initial;
              display: block;
              font-size:13px;
              font-weight: bold;
              color:#AAA29B;
              text-align: left;
              margin-bottom:10px;
            }
        }
@media screen and (max-width:959px), print {
      .about_detail .content_circle.before_circle:before{
        content:'●';
        margin-right: 8px;
        color: #AAA29B;
      }
}
.about_detail .content_circle.f_position{
  padding: 2px 0 0;
}

.about_detail hgroup{
  margin:0 0 60px;
  flex: 1;
}
        @media screen and (max-width:959px), print {
            .about_detail hgroup{
                  margin: 0 0 30px;
              }
          }
.about_detail hgroup.space_none {
  margin-bottom:0;
}

.about_detail hgroup h3{
  margin:0 0 40px;
}
        @media screen and (max-width:959px), print {
          .about_detail hgroup h3{
            margin:0 0 20px;
          }
        }
section .simulation_content .thumbnail_text{
  text-align: center;
  font-size: 13px;
  margin:0 0 20px;
}
        @media screen and (max-width:959px), print {
          section .simulation_content .thumbnail_text{
            text-align: left;
            margin: 30px 0 15px;
          }
        }
@media screen and (max-width:549px), print {
  section .simulation_content .thumbnail_text{
    text-align: center;
  }
}
.simulation_content .iframe_box{
  line-height: 0;
}
.simulation_content iframe{
  width:100%;
  height:508px;
  border:none;
}
        @media screen and (max-width:959px), print {
          .simulation_content iframe{
            height: 435px;
          }
        }
section .simulation_content .compare_simulation{
  width: 100%;
  margin:0 auto;
  display: flex;
  justify-content:center;
}
        @media screen and (max-width:959px), print {
              section .simulation_content .compare_simulation{
              display: block;
            }
        }
section .compare_simulation .about_compare{
  width: calc(100% - 3vw);
  margin: 0 30px 0 0;
}
        @media screen and (max-width:959px), print {
          section .compare_simulation .about_compare{
            width: 100%;
            margin: 0 0 60px;
          }
        }

section .compare_simulation .about_compare:nth-child(2n) {
    margin-right: 0;
}
@media screen and (max-width:959px), print {
  section .compare_simulation .about_compare:nth-child(2) {
    margin-bottom:0;
  }
}

.compare_simulation .about_compare p.caption_title{
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  background-color: #E4E0DC;
}

        @media screen and (max-width:959px), print {
          .about_compare .tab-content img{
            width: 100%;
            height: auto;
          }
        }

/*//タブ切り替え//*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:0 10px;
}
.tab-label {
  width: 86px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 12px;
  order: 1;
  border-radius: 50px;
  background: #ffffff;
  border: solid 1px #645D57;
  color: #645D57;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}
.tab-content {
  width: 100%;
  display: none;
  line-height: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background:#645D57;
    color: #ffffff;
}
.tab-switch:checked+.tab-label+.tab-content {
   display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
.compare_simulation .about_compare p.compare_text{
  width: 100%;
  text-align: center;
  font-size: 13px;
  margin:20px 0 30px;
}
/*//タブ切り替え--終了//*/

.about_detail hgroup .inner_box{
  display: flex;
}
.about_detail hgroup .inner_box p{
  flex: 1;
  margin-right: 20px;
}
.about_detail hgroup .inner_box figure{
  width:10%;
  margin-top:-20px;
}
        @media screen and (max-width:959px), print {
          .about_detail hgroup .inner_box figure{
            width: 64px;
          }
        }
        @media screen and (max-width:549px), print {
          .about_detail hgroup .inner_box figure{
            margin-top: 15px;
          }
        }

/*////　footer　/////*/
.main_content footer{
  background-color: #F8F8F8;
}
.main_content footer .simulation_sofa{
  max-width:900px;
  width:88vw;
  margin:0 auto;
  padding:120px 0 120px;
}
        @media screen and (max-width:959px), print {
            .main_content footer .simulation_sofa{
              max-width: 610px;
              padding:60px 0 60px;
            }
        }
footer .simulation_sofa h2{
  border:none;
}
footer .simulation_sofa p{
  text-align: center;
  margin:0 0 40px ;
}
        @media screen and (max-width:959px), print {
          footer .simulation_sofa p{
            margin:0 0 30px ;
          }
        }
footer .simulation_sofa ul{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
}
        @media screen and (max-width:959px), print {
          footer .simulation_sofa ul{
            justify-content: flex-start;
          }
        }
footer .simulation_sofa ul a{
  width: 33.3%;
  text-align: center;
  color:#DBA24C;
}
        @media screen and (max-width:959px), print {
          footer .simulation_sofa ul a{
            width: 50%;
          }
        }
footer .simulation_sofa li{
  background-color: #ffffff;
  margin-top: 5px;
  margin-left: 5px;
  padding:40px 0;
}
        @media screen and (max-width:959px), print {
          footer .simulation_sofa li{
          margin-top:3px;
		  margin-left:3px;
          padding:20px 0;
          }
        }

footer .simulation_sofa ul a:nth-child(3) li,footer .simulation_sofa ul a:nth-child(5) li{
      margin-right: 0;
}
        @media screen and (max-width:959px), print {
          footer .simulation_sofa ul a:nth-child(3) li{
            margin-right: 0px;
          }
        }

@media screen and (max-width:959px), print {
      footer .simulation_sofa ul a:nth-child(2n) li{
        margin-right: 0;
      }
}
@media screen and (max-width:959px), print {
    footer .simulation_sofa li figure{
      width: 144px;
      height: 55px;
      margin: 0 auto;
    }
}
footer .simulation_sofa li figcaption{
  font-size: 12px;
}

/*▼サービスの流れ*/
article.service_flow{
  max-width: 665px;
  margin:120px auto;
}
    @media screen and (max-width:959px), print {
      article.service_flow{
        width: min(610px,90vw);
        margin:60px auto;
      }
    }

h2.service_title{
  margin-bottom:80px;
  text-align: center;
}
        @media screen and (max-width:959px), print {
          h2.service_title{
            font-size: 27px;
            font-weight: normal;
            font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
            margin-bottom: 45px;
          }
        }

.service_flow_list {
    display: flex;
    flex-wrap: wrap;
		justify-content: center;
    margin: 30px auto 0;
    gap: 55px 13px;
    }
@media screen and (max-width:959px), print {
  .service_flow_list {
    gap: 40px 13px;
  }
}

.service_flow_list>.flow_content{
    flex: none;
    width:calc(50% - 11px);
    height: 294px;
    padding: 21px 22px 30px;
    text-align: center;
}
        @media screen and (max-width:959px), print {
          .service_flow_list>.flow_content{
            width: 100%;
            height: auto;
            padding: 15px 22px 30px;
          }
        }

section.flow_content {
    position: relative;
    padding:0;
    border: 1px solid #AAA29B;
    margin: 0 auto;
}
        @media screen and (max-width:959px), print {
          section.flow_content {
            border: 1px solid #D4D0CD;
          }
        }
section.flow_content h5.lead_flow{
    position: absolute;
    top:0px;
    left:30%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding:0 10px;
    /*文字装飾*/
    font-size: 15px;
	letter-spacing: 0.05em;
    color:#9D9D9D;
    font-family: "Roboto", "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
        @media screen and (max-width:959px), print {
          section.flow_content h5.lead_flow{
            left:50%;
          }
        }
       
section.flow_content h5 span.lead_flow__size{
	display: inline-block;
    font-size:56px;
    color:#AAA29B;
    vertical-align: middle;
	margin-left: 3px;
}
        
section.flow_content h3.flow_title{
        font-size:22px;
        font-weight: bold;
        text-align:center;
        padding:27px 0;
        color:#645D57;
}
        @media screen and (max-width:959px), print {
          section.flow_content h3.flow_title{
            padding:15px 0;
            font-size: 19px;
          }
        }
/*//アイコンサイズ調節//*/
@media screen and (max-width:959px), print {
section.flow_content figure.icon_01 img{
    width: min(22%,62px);
    margin: 0 auto;
  }
  section.flow_content figure.icon_02 img{
    width: min(20%,55px);
    margin: 0 auto;
  }
  section.flow_content figure.icon_03 img{
    width: min(20%,50px);
    margin: 0 auto;
  }
}
section.flow_content figcaption{ 
    padding:20px 0 0 ;
    text-align:left;
}

/*////////▼オンラインでのお申し込み/////////*/
article.about_contact{
  max-width: 1000px;
  width:88vw;
  margin:0 auto;
  background-color:#F4F4F4;
  padding:100px 0;
}

        @media screen and (max-width:959px), print {
          article.about_contact{
            width: auto;
            padding:60px 0;
          }
        }
#simulation_input section.input_content{
  margin:0 0 60px;
}
section.input_content h2{
  margin:0 0 50px;
}
        @media screen and (max-width:959px), print {
          section.input_content h2{
            margin:0 0 25px;
            font-size:27px;
            font-weight: normal;
            font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
          }
        }
section.input_content dl,section.input_content_02 dl{
  margin:0 0 40px;
}
        @media screen and (max-width:959px), print {
          section.input_content dl,section.input_content_02 dl{
          margin:0 0 30px;
            }
        }
        @media screen and (max-width:549px), print {
          section.input_content dl,section.input_content_02 dl{
          margin:0 0 25px;
            }
        }
section.input_content dl:last-child,section.input_content_02 dl:last-child{
  margin:0;
}
section.input_content dl dt,section.input_content_02 dl dt{
  font-weight: bold;
  margin:0 0 20px;
}
        @media screen and (max-width:959px), print {
            section.input_content dl dt,section.input_content_02 dl dt{
            margin:0 0 12px;
            }
        }
#simulation_input section.input_content,#simulation_input section.input_content_02{
  margin: 0 auto 60px;
  max-width: 760px;
  width:80%;
}
    @media screen and (max-width:959px), print {
      #simulation_input section.input_content,#simulation_input section.input_content_02{
        width: min(843px,90vw);
        max-width: initial;
        margin: 0 auto;
      }
    }

#simulation_input section.input_content_02{
  margin: 0 auto;
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 8px);
  background-size: 8px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}

section.input_content dl dd:before,section.input_content_02 dl dd:before{
  content:'●';
  margin-right: 10px;
	color: #3C3C3C;
}
.input_content dl dd.before_none{
  font-size:13px;
}
.input_content dl dd.before_none:before{
  content:none;
}

#simulation_input section.input_content_02 p{
  margin:60px 0 30px;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
}
          @media screen and (max-width:959px), print {
            #simulation_input section.input_content_02 p{
              margin:30px 0;
            }
          }

/*▼黄色のリンクボタン*/
.form_btn{
        max-width:598px;
        margin:60px auto;
    }
         @media screen and (max-width: 959px), print {
             .form_btn{
                 width: calc(100% - 12vw);
                 margin:40px auto 40px;
                 max-width: inherit;
                 height: 60px;
             }
        }

.general-button.is-large {padding: 20px 0;}
.general-button {padding:0 60px;}

/*モーダル*/
.modal_wrap {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.8);
    padding: 100px 50px 50px;
    box-sizing: border-box;
}
        @media screen and (max-width: 959px), print{
            .modal_wrap {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                padding: 0;
                background: rgba(255,255,255,0.9);
            }
        }
.modal_wrap iframe {
    width: calc(100% - 80px);
    max-width: 1000px;
    background-color: #fff;
    padding: 0;
    height: auto;
    border: 1px solid #d2d2d2;
}
        @media print, screen and (max-width: 959px){
            .modal_wrap iframe {
                width: 100%;
                background-color: #fff;
                padding-top: 30px;
              }
        }
#close_btn {
    width: 90vw;
    height: 60px;
    max-width: 1000px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    top: 30px;
    right: 10px;
    left: 0;
    z-index: 50;
    margin: auto;
    cursor: pointer;
    background-color: transparent;
    box-sizing: border-box;
    font-size: 10px;
    letter-spacing: 0.07em;
}
        @media print, screen and (max-width: 959px){
          #close_btn {
              width: 55px;
              justify-content: center;
              top: 3vw;
              right: 5vw;
              background-color: rgba(255,255,255,0.8);
          }
        }
#close_btn::before, #close_btn::after {
    font-size: 12px;
    content: "";
    width: 40px;
    height: 0;
    display: block;
    position: absolute;
    top: 25px;
    right: 0;
    border-top: 1px solid #3c3c3c;
    margin: 0 auto;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
            @media print, screen and (max-width: 959px){
            #close_btn::before, #close_btn::after {
                  right: 7px;
                }
            }
#close_btn::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-attention {
    position: absolute;
    left: 38vw;
    margin: -44px 20px 20px;
    background-color: transparent;
    color: #900000;
    
}
            @media print, screen and (max-width: 959px){
            .form-attention {
                left: 0;
                margin-top: 15px ;
                background-color: #fff;
                }
            }
@media screen and (min-width: 550px), print{
.is-hidden-from-tablet {
    display: none !important;
    }
}


/*▼外部リンク*/
aside{
  max-width:1000px;
  width:88vw;
  margin:120px auto 150px;
  text-align: center;
  line-height: 0;
}
        @media screen and (max-width: 959px), print {
          aside{
            margin-top:60px;
          }
        }
aside a .banner_concierge{
  position: relative;
}
aside hgroup{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#ffffff;
}
aside hgroup h2{
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
        @media screen and (max-width: 959px), print {
          aside hgroup h2{
            font-size:27px;
            font-weight: normal;
            font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
          }
        }
aside hgroup p{
  font-size:15px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 10px;
}
@media screen and (max-width: 959px), print {
   aside a img{
     height: 221px;
    }
}

/*////////▼お客様のシミュレーション事例 24.6.24/////////*/
section.simulation_content .tab-label {
	font-weight:700;
}
article.customer_flow{
	margin:120px 0;
}
article.customer_flow .customer_title h2{
	margin-bottom:60px;
}
article.customer_flow .customer_title p{
	margin-bottom:40px;
	text-align:center;
}
article.customer_flow .simulation_content{
	padding-bottom:60px;
}
article.customer_flow .tab-label {
	margin-top:20px;
	width:inherit;
	min-width:86px;
}
section.custmors_voice{
  max-width: 1000px;
  width:88vw;
  margin:0 auto;
  background-color:#F2EFEC;
  padding:60px 50px;
}
section.custmors_voice h3{
  text-align:center;
	padding-bottom:40px;
}
section.custmors_voice ul{
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	grid-template-rows:repeat(2, 1fr);
	justify-items:center;
	align-items:center;
	gap:10px 10px;
}
section.custmors_voice ul li{
	background-color: #fff;
	padding:30px 25px;
	display:grid;
	align-items:center;
	grid-template-rows:subgrid;
}
section.custmors_voice ul li p span{
	display:inline;
}
section.custmors_voice ul li::before{
	content:url("../img/customer_icon01.svg");
	vertical-align: middle;
	margin-top:6px;
	heignt:100%;
	display:block;
}
section.custmors_voice ul li p{
	margin-left:40px;
}
.tb{
	display:none;
}
/*fade*/
.tab-label {transition: all 0.15s ease-in;}
.fadeIn{
animation-name:fadeInAnime;
animation-duration:0.6s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
  from {opacity: 0.6;}
  to {opacity: 1;}
}
 @media print, screen and (max-width: 959px){
	 article.customer_flow {
		margin:60px 0;		 
	}
article.customer_flow .customer_title h2{
	font-weight: 400;
	margin-bottom:30px;
	font-size: 27px;
	font-weight: normal;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
	}
article.customer_flow .customer_title p{
	margin-bottom:30px;	
	}
article.customer_flow section .compare_simulation .about_compare {
	margin-bottom:50px;
	 }
	 article.customer_flow .simulation_content {
	 padding-bottom:0px;
	 }
	section.custmors_voice {
		padding:40px 30px 45px;
	 }
	section.custmors_voice h3 {
		padding-bottom: 30px;
	 }
	section.custmors_voice ul{
		grid-template-columns:1fr;
		grid-template-rows:repeat(4,1fr);
 		width:100%;
	 	text-align:left;
	}
	section.custmors_voice ul li{
		width:100%;
		padding:15px;
	 }
	 section.custmors_voice ul li::before{
		 padding-right:15px;
	}
section.custmors_voice ul li p{
	margin-left:35px;
}
	 .tb{
		 display:block;
	 }
section.custmors_voice ul li p span.pc_only{
		 display:none;
	 }
}
 @media print, screen and (max-width: 549px){
	 sp_only{
		 display:block;
	 }
	article.customer_flow .customer_title p{
		text-align: left;
		padding:0 5vw;
	 }
	 section.custmors_voice {
		 margin:0;
		 width:100vw;
	 }
	 section.custmors_voice ul{
		 gap: 5px 5px;
	 }
}

/*追加修正*/
	@media print, screen and (max-width: 959px){
	  #close_btn {
		  right: 1vw;
		  margin-right: 0;
	  }
	}

/* 2026.2.24 規約 */
.data-download{
  --bg: #f3eee8;         /* 規約ブロックの薄いベージュ */
  --border: #e6e0d9;
  --text: #333;
  --muted: #777;
  --accent: #b48a3a;     /* 画像の下の小さいアクセント文字の想定 */
  color: var(--text);
	padding:80px auto;
}
.terms{
	max-width: 1000px;
    width: 88vw;
    margin: 0 auto;
    background-color: #F2EFEC;
    padding: 60px 50px;
}
.terms__section{
    background-color: white;
    padding: 30px 75px;
    display: grid;
    align-items: center;
    grid-template-rows: subgrid;
    line-height: 1.8;
}
.terms__title{
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.terms__lead{
  margin: 0 0 30px;
}
.terms__list{
  margin: 0;
  padding-left: 1.2em;
  font-size: 1.5rem;
}
.terms__company{
  margin-top: 30px;
  text-align: right;
  color: var(--muted);
}
/* グリッド */
.card-grid{
  max-width: 1199px;
  margin: 0 auto;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
	padding:80px 0;
}
/* カード */
.card{
	display:flex;
	flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background: #fff;
	max-width:296px;
}
.card__img{
  display: block;
  width: 100%;
  height: 110px;          /* 画像の高さを揃える（必要に応じて調整） */
  object-fit: contain;     /* ソファ画像っぽいので contain が安定 */
  margin-bottom: 10px;
}
.card__title{
  margin: 0 0 12px;
  font-size: 14px;
  text-align: center;
  letter-spacing: .04em;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
}
.card__meta{
  margin: 4px 0 12px;
  font-size: 12px;
  text-align: center;
}
.card__meta a{
	color:#DBA24C;
}
.card__links{
  margin: 0 auto;
  font-size: 15px;
  font-weight:700;
  line-height: 1.9;
}
.card__links li{
  position: relative;
  padding-left: 10px; /* アイコン分 */
}
.card__links li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 42%;
  width: 5px;
  height: 5px;
  background-color: #3c3c3c;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzIDUiPgogIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3ODQgLTEwMDUpIHJvdGF0ZSg5MCkiPgogICAgPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAwNyAxNzgxKSIgZmlsbD0iI2ZmZiIvPgogICAgPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAwNiAxNzgyKSIgZmlsbD0iI2ZmZiIvPgogICAgPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAwOCAxNzgyKSIgZmlsbD0iI2ZmZiIvPgogICAgPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAwNyAxNzgzKSIgZmlsbD0iI2ZmZiIvPgogICAgPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAwNSAxNzgzKSIgZmlsbD0iI2ZmZiIvPgogICAgPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAwOSAxNzgzKSIgZmlsbD0iI2ZmZiIvPgogIDwvZz4KPC9zdmc+") center / contain no-repeat;
          mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzIDUiPgogIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3ODQgLTEwMDUpIHJvdGF0ZSg5MCkiPgogICAgPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAwNyAxNzgxKSIgZmlsbD0iI2ZmZiIvPgogICAgPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAwNiAxNzgyKSIgZmlsbD0iI2ZmZiIvPgogICAgPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAwOCAxNzgyKSIgZmlsbD0iI2ZmZiIvPgogICAgPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAwNyAxNzgzKSIgZmlsbD0iI2ZmZiIvPgogICAgPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAwNSAxNzgzKSIgZmlsbD0iI2ZmZiIvPgogICAgPHJlY3Qgd2lkdGg9IjEiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAwOSAxNzgzKSIgZmlsbD0iI2ZmZiIvPgogIDwvZz4KPC9zdmc+") center / contain no-repeat;
}
.card__links a{
  color: inherit;
  text-decoration: none;
}
.card__meta a:hover,.card__links a:hover{
	color:#DBA24C;
}
@media (max-width: 1100px){
  .card__links{ font-size:12px; }
}
.card__links span{font-size:12px;}
.card__meta{display:none;}

footer.footer{
	margin-top:0px;
}
/* レスポンシブ */
@media (max-width: 1100px){
  .grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px){
  .grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .terms{ padding: 22px 18px; }
}
@media (max-width: 520px){
  .grid{ grid-template-columns: 1fr; }
}
